@media only screen and (max-width: 1530px) {
    /* Pictures Section */
    #pictures .thumbnail-preview-swiper {
        max-width: 700px;
        height: 400px;
    }
}

@media only screen and (max-width: 1450px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1360px) {
    /* ROOT */
    :root {
        --container-padding: 50px;
    }

    /* Navbar */
    .custom-navbar-right .hamburger-menu {
        display: inline-block;
    }

    .custom-navbar-left .custom-navbar-links,
    .custom-navbar-right .search-input,
    .custom-navbar-right .chat-whatsapp {
        display: none;
    }

    /* Pictures Section */
    #pictures .thumbnail-preview-swiper {
        max-width: 650px;
        height: 450px;
    }
}

@media only screen and (max-width: 1200px) {
    /* Pictures Section */
    #pictures .thumbnail-preview-swiper {
        max-width: 500px;
        height: 350px;
    }

    .thumbnail-list-swiper .swiper-slide .thumbnail {
        width: 120px;
    }
}

@media only screen and (max-width: 1110px) {
    /* Price List Section */
    .price-list .price-card-list {
        flex-direction: column;
    }

    .price-list .price-card-list .price-card {
        max-width: 450px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1020px) {
    /* Simple Card */
    .simple-card-swiper .swiper-slide {
        width: 200px !important;
    }

    .simple-card .simple-card-img {
        height: 280px;
    } 
}

@media only screen and (max-width: 980px) {
    html {
        font-size: 13px;
    }

    /* Pictures Section */
    #pictures .pictures-content {
        flex-direction: column;
    }

    #pictures .pictures-content .pictures-content-left {
        max-width: 500px;
    }

    .thumbnail-list-swiper .swiper-slide .thumbnail {
        width: 80px;
    }
}

@media only screen and (max-width: 675px) {
    :root {
        --container-padding: 30px;
    }

    html {
        font-size: 12px;
    }

    /* Simple Card */
    .simple-card-swiper .swiper-slide {
        width: 180px !important;
    }

    .simple-card .simple-card-img {
        height: 240px;
    } 

    /* Pictures Section */
    #pictures .pictures-content .pictures-content-left {
        max-width: unset;
    }

    #pictures .thumbnail-preview-swiper {
        max-width: 400px;
        height: 300px;
    }
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 11px;
    }
}