<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .collage-section {
    height: 320px;
    position: relative;
    margin-bottom: 30px;
}

.collage-image {
    width: auto;
    height: 300px;
    object-fit: cover;
    padding: 0;
}

.collage-label-left {
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 4px;
    font-style: italic;
    font-weight: bold !important;
    width: fit-content;
    text-transform: uppercase;
    background-color: #8c0d2b !important;
    border-style: none !important;
}

.collage-label-right {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 4px;
    font-style: italic;
    font-weight: bold !important;
    width: fit-content;
    text-transform: uppercase;
    background-color: #8c0d2b !important;
    border-style: none !important;
}

.collage-small:not(:last-child),
.collage-one-third:not(:last-child),
.collage-two-thirds:not(:last-child) {
    margin-right: 40px;
} 
 
.reverse-row .collage-small:not(:first-child),
.reverse-row .collage-one-third:not(:first-child),
.reverse-row .collage-two-thirds:not(:first-child) {
    margin-left: 40px;
    margin-right: 0; /* Reset the right margin */
}

.reverse-row .collage-small:last-child,
.reverse-row .collage-one-third:last-child,
.reverse-row .collage-two-thirds:last-child {
    margin-left: 0;
}

#collage-product-list {
    display: flex; /* Use Flexbox */
    justify-content: space-between; /* Distribute products evenly */
    height: 100%;
    overflow:visible;
}

#cc-product-item {
    text-align: center;
    overflow:hidden;
    height:300px;
    padding-top:30px;
}

#collage-product-list .slick-next {
    right: -17px !important;
    z-index: 1000;
    top: 150px;
}

#collage-product-list .slick-prev {
    left: -33px !important;
    z-index: 1000;
    top: 150px;
}

#collage-product-list .slick-prev:before {
    color: #8c0d2b !important;
    font-size: 35px !important;
}

#collage-product-list .slick-next:before {
    color: #8c0d2b !important;
    font-size: 35px !important;
}

.product-front-mobile.products-entry.clearfix.product-wapper {
    width: 260px;
}

.cc-products-thumb img {
    text-align: center;
    width: auto !important;
    max-height: 200px !important;
}

.cc-products-thumb {
   width:unset !important;
}

.cc-products-content {
    text-align: center;
}

#collage-product-list li {
    list-style-type: none;
}

#collage-product-list li::marker {
    display: none;
    content: none;
}

/* .cc-products-content h3.product-title {
    font-size: 12px;
    font-weight: 400;
    color:#000;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.04px;
}
 */

@media (max-width: 1024px) {
    .product-front-mobile.products-entry.clearfix.product-wapper {
        width: 165x;
    }

    .product-front-mobile.products-thumb {
        height: 165px !important;
        width: 165px !important;
        min-width: unset !important;
        text-align: center;
    }

    .product-front-mobile.products-thumb img.attachment-woocommerce_thumbnail {
        padding-top: 0;
        margin-top: 5px;
        text-align: center;
        height: 150px;
        width: auto !important;
        position: relative;
        left: 0;
        transform: none;
        display: inline-block;
    }

    .product-front-mobile.products-content {
        max-width: 165px !important;
        min-width: unset !important;
    }

    .product-front-mobile h3.product-title {
        margin-bottom: 0;
        line-height: 10px !important;
    }

    .product-front-mobile.vz-price-wrapper .price span,
    .product-front-mobile h3.product-title a {
        font-size: 12px !important;
    }

    .product-front-mobile.vz-cart-wrapper {
        display:none;
    }

    .collage-section.section-type-product {
        height: 230px;
        position: relative;
        margin-bottom: 20px;
    }

    .collage-section.section-type-image {
        height: 210px;
        position: relative;
        margin-bottom: -10px !important;
    }
    
    .collage-image {
        width: 100%;
        height: 165px;
        object-fit:cover;
    }

    .collage-label-left {
        left: 0px !important;
    }

    .collage-label-right {
        right: 0px !important;
    }
    
    #collage-product-list .slick-next {
        display: block !important;
        right: -4px !important;
        z-index: 1000;
        top: 86px;
    }
    
    #collage-product-list .slick-prev {
        display: block !important;
        left: -18px !important;
        z-index: 1000;
        top: 86px;
    }
}</pre></body></html>