.product-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:16px;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.product-image{margin-bottom:16px}.product-image img{width:100%;height:300px;object-fit:cover;border-radius:8px}.product-model{text-align:center;margin-bottom:16px}.product-model h3{font-size:16px;font-weight:700}.product-weights{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:16px}.product-weights .gwt,.product-weights .dwt{padding:16px;text-align:center}.product-weights .gwt{border-right:1px solid #eee}.product-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.availability p{font-size:14px}.quantity-selector{display:flex;align-items:center}.quantity-selector .qty-btn,.quantity-selector svg{background-color:#fff;border:1px solid #032949;color:#032949;border-radius:50%;width:24px;height:24px;font-size:16px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:0}.quantity-selector .qty-btn:hover,.quantity-selector svg:hover{background-color:#032949;color:#fff}.quantity-selector .quantity{padding:0 16px;font-size:16px}.add-to-cart-btn{width:100%;padding:12px;background-color:#032949;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease}.add-to-cart-btn:hover{background-color:#011627}
