/** Shopify CDN: Minification failed

Line 422:21 Expected identifier but found whitespace
Line 422:23 Unexpected "{"
Line 422:32 Expected ":"
Line 1148:22 Unexpected "{"
Line 1148:31 Expected ":"
Line 1600:2 Unexpected "{"
Line 1600:3 Expected identifier but found "%"
Line 1604:4 Unexpected "{"
Line 1604:5 Expected identifier but found "%"
Line 1792:15 Expected identifier but found whitespace
... and 6 more hidden warnings

**/

/* Product list slider css start*/

.product_tabs .section_contanier {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 40px;
}
.product_tabs .section_heading {
display: flex;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
padding-left: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
padding-right: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}
.product_tabs .section_heading h1{
display: block;
font-size: 28px;
font-weight: 400;
line-height: 1;
}
.product_tabs .section_heading span{
font-size: 40px;
font-weight: 400;
line-height: normal;
margin: 0;
color: #1D231B;
}
.product_tabs span strong {
font-weight: 400;
}

.product_tabs .swiper {
margin-left: 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);
}
.product_tabs .swiper.tab_slider_wrapper{
width:100%;
}
.product_tabs .swiper-wrapper {
display: flex;
}
.product_tabs .swiper-slide {
flex-shrink: 0;
width: auto;
}
.product_tabs .product-card {
max-width: 100%;
}
.product-card__info .inner_wrapper {
max-width: 100% !important;
}
.product_tabs .swiper-button-next.swiper-button-disabled,
.product_tabs .swiper-button-prev.swiper-button-disabled {
opacity: 0;
}
.product_tabs .swiper-button-next::after,
.product_tabs .swiper-button-prev::after {
display: none;
}
.product_tabs .swiper-button-next,
.product_tabs .swiper-button-prev {
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: 0.5s ease-in-out;
}
.product_tabs .swiper-button-next {
right: 20px!important;
top: calc(50% - 31.5px)!important;
}
.product_tabs .swiper-button-prev {
left: unset!important;
right: 20px!important;
top: calc(50% + 31.5px)!important;

}

@media screen and (max-width: 991px) {

.product_tabs .product-card {
max-width: 100%;
}
.product-card__info .inner_wrapper {
max-width: 100% !important;
}
}
@media screen and (max-width: 767px) {
#product_tabs-template--17307801780303__product_list_slider_ppn9Fk .section_heading span{
font-size: 43px!important;
line-height: 32px;
}
.product_tabs .section_heading span {
font-size: 26px!important;
}
.product_tabs .product-card {
max-width: 100%;
}
.product-card__info .inner_wrapper {
max-width: 100% !important;
}
.product_tabs .swiper-button-prev {
left: unset;
right: calc(50% + 7.5px);
top: calc(96%);
}
.product_tabs .swiper-button-next {
right: calc(50% - 47.5px);
top: calc(96%);
}

.product_tabs .swiper-button-next,
.product_tabs .swiper-button-prev{
width: 40px!important;
height: 40px!important;
}
.product_tabs .section_heading h1{
font-size: 24px;
padding-bottom: 8px;
}
}

/* Product list slider css end*/



/* Product card */

