/** Shopify CDN: Minification failed

Line 286:0 Unexpected "}"

**/
/* Dual Image Vertical Horizontal Promo Section */
    


.dual-section{
        width: 100%;
        padding: 46px 0;
    }
    .dual-wrapper{
        display: flex;
        /* max-width: 1400px; */
        margin: auto;
        padding: 0 82.67px;
        
    }
    .dual-swap{
        flex-direction: row-reverse;
    }
    .dual-left-block{
        /* width: 60%; */
        align-self: center;
    }
    .dual-right-block{
        /* width: 40%; */
    }
    .dual-text-image-wrapper{
        position: relative;
    }
    .dual-image-right{
        width: 100%;
        display: block;
    }
    .dual-text{
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0 0 82.7px 82.7px;
    }

    .dual-text-description p{
        margin-bottom: 36.6px;
    }
    .dual-btn{
        display: inline-block;
        border-bottom: 1px solid;
    }
    .dual-btn:hover{
        text-decoration: none;
    }
    .dual-text-right{
        display: none;
    }

/* CC custom image with text */
    .custom-two-img-with-text.row{
        max-width: 1920px;
    }
    .custom-two-img-with-text .columns{
        position: relative;
        padding: 0;
    }
    .custom-two-img-with-text .image-with-text{
        margin: 0;
    }
    .custom-two-img-with-text .columns .image-with-text__content__image{
        position: absolute;
        left: -10%;
        bottom: -37%;
        transform: rotate(-27deg);
    }
    .custom-two-img-with-text .link_btn_part_area .button{
        background: none;
        border: 0;
        border-bottom: 1px solid;
        color: #000;
        padding: 0;
    }
    .custom-two-img-with-text .link_btn_part_area .button:hover{
        text-decoration: none;
        background: none;
    }
    
  .custom-two-img-with-text .image-with-text__content__image{
        z-index: 15;
    }
    .custom-two-img-with-text .image-with-text__image-media{
        z-index: 22;
    }
    .image_mobile_wrapper, .custom_text_content_mobile{
        display: none;
    }
    /* Discover More section */
    .gallary_images_part .gallery__item-content .text_btn_area .button{
        border-bottom: 1px solid;
    }

@media(max-width: 900px){
/* Dual Image Vertical Horizontal Promo Section */
    .dual-text{
        display: none;
    }
    .dual-text-right{
        display: block;
        width: 40%;
        padding: 78px 30px 50px 46px;
        text-align: right;
    }
    .dual-wrapper{
        flex-direction: column;
        padding: 0;
    }
    .dual-left-block{
        width: 100%;
    }
    .dual-text-description >*{
        color: #000000;
    }
    .dual-right-block{
        display: flex;
        width:100%;
    }
    .dual-image-right{
        width: 60%;
        display: block;
        margin-top: -6%;
        z-index: 1;
        padding-right: 46px;
    }
}
/* CC custom image with text */



@media(min-width: 1400px){
    /* CC custom image with text */
    .custom-two-img-with-text .image-with-text__content--inner .h4{
        font-size: 45.8pt;
        line-height: 1;
    }
    .custom-two-img-with-text .image-with-text__content p{
        font-size: 26pt;
        margin-bottom: 36.6px;
    } 
    .custom-two-img-with-text .link_btn_part_area .button{
        font-size: 26pt;
    }
    .custom-two-img-with-text .description-size--small{
        margin-bottom: 36.6px;
        font-size: 26pt;
        line-height: 1;
     }
     .custom-two-img-with-text .image-with-text__image-media img{
         width: 100%;
        max-width: 1180px;
        aspect-ratio: 1180 / 848;
        object-fit: cover;
        height: auto;
    }
    /* Dual Image Vertical Horizontal Section */
        .dual-text h2{
        font-size: 45.8pt;
        margin-bottom: 50px;
        line-height: 1;
    }
    .dual-text-description >*{
        font-size: 26pt;
        line-height: 1.4;
    }
        .dual-text-image-wrapper img{
    width: 100%;
    max-width: 1005px;
    aspect-ratio: 1005 / 778;
    object-fit: cover;
    height: auto;
    }
 
    .dual-right-block img{
    width: 100%;
    max-width: 749.7px;
    aspect-ratio: 749.7 / 925.7;
    object-fit: cover;
    height: auto;
    }
       .dual-btn{
        font-size: 26pt;
    }
}
@media only screen and (min-width: 768px) {
    /* CC custom image with text */
    .custom-two-img-with-text .image-with-text__content.image-with-text__inner{
        width: 32%;
    }
    .custom-two-img-with-text .image-with-text__image.image-with-text__inner{
        width: 68%;
    }
    .custom-two-img-with-text .image-with-text__content{
        padding: 0 35px;
        align-self: flex-start;
        margin-top: 131px;

    } 
   
    .row.custom-two-img-with-text{
        padding: 121px 82.67px 46px;
    }
    .custom-two-img-with-text .image-with-text__content--inner .h4{
        margin-bottom: 50px;
        /* font-size: 45.8pt; */
    }
   

     /* Discover More section */
     .gallary_images_part .gallery__item-content .text_btn_area .button{
        max-width: fit-content;
        margin: 0;
        padding: 0;
     }
       .text_btn_area .button span {
        border-bottom: 1px solid #fff;
        font-size: 26pt;
    }
    .gallary_images_part .text_btn_area{
        align-items: center;
    }
}

@media (max-width: 767px){
    /* Dual Image Vertical Horizontal Promo Section */

    .dual-text-right{
        padding: 78px 10px 50px 20px;
    }
    .dual-text-right h2{
        font-size: 18px;
        line-height: 1.2;
    }
    .dual-text-description p{
        margin-bottom: 10px;
    }
    .dual-image-right{
        padding-right: 20px;
    }

    /* Custom image with text */
    .custom-two-img-with-text .image-with-text{
        display: none;
    }
    .image_mobile_wrapper, .custom_text_content_mobile{
        display: block;
    }
    .custom-two-img-with-text .columns .image-with-text__content__image{
        width: 50%;
        top: -81%;
        left: 14%;
        transform: rotate(-48deg);
    }
    .image_mobile_wrapper{
        position: relative;
        height: 650px;
    }
    .image_mobile_wrapper img{
        object-fit: cover;
        height: 100%;
    }
    }
    .custom_text_content_mobile{
        position: absolute;
        bottom: 136px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
    .custom_text_content_mobile >*{
        color: #fff;
    }
    .custom-two-img-with-text .link_btn_part_area .button{
        color: #fff;
        border: 1px solid #fff;
        padding: 20px;
    }
}