/** Shopify CDN: Minification failed

Line 108:16 Unterminated string token

**/
.vpf-container {
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vpf__heading {
  color: #577742;
  font-family: "Avenir Next";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 11px;
  margin: 0;
}
span.visual-product-finder__tab {
  color: #587742;
  font-family: "Avenir Next";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
  position: relative;
  margin: 0 6px;
}

span.visual-product-finder__tab.active {
  font-weight: 700;
  border-bottom: 2px solid #587742;
}

.visual-product-finder__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

span.visual-product-finder__tab::after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 14px;
  top: 0;
  right: -7px;
  background: #587742;
}

span.visual-product-finder__tab:last-child::after {
  display: none;
}

.visual-product-finder__wrapper {
  width: 100%;
}
.visual-product-finder__content {
  position: relative;
  padding-bottom: 40px;
}
.visual-product-finder__tab-content {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  
  pointer-events: none;
}
.visual-product-finder__tab-content:first-child {
  position: relative;
}
.visual-product-finder__tab-content.active {
  opacity: 1;
  pointer-events: all;
}
.visual-product-finder__swiper-container {
  display: none;
}

.visual-product-finder__products-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
}

.visual-product-finder__product-mobile {
  width: calc(50% - 10px);
  padding-bottom: 12px;
}
.vpf-container .badge-box-wrapper {
  margin-bottom: 3px;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.vpf-container .product-item__info {
  padding: 10px'
}

.vpf-container .product-item__info .jdgm-preview-badge .jdgm-prev-badge__text {
  color: #000;
  font-family: "Avenir Next";
  font-size: 8px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 8px;
}

.vpf-container .jdgm-prev-badge {
  display: flex!important;
  align-items: center;
  justify-content: center;
}

.vpf-container span.jdgm-star {
  font-size: 10px;
}

.vpf-container span.jdgm-prev-badge__stars {
  line-height: 1;
}

.vpf-container p.product-item__title {
  font-size: 12px;
  margin-bottom: 0!important;
}
a.visual-product-finder__shop-all {
  background: #587742;
  color: #FFF;
  text-align: center;
  font-family: "Avenir Next";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.802px;
  padding: 11px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-transform: uppercase;
}
/* Navigation Buttons */
.swiper-button-wrapper {
  position: absolute;
  top: 140px;
  left: -30px;
  right: 0;
  width: calc(100% + 60px);
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* Pagination Dots */
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #D3D3D3 !important;
  opacity: 1 !important;
  margin: 0 6px !important;
  border-radius: 50% !important;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #587742 !important;
}
@media screen and (max-width: 390px) {
  .vpf-container {
    padding: 0 16px;
  }
}
@media screen and (min-width: 590px) {
  .vpf-container {
    align-items: flex-start;
    position: relative;
    max-width: 824px;
    padding: 0 30px;
    margin: auto;
  }
  
  .visual-product-finder__products-mobile {
    display: none;
  }

  .visual-product-finder__swiper-container {
    display: flex;
    padding-top: 25px;
    position: relative;
  }

  .visual-product-finder__swiper-container .swiper-slide {
    user-select: none;
  }

  h2.vpf__heading {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 6px;
  }
  
  .visual-product-finder__tabs {
    justify-content: flex-start;
    margin-left: -6px;
  }
  a.visual-product-finder__shop-all {
    position: absolute;
    top: -40px;
    right: 0;
  }
  .swiper.visual-product-finder__swiper {
    padding-bottom: 25px;
  }

}
@media screen and (min-width: 768px) {
  .vpf-container {
    padding: 0 50px;
  }
  
  /* Navigation Buttons */
  .swiper-button-wrapper {
    left: -50px;
    width: calc(100% + 100px);
  }
}
@media screen and (min-width: 1280px) {
  .vpf-container {
    max-width: 1500px;
    padding: 0 80px;
  }
  
  .swiper-button-wrapper {
    top: 240px;
    left: -80px;
    width: calc(100% + 160px);
  }
  
  h2.vpf__heading {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 12px;
  }
  
  span.visual-product-finder__tab {
    font-size: 16px;
    line-height: 18px;
  }
  span.visual-product-finder__tab::after {
    height: 18px;
  }
  
  a.visual-product-finder__shop-all {
    font-size: 16px;
    top: -60px;
  }
  
  .swiper-button-prev, .swiper-button-next {
    width: 36px!important;
    height: 36px !important;
  }

  .vpf-container p.product-item__title {
    font-size: 16px;
  }
  
  .vpf-container .product-item__info .jdgm-preview-badge .jdgm-prev-badge__text {
    font-size: 12px!important;
  }
}