/** Shopify CDN: Minification failed

Line 408:0 Unexpected "}"

**/
variant-selects {
  display: block;
}

.product--no-media .product-form__input--pill,
.product--no-media .product-form__input--swatch,
.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 {
  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;
}

.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));
}

.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 {
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}

.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-foreground));
}

.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.6);
  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;
  }
}
/* ===================================================
   COLOR VARIANT CAROUSEL – DAWN SAFE
=================================================== */
.color-carousel {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
}

.color-carousel__track {
  display: flex;
  gap: 12px;

  overflow-x: auto;
  overflow-y: hidden;

  width: max-content;
  padding: 8px 0;

  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;

  /* ocultar scrollbar nativo */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.color-carousel__track::-webkit-scrollbar {
  display: none;
}

.color-carousel__item {
  flex: 0 0 auto;
  width: 160px;
  height: 210px;

  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
  padding: 6px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  cursor: pointer;
  scroll-snap-align: start;
}

.color-carousel__item.is-selected {
  border-color: #F7C809;
  box-shadow: 0 0 0 1px #F7C809 inset;
}

.color-carousel__item img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  display: block;
}

.color-carousel__label {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
  color: #050505;
}
/*movile*/
@media (max-width: 989px) {
  .color-carousel {
    width: calc(100vw - 22px);
    margin-left: calc(50% - 50vw + 11px);
    margin-right: calc(50% - 50vw + 11px);
    padding: 0 12px;
  }

  .color-carousel__item {
    width: 125px;
    height: 185px;
  }

  .color-carousel__item img {
    height: 135px;
  }
    .color-carousel-scroll {
    display: none;
  }
}

/*desktop*/
@media (min-width: 990px) {

  /* VIEWPORT del carrusel (4 cards visibles) */
  .color-carousel {
    width: 680px;              /* ✅ 4 cards exactas */
    max-width: 100%;
    overflow: hidden;          /* ❌ nunca scroll de página */
    position: relative;
  }

  /* TRACK scrolleable */
  .color-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto); /* 2 filas */
    column-gap: 12px;
    row-gap: 12px;

    width: max-content;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    /* 🔥 matar scrollbar nativa */
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* Edge */
  }

  .color-carousel__track::-webkit-scrollbar {
    display: none;               /* Chrome / Safari */
  }

  /* ===== SCROLLBAR PERSONALIZADA ===== */
}



.product-form__input--dropdown.has-color-carousel .select {
  display: none !important;
}
/* Colocar el carousel justo bajo el título de Color */
.has-color-carousel {
  position: relative;
}

.color-carousel {
  margin-top: 12px;
}

/* mover visualmente el carousel debajo del label */
.has-color-carousel .color-carousel-anchor + .color-carousel {
  margin-top: 12px;
}
.color-carousel-anchor {
  margin-top: 12px;
}
@media (min-width: 990px) {

  .color-carousel {
    position: relative;
    overflow: visible;
    padding-bottom: 28px;
  }

  .color-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 16px;

    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .color-carousel__track::-webkit-scrollbar {
    display: none;
  }

  /* =========================
     SCROLLBAR FORZADA
     ========================= */

  /* CONTENEDOR */
  .color-carousel__scrollbar {
    position: absolute;
    left: 0;
    bottom: 10px;

    width: 100%;
    height: 6px;

    z-index: 5;
    pointer-events: none;
  }

  /* PISTA */
  .color-carousel__scrollbar::before {
    content: "";
    position: absolute;
    inset: 0;

    background: #eae8e8;
    border-radius: 6px;
  }

  /* THUMB – FORZADO VISIBLE */
  .color-carousel__thumb {
    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
    width: 80px;

    background: #F7C809; /* NEGRO para contraste */
    border-radius: 6px;

    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;

    z-index: 10;
    cursor: grab;                 /* mano al pasar */
  pointer-events: auto;         /* permite click */
  user-select: none;            /* no seleccionar texto */
  -webkit-user-drag: none;      /* Safari */
  touch-action: pan-x;          /* mejor drag horizontal */
  }

  /* ❌ ELIMINAR CUALQUIER OCULTAMIENTO */
  .color-carousel:not(.has-scroll) .color-carousel__thumb,
  .color-carousel:not(.has-scroll) .color-carousel__scrollbar {
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* Ocultar scrollbar completa si no hay scroll o no hay carrusel */
.color-carousel:not(.has-scroll) .color-carousel__scrollbar,
.color-carousel:has(.color-carousel__track:empty) .color-carousel__scrollbar {
  display: none !important;
}

}


/* MOBILE / TABLET */
@media (max-width: 989px) {
  .color-carousel__scrollbar {
    display: none !important;
  }
}


}



/* End custom styles for Swatch display type */
