cart-drawer .cart-drawer__overlay{background-color:#1a191966}cart-drawer .drawer__inner{width:375px;max-width:calc(100vw - 1rem);background-color:#fff;border:none;padding:0;display:flex;flex-direction:column}cart-drawer .drawer__header{background:#e9ecf533;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--accent-color-3, #c3c8d9);padding:16px;display:flex;align-items:center;justify-content:space-between;position:relative}cart-drawer .drawer__heading{font-family:Clash Display,sans-serif!important;font-weight:600;font-size:31px!important;text-transform:uppercase;letter-spacing:.6px;line-height:1.12;color:var(--main-text, #080f1a);margin:0}cart-drawer .drawer__close{position:relative;top:auto;right:auto;background-color:var(--main-accent, #5577ad)!important;border-radius:9999px;padding:8px;min-width:auto;min-height:auto;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:opacity .2s ease}cart-drawer .drawer__close:hover{opacity:.85}cart-drawer .drawer__close .svg-wrapper{width:24px;height:24px;color:#fff}cart-drawer .drawer__close .svg-wrapper svg{color:#fff;stroke:#fff}cart-drawer cart-drawer-items{padding:16px;overflow-y:auto;flex:1}cart-drawer .cart-items,cart-drawer .cart-items thead,cart-drawer .cart-items tbody{display:block;width:100%}cart-drawer .cart-items td{display:block;padding:0!important}cart-drawer .cart-items thead{display:none!important}cart-drawer .cart-item{background-color:var(--accent-color-1, #e2e7f2);border-radius:var(--border-radius-l, 8px);padding:16px;display:grid!important;grid-template-columns:125px 1fr auto!important;grid-template-rows:1fr auto!important;gap:8px 16px!important;align-items:start;margin-bottom:16px!important}cart-drawer .cart-item>td+td{padding-left:0!important}cart-drawer .cart-item:last-child{margin-bottom:0!important}cart-drawer .cart-item__media{grid-column:1;grid-row:1 / -1;width:125px!important;min-width:125px;max-width:125px;height:125px;padding:0!important}cart-drawer .cart-item__image{width:125px!important;height:125px!important;max-width:125px!important;object-fit:cover;border-radius:var(--border-radius-s, 4px)}cart-drawer .cart-item__link{display:block;width:125px;height:125px;border-radius:var(--border-radius-s, 4px);overflow:hidden}cart-drawer .cart-item__details{grid-column:2 / 4;grid-row:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding:0!important;width:auto!important}cart-drawer .cart-item__name{display:block;width:100%;font-family:Clash Display,sans-serif!important;font-weight:600;font-size:16px!important;text-transform:uppercase;letter-spacing:.6px;line-height:1.12;color:var(--main-text, #080f1a);text-decoration:none}cart-drawer .cart-item__details>.product-option{font-family:Clash Display,sans-serif!important;font-weight:600;font-size:13px;text-transform:uppercase;color:var(--accent-color-6, #606578)}cart-drawer .cart-item__details>.cart-item__discounted-prices{font-family:Clash Display,sans-serif!important;font-weight:600;font-size:13px;text-transform:uppercase;display:flex!important;flex-direction:row;gap:8px;align-items:center}cart-drawer .cart-item__details .cart-item__old-price{font-family:Clash Display,sans-serif!important;font-weight:600;font-size:13px;color:var(--accent-color-6, #606578);text-decoration:line-through}cart-drawer .cart-item__details .cart-item__final-price{font-family:Clash Display,sans-serif!important;font-weight:600;font-size:13px;color:var(--accent-red, #ee0000)}cart-drawer .cart-item__details dl,cart-drawer .cart-item__details .product-option:not(.cart-item__discounted-prices *){display:none}cart-drawer .cart-item__details>.product-option,cart-drawer .cart-item__details>.cart-item__discounted-prices{display:none!important}cart-drawer .cart-item__details .discounts{display:none}cart-drawer .cart-item__totals{display:flex!important;align-items:center;grid-column:2;grid-row:2;justify-self:start;align-self:center;padding:0!important}cart-drawer .cart-item__totals .loading__spinner{display:none}cart-drawer .cart-item .loading__spinner:not(.hidden)~*,cart-drawer .cart-item__totals .loading__spinner:not(.hidden)+.cart-item__price-wrapper{visibility:visible!important;opacity:1!important}cart-drawer .cart-item__totals .cart-item__price-wrapper{display:flex;align-items:center;gap:6px}cart-drawer .cart-item__totals .cart-item__price-wrapper .price{font-family:Clash Display,sans-serif!important;font-weight:600;font-size:14px;color:var(--accent-color-6, #606578)}cart-drawer .cart-item__totals .cart-item__discounted-prices{display:flex!important;flex-direction:row;align-items:center;gap:6px}cart-drawer .cart-item__totals .cart-item__old-price{font-family:Clash Display,sans-serif!important;font-weight:600;font-size:13px;color:var(--accent-color-6, #606578);text-decoration:line-through}cart-drawer .cart-item__totals .cart-item__discounted-prices .price{color:var(--accent-red, #ee0000)!important;font-size:13px}cart-drawer .cart-item__quantity{grid-column:3;grid-row:2;display:block!important;padding:0!important;justify-self:end;align-self:center;width:auto}cart-drawer .cart-item .quantity-popover-container{display:block!important}cart-drawer .cart-item .quantity-popover__info-button{display:none!important}cart-drawer .cart-item .cart-item__error{display:none}cart-drawer .cart-item .cart-item__quantity-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:4px}cart-drawer .cart-item .quantity.cart-quantity{display:flex!important;align-items:center!important;gap:0!important;border:1px solid #c3c8d9!important;border-radius:6px!important;background:transparent!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:0!important;width:auto!important;position:relative;box-shadow:none!important}cart-drawer .cart-item .quantity.cart-quantity:before,cart-drawer .cart-item .quantity.cart-quantity:after{display:none!important;content:none!important}cart-drawer .cart-item .quantity__button{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:30px!important;padding:0!important;margin:0!important;background:transparent!important;border:none!important;cursor:pointer;color:var(--main-text, #080f1a)!important;min-width:auto!important;min-height:auto!important;flex-shrink:0!important;box-shadow:none!important}cart-drawer .cart-item .quantity__button:focus,cart-drawer .cart-item .quantity__button:focus-visible{background:transparent!important;box-shadow:none!important;outline:none!important}cart-drawer .cart-item .quantity__button .svg-wrapper{width:10px!important;height:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:none!important}cart-drawer .cart-item .quantity__button .svg-wrapper svg{width:100%!important;height:100%!important}cart-drawer .cart-item .quantity__button .icon-trash-svg{width:15px!important;height:15px!important}cart-drawer .cart-item .quantity__input{width:28px!important;height:30px!important;text-align:center!important;border:none!important;border-left:1px solid #c3c8d9!important;border-right:1px solid #c3c8d9!important;border-radius:0!important;font-family:Clash Display,sans-serif!important;font-weight:600!important;font-size:13px!important;color:var(--main-text, #080f1a)!important;background:transparent!important;padding:0!important;margin:0!important;opacity:1!important;flex-grow:0!important;flex-shrink:0!important;-moz-appearance:textfield!important;-webkit-appearance:textfield!important;appearance:textfield!important;box-shadow:none!important}cart-drawer .cart-item .quantity__input:focus,cart-drawer .cart-item .quantity__input:focus-visible{background:transparent!important;box-shadow:none!important;outline:none!important}cart-drawer .cart-item .quantity__input::-webkit-outer-spin-button,cart-drawer .cart-item .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}cart-drawer .cart-item .quantity__button .hidden{display:none!important}cart-drawer .cart-remove-button{padding:0!important;min-width:auto!important;min-height:auto!important;background:transparent!important;border:none!important;box-shadow:none!important;cursor:pointer}cart-drawer .cart-remove-button .cop-remove-text{font-family:Clash Display,sans-serif!important;font-weight:500;font-size:12px;color:var(--secondary-text, #5c6173);text-decoration:underline;text-underline-offset:2px}cart-drawer .drawer__footer{background:#e9ecf533;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--accent-color-3, #c3c8d9);padding:16px;display:flex;flex-direction:column;gap:16px}cart-drawer .drawer__footer>details{display:none}cart-drawer .cart-drawer__footer{display:flex;flex-direction:row;align-items:center;gap:24px;padding:0!important}cart-drawer .cart-drawer__footer>*+*{margin-top:0!important}cart-drawer .totals{display:flex;flex-direction:column;flex:1;gap:4px}cart-drawer .totals__total{font-family:Clash Display,sans-serif!important;font-weight:600;font-size:13px!important;text-transform:uppercase;color:var(--secondary-text, #5c6173);margin:0;line-height:normal}cart-drawer .totals__total-value{font-family:Clash Display,sans-serif!important;font-weight:600;font-size:20px!important;text-transform:uppercase;letter-spacing:.6px;line-height:1.12;color:var(--main-text, #080f1a);margin:0}cart-drawer .tax-note{display:none!important}cart-drawer .cart-drawer__footer>div:first-child:empty{display:none}cart-drawer .cart__ctas{padding:0}cart-drawer .cart__checkout-button{width:auto;flex-shrink:0;background-color:var(--main-accent, #5577ad)!important;color:#fff!important;border:1px solid var(--main-accent, #5577ad)!important;border-radius:var(--border-radius-s, 4px)!important;font-family:Clash Display,sans-serif!important;font-weight:600;font-size:12px!important;text-transform:uppercase;letter-spacing:.6px;line-height:16px;padding:18px 48px!important;box-shadow:0 4px 8px -4px #080c1a4d;cursor:pointer;transition:opacity .2s ease;min-height:auto}cart-drawer .cart__checkout-button:hover{opacity:.9}cart-drawer .drawer__footer{flex-direction:row;align-items:center}cart-drawer .drawer__footer .cart-drawer__footer{flex:1;flex-direction:column;align-items:flex-start}cart-drawer .drawer__footer .cart__ctas{flex-shrink:0}cart-drawer.is-empty .drawer__inner-empty{padding:16px;position:relative}cart-drawer .cart-drawer__empty-content{text-align:center}cart-drawer .cart-drawer__empty-content>.drawer__close{position:absolute;top:16px;right:16px}cart-drawer .cart__empty-text{font-family:Clash Display,sans-serif!important;font-weight:600;font-size:20px!important;text-transform:uppercase;letter-spacing:.6px;color:var(--main-text, #080f1a)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-cart-drawer.css.map */
