Home
/
Unknown Type
/
Residency
![Residency](//sixandsons.com/cdn/shop/files/Brandprofilephoto_1_d51ef6f6-bce1-4ed4-955d-ae02c26dabd4_600x600.png?v=1723555187)
.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;
}