/** 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 0;
  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: 999px) {
  /* Let the row scroll edge to edge on small screens so the overflow is discoverable,
     while the first pill still starts on the container gutter like everything else. */
  .dp-catbar__scroll {
    margin-left: calc(var(--mobile-container-gutter, 20px) * -1);
    margin-right: calc(var(--mobile-container-gutter, 20px) * -1);
    padding-left: var(--mobile-container-gutter, 20px);
    padding-right: var(--mobile-container-gutter, 20px);
  }
}

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

/* START_SECTION:dp-collection-copy (INDEX:19) */
.dp-copy {
  --dp-dark: #04363F;
  --dp-green: #84B55B;
  --dp-orange: #F59241;
  font-family: Montserrat, -apple-system, sans-serif;
  margin: 40px 0;
}
.dp-copy__heading {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: var(--dp-dark);
  margin: 0 0 24px;
}
.dp-copy__card {
  background: #f3f8ee;
  padding: 40px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.65;
}
.dp-copy__card h2 { font-size: 26px; margin-top: 0; }
.dp-copy__card h3 { font-size: 19px; margin-top: 1.6em; }
.dp-copy__faq { max-width: 820px; margin: 0 auto; }
.dp-copy__faq details {
  border: 1px solid #d0d4d2 !important;
  border-radius: 8px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  overflow: hidden;
}
.dp-copy__faq summary {
  list-style: none;
  padding: 16px 20px !important;
  background: rgba(132, 181, 91, 0.06);
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: var(--dp-dark) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.dp-copy__faq summary::-webkit-details-marker { display: none; }
.dp-copy__faq summary::after {
  content: "+";
  font-size: 22px;
  color: var(--dp-orange);
  flex-shrink: 0;
}
.dp-copy__faq details[open] summary::after { content: "\2212"; }
.dp-copy__faq details > p { padding: 16px 20px; margin: 0; font-size: 14px; line-height: 1.6; }
.dp-copy--commercial { background: #04363F; padding: 44px 0; }
.dp-copy__com { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.dp-copy__com-heading { font-size: 26px; font-weight: 700; color: #fff; margin: 0 0 16px; }
.dp-copy__com-body, .dp-copy__com-body .rte { color: rgba(255,255,255,0.86); font-size: 14.5px; line-height: 1.65; }
.dp-copy__com-body h3 { display: none; }
.dp-copy__com-body ul { padding-left: 18px; }
.dp-copy__com-body li { margin-bottom: 8px; }
.dp-copy__com-body strong { color: #fff; }
.dp-copy__com-body a { color: var(--dp-green); }
.dp-copy__com-body > .rte > p:last-child { display: none; }
.dp-copy__com-actions { display: flex; flex-direction: column; gap: 10px; }
.dp-copy__btn {
  display: block;
  text-align: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 140ms ease, border-color 140ms ease;
}
.dp-copy__btn:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.dp-copy__btn--primary { background: var(--dp-green); border-color: var(--dp-green); }
.dp-copy__btn--primary:hover { background: #75a44e; border-color: #75a44e; }
.dp-copy__phone { margin: 8px 0 0; font-size: 13px; color: rgba(255,255,255,0.75); text-align: center; }
.dp-copy__phone a { color: #fff; font-weight: 700; }

@media (max-width: 989px) {
  .dp-copy__com { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 640px) {
  .dp-copy { margin: 28px 0; }
  .dp-copy__card { padding: 22px; }
  .dp-copy__card h2 { font-size: 20px; }
  .dp-copy__heading, .dp-copy__com-heading { font-size: 21px; }
}
/* Tightened vertical rhythm — reduces the overall height of the copy card. */
.dp-copy { margin: 26px 0; }
.dp-copy__card { padding: 26px 30px; line-height: 1.55; }
.dp-copy__card.rte h2 { font-size: 23px; margin: 0 0 8px; line-height: 1.25; }
.dp-copy__card.rte h3 { font-size: 17px; margin: 16px 0 5px; line-height: 1.3; }
.dp-copy__card.rte p { margin: 0 0 9px; }
.dp-copy__card.rte p:last-child { margin-bottom: 0; }
.dp-copy__card.rte ul, .dp-copy__card.rte ol { margin: 0 0 9px; }
.dp-copy__card.rte li { margin-bottom: 3px; }
.dp-copy__heading { margin: 0 0 16px; }
@media (max-width: 640px) {
  .dp-copy__card { padding: 18px 18px; }
  .dp-copy__card.rte h3 { margin-top: 13px; }
}
/* END_SECTION:dp-collection-copy */

/* START_SECTION:dp-collection-layout (INDEX:22) */
@media screen and (min-width: 641px) {
  .template-collection .layout { display: block !important; }

  .template-collection .layout > .layout__section,
  .template-collection .layout > .layout__section--secondary {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .template-collection .layout > .layout__section--secondary { margin: 0 0 16px !important; }

  .template-collection .layout__section--secondary > .card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 24px;
    background: #F3F8EF;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    box-shadow: none;
    padding: 8px 16px;
    margin: 0;
  }

  .template-collection .layout__section--secondary > .card > .card__section {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .template-collection .layout__section--secondary > .card > .card__section:first-child p.heading {
    margin: 0;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.06em;
    color: #04363F;
  }

  /* The theme draws divider lines between sidebar filter groups. In a horizontal bar those
     read as a stray grey rule under the card's own border, so clear them at any depth.
     Scoped to structural containers only — inputs and the slider keep their own borders. */
  .template-collection .layout__section--secondary > .card .card__section,
  .template-collection .layout__section--secondary > .card #desktop-filters-form,
  .template-collection .layout__section--secondary > .card .collection__filter-group-list,
  .template-collection .layout__section--secondary > .card .collection__filter-group,
  .template-collection .layout__section--secondary > .card .collection__filter-collapsible,
  .template-collection .layout__section--secondary > .card .collection__active-filters {
    border: 0 !important;
    box-shadow: none !important;
  }

  .template-collection .layout__section--secondary > .card hr { display: none !important; }

  .template-collection .layout__section--secondary > .card #desktop-filters-form::before,
  .template-collection .layout__section--secondary > .card #desktop-filters-form::after,
  .template-collection .layout__section--secondary > .card .collection__filter-group-list::before,
  .template-collection .layout__section--secondary > .card .collection__filter-group-list::after,
  .template-collection .layout__section--secondary > .card .collection__filter-group::before,
  .template-collection .layout__section--secondary > .card .collection__filter-group::after {
    display: none !important;
  }

  /* The form holds two children: the active-filter chips and the filter group list. Making the
     form itself a flex row puts the chips on the same line as the filters instead of stacked
     above them, and `order` keeps them to the right of the controls they clear. */
  .template-collection #desktop-filters-form {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 24px;
  }

  .template-collection #desktop-filters-form .collection__filter-group-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 24px;
    order: 1;
    flex: 1 1 auto;
  }

  .template-collection #desktop-filters-form .collection__filter-group {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .template-collection #desktop-filters-form .collection__filter-group-name {
    font-size: 11px;
    letter-spacing: 0.06em;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .template-collection #desktop-filters-form .collection__filter-collapsible {
    height: auto !important;
    overflow: visible !important;
  }

  .template-collection #desktop-filters-form .collection__filter-checkbox-list {
    display: flex;
    gap: 14px;
    margin: 0;
  }
  .template-collection #desktop-filters-form .collection__filter-checkbox {
    margin: 0;
    white-space: nowrap;
    font-size: 13px;
  }

  /* Price: slider only, values shown inline in the label. */
  .template-collection #desktop-filters-form .price-range__input-group { display: none !important; }
  .template-collection #desktop-filters-form price-range { display: block; width: 200px; }
  .template-collection #desktop-filters-form .price-range__range-group { margin: 0; }

  .template-collection .dp-price-readout {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    color: #04363F;
    white-space: nowrap;
  }

  /* Active filters: the theme's own chips and "Clear all", restyled to fit the bar. This block
     holds the only way to clear a price range, so it is never hidden. */
  .template-collection #desktop-filters-form .collection__active-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    order: 2;
    margin: 0;
    padding: 0;
  }
  .template-collection #desktop-filters-form .collection__active-filters:not(:has(*)) {
    display: none;
  }

  .template-collection #desktop-filters-form .collection__active-filter-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #04363F;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 999px;
    cursor: pointer;
  }
  .template-collection #desktop-filters-form .collection__active-filter-item:hover {
    border-color: #04363F;
  }
  .template-collection #desktop-filters-form .collection__active-filter-cross svg {
    width: 8px;
    height: 8px;
  }

  /* The theme ships this button with button--full, which would stretch it across the bar. */
  .template-collection #desktop-filters-form .collection__clear-filter {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 5px 4px !important;
    background: none !important;
    border: 0 !important;
    font-size: 12px !important;
    font-weight: 700;
    color: #04363F;
    text-decoration: underline;
    white-space: nowrap;
  }
  .template-collection #desktop-filters-form .collection__clear-filter:hover {
    color: #84B55B;
  }
}

