:root{--af-cd-solid-bg: rgb(255, 255, 255);--af-cd-solid-btn: #FDFCFA;--af-cd-stroke: rgba(255, 255, 255, .1);--af-cd-shadow: 0 22px 70px rgba(0,0,0,.14);--af-cd-soft: 0 10px 22px rgba(0,0,0,.1);--af-cd-round: 8px;--af-cd-round-sm: 8px;--af-cd-ease: cubic-bezier(.2,.8,.2,1);--af-cd-overlay: rgba(0,0,0,.45);--af-cd-plus-bg: rgb(var(--color-foreground));--af-cd-plus-fg: rgb(var(--color-background));--af-cd-accent-rgb: 16,185,129;--af-cd-accent-10: rgba(var(--af-cd-accent-rgb), .1);--af-cd-accent-14: rgba(var(--af-cd-accent-rgb), .14);--af-cd-accent-18: rgba(var(--af-cd-accent-rgb), .18);--af-cd-accent-22: rgba(var(--af-cd-accent-rgb), .22);--af-cd-accent-ring: rgba(var(--af-cd-accent-rgb), .26);--af-cd-accent-dark: rgba(6,78,59,.95)}cart-drawer.drawer,cart-drawer.drawer .drawer{position:fixed;top:0;right:0;bottom:0;left:0}cart-drawer.drawer .drawer{background:var(--af-cd-overlay)!important;opacity:0;pointer-events:none;visibility:visible!important;transition:opacity .18s var(--af-cd-ease)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}cart-drawer.drawer.active .drawer,cart-drawer.drawer.af-open .drawer{opacity:1;pointer-events:auto}cart-drawer.drawer .cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}cart-drawer.drawer .drawer__inner{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100%!important;max-width:100vw!important;height:88dvh!important;max-height:88dvh!important;border:1px solid var(--af-cd-stroke)!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:var(--af-cd-round) var(--af-cd-round) 0 0!important;background:var(--af-cd-solid-bg)!important;opacity:1!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:var(--af-cd-shadow)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;padding:0 1.6rem!important;transform:translate3d(0,105%,0) translateZ(0)!important;transition:transform .26s var(--af-cd-ease)!important;will-change:transform;backface-visibility:hidden}cart-drawer.drawer.active .drawer__inner,cart-drawer.drawer.af-open .drawer__inner{transform:translateZ(0) translateZ(0)!important}cart-drawer.drawer.af-cart-dragging .drawer__inner{transition:none!important;transform:translate3d(0,var(--af-cart-y, 0px),0) translateZ(0)!important;background:var(--af-cd-solid-bg)!important;opacity:1!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:var(--af-cd-shadow)!important}@media (min-width: 750px){cart-drawer.drawer{display:flex;align-items:flex-end;justify-content:center}cart-drawer.drawer .drawer__inner{width:min(520px,calc(100vw - 2rem))!important;margin:0 auto!important;max-height:86dvh!important;height:86dvh!important;border-left:1px solid var(--af-cd-stroke)!important;border-right:1px solid var(--af-cd-stroke)!important;border-top:1px solid var(--af-cd-stroke)!important}}cart-drawer.drawer .drawer__header{position:relative;padding:1.6rem 0 1.1rem!important;display:flex;align-items:center;gap:1rem;touch-action:none}cart-drawer.drawer .drawer__heading{margin:0!important;font-family:var(--font-heading-family);letter-spacing:-.02em}cart-drawer.drawer .drawer__handle{position:absolute;left:50%;top:.45rem;transform:translate(-50%);width:92px;height:28px;border:0;padding:0;background:transparent;cursor:grab;touch-action:none}cart-drawer.drawer .drawer__handle:before{content:"";display:block;margin:0 auto;width:5.2rem;height:.4rem;border-radius:999px;background:rgba(var(--color-foreground),.18)}cart-drawer.drawer .drawer__close{position:static!important;margin-left:auto!important;width:38px;height:38px;min-width:38px;min-height:38px;border-radius:var(--af-cd-round-sm);border:1px solid var(--af-cd-stroke);background:var(--af-cd-solid-btn);box-shadow:var(--af-cd-soft);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;display:grid;place-items:center}cart-drawer.drawer .drawer__close .svg-wrapper{width:16px;height:16px}cart-drawer.drawer .drawer__contents{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}cart-drawer.drawer cart-drawer-items{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}cart-drawer.drawer .cart-items thead{display:none!important}cart-drawer.drawer .drawer__footer{border-top:1px solid rgba(0,0,0,.1)!important;padding:1.2rem 0 calc(1.2rem + env(safe-area-inset-bottom,0px))!important;background:var(--af-cd-solid-bg)!important;opacity:1!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}cart-drawer.drawer .drawer__footer *,cart-drawer.drawer .cart-drawer__footer,cart-drawer.drawer .totals,cart-drawer.drawer .tax-note,cart-drawer.drawer details,cart-drawer.drawer summary,cart-drawer.drawer cart-note{background:transparent!important}cart-drawer.drawer .cart__ctas{position:sticky;bottom:0;z-index:10;padding:12px 0 calc(12px + env(safe-area-inset-bottom,0px));background:transparent!important}cart-drawer.drawer .cart-item{position:relative;padding:1.2rem 0;border-bottom:1px solid rgba(var(--color-foreground),.08);display:grid!important;grid-template-columns:72px minmax(0,1fr) minmax(9rem,auto)!important;grid-template-areas:"media details totals" "media quantity totals"!important;column-gap:1.2rem!important;row-gap:.9rem!important;align-items:start!important}@media (min-width: 750px){cart-drawer.drawer .cart-item{grid-template-columns:80px minmax(0,1fr) minmax(9.5rem,auto)!important}}cart-drawer.drawer .cart-item__media{grid-area:media;width:72px}@media (min-width: 750px){cart-drawer.drawer .cart-item__media{width:80px}}cart-drawer.drawer .cart-item__image{width:inherit!important;max-width:inherit!important;border-radius:8px;background:#fff;box-shadow:var(--af-cd-soft)}cart-drawer.drawer .cart-item__details{grid-area:details;min-width:0;padding-right:4.6rem!important}cart-drawer.drawer .cart-item__quantity{grid-area:quantity;align-self:center;padding-right:4.6rem!important}cart-drawer.drawer .cart-item__totals{grid-area:totals;align-self:stretch!important;justify-self:end!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:flex-end!important;white-space:nowrap;padding-top:2px}cart-drawer.drawer .cart-item__name,cart-drawer.drawer .cart-item__name a{font-size:1.35rem!important;font-weight:520!important;line-height:1.2!important}cart-drawer.drawer .cart-item__details .product-option,cart-drawer.drawer .cart-item__details .product-option dt,cart-drawer.drawer .cart-item__details .product-option dd{font-size:1rem!important;font-weight:600!important;opacity:.9}cart-drawer.drawer .cart-item__totals .price,cart-drawer.drawer .cart-item__totals .cart-item__price-wrapper{font-size:1.25rem!important;line-height:1.1!important;font-weight:750!important}cart-drawer.drawer cart-remove-button{display:flex!important;justify-content:flex-end}cart-drawer.drawer cart-remove-button .button{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;border-radius:var(--af-cd-round-sm)!important;border:1px solid var(--af-cd-stroke)!important;background:var(--af-cd-solid-btn)!important;color:rgb(var(--color-foreground))!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;pointer-events:auto!important}cart-drawer.drawer cart-remove-button .svg-wrapper{width:16px;height:16px}cart-drawer.drawer .quantity-popover-container{padding:0!important}cart-drawer.drawer{--af-q-h: 44px;--af-q-btn: 44px;--af-q-mid: 46px;--af-q-r: 999px}@media (max-width: 420px){cart-drawer.drawer{--af-q-h: 42px;--af-q-btn: 42px;--af-q-mid: 44px}}cart-drawer.drawer quantity-input.quantity,cart-drawer.drawer quantity-input.quantity.cart-quantity,cart-drawer.drawer .quantity{display:inline-flex!important;align-items:stretch!important;gap:0!important;padding:0!important;border:0!important;border-radius:var(--af-q-r)!important;overflow:hidden!important;background:#00000024!important;box-shadow:0 10px 22px #0000001a!important;isolation:isolate;transform:translateZ(0)}cart-drawer.drawer .quantity__button{flex:0 0 var(--af-q-btn)!important;width:var(--af-q-btn)!important;height:var(--af-q-h)!important;min-width:var(--af-q-btn)!important;min-height:var(--af-q-h)!important;padding:0!important;margin:0!important;border:0!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;-webkit-tap-highlight-color:transparent;background-clip:padding-box}cart-drawer.drawer .quantity__button[name=minus]{background:#00000024!important;color:#000c!important}cart-drawer.drawer .quantity__button[name=plus]{background:#0b0b0c!important;color:#fff!important}cart-drawer.drawer .quantity__input{flex:0 0 var(--af-q-mid)!important;width:var(--af-q-mid)!important;height:var(--af-q-h)!important;min-height:var(--af-q-h)!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;color:#0b0b0c!important;text-align:center!important;font-weight:800!important;outline:none!important;box-shadow:none!important;box-sizing:border-box!important;border-left:1px solid rgba(0,0,0,.06)!important;border-right:1px solid rgba(0,0,0,.06)!important;-webkit-appearance:textfield;appearance:textfield}cart-drawer.drawer .quantity__button svg{width:16px!important;height:16px!important}@media (hover:hover){cart-drawer.drawer .quantity__button:hover{filter:brightness(1.03)}}cart-drawer.drawer .quantity__button:active{transform:scale(.99)}cart-drawer.drawer #CartDrawer-Checkout{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:56px!important;border-radius:8px!important;padding:0 16px!important;letter-spacing:.02em;border:1px solid rgb(var(--color-foreground))!important;background:rgb(var(--color-foreground))!important;color:rgb(var(--color-background))!important;box-shadow:0 16px 36px #00000038!important}cart-drawer.drawer #CartDrawer-Checkout:focus,cart-drawer.drawer #CartDrawer-Checkout:focus-visible{outline:none!important;box-shadow:0 16px 36px #00000038!important}cart-drawer.drawer cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer.drawer cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.55);border-radius:999px}cart-drawer.drawer .cart-item__totals{pointer-events:none}cart-drawer.drawer cart-remove-button,cart-drawer.drawer cart-remove-button *{pointer-events:auto!important}cart-drawer .loading-overlay,cart-drawer .loading-overlay__spinner{pointer-events:none!important}cart-drawer.drawer{--af-q-h: 44px;--af-q-round: 8px;--af-q-bg: rgba(0,0,0,.08);--af-q-mid-bg: rgba(255,255,255,.92);--af-q-minus-bg: rgba(0,0,0,.14);--af-q-plus-bg: #0b0b0c;--af-q-minus-fg: rgba(0,0,0,.8);--af-q-plus-fg: #ffffff;--af-q-shadow: 0 10px 22px rgba(0,0,0,.1);--af-q-ease: cubic-bezier(.2,.8,.2,1)}cart-drawer.drawer .quantity:before,cart-drawer.drawer .quantity:after,cart-drawer.drawer .quantity__button:before,cart-drawer.drawer .quantity__button:after{content:none!important}cart-drawer.drawer quantity-input.quantity,cart-drawer.drawer quantity-input.quantity.cart-quantity,cart-drawer.drawer .quantity{height:var(--af-q-h)!important;min-height:var(--af-q-h)!important;display:inline-flex!important;align-items:stretch!important;width:auto!important;border-radius:var(--af-q-round)!important;overflow:hidden!important;background:var(--af-q-bg)!important;box-shadow:var(--af-q-shadow)!important;border:0!important;outline:none!important;isolation:isolate;transform:translateZ(0)}cart-drawer.drawer quantity-input.quantity *,cart-drawer.drawer quantity-input.quantity:before,cart-drawer.drawer quantity-input.quantity:after{border:0!important;outline:none!important;box-shadow:none!important}cart-drawer.drawer quantity-input.quantity .quantity__button{flex:0 0 var(--af-q-h)!important;width:var(--af-q-h)!important;min-width:var(--af-q-h)!important;height:var(--af-q-h)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;transition:filter .18s var(--af-q-ease),transform .18s var(--af-q-ease)!important;-webkit-tap-highlight-color:transparent;background-clip:padding-box}cart-drawer.drawer quantity-input.quantity .quantity__button[name=minus]{background:var(--af-q-minus-bg)!important;color:var(--af-q-minus-fg)!important;border-top-left-radius:var(--af-q-round)!important;border-bottom-left-radius:var(--af-q-round)!important}cart-drawer.drawer quantity-input.quantity .quantity__button[name=plus]{background:var(--af-q-plus-bg)!important;color:var(--af-q-plus-fg)!important;border-top-right-radius:var(--af-q-round)!important;border-bottom-right-radius:var(--af-q-round)!important}cart-drawer.drawer quantity-input.quantity .quantity__input{flex:0 0 var(--af-q-h)!important;width:var(--af-q-h)!important;min-width:var(--af-q-h)!important;max-width:var(--af-q-h)!important;height:var(--af-q-h)!important;min-height:var(--af-q-h)!important;text-align:center!important;font-weight:800!important;background:var(--af-q-mid-bg)!important;color:#0b0b0c!important;border:0!important;border-radius:0!important;-moz-appearance:textfield}cart-drawer.drawer quantity-input.quantity .quantity__input::-webkit-outer-spin-button,cart-drawer.drawer quantity-input.quantity .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}cart-drawer.drawer quantity-input.quantity .quantity__button svg{width:16px!important;height:16px!important}@media (hover:hover){cart-drawer.drawer quantity-input.quantity .quantity__button:hover{filter:brightness(1.06);transform:translateY(-1px)}}cart-drawer.drawer quantity-input.quantity .quantity__button:active{transform:translateY(0) scale(.98);filter:brightness(.98)}
/*# sourceMappingURL=/cdn/shop/t/10/assets/af-cart-drawer.css.map */
