/* =========================
   PRODUCTO INDIVIDUAL - DETALLE
   ========================= */
.producto-individual {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  /* gap: 40px; */
  /* font-family: 'Montserrat', 'Inter', sans-serif; */
}

.producto-contenedor {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.producto-img {
  flex: 1 1 45%;
}
@media (max-width: 800px){
  .producto-img {
    flex: 1 1 100%;
  }
}

.producto-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.producto-detalle {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}

.producto-titulo {
  font-size: 26px;
  font-weight: 700;
  color: #1f1f1f;
}

.producto-precio-unitario {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.producto-precio-unitario .precio {
  font-size: 24px;
  font-weight: 700;
}

.producto-precio-unitario .unidad-texto {
  font-size: 14px;
  color: #777;
}

.producto-frase {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.producto-linea {
  border: none;
  border-top: 1px solid #eee;
}

.producto-cantidad-total {
  font-size: 16px;
  color: #333;
}

.total-precio {
  font-weight: 600;
  color: #0059ff;
  margin-left: 6px;
}

.producto-precios-rango {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-rango {
  padding: 6px 12px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-rango-precio{
  color: #0000F5;
  border-color: #FF4444;
}

.btn-rango-desc {
  font-size: 11px;
}

.btn-rango.activo {
  border-color: #FF4444;
  background-color: #fff;
}

/* Estilo embalaos para los botones + y - */
.wd-add-btn .quantity,
.producto-cantidad-control {
  /* display: flex !important;
  align-items: center !important;
  border-collapse: separate !important; */
}

.cantidad-btn.minus,
.cantidad-btn.plus {
  /* width: 25px !important;
  height: 40px !important;
  background: #ffffff;
  border: 1px solid #e5e5e5 !important;
  color: #777777 !important;
  font-size: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 400 !important;
  padding: 0 !important;
  cursor: pointer; */
}

.cantidad-btn.minus {
  /* border-right: none !important;
  border-radius: 5px 0 0 8px !important; */
}

.cantidad-btn.plus {
  /* border-left: none !important;
  border-radius: 0 8px 8px 0 !important; */
}

.cantidad-input {
  /* width: 40px !important;
  height: 40px !important;
  border-top: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-left: none !important;
  border-right: none !important;
  color: #777777 !important;
  font-size: 16px !important;
  text-align: center !important;
  padding: 0 !important;
  border-radius: 0 !important; */
}


.producto-botones {
  /* display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap; */
}

.boton-comprar,
.boton-anadir {
  max-height: 51px;
  padding: 13px 23px !important;
  white-space: nowrap;
  /* padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease-in-out; */
}


.producto-sku {
  font-size: 13px;
  color: #888;
}

.producto-pago img {
  /* max-height: 150px;
  height: 100px; */
  margin-left: -5px;
}

.producto-botones-rangos {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.rango-precio {
  font-size: 16px;
  font-weight: bold;
  color: #0059ff;
}

.rango-unidades {
  font-size: 13px;
  color: #222;
}

.btn-rango {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
  min-width: 100px;
  text-align: center;
}

.btn-rango .btn-rango-desc {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.btn-rango.activo {
  border: 2px solid #ff4d4f;
  box-shadow: 0 0 0 1px #ff4d4f;

}

.producto-botones {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.producto-cantidad-control {
  /* display: flex;
  gap: 15px;
  align-items: center; */
  /* margin-bottom: 15px; */
}

.producto-acciones-completas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

.producto-acciones-completas .producto-cantidad-control {
  margin: 0;
}

.producto-acciones {
  /* display: flex;
  align-items: center;
  gap: 12px; */
  /* margin-top: 20px; */
}

.producto-acciones .boton-anadir,
.producto-acciones .boton-comprar {
  /* padding: 10px 20px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  height: 42px;
  display: flex;
  align-items: center; */
}

.boton-anadir {
  border: 1px solid lightgray;
}

.boton-comprar {
  background-color: #0059ff;
  color: white;
  border: none;
}

.cart-count.adding {
  animation: cartPulse 0.4s ease-in-out;
  background-color: #28a745;
  color: white;
}

@keyframes cartPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.mini-toast {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #333;
  color: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 2147483647;
  opacity: 0.95;
  transition: opacity 0.5s ease;
}

.mini-toast.fade-out {
  opacity: 0;
}

/* ----------------------------  */
.tiered-pricing-block {
  border: 2px solid #999;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}

.tiered-pricing-block:hover {
  border-color: #e7307b;
  background-color: #fff3f8;
}

.tiered-pricing-table tbody tr{
  cursor: pointer;
}
/* .tiered-pricing--active {
  border-color: #e7307b !important;
  background-color: #ffe4ef !important;
  font-weight: bold;
} */
