#kdak-root{--kdak-orange:#ff7a00;--kdak-orange-dark:#de6700;--kdak-orange-soft:#fff2e6;--kdak-black:#111111;--kdak-text:#222222;--kdak-muted:#666666;--kdak-line:#e8e8e8;--kdak-soft:#f6f6f6;--kdak-critical:#db4444;--kdak-radius:22px;--kdak-radius-s:12px;--kdak-round:999px;--kdak-shadow:0 18px 44px rgba(0, 0, 0, 0.12);position:fixed;left:24px;bottom:24px;z-index:99998;display:none;font-family:"Instrument Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:14px;line-height:1.4;text-align:left}#kdak-root.kdak-has-items{display:block}#kdak-root.kdak-pos-right{left:auto;right:24px}#kdak-root,#kdak-root *{box-sizing:border-box!important}#kdak-root button{margin:0!important;font-family:inherit!important;text-transform:none!important;letter-spacing:normal!important;text-shadow:none!important;-webkit-tap-highlight-color:#fff0;cursor:pointer}#kdak-root .kdak-ic{display:block!important;flex:none!important;width:auto;height:auto;margin:0!important}#kdak-root .kdak-unit *,#kdak-root .kdak-line-price *,#kdak-root .kdak-total *,#kdak-root .kdak-meta *,#kdak-root .kdak-name *{font-size:inherit!important;font-weight:inherit!important;font-family:inherit!important;color:inherit!important;line-height:inherit!important;letter-spacing:inherit!important;margin:0!important;padding:0!important;background:transparent!important;display:inline!important}#kdak-root .kdak-bubble{position:relative;width:58px!important;height:58px!important;min-width:0!important;min-height:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:var(--kdak-orange)!important;color:#fff!important;display:flex!important;align-items:center;justify-content:center;box-shadow:0 14px 28px rgb(255 122 0 / .35)!important;transition:transform 0.25s ease,background-color 0.25s ease,opacity 0.25s ease}#kdak-root .kdak-bubble:hover,#kdak-root .kdak-bubble:focus-visible{background:var(--kdak-orange-dark)!important;color:#fff!important;transform:translateY(-2px) scale(1.04)}#kdak-root .kdak-bubble:focus-visible{outline:2px solid var(--kdak-black);outline-offset:3px}#kdak-root.kdak-open .kdak-bubble{opacity:0;transform:scale(.4);pointer-events:none}#kdak-root .kdak-bubble-count{position:absolute;top:-5px;right:-5px;min-width:23px;height:23px!important;padding:0 6px!important;border-radius:var(--kdak-round,999px)!important;background:var(--kdak-black,#111111)!important;color:#fff!important;border:2px solid #fff!important;font-size:12px!important;font-weight:800!important;line-height:1!important;display:flex!important;align-items:center;justify-content:center}#kdak-root .kdak-bubble-count[data-count="0"]{display:none!important}#kdak-root.kdak-pulse .kdak-bubble-count,#kdak-root.kdak-pulse .kdak-count{animation:kdak-pop 0.55s cubic-bezier(.3,1.6,.4,1)}@keyframes kdak-pop{0%{transform:scale(1)}45%{transform:scale(1.45)}100%{transform:scale(1)}}#kdak-root .kdak-panel{position:absolute;left:0;bottom:0;width:min(384px, calc(100vw - 32px));max-height:min(76vh, 640px);display:flex;flex-direction:column;overflow:hidden;background:rgb(255 255 255 / .94);-webkit-backdrop-filter:blur(20px) saturate(1.4);backdrop-filter:blur(20px) saturate(1.4);border:1px solid var(--kdak-line);border-radius:var(--kdak-radius)!important;box-shadow:var(--kdak-shadow),0 4px 16px rgb(0 0 0 / .06);transform-origin:bottom left;opacity:0;visibility:hidden;transform:translateY(24px) scale(.92);pointer-events:none;transition:opacity 0.28s ease,visibility 0s linear 0.3s,transform 0.42s cubic-bezier(.34,1.4,.36,1)}#kdak-root.kdak-pos-right .kdak-panel{left:auto;right:0;transform-origin:bottom right}#kdak-root.kdak-open .kdak-panel{opacity:1;visibility:visible;transform:none;pointer-events:auto;transition:opacity 0.28s ease,visibility 0s,transform 0.42s cubic-bezier(.34,1.4,.36,1)}#kdak-root .kdak-inner{display:flex;flex-direction:column;min-height:0;max-height:inherit}#kdak-root .kdak-head{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;flex:none}#kdak-root .kdak-title{display:flex;align-items:center;gap:8px;font-size:16px!important;font-weight:800!important;color:var(--kdak-black)!important;letter-spacing:-.2px;margin:0!important}#kdak-root .kdak-count{min-width:23px;height:23px!important;padding:0 7px!important;border-radius:var(--kdak-round)!important;background:var(--kdak-orange)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important;align-items:center;justify-content:center}#kdak-root .kdak-close{width:34px!important;height:34px!important;min-width:0!important;min-height:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:var(--kdak-soft)!important;color:var(--kdak-black)!important;display:flex!important;align-items:center;justify-content:center;transition:background-color 0.2s ease,color 0.2s ease,transform 0.2s ease}#kdak-root .kdak-close:hover,#kdak-root .kdak-close:focus-visible{background:var(--kdak-black)!important;color:#fff!important;transform:translateY(1px)}#kdak-root .kdak-items{list-style:none!important;margin:0!important;padding:0 16px!important;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;flex:1 1 auto;min-height:0;scrollbar-width:thin;scrollbar-color:var(--kdak-muted) #fff0}#kdak-root .kdak-items::-webkit-scrollbar{width:6px;height:0}#kdak-root .kdak-items::-webkit-scrollbar-thumb{background:var(--kdak-line);border-radius:999px}#kdak-root .kdak-items::-webkit-scrollbar-thumb:hover{background:var(--kdak-muted)}#kdak-root .kdak-item{display:flex;gap:12px;padding:12px 0!important;margin:0!important;border:0;border-bottom:1px solid var(--kdak-line);position:relative;max-width:100%;transition:opacity 0.25s ease,transform 0.25s ease}#kdak-root .kdak-item:last-child{border-bottom:0}#kdak-root .kdak-item.kdak-updating{opacity:.45;pointer-events:none}#kdak-root .kdak-item.kdak-updating::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid var(--kdak-line);border-top-color:var(--kdak-orange);border-radius:50%;animation:kdak-spin 0.7s linear infinite}@keyframes kdak-spin{to{transform:rotate(360deg)}}#kdak-root .kdak-item.kdak-removing{opacity:0;transform:translateX(-10px)}#kdak-root .kdak-thumb{flex:none}#kdak-root .kdak-thumb img{width:64px!important;height:64px!important;max-width:64px!important;object-fit:cover;border-radius:var(--kdak-radius-s)!important;display:block!important;margin:0!important;background:var(--kdak-soft);box-shadow:none!important}#kdak-root .kdak-item-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}#kdak-root .kdak-item-top{display:flex;align-items:flex-start;gap:8px}#kdak-root .kdak-name{flex:1 1 auto;min-width:0;font-size:14px!important;font-weight:700!important;line-height:1.35!important;color:var(--kdak-black)!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#kdak-root .kdak-name a{color:var(--kdak-black)!important;text-decoration:none!important;border:0!important}#kdak-root .kdak-name a:hover{color:var(--kdak-orange)!important}#kdak-root .kdak-remove{flex:none;width:26px!important;height:26px!important;min-width:0!important;min-height:0!important;padding:0!important;margin:-2px -4px 0 0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--kdak-muted)!important;display:flex!important;align-items:center;justify-content:center;box-shadow:none!important;transition:background-color 0.2s ease,color 0.2s ease}#kdak-root .kdak-remove:hover,#kdak-root .kdak-remove:focus-visible{background:var(--kdak-critical)!important;color:#fff!important}#kdak-root .kdak-meta{margin-top:2px;font-size:11px!important;color:var(--kdak-muted)!important;line-height:1.5}#kdak-root .kdak-meta dl.variation{display:flex!important;flex-wrap:wrap;gap:2px 10px}#kdak-root .kdak-meta dl.variation dt{font-weight:700!important}#kdak-root .kdak-unit{margin-top:2px;font-size:12px!important;font-weight:500!important;color:var(--kdak-muted)!important;line-height:1.4}#kdak-root .kdak-unit del{opacity:.7;text-decoration:line-through}#kdak-root .kdak-unit ins{text-decoration:none!important;color:var(--kdak-orange)!important;font-weight:700!important}#kdak-root .kdak-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}#kdak-root .kdak-qty{display:inline-flex!important;align-items:center;flex:none;height:32px!important;padding:0 2px!important;border:1px solid var(--kdak-line)!important;border-radius:var(--kdak-round)!important;background:#fff!important;box-shadow:none!important}#kdak-root .kdak-qty button{width:28px!important;height:28px!important;min-width:0!important;min-height:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--kdak-black)!important;font-size:0!important;line-height:1!important;display:flex!important;align-items:center;justify-content:center;box-shadow:none!important;transition:background-color 0.15s ease,color 0.15s ease,opacity 0.15s ease}#kdak-root .kdak-qty button:hover:not(:disabled),#kdak-root .kdak-qty button:focus-visible{background:var(--kdak-orange)!important;color:#fff!important}#kdak-root .kdak-qty button:disabled{opacity:.3;cursor:default}#kdak-root .kdak-qty-input{width:34px!important;min-width:0!important;max-width:34px!important;height:28px!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;text-align:center!important;font-family:inherit!important;font-size:13px!important;font-weight:700!important;line-height:28px!important;color:var(--kdak-black)!important;-moz-appearance:textfield;appearance:textfield;outline:none;box-shadow:none!important}#kdak-root .kdak-qty-input::-webkit-outer-spin-button,#kdak-root .kdak-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#kdak-root .kdak-qty-single{font-size:13px!important;font-weight:700!important;color:var(--kdak-muted)!important}#kdak-root .kdak-line-price{font-size:14px!important;font-weight:800!important;color:var(--kdak-black)!important;line-height:1.3;white-space:nowrap}#kdak-root .kdak-line-price del{font-size:12px!important;font-weight:500!important;color:var(--kdak-muted)!important;margin-right:4px!important;text-decoration:line-through}#kdak-root .kdak-line-price ins{text-decoration:none!important}#kdak-root .kdak-foot{flex:none;padding:12px 16px 16px!important;border-top:1px solid var(--kdak-line);background:rgb(246 246 246 / .7)}#kdak-root .kdak-total-row{display:flex;align-items:baseline;justify-content:space-between;margin:0 0 12px!important;font-size:15px!important;font-weight:800!important;color:var(--kdak-black)!important}#kdak-root .kdak-total{font-size:17px!important;font-weight:800!important;color:var(--kdak-orange)!important;transition:opacity 0.2s ease}#kdak-root.kdak-busy .kdak-total{animation:kdak-breathe 1s ease-in-out infinite}@keyframes kdak-breathe{0%,100%{opacity:.85}50%{opacity:.3}}#kdak-root .kdak-actions{display:flex;gap:8px}#kdak-root .kdak-btn{flex:1 1 0%;display:inline-flex!important;align-items:center;justify-content:center;height:44px!important;min-height:0!important;padding:0 12px!important;margin:0!important;border-radius:var(--kdak-round)!important;font-family:inherit!important;font-size:13.5px!important;font-weight:800!important;line-height:1!important;letter-spacing:0.01em!important;text-transform:none!important;text-decoration:none!important;white-space:nowrap;transition:background-color 0.25s ease,color 0.25s ease,border-color 0.25s ease,transform 0.15s ease,box-shadow 0.25s ease}#kdak-root .kdak-btn:active{transform:scale(.97)}#kdak-root .kdak-btn-solid{background:var(--kdak-orange)!important;color:#fff!important;border:1px solid var(--kdak-orange)!important;box-shadow:0 10px 22px rgb(255 122 0 / .28)!important}#kdak-root .kdak-btn-solid:hover,#kdak-root .kdak-btn-solid:focus-visible{background:var(--kdak-orange-dark)!important;border-color:var(--kdak-orange-dark)!important;color:#fff!important}#kdak-root .kdak-btn-ghost{background:#fff!important;color:var(--kdak-black)!important;border:1px solid var(--kdak-black)!important;box-shadow:none!important}#kdak-root .kdak-btn-ghost:hover,#kdak-root .kdak-btn-ghost:focus-visible{background:var(--kdak-black)!important;color:#fff!important}#kdak-root .kdak-empty{padding:36px 24px 40px;text-align:center;color:var(--kdak-muted)}#kdak-root .kdak-empty .kdak-ic-large{margin:0 auto 12px!important;color:var(--kdak-orange);opacity:.5}#kdak-root .kdak-empty p{margin:0!important;font-size:14px!important;color:var(--kdak-muted)!important}@media (max-width:560px){#kdak-root{left:14px;bottom:calc(14px + env(safe-area-inset-bottom, 0px))}#kdak-root.kdak-pos-right{left:auto;right:14px}#kdak-root .kdak-bubble{width:54px!important;height:54px!important}#kdak-root .kdak-panel{position:fixed;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom, 0px));width:auto;max-height:min(74vh, 560px)}#kdak-root.kdak-pos-right .kdak-panel{left:10px;right:10px}#kdak-root .kdak-btn{height:46px!important}#kdak-root .kdak-qty{height:34px!important}#kdak-root .kdak-qty button{width:30px!important;height:30px!important}#kdak-root .kdak-qty-input{height:30px!important;line-height:30px!important}}@media (prefers-reduced-motion:reduce){#kdak-root *,#kdak-root *::after{transition-duration:0.01ms!important;animation-duration:0.01ms!important;animation-iteration-count:1!important}}