/* Warm1 non-invasive speed patch: keeps official layout, only reduces render/network pressure. */
.product-description img, .rte img { max-width: 100%; height: auto; }
.product-description img[loading="lazy"], .rte img[loading="lazy"] { content-visibility: auto; }
video.warm-video-deferred {
  background-color: #f7f4ef;
  background-size: cover;
  background-position: center;
}
@media (max-width: 959px) {
  .product-detail__media-gallery .media-gallery__image,
  .product-detail__media-gallery .media-gallery__thumbnail-image { will-change: auto; }
  .product-detail__media-gallery .media-gallery__thumbnail-image { transform: translateZ(0); }
  video.warm-video-deferred { max-height: 520px; object-fit: cover; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
