/* Anvare PDP / variant UI overrides */

/* Hide secondary thumbnail strip under main product image */
.product__thumbnails {
  display: none !important;
}

/* Larger color / texture swatches on PDP */
.product__variants .color,
.js-product-variants .color,
.product-variant__colors .color {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.35rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-variant__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.product-variant__color.input-color {
  margin: 0;
}

.product__variants .color.active,
.product__variants .color:hover,
.product__variants .color:focus-visible,
.js-product-variants .color.active,
.js-product-variants .color:hover,
.js-product-variants .color:focus-visible {
  outline-width: 0.15rem;
}
