/** Shopify CDN: Minification failed

Line 64:4 Expected ")" to end URL token

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:before-after (INDEX:4) */
.image-spliter img {
    width: 100%;
    vertical-align: middle;
  }
  
  .image-spliter, .image-spliter img, .mover {
    overflow: hidden;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  }
  
  .image-spliter {
    position: relative;
    width: 70%;
      margin: auto;
  }
  
  .img-left {
    position: absolute;
    top: 0;
    left:0;
  }
  
  .mover {
    position:absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left:0;
    z-index: 10;
  }
  .mover:before,
  .mover:after {
    position:absolute;
    left:50%;
    content: "";
    background: #fff;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .mover:before {
    top: 0;
    transform:translateX(-50%);
    width: 1px;
    height: 100%;
  }
  .mover:after {
    background: url(/cdn/shop/files/before-after-arrow.png?v=1783615263
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    transform:translate(-50%, -50%);
/*     width: 5px; */
/*     height: 33%; */
        width: 45px;
    height: 45px;
    border-radius: 5px;
  }
     @media only screen and (max-width: 992px) {
      .image-spliter {
        width: 100%;
      }  
    }
/* END_SECTION:before-after */

/* START_SECTION:carousel-features (INDEX:6) */
.subheading_f {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .swiper-slide {
    padding: 20px;
  }
  .feature__image-wrapper {
    position: relative;  
  }
  .feature__title {
    position: absolute;
    background: #fff;
    left: 25px;
    right: 25px;
    bottom: 15px;
    text-align: center;
  }
  .feature-item__text {
    padding: 10px;
    font-size: .8rem;
  }
/* END_SECTION:carousel-features */

/* START_SECTION:image-cards (INDEX:33) */
/*   .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items:center;
  }
  .col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  } */
  .collection-list {
    display: flex!important;
    justify-content: center!important;
  }
  .collection-item__title {
    transform: none!important;
  }
/* END_SECTION:image-cards */

/* START_SECTION:lightbox-images (INDEX:40) */
.cus_li_section-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family:"Montserrat";
}

.cus_li_section-text {
  font-size: 18px;
  color: #555;
}

.cus_li_collection-list {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 20px;
}

.cus_li_collection-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 22%;
  aspect-ratio:1/1;
  height: auto;
  border-radius: 8px;
}

.cus_li_collection-item__image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.cus_li_collection-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.cus_li_collection-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  /* CRITICAL: Allows clicks to pass through to the image below */
  pointer-events: none; 
}

.cus_li_collection-item:hover .cus_li_collection-item__overlay {
  opacity: 1;
}

.cus_li_collection-item:hover .cus_li_collection-item__image {
  transform: scale(1.05);
}

.cus_li_collection-item__title {
  font-weight: bold;
  font-size: 20px;
  line-height:24px;
  margin-bottom: 5px;
}

.cus_li_collection-item__text {
  font-size: 16px;
}
@media(max-width:678px){
.cus_li_collection-item {
  width: 46%;
  aspect-ratio:1/1;
  height:auto;
}
}
/* END_SECTION:lightbox-images */

/* START_SECTION:main-search (INDEX:58) */
.collection__title.h1,
.link-search-results .card__title.h1 {
  font-size: 38px;
}
/* END_SECTION:main-search */

/* START_SECTION:mgrid-reviews (INDEX:60) */
.subheading_f {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .review {
	display: inline-block;
	width:100%;
	margin-bottom:5px;
    }
    .review_content {
      background: #fff;
      padding:20px;
      border-radius:5px;
      font-size: .85rem;
    }
  .review__product {
    position: relative;
    font-size: .8rem;
  }
  .review__product small {
    position: absolute;
    top: 8px;
  }
    #reviews_columns {
      column-gap: 5px;
      column-count: 4;
    }
  .review:hover .review_content {
    transform: scale(1.1);
    transition: all ease .5s;
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,.2));
  }
  @media (max-width: 768px) {
    #reviews_columns {
      column-count: 2;
    }
  }
/* END_SECTION:mgrid-reviews */

/* START_SECTION:offers (INDEX:66) */
/* Offer cards: image always full-width on top, text below (no side-by-side breakpoint) */
[data-section-type="offers"] .offer-item {
  display: block;
}

