.cart-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;visibility:hidden;opacity:0;transition:opacity .3s ease}.cart-drawer-overlay.active{visibility:visible;opacity:1}.cart-drawer{position:fixed;top:0;right:0;height:100%;height:100dvh;width:100%;max-width:450px;background:#fff;z-index:9999;transform:translate(100%);transition:transform .3s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column;box-shadow:-5px 0 15px #0000001a}.cart-drawer.active{transform:translate(0)}.drawer-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.drawer-title{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:500;margin:0}.drawer-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:5px}.drawer-body{flex:1;overflow-y:auto;padding:20px}.cart-item{display:flex;gap:15px;margin-bottom:20px;border-bottom:1px solid #f5f5f5;padding-bottom:20px}.cart-item-img{width:80px;height:80px;object-fit:cover;border-radius:4px}.cart-item-details{flex:1}.cart-item-title{font-family:Poppins,sans-serif;font-size:1rem;margin:0 0 5px;font-weight:700;display:block;text-decoration:none;color:#000}.cart-item-variant{font-size:.8rem;color:#666;margin-bottom:5px}.cart-item-price{font-weight:700;color:#000}.qty-selector{display:flex;align-items:center;border:1px solid #ddd;width:max-content;margin-top:10px}.qty-btn{background:none;border:none;padding:5px 10px;cursor:pointer}.qty-input{width:30px;text-align:center;border:none;outline:none;font-size:.9rem}.remove-btn{font-size:.7rem;text-decoration:underline;color:#999;cursor:pointer;background:none;border:none;margin-top:5px}.drawer-footer{padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom));border-top:1px solid #eee;background:#f9f9f9}@media (max-width: 768px){.cart-drawer{display:block;overflow-y:auto}.drawer-header{position:sticky;top:0;background:#fff;z-index:10}.drawer-body{flex:none;overflow:visible;height:auto}}.cart-subtotal{display:flex;justify-content:space-between;font-weight:700;margin-bottom:15px;font-size:1.2rem}.checkout-btn{width:100%;background-color:#000;color:#fff;border:none;border-radius:8px;padding:15px;font-weight:700;text-transform:uppercase;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:8px;line-height:1}.checkout-btn:hover{background-color:#333}.empty-cart-msg{text-align:center;margin-top:50px}
/*# sourceMappingURL=/cdn/shop/t/13/assets/cart-drawer.css.map */
