/** Shopify CDN: Minification failed

Line 624:0 Unexpected "}"

**/
.text-image {
    margin: auto;
    max-width: 110rem;
    text-align: center;
    /* 1.5rem margin on left & right */
    width: calc(100% - 3rem);
}

.text-image.text-image--full-width {
    max-width: initial;
    width: 100%;
}

.text-image__blocks {
    margin: auto;
    /* 2.5rem margin on left & right */
    width: calc(100% - 5rem);
}

.text-image__blocks * {
    overflow-wrap: break-word;
}


.template-index .text-image.text-image--full-width .text-image__blocks {
    width: calc(100% - 15rem);
}

@media screen and (min-width: 750px) {
    .text-image {
        /* 5rem margin on left & right */
        width: calc(100% - 10rem);
    }
    .text-image__blocks {
        max-width: 50rem;
    }
    .banner {
        padding: 0 !important;
    }
  
  .rich-text__text ul li:first-child::before {
    display: none;
  }
  h1, .h1 {
        font-size: calc(var(--font-heading-h1-scale)* 6rem);
    }
}

@media screen and (min-width: 990px) {

    .text-image__blocks {
        max-width: 100%;
    }    
}

/* Blocks */
.text-image__blocks > * {
    margin-top: 0;
    margin-bottom: 0;
}

.text-image__blocks > * + * {
    margin-top: 1.6rem;
}

.text-image__blocks > * + a {
    margin-top: 2.4rem;
}

.text-image__text p {
    font-size: 1.4rem;
    margin: 0;
}

.customtext-image__blocks {
    background: #f2e3cc;
    padding: 3rem 4rem;
    color: #000;
}

.h2.customtitle--section.h2 {
    margin: 0px;
    color: #000;
}

.customtitle--section.h2 p {
    margin: 0;
}

