.b-product-gallery__preview,
.b-product-gallery__item,
.b-product-gallery__thumb {
  background: #f0f0f0;
}

.b-product-gallery__preview {
  overflow: hidden;
}

.b-product-gallery__preview .owl-stage-outer,
.b-product-gallery__preview .owl-stage,
.b-product-gallery__preview .owl-item {
  height: 100%;
}

.b-product-gallery__item {
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-product-gallery__img {
  width: auto !important;
  height: auto !important;
  max-width: 82%;
  max-height: 82%;
  object-fit: contain;
}

.b-product-gallery__thumb {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.b-product-gallery__thumb-img {
  width: auto !important;
  height: auto !important;
  max-width: 66px;
  max-height: 66px;
  object-fit: contain;
}