.product-card {
  border : 1px solid #000;
  border-radius : 0 24px;
  background-color : #fff;
  padding : 15px;
  height : 100%;
  grid-template-rows : auto 1fr;
}
.product-card .sale-badge{
  position: absolute;
  color:#fff;
    z-index: 9;
    right: 0;
    border-radius: 10px;
    padding: 10px;
    background: #993155;
}
.product-card__media {
  isolation : isolate;
  display : block;
  width : 100%;
  height : auto;
  margin : 0 auto;
  aspect-ratio : 1 / 1;
}
.product-card__image {
  width : 100%;
  height : 100%;
}
.product-card__info {
  display : flex;
  flex-direction : column;
  justify-content : flex-end;
}
.product-card product-form form {
  display : flex;
  gap : 15px;
}
.product-card product-form form .v-stack {
  grid-template-columns : unset;
  width : 100%;
  max-width : 100px;
}
.product-card .quantity-selector {
  background-color : #fff;
  border : 1px solid #000;
  border-radius : 5px;
  height : 100%;
}
.product-card .quantity-selector {
  width : 100%;
  display : flex;
  height : 50px;
  justify-content : space-between;
  padding : 12px;
}
.product-card__info {
  gap : 10px;
}
.product-card__info .rating-badge {
  align-items : flex-start;
  width : 100%;
  justify-content : flex-start !important;
  margin-bottom : 3px;
}
.product-card__info .rating-badge__stars svg {
  display : initial;
  width : 18px;
  height : 18px;
}
.product-card__info .main_wrapper {
  width : 100%;
}
.product-card__info .inner_wrapper {
  display : flex;
  justify-content : space-between;
  align-items : flex-start;
  width : 100%;
  gap : 10px;
  row-gap : 4px;
  text-align : left;
}
.product-card .price-list,
.product-card .price-list sale-price,
.product-card .price-list compare-at-price, .product-card .product-title span {
  font-size : 18px;
  font-weight : 600;
  line-height : normal;
  color : #1C3A13;
}
.product-card .rating-badge__stars svg path {
  fill : #FF6C2D;
}
.product-card .smallcaps.text-xxs.text-subdued {
  font-size : 18px;
  color : #1C3A13;
}
.product_vendor {
  color : #1C3A13;
  font-size : 16px;
  text-align : left;
}
.rating-badge__stars {
  column-gap : 5px !important;
}

@media screen and (max-width: 767px) {
.product-card__media {
height:300px;
  }
  .product-card .primary_btn {
  width : 100% !important;
}
.product-card product-form form .v-stack {
  width : 40%;
}
.product-card .quantity-selector {
  height : 45px;
}
}

@media screen and (max-width: 540px) {
.product-card .primary_btn {
  font-size : 16px;
  border-radius : 1.5px 20px 0 0;
  padding : 10px 12px;
  width : 100%;
}
}

/* Product card css end*/


/* 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;
    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;
  }

    #shopify-section-{{ section.id }} span {
      padding-bottom: 10px !important;
    }

    .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;
    }
  .section-spacing{
    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 : 500px;
}
    .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 */

/* header css start */
body {
  font-family : 'Archivo';
}
header {
  z-index : 2 !important;
}
#main {
  position : relative;
  z-index : 1;
}
.primary_btn {
  font-size : 18px !important;
  height : 50px;
  font-weight : 700;
  padding : 10px 20px !important;
  font-family : 'Archivo';
  border-radius : 20px 0px;
  transition : .5s ease-in-out;
  text-transform : lowercase;
  background : #D8E561;
  color : #1D231B;
  border : 1px solid #1D231B;
  display : inline-block;
  letter-spacing : normal;
}
  .primary_btn:first-letter {
  text-transform : uppercase;
}
  .primary_btn:hover {
  background : #1d231b;
  color: #d8e561;
  border: 1px solid #1d231b;
}

.mega-menu-button {
    font-size: 18px!important;
    height:50px;
    font-weight: 700;
    padding: 10px 20px!important;
    font-family: 'Archivo';
    border-radius: 20px 0px;
    transition: .5s ease-in-out;
   background: #D8E561;
    color: #1D231B;
    border: 1px solid #1D231B;
    display: inline-block;
    text-align:center;
}
.mega-menu-button::first-letter {
    text-transform: uppercase;
}

.header__menu-disclosure .mega-menu-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50px);
  opacity: 0;
  z-index: -1;
  width: 100%;
  background: #D4E3DB;
  padding: 20px 50px 1rem;
  box-sizing: border-box;
  display: flow;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  transition: transform .3s ease-out, opacity 1s ease-in;
overflow-y: overlay;
}

.header__primary-nav-item.has-mega:hover .header__menu-disclosure .mega-menu-content, .header__primary-nav-item.has-mega.open .header__menu-disclosure .mega-menu-content {
  transform: translateX(-50%) translateY(0);
  opacity: 0;
}

.header__menu-disclosure .mega-menu-content .product-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.header__menu-disclosure .mega-menu-content .product-card {
  width: 100%;
  margin: 0;
}

