<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-thumbs .product-image-wrapper {
    object-fit: cover;
    width: 80px;
    height: 80px;
    display: flex !important;
    justify-content: center;
}

.product-thumbs .product-image-wrapper img {
    object-fit: cover;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid var(--lgrey);
}

.product-thumbs {
    margin-top: 32px;
}
        
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
    z-index:0!important;
}

a:hover
{
    color:inherit!important;
    text-decoration:none!important;
}</pre></body></html>