<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-gallery {
  position: sticky;
  top: 100px;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .product-gallery {
    margin-bottom: var(--gutter-mobile);
    position: relative;
    top: 0px;
  }
}</pre></body></html>