/** Shopify CDN: Minification failed

Line 172:14 Expected identifier but found whitespace
Line 172:15 Unexpected "1025"
Line 176:6 Unexpected "}"
Line 178:19 Expected identifier but found whitespace
Line 178:20 Unexpected "989"
Line 181:9 Expected identifier but found ","
Line 182:7 Unexpected ","
Line 186:0 Expected "}" to go with "{"

**/
.cat-slick-main {
  padding: 2vw;
  margin-top: 60px;
}

.featured-slider {
  background: #f5f5f5;
}

.featured-product-block {
  padding-top: 40px;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}

.featured-product-block.slick-slider {
  display: flex;
  padding: 0 5vw;
}

.featured-product-block .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 10vw;
  left: 0;
  background-color: transparent;
  box-shadow: unset;
  border: none;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 59px;
  height: 48px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.featured-product-block .slick-prev {
  background-image: url("/cdn/shop/files/left-bracket.svg?v=1704908292");
  border-right: unset;
  border-radius: 6px 0 0 6px;
}
.featured-product-block .slick-next {
  left: auto;
  right:0vw;
  background-image: url("/cdn/shop/files/right-bracket.svg?v=1704908292");
  border-left: unset;
  border-radius: 0 6px 6px 0;
}
.featured-product-block.slick-slider .slick-list.draggable {
  margin: 0 0vw;
  width: 100%;
}

.featured-product-block .featured-product-card {
  width: calc(25% - 18px);
}
.featured-product-card {
  margin: 0 11px;
}
.featured-product-card .sl-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.featured-product-card .sl-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.featured-product-card .sl-price {
  text-align: center;
  margin: 5px;
}

.sl-title-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
  flex-direction: column;
  text-align: center;
}
.sl-title-wrap .product-title {
  font-weight: 600;
  width: 210px;
  margin: auto;
  height: 75px;
}

.sl-title-wrap hr {
  border-top: 2px solid #293e60;
  margin: 0 30px;
}

.yotpo-widget-clear  {
  margin: 8px auto !important;
}

.yotpo-sr-bottom-line-right-panel, .yotpo-sr-bottom-line-left-panel {
    display:none !important;
}

.quick-add {
  background-color: #1D4387;
  color: white;
  padding: 2px 8px;
  border-radius: 34px;
  width: 220px;
  margin: auto;
  cursor: pointer;
}

.disclaimer-link {
  font-size: .7em;
  font-weight: normal;
}

@media (min-width: 990px){
  .featured-product-block .slick-arrow {
    top: 10vw;
  }
}

@media (max-width: 989px){
  .slick-initialized .featured-product-card.slick-slide {
    margin: auto;
    padding: 0 30px;
  }
  .featured-product-block .slick-arrow{
    transform: scale(.8);
  }
}

@media (min-width: 701px) and (max-width: 989px){
    .featured-product-block .slick-arrow {
    top: 16vw;
  }
}


@media (min-width: 525px) and (max-width: 700px){
    .featured-product-block .slick-arrow {
    top: 12vw;
  }
}
@media (max-width: 524px) {  
  .featured-product-block .slick-arrow {
    top: 31vw;
  }}


   breakpoint: 1025, 
        settings: {
          slidesToShow: 3,
        }
      },
      {
        breakpoint: 989,
        settings: {
          slidesToShow: 2,
        },
      },
      {
        breakpoint: 525,

