.cart-drawer *,.cart-drawer *:before,.cart-drawer *:after{box-sizing:border-box;margin:0;padding:0}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.is-active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:100%;max-width:400px;background:#fff;z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:-4px 0 24px #0000001f}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-bottom:1px solid #f0f0f0;flex-shrink:0;background:#fff}.cart-drawer__title{font-size:16px;font-weight:700;letter-spacing:.08em;color:#111;text-transform:uppercase}.cart-drawer__close{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;color:#555;border-radius:50%;transition:background .2s,color .2s}.cart-drawer__close:hover{background:#f5f5f5;color:#111}.cart-drawer__tier-banner{background:#fcf9f3;padding:12px 16px 14px;flex-shrink:0}.cart-tier-banner__message{color:#242323;font-size:12.5px;text-align:center;margin-bottom:12px;font-weight:400;letter-spacing:.01em}.cart-tier-banner__message strong{font-weight:700}.cart-tier-banner__tiers{display:flex;align-items:center;justify-content:center;gap:0}.cart-tier__item{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:default;transition:transform .2s}.cart-tier__item.is-active .cart-tier__icon-wrap{background:#fff;border-color:#fff}.cart-tier__item.is-active .cart-tier__icon{color:#7a3d00}.cart-tier__item.is-active .cart-tier__discount{color:gold;font-weight:700}.cart-tier__icon-wrap{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .25s,border-color .25s}.cart-tier__icon{width:20px;height:20px;color:#e07400}.cart-tier__label{font-size:10px;color:#e07400;font-weight:500;letter-spacing:.03em}.cart-tier__discount{font-size:10px;color:#e07400;font-weight:600;letter-spacing:.02em}.cart-tier__divider{width:32px;height:1px;background:#e07400;flex-shrink:0;margin-bottom:20px}.cart-drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cart-drawer__body::-webkit-scrollbar{width:4px}.cart-drawer__body::-webkit-scrollbar-track{background:transparent}.cart-drawer__body::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:2px}.cart-drawer__items{padding:0}.cart-item{display:flex;gap:14px;padding:16px 20px;border-bottom:1px solid #f3f3f3;align-items:flex-start;animation:cart-item-in .25s ease}@keyframes cart-item-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cart-item__image-wrap{flex-shrink:0;width:80px;height:100px;border-radius:6px;overflow:hidden;background:#f9f9f9}.cart-item__image{width:100%;height:100%;object-fit:cover;display:block}.cart-item__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;padding-top:2px}.cart-item__title{font-size:13.5px;font-weight:500;color:#000;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.cart-item__price-row{display:flex;align-items:center;gap:8px}.cart-item__price{font-size:14px;font-weight:700;color:#111}.cart-item__compare-price{font-size:12px;color:#aaa;text-decoration:line-through}.cart-item__qty-row{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.cart-item__qty-control{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden;height:30px}.cart-item__qty-btn{width:30px;height:30px;border:none;background:transparent;font-size:16px;cursor:pointer;color:#444;display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1;font-weight:400}.cart-item__qty-btn:hover{background:#f5f5f5}.cart-item__qty-value{width:32px;text-align:center;font-size:13px;font-weight:600;color:#111;border-left:1px solid #ddd;border-right:1px solid #ddd;height:100%;display:flex;align-items:center;justify-content:center}.cart-item__remove{width:30px;height:30px;background:transparent;border:none;cursor:pointer;color:#999;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .2s,background .2s}.cart-item__remove:hover{color:#e53e3e;background:#fff5f5}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 32px;text-align:center;color:#aaa}.cart-drawer__empty p{font-size:15px;color:#999}.cart-drawer__continue-btn{background:#f28c28;color:#fff;border:none;border-radius:6px;padding:10px 24px;font-size:13px;font-weight:600;cursor:pointer;letter-spacing:.04em;transition:background .2s}.cart-drawer__continue-btn:hover{background:#d97820}.cart-drawer__steal-deals{flex-shrink:0;background:#fff;border-top:1px solid #f0f0f0}.cart-steal-deals__header{padding:12px 20px 0}.cart-steal-deals__badge{display:inline-block;background:#fbf8f1;color:#f28c28;font-size:10px;font-weight:800;letter-spacing:.12em;padding:4px 12px;border-radius:3px 3px 0 0;text-transform:uppercase}.cart-steal-deals__offer-bar{display:flex;align-items:center;justify-content:space-between;background:#fbf8f1;margin:0 20px;padding:10px 14px;border-radius:0 6px 6px}.cart-steal-offer__text{font-size:12.5px;color:#ee8927;font-weight:500}.cart-steal-offer__apply-btn{background:#e4eee7;color:#97baac;border:none;border-radius:4px;padding:5px 14px;font-size:12px;font-weight:700;cursor:pointer;letter-spacing:.03em;transition:background .2s,color .2s}.cart-steal-offer__apply-btn:hover{background:#fff3e0}.cart-steal-deals__products{display:flex;gap:12px;padding:12px 20px 14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cart-steal-deals__products::-webkit-scrollbar{display:none}.steal-deal-card{flex-shrink:0;display:flex;width:300px;border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 4px #0000000f}.steal-deal-card__img-wrap{position:relative;height:110px;background:#f9f9f9}.steal-deal-card__img{width:100%;height:100%;object-fit:cover;display:block}.steal-deal-card__discount-badge{position:absolute;bottom:6px;left:6px;background:#f28c28;color:#fff;font-size:9.5px;font-weight:700;padding:2px 6px;border-radius:3px;letter-spacing:.02em}.steal-deal-card__info{padding:8px 8px 10px;display:flex;width:200px;flex-direction:column;gap:4px}.steal-deal-card__title{font-size:11px;color:#333;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.steal-deal-card__prices{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.steal-deal-card__original-price{font-size:10.5px;color:#bbb;text-decoration:line-through}.steal-deal-card__sale-price{font-size:12px;font-weight:700;color:#111}.steal-deal-card__add-btn{align-self:flex-end;width:30px;height:30px;background:#f28c28;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-top:2px;transition:background .2s,transform .15s}.steal-deal-card__add-btn:hover{background:#d97820;transform:scale(1.08)}.cart-drawer__footer{flex-shrink:0;padding:14px 20px 20px;border-top:1px solid #f0f0f0;background:#fff}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.cart-subtotal__label,.cart-subtotal__value{font-size:15px;font-weight:700;color:#111}.cart-drawer__tax-note{font-size:11.5px;color:#888;line-height:1.5;margin-bottom:14px}.cart-drawer__tax-note a{color:#b85e00;text-decoration:underline}#cart-drawer-checkout-form{width:100%}.cart-drawer__checkout-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fcf4e9;color:#111;border:none;border-radius:8px;padding:14px 18px;text-decoration:none;cursor:pointer;width:100%;transition:background .2s,transform .15s;font-family:inherit;-webkit-appearance:none;appearance:none}.cart-drawer__checkout-btn:hover{background:#d97820;transform:translateY(-1px)}.cart-drawer__checkout-btn>span:first-child{font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cart-checkout-btn__sub{font-size:10.5px;opacity:.75;letter-spacing:.01em}.cart-checkout-btn__payment-icons{display:flex;align-items:center;gap:4px;flex-shrink:0}.cart-checkout-btn__arrow{flex-shrink:0}.cart-drawer__loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffbf;display:flex;align-items:center;justify-content:center;z-index:10;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.cart-drawer__loading.is-visible{opacity:1;visibility:visible}.cart-drawer__spinner{width:28px;height:28px;border:3px solid #e8e8e8;border-top-color:#f28c28;border-radius:50%;animation:cart-spin .7s linear infinite}@keyframes cart-spin{to{transform:rotate(360deg)}}.cart-item__qty-value.bump{animation:qty-bump .25s ease}@keyframes qty-bump{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}@media(max-width:480px){.cart-drawer{max-width:100%}}.steal-deals-loading,.steal-deals-empty,.steal-deals-error{font-size:12px;color:#aaa;padding:10px 0;text-align:center;width:100%}.steal-deals-error{color:#e53e3e}.steal-deal-card__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:cart-spin .6s linear infinite}.cart-tier__icon-wrap{width:40px;height:40px;border-radius:50%;border:1.5px solid #e5ddd0;background:transparent;display:flex;align-items:center;justify-content:center;transition:background .25s,border-color .25s}.cart-tier__icon{width:20px;height:20px;color:#cbb99f}.cart-tier__label,.cart-tier__discount{color:#b7a98d}.cart-tier__item.is-active .cart-tier__icon-wrap{border:1.5px solid #F28C28;background:#fff}.cart-tier__item.is-active .cart-tier__icon{color:#f28c28}.cart-tier__item.is-active .cart-tier__label,.cart-tier__item.is-active .cart-tier__discount{color:#f28c28;font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/37/assets/cart-drawer.css.map */
