body[data-product="CUSTOM MAGNETIC GOLF TOWEL"] .productTowelGallery {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  overflow: visible !important;
  width: 100%;
}

body[data-product="CUSTOM MAGNETIC GOLF TOWEL"] .productTowelGallery a {
  width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 3;
}

body[data-product="CUSTOM MAGNETIC GOLF TOWEL"] .productTowelGallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