[data-section-type="offers"] .offer-item__image-wrapper {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 20px 0;
}

[data-section-type="offers"] .offer-item__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Breathing room under the section heading before the offer blocks */
[data-section-type="offers"] .offers__header {
  margin-bottom: 32px;
}

/* Keep the CTA clear of the offer blocks (incl. custom-CSS grey cards using height: 100%) */
[data-section-type="offers"] .offers__footer {
  margin-top: 40px;
}
/* END_SECTION:offers */

/* START_SECTION:our-team (INDEX:68) */
.subheading_f {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
  }
  #members_columns {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 15px;
      width: 100%;
    justify-content: center;
    }
  .member__image-wrapper {
     max-width: 150px;
    display: block;
    margin: auto;
  }
    .member_content {
      background: #fff;
      padding:20px;
      border-radius:5px;
      height: 100%;
      align-content: center;
    }
    
    .member__title {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 0;
    }
  .member__position {
     text-align: center;
    font-size: .85rem;
  }
  .member:hover .member_content {
    transform: scale(1.1);
    transition: all ease .5s;
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,.2));
  }
  .member_content {
    align-content: center;
  }
  .member {
	display: block;
	width: calc(20% - 15px);
    }
  @media (max-width: 768px) {
    .member {
      width: calc(50% - 15px);
    }
  }
/* END_SECTION:our-team */

/* START_SECTION:scdnvideos (INDEX:85) */
.video-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .video-block {
      width: 25%!important;
      height: auto;
      overflow: hidden;
      position: relative;
      padding: 15px;
    }
    .video-title {
      position: absolute;
      top: auto;
      bottom: 25%;
      left: 15px;
      right: 15px;
      /* top: 15px; */
      background: rgba(255,255,255,.85);
      margin-top: 20px;
      padding: .75rem 2rem;
      /* min-height: 78px; */
    }
    .video-title .h4 {
      position: relative;
    top: auto;
    left: auto;
    transform: none;
      font-size: inherit;
      width: 100%;
      text-align:center;
    }
    .video-block video {
      width: 100%;
    }
    .video-item video {
      width: 100%;
    }
    @media screen and (max-width: 640px) {
      .video-block {
        width: 100%!important;
        padding: 0!important;
      }
       .video-item {
        margin-top:0!important;
        margin-bottom:15px!important;
      }
    }
/* END_SECTION:scdnvideos */

/* START_SECTION:team-cards (INDEX:93) */
/* ===== Base ===== */
.t_team_section {
  position: relative;
}

.t_team_subheading {
  text-align: center;
  margin-bottom: 30px;
}

/* ===== Desktop / Tablet ===== */
.t_team_slider {
  overflow: hidden;
}

.t_team_track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.t_team_slide {
  display: contents;
}

.t_team_card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 16px;
  padding: 10px 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.t_team_avatar{
    width: 100%;
    aspect-ratio: 1 / 1; /* ensures square images */
    max-width: 56px; 
    height: 56px;
  }

.t_team_avatar img {
width: 100%;
  aspect-ratio: 1 / 1; /* ensures square images */
  max-width: 56px; 
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.t_team_name {
  margin: 0;
  font-size: 20px;
  line-height:22px;
  color:#333333;
}

.t_team_role {
  margin: 4px 0 0;
  font-size: 16px;
  color: #333333aa;
  line-height: 20px;
}

/* Hide arrows on desktop */
.t_team_nav {
  display: none;
}

/* ===== Mobile Slider ===== */
@media (max-width: 768px) {

  .t_team_track {
    display: flex;
    transition: transform .4s ease;
    width: 100%;
  }

  .t_team_slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 30px 12px;
    padding: 20px;
    box-sizing: border-box;
  }

  .t_team_card {
    flex-direction: column;
    background: transparent;
    box-shadow: none;
    padding: 0;
    text-align: center;
  }

  .t_team_avatar{
    width: 100%;
    aspect-ratio: 1 / 1; /* ensures square images */
    max-width: 96px; 
    height: 96px;
  }

  .t_team_avatar img {
    width: 100%;
    aspect-ratio: 1 / 1; /* ensures square images */
    max-width: 96px; 
    height: 96px;
    margin: 0 auto 10px;
  }

  .t_team_name {
    font-size: 18px;
  }

  .t_team_role {
    font-size: 14px;
  }

  /* Arrows */
  .t_team_nav {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #7fb14c;
    cursor: pointer;
    z-index: 10;
    border: none;
  }

  .t_team_prev { left: 6px; }
  .t_team_next { right: 6px; }
}
/* END_SECTION:team-cards */

