.m-product-media {
  position: relative;
}
.m-product-media--ratio-default iframe {
  object-fit: cover;
  aspect-ratio: 16/9;
}
.m-product-media .swiper .m-swiper__arrow--next {
  right: 1.5rem;
}
.m-product-media .swiper .m-swiper__arrow--prev {
  left: 1.5rem;
}
.m-product-media .swiper .m-product-media__item {
  margin-bottom: 0;
  display: flex;
  aspect-ratio: 716/810;
}
@media screen and (min-width: 768px) {
  .m-product-media--stacked .swiper-wrapper, .m-product-media--columns .swiper-wrapper {
    flex-direction: column;
    box-sizing: inherit;
  }
}
@media screen and (min-width: 768px) {
  .m-product-media--stacked .swiper-button-next,
  .m-product-media--stacked .swiper-button-prev, .m-product-media--columns .swiper-button-next,
  .m-product-media--columns .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m-product-media--columns .m-product-media__wrapper.swiper-wrapper {
    width: auto;
    min-width: 100%;
    margin: -0.8rem;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .m-product-media--columns .m-product-media__item {
    margin-bottom: 0;
    padding: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .m-product-media--columns .swiper-slide {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .m-product-media--stacked.swiper .m-product-media__item {
    margin-bottom: 1.2rem;
  }
  .m-product-media--stacked.swiper .m-product-media__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .m-product-media--stacked .m-product-media__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.m-product-media__main-slider.m-swiper {
  position: relative;
}
.m-product-media__item img,
.m-product-media__item video,
.m-product-media__item iframe {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.m-product-media .a-badge {
  position: absolute;
  bottom: 2.4rem;
  left: 3.2rem;
  z-index: 2;
}
.m-product-media__thumbs {
  margin-top: 0.8rem;
}
.m-product-media__thumbs.swiper-initialized .m-product-media__thumb {
  opacity: 0.5;
  transition: opacity var(--default-transition-easing) var(--default-transition-timing);
}
.m-product-media__thumbs.swiper-initialized .m-product-media__thumb img {
  width: 100%;
}
.m-product-media__thumbs.swiper-initialized .m-product-media__thumb.swiper-slide-thumb-active {
  opacity: 1;
}
.m-product-media__thumbs-wrapper {
  position: absolute;
  bottom: 2.4rem;
  right: 3.2rem;
  z-index: 1;
  width: 3.9rem;
}
.m-product-media__thumb {
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 0.2rem;
  overflow: hidden;
  aspect-ratio: 39/45;
  box-sizing: border-box;
}
.m-product-media__thumb.swiper-slide-thumb-active {
  border: 0.1rem solid var(--color-secondary-border);
}
.m-product-media__thumb img {
  width: calc(16.6666666667% - 0.8rem);
  height: 100%;
  object-fit: cover;
}
.m-product-media__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: var(--color-primary-body);
  margin-right: 0.5rem;
  opacity: 1;
}
.m-product-media__pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.m-product-media__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
@media screen and (min-width: 768px) {
  .m-product-media--custom-stacked.swiper-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .m-product-media--custom-stacked.swiper-wrapper[data-media-size="4"] .m-product-media__item, .m-product-media--custom-stacked.swiper-wrapper[data-media-size="5"] .m-product-media__item {
    width: 100%;
  }
  .m-product-media--custom-stacked.swiper-wrapper[data-media-size="4"] .m-product-media__item:nth-child(2), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="4"] .m-product-media__item:nth-child(3), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="5"] .m-product-media__item:nth-child(2), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="5"] .m-product-media__item:nth-child(3) {
    width: calc(50% - 0.6rem);
  }
  .m-product-media--custom-stacked.swiper-wrapper[data-media-size="6"] .m-product-media__item, .m-product-media--custom-stacked.swiper-wrapper[data-media-size="7"] .m-product-media__item, .m-product-media--custom-stacked.swiper-wrapper[data-media-size="8"] .m-product-media__item {
    width: 100%;
  }
  .m-product-media--custom-stacked.swiper-wrapper[data-media-size="6"] .m-product-media__item:nth-child(2), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="6"] .m-product-media__item:nth-child(3), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="6"] .m-product-media__item:nth-child(5), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="6"] .m-product-media__item:nth-child(6), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="7"] .m-product-media__item:nth-child(2), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="7"] .m-product-media__item:nth-child(3), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="7"] .m-product-media__item:nth-child(5), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="7"] .m-product-media__item:nth-child(6), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="8"] .m-product-media__item:nth-child(2), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="8"] .m-product-media__item:nth-child(3), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="8"] .m-product-media__item:nth-child(5), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="8"] .m-product-media__item:nth-child(6) {
    width: calc(50% - 0.6rem);
  }
  .m-product-media--custom-stacked.swiper-wrapper[data-media-size="9"] .m-product-media__item, .m-product-media--custom-stacked.swiper-wrapper[data-media-size="10"] .m-product-media__item, .m-product-media--custom-stacked.swiper-wrapper[data-media-size="11"] .m-product-media__item {
    width: 100%;
  }
  .m-product-media--custom-stacked.swiper-wrapper[data-media-size="9"] .m-product-media__item:nth-child(2), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="9"] .m-product-media__item:nth-child(3), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="9"] .m-product-media__item:nth-child(5), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="9"] .m-product-media__item:nth-child(6), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="9"] .m-product-media__item:nth-child(8), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="9"] .m-product-media__item:nth-child(9), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="10"] .m-product-media__item:nth-child(2), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="10"] .m-product-media__item:nth-child(3), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="10"] .m-product-media__item:nth-child(5), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="10"] .m-product-media__item:nth-child(6), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="10"] .m-product-media__item:nth-child(8), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="10"] .m-product-media__item:nth-child(9), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="11"] .m-product-media__item:nth-child(2), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="11"] .m-product-media__item:nth-child(3), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="11"] .m-product-media__item:nth-child(5), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="11"] .m-product-media__item:nth-child(6), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="11"] .m-product-media__item:nth-child(8), .m-product-media--custom-stacked.swiper-wrapper[data-media-size="11"] .m-product-media__item:nth-child(9) {
    width: calc(50% - 0.6rem);
  }
}
