:root{--cdc-accent: var(--cart-accent, #e07b00);--cdc-accent-hover: var(--cart-accent-hover, #c96e00);--cdc-accent-soft: var(--cart-accent-soft, #fef3e2);--cdc-accent-text: var(--cart-accent-text, #a85b00);--cdc-cta: var(--cart-cta, #27ae60);--cdc-cta-hover: var(--cart-cta-hover, #1e9a52);--cdc-green-soft: #edf8f1;--cdc-green-text: #1a7a42;--cdc-white: #fff;--cdc-cream: #faf7f4;--cdc-warm-50: #f5f1ed;--cdc-warm-100: #ebe5df;--cdc-warm-200: #d9d1c8;--cdc-text: #190e01;--cdc-text-2: #3d3225;--cdc-text-3: #7a6e60;--cdc-red: #c0392b;--cdc-radius: 12px}.cdc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#190e0159;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.cdc-overlay.active{opacity:1;pointer-events:all}.cdc-drawer{position:fixed;top:0;right:0;width:100%;max-width:430px;height:100vh;height:100dvh;background:var(--cdc-warm-50);z-index:1000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.32,.72,0,1);box-shadow:-4px 0 24px #190e011a;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--cdc-text);-webkit-font-smoothing:antialiased}.cdc-drawer.active{transform:translate(0)}@media(max-width:440px){.cdc-drawer{max-width:100%}}.cdc-header{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:var(--cdc-white);border-bottom:1px solid var(--cdc-warm-100);flex-shrink:0}.cdc-header-left{display:flex;align-items:baseline;gap:6px}.cdc-header h2{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin:0}.cdc-header-count{font-size:11px;color:var(--cdc-text-3);font-weight:500}.cdc-close{width:26px;height:26px;border:none;background:var(--cdc-warm-50);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--cdc-text-2);border-radius:50%;transition:background .15s}.cdc-close:hover{background:var(--cdc-warm-100)}.cdc-close svg{width:12px;height:12px}.cdc-progress{padding:10px 16px 12px;background:linear-gradient(90deg,var(--cdc-accent),#f0a030);flex-shrink:0}.cdc-progress-msg{font-size:13px;color:#fff;text-align:center;margin-bottom:8px;font-weight:600;line-height:1.3}.cdc-progress-msg b,.cdc-progress-msg .cdc-amount{color:#fff;font-weight:800}.cdc-track{height:5px;background:#ffffff40;border-radius:4px;position:relative}.cdc-track-fill{height:100%;border-radius:4px;background:#fff;transition:width .5s cubic-bezier(.4,0,.2,1);width:0%;position:relative;z-index:1}.cdc-tiers{display:flex;justify-content:space-between;margin-top:8px;gap:4px}.cdc-tier-label{font-size:9px;color:#ffffff8c;font-weight:700;text-transform:uppercase;letter-spacing:.02em;transition:color .3s;white-space:nowrap;display:inline-flex;align-items:center;gap:3px}.cdc-tier-label.hit{color:#fff}.cdc-tier-check{width:10px;height:10px;flex-shrink:0}.cdc-drawer-inner{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;transition:opacity .18s ease}.cdc-drawer-inner.is-swapping{opacity:.3;pointer-events:none}.cdc-body{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:8px;min-height:0;background:var(--cdc-warm-50)}.cdc-banner{margin:0 0 8px;padding:8px 12px;background:var(--cdc-green-soft);border-radius:var(--cdc-radius);display:flex;align-items:center;gap:6px;font-size:12px;color:var(--cdc-green-text);font-weight:600;box-shadow:0 1px 3px #190e010f}.cdc-banner svg{width:15px;height:15px;flex-shrink:0}.cdc-items{padding:4px 14px 6px;background:var(--cdc-white);border-radius:var(--cdc-radius);box-shadow:0 1px 3px #190e010f;margin-bottom:8px}.cdc-item{display:grid;grid-template-columns:68px 1fr;gap:10px;padding:10px 0;position:relative}.cdc-item+.cdc-item{border-top:1px solid var(--cdc-warm-50)}.cdc-item-img{width:68px;height:68px;border-radius:8px;background:var(--cdc-white);overflow:hidden;border:1px solid var(--cdc-warm-100)}.cdc-item-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cdc-item-body{min-width:0}.cdc-item-row1{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.cdc-item-name{font-size:13px;font-weight:700;line-height:1.3}.cdc-item-price{font-size:13px;font-weight:700;white-space:nowrap}.cdc-item-meta{font-size:11px;color:var(--cdc-text-3);margin:1px 0 4px}.cdc-badge{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;white-space:nowrap}.cdc-badge--sub{background:var(--cdc-green-soft);color:var(--cdc-green-text)}.cdc-badge--onetime{background:var(--cdc-accent-soft);color:var(--cdc-accent-text)}.cdc-badge svg{width:10px;height:10px}.cdc-item-prices{display:flex;align-items:center;gap:5px;margin-bottom:4px}.cdc-item-was{font-size:11px;color:var(--cdc-text-3);text-decoration:line-through}.cdc-item-save{font-size:10px;font-weight:700;color:var(--cdc-cta)}.cdc-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:6px}.cdc-item-actions{display:flex;align-items:center;gap:6px}.cdc-qty{display:inline-flex;align-items:center;border:1.5px solid var(--cdc-warm-200);border-radius:6px;background:var(--cdc-white)}.cdc-qty button{width:28px;height:28px;border:none;background:none;cursor:pointer;font-size:14px;color:var(--cdc-text-2);display:flex;align-items:center;justify-content:center;font-family:inherit;font-weight:500}.cdc-qty button:hover{color:var(--cdc-text);background:var(--cdc-warm-50)}.cdc-qty-val{width:24px;text-align:center;font-size:13px;font-weight:600;border-left:1.5px solid var(--cdc-warm-200);border-right:1.5px solid var(--cdc-warm-200);line-height:28px}.cdc-item-del{background:none;border:none;cursor:pointer;color:var(--cdc-text-3);padding:4px;opacity:0;transition:opacity .15s,color .15s}.cdc-item:hover .cdc-item-del{opacity:1}.cdc-item-del:hover{color:var(--cdc-red)}.cdc-item-del svg{width:16px;height:16px}.cdc-item.is-loading{opacity:.5;pointer-events:none}.cdc-gifts{grid-column:1 / -1;margin-top:2px;border-top:1px dashed var(--cdc-warm-200);padding-top:6px}.cdc-gifts-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px 8px;background:var(--cdc-accent-soft);border-radius:6px;transition:background .15s}.cdc-gifts-header:hover{background:#fde8c8}.cdc-gifts-label{font-size:12px;font-weight:700;color:var(--cdc-text-2);display:flex;align-items:center;gap:5px}.cdc-gifts-label svg{width:14px;height:14px;color:var(--cdc-accent)}.cdc-gifts-right{display:flex;align-items:center;gap:6px}.cdc-gifts-value{font-size:11px;color:var(--cdc-accent);font-weight:700}.cdc-gifts-chevron{color:var(--cdc-text-3);transition:transform .25s;display:flex}.cdc-gifts-chevron svg{width:14px;height:14px}.cdc-gifts.is-closed .cdc-gifts-chevron{transform:rotate(-90deg)}.cdc-gifts-body{overflow:hidden;transition:max-height .3s ease,opacity .25s ease;max-height:300px;opacity:1}.cdc-gifts.is-closed .cdc-gifts-body{max-height:0;opacity:0}.cdc-gifts-list{padding:4px 0 0;display:flex;flex-direction:column;gap:2px}.cdc-gift{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--cdc-text-2);padding:3px 10px;border-radius:6px;transition:background .1s}.cdc-gift:hover{background:var(--cdc-warm-50)}.cdc-gift-img{width:32px;height:32px;border-radius:6px;background:var(--cdc-white);border:1px solid var(--cdc-warm-100);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cdc-gift-img img{width:100%;height:100%;object-fit:contain}.cdc-gift-name{flex:1;font-weight:500}.cdc-gift-val{font-size:10px;color:var(--cdc-text-3);margin-right:2px}.cdc-gift-tag{font-size:10px;font-weight:700;color:var(--cdc-cta)}.cdc-reward{margin:0 0 8px}.cdc-reward-badge{display:inline-block;background:linear-gradient(135deg,#f5c842,#e8a817);color:#5a3e00;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:3px 10px;border-radius:6px 6px 0 0;margin-left:12px}.cdc-reward-card{display:flex;gap:12px;align-items:center;background:linear-gradient(135deg,#fffcf0,#fff8e1);border:2px solid #f5c842;border-radius:10px;padding:12px}.cdc-reward-img{width:56px;min-width:56px;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#fff}.cdc-reward-img img{width:100%;height:100%;object-fit:cover}.cdc-reward-info{flex:1;min-width:0}.cdc-reward-name{font-size:13px;font-weight:700;color:var(--cdc-text);margin-bottom:2px}.cdc-reward-meta{font-size:11px;color:var(--cdc-text-3);margin-bottom:4px}.cdc-reward-price{display:inline-block;font-size:12px;font-weight:800;color:#5a3e00;background:#f5c842;padding:2px 8px;border-radius:4px}.cdc-upsell{margin:0 0 8px;border-radius:var(--cdc-radius);overflow:hidden;background:var(--cdc-white);border:1.5px solid var(--cdc-warm-200);box-shadow:0 1px 3px #190e010f;transition:border-color .2s}.cdc-upsell:hover{border-color:var(--cdc-accent)}.cdc-upsell-tag{padding:5px 12px;font-size:10px;font-weight:700;color:var(--cdc-white);background:var(--cdc-text);letter-spacing:.04em;text-transform:uppercase}.cdc-upsell-body{display:grid;grid-template-columns:60px 1fr;gap:10px;padding:10px;align-items:start}.cdc-upsell-img{width:60px;height:60px;border-radius:6px;background:var(--cdc-cream);overflow:hidden;border:1px solid var(--cdc-warm-100)}.cdc-upsell-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cdc-upsell-name{font-size:13px;font-weight:700;margin-bottom:1px}.cdc-upsell-desc{font-size:11px;color:var(--cdc-text-3);line-height:1.3;margin-bottom:4px}.cdc-upsell-prices{display:flex;align-items:center;gap:5px;margin-bottom:6px}.cdc-upsell-new{font-size:14px;font-weight:700}.cdc-upsell-old{font-size:12px;color:var(--cdc-text-3);text-decoration:line-through}.cdc-upsell-pct{font-size:10px;font-weight:700;background:var(--cdc-accent);color:#fff;padding:2px 6px;border-radius:4px}.cdc-upsell-btn{width:100%;padding:8px;background:var(--cdc-accent);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.cdc-upsell-btn:hover{background:var(--cdc-accent-hover)}.cdc-upsell-btn.is-loading{opacity:.6;pointer-events:none}.cdc-xsell{padding:12px 14px 10px;background:var(--cdc-white);border-radius:var(--cdc-radius);box-shadow:0 1px 3px #190e010f;margin-bottom:8px}.cdc-xsell-title{font-size:12px;font-weight:700;color:var(--cdc-text-2);margin-bottom:8px}.cdc-xsell-row{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.cdc-xsell-row::-webkit-scrollbar{display:none}.cdc-xcard{min-width:120px;max-width:120px;border:1.5px solid var(--cdc-warm-200);border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--cdc-white);transition:border-color .15s}.cdc-xcard:hover{border-color:var(--cdc-accent)}.cdc-xcard-img{height:80px;background:var(--cdc-cream);display:flex;align-items:center;justify-content:center;padding:6px}.cdc-xcard-img img{max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}.cdc-xcard-info{padding:7px 8px 8px}.cdc-xcard-name{font-size:11px;font-weight:700;line-height:1.25;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cdc-xcard-desc{display:none}.cdc-xcard-bottom{display:flex;align-items:center;justify-content:space-between;gap:4px}.cdc-xcard-price{font-size:13px;font-weight:700;white-space:nowrap}.cdc-xcard-add{flex-shrink:0;padding:4px 8px;border:1.5px solid var(--cdc-accent);background:none;border-radius:5px;font-size:11px;font-weight:700;cursor:pointer;font-family:inherit;color:var(--cdc-accent);transition:all .15s}.cdc-xcard-add:hover{background:var(--cdc-accent);color:#fff}.cdc-xcard-add.is-added{background:var(--cdc-cta);border-color:var(--cdc-cta);color:#fff;pointer-events:none}.cdc-footer{flex-shrink:0;background:var(--cdc-white);border-top:none;border-radius:var(--cdc-radius) var(--cdc-radius) 0 0;box-shadow:0 -2px 8px #190e010f;padding:10px 16px 8px}.cdc-summary-toggle{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:0 0 8px}.cdc-total-label{font-size:15px;font-weight:700}.cdc-total-right{display:flex;align-items:center;gap:6px}.cdc-total-badge{background:var(--cdc-cta);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px}.cdc-total-was{font-size:13px;color:var(--cdc-text-3);text-decoration:line-through}.cdc-total-now{font-size:20px;font-weight:800}.cdc-summary-chevron{display:flex;color:var(--cdc-text-3);transition:transform .25s}.cdc-summary-chevron svg{width:14px;height:14px}.cdc-summary.is-closed .cdc-summary-chevron{transform:rotate(-90deg)}.cdc-summary-body{overflow:hidden;transition:max-height .3s ease,opacity .25s ease;max-height:200px;opacity:1;padding-bottom:8px;border-bottom:1px solid var(--cdc-warm-100);margin-bottom:2px}.cdc-summary.is-closed .cdc-summary-body{max-height:0;opacity:0;padding-bottom:0;border-bottom:none}.cdc-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--cdc-text-2);padding:2px 0}.cdc-summary-strike{text-decoration:line-through;color:var(--cdc-text-3)}.cdc-summary-discount{color:var(--cdc-cta);font-weight:600}.cdc-summary-free{color:var(--cdc-cta);font-weight:700;text-transform:uppercase;font-size:12px}.cdc-summary-muted{color:var(--cdc-text-3);font-size:12px}.cdc-summary-badge-row{padding:3px 0 2px}.cdc-summary-sub-badge{display:inline-flex;align-items:center;gap:4px;background:var(--cdc-green-soft);color:var(--cdc-green-text);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:3px 8px;border-radius:4px}.cdc-summary-sub-badge svg{width:12px;height:12px}.cdc-cta-wrap{margin-bottom:6px}.cdc-checkout-btn{width:100%;padding:12px;background:var(--cdc-cta);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .15s}.cdc-checkout-btn:hover{background:var(--cdc-cta-hover)}.cdc-checkout-btn svg{width:16px;height:16px}.cdc-trust{display:flex;justify-content:center;align-items:center;gap:8px;padding:6px 0 2px;flex-wrap:wrap}.cdc-trust-item{font-size:11px;color:var(--cdc-text-2);font-weight:600;display:flex;align-items:center;gap:4px;white-space:nowrap}.cdc-trust-item svg{width:14px;height:14px;flex-shrink:0}.cdc-trust-item:nth-child(1) svg{color:var(--cdc-accent)}.cdc-trust-item:nth-child(3) svg,.cdc-trust-item:nth-child(5) svg{color:var(--cdc-cta)}.cdc-trust-sep{width:3px;height:3px;border-radius:50%;background:var(--cdc-warm-200);flex-shrink:0}.cdc-empty{padding:40px 12px;text-align:center;background:var(--cdc-white);border-radius:var(--cdc-radius);box-shadow:0 1px 3px #190e010f}.cdc-empty>p{font-size:15px;color:var(--cdc-text-3);margin-bottom:24px}.cdc-empty>a{display:inline-block;padding:12px 24px;background:var(--cdc-accent);color:#fff;border-radius:var(--cdc-radius);text-decoration:none;font-weight:700;font-size:14px}.cdc-suggest{text-align:left}.cdc-suggest-badge{display:inline-block;background:var(--cdc-accent-soft);color:var(--cdc-accent-text);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;border-radius:6px;margin-bottom:10px}.cdc-suggest-card{display:flex;gap:14px;align-items:flex-start;background:var(--cdc-white);border:1px solid var(--cdc-warm-100);border-radius:var(--cdc-radius);padding:14px}.cdc-suggest-img{width:80px;min-width:80px;aspect-ratio:1;border-radius:8px;overflow:hidden;background:var(--cdc-warm-50)}.cdc-suggest-img img{width:100%;height:100%;object-fit:cover}.cdc-suggest-info{flex:1;min-width:0}.cdc-suggest-name{font-size:14px;font-weight:700;color:var(--cdc-text);margin-bottom:2px}.cdc-suggest-plan{font-size:12px;color:var(--cdc-text-3);margin-bottom:6px}.cdc-suggest-prices{display:flex;align-items:center;gap:6px;margin-bottom:10px}.cdc-suggest-price{font-size:15px;font-weight:700;color:var(--cdc-accent)}.cdc-suggest-was{font-size:13px;color:var(--cdc-text-3);text-decoration:line-through}.cdc-suggest-btn{display:inline-block;width:100%;padding:10px 20px;background:var(--cdc-cta);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700;text-align:center;transition:background .15s}.cdc-suggest-btn:hover{background:var(--cdc-cta-hover)}.cdc-suggest-btn.is-added{background:var(--cdc-green-soft);color:var(--cdc-green-text);cursor:default}
/*# sourceMappingURL=/cdn/shop/t/46/assets/cart-drawer-custom.css.map */
