@media screen and (min-width: 1026px) {
    .mb-only{
        display: none !important;
    }
}

@media screen and (max-width: 1025px) {
    .dk-only{
        display: none !important;
    }

    body{
        font-family: 'Georgia';
        font-size: 18.5px;
        line-height: 28px;
    }


    .menu-icon{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -ms-flex-direction: column;
        flex-direction: row;
        gap: 0 70px;
    }

    .menu-icon .action_btn{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -ms-flex-direction: column;
        flex-direction: row;
        gap: 0 15px;
    }
    #header .header-wrapper {
        padding: 30px 0;
    }
    .site-logo{
        height: 37.4px;
    }
    .site-logo a svg{
        width: 170px;
        height: 37.4px;
    }
    .menu-icon .action_btn a{
        display: flex;
        height: auto;
        line-height: initial;
    }

    .menu-icon .action_btn .site-switch-language{
        font-family: "Plus Jakarta Sans";
        font-size: 16.5px;
    }

    .menu-icon .menu_btn{
        height: auto;
        line-height: initial;
    }

    .container {
        width: calc(100% - 70px);
    }
    #header {
        padding-top: 0;
    }
    .banner {
        padding: 25px 0;
        min-height: auto;
    }
    .banner .banner-wrapper {
        display: block;
    }
    .banner .banner-wrapper .banner-img {
        height: auto;
    }
    .banner .banner-wrapper .banner-img img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* debut menu */
    #primary-navigation {
        margin-right: 0;
        margin-bottom: 70px;;
    }

    #primary-navigation ul li , #secondary-navigation ul li{
        margin-right: 0;
    }
    .mobile-menu-wrapper{
        display: none;
        position: fixed;
        padding-top: 35px;
        left: 0;
        top: 0;
        background: #000;
        width: 100%;
        height: 0;
        overflow-y: scroll;
        z-index: 99999;
    }
    .mobile-menu-wrapper.show{
        display: block;
        animation: open-menu-mobile 1.2s;
        height: 100%; 
    }

    @keyframes open-menu-mobile {
        0% {
            height: 0; 
        }
        100% {
            height: 100%; 
        }
    }

    .mobile-menu-wrapper .menu-item-has-children .sub-menu{
        display: none;
    }
    .mobile-menu-wrapper .menu-item-has-children.open .sub-menu{
        display: block;
        margin-left: 50%;
        padding: 25px 0;
    }
    

    .mobile-menu-wrapper .mobile-menu-container {
        display: block;
        width: calc(100% - 70px);
        margin: 0 auto;
    }

    .mobile-menu-wrapper .mobile-menu-container .menu-mobile-header {
        text-align: right;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }
    .mobile-menu-wrapper .mobile-menu-container .menu-mobile-header a path {
        fill: #fff;
    }
    .mobile-menu-wrapper a{
        color: #fff;
        font-size: 24px;
    }
    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children , .mobile-menu-wrapper .mobile-menu-container #secondary-navigation li.menu-item {
        padding: 20px 0;
        border-bottom: 1px solid #fff;
        padding-right: 70px;
    }
    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children a:first-of-type::after{
        content: " ";
        width: 30px;
        height: 30px;
        display: block;
        background-image: url(./arrow-menu.png);
        transform: rotateZ(180deg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children.open a:first-child::after{
        transform: rotateZ(0deg);
    }
    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children a:first-child{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children .sub-menu{
        margin-left: 20%;
    }

    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children .sub-menu li:first-child{
        margin-bottom: 34px;
    }

    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children .sub-menu li{
        margin-bottom: 16px;
    }

    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children .sub-menu a{
        display: block;
        line-height: normal;
        font-size: 18.5px;
    }

    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children .sub-menu a::after{
        display: none;
    }
    /* fin menu */

    .section .header {
        min-height: 70px;
    }
    .archive .section .header {
        margin-bottom: 25px;
        height: auto;
    }

    .product-list-container .product-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .product-grid .product-card:nth-child(3n+1) {
        border-bottom: 0;
        border-right: 0;
    } 
    .product-grid .product-card:nth-child(3n+2) {
        border-bottom: 0;
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    } 
    .product-grid .product-card:nth-child(3n+3) {
        border-bottom: 0;
    } 
    
    .product-grid .product-card:nth-last-child(-n+3) {
        border-bottom: 0;
    }

    .product-grid .product-card{
        padding: 0;
        padding-top: 25px ;
    }
    .product-grid .product-card:nth-child(-n + 2) {
        padding-top: 0 ;
    }

    .product-grid .product-card:nth-child(2n) {
        border-bottom: 1px solid #000;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 0;
    }

    .product-grid .product-card:nth-child(2n+1) {
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        padding-bottom: 25px;
        padding-right: 25px;
        padding-left: 0;
    } 

    .product-grid .product-card:nth-last-child(-n + 2) {
        border-bottom: 0;
        padding-bottom: 0 ;
    }
    .product-card .product-description {
        min-height: auto;
    }

    .product-card .product-description .product-title {
        font-size: 17.5px;
        line-height: 28px;
    }

    .product-card .product-description .product-title em {
        font-size: 18.5px;
        line-height: 28px;
    }


    .modal-wrapper {
        width: 73%;
        height: 80%;
        padding: 25px 35px;
        background-color: #fff;
        overflow: scroll;
    }

    /*single product*/

    .product-single .product-header {
        min-height: 70px;
    }

    .product-single .product-header ul li a, .section .header h2  {
        font-size: 26.5px;
        line-height: 36px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product-single .product-details {
        display: block;
    }

    .product-single .product-details .images-container {
        display: block;
    }

    .owl-carousel .slide {
        display: block;
        width: 100%;
        height: 72vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .product-single .product-details .content {
        padding-top: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px 0;
    }

    .product-single .product-details .content .content-header span {
        font-size: 26.5px;
    }

    .product-single .product-details .content .content-taxonamies .taxonamies .tax .tax-title {
        font-family: "Plus Jakarta Sans";
        font-size: 15.5px;
    }

    .product-single .product-details .content .content-contact button {
        font-size: 17.5px;
    }


    .legal-page .legal-header {
        border-bottom: 1px solid #000;
        height: 70px;
        display: flex;
        align-items: center;
    }
    /*legal page */
    .legal-page .legal-details .collunm {
        padding-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px 0;
    }

    .legal-page .legal-details {
        display: block;
        grid-template-columns: repeat(2,1fr);
        -webkit-column-gap: 70px;
        column-gap: 70px;
    }

    /*gallery*/
    .galery-page .galery-header {
        border-bottom: 1px solid #000;
        height: 70px;
        display: flex;
        align-items: center;
    }
    .galery-page .galery-details {
        display: block;
        grid-template-columns: repeat(2,1fr);
        -webkit-column-gap: 70px;
        column-gap: 70px;
    }
    .galery-page .galery-details .content {
        padding-top: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px 0;
    }

    .galery-page .galery-details .content p.quote {
        font-size: 26.5px;
        line-height: 38px;
        quotes: initial;
        margin-right: 7em;
    }



    /*footer*/
    #footer {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .form-search .search-entry {
        font-size: 44px;
        font-weight: 700;
        line-height: 44px;
    }

    .has-results {
        padding-top: 30px;
        font-size: 17.5px;
    }

    .product-single .product-header .tag span{
        font-size: 26.5px;
    }

    .owl-carousel .owl-nav .owl-next img, .owl-carousel .owl-nav .owl-prev img {
        width: 25px;
        height: 25px;
    }


    .owl-carousel .owl-item img {
        width: 100%;
        height: auto;
    }

    .modal-slider-wrapper .modal-slider-body {
        padding-right: 5px;
        padding-left: 5px;
    }
}