/** Shopify CDN: Minification failed

Line 183:41 Unexpected "{"
Line 183:50 Expected ":"
Line 183:57 Unexpected "{"

**/

  .ss-index-text-image {
    --text-color: #FFFFFF;
    --button-border-color: #E1FF04;
    --button-text-color: #E1FF04;
    color: var(--text-color);
    background-size: cover;
    background-position: center;
}
 .ss-index-text-image .wrapper{
    width: 100%;
    max-width: 1650px;
}

.ss-index-text-image .promo-section__top-heading {
     font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #D9D3C3;
    display: block;
    margin: 0;
    text-align: left;
    margin-bottom: -30px;
        max-width: 50%;
}

.ss-index-text-image .promo-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.ss-index-text-image .promo-section__grid--image-left .promo-section__image-wrapper {
    order: -1;
}

.ss-index-text-image .promo-section__main-heading {
      margin: 0;
    font-family: Roboto Serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0;
    display: block;
    color: #D9D3C3;
}
.ss-index-text-image .promo-section__text.rte {
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.4;
        margin: 0;
    letter-spacing: 0;
    margin-top: 10px;
     color: #D9D3C3;
         max-width: 650px;
}

.ss-index-text-image .promo-section__text.rte p {
      margin: 0;
}
.ss-index-text-image .promo-section__text-wrapper{
    padding-top: 45px;
}

.ss-index-text-image .promo-section__button {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    padding: 9px 20px;
    margin-top: 25px;
    border: 2px solid var(--button-border-color);
    color: var(--button-text-color);
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: Roboto Mono;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0.1rem;
}

.ss-index-text-image .promo-section__button:hover {
    background-color: var(--button-border-color);
    color: #000000;
}

.ss-index-text-image .promo-section__button svg {
    width: 1.25rem;
    height: 1.25rem;
}

.ss-index-text-image .promo-section__image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
.ss-index-text-image .restyle-index-image-text .promo-section__main-heading{
    font-family: Roboto;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #D9D3C3;
}

.ss-index-text-image .restyle-index-image-text .promo-section__top-heading{
    font-family: Roboto Serif;
    font-weight: 600;
    font-style: normal;
    font-size: 54px;
    text-transform: none;
    line-height: 100%;
    letter-spacing: 0;
    color: #D9D3C3;
}

  /* --- Responsive for Mobile --- */

@media (max-width: 1600px) {

}

@media (max-width: 1400px) {
    .ss-index-text-image .promo-section__main-heading {
        font-size: 54px;
    }
    .ss-index-text-image .promo-section__button {
     font-size: 24px;
    }
    .ss-index-text-image .promo-section__text.rte {
        font-size: 19px;
    }
    .ss-index-text-image .restyle-index-image-text .promo-section__main-heading {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .ss-index-text-image .promo-section__grid {
        gap: 3rem;
    }
    .ss-index-text-image .promo-section__main-heading {
        font-size: 44px;
    }
    .ss-index-text-image .promo-section__text.rte {
     font-size: 18px;
    }
    .ss-index-text-image .promo-section__button {
        font-size: 18px;
    }
    .ss-index-text-image .restyle-index-image-text .promo-section__main-heading {
         font-size: 24px;
    }
    .ss-index-text-image .restyle-index-image-text .promo-section__top-heading {
         font-size: 52px;
    }

}
@media (max-width: 889px) {
    .ss-index-text-image .section-padding {
        --padding-top: calc(var(--PT) * .8);
        --padding-bottom: calc(var(--PT) * .8);
    }
    .ss-index-text-image .promo-section-{{ section.id }} {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .ss-index-text-image .promo-section__top-heading {
        margin-bottom: 190px;
                max-width: 100%;
    }
    .ss-index-text-image .promo-section__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ss-index-text-image .promo-section__image-wrapper {
        order: 1; 
    }
    .ss-index-text-image .promo-section__text-wrapper {
        order: 2; 
        padding-top: 0;
        padding-bottom: 60px;
    }

    .ss-index-text-image .promo-section__main-heading {
              font-size: 35px;
    }
     .ss-index-text-image .promo-section__text.rte {
        font-size: 16px;
    }
    .ss-index-text-image .restyle-index-image-text .promo-section__top-heading {
        font-size: 44px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 40px;
    }

}

@media (max-width: 749px) {

}
@media (max-width: 640px) {
    .ss-index-text-image .section-padding {
        --padding-top: calc(var(--PT) * .58);
        --padding-bottom: calc(var(--PT) * .58);
    }
    .ss-index-text-image .promo-section__button {
        font-size: 13px;
        padding: 5px;
        gap: 20px;
    }
    .ss-index-text-image .promo-section__button svg {
        width: 10px;
        height: 10px;
    }
    .ss-index-text-image .restyle-index-image-text .promo-section__top-heading {
        font-size: 40px;
    }
    .ss-index-text-image .restyle-index-image-text .promo-section__main-heading{
        font-size: 22px;
    }

}

@media (max-width: 480px) {
    .ss-index-text-image .restyle-index-image-text .promo-section__top-heading {
        font-size: 36px;
    }
    .ss-index-text-image .restyle-index-image-text .promo-section__main-heading{
        font-size: 20px;
    }

}
