.cart-drawer,.recently-drawer{--cd-ink: #111111;--cd-ink-soft: #3f3f3f;--cd-muted: #c4c4c4;--cd-border: #e5e5e5;--cd-rule: #f0f0f0;--cd-vendor: #9c909b;--cd-title: #252525;--cd-price: #29a483;--cd-remove: #ff0004;--cd-teal: #37a690;--cd-teal-dark: #29a483;--cd-badge: #ea2252;--cd-purple: #bf66bc;--cd-foot-bg: #fcfcfc;--cd-note: #888888;--cd-tile: #f8f8f8}@media screen and (min-width:640px){.cart-drawer .drawer__inner,.recently-drawer .drawer__inner{max-width:600px}}.cart-drawer .drawer__header,.recently-drawer .drawer__header{border-block-end:0;padding:32px 24px 24px;align-items:center}.cart-drawer .drawer__tabs{gap:24px;align-items:center}.cart-drawer .drawer__tab,.recently-drawer .drawer__title{opacity:1;color:var(--cd-muted);transition:color .25s ease}.cart-drawer .drawer__tab[aria-expanded=true]{color:var(--cd-ink)}@media screen and (pointer:fine){.cart-drawer .drawer__tab:hover{opacity:1;color:var(--cd-ink)}}.cart-drawer .drawer__tab .drawer__title,.recently-drawer .drawer__title{font-family:var(--font-heading-family);font-weight:700;font-size:26px;line-height:1.2;letter-spacing:-.2px;color:currentColor}.cart-drawer .drawer__tab .count{position:static;display:inline-block;margin-inline-start:3px;vertical-align:super;font-family:var(--font-body-family);font-weight:600;font-size:12px;line-height:1;color:currentColor}.cart-drawer .drawer__close,.recently-drawer .drawer__close{width:44px;height:44px;border-radius:999px;border:1px solid var(--cd-border);background:transparent;color:var(--cd-ink);overflow:hidden}.cart-drawer .drawer__close .btn-fill,.recently-drawer .drawer__close .btn-fill{background:#1111110f}@media screen and (min-width:1024px){.cart-drawer .drawer__header,.recently-drawer .drawer__header{padding:40px 40px 32px}.cart-drawer .drawer__tab .drawer__title,.recently-drawer .drawer__title{font-size:32px}.cart-drawer .drawer__tab .count{font-size:14px}.cart-drawer .drawer__close,.recently-drawer .drawer__close{width:48px;height:48px}}.cart-drawer .drawer__scrollable,.recently-drawer .drawer__scrollable{padding:0 24px 24px;scroll-snap-type:none;gap:32px}@media screen and (min-width:1024px){.cart-drawer .drawer__scrollable,.recently-drawer .drawer__scrollable{padding:0 40px 32px}}.cart-drawer .cd-items{display:grid;gap:0}.cart-drawer .cd-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;column-gap:16px;align-items:start;padding:24px 0;border-block-end:1px solid var(--cd-rule)}.cart-drawer .cd-item:last-child{border-block-end:0}@media screen and (min-width:1024px){.cart-drawer .cd-item{grid-template-columns:80px minmax(0,1fr) auto;column-gap:24px;padding:20px 0 24px}}.cart-drawer .cd-item__media{flex:0 0 auto;width:72px;height:72px;border-radius:8px;overflow:hidden;background:var(--cd-tile);display:block}@media screen and (min-width:1024px){.cart-drawer .cd-item__media{width:80px;height:80px}}.cart-drawer .cd-item__media img,.cart-drawer .cd-item__media svg{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:multiply}.cart-drawer .cd-item__info{min-width:0;display:flex;flex-direction:column;gap:7px;padding-block-start:2px}.cart-drawer .cd-item__head{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.cart-drawer .cd-item__vendorrow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%;padding-inline-end:4px}.cart-drawer .cd-item__vendor{font-family:var(--font-body-family);font-weight:500;font-size:11px;line-height:1.6;letter-spacing:.88px;text-transform:uppercase;color:var(--cd-vendor);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer .cd-item__removewrap{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;min-height:18px;margin-inline-start:auto}.cart-drawer .cd-item__remove{font-family:var(--font-body-family);font-weight:500;font-size:11px;line-height:1.6;letter-spacing:.88px;text-transform:uppercase;color:var(--cd-remove);text-decoration:none;transition:opacity .2s ease}.cart-drawer .cd-item__remove:hover{opacity:.7;text-decoration:underline}.cart-drawer .cd-item__removewrap .loader{position:absolute;inset-inline-end:0;inset-block-start:50%;transform:translateY(-50%)}.cart-drawer .cd-item__removewrap .loader:not([hidden])~.cd-item__remove{opacity:0}.cart-drawer .cd-item__title{font-family:var(--font-body-family);font-weight:600;font-size:14px;line-height:1.3;letter-spacing:.07px;color:var(--cd-title);text-decoration:none;display:block}.cart-drawer .cd-item__title:hover{text-decoration:underline;text-underline-offset:2px}.cart-drawer .cd-item__swatch{width:32px;height:32px;border-radius:4px;border:1px solid rgba(0,0,0,.08);overflow:hidden;display:block;background:#fff}.cart-drawer .cd-item__swatch img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer .cd-item__options{display:grid;gap:2px;margin:0;font-family:var(--font-body-family);font-size:11px;line-height:1.6;color:var(--cd-vendor)}.cart-drawer .cd-item__price .price,.cart-drawer .cd-item__price{font-family:var(--font-heading-family);font-weight:700;font-size:16px;line-height:1.72;letter-spacing:.16px;color:var(--cd-price);display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.cart-drawer .cd-item__price .price__sale{color:var(--cd-vendor);text-decoration:line-through;font-size:14px}.cart-drawer .cd-item__price .unit-price{color:var(--cd-vendor);font-size:12px}.cart-drawer .cd-item .discounts{margin-block-start:2px}.cart-drawer .cd-item__qty{align-self:start;padding-block-start:2px}.cart-drawer .cd-item__qtybox{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-drawer .cd-item__qty .cart-quantity__info{gap:8px}.cart-drawer .cd-item__qty .cart-quantity{display:flex;flex-direction:column;align-items:stretch;width:44px;height:80px;padding:0;border:1px solid rgba(229,229,229,.8);border-radius:12px;background:#f9f9f9;overflow:hidden}.cart-drawer .cd-item__qty .quantity__buttons{display:contents}.cart-drawer .cd-item__qty .quantity__button{position:static;flex:1 1 0;width:100%;min-height:26px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--cd-ink);cursor:pointer;transition:background .2s ease}.cart-drawer .cd-item__qty .quantity__button:hover{background:#1111110d}.cart-drawer .cd-item__qty .quantity__button svg{width:16px;height:16px}.cart-drawer .cd-item__qty .quantity__button[name=plus]{order:1}.cart-drawer .cd-item__qty .quantity__input{order:2;width:100%;height:auto;min-height:23px;padding:4px 0;border:0;border-radius:0;background:transparent;text-align:center;font-family:var(--font-body-family);font-weight:500;font-size:15px;line-height:1;color:var(--cd-ink);-moz-appearance:textfield}.cart-drawer .cd-item__qty .quantity__input::-webkit-outer-spin-button,.cart-drawer .cd-item__qty .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer .cd-item__qty .quantity__button[name=minus]{order:3}.cart-drawer .complementary-products,.recently-drawer .recently-drawer__list{gap:12px}.cart-drawer .complementary-products .recommend__title,.cart-drawer .cd-rvtitle{font-family:var(--font-body-family);font-weight:600;font-size:13px;letter-spacing:.5px;text-transform:uppercase;color:#0b1720}.cart-drawer .complementary-products{padding-block-start:24px;border-block-start:1px solid rgba(0,0,0,.08)}.cart-drawer .cd-compact .horizontal-product,.recently-drawer .horizontal-product{align-items:center;gap:12px;padding-block:8px}.cart-drawer .cd-compact .horizontal-product__media,.recently-drawer .horizontal-product__media{width:60px;height:60px;flex:0 0 auto;border-radius:6px;overflow:hidden;background:var(--cd-tile)}.cart-drawer .cd-compact .horizontal-product__media img,.recently-drawer .horizontal-product__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cart-drawer .cd-compact .horizontal-product__details,.recently-drawer .horizontal-product__details{gap:1px}.cart-drawer .cd-compact .horizontal-product__title,.recently-drawer .horizontal-product__title{font-family:var(--font-body-family);font-weight:500;font-size:13px;line-height:1.4;color:#121726;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.cart-drawer .cd-compact .horizontal-product .price,.recently-drawer .horizontal-product .price{font-family:var(--font-heading-family);font-weight:700;font-size:13px;line-height:1.5;color:#121726}.cart-drawer .cd-compact .horizontal-product .button--small,.recently-drawer .horizontal-product .button--small{min-width:80px;height:32px;padding-inline:10px;border-radius:6px;background:var(--cd-teal-dark);border:1px solid var(--cd-teal);color:#fff;font-family:var(--font-body-family);font-weight:600;font-size:13px;line-height:1.5;gap:2px}.cart-drawer .cd-compact .horizontal-product .button--small .btn-text,.recently-drawer .horizontal-product .button--small .btn-text{gap:2px}.cart-drawer .cd-compact .horizontal-product .button--small .btn-text>span,.recently-drawer .horizontal-product .button--small .btn-text>span{display:block}.cart-drawer .cd-gift{position:relative;display:block;min-height:92px;border-radius:12px;overflow:hidden;background:linear-gradient(308deg,#fef6ec,#f9e5ce);text-decoration:none}.cart-drawer .cd-gift__inner{position:relative;z-index:1;display:flex;align-items:center;gap:28px;min-height:92px;padding:12px 16px 12px 0}.cart-drawer .cd-gift__box{flex:0 0 auto;width:196px;height:auto;margin:-34px 0 -30px -14px;object-fit:contain;display:block;pointer-events:none;mix-blend-mode:multiply}.cart-drawer .cd-gift__text{display:flex;flex-direction:column;gap:2px;min-width:0;padding-inline-end:46px}.cart-drawer .cd-gift__eyebrow{font-family:var(--font-body-family);font-weight:500;font-size:8px;line-height:1.48;letter-spacing:.4px;text-transform:uppercase;color:#8f6946}.cart-drawer .cd-gift__heading{font-family:var(--font-body-family);font-weight:700;font-size:14px;line-height:1.48;text-transform:capitalize;color:#593a1d;margin:0}.cart-drawer .cd-gift__sub{font-family:var(--font-body-family);font-weight:400;font-size:12px;line-height:1.48;color:#765a40}.cart-drawer .cd-gift__sub strong{font-weight:800}.cart-drawer .cd-gift__ribbon{position:absolute;z-index:2;inset-inline-end:-14px;inset-block-start:-10px;width:86px;height:auto;transform:rotate(28deg);transform-origin:top right;pointer-events:none;mix-blend-mode:multiply}.cart-drawer .cd-trust,.recently-drawer .cd-trust{display:flex;align-items:center;justify-content:space-between;gap:8px;flex:0 0 auto;padding:16px 20px;background:#fff;border-block-start:1px solid var(--cd-border);border-block-end:1px solid var(--cd-border);overflow-x:auto;scrollbar-width:none}.cart-drawer .cd-trust::-webkit-scrollbar,.recently-drawer .cd-trust::-webkit-scrollbar{display:none}@media screen and (min-width:1024px){.cart-drawer .cd-trust,.recently-drawer .cd-trust{padding:20px 24px}}.cart-drawer .cd-trust__item,.recently-drawer .cd-trust__item{display:flex;align-items:center;gap:10px;flex:0 0 auto}.cart-drawer .cd-trust__icon,.recently-drawer .cd-trust__icon{width:32px;height:32px;flex:0 0 auto;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#bf66bc14;color:var(--cd-purple)}.cart-drawer .cd-trust__icon svg,.recently-drawer .cd-trust__icon svg{width:18px;height:18px;display:block}.cart-drawer .cd-trust__label,.recently-drawer .cd-trust__label{font-family:var(--font-body-family);font-weight:600;font-size:12px;line-height:1.35;color:var(--cd-ink-soft);white-space:nowrap}.cart-drawer .drawer__footer-bottom,.recently-drawer .cd-foot{background:var(--cd-foot-bg);padding:24px;display:grid;gap:20px}@media screen and (min-width:1024px){.cart-drawer .drawer__footer-bottom,.recently-drawer .cd-foot{padding:32px 40px;gap:24px}}.cart-drawer .cd-discounts,.recently-drawer .cd-discounts{display:grid;gap:12px;padding:0;border:0;margin:0;list-style:none}.cart-drawer .cd-discount,.recently-drawer .cd-discount{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-drawer .cd-discount__label,.recently-drawer .cd-discount__label{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body-family);font-weight:500;font-size:16px;line-height:1.5;color:var(--cd-ink)}.cart-drawer .cd-discount__label svg,.recently-drawer .cd-discount__label svg{width:20px;height:20px;flex:0 0 auto}.cart-drawer .cd-discount__value,.recently-drawer .cd-discount__value{padding:4px 12px;border-radius:10px;background:var(--cd-badge);color:#fff;font-family:var(--font-body-family);font-weight:600;font-size:15px;line-height:1.5;white-space:nowrap}.cart-drawer .cd-rule,.recently-drawer .cd-rule{height:1px;background:#ebebeb;border:0;margin:0}.cart-drawer .cd-totals,.recently-drawer .cd-totals{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.cart-drawer .cd-totals .tax-note,.recently-drawer .cd-totals .tax-note{max-width:200px;font-family:var(--font-body-family);font-weight:400;font-size:12px;line-height:1.72;color:var(--cd-note)}.cart-drawer .cd-totals .tax-note a,.recently-drawer .cd-totals .tax-note a{color:inherit;text-decoration:underline}.cart-drawer .cd-totals .totals,.recently-drawer .cd-totals .totals{display:grid;justify-items:end;gap:3px;text-align:end}.cart-drawer .cd-totals .totals__subtotal,.recently-drawer .cd-totals .totals__subtotal{font-family:var(--font-body-family);font-weight:500;font-size:16px;line-height:1.5;color:var(--cd-ink)}.cart-drawer .cd-totals .totals__subtotal-value,.recently-drawer .cd-totals .totals__subtotal-value{font-family:var(--font-body-family);font-weight:700;font-size:28px;line-height:1.2;letter-spacing:-.5px;color:var(--cd-ink)}@media screen and (min-width:1024px){.cart-drawer .cd-totals .totals__subtotal-value,.recently-drawer .cd-totals .totals__subtotal-value{font-size:32px}}.cart-drawer .drawer__footer-buttons,.recently-drawer .cd-foot form{display:grid;gap:12px;grid-template-columns:1fr}.cart-drawer .drawer__footer-buttons .button--primary,.recently-drawer .cd-foot .button--primary{min-height:48px;border-radius:4px;background:var(--cd-teal);color:#fff;font-family:var(--font-heading-family);font-weight:400;font-size:16px;line-height:1.5;grid-column:1 / -1}.cart-drawer .drawer__footer-buttons .button--primary .btn-fill,.recently-drawer .cd-foot .button--primary .btn-fill{background:var(--cd-teal-dark)}.cart-drawer .drawer__footer-buttons .button--secondary{min-height:44px;border-radius:4px;grid-column:1 / -1}.cart-drawer .drawer__footer-top{border-block-start:1px solid var(--cd-border);background:#fff}.cart-drawer .cd-rv{display:flex;flex-direction:column;height:100%;min-height:0}.cart-drawer .cd-rv__scroll{flex:1 1 auto;min-height:0;overflow-y:auto}.cart-drawer .cd-rv__list{display:grid;gap:0;padding-block-start:24px;border-block-start:1px solid rgba(0,0,0,.08)}.cart-drawer .cd-rv__empty{padding:40px 0;text-align:center;font-family:var(--font-body-family);font-size:14px;color:var(--cd-vendor)}@media screen and (max-width:749px){.cart-drawer .cd-trust,.recently-drawer .cd-trust{justify-content:flex-start;gap:20px}.cart-drawer .cd-item__qty .cart-quantity{width:40px;height:72px}.cart-drawer .cd-gift__box{width:150px;margin:-24px 0 -22px -12px}.cart-drawer .cd-gift__text{padding-inline-end:34px}.cart-drawer .cd-gift__ribbon{width:66px}.cart-drawer .cd-totals{flex-direction:column;align-items:flex-start;gap:12px}.cart-drawer .cd-totals .totals,.recently-drawer .cd-totals .totals{justify-items:start;text-align:start;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart-drawer-redesign.css.map */
