.side-cart-open{overflow:hidden}.side-cart[open]{display:flex;flex-direction:column;position:fixed;inset:0 0 0 auto;margin:0;width:min(480px,100vw);max-width:none;height:100dvh;max-height:none;padding:0;border:0;background:var(--bg);color:var(--text);box-shadow:-12px 0 48px #0003;animation:none;overflow:hidden}.side-cart::backdrop{background:#00000085}.side-cart [hidden]{display:none!important}.side-cart-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line);gap:16px}.side-cart-header h2{font-size:1.25rem;margin:0;letter-spacing:0}.side-cart-close{width:44px;height:44px;border:1px solid var(--line);background:var(--bg);color:var(--text);font:inherit;font-size:1.7rem;cursor:pointer}.side-cart-notice,.side-cart-error{flex-shrink:0;margin:0;padding:12px 24px;font-size:.9rem;line-height:1.45;background:var(--surface-subtle,var(--bg));border-bottom:1px solid var(--line)}.side-cart-notice:empty,.side-cart-error:empty{display:none}.side-cart-error{color:#d92d20}.side-cart-items{overflow-y:auto;overscroll-behavior:contain;flex:1;min-height:0;padding:0 24px}.side-cart-item{display:grid;grid-template-columns:84px minmax(0,1fr);gap:16px;padding:22px 0;border-bottom:1px solid var(--line)}.side-cart-photo img{width:84px;height:84px;object-fit:contain;background:#fff;padding:6px}.side-cart-item-content{min-width:0}.side-cart-item-title{font-weight:600;line-height:1.4;font-size:.95rem;overflow-wrap:anywhere}.side-cart-item-title:hover{text-decoration:underline}.side-cart-variant{color:var(--muted);font-size:.85rem;line-height:1.4;margin:6px 0;overflow-wrap:anywhere}.side-cart-price{margin:10px 0}.side-cart-original-price{color:var(--muted);font-size:.85rem}.side-cart-controls{display:flex;align-items:center;gap:0;flex-wrap:wrap}.side-cart-step,.side-cart-quantity{width:44px;height:44px;border:1px solid var(--line);background:var(--bg);color:var(--text);text-align:center;padding:0;border-radius:0}.side-cart-step{font-size:1.25rem;cursor:pointer}.side-cart-quantity{width:48px;border-inline:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.side-cart-quantity::-webkit-inner-spin-button,.side-cart-quantity::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.side-cart-remove{min-height:44px;margin-left:12px;padding:0 6px;border:0;background:transparent;color:var(--muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.side-cart button:disabled{opacity:.5;cursor:default}.side-cart-footer{flex-shrink:0;padding:20px 24px max(20px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--bg)}.side-cart-subtotal{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:1.1rem}.side-cart-footer p{font-size:.85rem;color:var(--muted);margin:8px 0 16px}.side-cart-footer .button{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center}.side-cart-full{display:block;text-align:center;text-decoration:underline;text-underline-offset:3px;font-size:.9rem;margin-top:14px;min-height:28px}.side-cart-recovery{padding:10px 24px;font-size:.85rem;text-align:center;text-decoration:underline}.side-cart-empty{padding:24px 0;text-align:center}.side-cart-empty img{width:100%;max-width:300px;height:auto;margin:20px auto 10px}.side-cart-empty h3{font-size:1.15rem;letter-spacing:0;margin:20px 0 12px}.side-cart-empty p{font-size:.95rem;color:var(--muted)}.side-cart-empty .button{display:flex;width:100%;margin-top:12px;min-height:48px;align-items:center;justify-content:center}.side-cart-gif-toggle{min-height:44px;padding:8px 16px;border:1px solid var(--line);background:var(--bg);color:var(--text);cursor:pointer;font-size:.85rem}.side-cart a:focus-visible,.side-cart button:focus-visible,.side-cart input:focus-visible{outline:3px solid var(--focus,var(--text));outline-offset:2px}.side-cart .side-cart-quantity:focus,.side-cart .side-cart-quantity:focus-visible{outline:0;outline-offset:0;box-shadow:inset 0 0 0 2px var(--focus,var(--text))}@keyframes side-cart-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes side-cart-out{0%{transform:translate(0)}to{transform:translate(100%)}}@media(max-width:540px){.side-cart-header{padding:12px 16px}.side-cart-items{padding:0 16px}.side-cart-notice,.side-cart-error{padding:10px 16px}.side-cart-footer{padding:16px 16px max(16px,env(safe-area-inset-bottom))}.side-cart-item{grid-template-columns:72px minmax(0,1fr);gap:12px}.side-cart-photo img{width:72px;height:72px}.side-cart-remove{margin-left:8px}.side-cart-recovery{padding:8px 16px}}@media(prefers-reduced-motion:reduce){.side-cart[open],.side-cart.is-closing{animation:none}}.side-cart[open]{overflow:visible}.side-cart-item{display:block;position:relative;overflow:hidden}.side-cart-item-surface{display:grid;grid-template-columns:84px minmax(0,1fr);gap:16px;position:relative;z-index:1;background:var(--bg);transform:translate(var(--item-swipe-x,0px));transition:transform .16s ease}.side-cart-item.is-swiping .side-cart-item-surface{transition:none}.side-cart-remove.cart-remove-icon{width:44px;height:44px;min-height:44px;padding:0;margin-left:auto;color:#d92d20;border:1px solid color-mix(in srgb,#d92d20 45%,var(--line));background:transparent;border-radius:12px;text-decoration:none;flex:0 0 44px;display:inline-grid;place-items:center}.side-cart-remove svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.side-cart-remove:hover{background:color-mix(in srgb,#d92d20 9%,transparent)}.side-cart-swipe-label,.side-cart-edge,.side-cart-close-hint{display:none}.side-cart.is-dragging{animation:none;transform:translate(var(--cart-drag-x,0px))}.side-cart.is-closing{animation:side-cart-out .18s ease both}@keyframes side-cart-out{0%{transform:translate(var(--cart-drag-x,0px))}to{transform:translate(100%)}}@media(max-width:749px){.side-cart[open]{width:min(480px,calc(100vw - 36px))}.side-cart-header,.side-cart-items,.side-cart-edge{touch-action:pan-y}.side-cart-edge{display:flex;align-items:center;justify-content:center;gap:5px;position:absolute;left:-32px;top:calc(50% - 54px);width:44px;height:108px;border:1px solid var(--line);border-radius:12px 0 0 12px;background:var(--bg);color:var(--text);font-size:1.8rem;cursor:pointer;z-index:2;box-shadow:-4px 0 12px #0000001f}.side-cart-edge-grip{height:34px;width:5px;border-inline:2px solid var(--muted);border-radius:2px}.side-cart-close-hint{display:block;margin:4px 0 0;color:var(--muted);font-size:.75rem;line-height:1.4}.side-cart-item{touch-action:pan-y}.side-cart-swipe-label{position:absolute;top:22px;right:0;bottom:22px;left:0;display:flex;align-items:center;justify-content:flex-end;width:100%;padding:8px;white-space:normal;background:#d92d20;color:#fff;font-size:.75rem;text-align:right}.side-cart-swipe-label{padding-left:calc(100% - 96px)}.side-cart-item-surface{grid-template-columns:64px minmax(0,1fr);gap:10px}.side-cart-photo img{width:64px;height:64px}.side-cart-controls{gap:0}.side-cart-step{width:36px}.side-cart-quantity{width:40px}.side-cart-remove.cart-remove-icon{margin-left:auto}}@media(prefers-reduced-motion:reduce){.side-cart.is-closing{animation:none}.side-cart-item-surface,.setup-companion-summary:after{transition:none}}.side-cart.is-opening{animation:side-cart-in .22s ease both}@media(prefers-reduced-motion:reduce){.side-cart.is-opening{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/cart-drawer.css.map */
