/** Shopify CDN: Minification failed

Line 152:21 Expected identifier but found whitespace
Line 152:23 Unexpected "{"
Line 152:32 Expected ":"
Line 1327:2 Unexpected "{"
Line 1327:3 Expected identifier but found "%"
Line 1331:4 Unexpected "{"
Line 1331:5 Expected identifier but found "%"
Line 1519:15 Expected identifier but found whitespace
Line 1519:17 Unexpected "{"
Line 1519:26 Expected ":"
... and 4 more hidden warnings

**/

/* Nature banner css start*/

  .nature-banner-container {
    display: flex;
    align-items: flex-start;
    padding-right: 50px;
  }
  .nature_banner .nature-banner-wrapper {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
    padding-right: 10%;
    padding-left: 15%;
    padding-top: 10%;
    padding-bottom: 10%;
    border-radius: 2px 70px 2px 2px;
    position: relative;
    max-width: 1200px;
    width: 100%;
  } 
  .nature_banner .nature-banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    border-radius: 2px 70px 2px 2px;
  }
  .nature_banner .nature-banner-content {
    max-width: 542px;
    position: relative;
  }
  .nature_banner .nature-banner-title {
    font-size: 52px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px;
    max-width: 290px;
    display:block;
  }
  .nature_banner .nature-banner-text,
  .nature_banner .nature-banner-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }
  .nature_banner .primary_btn {
    margin-top: 30px;
    display: block;
    width: fit-content;
  }
  .nature_banner .second_image {
    max-width: 630px;
    width: 100%;
    margin-top: 100px;
    margin-left: -50px;
    border-radius: 2px 70px;
    overflow: hidden;
  }
  .nature_banner .second_image video {
    max-height: 760px;
  }
  .nature_banner img,
  .nature_banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media screen and (max-width: 1199px) {
    .nature_banner .second_image video {
      max-height: 560px;
    }
    .nature-banner-container {
      padding-right: 50px;
    }
 
    .nature_banner .nature-banner-wrapper {
      padding-right: 5%;
      padding-left: 10%;
      padding-top: 10%;
      padding-bottom: 10%;
    }
  
    .nature_banner .primary_btn {
      font-size: 20.45px;
    }
  }
  @media screen and (max-width: 1023px) {
    .nature_banner .second_image video {
      max-height: 420px;
    }
    .nature_banner .nature-banner-container {
      padding-right: 30px;
      flex-direction: column;
      row-gap: 10px;
    }
    .nature_banner .second_image {
      max-width: 100%;
      margin-top: 0;
      margin-left: 0;
    }
    .nature_banner .nature-banner-title {
      font-size: 40px;
      max-width: 290px;
    }
  }
  @media screen and (max-width: 767px) {
      .nature_banner .nature-banner-container {
        padding-right: 0px;
      }
      .nature_banner .nature-banner-wrapper,
      .nature_banner .nature-banner-wrapper::before {
      border-radius:0;
      }
      .nature_banner .primary_btn {
     padding: 10px 20px;
}
    .nature_banner .second_image {
   display:none;
    }
    }

/* Nature banner css end*/