/* Five across on wide desktop.

   The theme's grid utility only ships 3 and 4 per row: main-collection.liquid captures
   `1/3--tablet-and-up 1/{{ products_per_row }}--desk` and the schema select offers only
   "3" and "4". Rather than widen that select and rely on a `1/5` fraction class that may
   not exist in theme.css, the item width is overridden directly. Nothing in the theme
   file changes, so a theme update cannot clobber it.

   Threshold is 1200px, not the theme's desk breakpoint: at 1000px five columns leaves each
   card under 190px, which is too narrow for the product titles. Below 1200px the theme's
   own four-across still applies.

   The in-grid promo banner is sized `calc((100% / 4) * 2 - 20px)` inline in
   main-collection.liquid, so it needs the matching fifth-based figure or it stops
   lining up with the columns. */
@media screen and (min-width: 1200px) {
  .template-collection .product-list--collection > .product-item {
    width: 20% !important;
    max-width: 20% !important;
    flex-basis: 20% !important;
  }

  .template-collection .product-list--collection > .product-list__banner {
    width: calc((100% / 5) * 2 - 20px) !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 899px) {
  .template-collection .layout__section--secondary > .card {
    align-items: flex-start;
    gap: 8px 18px;
  }
  .template-collection .layout__section--secondary > .card > .card__section:first-child {
    flex: 1 1 100%;
  }
  .template-collection #desktop-filters-form .collection__active-filters {
    flex: 1 1 100%;
    order: 3;
  }
}
/* END_SECTION:dp-collection-layout */

