/* Product detail main image: keep imported portrait/landscape photos fully visible. */
.product-wrapper .product-slides-wrapper .product-slides {
  width: 408px;
  height: 408px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  background: #fff;
}

.product-wrapper .product-slides-wrapper .J_slides {
  width: 408px;
}

.product-wrapper .product-slides-wrapper .product-slide {
  width: 408px;
  height: 408px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.product-wrapper .product-slides-wrapper .product-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 408px;
  max-height: 408px;
  object-fit: contain;
  border: 0;
}

.product-wrapper .product-slides-wrapper .product-nav .nav-item {
  width: 118px;
  height: 118px;
  overflow: hidden;
  background: #fff;
}

.product-wrapper .product-slides-wrapper .product-nav img {
  display: block;
  width: 118px;
  height: 118px;
  object-fit: cover;
}