.mega-menu-buttons {
  grid-column: 1 / -1;
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.mega-menu-button {
  flex: 1;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  box-sizing: border-box;
  border-width: 1px;
  border-color: black;
  background-color: #d8e561;
  color: var(--mega-button-text-color, inherit);
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.mega-menu-button:nth-child(1) {
  --mega-button-bg-color: var(--button-1-bg);
  --mega-button-text-color: var(--button-1-text);
  --mega-button-border-color: var(--button-1-border);
  border-radius: 20px 0px;
}
.mega-menu-button:nth-child(2) {
  --mega-button-bg-color: var(--button-2-bg);
  --mega-button-text-color: var(--button-2-text);
  --mega-button-border-color: var(--button-2-border);
  border-radius: 20px 0px;
}
.mega-menu-button:nth-child(1):hover {
  background-color: #f8ffb7;
}
.mega-menu-button:nth-child(2):hover {
  background-color: #f8ffb7;
}

/* Disable logo rollover: always show only the default logo */
.header__logo .logo-hover {
  display: none !important;
}

.header__logo .logo-default {
  opacity: 1 !important;
  transition: none !important;
}

/* Neutralize any header:hover rules targeting the logo */
.header:hover .header__logo .logo-default, .header:hover .header__logo .logo-hover {
  opacity: 1 !important;
}

/* Always show SVGs, size & color them */
.header__nav-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Size & display your PNG icons */
.header__nav-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: inline-block;
}
.header__nav-icon.icon-hamburger{
 width: 28px;
  height: 28px;
}

.header__nav-icon.icon-hamburger path{
    stroke: #1c3a13;
    stroke-width:2.5;
}
.homepage .header__nav-icon.icon-hamburger path{
  stroke: #d8e561;
}
/* Force mega-menu button text to stay black */
.mega-menu-button {
  color: #000 !important;
}

.header.mega-open .header__primary-nav a, .header.mega-open .header__primary-nav-item.has-mega > summary {
  color: #D4E3DB !important;
}
body.homepage header height-observer{
    position: absolute;
    width: 100%;
}
body.homepage header height-observer x-header{
background-color:Transparent!important;
}
body.homepage .header__primary-nav-item:before {
    background: rgb(255 255 255);

}
body.homepage header height-observer x-header.is-solid .header__primary-nav-item:before {
    
    background: rgb(var(--text-color));
}
body.homepage header height-observer x-header.is-solid{
  background-color:#f9f9f3!important;
}
header height-observer x-header .header__logo-image--transparent{
  display:none;
}
body.homepage header height-observer x-header .header__logo-image--transparent,
body.homepage header height-observer x-header.is-solid .logo-default{
  display:none;
}

body.homepage header height-observer x-header.is-solid .header__logo-image--transparent,
body.homepage header height-observer x-header .logo-default{
  display:block;
}
   body.homepage header height-observer x-header nav ul.contents .h6 {
        color:#fff!important;
    }
       body.homepage header height-observer x-header.is-solid nav ul.contents .h6 {
        color:rgb(28 28 28)!important;
    }
   body.homepage header height-observer x-header.is-solid .header__nav-icon {
  
      filter: brightness(0) saturate(100%) hue-rotate(180deg) sepia(50%) contrast(200%);
}

/* Only turn the price text inside each product‐card black */
#shopify-section-sections--17217075806287__header_HfkMXC
  .header__menu-disclosure
  .price-list
  .money {
  color: black !important;
}

#shopify-section-sections--17217075806287__header_HfkMXC
  .header__menu-disclosure
  .product-card__info
  .product-title.h6 {
  color: black !important;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

/* Target only the mega-menu product titles and left-justify them */
#shopify-section-sections--17217075806287__header_HfkMXC
  .header__menu-disclosure
  .product-card__info {
  justify-items: start !important;
}

/* Ensure the <a class="product-title h6"> itself is left-aligned */
#shopify-section-sections--17217075806287__header_HfkMXC
  .header__menu-disclosure
  .product-card__info
  .product-title.h6 {
  justify-self: start !important;
  text-align: left !important;
}
/* Target only the second mega-menu-button ("Shop all bundles") and make its text white */
div.mega-menu-buttons .mega-menu-button:nth-child(2) {
  color: #fff !important;
  background-color: #57797B !important;
  border: 1px solid #1D231B!important;
}
div.mega-menu-buttons .mega-menu-button:nth-child(2):hover {
  color: #000 !important;
  background-color: #d8e561 !important;
  border: 1px solid #1D231B!important;
}
div.mega-menu-buttons .mega-menu-button:nth-child(1):hover {
  color: #fff !important;
  background-color: #57797B !important;
  border: 1px solid #1D231B!important;
}
.header {
  border-bottom: 1px solid #bcf2cb;
}
.header__primary-nav a {
  color: black;
}

/* Remove any "hidden" left margin/padding on the product‐card container */
#shopify-section-sections--17217075806287__header_HfkMXC
  .header__menu-disclosure
  .product-card__info {
  padding-left: 0 !important;
  margin-left: 0 !important;
  justify-items: start !important;
}

/* Make sure the title itself has zero left padding/margin */
#shopify-section-sections--17217075806287__header_HfkMXC
  .header__menu-disclosure
  .product-card__info
  .product-title.h6 {
  margin-left: 0 !important;
  padding-left: 0 !important;
  justify-self: start !important;
}
/* Force the star rating (rating‐badge) to line up exactly under the title */
#shopify-section-sections--17217075806287__header_HfkMXC
  .header__menu-disclosure
  .product-card__info
  .rating-badge {
  margin-left: 0 !important;
  padding-left: 0 !important;
  justify-self: start !important;
}
/* Cart count badge styling */
.header__cart-container {
  position: relative;
  display: inline-flex;
  align-items: center;
      top: 4px;
}
.header__cart-icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header__cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #D8E561;
  color: #000000;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__cart-count.hidden {
  display: none;
}
  .header__cart-dot{ display: none; }
  .custom-container {
    display: flex;
    gap: 2%;
    margin-bottom: 2rem;
  }
  .custom-card {
    width: 24%;
    position: relative;
    border-radius: 0 24px;
    overflow: hidden;
    color: white;
    text-decoration: none;
    display: block;
    min-height: 350px;
    background-color: #1D231B;
    border:1px solid #000000;
  }
  .custom-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .custom-card-content {
    position: relative;
    z-index: 1;
    color: white;
  }
  .custom-card h2 {
    margin-bottom: 0.5rem;
    font-size: 18px;
  }
  .custom-card p {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
  .custom-card-button {
    position: absolute;
    bottom: 25px;
    left: 25px;
  }
 .custom-card-button span{
font-weight:bolder;
 }

  .customh1 {
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
.header {
  height : 75px;
}
#shopify-section-sections--17217075806287__header_HfkMXC .header__primary-nav a {
  text-transform : none !important;
}
nav ul.contents {
  align-items : center;
}
nav ul.contents .h6 {
  font-size : 18px;
  font-family : 'Archivo';
}
  body :not(.homepage) nav ul.contents a, body :not(.homepage) nav ul.contents .h6 {
  color : #203337 !important;
}
   @media screen and (min-width: 1801px){
     .custom-card{
           min-height: 620px;
       border-radius: 0 50px;
     }
     .custom-card h2 {
           margin-bottom: 1.5rem;
    font-size: 35px;
}
     .custom-card p {
    font-size: 29px;
    line-height: 35px;
}
 
   }
   @media screen and (max-width: 1800px) {
    .custom-card {
     min-height: 420px;
          border-radius: 0 35px;
    }

  }
@media screen and (max-width: 1440px) {
    .custom-card {
     min-height: 350px;
    }
    .header__primary-nav-item a{
      font-size: 16px!important;
}
nav ul.contents .h6 {
    font-size: 16px!important;

    }
    .header__primary-nav {
    gap: .625rem 20px!important;
}
  }

  @media screen and (max-width: 1023px) {
    .custom-card {
      width: 23%;
        min-height: 260px;
    }
  .custom-card img {
    height: 80%;
    top: 50%;
    transform: translate(0px, -50%);
  }
.drawer::part(content) {
    max-width: 100%!important;
}

.custom-container {
    row-gap: 10px;
    column-gap: 0px;
     margin-bottom: 0rem;
}
.header-sidebar__main-panel .header-sidebar__scroller{
padding:0px;
padding-bottom: 40px;
position: relative;
}
.header-sidebar__main-panel .header-sidebar__linklist{
display:flex;
flex-direction: row;
gap: 10px;
position: static;
justify-content: space-between;
padding-top: 638px;
flex-wrap: wrap;
}

.header-sidebar__main-panel .header-sidebar__linklist li.is-hidden{
  width:100%;
}
.sidebar-mega-menu{
position: absolute;
    top: 0;
   left: 0;
}
.custom-container {
    flex-wrap: wrap;
    justify-content: space-between;     
}
.mega-menu-buttons {
    width: 100%;
    margin-top: .5rem;
}
.mega-menu-button {
    width: 100%;
}

.header-sidebar__main-panel{
    padding: 0 30px;
}
    .custom-card {
        width: calc(50% - 5px);
        min-height: 280px;
 }
 
.header-sidebar__main-panel .header-sidebar__linklist li .header-sidebar__linklist-button {
         column-gap:10px;

}
.header-sidebar__main-panel .header-sidebar__linklist li .header-sidebar__linklist-button a{
    display: block;
    width: 100%;
    border: 1px solid #1D231B !important;
    font-size: 18px !important;
    height: 50px;
    font-weight: 600;
    padding: 10px 20px !important;
    text-align:center;
    border-radius: 20px 0px;
    background:#57797B;
    color:#fff;
    text-transform: lowercase;
}
.header-sidebar__main-panel .header-sidebar__linklist li .header-sidebar__linklist-button a::first-letter {
    text-transform: uppercase;
}

.header-sidebar__main-panel .header-sidebar__linklist li .header-sidebar__linklist-button span{
        width: 100px;
}
.header-sidebar__main-panel .header-sidebar__linklist li a.header-sidebar__linklist-button span{
        width: 122px;
}
        .header-sidebar::part(sidebar-logo){
         width:calc(100% - 126px);
          display: flex;
        justify-content: center;
}
.drawer::part(header) {
gap:0!important;
}
.header-sidebar::part(sidebar-close-button){

  width:63px;
}
  .header-sidebar::part(sidebar-logo-img){
  width:120px;
}
.header-sidebar::part(sidebar_icons){
    padding: 0;
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    gap: 15px;
  }

  .header-sidebar::part(sidebar_icon_img){
  width: 24px;
    height: 24px;
    object-fit: contain;
    display: inline-block;
   
  }
  .header-sidebar::part(sidebar_icon){
 position: relative;
  }
   .header-sidebar::part(sidebar_count){
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #D8E561;
    color: #000000;
    border-radius: 50%;
    min-width: 10px;
    height: 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .header-sidebar__collapsible-panel{
    width:100%;
  }
 .header-sidebar::part(sidebar_icon_link){
  display:flex;
  position:relative;
 }
 .custom-card-button {
    font-size: 18px !important;
}
.sidebar-mega-menu .header-sidebar__promo{
margin:0px!important;
padding:0px!important;

}
 .header {
    padding-inline-start: 30px!important;
    padding-inline-end:30px!important;
  }
}
  
  @media screen and (pointer: fine) {
.header-sidebar__main-panel li:has([aria-expanded=true])~li .header-sidebar__linklist-button,
.header-sidebar__main-panel li:has(~li [aria-expanded=true]):not(:has([aria-expanded=true])) .header-sidebar__linklist-button{
    color: rgb(255 255 255)!important;
  }
}

.custom-card img.hover-img {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.custom-card:hover img.hover-img {
  opacity: 1;
}
.custom-card:hover img.default-img {
  opacity: 0;
}

 @media screen and (max-width: 767px) {
       .header {
    padding-inline-start: 20px!important;
    padding-inline-end:20px!important;
  }
.header-sidebar__main-panel{
    padding: 0 20px;
}
.mega-menu-button{
padding:10px 15px!important;
}
.header-sidebar__main-panel .header-sidebar__linklist{
padding-top: 638px;
}
.primary_btn {
  font-size : 16px !important;
  height : 45px;
  padding : 10px 18px !important;
}
}

@media screen and (max-width: 540px) {
.custom-card-button {
    font-size: 16px !important;
}
 .custom-card h2 {
  font-size: 18px!important;
  line-height: 22px!important;
 }
}
@media screen and (max-width: 424px) {
.header-sidebar__main-panel .header-sidebar__linklist{
    padding-top: 578px;
}
.mega-menu-button {
    font-size: 16px !important;
    padding: 10px 9px !important;
}
.header-sidebar__main-panel .header-sidebar__linklist li .header-sidebar__linklist-button a {
font-size: 16px !important;
height: auto; 
padding: 10px 10px !important;
}
}

/* header css end */