/** Shopify CDN: Minification failed

Line 385:0 Expected "}" to go with "{"

**/
variant-selects {
  gap: 19px;
  display: flex;
  flex-direction: column;
}

.product--no-media .product-form__input--pill,
.product--no-media .product-form__input--swatch,
.product--no-media .product-form__input--colors,
.product--no-media .product-form__input--images,
.product--no-media .product-form__input--dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form__input.product-form__input--pill,
.product--no-media .product-form__input.product-form__input--swatch,
.product--no-media .product-form__input.product-form__input--colors,
.product--no-media .product-form__input.product-form__input--images {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

:is(.product-form__input--pill, .product-form__input--swatch) .form__label {
  margin-bottom: 0.2rem;
}

/* Colors (square/circle chips mapped by name) */
.product-form__input--colors,
.product-form__input--images {
  --color-swatch-size: 40px;
  --color-swatch-radius: 10px; /* will be overridden for circle */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-form__input--images {
  --color-swatch-size: 36px;
}

:is(.product-form__input--colors, .product-form__input--images) .color-swatch__label {
  display: inline-flex;
  width: var(--color-swatch-size);
  height: var(--color-swatch-size);
  border: 2px solid rgba(var(--color-button), 0.5);
  border-radius: var(--color-swatch-radius);
  background: rgb(var(--color-background));
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color var(--duration-short) ease;
  overflow: hidden;
}

:is(.product-form__input--colors, .product-form__input--images) .color-swatch__label--square {
  --color-swatch-radius: 10px;
}

:is(.product-form__input--colors, .product-form__input--images) .color-swatch__label:not(.color-swatch__label--square) {
  --color-swatch-radius: 10px;
}

:is(.product-form__input--colors, .product-form__input--images) .color-swatch__chip {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-button), 0.2);
}

:is(.product-form__input--colors, .product-form__input--images) input[type='radio']:checked + .color-swatch__label {
  border-color: rgb(var(--color-foreground-secondary));
}

:is(.product-form__input--colors, .product-form__input--images) input[type='radio']:disabled + .color-swatch__label {
  opacity: 0.5;
  cursor: not-allowed;
}

:is(.product-form__input--colors, .product-form__input--images) .color-swatch__input--unavailable + .color-swatch__label {
  opacity: 0.5;
  position: relative;
}

:is(.product-form__input--colors, .product-form__input--images) .color-swatch__input--unavailable + .color-swatch__label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 2px;
  background: rgba(var(--color-button), 1);
  pointer-events: none;
  transform-origin: center;
}

:is(.product-form__input--colors, .product-form__input--images) .color-swatch__input--unavailable + .color-swatch__label::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

