/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:before-after-slider (INDEX:4) */
.ba-section {
    padding-top: var(--ba-section-padding-top, 72px);
    padding-bottom: var(--ba-section-padding-bottom, 72px);
    background: var(--ba-section-bg, transparent);
  }

  .ba-section__inner {
    max-width: var(--page-width, 1200px);
    margin-inline: auto;
    padding-inline: 20px;
    text-align: center;
  }

  .ba-section__heading {
    margin: 0 0 10px;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
    color: var(--ba-section-heading-color, #04363f);
  }

  .ba-section__subheading {
    margin: 0 0 28px;
    font-size: 15px;
    color: var(--ba-section-text-color, #555);
  }

  .ba-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  @media (min-width: 768px) {
    .ba-section__grid {
      grid-template-columns: repeat(var(--ba-section-columns, 2), minmax(0, 1fr));
      gap: 28px;
    }
  }
/* END_SECTION:before-after-slider */

/* START_SECTION:before-after (INDEX:5) */
.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:7) */
.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:dp-category-bar (INDEX:18) */
.dp-catbar {
  background: #ffffff;
  border-bottom: 1px solid #DCDCDC;
  font-family: Montserrat, -apple-system, sans-serif;
}
.dp-catbar--tight { border-bottom: 0; }

.dp-catbar__scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 16px;
  max-width: 1440px;
  margin: 0 auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.dp-catbar__scroll::-webkit-scrollbar { display: none; }

.dp-catbar__pill {
  flex: 0 0 auto;
  scroll-snap-align: start;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 1;
  padding: 10px 16px;
  border: 1px solid #DCDCDC;
  border-radius: 999px;
  color: #04363F;
  background: #ffffff;
  transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}
.dp-catbar__pill:hover,
.dp-catbar__pill:focus-visible {
  border-color: #04363F;
  background: #f4f9f4;
}
.dp-catbar__pill.is-active {
  background: #04363F;
  border-color: #04363F;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  .dp-catbar__scroll { padding-left: 12px; padding-right: 12px; gap: 6px; }
  .dp-catbar__pill { font-size: 13px; padding: 9px 14px; }
}
/* END_SECTION:dp-category-bar */

/* START_SECTION:dp-gallery-grid (INDEX:20) */
.dpg-section {
  padding: 40px 0;
}
.dpg-section--flush {
  padding-top: 0;
  margin-top: calc(var(--dpg-gap, 14px) - 40px);
}
.dpg-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.dpg-heading {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 8px;
}
.dpg-text {
  text-align: center;
  color: #555;
  max-width: 720px;
  margin: 0 auto 24px;
}
.dpg-grid {
  display: grid;
  grid-template-columns: repeat(var(--dpg-cols-mobile, 2), 1fr);
  gap: calc(var(--dpg-gap, 12px) * 0.75);
}
@media (min-width: 750px) {
  .dpg-grid {
    grid-template-columns: repeat(var(--dpg-cols, 3), 1fr);
    gap: var(--dpg-gap, 12px);
  }
}
.dpg-tile {
  margin: 0;
  min-width: 0;
}
.dpg-tile__media {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--dpg-radius, 8px);
}
.dpg-tile__img {
  display: block;
  width: 100%;
  aspect-ratio: var(--dpg-aspect, 1 / 1);
  object-fit: var(--dpg-fit, cover);
  transition: transform 0.35s ease;
}
.dpg-tile__media--static {
  cursor: default;
}
.dpg-tile__media--static:hover .dpg-tile__img {
  transform: none;
}
.dpg-tile__media:hover .dpg-tile__img,
.dpg-tile__media:focus-visible .dpg-tile__img {
  transform: scale(1.04);
}
.dpg-tile__media:focus-visible {
  outline: 2px solid #2e7d32;
  outline-offset: 2px;
}
.dpg-tile__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px 12px 10px;
  font-size: 13px;
  line-height: 1.35;
  color: #fff;
  text-align: left;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.dpg-tile__media:hover .dpg-tile__caption,
