/** Shopify CDN: Minification failed

Line 295:12 Expected identifier but found whitespace
Line 295:13 Unexpected "22px"
Line 366:0 Expected "}" to go with "{"

**/
quantity-popover {
  position: relative;
  display: block;
}

quantity-popover volume-pricing li:nth-child(odd) {
  background: rgba(var(--color-foreground), 0.03);
}

quantity-popover volume-pricing li {
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
}

.quantity-popover__info.global-settings-popup {
  width: 100%;
  z-index: 2;
  position: absolute;
  background-color: rgb(var(--color-background));
  max-width: 36rem;
}

.quantity-popover__info .button-close,
.variant-remove-total quick-order-list-remove-all-button .button,
.quick-order-list-total__confirmation quick-order-list-remove-all-button .button,
quantity-popover quick-order-list-remove-button .button {
  --shadow-opacity: 0;
  --border-opacity: 0;
}

.quantity-popover__info-button {
  display: flex;
  align-items: center;
  margin: 0 0.4rem 0 0;
  min-width: 1.5rem;
  min-height: 1.5rem;
  --shadow-opacity: 0;
  --border-opacity: 0;
}

.quantity-popover__info-button--icon-with-label {
  align-items: flex-start;
  text-align: left;
}

.quantity-popover__info-button--icon-with-label svg {
  flex-shrink: 0;
}

.quantity-popover__info-button--open {
  text-decoration: underline;
}

.quantity-popover__info-button span {
  padding-left: 1rem;
}

@media screen and (max-width: 989px) {
  .quantity-popover__info.global-settings-popup {
    left: 0;
  }

  .quantity-popover__info-button {
    padding-left: 0;
  }
}

.quantity-popover__info .quantity__rules {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}

.quantity-popover__info .volume-pricing-label {
  display: block;
  margin-left: 1.2rem;
  margin-top: 1.2rem;
  font-size: 1.2rem;
}

.quantity-popover__info .button {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
  padding: 0 1.2rem 0 0;
  display: flex;
  justify-content: flex-end;
}

.quantity-popover__info .volume-pricing-label~.button {
  top: -0.2rem;
}

.quantity-popover__info .button .icon {
  width: 1.5rem;
  height: 1.5rem;
}

quantity-popover volume-pricing {
  margin-top: 1.2rem;
  display: block;
}

quantity-popover .quantity__rules span:first-of-type {
  display: block;
}

.quantity-popover-container {
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.quantity-popover-container:not(.quantity-popover-container--hover) {
  align-items: center;
}

@media screen and (min-width: 990px) {
  .quantity-popover-container--hover:hover {
    background-color: rgba(var(--color-foreground), 0.03);
    border-radius: var(--inputs-radius-outset);
  }

  .quantity-popover-container--empty {
    margin-right: 2.7rem;
  }

  .quantity-popover__info.global-settings-popup {
    width: 27rem;
  }

  .quantity-popover-container {
    width: auto;
    max-width: 20rem;
  }

  .quantity-popover__info.global-settings-popup {
    transform: translateY(1rem);
  }
}

quantity-popover:has(.quantity__input:focus-visible) .quantity-popover__info {
  display: block;
}

quantity-popover .quantity {
  background: rgb(var(--color-background));
}

quantity-popover .quantity__rules {
  margin-left: 0.8rem;
}

quantity-popover .quantity__rules .divider:nth-child(2)::before {
  content: none;
}

quantity-popover .quantity__button:not(:focus-visible):not(.focused),
quantity-popover .quantity__input:not(:focus-visible):not(.focused) {
  background-color: initial;
}/* ============================
   REESTILO COMPLETO DE BUNDLES
   ============================ */

/* Bloques */
.quantity-option {
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  transition: all 0.2s ease !important;
}

/* Hover */
.quantity-option:hover {
  background: #f9f9f9 !important;
  border-color: #000 !important;
}

/* Activo */
.quantity-option.active {
  border: 2px solid #000 !important;
  background: #f2f2f2 !important;
}

/* Títulos y textos */
.quantity-option h3,
.quantity-option p {
  color: #000 !important;
  margin: 0 !important;
}

/* Precio principal del bundle (verde) */
.quantity-option p strong {
  color: #138000 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
}

/* Precio tachado */
.quantity-option p strike {
  color: #999 !important;
  opacity: 0.7 !important;
  font-size: 16px !important;
}

/* Alinear precios a la derecha */
.quantity-option label > div:last-child {
  text-align: right !important;
}

/* Radios */
.quantity-option label:before {
  border: 2px solid #000 !important;
}

.quantity-option input[type='radio']:checked + label:before {
  background: #000 !important;
  border-color: #000 !important;
}

/* Etiquetas MOST POPULAR / SAVINGS */
.most-popular,
.most-savings {
  position: absolute !important;
  top: -12px !important;
  right: 12px !important;
  background: #e63946 !important;
  color: white !important;
  padding: 3px 8px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
/* ============================
   REESTILO COMPLETO DE BUNDLES
   SIN NEGRITA EN LOS TEXTOS
   ============================ */

/* Bloque principal */
.quantity-option {
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  transition: all 0.2s ease !important;
  font-weight: 400 !important;    /* QUITA TODAS LAS NEGRITAS */
}

/* Hover */
.quantity-option:hover {
  background: #f9f9f9 !important;
  border-color: #000 !important;
}

/* Seleccionado */
.quantity-option.active {
  border: 2px solid #000 !important;
  background: #f2f2f2 !important;
}

/* Títulos */
.quantity-option h3 {
  color: #000 !important;
  font-weight: 500 !important;     /* tono medio, NO negrita */
  font-size: 18px !important;
  margin: 0 0 4px 0 !important;
}

/* Texto debajo del título ("Save extra...") */
.quantity-option p {
  color: #000 !important;
  font-weight: 400 !important;     /* normal */
  margin: 0 !important;
  font-size: 15px !important;
  opacity: 0.9 !important;
}

/* Precio verde */
.quantity-option p strong {
  color: #138000 !important;
  font-weight: 700 !important;     /* SOLO el precio es bold */
  font-size: 22px !import
.quantity-option {
  background: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  transition: 0.2s ease !important;
  font-weight: 400 !important;
}

.quantity-option:hover {
  background: #fafafa !important;
  border-color: #111 !important;
}

.quantity-option.active {
  background: #f5f5f5 !important;      /* gris suave */
  border: 1.5px solid #111 !important;  /* sutil, no grueso */
}
.quantity-option h3 {
  color: #000 !important;
  font-weight: 500 !important;  /* NO negrita */
  font-size: 17px !important;
  margin: 0 0 4px 0 !important;
}
.quantity-option p {
  color: #555 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  font-size: 14px !important;
}
.quantity-option p strong {
  color: #138000 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin: 0;
}
.quantity-option strike {
  color: #999 !important;
  opacity: 0.7 !important;
  font-size: 15px !important;
}
.quantity-option label > div:last-child {
  text-align: right !important;
}
/* Radio: contorno fino */
.quantity-option label:before {
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #111 !important;
  background: transparent !important;
}

/* Punto interior cuando está seleccionado */
.quantity-option input[type='radio']:checked + label:before {
  background: radial-gradient(circle, #111 40%, transparent 41%) !important;
}
.most-popular,
.most-savings {
  position: absolute;
  top: -12px;
  right: 12px;
  background: #e63946;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
