<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-thumbnail-slider {
    padding: 0px 0;
}

.slider-box h2 {
    text-align: center;
    margin-bottom: 30px;
}

#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

li {
    display: block;
    float: left;
    cursor: pointer;
}

.lSSlideWrapper.usingCss ul li img {
    width: 100%;
    height: 100%;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}

    .lSSlideOuter .lSPager.lSGallery li.active {
        opacity: 1;
    }

lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li {
    border-radius: 0;
}

    lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
        border-radius: 0;
    }

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 64px;
    max-width: 100%;
}

.codes {
    bottom: 5%;
    left: 5%;
    position: fixed;
}

    .codes div {
        border: 2px solid black;
        font-size: 20px;
        padding: 10px;
        background-color: red;
    }

        .codes div a {
            text-decoration: none;
            color: white;
            font-weight: 800;
        }
</pre></body></html>