/* START_SECTION:dp-cross-sell (INDEX:27) */
.dp-xsell {
  --dp-dark: #04363F;
  --dp-green: #84B55B;
  font-family: Montserrat, -apple-system, sans-serif;
  margin: 40px 0;
}
.dp-xsell__heading {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: var(--dp-dark);
  margin: 0 0 8px;
}
.dp-xsell__sub {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 26px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.dp-xsell__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dp-xsell__card {
  display: flex;
  flex-direction: column;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  transition: box-shadow 160ms ease, border-color 160ms ease;
}
.dp-xsell__card:hover { border-color: var(--dp-dark); box-shadow: 0 6px 18px rgba(4,54,63,0.10); }
.dp-xsell__media { display: block; aspect-ratio: 4 / 3; background: #f4f9f4; overflow: hidden; }
.dp-xsell__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dp-xsell__body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.dp-xsell__kind {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--dp-green);
  margin: 0 0 6px;
}
.dp-xsell__title { font-size: 16px; font-weight: 700; color: var(--dp-dark); margin: 0 0 8px; line-height: 1.3; }
.dp-xsell__blurb { font-size: 13px; line-height: 1.55; color: #555; margin: 0 0 16px; }
.dp-xsell__cta {
  margin-top: auto;
  align-self: flex-start;
  display: inline-block;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--dp-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.dp-xsell__card:hover .dp-xsell__cta { background: #066070; }

@media (max-width: 989px) { .dp-xsell__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  .dp-xsell { margin: 28px 0; }
  .dp-xsell__heading { font-size: 21px; }
  .dp-xsell__grid { gap: 12px; }
  .dp-xsell__body { padding: 12px; }
}
/* END_SECTION:dp-cross-sell */

/* START_SECTION:dp-gallery-grid (INDEX:28) */
.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-install-guide (INDEX:29) */
.dp-install {
  --dp-dark: #04363F;
  font-family: Montserrat, -apple-system, sans-serif;
  margin: 40px 0;
}
.dp-install__heading { text-align: center; font-size: 26px; font-weight: 700; color: var(--dp-dark); margin: 0 0 26px; }
.dp-install__cols { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: start; }
.dp-install__facade {
  position: relative; display: block; width: 100%; aspect-ratio: 16 / 9;
  padding: 0; border: none; border-radius: 12px; overflow: hidden; cursor: pointer; background: #000;
}
.dp-install__facade img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.dp-install__video iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 12px; }
.dp-install__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 44px; background: rgba(0,0,0,0.7); border-radius: 10px;
}
.dp-install__play::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-40%, -50%);
  border-style: solid; border-width: 10px 0 10px 16px; border-color: transparent transparent transparent #fff;
}
.dp-install__guides { display: flex; flex-direction: column; gap: 16px; }
.dp-install__guide {
  display: flex; align-items: center; gap: 16px;
  background: #f7f7f7; border: 1px solid #ddd; border-radius: 10px; padding: 14px;
}
.dp-install__thumb { width: 80px; height: 112px; object-fit: cover; border-radius: 6px; border: 1px solid #ccc; flex-shrink: 0; }
.dp-install__guide-title { font-size: 15px; font-weight: 600; margin: 0 0 10px; color: var(--dp-dark); }
.dp-install__btn {
  display: inline-block; padding: 9px 18px; background: var(--dp-dark);
  color: #fff !important; text-decoration: none !important; border-radius: 6px; font-size: 13px; font-weight: 600;
}
.dp-install__cta {
  display: block; text-align: center; padding: 13px 24px; border-radius: 30px;
  background: var(--dp-dark); color: #fff !important; text-decoration: none !important; font-weight: 600;
}
@media (max-width: 749px) {
  .dp-install__cols { grid-template-columns: 1fr; gap: 22px; }
  .dp-install__heading { font-size: 21px; }
}
/* END_SECTION:dp-install-guide */

/* START_SECTION:dp-quote-band (INDEX:42) */
.dp-quote {
  --dp-dark: #04363F;
  --dp-green: #84B55B;
  font-family: Montserrat, -apple-system, sans-serif;
  margin: 40px 0;
}
.dp-quote__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #f4f9f4;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  padding: 26px 30px;
}
.dp-quote__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}
.dp-quote__copy { flex: 1 1 auto; min-width: 0; }
.dp-quote__heading {
  font-size: 22px;
  font-weight: 700;
  color: var(--dp-dark);
  margin: 0 0 6px;
  line-height: 1.25;
}
.dp-quote__body {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #555;
}
.dp-quote__actions {
  flex-shrink: 0;
  text-align: center;
}
.dp-quote__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--dp-green);
  border: 1px solid var(--dp-green);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: background-color 140ms ease, border-color 140ms ease;
}
.dp-quote__btn:hover, .dp-quote__btn:focus-visible {
  background: #75a44e;
  border-color: #75a44e;
}
.dp-quote__phone {
  margin: 8px 0 0;
  font-size: 13px;
  color: #5a6764;
}
.dp-quote__phone a { color: var(--dp-dark); font-weight: 700; }

