<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catalog-detail-image {
    max-height: 90vh;
}

.swiper-thumb .swiper-slide {
    height: 115px !important;
}

img, video {
    max-width: 100%;
}

@media (max-width: 768px) {
    .swiper-thumb {
        display: none;
    }

    .catalog-detail-main-image {
        max-height: 387px;
        width: 100%;
    }
}
</pre></body></html>