Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
/* Adjust product thumbnails */
.product__thumbs img {
width: 20px !important; /* Change this to your desired size */
height: auto !important; /* Keeps proportions correct */
}