/* ==== AJUSTES EXISTENTES PARA PRODUCTOS EN GRID ==== */
.product-miniature .product-title {
    height: auto !important;
    max-height: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}

.product-miniature .product-title a {
    height: auto !important;
    max-height: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    display: block !important;
    line-height: 1.2 !important;
}

.product-miniature {
    height: auto !important;
    min-height: 420px !important;
}

/* ==== NUEVO: DESCRIPCIÓN EN FICHA DE PRODUCTO A ANCHO COMPLETO ==== */
#product .product-information .tabs,
#product .product-information .tab-content,
#product .product-information {
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px;
    box-sizing: border-box;
}

#product .product-information {
  max-width: 100% !important;
  width: 100% !important;
  padding: 20px;
  box-sizing: border-box;
}

.descripcion-estandar {
  color: #003478 !important;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6;
}

/* Títulos dentro de descripción */
.descripcion-estandar h2,
.descripcion-estandar h3 {
  color: #003478;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Listas */
.descripcion-estandar ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.descripcion-estandar li {
  list-style-type: disc;
  margin-bottom: 6px;
}

.descripcion-estandar p {
  margin-bottom: 15px;
}
