/* All hurley images same size */
.hurleys-shop img {
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
    border-radius: 8px; 
}