Reactive Heaven Salad Plate - Coral
![Reactive Heaven Salad Plate - Coral](//sixandsons.com/cdn/shop/products/1060605-47cde893c04c32_600x600.jpg?v=1640170574)
.product-thumbnails img {
width: 100px;
height: auto;
cursor: pointer;
transition: transform 0.3s ease;
}
.product-thumbnails img:hover {
transform: scale(1.1);
}
.main-product-image {
width: 100%;
height: auto;
transition: opacity 0.3s ease;
}