/*
  product-gallery.desktop.css — dès 1024px : vignettes plus grandes, en colonne à gauche.
*/
.product-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--space-4);
  min-width: 0;
}

.product-gallery__main {
  flex: 1;
  min-width: 0;
}

.product-gallery__thumbs {
  flex-direction: column;
  margin-top: 0;
  overflow-x: visible;
  overflow-y: auto;
}

.product-gallery__thumb {
  width: 84px;
  height: 84px;
}