.dpg-tile__media:focus-visible .dpg-tile__caption {
  opacity: 1;
}
@media (hover: none) {
  .dpg-tile__caption {
    opacity: 1;
    font-size: 12px;
  }
}
.dpg-cta {
  text-align: center;
  margin-top: 28px;
}
.dpg-lightbox {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
}
.dpg-lightbox[open] {
  display: flex;
}
.dpg-lightbox::backdrop {
  background: rgba(10, 10, 10, 0.92);
}
.dpg-lightbox__figure {
  margin: 0;
  max-width: min(92vw, 1400px);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.dpg-lightbox__img {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 6px;
}
.dpg-lightbox__caption {
  color: #eee;
  font-size: 14px;
  text-align: center;
  min-height: 1.2em;
}
.dpg-lightbox__close,
.dpg-lightbox__nav {
  position: fixed;
  z-index: 2;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.dpg-lightbox__close:hover,
.dpg-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.28);
}
.dpg-lightbox__close {
  top: 18px;
  right: 18px;
}
.dpg-lightbox__nav--prev {
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.dpg-lightbox__nav--next {
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 749px) {
  .dpg-lightbox__nav--prev {
    left: 6px;
  }
  .dpg-lightbox__nav--next {
    right: 6px;
  }
}
/* END_SECTION:dp-gallery-grid */

/* START_SECTION:dp-related-categories (INDEX:31) */
.dp-relcat {
  font-family: Montserrat, -apple-system, sans-serif;
  padding: 20px 0 4px;
  margin-top: 20px;
  border-top: 1px solid #DCDCDC;
}

.dp-relcat__heading {
  font-family: Montserrat, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #04363F;
  margin: 0 0 14px;
}

.dp-relcat__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dp-relcat__pill {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 13px;
  line-height: 1.2;
  padding: 9px 14px;
  border: 1px solid #DCDCDC;
  border-radius: 999px;
  color: #04363F;
  background: #ffffff;
  transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}
.dp-relcat__pill:hover,
.dp-relcat__pill:focus-visible {
  border-color: #04363F;
  background: #f4f9f4;
}

.dp-relcat.is-in-sidebar {
  border-top: 0;
  margin-top: 0;
  padding: 4px 0 18px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 18px;
}
.dp-relcat.is-in-sidebar .dp-relcat__list {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.dp-relcat.is-in-sidebar .dp-relcat__pill {
  width: 100%;
  text-align: left;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 12px;
}

@media screen and (max-width: 640px) {
  .dp-relcat { padding-top: 16px; margin-top: 16px; }
  .dp-relcat__list { gap: 6px; }
}
/* END_SECTION:dp-related-categories */

/* START_SECTION:image-cards (INDEX:39) */
/*   .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:46) */
.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:64) */
.collection__title.h1,
.link-search-results .card__title.h1 {
  font-size: 38px;
}
/* END_SECTION:main-search */

/* START_SECTION:mgrid-reviews (INDEX:66) */
.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:72) */
/* 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:74) */
.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:91) */
.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:99) */
/* ===== 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:103) */
.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:106) */
.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:107) */
.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:108) */
/* 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:before-after-slider (INDEX:279) */
.ba-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: var(--ba-max-width, none);
    margin-inline: auto;
  }

  .ba-slider__frame {
    --ba-pos: var(--ba-start, 50%);

    position: relative;
    width: 100%;
    aspect-ratio: var(--ba-ratio, 4 / 3);
    overflow: hidden;
    border-radius: var(--ba-radius, 16px);
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }

  .ba-slider__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
  }

  .ba-slider__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    clip-path: inset(0 calc(100% - var(--ba-pos)) 0 0);
  }

  .ba-slider__label {
    position: absolute;
    top: 14px;
    z-index: 4;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    pointer-events: none;
  }

  .ba-slider__label--before {
    left: 14px;
    background: rgba(0, 0, 0, 0.55);
  }

  .ba-slider__label--after {
    right: 14px;
    background: rgba(4, 54, 63, 0.85);
  }

  .ba-slider__handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--ba-pos);
    z-index: 3;
    width: 3px;
    background: #fff;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .ba-slider__handle-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }

  .ba-slider__handle-btn::before,
  .ba-slider__handle-btn::after {
    content: "";
    display: inline-block;
    padding: 4px;
    border: solid #333;
    border-width: 0 2px 2px 0;
  }

  .ba-slider__handle-btn::before {
    margin-right: 2px;
    transform: rotate(135deg);
  }

  .ba-slider__handle-btn::after {
    margin-left: 2px;
    transform: rotate(-45deg);
  }

  .ba-slider__range {
    position: absolute;
    inset: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    background: transparent;
    cursor: ew-resize;
    -webkit-appearance: none;
    appearance: none;
  }

  .ba-slider__range::-webkit-slider-thumb {
    width: 44px;
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
  }

  .ba-slider__range::-moz-range-thumb {
    width: 44px;
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .ba-slider__range:focus-visible ~ .ba-slider__handle .ba-slider__handle-btn {
    outline: 3px solid #04363f;
    outline-offset: 2px;
  }

  .ba-slider__hint {
    margin: 0;
    font-size: 13px;
    color: #595959;
  }

  .ba-slider__btn {
    display: inline-block;
    margin-top: 4px;
    padding: 12px 28px;
    border-radius: 30px;
    background: #04363f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s;
  }

  .ba-slider__btn:hover {
    background: #f59241;
    color: #04363f;
  }
/* END_SNIPPET:before-after-slider */