.imoto-single-product img {
  display: block;
}

.imoto-product-main-image img,
.imoto-product-thumb img,
.imoto-product-card-image img {
  width: 100%;
  height: 100%;
}

.imoto-product-main-image img,
.imoto-product-thumb img {
  object-fit: contain;
}

.imoto-product-card-image img {
  object-fit: contain;
}

.imoto-product-thumbs {
  scrollbar-width: none;
}

.imoto-product-thumbs::-webkit-scrollbar {
  display: none;
}

.imoto-product-thumb {
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.imoto-product-thumb.is-active {
  border-color: #f05225;
  box-shadow: 0 0 0 1px #f05225 inset;
}

.imoto-product-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #ff5722;
  background: rgba(255, 255, 255, .94);
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
  transform: translateY(-50%);
  cursor: pointer;
  transition: color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.imoto-product-gallery-nav:hover {
  box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
  transform: translateY(-50%) scale(1.04);
}

.imoto-product-gallery-nav svg {
  width: 24px;
  height: 24px;
}

.imoto-product-gallery-prev {
  left: 12px;
}

.imoto-product-gallery-next {
  right: 12px;
}

.imoto-product-content :where(p, ul, ol, blockquote) {
  margin-bottom: 1rem;
}

.imoto-product-content :where(ul, ol) {
  padding-left: 1.25rem;
}

.imoto-product-content ul {
  list-style: disc;
}

.imoto-product-content ol {
  list-style: decimal;
}

.imoto-related-products-slider {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .imoto-product-card-image img {
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .imoto-product-gallery-nav {
    width: 38px;
    height: 38px;
  }

  .imoto-product-gallery-prev {
    left: 8px;
  }

  .imoto-product-gallery-next {
    right: 8px;
  }
}
