/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 54:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.measure-table { font-size: 13px; width: 100%; border-collapse: collapse; padding:40px 0px; }
.measure-table th, .measure-table td { padding: 6px 10px; vertical-align: top; text-align: left;    border-right: 1px solid #ebebeb !important;
    border: none; border-bottom: 1px solid #ebebeb; }
.measure-table th { background: #f1f1f1; text-align: center; width: 150px; font-size: 15px; }
.measure-table th img { width: 150px; padding-top: 5px; }
.measure-table .tooltip { position: relative; display: inline-block; cursor: pointer; }
.measure-table .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #fff;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  /* bottom: 125%; */
  left: 50%;
    transform: translateX(5%);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.3s;
}
.measure-table .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; }
.measure-table video { width: 100%; border-radius: 5px; }
.measure-table .vid-title { font-weight: bold; font-size: 16px; margin-top: 5px; text-align: center; }
.measure-table .vid-desc { font-size: 13px; margin-top: 3px; }
  @media only screen and (max-width: 480px) {
    .img-sticky {
        position: sticky;
        top: 6%;
    }
}
  .img-sticky {
    padding-top: 10px;
}
      .tooltip {
        position: relative;
        display: block;
        padding-top: 0px;
        padding-left: 05px;
        float: none;
    }
</style>
.curated-carousel-section {
  padding: 40px 20px;
  text-align: center;
  padding-bottom: 40px !important;
}

.curated-carousel-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.curated-carousel-section .section-heading__title.h1.rte {
  text-align: center;
}

.curated-carousel {
  width: 100%;
  position: relative;
}

.curated-slide {
  padding: 10px;
  outline: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.curated-carousel-section .slick-track {
  display: flex;
  align-items: center;
}

.curated-slide.slick-center {
  z-index: 10;
}

.product-box {
  padding: 10px 0;
  display: none;
}

.curated-slide.slick-center .product-box {
  /* display: block; */
}

.product-box img {
  width: 100%;
  border-radius: 10px;
}

.product-box h4 {
  font-size: 16px;
  margin: 8px 0 4px;
}

.product-box p {
  font-size: 14px;
  color: #555;
}

.shop-btn {
  background: #000;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}

.video-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 125%;
  background: #000;
}

.curated-slide.slick-center .video-wrapper {
  padding-bottom: 165%;
}

.video-wrapper video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  pointer-events: none;
  user-select: none;
}

.video-poster {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 2;
}

.curated-slide.slick-center .video-poster {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}