/* START_SECTION:video-scdn (INDEX:97) */
.video-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .video-block1 {
      width: 100%!important;
      height: auto;
      overflow: hidden;
      position: relative;
      padding: 15px;
    }
    .video-item {
      border-radius: 1rem;
      overflow: hidden;
      position: relative;
    }
    .video-title {
      position: absolute;
      left: 15px;
      right: 15px;
      top: 15px;
      background: rgba(255,255,255,.85);
      margin-top: 20px;
      padding: .75rem 2rem;
      min-height: 78px;
    }
    .video-title .h4 {
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
      font-size: 16px;
      width: 90%;
      text-align:center;
    }
    .video-block video {
      width: 100%;
    }
    .video-item video {
      width: 100%;
    }
    @media screen and (max-width: 640px) {
      .video-block {
        width: 100%!important;
        padding: 0!important;
      }
       .video-item {
        margin-top:0!important;
        margin-bottom:15px!important;
      }
    }
/* END_SECTION:video-scdn */

/* START_SECTION:videos-scdn (INDEX:100) */
.video-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .video-block {
      width: 25%!important;
      height: auto;
      overflow: hidden;
      position: relative;
      padding: 15px;
    }
    .video-title {
      position: absolute;
      top: auto;
      bottom: 25%;
      left: 15px;
      right: 15px;
      /* top: 15px; */
      background: rgba(255,255,255,.85);
      margin-top: 20px;
      padding: .75rem 2rem;
      /* min-height: 78px; */
    }
    .video-title .h4 {
      position: relative;
    top: auto;
    left: auto;
    transform: none;
      font-size: inherit;
      width: 100%;
      text-align:center;
    }
    .video-block video {
      width: 100%;
    }
    .video-item video {
      width: 100%;
    }
    @media screen and (max-width: 640px) {
      .video-block {
        width: 100%!important;
        padding: 0!important;
      }
       .video-item {
        margin-top:0!important;
        margin-bottom:15px!important;
      }
    }
/* END_SECTION:videos-scdn */

/* START_SECTION:videos (INDEX:101) */
.video-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .video-block {
/*       width: 33.33%; */
      width: 25%;
      height: auto;
      overflow: hidden;
      position: relative;
      padding: 15px;
    }
    .video-block-1 {
      width: 100%;
    }
    .video-block-2 {
      width: 50%;
      height: auto;
      overflow: hidden;
      position: relative;
      padding: 15px;
    }
    @media screen and (max-width: 640px) {
      .video-block {
      width: 100%!important;
      }
    }
/* END_SECTION:videos */

/* START_SECTION:videos_carousel_slider (INDEX:102) */
/* Video Slider Container */
.video-slider-section {
  padding: 60px 0;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


.slider-subtitle {
  text-align: center;
  margin-bottom: 20px;
  color: #33;
}

/* Swiper Container */
.swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

/* Video Styles */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-caption {
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
}

/* Pagination Styles */
.swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 50px;
  border-radius:15px;
  height: 12px;
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #84b55b;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .swiper-slide {
    padding: 0 10px;
  }
  
  .video-caption {
    font-size: 16px;
  }
}
/* END_SECTION:videos_carousel_slider */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:delivery-info (INDEX:277) */
.delivery-info {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 14px 0;
  padding: 14px 16px;
  background: #f3f8ef;
  border: 1px solid #dbe7d2;
  border-radius: 8px;
}
.delivery-info__icon {
  flex-shrink: 0;
  margin-top: 3px;
}
.delivery-info__body p {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.45;
  color: #04363F;
}
.delivery-info__link {
  font-size: 13px;
  color: #0092c7;
  text-decoration: underline;
}
/* END_SNIPPET:delivery-info */