/* Scrolling section css start*/

    .stacked-section{
      position: relative;
     padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: {{ section.settings.background_color }};
  }
     #stacked-section-template--17307801780303__scrolling_stack_effect_GrmEQz{
            position: relative;
     padding-left: 100px !important;
    padding-right: 100px !important;      
    }
 .inner-section {
    position: sticky;
    top: 0;
    height:100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .inner-section:nth-child(even) {
    justify-content: flex-start;
  }
  .inner-section .col {
    width: 60%;
    box-sizing: border-box;
    height: 100%;
  }
  .inner-section .text-col {
    display: flex;
    padding: 40px;
    box-sizing: border-box;
    height: fit-content;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 6%;
    padding: 5% 4% 5% 6%;
    border-radius: 50px;
    background: #eff3f2;

  }
  .inner-section:nth-child(even) .text-col {
   padding: 5% 6% 5% 4%;
}
  .inner-section .img-col {
    display: flex;
    align-items: flex-start;
    padding-top: 100px;
    justify-content: flex-end;
    width: 42%;
    position: absolute;
    left: 0;
    top: 130px;
  }
    .inner-section:nth-child(even) .img-col {
    justify-content: flex-start;
    left: unset;
    top: 130px;
    right: 0;
}

  .inner-section .img-col img,
    .inner-section .img-col video {
    width: 100%;
    height: 50%;
    display: block;
    object-fit: cover;
    border-radius: 0px 70px;
    margin-right: 0px;
    position: relative;
  }
  .inner-section:nth-child(even) .img-col img,
  .inner-section:nth-child(even) .img-col video {
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
}
  .inner-section .heading{
  padding:0!important;
  }

    .inner-section .heading > :first-child::first-letter {

     text-transform:uppercase;
    }
  .stacked-section .inner-section .primary_btn{
     margin-top: 30px;
    display: inline-block;
    margin-top: 30px;
    display: inline-block;
    color: #993155 !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    padding: 0 !important;
    border: 0 !important;
    background: transparent;
}
.stacked-section .inner-section .primary_btn {
  display: inline-block;
}

.stacked-section .inner-section .primary_btn span{
  margin-left:5px;
}

  .inner-section svg {
    margin-bottom: 20px;
  }
   .arrow_btn{
position:relative;
}
.stacked-section .inner-section .primary_btn {
    height: auto;
}
.arrow_btn:after {
    content: '\2192';
    position: absolute;
    width: 20px;
    right: -30px;
    color: #993155;
    top: 50%;
    transform: translate(0px, -50%);
}
    @media (max-width: 1240px) {
.stacked-section .text-col{
    overflow: scroll;
    display:block;

  }
}
  @media (max-width: 1023px) {
    .stacked-section {
      padding: 30px!important;
    position: static;
    height: auto!important;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    }
.stacked-section .text-col{
    overflow: scroll;
    display:block;

  }
     .inner-section {
    position: static;
    height: auto!important;
    flex-direction: column;
    padding-top:0!important;
  }
  

    .inner-section .col {
      width: 100%!important;
      height: auto;
    }
     .inner-section .img-col {
    position:relative!important;
    top:20px;
    z-index:5;
    padding-top:0px;
    height: 70vh !important;
     }
     .inner-section .heading{
    padding-top: 60px !important;
    }
    .inner-section .img-col img, .inner-section .img-col video {
          height: 100%;
    }
    .inner-section:nth-child(even) .img-col {
    top: 20px;
}
  .inner-section .text-col {
    border-radius: 0 0 0 50px;
            position: relative;
        top: -40px;
  }
}
  @media (max-width: 767px) {
      .inner-section .text-col {
    display: flex;
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
 
   .inner-section .heading > :first-child {
    font-family: 'Archivo', sans-serif !important;
    font-size: 36px;
  }
    .inner-section .img-col {
    height: 50vh !important;
     }
    .stacked-section {
        padding: 20px !important;
    }
  }

@media (max-width: 540px) {
  .inner-section .heading > :first-child {
     font-size: 26px;
        line-height: 32px;
        margin-bottom: 18px;
  }
  .inner-section p {
    font-size: 18px;
    line-height: 26px;
  }
  .inner-section .text-col {
    padding: 30px!important;
  }
  .inner-section .col:first-child {
    height: 35%;
  }
  .inner-section .col:last-child {
    height: 65%;
  }
}

/* Scrolling section css end*/


/* Before After Reviews css start*/

  .section-header {
    max-width: unset;
  }

  .text1{
        font-size: 40px;
   }

  .highlight-real-transformation {
    color: #993155;
  }
  .before-after {
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 2px 80px;
    position: relative; /* Support positioning for cursor and content */
  }
  .before-after__before-image,
  .before-after__after-image {
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .before-after__before-image picture,
  .before-after__after-image picture{
    width: 100%;
    height:100%;
}
  
  .before-after__before-image img,
  .before-after__after-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .before-after__after-image .before-after__content-wrapper{
        position: absolute;
    top: 30px;
    right: 40px;
    text-align: right;
    color:#fff;
  }
    .before-after__before-image .before-after__content-wrapper {

    position: absolute;
    bottom: 30px;
    left: 40px;
    text-align: right;
    color:#fff;
    }

   .before-after__after-image .before-after__content-wrapper p{
    border-radius: 0px 13px;
   }
  .before-after__before-image .before-after__content-wrapper p{
    border-radius: 0 13px 0px 13px;
  }
  .before-after__after-image .before-after__content-wrapper p,
  .before-after__before-image .before-after__content-wrapper p{
    width: fit-content;
    font-size: 24px;
    font-weight: 700;
  }
  .before-after__cursor {
    z-index: 20;
    cursor: ew-resize;
  }
  .ctr-title {
    line-height: normal;
  }

  span.rotating-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 32px;
    font-weight: bold;
  }
  .before-after-swiper {
    padding-bottom: 30px;
  }
  .before-after-swiper .swiper-custom-navigation button {
    color: white;
    cursor: pointer;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px 0;
    background: #fff;
    padding: 15px;
    width: 48px;
    height: 48px;
    opacity:1!important;
    transition: .5s ease-in-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none !important;
    content: none !important;
  }
  .swiper-custom-navigation {
    position: absolute;
    bottom: unset !important;
    top: 230px !important;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    gap: 40px;
    z-index: 10;
    justify-content: space-between;
  }
  .custom-swiper-button {
    cursor: pointer;
  }
  .gap-2 {
    gap: .5rem;
  }
  .sm\:h5 {
    background-color: #d8e561;
    padding: 4px 10px;
    border-radius: 0px 13px;
    color: black;
  }
      .rotating_text {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; /* Keep text and buttons in a row */
       margin-bottom: 40px;
       font-size: 40px;
       font-weight: 400;
        color: #203337;
    }
    .button-container {
      position: relative;
      display: inline-flex;
      flex-direction: column; /* Stack buttons vertically */
      min-width: 150px; /* Ensure enough width for longer text */
      height: 69px; /* Match h1 height for alignment */
      margin-left: 0.3em; /* Consistent spacing after "Real" */
    }
    .rotating_text button {
     background-color: #d8e561;
    border-radius: 20px 2px;
    justify-content: center;
    align-items: center;
      border: none; /* Remove border */
      opacity: 0;
      position: absolute;
      top: 0; /* Align buttons at the top of container */
      transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
      transform: translateY(0);
      font-size: inherit; /* Inherit font size from h1 */
      font-family: inherit; /* Inherit font family from h1 */
      color: inherit; /* Inherit color from h1 */
      line-height: inherit; /* Match h1 line height */
      text-align: left; /* Align text like h1 */
      cursor: default; /* Remove button cursor */
      padding: 2px 10px;

    }
    .rotating_text button.active {
      opacity: 1;
      transform: translateY(0);
    }
    .rotating_text button:not(.active) {
      transform: translateY(1em); /* Slight slide for inactive buttons */
    }


  .testimonial{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    flex-wrap: wrap;
    padding-bottom: 70px;
    column-gap: 50px;
    max-width: 940px;
    margin: 0px auto;
    margin-top:40px;
  }
  .testimonial .testimonial-text {
    flex: 1;
    text-align: left;
    padding: 0px 0px 0px 0;
    max-width: 685px;
  }
  .testimonial .testimonial-text .quote {
    display: flex;
    justify-content: center;
    align-items: self-start;
    margin-bottom: 15px;
    column-gap:15px;
  }
    .testimonial .testimonial-text .quote img{
      width: 70px!important;
    height: auto!important;
    object-fit: cover;
    padding-top: 10px;
    }
  
    .testimonial .testimonial-text .quote{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    width: calc(100%);
  }
  .testimonial .testimonial-text .author {
    font-size: 24px;
    margin-left: 58px!important;
    display: block;
  }
  .testimonial .product-info {
    flex: 1;
    text-align: left;
    max-width: 428px;
  }
  .testimonial .product-info-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .testimonial .product-image{
    flex: 0 0 auto;
    max-width: 120px;
  }
  .testimonial .product-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
  }
  .testimonial .product-text {
    flex: 1;
    max-width: 350px;
  }

  .testimonial .product-info .sub_title {
    font-size: 14px;
    color: #1D231B;
    display: inline-block;
    font-weight: 400;
    padding-right:10px;
    text-align:left!important;
  }

  .testimonial .product-info .product_price,
  .testimonial .product-info .product-name span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #1D231B;
    text-align:left;

  }
   .testimonial .product-info .product-name {
       margin: 8px 0;
       flex-wrap:wrap;
   }
 
  .testimonial .stars {
    color:#FF6C2D;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
        margin-bottom: 10px;
  }
  .testimonial .stars svg {
    width: 24px;
    height: 24px;
    fill: #FF6C2D;
  }
  .testimonial .stars .reviews {
    font-size: 20px;
    color: #1D231B;
  }
  .before-after-swiper .swiper-pagination {
    bottom: 0 !important;
    text-align: center;
  }
  .before-after-swiper .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #cfd8dc;
    opacity: 1;
    margin: 0 5px !important;
    border-radius: 50%;
    border: 1px solid black;
  }
  .before-after-swiper .swiper-pagination-bullet-active {
    background: #c4d600;
  }
  .product_button11 {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap:wrap;
    gap: 15px;
    width: 100%;
  }
  .product_quantity11 {
    padding: 10px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    height:50px;
    align-items: center;
}
  .product_quantity11 button{
    width:40px;
    font-size: 22px;
  }
  .product_quantity11 .qty-decrease{
    padding-top: 1px;
  }
   .product_quantity11 .qty-increase{
     padding-bottom: 1px;
  }
  .product_quantity11 span{
    display: flex;
    justify-content: center;
    font-weight: 400; 
    font-size: 22px;
    width:50px;
  }
  .atcbutton11 {
    text-align: center;
  }
  .quote span{
      font-size: 110px;
    line-height: 1;
}
.subscription-box Select{
     height: 50px;
        padding: 0 20px 0 10px !important;
        background-position: right 10px center;
        appearance: none !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding: 0 36px 0 12px !important;
    height: 50px;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    background-image: url(/cdn/shop/files/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px 6px;
}
  .before-after-swiper .subscription-box Select{
width:300px;
}
.before-after-swiper .subscription-box {
    order: 1;
}
.subscription-box .rc_popup_label_wrapper{
    display: flex;
   align-items: center;
}

.testimonial .product-info .testimonial-text{
display:none;
}
.product-name price-list{
display:none;
} 
.product_buy_btn {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
@media screen and (max-width: 1199px) {
    .content_wrapper h3 {
      font-size: 40px;
    }
  }

  @media screen and (max-width: 1023px) {

  
    .before-after__after-image .before-after__content-wrapper {
      top: 30px;
      right: 5px;
    }
    .content_wrapper span,
    .content_wrapper span p {
      font-size: 16px;
    }
    .content_wrapper .content_col.content_col1 {
      padding: 60px 30px 50px 0;
    }
    .content_wrapper .content_col.content_col2 {
      padding: 30px 40px;
    }
      .testimonial {
    padding-bottom: 65px;
    column-gap: 30px;
}
    .content_wrapper .content_col.content_col1,
    .content_wrapper .content_col.content_col2 {
      padding: 20px 24px;
      border-radius: 30px 2px;
      border: 1px solid #D8E561;
    }
    .content_wrapper span h5 {
      margin-bottom: 14px;
    }
    .content_wrapper span a {
      margin-top: 14px;
    }
    .testimonial{
    padding-bottom: 100px;
    column-gap: 30px;
}
    .testimonial .testimonial-text .quote {
    column-gap: 10px;
}
    .testimonial .testimonial-text .quote img {
    width: 50px !important;
    }
    .testimonial .testimonial-text .quote p {
    width: calc(100% - 60px);
}
  .testimonial .testimonial-text .author {
    font-size: 22px;
    margin-left: 60px !important;
  }
    .testimonial .product-info {
    max-width: 350px;
}
    .testimonial .product-info-content {
    gap: 20px;
    }
    .testimonial .product-image {
    max-width: 100px;
}
    .testimonial .product-info .pro {
    margin: 5px 0;
    font-size: 20px;
    line-height: 1.2;
  }
    .product_button11 {
    gap: 10px;
    }
    .product_quantity11 {
    padding: 10px 5px;
}
    .product_quantity11 button {
    width: 30px;
    font-size: 18px;
}
    .product_quantity11 span {
    font-size: 18px;
    width: 40px;
}
    .atcbutton11 {

    font-size: 20px;
}

  }

  @media screen and (max-width: 767px) {
     .product_quantity11 {
    height:45px;
}
      .before-after__before-image,
    .before-after__after-image {
      height: 350px;
    }
    .before-after-swiper .swiper-custom-navigation {
        top: 533px !important;
    }
    .before-after-swiper .swiper-custom-navigation{
    width: 115px;
 }
 .before-after-swiper .swiper-custom-navigation button {
    width: 40px!important;
    height: 40px!important;
 }
      .testimonial{
    margin-top:30px;
  }


    .before-after__after-image .before-after__content-wrapper {
      top: 25px;
      right: 5px;
    }
    .sm:before {
      position: relative !important;
      top: -25px;
    }

    .rotating_text{
          font-size: 22px;
    }
      .before-after__after-image .before-after__content-wrapper p,
  .before-after__before-image .before-after__content-wrapper p{
    font-size: 24px;
    width: 100px;
  }
    .before-after__content-wrapper {
    position: absolute;
    left: 30px !important;
    bottom: 20px !important;
}
        .before-after__after-image .before-after__content-wrapper {
        top: 20px;
        right: 30px !important;
    }

    .before-after-swiper {
      position:relative;
    }

        .content_wrapper h3 {
      margin: 0 0 40px;
      font-size: 28px;
    }
    .content_wrapper .content_block_wrapper {
      flex-direction: column;
      gap: 10px;
    }
    .content_wrapper .content_col {
      width: 100%;
    }
      .testimonial {
    padding-bottom: 30px;
      }
      .testimonial {
      flex-direction: column;
      text-align: center;
      align-items: center;
    }
    .testimonial .testimonial-text,
    .testimonial .product-info {
      max-width: 100%;
      text-align: center;
    }
    .testimonial .product-info-content {
      flex-direction: column;
      align-items: center;
    }
    .testimonial .product-image {
      max-width: 100%;
      width: 100%;
      margin-bottom: 20px;
    }
    .testimonial .product-text {
      max-width: 100%;
      text-align: center;
    }
    .testimonial .product-info{
      padding: 30px 0px;
      width: 100%;
    }
    .testimonial .product-image img {
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    min-width:120px;
}
.button-container {
    height: 40px;
  }
  .quote span {
    font-size: 60px;
    line-height: 1;
}
    .testimonial .testimonial-text .author {
        margin-left: 0px !important;
    }
      .before-after-swiper .subscription-box{
            margin: 0 auto;
            width: 100%;
}
    .before-after-swiper .subscription-box Select{
        width: 255px;
    }
.product_button11 {
    width: 245px;
}
.testimonial .stars {
    justify-content: center;
}
.text1 {
    font-size:32px;
    line-height:40px;
}
.testimonial .testimonial-text {
    margin-bottom: 60px;
}
.product-text price-list{
 display:none;
}
.product-name price-list{
  display:flex;
}
.testimonial .product-info .product-name {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}
.product-card1 .product-card__figure_info{

  flex-direction: column;
}
.product-card1 .product-card__info .rating-badge {
  justify-content: center!important;
}
.product-card1 product-form form {
    justify-content: center;
}
.product-card1 .quantity-selector {
    width: 120px!important;
}
.product-card1 .product-card__media{
height:auto;
}
 .testimonial .product-info .product-name span {
    text-align: center;
 }
  .before-after-swiper .subscription-box .rc_popup{
     transform: translate(-50%, 0px);
    left: calc(50% - 55px);
}

}
  @media screen and (max-width: 480px) {
  
            .atcbutton11 {
        padding: 10px 0;
        font-size: 18px;
    }
          .before-after__before-image,
    .before-after__after-image {
      height: 300px;
    }
        .before-after-swiper .swiper-custom-navigation {
        top: 480px !important;
    }
        .testimonial .testimonial-text .author {
        font-size: 18px;

        }
        .testimonial .testimonial-text .quote {
    font-size: 20px;
        }
      }

 .product-card1 .product-card__figure_info{
  display: flex;
  gap: 15px;
}
.product-card1 product-form form .v-stack{
  width: unset;
  max-width: fit-content;
  }
.product-card1 .primary_btn {
    width: auto !important;
}
.product-card1 .product-card__info{
gap:0px;
text-align:left;
}

.product-card1 .quantity-selector{
width:150px;
}
.product-card1 {
    border: unset;
    border-radius: 0;
    background-color: unset;
    padding: 0;
}
.product-card1 product-form form{
    flex-wrap: wrap;
}

/* Before After Reviews css end*/

/* Natural Comparisin css start*/
.natural_comparison {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.natural_comparison .container {
  max-width: 100%;
  margin: 0;
  padding-left: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  padding-right: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}
.natural_comparison .blocks_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
    flex-wrap: wrap;
    row-gap: 60px;
}
.natural_comparison .block_col {
  width: 54%;
  position: relative;
  cursor: default;
}
.natural_comparison .block_col.block_2 {
  margin-top: 80px;
  margin-left: -8%;
}
.natural_comparison .block_image {
  width: 100%;
  height: 100%;
}
.natural_comparison img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.natural_comparison .block_1 img {
  border-radius: 2px 70px;
}
.natural_comparison .block_2 img {
  border-radius: 70px 2px;
}
.natural_comparison .natural_comparisonh21,
.natural_comparison .natural_comparisonh22{
  padding: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  position: absolute;
  bottom:30px;
}
.natural_comparison .block_1 span {
  justify-content: flex-start;
}
  .natural_comparison h2.span{
      font-weight: 400;
  line-height: normal;
  margin: 50px 0 70px;
  text-align: center;
    margin-bottom: 0px;
    width:100%;
  }
.natural_comparison h2.span span{
  font-size: 40px;
line-height: normal;
}
.natural_comparison .content_block_wrapper {
  display: flex;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
  align-items: center;

}
.natural_comparison .content_col {
  width: 552px;
}
.natural_comparison .content_col.content_col1 {
  padding: 70px 70px 50px 0;
  border-bottom: 1px solid #D8E561;
}
.natural_comparison .content_col.content_col2 {
  border: 1px solid #D8E561;
  padding: 50px 65px;
  border-radius: 50px 2px;
  width: 552px;
}
.natural_comparison .content_col1 span,
.natural_comparison span p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 460px;
}
.natural_comparison .content_col2_heading {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 700;
  display: block;
      max-width: 460px;
    width: 100%;
}


.natural_comparison span a {
  margin-top: 20px;
  display: block;
}
.natural_comparison .footer_image_wrapper {
  width: 92%;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  z-index: 2;
}
.natural_comparison .footer_image {
  width: 100%;
  height: 500px;
  border-top-right-radius: 35px;
}
.natural_comparison .footer_card {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
    width: 319px;
    height: 190px;
  background-color: #ffffff;
  border-top-right-radius: 24px;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}
.natural_comparison .footer_card p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
.blocks_wrapper {
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: auto;
}
.block_col {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
.block_image {
  will-change: transform;
  transition: filter 0.3s ease;
  transition: transform 0.2s ease-out;
}
.block_image img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.block_col:hover .block_image img {
  filter: brightness(1.2);
}
    .article-banner-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }

    .article-banner-label {
      font-size: 12px;
    }

    .article-banner-time {
      font-size: 14px;
    }

    .article-banner-title {
      font-size: 24px;
      font-weight: bold;
      margin: 0;
    }

    .article-banner-desc {
      font-size: 16px;
      margin-top: 10px;
    }
   .custom11-text-contentlink {
      text-decoration: none;
    }


  .block_1 .custom11-text-contentlink1{
    position: absolute !important;
    bottom: 50px !important;
    left: 40px !important;
  }

 .block_2  .custom11-text-contentlink21{
        position: absolute !important;
    bottom:50px !important;
    right: 40px !important;
  }

@media screen and (max-width: 1199px) {
  .natural_comparison .block_col.block_2 {
    margin-top: 40px;
  }
  .natural_comparison .natural_comparisonh21,
  .natural_comparison .natural_comparisonh22 {
    font-size: 40px;
  }
  .natural_comparison .content_col {
  width: 50%!important;
}
} 
@media screen and (max-width: 1023px) {
  .natural_comparison .block_col.block_2 {
    margin-top: 0;
    margin-left: 0;
  }
  .natural_comparison .block_col {
    width: 100%;
    height:500px;
  }
  .natural_comparison .blocks_wrapper {
    flex-direction: column;
    row-gap: 50px;
  }
  .natural_comparison .block_1 img {
    border-radius: 2px 40px;
  }
  .natural_comparison .block_2 img {
    border-radius: 40px 2px;
  }
  
  {% comment %} .natural_comparison span p {
    font-size: 16px;
    max-width: 500px;
    line-height:24px;
  } {% endcomment %}
  .natural_comparison .content_col.content_col1 {
    padding: 60px 30px 50px 0;
  }
  .natural_comparison .content_col.content_col2 {
    padding: 30px 40px;
  }
  .natural_comparison .footer_image {
    width: 100%;
    height: 261px;
    border-top-right-radius: 20px;
}
    .custom11-text-contentlink{
        font-size: 20px;
        padding: 4px 10px;
        margin-top: 15px;
      }

        .natural_comparison .content_col.content_col1 {
      border: 0;
    border-bottom: 1px solid #D8E561;
    border-radius: 0;
}
    .natural_comparison .content_col {
        width: 100%!important;
    }
      .natural_comparison .content_col.content_col1,
  .natural_comparison .content_col.content_col2 {
    padding: 20px 15%;
    border-radius: 30px 2px;
    border: 1px solid #D8E561;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
  }
    .natural_comparison .content_col.content_col1 {
       order:1;
    }
    .natural_comparison .content_col.content_col1 {
      order:2;
    }
    .natural_comparison .block_col.block_2 {
      order:3;
    }

    .natural_comparison .content_col.content_col2 {
    order:4;
    }
    .block_image img {
    height: 100%;

} 
}
@media screen and (max-width: 767px){
  .natural_comparison .blocks_wrapper {
        overflow: hidden;
  }
  .natural_comparison .span {
        margin: 0 0 0px;
  }
  .natural_comparison .span {
    font-size: 28px;
            line-height: 38px;
  }
  .natural_comparison .natural_comparisonh21,
  .natural_comparison .natural_comparisonh22{
    font-size: 28px;
    padding: 30px;
    bottom: 0px;
  }
.block_1 .custom11-text-contentlink1 {
    bottom: 20px !important;
    left: 30px !important;
}
.block_2 .custom11-text-contentlink21 {
    bottom: 20px !important;
    right: 30px !important;
}
  .natural_comparison .content_block_wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .natural_comparison .content_col {
    width: 100%;
  }

  .natural_comparison .content_col2_heading  {
    margin-bottom: 14px;
  }
  .natural_comparison span a {
    margin-top: 14px;
  }
  .natural_comparison .footer_card {
        width: 250px;
        height: 150px;
    left: 10px;
  }
  .natural_comparison .footer_card p {
    font-size: 14px;
  }
    .natural_comparison .block_col,
    .natural_comparison .content_col {

        height: 350px!important;
    }
        .natural_comparison .blocks_wrapper {
        row-gap: 30px;
    }
    .natural_comparison .span span{
    font-size: 32px;
  }
}
 @media screen and (max-width: 540px){
    .natural_comparison .block_col,
    .natural_comparison .content_col {

        height: 300px!important;
    }
        .natural_comparison .content_col.content_col1,
         .natural_comparison .content_col.content_col2 {
        padding: 20px 30px;
        }
            .natural_comparison .span span{
    font-size: 22px;
  }
 }
   @media screen and (max-width: 425px){
    .custom11-text-contentlink{
              font-size: 15px;
    }
        .natural_comparison .natural_comparisonh21,
  .natural_comparison .natural_comparisonh22{
        padding: 20px;
        bottom: 0px;
    }
    .block_1 .custom11-text-contentlink1 {
        bottom: 15px !important;
        left: 20px !important;
    }
        .block_2 .custom11-text-contentlink21 {
        bottom: 15px !important;
        right: 20px !important;
    }
    .natural_comparison .content_col .content_col2_heading{
        font-size: 26px;
  }
  .natural_comparison span p {
    font-size: 18px;
    line-height: 26px;
  }
}
  @media screen and (max-width: 375px){
    .custom11-text-contentlink{
              font-size: 15px;
    }

  }

/* Natural Comparisin css end*/

/* Text With Icon css start*/

    @media screen and (min-width: 1000px) {
      .text-with-icons {
          --text-with-icons-items-per-row: 6;
      }
  }
  .section-spacing.text_with_icons{
  padding: 100px 0;
  }
  .text-with-icons.text-with-icons--stacked{
  margin-top: 50px;
  }
  .text_with_icons h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-family: 'Archivo';
  }
  .text_with_icons h2 {
    font-family: 'Archivo';
    font-size: 55px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 60px;
    text-align: {{ section.settings.text_alignment }};
  }
  .text_with_icons .desc,
  .text_with_icons .desc p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .text_with_icons .h6 {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    color: #203337 !important;
    margin-top:20px;
    max-width: 160px;
  }
   .text_with_icons .text-with-icons__item:nth-child(4) .h6 {
     max-width: 200px;
   }
  
  .text_with_icons img {
    width: 120px !important;
    height: 120px !important;
        {% comment %} padding: 10px; {% endcomment %}
  }
  .text-with-icons__item {
    transition: 0.4s ease;
    border-radius: 0 24px;
  }
 
  .custom11-text-contentpp {
      font-size: 48px;
      font-weight: 500;
      line-height: 95px;
font-weight: 400;
font-style: Regular;
                  font-family: Questrial;
    color: black;
    }
  .text_with_icons{
    text-align: center;
    background-color: #f9f9f3;
  }
  .gap-6 {
    gap: 0rem;
}
 @media screen and (max-width: 1240px) {
    .text_with_icons .h6 {
      font-size: 18px;
    }
     .text_with_icons h2 {
      font-size: 40px;
      margin: 0px 0 50px;
    }
.custom11-text-contentpp {
      font-size: 54px;
    }
  }
 @media screen and (max-width: 1023px) {

   .section-spacing.text_with_icons{
  padding: 70px 0;
  }
}
   @media screen and (max-width: 767px) {
    .section-spacing.text_with_icons{
  padding: 50px 0;
  }
    .text_with_icons .h6 {
      font-size: 16px;
    }
     .text_with_icons h2 {
      font-size: 28px;
      margin: 0px 0 40px;
    }
   .text_with_icons img {
      width: 120px !important;
      height: 120px !important;
    }
.custom11-text-contentpp {
        font-size: 26px;
        font-weight: 500;
        line-height: 30px;
  margin-bottom: 40px;
      }
      .text-with-icons.text-with-icons--stacked {
    margin-top: 30px;
}
  }

