/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
    h2 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    p {
        line-height: 27px;
    }
    /* - menu - */
    .btn-menu {
        right: 45px;
    }
    .main-menu-wrapper {
        width: 20%;
    }
    .open.main-menu-wrapper {
        left: 77%;
    }
    .menu-list-img {
        height: 100%;
    }
    /* - social media - */
    .social-media-wrapper {
        right: 50px;
    }
    /* - homepage - */
    .content-section {
        padding: 100px 14.5% 60px;
        background-color: #000;
    }
    .section-title {
        margin-bottom: 35px;
    }
    /* gallery */
    .gallery-wrapper {
        padding-top: 0;
    }
    .gallery-img {
        height: 100vh;
    }
    .gallery-wrapper .carousel-control-next, .gallery-wrapper .carousel-control-prev {
        width: 120px;
    }
    /* collection */
    .collection-menu-wrapper {
        margin-top: 150px;
    }
    /* contacts */
    .contact-wrapper, .customer-care-wrapper {
        font-size: 16px;
    }
    /* retailers */
    .retailers-row {
        column-count: 4;
    }
    .retailers-row h3 {
        column-span: all;
    }
    .retailers-block {
        break-inside: avoid;
    }
    /* - prod list - */
    .prod-list-wrapper h2 {
        margin-bottom: 40px;
    }
    .btn-prev-page {
        position: fixed;
        bottom: 0;
        right: 55px;
        left: auto;
        margin: auto;
    }
    /* - prod detail - */
    .prod-detail-wrapper {
        padding-top: 190px;
        padding-bottom: 60px;
    }
    .prod-detail-wrapper .btn-prev-page {
        top: 150px;
        bottom: auto;
        right: 10%;
    }
    .prod-detail-carousel-wrapper>.carousel {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
    }
    .prod-detail-wrapper .carousel-control-prev, .prod-detail-wrapper .carousel-control-next {
        display: none;
    }
    .prod-detail-info {
        max-width: 390px;
        padding-left: 30px!important;
    }
    .prod-detail-info h1 {
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 0;
    }
    .pro-detail-ref {
        font-size: 12px;
    }
    .prod-detail-price {
        font-size: 16px;
        margin-bottom: 45px;
    }
    .prod-detail-accordion h3 {
        font-size: 16px;
    }
}