/** Shopify CDN: Minification failed

Line 36:1 Expected "*/" to terminate multi-line comment

**/
/* swatch lives in its own file for reusability of the swatch in swatch-input and dropdown */

.swatch {
  --swatch--size: var(--swatch-input--size, 4.4rem);
  /*  --swatch--border-radius: var(--swatch-input--border-radius, 0.2rem); *\

  display: block;
  
  max-width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--swatch--background);
  background-position: var(--swatch-focal-point, initial);
  background-size: cover;
  background-origin: border-box;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-radius: var(--swatch-input--border-radius, 0.2rem);
}

.swatch--square {
  --swatch--border-radius: var(--swatch-input--border-radius, 0.2rem);
}

.swatch--unavailable {
  border-style: dashed;
  border-color: rgba(var(--color-foreground), 0.5);
}

div.mobile-facet__swatch > label.swatch-input__label > span.swatch {
  width: 30px!important;
  height: 30px!important;
}