.customtext-image__text p {
    font-weight: 500;
    padding: 0px 1px;
    font-size: 3.4rem;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.text-content {
    flex: 1;
    max-width: 50%;
    padding: 0rem 2rem 2rem 2rem!important;
}

.image-content {
    flex: 1.5;
    max-width: 50%;
    text-align: right; 
}

.text-image__image img {
    width: 100%; 
    height: auto; 
    flex-shrink: 0;
    display: block;
}

.text-image__subheading {
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 400;
}

.text-image.text-image--full-width, .rich-text.rich-text--full-width {
    background-color: #141313 !important;
}

.text-image__blocks.content-wrapper {
    background-color: #fff;
}

.rich-text__blocks * {
    color: #fff;
}

h2.title--section.h1 {
    font-weight: 500;
}

.rich-text__blocks h2.title--section.h2 {
    font-size: 8rem;
}

.rich-text__subheading.subtitle {
    text-transform: none;
}



.rich-text__blocks > * + * {
    margin-top: 0rem !important;
}

.text-image__blocks.content-wrapper {
    border-radius: 15px;
}

.image-banner__heading p {
    font-size: 5rem;
}

    h2, .h2 {
        font-size: calc(var(--font-heading-h2-scale) * 2rem);
    }

h2.h1.featured-products__heading.featured-products__heading--main {
    text-align: center;
    color: #fff;
}


p.image-banner__text {
    font-size: 64px;
}

.image-banner__column--column {
    max-width: none !important;
}


.text-image__blocks > * + * {
    margin-top: 0% !important;
}



.image-banner__wrapper {
    width: 100% !important;
}

@media screen and (max-width: 990px) {

    
    .content-wrapper{
        display: block !important;
    }

    .text-image--full-width .text-image__blocks {
        width: calc(100% - 20rem) ;
    }

    .rich-text__text p {
        line-height: 1.5;
    }

    .text-content {
        max-width: 100% !important;
        padding: 2rem !important;
    }

    .image-content {
        max-width: 100% !important;
    }

    h2.title--section.h1 {
        font-size: 40px !important;
    }


    .text-image__blocks {
        max-width: 100% !important;
    }

    .text-image__image_logo{
        text-align:center;
    }

    .rich-text__blocks {
        max-width: 100% !important;
    }

    p.image-banner__text {
        font-size: 35px;
    }

    a.button.image-banner__button.button--arrow.button--primary {
        font-size: 2.4rem !important;
    }

    .button--arrow, .customer .button--arrow {
        position: relative;
    }

    .image-banner__heading p {
        font-size: 30px !important;
    }

    .rich-text.rich-text--full-width{
        padding: 3rem;
    }

    .rich-text--full-width .rich-text__blocks {
      width: calc(100% - 3rem) !important;
    }

    .image-banner__subheading.subtitle{
        font-size: 4rem !important ;
    }


    .rich-text__text p {
        font-size: 18px !important;
    }
    

    .rich-text__blocks h2.title--section.h2{
        font-size: 4rem !important;
    }

    .metafield-rich_text_field ul > li {
        font-size: 1rem !important;    }
    
    .rich-text__blocks > * + * {
        margin-top: 0rem !important;
    }

    .text-image__text p{
        font-size: 1.2rem !important;
    }

    .text-image__text ul {
        padding-left: 12px !important;
    }

    .image-content .text-image__image{
        border-radius: 15px 15px 0px 0px !important;
        height: 35rem !important;
    }

    .image-content .text-image__image {
        height: 36rem !important;
    }

}

.content-for-layout {
    background-color: #141313 !important;
}

a.button.image-banner__button.button--arrow.button--primary {
    font-size: 2rem;
}

.button--arrow, .customer .button--arrow {
    position: relative;
    padding: 2rem 4rem;
}


@media screen and (min-width: 375px) {
    .image-banner .banner>.banner__media {
        height: 100% !important;
    }
}

.banner__overlay {
    background: linear-gradient(180deg, rgba(20, 19, 19, 0.48) 0%, rgba(35, 31, 32, 0.75) 38%, rgba(35, 31, 32, 0.90) 70%, #141313 100%) !important;
}


@media (max-width: 768px) { 
    .text-image__image img {
        max-width: 100%;
        height: auto;
    }
    .text-content{
        padding: 2rem !important;
    }
    .image-banner__subheading.subtitle{
        font-size: 3rem !important;
    }
    .rich-text__blocks h2.title--section.h2{
        font-size: 3rem !important;
    }

    .text-image--full-width .text-image__blocks {
        width: calc(100% - 2rem) !important;
    }

    .image-banner__heading p {
        font-size: 22px !important;
    }

    .button--arrow, .customer .button--arrow {
        position: relative;
        padding: 0rem 2rem !important;
    }

    .static-page .featured-products__wrapper{
        grid-template-columns: repeat(2, 1fr) !important;
    }

    h2.title--section.h1{
        font-size: 24px !important;
    }

    a.button.image-banner__button.button--arrow.button--primary{
        font-size:1rem !important;
    }

    .rich-text__text p {
        font-size: 14px !important;
    }

    .rich-text__text ul li a {
        font-size: 16px !important;
    }

}



@media only screen and (min-width: 1600px) {
    h1, .h1  {
        font-size: calc(var(--font-heading-h1-scale)* 64px) !important;
    }
}



[data-scheme="dark"] .text-content ,[data-scheme="dark"] .text-content .metafield-rich_text_field ,[data-scheme="dark"] .text-image__subheading , [data-scheme="dark"] .text-content .title--section.h2,
[data-scheme="dark"] .text-content .text-image__subheading.subtitles,[data-scheme="dark"] .container.static-page h2
{
    color: #000 !important;
}

.subtitles{
    margin-bottom: 2rem !important;
}

.subtitle{
    margin-bottom: 2.8rem !important; 
}

.breadcrumb.breadcrumb--padding{
    display: none;
}

.rich-text__text a{
    text-decoration-color:#fff;
}

.image-banner .banner>.banner__media{
    height: 100% !important;
}

.rich-text__text ul li a{
    font-size: 22px ;
}



@media screen and (max-width: 1360px) {



    .image-banner__information{
        margin-bottom: 2rem;
    }

    .image-content {
        max-width: 100% !important;
    }

    h2.title--section.h1 {
        font-size: 52px ;
    }

    .text-image__blocks {
        max-width: 100% !important;
    }

    .rich-text__blocks {
        max-width: 100% !important;
    }

    p.image-banner__text {
        font-size: 35px;
    }


    .button--arrow, .customer .button--arrow {
        position: relative;
    }

    .image-banner__heading p {
        font-size: 42px ;
    }

    .rich-text.rich-text--full-width{
        padding: 3rem;
    }

    .rich-text--full-width .rich-text__blocks {
      width: calc(100% - 3rem) !important;
    }

    .image-banner__subheading.subtitle{
        font-size: 6rem ;
    }

    .rich-text__text p {
        font-size: 24px ;
        text-align:unset;
    }

    /* .image-banner__wrapper{
        margin-bottom: 30px;
    } */

    .rich-text__blocks h2.title--section.h2{
        font-size: 6rem;
    }

    .static-page .featured-products__wrapper {
        grid-template-columns: repeat(3, 1fr)!important;
    }
    
    .image-content .text-image__image {
    height: 46rem !important;
    }

    .banner__media.media img{
        object-fit: fill !important;
    }

    #MainContent section:nth-of-type(6) .metafield-rich_text_field p{
        text-align: left !important;
    }
}




.spaced-section .sku-name.discount-grid-sku{
    margin-bottom: 0px !important;
}

.metafield-rich_text_field ul > li {
    line-height: 30px;
}

.text-image__text .metafield-rich_text_field ul > li::before{
    color: #6bbd4b;
    content: "\00a0\2713\00a0\00a0";
    font-weight: 700;
}

.text-image__text ul{
    padding-left: 0px;
    list-style: none;
}

.text-image--full-width .text-image__blocks {
    width: calc(100% - 10rem) ;
}

@media screen and (max-width: 576px) {
    .static-page .featured-products__wrapper {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .image-content .text-image__image {
        height: 20rem !important;
    }

  .rich-text__text ul li:first-child::before {
        display: block;
    }

}

.static-page .featured-products__wrapper {
    grid-template-columns: repeat(6, 1fr);
}

.image-banner__subheading{
    text-transform: none;
}


.rich-text__text .metafield-rich_text_field strong {
    text-decoration: underline;
}

.rich-text__text ul li a{
    text-align: center;
    color: #6bbc4b;
    list-style-type: circle;
    display: flex;
    font-weight: 700;
    font-size: 22px ;
    text-decoration-color : #6bbc4b; 
}

.rich-text__text ul li{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px
}

.rich-text__text ul{
    display: flex;
    list-style: none;
    padding: 0;
    gap: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.rich-text__text ul li::before{
    content: "•"; 
    color: #6bbc4b; 
    font-weight: bold;
    font-size: 1.2em;
}

.rich-text__text .metafield-rich_text_field{
    padding-top: 4rem;
}

.image-banner__subheading.subtitle{
    font-size: 8rem;
}

.shopify-section.spaced-section{
    background-color: #0000;
}
.featured-products{
    background-color: #0000;
}

.image-content .text-image__image{
    background-size: cover;
    width: 100%;
    height: 40rem;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 15px 15px 0px;
}

@media screen and (min-width: 1200px) {
    .featured-products__wrapper {
        grid-template-columns: repeat(6, 1fr) !important;
    }
   .add-to-cart{
        margin-bottom: 1rem;
    }
}
}

.text-content , .image-content{
    max-width: 100% !important;
}

.banner {
    max-height: 650px;
}

.banner__media.media img{
    object-fit: cover ;
}

#MainContent section:nth-of-type(5) .image-content .text-image__image{
    background-size: unset;
    height: 42rem;
}

.rich-text__text p{  
    font-size: 2.2rem;
}

@media screen and (max-width: 1600px) {
    #MainContent section:nth-of-type(5) .image-content .text-image__image{
        background-size: cover;
        height: 42rem;
    }
}

