.variant-products-wrapper {
  margin-top: 1.6rem;
}

.variant-product__title {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.variant-products {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.variant-product {
  width: 6.4rem;
}

.variant-product__image {
  width: 100%;
  height: auto;
  display: block;
}

.variant-product--current .variant-product__image {
  border: 2px solid rgb(var(--color-foreground));
}
