.cart-dropdown{z-index:100;background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:300px;padding:12px;animation:.15s fadeIn;position:absolute;top:120%;right:-60px;box-shadow:0 15px 35px #0000001a}.cart-product{border-radius:10px;grid-template-columns:50px 1fr auto;align-items:center;gap:10px;padding:8px;transition:background .2s;display:grid}.cart-product:hover{background:#f9f9f9}.cart-product-image{background:#f3f3f3;border-radius:8px;width:50px;height:50px;overflow:hidden}.cart-product-image img{object-fit:cover;width:100%;height:100%}.cart-product-info{flex-direction:column;gap:2px;display:flex}.cart-product-title{color:#111;font-size:13px;font-weight:500;line-height:1.2}.cart-product-price{color:#666;font-size:12px}.cart-product-qty{color:#111;font-size:13px;font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
