:root{--cd-red: #BF0405;--cd-red-dark: #7E1418;--cd-pink-bg: #FBEAEA;--cd-pink-text: #BF0405;--cd-green-text: #069455;--cd-green-bg: #d5fbeaff;--cd-brown: #3E2723;--cd-brown-dark: #2A1A17;--cd-black: #000000;--cd-ink: #4A2D2A;--cd-ink-soft: #000000;--cd-border: #00000033;--cd-bg: #FFFFFF;--cd-surface: #F4F1EF;--cd-badge-bg: #8B000A1C;--cd-badge-text: #4A2D2A;--cd-radius-sm: 6px;--cd-radius-md: 10px;--cd-radius-lg: 14px;--cd-shadow: 0 12px 40px rgba(0,0,0,.18);--cd-font: Montserrat, sans-serif;--cd-z: 999999}:where(#cart-drawer-root),:where(#cart-drawer-root) *{box-sizing:border-box;font-family:var(--cd-font);-webkit-font-smoothing:antialiased}:where(#cart-drawer-root) button{cursor:pointer;background:none;border:none;font-family:var(--cd-font)}:where(#cart-drawer-root) ul{list-style:none;margin:0;padding:0}:where(#cart-drawer-root) img{display:block;max-width:100%}#cart-drawer-root{display:flex;flex-direction:column;height:100%;background:var(--cd-bg)}.cd-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;flex-shrink:0}.cd-header h2{margin:0;font-size:19px;font-weight:600;color:var(--cd-black)}.cd-header svg{display:block}.cd-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--cd-black);border-radius:50%;transition:background .15s ease}.cd-close:hover{background:var(--cd-surface)}.cd-close svg{width:12px;height:12px}.cd-timer{display:flex;align-items:center;justify-content:center;background:var(--cd-red);color:#fff;padding:11px 16px;font-size:12.5px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;flex-shrink:0}.cd-timer svg{width:15px;height:15px;flex-shrink:0;margin-right:8px}.cd-timer-clock{font-variant-numeric:tabular-nums}.cd-body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:16px 20px 8px}.cd-body::-webkit-scrollbar{width:6px}.cd-body::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.cd-item{display:grid;grid-template-columns:68px 1fr auto;gap:14px;padding:18px 0;border-bottom:1px solid var(--cd-border);position:relative}.cd-item:first-child{padding-top:0}.cd-item:last-child{border-bottom:unset}.cd-item-image{width:68px;height:68px;border-radius:var(--cd-radius-sm);overflow:hidden;background:var(--cd-surface)}.cd-item-image img{width:100%;height:100%;object-fit:cover}.cd-item-info{min-width:0;min-height:80px}.cd-item-title{font-size:14px;color:var(--cd-ink-soft);line-height:1.5;margin:0 0 9px;font-weight:600}.cd-item-variant{display:inline-flex;align-items:center;gap:3px;font-size:14px;color:var(--cd-ink-soft);background:none;padding:0}.cd-item-variant svg{width:11px;height:11px;transition:transform .2s ease}.cd-item-variant.is-expanded svg{display:block;transform:rotate(180deg)}.cd-item-variant-list{display:none;margin:6px 0 0 6px;font-size:12.5px;color:var(--cd-ink-soft);line-height:1.6}.cd-item-variant-list.is-expanded{display:block}.cd-item-price-col{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cd-item-price{white-space:nowrap}.cd-item-price .cd-compare{font-size:12.5px;color:var(--cd-red);text-decoration:line-through;margin-right:5px}.cd-item-price .cd-final{font-size:20px;line-height:24px;font-weight:500;color:var(--cd-black)}.cd-qty{display:flex;align-items:center;border:1px solid var(--cd-border);overflow:hidden;height:30px}.cd-qty button{width:28px;height:100%;display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--cd-ink);transition:background .15s ease}.cd-qty button:hover{background:var(--cd-surface)}.cd-qty button:disabled{opacity:.35;cursor:not-allowed}.cd-qty-value{width:30px;text-align:center;font-size:12px;line-height:14px;font-weight:600;border-left:1px solid var(--cd-border);border-right:1px solid var(--cd-border);height:100%;display:flex;align-items:center;justify-content:center}.cd-item-remove{position:absolute;right:0;bottom:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:var(--cd-ink-soft);border-radius:50%}.cd-item-remove:hover{color:var(--cd-red);background:var(--cd-surface)}.cd-close svg{width:12px;height:12px;flex-shrink:0;fill:none;stroke:currentColor}.cd-item-remove svg{width:13px;height:13px;display:block}.cd-savings{display:inline-flex;align-items:center;gap:6px;background:var(--cd-green-bg);color:var(--cd-green-text);font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;margin:12px 0 4px;display:none}.cd-savings img{width:12px;height:12px;flex-shrink:0}.cd-section{margin-top:22px}.cd-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cd-section-title{font-size:18px;font-weight:600;line-height:28px;color:var(--cd-black);margin:0}.cd-section-divider{border:none;border-top:1px solid var(--cd-border);margin:0 0 12px}.cd-clear-all{display:flex;align-items:center;gap:5px;font-size:16px;font-weight:500;line-height:24px;color:#4a2d2a;text-decoration:underline}.cd-clear-all svg{width:16px;height:16px}.cd-gift-list{display:flex;flex-direction:column;gap:14px}.cd-gift{display:grid;grid-template-columns:60px 1fr auto;gap:12px;align-items:center}.cd-gift-image{width:60px;height:60px;border-radius:var(--cd-radius-sm);overflow:hidden;background:var(--cd-surface)}.cd-gift-image img{width:100%;height:100%;object-fit:cover}.cd-gift-title{font-size:14px;line-height:1.5;font-weight:500;color:var(--cd-black);margin:unset}.cd-gift-badge{background:var(--cd-green-bg);color:var(--cd-green-text);font-size:14px;line-height:1.5;font-weight:500;letter-spacing:0;padding:4px 14px;white-space:nowrap}.cd-gift-footer{display:flex;justify-content:flex-end;margin-top:14px}.cd-rec-scroller{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cd-rec-scroller::-webkit-scrollbar{display:none}.cd-rec-card{flex:0 0 272px;scroll-snap-align:start;background:var(--cd-surface);border-radius:var(--cd-radius-md);padding:12px;display:flex;align-items:center;gap:12px}.cd-rec-image{width:72px;height:72px;flex-shrink:0;border-radius:var(--cd-radius-sm);overflow:hidden;background:#e6e1dd}.cd-rec-image img{width:100%;height:100%;object-fit:cover}.cd-rec-info{flex:1;min-width:0}.cd-rec-title{font-size:13px;font-weight:600;color:var(--cd-ink);line-height:1.3;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cd-rec-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.cd-rec-price{font-size:14px;font-weight:700;color:var(--cd-ink)}.cd-rec-add{width:40px;height:40px;border-radius:9px;background:var(--cd-black);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,transform .1s ease}.cd-rec-add svg{width:18px;height:18px}.cd-rec-add:hover{background:#000}.cd-rec-add.is-added{background:#4a7a4a}.cd-rec-add:active{transform:scale(.92)}.cd-rec-progress{height:3px;background:var(--cd-border);border-radius:3px;margin-top:12px;overflow:hidden}.cd-rec-progress-bar{height:100%;width:30%;background:var(--cd-red);border-radius:3px;transition:width .15s ease}.cd-footer{flex-shrink:0;border-top:1px solid var(--cd-border);padding:18px 20px 20px;text-align:center}.cd-summary-title{font-size:16px;font-weight:700;color:var(--cd-ink);margin:0 0 12px}.cd-summary-row{display:flex;align-items:center;justify-content:space-between;font-size:16px;line-height:1.5;font-weight:600;color:var(--cd-green-text);padding:4px 0}.cd-summary-row.cd-total{font-size:18px;font-weight:700;color:var(--cd-black)}.cd-summary-row .cd-compare{font-size:14px;color:#98a2b3;text-decoration:line-through;margin-right:6px;font-weight:400}.cd-checkout-btn{width:100%;margin-top:8px;padding:15px;background:var(--cd-black);color:#fff;font-size:14px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;border-radius:6px;text-align:center;transition:background .15s ease;display:block;box-shadow:4px 4px #c5aa8c}.cd-checkout-btn:hover{background:#272424}.cd-checkout-btn:disabled{opacity:.5;cursor:not-allowed}.cd-trust{display:flex;align-items:flex-start;justify-content:space-between;margin-top:18px;gap:30px}.cd-trust-item{display:flex;flex-direction:row;align-items:center;text-align:left;gap:6px;flex:1}.cd-trust-item img{width:26px;height:26px}.cd-trust-item span{font-size:11px;color:var(--cd-ink-soft);line-height:1.3;font-weight:500}.cd-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;color:var(--cd-ink-soft)}.cd-empty svg{width:44px;height:44px;margin-bottom:14px;opacity:.4}.cd-empty p{font-size:14px;margin:0 0 16px}.cd-empty a{color:var(--cd-red);font-weight:700;text-decoration:underline;font-size:13.5px}.cd-hidden{display:none!important}#cart-drawer-root.is-loading .cd-body{opacity:.5;pointer-events:none}@media only screen and (max-width:991px){.cd-gift-list{gap:10px}.cd-savings{margin:8px 0 0}.cd-item-title{margin:0 0 3px}.cd-section,.cd-gift-footer{margin-top:10px}.cd-footer{padding:10px 20px}.cd-item-variant{font-size:12px}}.cd-item-remove{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#000}.cd-close svg{width:14px;height:14px;display:block;min-width:14px;min-height:14px}.cd-item-remove svg{width:12px;height:12px;display:block;min-width:12px;min-height:12px}
/*# sourceMappingURL=/cdn/shop/t/17/assets/cart-drawer.css.map */
