<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --woocommerce-gallery-thumbs-size: 150px !important;
}

.wd-gallery-thumb .wd-carousel {
    height: auto !important;
}

.wd-gallery-thumb .wd-carousel-wrap {
    cursor: initial !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    gap: 8px !important;
    height: auto !important;
}

.wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item {
    transition: border 0.25s ease-in-out;
    flex-basis: unset !important;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}

.wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item:hover {
    border: 1px solid #F25D21;
    opacity: 1 !important;
}

.wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item.wd-thumb-active {
    border: 1px solid #F25D21;
    background-color: #FDEDE7;
    opacity: 1 !important;
}

.wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item img {
    margin-bottom: 0 !important;
}

.wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item:nth-of-type(3n + 1) {
    width: 78px !important;
    height: 78px !important;
    grid-row: span 2;
}

.wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item:nth-of-type(3n + 1) img {
    width: 68px !important;
    height: 68px !important;
    margin: 5px;
}

.wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item:nth-of-type(3n + 2) {
    width: 35px !important;
    height: 35px !important;
}

.wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item:nth-of-type(3n + 2) img {
    width: 31px !important;
    height: 31px !important;
    margin: 2px;
}

.wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item:nth-of-type(3n + 3) {
    width: 35px !important;
    height: 35px !important;
}

.wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item:nth-of-type(3n + 3) img {
    width: 31px !important;
    height: 31px !important;
    margin: 2px;
}

.wd-gallery-thumb .wd-thumb-nav {
    display: none !important;
}

@media (max-width:1024px) {
    .wd-gallery-thumb {
        display: none !important;
    }
}</pre></body></html>