/** Shopify CDN: Minification failed

Line 101:58 Unexpected ")"

**/
.product-wrapper__media {
  width: 52%;
  max-width: 720px;
  max-height: max-content;
  position: sticky;
  top: 112px;
  flex-shrink: 6;
}
.product-media__container {
  position: relative;
}
.product-media-swiper {
  width: 100%;
  aspect-ratio: 1;
}
.product-media-swiper .swiper-slide {
  overflow: hidden;
}
.product-media-swiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-thumbs-swiper {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  height: calc(100% - 80px);
}
.product-thumbs-swiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.product-thumbs-swiper .swiper-slide {
  overflow: hidden;
  background-color: lightgray;
  border: 1px solid rgb(0, 0, 0, 0.5);
  aspect-ratio: 1;
}
.product-thumbs-swiper .swiper-slide-thumb-active {
  border-color: #000;
}
.product-thumbs-swiper .swiper-slide-thumb-active img {
  opacity: 1;
}
.product-media__navigation {
  position: absolute;
  font-size: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
.product-media__navigation {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
.product-main__pagination.swiper-pagination-progressbar {
  z-index: 2;
  bottom: 0;
  top: auto;
  background: #d9d9d9;
}
.product-main__pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: var(--text-primary);
}
.product-media__swiper-homepage {
  display: none;
}
@media (max-width: 991px) {
  .product-section__wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .product-wrapper__media {
    width: 100%;
    max-width: unset;
    position: static;
  }
  .product-media__navigation {
    gap: 6px;
    inset: auto 19px 19px auto;
  }
  .product-media__navigation
    :is(.product-main__prev svg, .product-main__next svg, ) {
    width: 28px;
    height: auto;
  }
  .product-thumbs-swiper {
    left: 20px;
    height: calc(100% - 40px);
  }
  .product-main__pagination.swiper-pagination-progressbar {
    height: 2px;
  }
  #el-product-section .max-w {
    padding: 0;
  }
  .product-media__swiper-homepage {
    display: block;
  }
  .product-media-swiper__homepage {
    overflow: visible;
    margin-bottom: 24px;
  }
  .product-media-swiper__homepage .el-swiper-navigation {
    margin-top: 24px;
  }
  .product-media-swiper__homepage .swiper-slide {
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
  }
  .product-media-swiper__homepage .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 680px) {
  .product-media-swiper__homepage .swiper-slide {
    max-width: 298px;
  }
}
