.variation-swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40px, 50px));
  gap: 8px;
  max-width: 100%;
  justify-content: flex-start;
}

.variation-swatches .swatch-image {
  display: block;
  width: 100%;         
  max-width: 50px;     
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

.variation-swatches .swatch-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.2s ease;
  cursor: pointer;
}

.variation-swatches .swatch-image.active img {
  border-color: #000;
}

.swatch-image:hover img {
  border-color: #000;
}

img.attachment-large,
img.wp-post-image {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  z-index: 5;
}

.swatch-image.active img {
  border: 2px solid #000;
  border-radius: 4px;
}

.swatch-image {
  position: relative;
}

.swatch-image {
  position: relative;
}
