[data-product-scope] .product-intro__unit-label {
  margin-bottom: 2px;
  color: #66717d;
  font-size: 12px;
  line-height: 1.3;
}

[data-product-scope] .product-intro__wholesale-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #d9e1e7;
  background: #f7f9fa;
  color: #4f5963;
  font-size: 14px;
  line-height: 1.4;
}

[data-product-scope] .product-intro__wholesale-summary strong {
  color: #222;
  font-weight: 600;
}

[data-product-scope] .product-photo__item--lg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 5;
}

[data-product-scope] .product-photo__item--lg .product-photo__img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  [data-product-scope] .product-intro__wholesale-summary {
    display: grid;
    gap: 4px;
  }

  [data-product-scope] .product-photo__item--lg {
    aspect-ratio: 1 / 1;
  }
}
