/** Shopify CDN: Minification failed

Line 197:8 Expected ":"
Line 395:11 Expected identifier but found whitespace
Line 395:18 Unexpected ";"

**/
/* Elimina el logo de Revie. App de reseñas */
div.review-revie {
    display: none;
  }

/* Negrita los precios */
.price {
    font-weight: bold;
}

/* Color rojo precio oferta */
span.price-item.price-item--sale.price-item--last {
    color: #FF1B1C;
}

/* Ocultar linea gastos de envío*/
.product__tax.caption.rte {
    display: none;
}

/* Formato para botón de agregar al carrito */
.product-form__buttons {
    max-width: 100% !important;  /* Forzar el ancho máximo */
    width: 100% !important;      /* Asegurar que ocupe el 100% */
    display: flex !important;    /* Para evitar restricciones de ancho */
    justify-content: center;     /* Asegura que el botón esté centrado */
}

/* Diseño de fecha de envío */
.main-product-estimated {
    position: relative;
    background-color: #F4F4F4;
    border-radius: 5px;
    padding: 14px 40px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 15px !important;
    line-height: 1.4;
  }
  
  .main-product-estimated .date {
      display: flex;
      gap: 10px;
      align-items: center;
      padding: 0px 25px;
  }
  
  .main-product-estimated .date .icon {
      width: 25px;
      min-width: 25px;
  }
  
  .main-product-estimated .container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    color: #454142;
    max-width: fit-content;
      margin: 0px auto;
  
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0px;
  }
  
  .main-product-estimated #date__estimated {
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .main-product-estimated .container__date {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .main-product-estimated .icon-block svg {
    display: block;
    width: 25px;
      height: 25px;
  }
  
  .main-product-estimated .container__shipping {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 148px;
    padding: 0px 25px;
    border-left: 2px solid #FFC138;
  }
  
  .main-product-estimated .container__shipping svg {
    display: block;
    width: 30px;
      height: 30px;
  }
  
  /*.shipping-message {
      display: none !important;
  }*/
  
  @media screen and (max-width: 1280px) {
      .main-product-estimated {
          font-size: 12px;
          padding: 14px 10px;
      }
  
      .main-product-estimated .container__shipping {
          min-width: 125px;
      }
  
      .main-product-estimated .container__shipping svg {
          width: 36px;
          height: auto;
      }
  }
  
  @media screen and (max-width: 1120px) {
      .main-product-estimated {
          font-size: 13px;
      }
  
      .main-product-estimated .container__shipping svg {
        width: 25px;
          height: 25px;
      }
      
      .main-product-estimated .icon-block svg {
      width: 22px;
      height: 22px;
      }
  
      .main-product-estimated .date {
          padding-left: 0px;
          padding-right: 20px;
      }
  
      .main-product-estimated .container__shipping {
          padding-right: 0px;
          padding-left: 20px;
      }
  }
  
  @media screen and (max-width: 680px) {
      .main-product-estimated .container {
          justify-content: space-around;
      }
  
      .main-product-estimated .container__shipping br {
          display: none;
      }
  
      .main-product-estimated .date {
          padding-left: 0px;
          padding-right: 10px;
      }
  
      .main-product-estimated .container__shipping {
          padding-right: 0px;
          padding-left: 15px;
      }
  }
  
  @media screen and (max-width: 420px) {
      /*.main-product-estimated .container {
          display: flex;
          gap: 6px
      }*/
  }



#desayuno-selector li {
      list-style-type: none;
    margin:5px;
    margin-bottom: 15px;
}

  #desayuno-selector label {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  padding: 10px 20px;
  border: 2px solid #ccc;
  border-radius: 20px;
  user-select: none;
  width: 100%;
  margin 5px;
}
#desayuno-selector > ul > li > label > span{
    font-size:20px;
    font-weight:bold;
    color:black;
}

/* 
#desayuno-selector input[type="radio"] {
  display: none;
} */

#desayuno-selector input[type="radio"]:checked + span,
#desayuno-selector input[type="radio"]:checked + label {
  border-color: #007bff;
  background-color: #e6f0ff;
}

#desayuno-selector label:hover {
  border-color: #007bff;
}

#ProductSubmitButton-template--17295925903454__main{
    display:none;
}


/* Empieza CSS de bundles */


.bundle-section {
  max-width: 500px;
  margin: 0 auto;
}

.bundle-section__title {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  gap: 1em;
}
.bundle-section__title span {
  flex: 1 1;
  height: 1px;
  background: #343030;
  opacity: 0.2;
}
.bundle-section__title h2 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0;
}

.bundle-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bundle-option {
  border: 2px solid #e0dddd;
  background: #f6f6f6;
  border-radius: 12px;
  padding: 6px 20px;
  display: block;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
}

.bundle-option input[type="radio"] {
  display: none;
}

.bundle-option__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bundle-option__title {
  font-size: 1.23em;
  font-weight: bold;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bundle-option__subtitle {
  color: #a5a5a5;
  font-size: 0.95em;
  margin-top: .25em;
}

.bundle-option__prices {
  text-align: right;
}

.bundle-option__price {
  font-size: 1.22em;
  font-weight: bold;
  color: #222;
}

.bundle-option__oldprice {
  font-size: 0.95em;
  color: #bcbcbc;
  text-decoration: line-through;
}

.bundle-option__badge {
  display: inline-block;
  background: #cc2525;
  color: #fff;
  font-size: 0.7em;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 700;
  margin-left: 6px;
  vertical-align: middle;
}

/* Estado seleccionado */
.bundle-option input[type="radio"]:checked + .bundle-option__content,
.bundle-option:has(input[type="radio"]:checked) {
  background: #fff;
  border-color: #222;
}

.bundle-option input[type="radio"]:checked + .bundle-option__content .bundle-option__title,
.bundle-option:has(input[type="radio"]:checked) .bundle-option__title {
  color: #000;
}

/* Animación hover */
.bundle-option:hover {
  border-color: #be978e;
}

/* Botón agregar al carrito */
.bundle-add-btn {
  width: 100%;
  background: #8a4e41;
  color: #fff;
  font-size: 1.18em;
  font-weight: bold;
  padding: 16px 0;
  border: none;
  border-radius: 10px;
  margin-top: 26px;
  cursor: pointer;
  transition: background 0.16s;
}

.bundle-add-btn:disabled {
  background: #ccb6b1;
  color: #f7f7f7;
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .bundle-option__content { flex-direction: column; align-items: flex-start; gap: 8px;}
  .bundle-options { gap: 10px;}
  .bundle-section { max-width: 98vw; }
  .bundle-add-btn { font-size: 1em; }
}

/* ocultar botones de agregar carrito que no se usan  */
#product-form-template--17295925674078__featured_product_zbD9jk{
  display:none;
}

/* Revie carousel custom style  reviews */ 

/* 
.carouselPre li{
  height: fit-content !important;
}

.itemsC .contents p{
  height: fit-content !important;
}

.itemsC .textDet{
  max-height: 100% !important;
} */

.itemsC.expanded {
  max-height: none !important;
  overflow: visible !important;
  box-shadow: 0 12px 24px -6px rgba(0,0,0,.28); /* opcional: resaltado visual al expandir */
}
/* .itemsC {
  max-height: 320px; /* o el valor que uses en tu plantilla */
  overflow: hidden;
  transition: max-height 0.2s; /* opcional para animación suave */
} */
