UFC Zone+ Bench
.product-highlights .ph-promotion { margin-bottom: 20px; } .product-highlights .ph-promotion h3 { color: #ff0000; font-size: 1.2em; } .product-highlights .ph-promotion p { margin: 5px 0; } .product-highlights .discount-note { font-size: 0.9em; color: #666; } .product-highlights .ph-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 20px 0; padding: 0 10px; } .product-highlights .ph-item { text-align: center; } .product-highlights .ph-item img { width: 100%; height: auto; border: 1px solid #ddd; border-radius: 5px; transition: transform 0.3s; } .product-highlights .ph-item img:hover { transform: scale(1.05); } .product-highlights .caption { background-color: rgba(0, 0, 0, 0.7); color: white; padding: 5px 10px; border-radius: 3px; margin-top: 5px; display: inline-block; font-size: 0.9em; font-weight: bold; } @media (max-width: 767px) { .product-highlights .ph-gallery { grid-template-columns: 1fr; } .prod