/** Shopify CDN: Minification failed

Line 70:22 Unexpected "r"

**/
.swiper-slide {
  text-align: center;
  font-size: 1.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiper-slide {
  background-size: cover;
  background-position: center;
}

[data-slider-main] {
  height: 100%;
  width: 100%;
}

[data-slider-thumbs] {
  width: 58px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  height: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--BTN-PRIMARY-BG-COLOR);
}

[data-slider-thumbs].no-pagination {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  [data-slider-thumbs] {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  [data-slider-thumbs] {
    width: 100%;
    height: auto;
  }
}

[data-slider-thumbs] .swiper-slide {
  width: 58px;
  height: 75px;
  border: 1px solid transparent;
}

@media only screen and (max-width: 768px) {
  [data-slider-thumbs]r .swiper-slide {
    height: 90px;
  }
}

[data-slider-thumbs] .swiper-slide-thumb-active {
  border-color: rgba(0, 0, 0, 0.4);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__thumbs .swiper-button-next {
  top: unset;
  bottom: 0;
  margin-top: 0;
}

.product__thumbs .swiper-button-prev {
  top: 0;
  bottom: unset;
  margin-top: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.product__thumbs .swiper-button-next,
.product__thumbs .swiper-button-prev {
  height: 26px;
  width: 26px;
  left: 0;
  right: 0;
  margin: auto;
}

.product__thumbs .swiper-pagination-progressbar.swiper-pagination-vertical {
  width: 2px;
  right: 0;
  left: unset;
}

@media only screen and (min-width: 768px) {

  .product-single__photos .swiper-button-next-mobile,
  .product-single__photos .swiper-button-prev-mobile {
    display: none;
  }
}

.product-single__photos .swiper-button-next-mobile svg,
.product-single__photos .swiper-button-prev-mobile svg {
  width: 22px;
  height: 18px;
}

.product-single__photos .swiper-button-prev-mobile svg {
  transform: rotateY(180deg);
}

.product__thumbs .swiper-button-next svg {
  transform: rotate(-90deg);
}

.product__thumbs .swiper-button-prev svg {
  transform: rotate(90deg);
}

.product__slides {
  position: relative
}

.product__slides .product__images--info-model {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  font-size: 11px;
  z-index: 3;
  letter-spacing: 0.4px;
  display: flex;
  gap: 0.6rem;
  display: flex;
  align-items: flex-start;
}

.product__slides .product__images--info-model:has( span[data-size]:empty ) {
  display: none;
}

.product__slides .product__images--info-model p:nth-child(2)::before {
  content: '|';
  padding: 0 3px 0 0;
}

@media only screen and (max-width: 768px) {
  .product__slides .product__images--info-model {
    font-size: 2.6vw !important;
    left: 1rem;
    max-width: 85%;
  }
  .separator {
    margin-top: 5px;
  }
 
}
.product__images--info-container {
  display: flex;
  gap: 10px;
  flex: 1;
}
.product__slides .product__images--info-model::before {
  content: 'i';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  letter-spacing: 0;
  font-size: 15px;
  font-family: var(--FONT-STACK-HEADING);
  font-weight: 700;
  color: #575347 !important;
}

.product__page__info {
  position: relative;
}

.product__slides .product__images--add-to-wishlist {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 11px;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .product__slides .product__images--add-to-wishlist {
    top: unset;
    bottom: 1.5rem;
  }
}

.product__slides .product__images--add-to-wishlist .add-to-wishlist--button {
  transition: all ease-in-out 0.2s;
}

@media only screen and (min-width: 768px) {
  .product__slides .product__images--add-to-wishlist .add-to-wishlist--button:hover {
    opacity: 0.55;
  }
}

.product__slides .product__images--add-to-wishlist .add-to-wishlist--button svg {
  width: 28px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .product__slides .product__images--add-to-wishlist .add-to-wishlist--button svg {
    width: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .product__slides .product__photo .image-wrapper {
    padding-top: calc(1 / 0.85 * 100%);
  }
}

@media only screen and (max-width: 768px) {
  #TemplateProduct {
    padding-top: 0;
  }
}

@media only screen and (min-width:770px) and (max-width:1144px) {
  [data-slider-main] {
    height: 34rem;
  }
}

/* @media only screen and (min-width: 768px) {
.product__photo .image-wrapper {
  min-height: 860px;
}
} */