.cart-drawer{pointer-events:none;right:0;position:fixed;bottom:0;visibility:hidden;top:0;left:0;z-index:9999}.cart-drawer.active{pointer-events:auto;visibility:visible}.cart-drawer__overlay{right:0;transition:opacity .3s ease;position:absolute;opacity:0;bottom:0;top:0;background:#00000080;left:0}.cart-drawer.active .cart-drawer__overlay{opacity:1}.cart-drawer__panel{transform:translate(100%);right:0;transition:transform .3s ease;position:absolute;max-width:420px;flex-direction:column;bottom:0;top:0;box-shadow:-4px 0 20px #0000001a;background:#fff;width:100%;display:flex}.cart-drawer.active .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{flex-shrink:0;padding:16px 20px;justify-content:space-between;border-bottom:1px solid #e5e5e5;align-items:center;display:flex}.cart-drawer__title{font-size:18px;font-weight:600;margin:0}.cart-drawer__close{height:36px;justify-content:center;border:none;color:#333;transition:background .2s;align-items:center;border-radius:50%;background:none;cursor:pointer;width:36px;display:flex}.cart-drawer__close:hover{background:#f5f5f5}.cart-drawer__shipping{flex-shrink:0;padding:12px 20px;border-bottom:1px solid #e5e5e5}.cart-drawer__shipping:empty{padding:0;border:none;display:none}.cart-drawer__shipping .cart__shipping-bar-text{font-size:13px;margin-bottom:8px;color:#555;gap:8px;align-items:center;display:flex}.cart-drawer__shipping .cart__shipping-bar-text--success{color:#10b981}.cart-drawer__shipping .cart__shipping-bar-track{height:6px;overflow:hidden;border-radius:3px;background:#e5e5e5}.cart-drawer__shipping .cart__shipping-bar-fill{height:100%;transition:width .4s ease;border-radius:3px;background:#10b981}.cart-drawer__items{flex:1;overflow-y:auto;padding:0;-webkit-overflow-scrolling:touch}.cart-drawer__empty{padding:60px 20px;justify-content:center;color:#999;flex-direction:column;text-align:center;align-items:center;display:flex}.cart-drawer__empty svg{margin-bottom:16px;opacity:.4}.cart-drawer__empty p{font-size:16px;margin-bottom:20px;color:#666}.cart-drawer__empty .button{min-width:200px}.cart-drawer__item{padding:16px 20px;border-bottom:1px solid #f0f0f0;gap:12px;display:flex}.cart-drawer__item-image{height:80px;overflow:hidden;flex-shrink:0;border-radius:8px;background:#f5f5f5;width:80px}.cart-drawer__item-image img{height:100%;object-fit:cover;width:100%}.cart-drawer__item-details{flex:1;flex-direction:column;min-width:0;display:flex}.cart-drawer__item-title{overflow:hidden;font-size:14px;text-decoration:none;font-weight:500;color:#333;-webkit-box-orient:vertical;line-height:1.3;-webkit-line-clamp:2;display:-webkit-box}.cart-drawer__item-title:hover{color:#000}.cart-drawer__item-variant{font-size:12px;color:#888;margin-top:2px}.cart-drawer__item-price{font-size:14px;font-weight:600;color:#333;margin-top:4px}.cart-drawer__item-bottom{padding-top:8px;justify-content:space-between;align-items:center;margin-top:auto;display:flex}.cart-drawer__qty{overflow:hidden;border:1px solid #ddd;align-items:center;border-radius:6px;display:flex}.cart-drawer__qty button{height:32px;justify-content:center;font-size:16px;border:none;color:#555;transition:background .2s;align-items:center;background:none;cursor:pointer;width:32px;display:flex}.cart-drawer__qty button:hover{background:#f5f5f5}.cart-drawer__qty-value{border-right:1px solid #ddd;border-left:1px solid #ddd;font-size:14px;font-weight:500;text-align:center;width:36px;line-height:32px}.cart-drawer__item-remove{padding:4px;border:none;color:#999;transition:color .2s;background:none;cursor:pointer}.cart-drawer__item-remove:hover{color:#e53e3e}.cart-drawer__footer{flex-shrink:0;padding:16px 20px;border-top:1px solid #e5e5e5;background:#fafafa}.cart-drawer__subtotal{justify-content:space-between;font-size:16px;font-weight:600;margin-bottom:4px;align-items:center;display:flex}.cart-drawer__tax-note{font-size:12px;color:#888;margin:0 0 16px}.cart-drawer__actions{flex-direction:column;gap:8px;display:flex}.cart-drawer__checkout-btn,.cart-drawer__view-cart-btn{justify-content:center;text-align:center;width:100%}.cart-drawer__footer .cart__trust-badges{padding-top:12px;border-top:1px solid #e5e5e5;margin-top:16px}.cart-drawer__footer .cart__payment-icons{margin-top:8px}.cart-drawer__item.loading{pointer-events:none;opacity:.5}body.cart-drawer-open{overflow:hidden}@media screen and (max-width:749px){.cart-drawer__panel{max-width:100%}}