/* Text With Icon css end*/


/* Testimonial slider css end*/
.custom22-container {
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 100px;
}
.custom22-container .custom22_header {
    color: #fff;
    font-size: 40px;
    margin: 0;
    font-style: normal;
    font-family: 'Archivo' !important;
    font-weight: 400;
    line-height: normal;
}
.custom22-container .custom22_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 0px 0px;
}
.custom22-container .custom22_slide video {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 0 24px;
}
.custom22-container .custom22_slide-content {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-bottom: 0px;
  color: white;
}
.custom22-container .custom22_slide-content .testi_quote {
    margin: 0;
    text-align: center;
    color: #FAFBE9;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}
.custom22-container .custom22_rating {
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom22-container .custom22_rating span {
  color: #ffd700;
  font-size: 20px;
}
.custom22-container .custom22_rating p {
  margin: 5px 0 0;
  font-size: 16px;
}
.custom22-container .custom22_controls {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index:1;
}
.custom22-container .custom22_controls button {
  color: white;
  cursor: pointer;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 14px 0;
  border: 1px solid #0A0200;
  background: #fff;
  padding: 15px;
  width: 48px;
  height: 48px;
  transition: .5s ease-in-out;
}
@media (max-width: 999px) {
  .custom22-container .custom22_slide-content .testi_quote {
    font-size: 20px;
  }
  .custom22-container {
    padding-left: 30px;
    padding-right:20px;
  }
}
@media (max-width: 767px) {
.custom22-container .custom22_header{
    font-size: 32px;
}
    .custom22-container .custom22_slider {
    padding: 40px 0px 60px;
}
      .custom22-container {
     padding-bottom:30px;
      }
      .custom22-container .custom22_controls {
    right: 50%;
    top: 92%;
    transform: translate(39%, 0);
    flex-direction: row-reverse;
}
.custom22-container .custom22_controls button {
    width: 40px;
    height: 40px;
}
}
@media (max-width: 600px) {

      .custom22-container {
        padding-left: 20px;
}
}
@media (max-width: 480px) {

.custom22-container .custom22_header {
    font-size: 26px;
}

  .custom22-container .custom22_slide-content .testi_quote {
    font-size: 18px;
  }

  .custom22-container .custom22_rating span {
    font-size: 16px;
  }

  .custom22-container .custom22_rating p {
    font-size: 14px;
  }
}
  .no-select {
  user-select: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

}
/* Testimonial slider css end*/


/* FAQS css start*/

    .faq-container {
      padding: 80px 50px;
      margin: 0 auto;
    }

    .faq-container > :first-child {
    font-size: 40px;
    color: #1d231b;
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 1.3;
    }

    .faq-item {
    border: 1px solid #ccc;
    padding: 25px 0;
    border-left: 0;
    border-right: 0;
    }

    h2.faq-question {
      cursor: pointer;
      position: relative;
      margin: 0;
      color: #1d231b;
      font-weight: 400;
      padding-right: 40px;
    }

    .faq-question::after {
      content: '';
      background-image:url('/cdn/shop/files/Icon.svg?v=1753981014');
      background-size:contain;
      background-repeat:no-repeat;
      width: 15px;
      height: 15px;
      float: right;
      position: relative;
       top: 8px;
    }

    .faq-answer {
      display: none;
      padding-top: 10px;
      overflow: hidden;
      transition: max-height 0.3s ease-out;
      max-height: 0;
    }

    .faq-item.active .faq-answer {
      display: block;
      max-height: 500px;
    }

    .faq-item.active .faq-question::after {
      content: '';
      background-image:url(/cdn/shop/files/Line_17.svg?v=1753981014);
      background-size:contain;
      background-repeat:no-repeat;
      width:15px;
      height:2px;
      position: relative;
      top: 14px;
    }
 @media screen and (max-width: 1023px) {
      .faq-container > :first-child {
        font-size: 24px;
      }
      .faq-container{
        padding: 50px 30px;
      }
         .faq-container > :first-child {
        font-size: 42px;
        margin-bottom: 40px;
      }
   .faq-item {
    padding: 20px 0;
 }
      .faq-question::after {
    position: absolute;
    top: 9px;
    right: 0px;
    }
    .faq-item.active .faq-question::after {
    position: absolute;
    top: 15px;
    }
}
    @media screen and (max-width: 767px) {
            .faq-question::after {
    top: 6px;
    }
    .faq-item.active .faq-question::after {
    top: 12px;
    }
    

      .faq-container > :first-child{
        font-size: 26px;
       margin-bottom: 30px;

      }
      .faq-container{
        padding: 40px 20px;
      }
      
   
      h2.faq-question {
      padding-right: 20px;

      }
      .faq-item {
    padding: 15px 0;
    }
  }

/* FAQS css end*/



/* Home Blog Banner css start*/


.home-bloglandcontainer span{
      color: #203337;
    font-size: 18px;
    line-height:normal;
    display:block;
    font-weight:bold;
    margin: 15px 0 8px;
}

.home-blog-land-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin: 0;
    color: #203337;
}
  .home-blog-land-card {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      padding: 50px;
      border-top-right-radius: 80px;
      text-align: left;
      width: 100%;
      max-width: 625px;
      z-index: 4;
    }
    .home-blog-land-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 40px;
    }
    .home-blog-land-label{
          font-size: 18px;
          font-weight: 400;
          color: #203337;
          line-height: 20px;
    }
    .home-blog-land-time{
      font-size: 16px;
      line-height: 18px;
    }
    .home-blog-land-title{
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
    color: #203337;
    }
    .home-bloglandwrapper {
      position: relative;
      overflow: hidden;
      padding: 40px 40px;
    }
    .home-bloglandcontainer {
      display: flex;
      flex-wrap: nowrap;
      gap: 30px;
      transition: transform 0.5s ease;
      will-change: transform;
    }
    .home-bloglandbox {
      flex: 0 0 32%;
      border: 1px solid #ccc;
      border-radius: 0px 24px;
      box-sizing: border-box;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
    padding: 10px 15px;
      background: white;
    }
    .home-imgbox {
      height: 300px;
      overflow: hidden;
      background-color: #eee;
      border-top-right-radius: 24px;
    }
    .home-imgbox img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-top-right-radius: 24px;
    }
    .home-menutime {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0px 0;
    }
    .home-menulandbox {
      display: flex;
      gap: 10px;
      align-items: center;
      flex-wrap: wrap;
    }
    .home-bloglandwrapper .home-blog-land-label {
      background-color: #d0e8d0;
      padding: 6px 10px;
      border-radius: 20px;
      font-size: 10px;
      font-weight: 700;
      font-family: Arial, sans-serif;
    }
    .home-bloglandwrapper .home-blog-land-time {
      font-size: 12px;
      color: #000000;
    }
    .home-bloglandwrapper .home-blog-land-title {
      font-size: 18px;
      font-weight: bold;
      margin: 15px 20px 5px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .home-bloglandwrapper .home-blog-land-description {
      font-size: 16px;
      margin: 0 0px 20px;
      color: #203337;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 0px;
    }
    .home-custom22_controls {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    .home-custom22-prev,
    .home-custom22-next {
      background: none;
      border: none;
      cursor: pointer;
      padding: 10px;
    }
    .home-custom22-prev svg,
    .home-custom22-next svg {
      width: 21px;
      height: 16px;
    }
    .home-custom22_controls button {
      color: white;
      cursor: pointer;
      font-size: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 14px 0;
      border: 1px solid #0A0200;
      background: #fff;
      padding: 15px;
      width: 48px;
      height: 48px;
      transition: 0.5s ease-in-out;
    }
       @media screen and (max-width: 1023px) {
        .home-blog-land-card {
    padding: 40px;
    max-width: 475px;
}
        .home-blog-land-row {
    margin-bottom: 30px;
}
  .home-blog-land-title {
    font-size: 36px;
    line-height: 48px;
}
.home-blog-land-time {
    font-size: 14px;
}
.home-blog-land-label {
    font-size: 16px;
    line-height: 20px;
}
.home-custom22_controls {
    right: 20px;
}
    .home-bloglandbox {
        flex: 0 0 48%;
      }
 
       }
    @media screen and (max-width: 767px) {
  
      .home-bloglandwrapper {
        padding: 20px 10px;
        padding-bottom: 80px;
      }
      .home-custom22_controls {
        right: 20px;
      }
        .home-blog-land-card {
    padding: 30px;
    max-width: 350px;
        border-top-right-radius: 60px;
}
        .home-blog-land-row {
    margin-bottom: 20px;
}
  .home-blog-land-title {
    font-size: 28px;
    line-height: 36px;
}
.home-blog-land-time {
    font-size: 12px;
}
.home-blog-land-label {
    font-size: 14px;
    line-height: 18px;
}
      
      .home-custom22_controls button {
    width: 40px;
    height: 40px;
      }
      .home-custom22_controls {
    right: 50% !important;
    top: 88%;
    transform: translate(50%, 0);
    flex-direction: row-reverse;
}
    }
       @media screen and (max-width: 600px) {
      .home-bloglandbox {
        flex: 0 0 100%;
      }
    }
           @media screen and (max-width: 540px) {
        .home-blog-land-card {
        padding: 20px;
        max-width: 260px;
        border-top-right-radius: 48px;
        top: 55%;
        }
        .home-blog-land-row {
    margin-bottom: 20px;
}
  .home-blog-land-title {
    font-size: 22px;
    line-height: 28px;
}
.home-blog-land-time {
    font-size: 12px;
}
.home-blog-land-label {
    font-size: 14px;
    line-height: 18px;
}
       }

    .home-bloglandcontainer span{
      color: #203337;
    }
/* Prevent selection and dragging while swiping */
.home-bloglandcontainer,
.home-bloglandcontainer * {
  user-select: none;
  -webkit-user-drag: none;
}
.home-bloglandcontainer {
  cursor: grab;
}

.home-bloglandcontainer.dragging {
  cursor: grabbing !important;
}

/* Home Blog Banner css end */



/*Newsletter css start */

  .home_page_newslatter picture img {
    opacity: 1;
    display: block;
    width: 100%;
    height: 440px;
    z-index: 0;
  }
  
.home_page_newslatter .form-row {
  border : 1px solid #fff;
  border-radius : 0 0 24px 0px;
  height : 70px;
  padding : 0;
  background : #ffffff00;
  border-right : 0;
  flex-wrap : nowrap;
  align-items : center;
}
.form-control {
  align-items : center;
  flex : unset !important;
  width : 100%;
}
.home_page_newslatter h2 {
  font-weight : 400;
  font-size : 40px;
  line-height : normal;
  letter-spacing : 0em;
  text-align : center;
  color : white;
}
.home_page_newslatter .newsletter__below-text, .home_page_newslatter span {
  font-family : Archivo;
  font-weight : 400;
  font-size : 20px;
  letter-spacing : 0em;
  text-align : center;
  line-height : normal;
  color : #fff;
}
.home_page_newslatter p {
  font-family : Arial;
  font-weight : 400;
  font-size : 21px;
  line-height : 160%;
  letter-spacing : 0.01em;
  text-align : center;
  color : white;
}
.home_page_newslatter.newsletter {
  padding-top : 100px;
  padding-bottom : 100px;
  padding-right : 40px;
  padding-left : 40px;
  max-width : 1280px;
  margin : 0 auto;
}
.home_page_newslatter .input,
.home_page_newslatter .textarea, .home_page_newslatter .select {
  border : none;
}
  .home_page_newslatter .content-over-media> :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  max-width : 990px;
  width : 100%;
}
.home_page_newslatter .section-header {
  max-width : 100%;
}
.home_page_newslatter .form-row>button {
  min-width : fit-content;
  height : calc(100% + 4px);
  display : block;
  border-radius : 24px 0 24px !important;
  letter-spacing : normal;
}
.home_page_newslatter .form {
  width : 100%;
  max-width : 600px;
  row-gap : 35px;
}
.home_page_newslatter .section-header {
  width : 100%;
}
.home_page_newslatter input {
  font-weight : 400;
  font-size : 16px;
  line-height : normal;
  color : #fff;
  padding-left : 30px;
}
  .home_page_newslatter input::placeholder {
  font-family : Arial;
  font-weight : 400;
  font-size : 16px;
  line-height : normal;
  color : #fff;
}
.home_page_newslatter picture img {
  border-radius : 3px 70px;
}
  .home_page_newslatter.content-over-media:before {
  display : none;
}
  @media screen and (max-width: 1023px) {
    .home_page_newslatter .content {
        padding: 40px 18px;
    }
      .home_page_newslatter h2{font-size : 36px;
}
.home_page_newslatter .newsletter__below-text, .home_page_newslatter span {
  font-size : 16px;
}
  }
    @media screen and (max-width: 767px) {
          .home_page_newslatter picture img,
          .home_page_newslatter.content-over-media .bg {
        border-radius: 0!important;
        border: 0!important;
    }
.home_page_newslatter.content-over-media {
    --content-over-media-gap: 0rem;
                padding: 0;
    }
.home_page_newslatter .form-row{
border-radius: 0px 24px 0px 24px!important;

}
    
        .home_page_newslatter .form-row>.form-control {
        width: 65%!important;
            align-items: center;
    }
        .home_page_newslatter input {
        border-radius: 0px 0px 0 20px!important;
        height: 45px!important;
        margin-bottom: 0px!important;
    }
    .home_page_newslatter .form-row>button {
  width : 35% !important;
  padding : 10px 18px !important;
}
.home_page_newslatter .form-row>.form-control {
  width : 65% !important;
  align-items : center;
}
.home_page_newslatter picture img {
  border-radius : 3px 40px;
}
.home_page_newslatter h2 {
  font-size : 25px;
}
.home_page_newslatter span {
  font-size : 20px;
}
.home_page_newslatter .newsletter__below-text {
  font-size : 18px;
}
.home_page_newslatter .form-row>button {
  width : 100%;
}
.home_page_newslatter .form-row>.form-control {
  flex : unset;
  width : 100%;
}
.home_page_newslatter input {
  border-radius : 0 20px 0 0;
  height : 50px;
  margin-bottom : 4px;
}
.home_page_newslatter .form-row>button {
  border-radius : 2px 0 0 20px;
}
.home_page_newslatter .form-row {
  height : auto;
  gap : 0;
}
.home_page_newslatter.newsletter {
  padding : 40px 20px;
}
}

@media screen and (max-width : 540px) {
.home_page_newslatter .newsletter__below-text {
  font-size : 14px;
}
}

/*Newsletter css end */



/*footer css end */

    .footer {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 60px 0 30px;
    }

    .footer__brand {
      text-align: center;
      margin-bottom: 100px;
      margin-top: 100px;
    }

    .footer__logo {
      display: block;
      margin: 0 auto;
      
    }
.footer__logo {
  width : 379px;
  max-width : none !important;
  margin-bottom : 120px;
}
    .footer__brand-name {
      font-size: 2.5rem;
      color: #d5e974; /* Light yellow/green color from reference */
      margin-bottom: 0;
    }

    .footer__newsletter {
      max-width: 650px;
      margin: 0 auto 100px;
      text-align: center;
    }

    .footer__newsletter-input {

      align-items: center;
      border-radius: 0px 0 !important;
    }

    .footer__newsletter-input input {

      margin-right: -4px;
      background-color: transparent;
      border: 1px solid white;
      color: var(--newsletter-input-text);
      padding: 0px 15px;
      box-sizing: border-box;
      width: 320px;
      height: 60px;
      border-radius: 0px 0px !important;
    }

    .footer__newsletter-input button {
      background-color: transparent;
      color: #ffffff;
      border: 1px solid white;
      padding: 0px 20px;
      cursor: pointer;
      font-weight: 300;
      width: 100px;
      height: 60px;
      border-radius: 0px 0px !important;


    }

  .footer__newsletter-input input,
  .footer__newsletter-input input:focus,
  .footer__newsletter-input input:focus-visible {
    border-radius: 0 !important;   /* square corners always */
    outline: none !important;      /* no default outline ring */
    box-shadow: none !important;   /* no extra glow or ring */
  }
    .footer__disclaimer {
      font-family: Archivo;
      font-weight: 400;
      font-size: 15.6px;
      line-height: 20.16px;
      letter-spacing: 0px;
      vertical-align: middle;
      color: white;
      margin-top: 10px;

    }

    .footer__menus {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 30px;
      margin-bottom: 60px;
    }

    @media (max-width: 991px) {
      .footer__menus {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    .footer__menu-title {
      font-weight: 600;
      margin-bottom: 20px;
    }

    .footer__menu-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer__menu-item {
      margin-bottom: 10px;
    }

    .footer__menu-link {
      color: var(--footer-link-color);
      text-decoration: none;
      transition: color 0.2s;
    }

    .footer__menu-link:hover {
      color: var(--footer-link-hover-color);
    }

    .footer__bottom {
      border-top: 1px solid var(--footer-border-color);
      padding-top: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    @media (max-width: 767px) {
      .footer__bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        align-items: flex-start;
      }
      .footer__disclaimer{
      text-align:left!important;
    }
    .footer__brand {
    margin-bottom: 75px;
    margin-top: 20px;
}
.footer__newsletter {
      margin: 0 auto 75px;
    }
.footer__legal-link {
    text-align: left;
    }
  }

    @media (max-width: 576px) {
      .footer__menus {
        grid-template-columns: 1fr;
      }
      .footer__logo{
        width: 240px;
      }
      .footer__newsletter-input input {
    width: 250px;

}
      .footer__legal-link {
    font-size: 0.675rem!important;
}
    }
    .footer__legal-links {
      display: flex;
      gap: 20px;
    }

    .footer__social-links {
      display: flex;
      gap: 15px;
    }

    .footer__legal-link {
      color: var(--footer-link-color);
      text-decoration: none;
      font-size: 0.875rem;
    }

    .footer__legal-link:hover {
      color: var(--footer-link-hover-color);
    }

    .footer__copyright {
      font-size: 0.875rem;
      color: var(--footer-disclaimer-color);
    }

    .footer__payment-methods {
      display: flex;
      gap: 10px;
      margin-top: 20px;
      flex-wrap: wrap;
    }

    .footer__payment-icon {
      height: 24px;
      width: auto;
    }
/* footer css end */



.rc_popup {
  position : absolute;
}
.rc_popup_label_wrapper {
  position : relative;
  left : 0px;
}
.rc_popup__block {
  width : 250px !important;
  bottom : calc(100% + 20px) !important;
  top : unset !important;
}
.subscription-box .rc_popup__label {
  padding-left : 8px;
}
.subscription-box .rc_popup_label_wrapper {
  left : 0px;
}
.rc-selling-plans__dropdown {
  -webkit-appearance : none !important;-moz-appearance : none !important;
  appearance : none !important;
  background-color : #fff !important;
  border : 1px solid #000 !important;
  color : #000 !important;
  font-size : 14px !important;
  line-height : 1.4 !important;
  padding : 0 36px 0 12px !important;
  height : 50px;
  border-radius : 4px !important;
  width : auto !important;
  box-sizing : border-box !important;
  background-image : url("data : image/svg+xml, %3Csvg xmlns='http : //www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpolyline points='1 1 5 5 9 1' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat : no-repeat;
  background-size : 12px 6px;
  background-position : right 16px center;
}
div.rc_popup{
  padding:0px!important;
}
.rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans{
  padding-bottom:2px!important;
}


.rc-template__legacy-radio .rc-radio {
    padding: 0px!important;
}

.rc-template__legacy-radio{
    display: flex;
    flex-direction: column-reverse;
}
.rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans {
    padding-left: 0px!important;
    padding-bottom: 8px;
}
.rc-widget .rc-option--active {
    background-color: #ffffff00!important;
}

.custom11-arrow svg,
.custom22_controls svg,
.swiper-button-next svg,
.swiper-button-prev svg, .before-after-swiper .swiper-custom-navigationr svg {
  width : 21px !important;
  height : 16px !important;
}
.swiper-button-next,
.custom11-arrow.custom-btn-next,
.custom22-next,
.home-custom22-next, .swiper-button-next1 {
  padding-left : 10px !important;
}
.swiper-button-prev,
.custom11-arrow.custom-btn-prev,
.custom22-prev,
.home-custom22-prev, .swiper-button-prev1 {
  padding-right : 10px !important;
}
@media screen and (max-width : 1439px) {
.rc-selling-plans__dropdown {
  width : 300px !important;
}
}

@media screen and (max-width: 767px) {

.rc-selling-plans__dropdown {
  width : auto !important;
}
}

@media screen and (max-width : 540px) {
.rc-selling-plans__dropdown {
  width : 260px !important;
}
}