/** Shopify CDN: Minification failed

Line 41:0 Unexpected "}"

**/
.img-text .img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.img-wrap-link-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.img-text .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.img-text--contain .img-wrap img {
    object-fit: contain;
}

/* .img-text .text-col {
    padding: 60px 0;
    /* margin-left: 15%; */
} */

#MainContent:has(.product) .img-text--contain h2, 
.img-text h2 {
    margin-bottom: 32px;
    font-size: 75px;
    line-height: 1em;
    letter-spacing: normal;
    font-weight: 500;
    margin-top: 0;
}

.img-text--contain h2 {
    font-size: 54px;
    border-bottom: 3px solid #6DB797;
    padding-bottom: 38px;
    margin-bottom: 32px;
    max-width: fit-content;
    margin-top: 32px;
}

#MainContent:has(.product) .img-text--contain h2 {
    border-bottom: none;
    padding-bottom: 0;
}

#MainContent:has(.product) .img-text--contain .text-col__caption,
.img-text .text-col__caption {
    font-size: 40px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 18px;
    margin-top: 0;
    color:#6CB797;
}
.img-text--contain .text-col__caption{
    color: #12573F;
    font-weight: 400;
}

.img-text .text-col__subtitle {
    font-size: 40px;
    font-family: "EB Garamont";
    line-height: 5rem;
    margin-bottom: 7rem;
}

.img-text .text-col__subtitle strong {
    display: block;
    font-weight: 500;
}

.img-text .rte {
    margin-top: 32px;
    margin-bottom: 32px;
}

.img-text .container {
        max-width: 820px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
}

.img-text--contain {
    display: flex;
    flex-direction: column-reverse;
}
.img-text--contain .text-col {
    padding-bottom: 0;
}

.img-text--sign .img-text--addImg {
    width: 262px;
    margin: 0 auto;
}

.img-text.img-text--guarantee .img-text--addImg {
    width: 132px;
    z-index: 1;
    left: unset;
    right: 70px;
    top: 100vw;
    transform: translateY(-50%);
}

#MainContent:has(.product) .img-text .container {
        max-width: 890px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
}

.img-text .text-col ul {
    margin: 0;
    display: grid;
    gap: 2em;
    padding: 0;
    list-style: none;
}

.img-text .text-col ul li {
    position: relative;
}

.img-text .text-col ul li:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    background-image: url(/cdn/shop/files/check-dot.svg?v=1758811433);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    left: -50px;
    top: 4px;
}

#MainContent:has(.product) .img-text--contain h2, .img-text h2 {
        font-size: 45px;
        line-height: 1.2em;
    } 

@media (min-width: 720px) {
    .img-text {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .img-text .img-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        padding-top: 0;
        min-height: 680px;
    }

    .img-text--reverse .text-col {
        order: 1;
    }

    .img-text--reverse .img-col {
        order: 2;
    }

    .img-text .text-col {
        padding: 5rem 0 10rem;
        position: relative;
    }

    .img-text .container {
        max-width: 820px;
        margin-left: 0;
        padding-left: 100px;
        padding-right: 20px;
    }

    #MainContent:has(.product) .img-text .container {
        max-width: 890px;
        margin-left: 0;
        padding-left: 100px;
        padding-right: 20px;
    }

    .img-text--reverse .container {
        margin-right: 0;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 100px;
    }

    #MainContent:has(.product) .img-text--reverse .container {
        max-width: 890px;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 100px;
    }

    .img-text--sign .img-text--addImg {
        width: min(315px, 16.45768025vw);
        left: max(-225px, -11.7555vw);
        top: 56px;
    }

    .img-text.img-text--sign .text-col {
        /* padding-top: min(242px, 12.64367816vw); */
    }

    .img-text.img-text--guarantee .img-text--addImg {
        width: min(227px, 11.859979vw);
        right: max(-113.5px, -5.9299895vw);
        left: unset;
        top: 150px;
    }
}

@media (max-width: 1760px) {
 .img-text--reverse .container {
        padding-left: 3rem;
    }
}


@media (max-width: 1360px) {
    #MainContent:has(.product) .img-text--contain .text-col__caption, 
    .img-text .text-col__caption {
        font-size: 32px;
    }
    #MainContent:has(.product) .img-text--contain h2,
    .img-text h2 {
        font-size: 52px;
        line-height: 1.2em;
    } 
    .img-text--contain .text-col__caption {
        font-size: 22px;
        line-height: 1.2em;
    }
    .img-text--contain h2 {
        font-size: 42px;
        padding-bottom: 18px;
        margin-bottom: 64px;
    }
    .img-text .text-col__subtitle {
        font-size: 35px;
    }
    .img-text .text-col ul li:before {
        width: 20px;
        height: 20px;
        left: -32px;
        top: 2px;
    }

    .button, .button-label, .shopify-challenge__button, .customer button {
        font-size: 15px;
        letter-spacing: .446px;
        line-height: 1em;
        height: 32px;
        padding: 24px 30px 30px;
        text-transform: uppercase;
        min-height: 32px;
        margin-bottom: 4rem;
    }

}

@media (max-width: 1024px) {
    .img-text .text-col ul {
        margin-left: 32px;
    }
}

