.smart-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2147483646;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}smart-cart-drawer.is-open .smart-cart-overlay{opacity:1;visibility:visible}.smart-cart-sidebar{position:fixed;top:0;right:0;height:100%;width:100vw;max-width:420px;background:var(--bg-body, #fff);z-index:2147483647;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);box-shadow:-4px 0 24px #0000001a}smart-cart-drawer.is-open .smart-cart-sidebar{transform:translate(0)}[dir=rtl] .smart-cart-sidebar{right:auto;left:0;transform:translate(-100%)}[dir=rtl] smart-cart-drawer.is-open .smart-cart-sidebar{transform:translate(0)}.smart-cart-header{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid var(--color-border, #e5e5e5);flex-shrink:0}.smart-cart-title{font-size:1.125rem;font-weight:600;margin:0;flex:1;text-transform:uppercase;letter-spacing:.05em}.smart-cart-count{display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent, #000);color:var(--color-accent-text, #fff);font-size:.75rem;font-weight:600;min-width:22px;height:22px;border-radius:11px;padding:0 6px;margin-right:12px}.smart-cart-close{background:none;border:none;cursor:pointer;padding:4px;color:var(--color-body, #333);display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.smart-cart-close:hover{background:#0000000d}.smart-cart-body{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.smart-cart-progress{padding:16px 20px;border-bottom:1px solid var(--color-border, #e5e5e5)}.smart-cart-progress-icons{display:flex;justify-content:space-between;margin-bottom:8px;position:relative}.smart-cart-progress-icon{display:flex;flex-direction:column;align-items:center;gap:4px;transition:transform .3s ease,opacity .3s ease}.smart-cart-progress-icon-emoji{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;opacity:.4;transition:opacity .3s ease,transform .3s ease}.smart-cart-progress-icon.reached .smart-cart-progress-icon-emoji{opacity:1;transform:scale(1.15)}.smart-cart-progress-icon-img{width:32px;height:32px;object-fit:cover;border-radius:50%;border:2px solid var(--color-border, #e5e5e5);opacity:.4;transition:opacity .3s ease,transform .3s ease,border-color .3s ease}.smart-cart-progress-icon.reached .smart-cart-progress-icon-img{opacity:1;transform:scale(1.15);border-color:var(--color-accent, #000)}.smart-cart-progress-icon-label{font-size:.625rem;color:var(--color-body, #666);opacity:.6;text-align:center;max-width:60px;line-height:1.2}.smart-cart-progress-icon.reached .smart-cart-progress-icon-label{opacity:1;font-weight:600}.smart-cart-progress-bar{height:8px;background:var(--color-border, #e5e5e5);border-radius:4px;overflow:hidden;margin-bottom:8px}.smart-cart-progress-fill{height:100%;background:var(--color-accent, #000);border-radius:4px;width:0%;transition:width .5s cubic-bezier(.25,.46,.45,.94)}.smart-cart-progress-message{font-size:.8125rem;color:var(--color-body, #666);text-align:center;line-height:1.4}.smart-cart-progress-message strong{color:var(--color-accent, #000);font-weight:600}.smart-cart-offers{display:flex;flex-direction:column;gap:0}.smart-cart-offer{display:flex;align-items:center;gap:12px;padding:12px 20px;background:rgba(var(--color-accent-rgb, 0, 0, 0),.04);border-bottom:1px solid var(--color-border, #e5e5e5);animation:smartCartSlideIn .3s ease}@keyframes smartCartSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.smart-cart-offer-image{width:56px;height:56px;object-fit:cover;border-radius:6px;flex-shrink:0}.smart-cart-offer-info{flex:1;min-width:0}.smart-cart-offer-title{font-size:.8125rem;font-weight:600;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-cart-offer-price{font-size:.75rem;color:var(--color-body, #666)}.smart-cart-offer-price del{opacity:.5;margin-right:4px}.smart-cart-offer-price ins{text-decoration:none;color:var(--color-accent, #000);font-weight:600}.smart-cart-offer-add{background:var(--color-accent, #000);color:var(--color-accent-text, #fff);border:none;padding:8px 14px;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s;flex-shrink:0}.smart-cart-offer-add:hover{opacity:.85}.smart-cart-offer-add.loading{pointer-events:none;color:transparent;position:relative}.smart-cart-offer-add.loading:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin:-7px 0 0 -7px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--color-accent-text, #fff);border-radius:50%;animation:smartCartSpin .6s linear infinite}.smart-cart-items{padding:0}.smart-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--color-body, #999)}.smart-cart-empty svg{margin-bottom:16px;opacity:.3}.smart-cart-empty p{margin:0;font-size:.9375rem}.smart-cart-item{display:flex;gap:12px;padding:12px 20px;border-bottom:1px solid var(--color-border, #e5e5e5);position:relative;transition:opacity .2s}.smart-cart-item.is-loading{opacity:.5;pointer-events:none}.smart-cart-item-image-wrap{position:relative;flex-shrink:0}.smart-cart-item-image{width:72px;height:72px;object-fit:cover;border-radius:6px}.smart-cart-item-badge{position:absolute;top:-4px;left:-4px;padding:2px 6px;border-radius:4px;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.4}.smart-cart-item-badge--free{background:#22c55e;color:#fff}.smart-cart-item-badge--offer{background:var(--color-accent, #e91e8c);color:#fff}.smart-cart-item-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.smart-cart-item-title{font-size:.8125rem;font-weight:500;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.smart-cart-item-title a{color:inherit;text-decoration:none}.smart-cart-item-title a:hover{text-decoration:underline}.smart-cart-item-variant{font-size:.75rem;color:var(--color-body, #999)}.smart-cart-item-price{font-size:.8125rem;font-weight:600}.smart-cart-item-price del{opacity:.5;font-weight:400;margin-right:4px}.smart-cart-item-price ins{text-decoration:none}.smart-cart-item-price .price-free{color:#22c55e;font-weight:700}.smart-cart-item-discounts{display:flex;flex-direction:column;gap:2px}.smart-cart-item-discount{font-size:.6875rem;color:var(--color-accent, #e91e8c);display:flex;align-items:center;gap:3px}.smart-cart-item-discount svg{width:12px;height:12px;flex-shrink:0}.smart-cart-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.smart-cart-item-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.smart-cart-item-qty{display:inline-flex;align-items:center;border:1px solid var(--color-border, #e5e5e5);border-radius:4px}.smart-cart-item-qty button{background:none;border:none;cursor:pointer;width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--color-body, #333);transition:background .2s;flex-shrink:0}.smart-cart-item-qty button:hover{background:#0000000d}.smart-cart-item-qty input{width:30px;height:30px;text-align:center;border:none;font-size:.8125rem;font-weight:600;padding:0;margin:0;-moz-appearance:textfield;background:transparent}.smart-cart-item-qty input::-webkit-inner-spin-button,.smart-cart-item-qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.smart-cart-item-locked{font-size:.75rem;color:var(--color-body, #999)}.smart-cart-item-remove{background:none;border:none;cursor:pointer;color:var(--color-body, #999);width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:color .2s}.smart-cart-item-remove:hover{color:#ef4444}.smart-cart-recommendations{padding:16px 0 16px 20px;border-top:1px solid var(--color-border, #e5e5e5)}.smart-cart-recommendations-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-right:20px}.smart-cart-recommendations-title{font-size:.875rem;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.03em}.smart-cart-carousel-nav{display:flex;gap:4px}.smart-cart-carousel-nav button{background:var(--bg-body, #fff);border:1px solid var(--color-border, #e5e5e5);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,opacity .2s;padding:0}.smart-cart-carousel-nav button:hover:not(:disabled){border-color:var(--color-body, #333)}.smart-cart-carousel-nav button:disabled{opacity:.3;cursor:default}.smart-cart-carousel{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-right:20px;scroll-snap-type:x mandatory}.smart-cart-carousel::-webkit-scrollbar{display:none}.smart-cart-rec-item{flex:0 0 130px;scroll-snap-align:start}.smart-cart-rec-image{width:130px;height:130px;object-fit:contain;border-radius:8px;margin-bottom:6px;display:block}.smart-cart-rec-title{font-size:.6875rem;line-height:1.3;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--color-body, #333)}.smart-cart-rec-price{font-size:.75rem;font-weight:600;margin:0 0 6px}.smart-cart-rec-add{width:100%;background:var(--bg-body, #fff);color:var(--color-body, #333);border:1px solid var(--color-border, #e5e5e5);padding:6px 8px;border-radius:6px;font-size:.6875rem;font-weight:600;cursor:pointer;transition:border-color .2s,background .2s}.smart-cart-rec-add:hover{border-color:var(--color-body, #333);background:#00000005}.smart-cart-rec-add.loading{pointer-events:none;color:transparent;position:relative}.smart-cart-rec-add.loading:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin:-7px 0 0 -7px;border:2px solid var(--color-border, #ccc);border-top-color:var(--color-body, #333);border-radius:50%;animation:smartCartSpin .6s linear infinite}@keyframes smartCartSpin{to{transform:rotate(360deg)}}.smart-cart-footer{border-top:1px solid var(--color-border, #e5e5e5);padding:16px 20px;flex-shrink:0;background:var(--bg-body, #fff)}.smart-cart-discounts{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.smart-cart-discounts:empty{display:none;margin-bottom:0}.smart-cart-discount-line{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem}.smart-cart-discount-line .discount-title{display:flex;align-items:center;gap:4px;color:var(--color-accent, #e91e8c)}.smart-cart-discount-line .discount-title svg{width:14px;height:14px}.smart-cart-discount-line .discount-amount{color:var(--color-accent, #e91e8c);font-weight:500}.smart-cart-subtotal{display:flex;justify-content:space-between;align-items:center;padding:12px 0 16px;font-weight:600}.smart-cart-subtotal-label{font-size:.9375rem;text-transform:uppercase;letter-spacing:.03em}.smart-cart-subtotal-amount{font-size:1.0625rem}.smart-cart-checkout-btn{width:100%;background:var(--color-accent, #000);color:var(--color-accent-text, #fff);border:none;padding:14px 24px;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:opacity .2s}.smart-cart-checkout-btn:hover{opacity:.9}body.smart-cart-open{overflow:hidden}@media only screen and (max-width: 480px){.smart-cart-sidebar{max-width:100vw}.smart-cart-rec-item{flex:0 0 115px}.smart-cart-rec-image{width:115px;height:115px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/smart-cart-drawer.css.map */