/* Stack from 989px down. The three-across row needs roughly 900px before the button
   starts crowding the copy, so this switches earlier than the usual mobile breakpoint. */
@media (max-width: 989px) {
  .dp-quote { margin: 28px 0; }
  .dp-quote__inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 22px;
  }
  .dp-quote__heading { font-size: 19px; }
  .dp-quote__actions { width: 100%; text-align: left; }
  .dp-quote__btn { width: 100%; }
  .dp-quote__phone { text-align: center; }
}

@media (max-width: 480px) {
  .dp-quote__inner { padding: 18px; }
  .dp-quote__icon { width: 52px; height: 52px; }
  .dp-quote__heading { font-size: 18px; }
  .dp-quote__body { font-size: 14px; }
}
/* END_SECTION:dp-quote-band */

/* START_SECTION:dp-related-categories (INDEX:43) */
.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:dp-tech-strip (INDEX:45) */
.dp-tech {
  --dp-dark: #04363F;
  --dp-green: #84B55B;
  font-family: Montserrat, -apple-system, sans-serif;
  padding: 34px 0 26px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  margin: 34px 0;
}
.dp-tech__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--dp-dark);
  margin: 0 0 8px;
}
.dp-tech__intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 26px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.dp-tech__row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.dp-tech__item { margin: 0; }
.dp-tech__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 14px 8px;
  border-radius: 10px;
  height: 100%;
  transition: background-color 140ms ease;
}
.dp-tech__link:hover, .dp-tech__link:focus-visible { background: #f4f9f4; }
.dp-tech__icon { width: 56px; height: 56px; object-fit: contain; margin-bottom: 10px; }
.dp-tech__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--dp-dark);
  margin-bottom: 4px;
}
.dp-tech__desc { font-size: 12.5px; line-height: 1.45; color: #555; }

@media (max-width: 989px) {
  .dp-tech__row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .dp-tech { padding: 24px 0 18px; margin: 24px 0; }
  .dp-tech__heading { font-size: 20px; }
  .dp-tech__row { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .dp-tech__icon { width: 44px; height: 44px; }
  .dp-tech__name { font-size: 14px; }
  .dp-tech__desc { font-size: 12px; }
}
/* END_SECTION:dp-tech-strip */

/* START_SECTION:dp-trust-brands (INDEX:46) */
.dp-trust {
  --dp-dark: #04363F;
  --dp-green: #84B55B;
  font-family: Montserrat, -apple-system, sans-serif;
  background: #f4f9f4;
  padding: 34px 0;
  margin: 40px 0;
}
.dp-trust__points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 34px;
}
.dp-trust__point { text-align: center; }
.dp-trust__figure {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--dp-dark);
  margin-bottom: 6px;
  line-height: 1.2;
}
.dp-trust__label { display: block; font-size: 12.5px; line-height: 1.5; color: #555; }
.dp-trust__heading {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--dp-dark);
  margin: 0 0 20px;
}
.dp-trust__logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 44px;
}
.dp-trust__logos li { margin: 0; }
.dp-trust__logos img {
  max-height: 42px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.72;
  transition: filter 160ms ease, opacity 160ms ease;
}
.dp-trust__logos img:hover { filter: grayscale(0); opacity: 1; }
.dp-trust__ctas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.dp-trust__btn {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--dp-dark);
  background: #fff;
  color: var(--dp-dark) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 140ms ease, color 140ms ease;
}
.dp-trust__btn:hover, .dp-trust__btn:focus-visible { background: var(--dp-dark); color: #fff !important; }

@media (max-width: 749px) {
  .dp-trust { padding: 24px 0; margin: 28px 0; }
  .dp-trust__points { grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 24px; }
  .dp-trust__figure { font-size: 18px; }
  .dp-trust__logos { gap: 18px 26px; }
  .dp-trust__logos img { max-height: 30px; }
  .dp-trust__ctas { flex-direction: column; }
  .dp-trust__btn { justify-content: center; }
}
/* END_SECTION:dp-trust-brands */

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

/* START_SECTION:mgrid-reviews (INDEX:81) */
.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:87) */
/* 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:89) */
.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: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:scdnvideos */

/* START_SECTION:team-cards (INDEX:114) */
/* ===== 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:118) */
.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:121) */
.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:122) */
.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:123) */
/* 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:294) */
.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 */