:is(.product-form__input--colors, .product-form__input--images) .color-swatch__input--unavailable + .color-swatch__label::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product-form__input--images .color-swatch__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Color name mappings -> CSS variables */
/* Base neutrals */
.color-swatch--preto,
.color-swatch--black { --swatch--background: #000000; }

.color-swatch--branco,
.color-swatch--white,
.color-swatch--off-white,
.color-swatch--offwhite,
.color-swatch--ivory,
.color-swatch--marfim { --swatch--background: #ffffff; }

.color-swatch--cinza,
.color-swatch--cinza-escuro,
.color-swatch--chumbo,
.color-swatch--grafite,
.color-swatch--gray,
.color-swatch--grey { --swatch--background: #808080; }

.color-swatch--prata,
.color-swatch--silver { --swatch--background: #c0c0c0; }

.color-swatch--dourado,
.color-swatch--ouro,
.color-swatch--gold { --swatch--background: #d4af37; }

/* Reds & Pinks */
.color-swatch--vermelho,
.color-swatch--red { --swatch--background: #9b1117; }

.color-swatch--vinho,
.color-swatch--bordo,
.color-swatch--burgundy { --swatch--background: #800020; }

.color-swatch--rosa,
.color-swatch--pink { --swatch--background: #ff4da6; }

.color-swatch--fucsia,
.color-swatch--fuchsia,
.color-swatch--magenta,
.color-swatch--rosa-choque,
.color-swatch--hot-pink,
.color-swatch--hotpink { --swatch--background: #ff00a8; }

/* Greens */
.color-swatch--verde,
.color-swatch--green { --swatch--background: #27c93f; }

.color-swatch--lima,
.color-swatch--limao,
.color-swatch--lime,
.color-swatch--verde-lima { --swatch--background: #7bdc2a; }

.color-swatch--oliva,
.color-swatch--olive,
.color-swatch--militar { --swatch--background: #556b2f; }

/* Blues */
.color-swatch--azul,
.color-swatch--blue { --swatch--background: #1f6feb; }

.color-swatch--azul-marinho,
.color-swatch--marinho,
.color-swatch--navy { --swatch--background: #001f3f; }

.color-swatch--azul-claro,
.color-swatch--light-blue { --swatch--background: #6cb2ff; }

/* Oranges & Yellows */
.color-swatch--laranja,
.color-swatch--orange { --swatch--background: #ff7f27; }

.color-swatch--amarelo,
.color-swatch--yellow { --swatch--background: #ffdd33; }

/* Purples */
.color-swatch--roxo,
.color-swatch--purple { --swatch--background: #7d3cff; }

.color-swatch--lilas,
.color-swatch--lilac { --swatch--background: #b892ff; }

/* Browns & Beiges */
.color-swatch--marrom,
.color-swatch--brown { --swatch--background: #8b5a2b; }

.color-swatch--bege,
.color-swatch--beige,
.color-swatch--nude,
.color-swatch--champagne { --swatch--background: #e9d7b7; }

/* Aquas */
.color-swatch--turquesa,
.color-swatch--turquoise,
.color-swatch--teal,
.color-swatch--ciano,
.color-swatch--cyan { --swatch--background: #1abc9c; }

.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__input input[type='radio']:not(.disabled):not(.visually-disabled) + label > .label-unavailable {
  display: none;
}

.product-form__input--dropdown {
  --swatch-input--size: 2rem;
  margin-bottom: 1.6rem;
}

.product-form__input--dropdown .dropdown-swatch + select {
  padding-left: calc(2.4rem + var(--swatch-input--size));
}

/* Variant pills (non-color options) */
.product-form__input--pill {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-form__input--pill .variant-pill {
  --variant-pill-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--variant-pill-height);
  padding: 0 14px;
  white-space: nowrap;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: rgb(var(--color-foreground));
  border: 2px solid currentColor;
  background: transparent;
  cursor: pointer;
  transition: all .5s;
}

.product-form__input--pill .variant-pill:hover {
  background: rgba(var(--color-foreground), 0.05);
}

.product-form__input--pill input[type='radio']:checked + .variant-pill {
  background: rgba(var(--color-button-hover),var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  border-color: rgba(var(--color-foreground-secondary));
}

.product-form__input--pill .variant-pill.disabled,
.product-form__input--pill input[type='radio'].disabled + .variant-pill,
.product-form__input--pill .variant-pill[aria-disabled='true'] {
  opacity: 0.5;
  cursor: not-allowed;
}

.product-form__input--dropdown .dropdown-swatch {
  position: absolute;
  left: 1.6rem;
  top: calc(50% - var(--swatch-input--size) / 2);
  width: var(--swatch-input--size);
  height: var(--swatch-input--size);
  z-index: 1;
}

/* Custom styles for Pill display type */

.product-form__input--pill input[type='radio'] + label {
background-color: rgb(var(--color-background));
    border-radius: var(--variant-pills-radius);
    color: rgba(var(--color-foreground));
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 2px solid rgba(var(--color-button), 0.5);

.product-form__input--pill input[type='radio'] + label:before {
  content: '';
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset)
    var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}

.product-form__input--pill input[type='radio'] + label:hover {
  border-color: rgb(var(--color-button));
}

.product-form__input--pill input[type='radio']:checked + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

@media screen and (forced-colors: active) {
  .product-form__input--pill input[type='radio']:checked + label {
    text-decoration: underline;
  }

  .product-form__input--pill input[type='radio']:focus-visible + label {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}

.product-form__input--pill input[type='radio']:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input--pill input[type='radio']:disabled + label,
.product-form__input--pill input[type='radio'].disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.5);
  text-decoration: line-through;
}

.product-form__input--pill input[type='radio'].disabled:checked + label,
.product-form__input--pill input[type='radio']:disabled:checked + label {
  color: rgba(var(--color-background), 0.6);
}
.product-form__input--pill input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input--pill input[type='radio'].focused + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Custom styles for Swatch display type */
.product-form__input--swatch {
  display: flex;
  flex-wrap: wrap;
}

.product-form__input--swatch .swatch-input__input + .swatch-input__label {
  --swatch-input--size: 3.6rem;

  margin: 0.7rem 1.2rem 0.2rem 0;
}

@media screen and (min-width: 750px) {
  .product-form__input--swatch .swatch-input__input + .swatch-input__label {
    --swatch-input--size: 2.8rem;
  }
}
/* End custom styles for Swatch display type */
