@layer components{.drawer{visibility:hidden}.ios-cart-drawer:not(.drawer--ready) .drawer__inner{transform:translate(100%);transition:none}.ios-cart-drawer.drawer--ready .drawer__inner{transition:transform .38s cubic-bezier(.32,.72,0,1)}.drawer__contents{position:relative}.cart-drawer__adding-overlay{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;background:#ffffffe6;flex-direction:column;align-items:center;justify-content:center;gap:12px}.cart-drawer__adding-overlay:not([hidden]){display:flex}.cart-drawer__adding-spinner{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.cart-drawer__adding-spinner svg{animation:cartDrawerSpinner .8s linear infinite}.cart-drawer__adding-text{font-size:14px;font-weight:500;color:var(--ink-500)}@keyframes cartDrawerSpinner{to{transform:rotate(360deg)}}.drawer__header{display:flex;flex-direction:column;padding:2px 10px 4px;gap:4px;align-items:stretch}.drawer__header-step-info{text-align:center;padding:0 2px;min-height:62px;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box}.drawer__header-step-title{font-size:14px;font-weight:600;color:var(--ink-800);margin:0 0 1px;line-height:1.2;max-width:100%;min-height:2.4em;display:flex;align-items:center;justify-content:center}.drawer__header-step-subtitle{font-size:11px;color:var(--ink-500);margin:0;line-height:1.3;max-width:100%;min-height:2.6em}.drawer__header-step-subtitle:empty{display:none}.drawer__header .cart-progress-bar{display:flex;align-items:flex-start;padding:2px 8px 0;width:100%;box-sizing:border-box;flex-shrink:0}.cart-progress-bar__step{display:flex;flex-direction:column;align-items:center;gap:1px;min-width:40px}.ios-cart-drawer .drawer__close-pill,cart-drawer.ios-cart-drawer .drawer__close-pill{width:16px;min-width:16px;max-width:16px}.cart-progress-bar__icon{width:20px;height:20px;border-radius:50%;background:var(--surface-100);border:1.5px solid var(--line-200);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--ink-400);transition:all .25s cubic-bezier(.34,1.2,.64,1)}.cart-progress-bar__step span{font-size:9px;font-weight:600;color:var(--ink-400);transition:color .25s ease;line-height:1.1}.cart-progress-bar__line{flex:1;height:2px;background:var(--line-200);margin-top:10px;border-radius:1px;position:relative;overflow:hidden}.cart-progress-bar__line:after{content:"";position:absolute;left:0;top:0;height:100%;width:0%;background:var(--brand-blue);border-radius:1px;transition:width .42s cubic-bezier(.33,1,.68,1),background-color .38s cubic-bezier(.33,1,.68,1),opacity .35s ease}.cart-progress-bar__line.half:after{width:50%}.cart-progress-bar__line.full:after{width:100%}[dir=rtl] .cart-progress-bar__line:after{left:auto;right:0}.ios-cart-drawer cart-drawer-items .cart-item__details{padding-left:12px;padding-right:12px}[dir=rtl] .ios-cart-drawer cart-drawer-items .cart-item__details{padding-left:20px;padding-right:20px}@media(max-width:767px){[dir=rtl] .ios-cart-drawer cart-drawer-items .cart-item__details{padding-left:12px;padding-right:8px}}.ios-cart-drawer cart-drawer-items .cart-item__name-wrapper{padding-right:8px}[dir=rtl] .ios-cart-drawer cart-drawer-items .cart-item__name-wrapper{padding-right:0;padding-left:8px}cart-drawer .cart-global-toast{position:fixed;top:12px;right:24px;left:auto;bottom:auto;transform:none;z-index:var(--z-modal-top, 10001);pointer-events:none;max-width:372px}cart-drawer .cart-message{opacity:0;transform:translateY(-6px) scale(.94);transition:opacity .12s cubic-bezier(.34,1.2,.64,1),transform .15s cubic-bezier(.34,1.2,.64,1)}cart-drawer .cart-message--show{opacity:1;transform:translateY(0) scale(1)}@media screen and (max-width:749px){cart-drawer .cart-global-toast{top:10px;right:16px;max-width:calc(90vw - 32px)}}.cart-progress-bar__step.active .cart-progress-bar__icon{background:var(--surface-100);border-color:var(--brand-blue);color:var(--brand-blue);animation:progressStepPop .3s cubic-bezier(.34,1.2,.64,1)}@media(prefers-reduced-motion:reduce){.cart-progress-bar__step.active .cart-progress-bar__icon{animation:none}}.cart-progress-bar__step.active span{color:var(--brand-blue)}.cart-progress-bar__icon svg{display:none}.cart-progress-bar__step.completed .cart-progress-bar__icon{background:var(--surface-100);border-color:#10b981;color:#10b981}.cart-progress-bar__step.completed .cart-progress-bar__icon svg{display:block;color:#10b981;width:11px;height:11px;flex-shrink:0}.cart-progress-bar__step.completed span{color:#10b981}.cart-progress-bar__step.completed[role=button]{cursor:pointer;-webkit-tap-highlight-color:transparent}.cart-progress-bar__step.completed[role=button]:focus-visible{outline:2px solid var(--brand-blue);outline-offset:3px;border-radius:8px}.cart-progress-bar__line.completed:after{width:100%;background:#10b981;animation:none;opacity:1}@media(prefers-reduced-motion:reduce){.cart-progress-bar__line:after{transition-duration:.01ms}.cart-progress-bar__line.half:after{animation:none}}@keyframes progressStepPop{0%{transform:scale(.9);opacity:.8}70%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}.drawer__footer #CartDrawer-Checkout.cart__checkout-button,.drawer__footer #CartDrawer-Checkout.cart__checkout-button.button,.drawer__footer #CartDrawer-Checkout.cart__checkout-button.button--primary{position:relative;display:flex;align-items:center;justify-content:center;background:var(--brand-blue);color:#fff;border-radius:12px;border:none;font-weight:600;letter-spacing:.01em;overflow:hidden;box-shadow:0 1px 2px #0f172a0f,0 2px 8px #0084fe33;transition:transform .14s ease-out,box-shadow .14s ease-out,opacity .14s ease-out,background-color .14s ease-out}.drawer__footer #CartDrawer-Checkout.cart__checkout-button:before{display:none;content:none}.drawer__footer #CartDrawer-Checkout.cart__checkout-button:hover,.drawer__footer #CartDrawer-Checkout.cart__checkout-button.button:hover,.drawer__footer #CartDrawer-Checkout.cart__checkout-button.button--primary:hover{transform:none;background:var(--brand-blue);box-shadow:0 1px 2px #0f172a0f,0 2px 8px #0084fe33}.drawer__footer #CartDrawer-Checkout.cart__checkout-button:active,.drawer__footer #CartDrawer-Checkout.cart__checkout-button.button:active,.drawer__footer #CartDrawer-Checkout.cart__checkout-button.button--primary:active{transform:translateY(1px);background:#0068cc;box-shadow:0 1px 2px #0f172a14;transition:transform .08s ease-out,box-shadow .08s ease-out,background-color .08s ease-out}.drawer__footer .cart-footer__total{margin-top:0;margin-bottom:12px;padding-bottom:0;min-height:32px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.drawer__footer .cart-footer__total--with-peek{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,auto) minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:10px;row-gap:0;margin-bottom:8px;padding-bottom:0;min-height:52px;box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent}.drawer__footer .cart-footer__total--with-peek .cart-footer__total-label{grid-column:1;grid-row:1;justify-self:start;align-self:center}.drawer__footer .cart-footer__total--with-peek .cart-footer__express-peek-label{grid-column:2;grid-row:1;justify-self:center;align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;max-width:100%}.drawer__footer .cart-footer__express-peek-label .cart-footer__express-up-btn{flex-shrink:0;margin:0;padding:0 2px;min-height:20px}.drawer__footer .cart-footer__express-peek-label--row{display:inline-flex;align-items:center;justify-content:center;gap:6px;max-width:100%;white-space:nowrap}.drawer__footer .cart-footer__express-wallet-icons{display:none;align-items:center;gap:4px;flex-shrink:0;color:#64748b80}cart-drawer[data-current-step=cart][data-express-checkout-open=false] .drawer__footer .cart-footer__express-wallet-icons,cart-drawer[data-current-step=address]:not([data-express-checkout-open=true]) .drawer__footer .cart-footer__express-wallet-icons,cart-drawer[data-current-step=contact]:not([data-express-checkout-open=true]) .drawer__footer .cart-footer__express-wallet-icons{display:inline-flex}.drawer__footer .cart-footer__wallet-icon{display:block;flex-shrink:0}.drawer__footer .cart-footer__wallet-icon[hidden],cart-drawer.ios-cart-drawer .drawer__footer .cart-footer__wallet-icon[hidden]{display:none}cart-drawer[data-current-step=cart][data-express-checkout-open=false] .drawer__footer .cart-footer__express-wallet-icons[hidden],cart-drawer[data-current-step=address]:not([data-express-checkout-open=true]) .drawer__footer .cart-footer__express-wallet-icons[hidden],cart-drawer[data-current-step=contact]:not([data-express-checkout-open=true]) .drawer__footer .cart-footer__express-wallet-icons[hidden],cart-drawer.ios-cart-drawer[data-current-step=cart][data-express-checkout-open=false] .drawer__footer .cart-footer__express-wallet-icons[hidden],cart-drawer.ios-cart-drawer[data-current-step=address]:not([data-express-checkout-open=true]) .drawer__footer .cart-footer__express-wallet-icons[hidden],cart-drawer.ios-cart-drawer[data-current-step=contact]:not([data-express-checkout-open=true]) .drawer__footer .cart-footer__express-wallet-icons[hidden]{display:none}.drawer__footer .cart-footer__wallet-icon--google{width:12px;height:12px}.drawer__footer .cart-footer__wallet-icon--apple{width:14px;height:14px;opacity:.92;transform:translateY(-1px)}.drawer__footer .cart-footer__express-peek-label-text{font:inherit;letter-spacing:inherit;text-transform:inherit;white-space:nowrap}.drawer__footer .cart-footer__total--with-peek .cart-footer__total-prices{grid-column:3;grid-row:1;justify-self:end;align-self:center;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:.2rem}@media(min-width:768px){.drawer__footer .cart-footer__total--with-peek .cart-footer__total-prices{flex-direction:column;align-items:flex-end;justify-content:center;flex-wrap:nowrap;gap:.16rem}}@media(max-width:767px){.drawer__footer .cart-footer__total--with-peek{grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:6px;row-gap:0;align-items:center;min-height:48px}.drawer__footer .cart-footer__total--with-peek .cart-footer__total-label{grid-column:1;grid-row:1;max-width:32vw;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer__footer .cart-footer__total--with-peek .cart-footer__express-peek-label{grid-column:2;grid-row:1;min-width:0;max-width:100%;justify-self:center}.drawer__footer .cart-footer__total--with-peek .cart-footer__express-peek-label--row{min-width:0;max-width:100%}.drawer__footer .cart-footer__total--with-peek .cart-footer__express-peek-label-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.drawer__footer .cart-footer__total--with-peek .cart-footer__total-prices{grid-column:3;grid-row:1;justify-self:end}.drawer__footer .cart-footer__total--with-peek .cart-footer__back-to-cart-express{grid-column:2;grid-row:2}}.drawer__footer .cart-footer__total--with-peek .cart-footer__back-to-cart-express{grid-column:2;grid-row:2;justify-self:stretch;position:static;left:auto;top:auto;transform:none;width:auto;max-width:100%;margin:0;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:0;pointer-events:auto}.drawer__footer .cart-trust-badges{margin-top:4px;margin-bottom:12px}.drawer__footer .cart__ctas,.drawer__footer .clp-footer-btns{width:100%;min-height:48px;display:flex;gap:10px;align-items:stretch}.drawer__footer #CartDrawer-Checkout.cart__checkout-button,.drawer__footer .clp-footer-btns .clp-btn--primary,.drawer__footer .clp-footer-btns .clp-btn--secondary{min-height:48px;padding:14px 20px;font-size:15px;font-weight:600;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px}.drawer__footer .clp-footer-btns .clp-btn--secondary{flex:0 0 auto}.drawer__footer .clp-footer-btns .clp-btn--primary{flex:1;min-width:140px}.drawer__footer .cart__ctas .cart__checkout-button{width:100%}@media(max-width:767px){.drawer__footer #CartDrawer-Checkout.cart__checkout-button,.drawer__footer .clp-footer-btns .clp-btn--primary,.drawer__footer .clp-footer-btns .clp-btn--secondary{min-height:46px;padding:12px 16px;font-size:14px}}.ios-cart-drawer .drawer__footer .cart-bnpl-row--single{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;width:100%;min-width:0}.ios-cart-drawer .drawer__footer .cart-bnpl-row--single .cart-bnpl-icons{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:6px;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.ios-cart-drawer .drawer__footer .cart-bnpl-row--single .cart-bnpl-icons::-webkit-scrollbar{display:none}.ios-cart-drawer .drawer__footer .cart-bnpl-label{flex-shrink:0;margin:0;text-align:start;align-self:center}}.ios-cart-drawer .cart-drawer .cart-items .cart-item__media{justify-content:flex-start}.ios-cart-drawer .cart-drawer .cart-items .cart-item__media .svend{margin-top:4px}.cart-item--addon{display:none}.cart-item__applecare{position:absolute;inset-inline-start:-84px;inset-inline-end:150px;bottom:10px;display:flex;flex-direction:column;justify-content:center;height:44px}.cart-item__applecare:has(.cart-item__applecare-row--added),.cart-item__applecare:has(.cart-item__applecare-offer){inset-inline-end:auto;width:206px;max-width:calc(100% - 66px)}.cart-item__applecare.is-offer .cart-item__applecare-row--added,.cart-item__applecare.is-added .cart-item__applecare-offer{display:none}.cart-item__applecare-row{display:flex;align-items:center;gap:8px;width:100%;padding:6px 10px 6px 5px;border:1px solid rgba(0,0,0,.07);border-radius:13px;background:#fff;box-shadow:0 1px 2px #0000000d;white-space:nowrap}.cart-item__applecare-logo-wrap{position:relative;flex:0 0 auto;display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f5f5f7}.cart-item__applecare-tick{position:absolute;inset-block-end:-3px;inset-inline-end:-3px;display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#ff3b30;color:#fff;border:1.5px solid #fff}.cart-item__applecare-namerow{display:flex;align-items:center;gap:6px;min-width:0}.cart-item__applecare-tag{flex:0 0 auto;padding:1px 6px;border-radius:999px;background:#fde3e6;color:#e0254e;font-size:9.5px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;line-height:1.5}.cart-item__applecare-logo{width:20px;height:20px;object-fit:contain}.cart-item__applecare-row--added{background:#fff5f5;border-color:#f7d9dc}.cart-item__applecare-row--just-added{position:relative;overflow:hidden;animation:ac-unlock-card .3s cubic-bezier(.34,1.56,.64,1) both}.cart-item__applecare-row--just-added:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 36%,rgba(255,255,255,.7) 50%,transparent 64%);transform:translate(-130%);animation:ac-unlock-shimmer .48s ease-out 60ms both;pointer-events:none}.cart-item__applecare-row--just-added .cart-item__applecare-tick{animation:ac-unlock-tick .36s cubic-bezier(.34,1.56,.64,1) 70ms both}.cart-item__applecare-row--just-added .cart-item__applecare-tag{animation:ac-unlock-pill .28s cubic-bezier(.34,1.56,.64,1) .13s both}@keyframes ac-unlock-card{0%{transform:scale(.92);opacity:.4}60%{transform:scale(1.02)}to{transform:scale(1);opacity:1}}@keyframes ac-unlock-shimmer{0%{transform:translate(-130%)}to{transform:translate(130%)}}@keyframes ac-unlock-tick{0%{transform:scale(0) rotate(-35deg)}60%{transform:scale(1.3) rotate(8deg)}to{transform:scale(1) rotate(0)}}@keyframes ac-unlock-pill{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.cart-item__applecare-row--removing{animation:ac-remove-out .16s cubic-bezier(.4,0,1,1) both;pointer-events:none}@keyframes ac-remove-out{0%{transform:scale(1);opacity:1}to{transform:scale(.82);opacity:0}}@media(prefers-reduced-motion:reduce){.cart-item__applecare-row--just-added,.cart-item__applecare-row--just-added:after,.cart-item__applecare-row--just-added .cart-item__applecare-tick,.cart-item__applecare-row--just-added .cart-item__applecare-tag,.cart-item__applecare-row--removing{animation:none}}.cart-item__applecare-namerow .cart-item__applecare-name{flex:0 1 auto;min-width:0}.cart-item__applecare-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px;overflow:hidden}.cart-item__applecare-name{overflow:hidden;text-overflow:ellipsis;font-size:12.5px;font-weight:600;line-height:1.15;letter-spacing:-.01em;color:#1d1d1f}.cart-item__applecare-sub{overflow:hidden;text-overflow:ellipsis;font-size:10.5px;font-weight:450;line-height:1.2;color:#86868b}.cart-item__applecare-price-inline{font-size:12px;font-weight:600;color:#1d1d1f}.cart-item__applecare-qty{margin-inline-start:1px;font-size:11px;font-weight:700;color:#1d1d1f}.cart-item__applecare-price{flex:0 0 auto;font-size:12.5px;font-weight:600;letter-spacing:-.01em;color:#1d1d1f}.cart-item__applecare-offer{width:100%;margin:0;font:inherit;text-align:start;cursor:pointer;background:#0071e30f;border-color:#0071e352;transition:background-color .15s ease,border-color .15s ease,transform .12s ease}.cart-item__applecare-offer:hover{background:#0071e31a;border-color:#0071e3}.cart-item__applecare-offer:active{transform:scale(.985)}.cart-item__applecare-offer .cart-item__applecare-name{color:#0071e3}.cart-item__applecare-add{flex:0 0 auto;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#0071e3;color:#fff}.cart-item__applecare-offer.applecare-busy{opacity:.55;pointer-events:none}.cart-item__applecare-remove{flex:0 0 auto;display:grid;place-items:center;width:22px;height:22px;margin:-4px -4px -4px 0;padding:0;border:0;border-radius:50%;background:#0000000d;color:#6e6e73;cursor:pointer;transition:background-color .15s ease,color .15s ease}.cart-item__applecare-remove:hover{background:#0000001a;color:#1d1d1f}.cart-item__applecare-remove.applecare-busy{opacity:.5;pointer-events:none}@media(max-width:749px){.ios-cart-drawer .cart-drawer .cart-items .cart-item__media .svend{margin-top:-5px}}@media(min-width:750px){.cart-item__applecare,.ios-cart-drawer .cart-drawer .cart-item__quantity-right{bottom:5px}}@media(max-width:767px){.cart-item__applecare{bottom:6px}}
/*# sourceMappingURL=/cdn/shop/t/68/assets/component-cart-drawer-extra.css.map */
