.drawer{background-color:var(--cc-scrim)}.drawer__inner{width:400px;max-width:100vw;padding-inline:var(--cc-space-20);padding-block:0;background-color:var(--cc-bg-page);border:solid rgba(var(--color-foreground),var(--drawer-border-opacity));border-width:0 0 0 var(--drawer-border-width);border-radius:0;filter:drop-shadow(var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-shadow),var(--drawer-shadow-opacity)))}.cart-drawer .drawer__header{padding-block:var(--cc-space-20);border-bottom:1px solid var(--cc-border-subtle);align-items:center}.cart-drawer .drawer__heading{margin:0;display:flex;align-items:center;gap:var(--cc-space-8);font-family:var(--cc-font-family);font-size:18px;line-height:28px;font-weight:700;color:var(--cc-text-primary)}.cc-cart__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 var(--cc-space-4);box-sizing:border-box;background-color:var(--cc-brand-primary);color:var(--cc-text-on-dark);border-radius:var(--cc-radius-pill);font-size:12px;line-height:1;font-weight:600;font-variant-numeric:tabular-nums}.cart-drawer .drawer__header .drawer__close{position:static;inset:auto;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;color:var(--cc-text-primary);background:transparent;border-radius:var(--cc-radius-sm);box-shadow:none;transition:color var(--cc-motion-fast) var(--cc-ease),background-color var(--cc-motion-fast) var(--cc-ease)}.cart-drawer .drawer__close:hover{background:var(--cc-bg-surface-alt)}.cart-drawer .drawer__close:focus-visible{outline:2px solid var(--cc-border-brand);outline-offset:2px}.cart-drawer .drawer__close .svg-wrapper,.cart-drawer .drawer__close svg{width:24px;height:24px}.cart-drawer .cart-items thead{display:none}.cart-drawer .cart-drawer__form{flex-direction:column;flex-wrap:nowrap}.cart-drawer .drawer__contents,.cart-drawer .drawer__cart-items-wrapper,.cart-drawer .cart-items,.cart-drawer .cart-items tbody,.cart-drawer .cart-item{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.cart-drawer .drawer__cart-items-wrapper{padding:0}.cart-drawer .cart-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-template-areas:"media details price" "media actions actions";column-gap:var(--cc-space-16);row-gap:var(--cc-space-8);align-items:start;padding-block:var(--cc-space-16);margin:0;border-bottom:1px solid var(--cc-border-subtle)}.cart-drawer .cart-items td{padding:0}.cart-drawer .cart-item>td+td{padding-left:0}.cart-drawer .cart-item__media{grid-area:media;width:72px;height:72px;border-radius:var(--cc-radius-sm);background:var(--cc-bg-muted);overflow:hidden}.cart-drawer .cart-item__image{width:100%;height:100%;object-fit:contain;border-radius:var(--cc-radius-sm)}.cart-drawer .cart-item__details{grid-area:details;display:flex;flex-direction:column;gap:2px;min-width:0}.cart-drawer .cart-item__details>.caption-with-letter-spacing{margin:0;font-family:var(--cc-font-family);font-size:12px;line-height:20px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--cc-text-tertiary)}.cart-drawer .cart-item__name{font-family:var(--cc-font-family);font-size:15px;line-height:24px;font-weight:400;color:var(--cc-text-card, #191919);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer .cart-item__name:hover{color:var(--cc-brand-primary)}.cart-drawer .cart-item__details>.product-option,.cart-drawer .cart-item__details>.cart-item__discounted-prices{display:none}.cart-drawer .cart-item__details dl{margin:2px 0 0}.cart-drawer .cart-item__details .product-option{font-size:12px;line-height:18px;color:var(--cc-text-tertiary)}.cart-drawer .cart-item__totals{grid-area:price;padding:0;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.cart-drawer .cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cart-drawer .cart-item__totals .price:not(.cart-item__old-price),.cart-drawer .cart-item__totals .cart-item__final-price{font-family:var(--cc-font-family);font-size:18px;line-height:26px;font-weight:700;color:var(--cc-text-primary);font-variant-numeric:tabular-nums}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{align-items:flex-end;gap:2px}.cart-drawer .cart-item__old-price{font-size:12px;line-height:18px;font-weight:400;color:var(--cc-state-sale-price, #ff383c);text-decoration:line-through;font-variant-numeric:tabular-nums}.cart-drawer .cart-items .cart-item__quantity{grid-area:actions;padding:0}.cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;flex-wrap:nowrap;gap:var(--cc-space-12)}.cart-drawer .quantity{display:grid;grid-template-columns:44px 52px 44px;align-items:stretch;flex:0 0 auto;width:140px;height:48px;border:1px solid var(--cc-border-input);border-radius:var(--cc-radius-sm);background:var(--cc-bg-page);overflow:hidden}.cart-drawer .quantity:after{display:none}.cart-drawer .quantity__button{width:100%;height:100%;padding:0;border:0;background:transparent;color:var(--cc-text-secondary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color var(--cc-motion-fast) var(--cc-ease),background-color var(--cc-motion-fast) var(--cc-ease)}.cart-drawer .quantity__button:hover:not(:disabled){background:var(--cc-bg-surface-alt);color:var(--cc-text-primary)}.cart-drawer .quantity__button:disabled{color:var(--cc-border-strong);cursor:default}.cart-drawer .quantity__button svg{width:13px;height:13px}.cart-drawer .quantity__input{width:100%;height:100%;min-width:0;padding:0;border:0;border-inline:1px solid var(--cc-border-input);background:transparent;text-align:center;font-family:var(--cc-font-family);font-size:16px;font-weight:400;color:var(--cc-text-primary);font-variant-numeric:tabular-nums;-moz-appearance:textfield}.cart-drawer .quantity__input::-webkit-outer-spin-button,.cart-drawer .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer .quantity__input:focus{outline:0}.cart-drawer .quantity:focus-within{border-color:var(--cc-border-brand);box-shadow:0 0 0 1px var(--cc-border-brand)}.cart-drawer cart-remove-button{margin:0}.cart-drawer cart-remove-button .button{min-width:44px;min-height:44px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--cc-text-tertiary);background:transparent;border:0;border-radius:var(--cc-radius-sm);transition:color var(--cc-motion-fast) var(--cc-ease),background-color var(--cc-motion-fast) var(--cc-ease)}.cart-drawer cart-remove-button .button:hover:not([disabled]){color:var(--cc-state-danger);background:var(--cc-bg-surface-alt)}.cart-drawer cart-remove-button .button:focus-visible{outline:2px solid var(--cc-border-brand);outline-offset:2px}.cart-drawer cart-remove-button .button:before,.cart-drawer cart-remove-button .button:after{display:none}.cart-drawer cart-remove-button .button svg{width:18px;height:18px}.cart-drawer .drawer__footer{border-top:1px solid var(--cc-border-subtle);padding-block:var(--cc-space-20)}.cart-drawer .cart-drawer__footer>*+*{margin-top:var(--cc-space-8)}.cart-drawer .totals{display:flex;justify-content:space-between;align-items:baseline}.cart-drawer .totals__total{margin:0;font-family:var(--cc-font-family);font-size:14px;line-height:20px;font-weight:500;color:var(--cc-text-secondary)}.cart-drawer .totals__total-value{margin:0;font-family:var(--cc-font-family);font-size:18px;line-height:26px;font-weight:700;color:var(--cc-text-primary);font-variant-numeric:tabular-nums}.cart-drawer .tax-note{margin:4px 0 0;font-size:12px;line-height:18px;color:var(--cc-text-tertiary);text-align:left}.cart-drawer .drawer__footer>details{border-bottom:1px solid var(--cc-border-subtle)}.cart-drawer .drawer__footer summary{color:var(--cc-text-secondary)}.cart-drawer .cart__ctas{margin-top:var(--cc-space-12);flex-direction:column}.cart-drawer .cart__checkout-button{width:100%;max-width:none;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px var(--cc-space-24);background:var(--cc-brand-primary);color:var(--cc-text-on-dark);font-family:var(--cc-font-family);font-size:16px;line-height:22px;font-weight:600;border:0;border-radius:var(--cc-radius-pill);cursor:pointer;transition:background-color var(--cc-motion-fast) var(--cc-ease),transform var(--cc-motion-fast) var(--cc-ease)}.cart-drawer .cart__checkout-button:before,.cart-drawer .cart__checkout-button:after{display:none}.cart-drawer .cart__checkout-button:hover{background:var(--cc-brand-primary-hover)}.cart-drawer .cart__checkout-button:active{transform:scale(.98)}.cart-drawer .cart__checkout-button:focus-visible{outline:2px solid var(--cc-border-brand);outline-offset:2px}.cart-drawer .cart__checkout-button[disabled]{opacity:.5;cursor:default}.cart-drawer .cart-drawer__view-cart{width:100%;margin-top:var(--cc-space-8)}@media(prefers-reduced-motion:reduce){.cart-drawer .cart-drawer__view-cart{transition:none}}.cart-drawer .cc-cart__trust{list-style:none;margin:var(--cc-space-16) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--cc-space-8)}.cart-drawer .cc-cart__trust-item{display:flex;align-items:center;gap:10px;font-family:var(--cc-font-family);font-size:14px;line-height:20px;font-weight:500;color:var(--cc-text-secondary)}.cart-drawer .cc-cart__trust-item svg{width:20px;height:20px;flex:0 0 auto;color:var(--cc-text-tertiary)}cart-drawer.is-empty .drawer__inner{padding:var(--cc-space-40) var(--cc-space-20);position:relative}.cart-drawer__empty-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--cc-space-16)}.cc-cart__empty-icon{display:inline-flex;color:var(--cc-text-tertiary)}.cc-cart__empty-icon svg{width:56px;height:56px}.cart-drawer .cart__empty-text{margin:0;font-family:var(--cc-font-family);font-size:18px;line-height:28px;font-weight:600;color:var(--cc-text-primary)}.cart-drawer__empty-content .drawer__close{position:absolute;top:var(--cc-space-16);right:var(--cc-space-16);min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;color:var(--cc-text-primary);background:transparent;border-radius:var(--cc-radius-sm);box-shadow:none;transition:background-color var(--cc-motion-fast) var(--cc-ease)}.cart-drawer__empty-content .drawer__close:hover{background:var(--cc-bg-surface-alt)}.cart-drawer__empty-content .button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:12px var(--cc-space-24);background:var(--cc-brand-primary);color:var(--cc-text-on-dark);font-family:var(--cc-font-family);font-size:15px;line-height:20px;font-weight:600;border:0;border-radius:var(--cc-radius-pill);text-decoration:none;transition:background-color var(--cc-motion-fast) var(--cc-ease),transform var(--cc-motion-fast) var(--cc-ease)}.cart-drawer__empty-content .button:hover{background:var(--cc-brand-primary-hover)}.cart-drawer__empty-content .button:active{transform:scale(.98)}.cart-drawer .cart__login-title{margin-top:var(--cc-space-8);color:var(--cc-text-primary)}.cart-drawer .cart__login-paragraph{font-size:14px;color:var(--cc-text-secondary)}@media screen and (max-width:767px){.drawer__inner{width:100vw;max-width:100vw}}@media(prefers-reduced-motion:reduce){.drawer,.drawer__inner,.cart-drawer .drawer__close,.cart-drawer .quantity__button,.cart-drawer cart-remove-button .button,.cart-drawer .cart__checkout-button,.cart-drawer__empty-content .button{transition:none}.cart-drawer .cart__checkout-button:active,.cart-drawer__empty-content .button:active{transform:none}}.cc-fs-bar{margin-block:var(--cc-space-16);padding:var(--cc-space-12) var(--cc-space-16);background-color:var(--cc-brand-primary-soft);border-radius:var(--cc-radius-sm)}.cc-fs-bar__label{display:flex;align-items:center;gap:var(--cc-space-8);margin:0 0 var(--cc-space-8);font-family:var(--cc-font-family);font-size:14px;line-height:20px;font-weight:600;color:var(--cc-brand-primary-deep)}.cc-fs-bar__icon{display:inline-flex;flex:0 0 auto;color:var(--cc-brand-primary)}.cc-fs-bar__track{height:8px;background-color:var(--cc-bg-page);border-radius:var(--cc-radius-pill);overflow:hidden}.cc-fs-bar__track .cc-fs-bar__fill{display:block;width:var(--cc-fs-progress, 0%);height:100%;background-color:var(--cc-bg-ticker);transition:width var(--cc-motion-base) var(--cc-ease)}.cc-fs-bar__celebrate{display:inline-block;margin-inline-start:var(--cc-space-4);font-size:16px;line-height:1;letter-spacing:1px;white-space:nowrap;vertical-align:middle}.cc-fs-bar--complete .cc-fs-bar__celebrate{animation:cc-fs-pop var(--cc-motion-slow) var(--cc-ease) both}@keyframes cc-fs-pop{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}cart-recommendations{display:block}.cc-cart-recs-wrap[hidden]{display:none}.cc-cart-recs{border-top:1px solid var(--cc-border-subtle);padding-block:var(--cc-space-16)}.cc-cart-recs__toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--cc-space-8);width:100%;margin:0;padding:0;border:0;background:transparent;cursor:pointer;color:var(--cc-text-primary);text-align:left}.cc-cart-recs__toggle:focus-visible{outline:2px solid var(--cc-border-brand);outline-offset:2px}.cc-cart-recs__heading{margin:0;font-family:var(--cc-font-family);font-size:14px;line-height:20px;font-weight:600;color:var(--cc-text-primary)}.cc-cart-recs__chevron{display:inline-flex;flex:0 0 auto;color:var(--cc-text-secondary);transition:transform var(--cc-motion-base) var(--cc-ease)}.cc-cart-recs.is-collapsed .cc-cart-recs__chevron{transform:rotate(-180deg)}.cc-cart-recs__panel{display:grid;grid-template-rows:1fr;transition:grid-template-rows var(--cc-motion-base) var(--cc-ease);margin-top:var(--cc-space-12)}.cc-cart-recs__panel>*{min-height:0;overflow:hidden}.cc-cart-recs.is-collapsed .cc-cart-recs__panel{grid-template-rows:0fr;margin-top:0}.cc-cart-recs--no-anim .cc-cart-recs__panel,.cc-cart-recs--no-anim .cc-cart-recs__chevron{transition:none}.cc-cart-recs__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--cc-space-12)}.cc-cart-recs__item{display:flex;align-items:center;gap:var(--cc-space-12)}.cc-cart-recs__list--pool .cc-cart-recs__item{display:none}.cc-cart-recs__list--pool .cc-cart-recs__item--show{display:flex}.cc-cart-recs__link{display:flex;align-items:center;gap:var(--cc-space-12);flex:1 1 auto;min-width:0;text-decoration:none;color:inherit}.cc-cart-recs__media{flex:0 0 auto;width:56px;height:56px;border-radius:var(--cc-radius-sm);overflow:hidden;background-color:var(--cc-bg-card-image);display:flex;align-items:center;justify-content:center}.cc-cart-recs__img{width:100%;height:100%;object-fit:contain}.cc-cart-recs__info{display:flex;flex-direction:column;gap:2px;min-width:0}.cc-cart-recs__name{font-family:var(--cc-font-family);font-size:14px;line-height:18px;color:var(--cc-text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cc-cart-recs__price{font-family:var(--cc-font-family);font-size:14px;line-height:20px;font-weight:700;color:var(--cc-text-primary);font-variant-numeric:tabular-nums}.cc-cart-recs__add{flex:0 0 auto;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--cc-radius-pill);background-color:var(--cc-brand-primary);color:var(--cc-text-on-dark);cursor:pointer;transition:background-color var(--cc-motion-fast) var(--cc-ease)}.cc-cart-recs__add:hover{background-color:var(--cc-brand-primary-hover)}.cc-cart-recs__add:focus-visible{outline:2px solid var(--cc-border-brand);outline-offset:2px}.cc-cart-recs__add.is-loading{opacity:.6;pointer-events:none}@media(prefers-reduced-motion:reduce){.cc-fs-bar__track .cc-fs-bar__fill,.cc-cart-recs__add,.cc-cart-recs__toggle .cc-cart-recs__chevron,.cc-cart-recs__panel{transition:none}.cc-fs-bar--complete .cc-fs-bar__celebrate{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/cc-cart-drawer.css.map */
