<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    
    /* - home - */
    /* about */
    .about-info {
        max-height: none;
    }
    /* retailers */
    .retailers-wrapper {
        text-align: left;
    }
    .retailers-row {
        width: 100%;
        margin-bottom: 30px;
        column-count: 3;
    }
}

/* Medium devices (tablets, 768px - 992px) */

@media (min-width: 768px) and (max-width: 991.98px) {
    /* - home - */
    /* retailers */
    .retailers-row {
        column-count: 3;
    }
    .btn-prev-page + h2 {
        padding-right: 50px;
        padding-left: 50px;
    }
    /* - prod - */
    .prod-detail-wrapper {
        padding-right: 60px;
        padding-left: 60px;
    }
}</pre></body></html>