@media screen and (min-width: 750px) and (max-width: 990px) {
    #MainContent section:nth-of-type(5) .image-content .text-image__image{
        background-size: contain;
    }
}

@media screen and (min-width: 1400px) {
#MainContent section:nth-of-type(5) .image-content{
    margin: 15px 0 15px 0;
    }
}

 [data-scheme="dark"] #MainContent section:nth-of-type(7) .container ,[data-scheme="dark"] h2.h1.featured-products__heading.featured-products__heading--main, [data-scheme="dark"] .card-wrapper, 
    [data-scheme="dark"] .full-unstyled-link,[data-scheme="dark"] #MainContent section:nth-of-type(7) .brand-name ,[data-scheme="dark"] .sku-name.discount-grid-sku,[data-scheme="dark"] .count-box,
 [data-scheme="dark"] s.price-item.price-item--regular{
        background-color: #fff !important;
        color: #000  !important;
   text-decoration-color: #000;
    }

    #MainContent section:nth-of-type(7) .light-max-logo{
        display: block !important;
    }

    #MainContent section:nth-of-type(7) .dark-max-logo{
        display: none !important;
    }

@media screen and (max-width: 749px) {
    #MainContent section:nth-of-type(5) .image-content .text-image__image {
        background-size: contain;
    }
}

.featured-products__heading--main{
  padding-top: 4rem;
}


#MainContent section:nth-of-type(7) .featured-products{
  padding-bottom: 0px !important;
}

#MainContent section:nth-of-type(7) ul{
      padding-bottom: 5rem;
}

