.product-variant-select-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-variant-wrapper {
  display: flex;
  flex-direction: column;
}

#product-variant-label {
  width: 8rem;
  height: 8rem;
  background-size: cover;
  position: relative;
  z-index: 1;
}