/*Quita el espacio entre el boton de carrito y el precio en la categoria*/
#productPrice1.pb-3 {
    padding-bottom: 0 !important;
}

#productPrice1.mb-auto {
    margin-bottom: 0 !important;
}

#productPrice1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#productPrice2.pb-3 {
    padding-bottom: 0 !important;
}

#productPrice2.mb-auto {
    margin-bottom: 0 !important;
}

#productPrice2 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#productPrice3.pb-3 {
    padding-bottom: 0 !important;
}

#productPrice3.mb-auto {
    margin-bottom: 0 !important;
}

#productPrice3 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
/*--------------------------------------------*/
/* Estilos para "Infomacion sobre el paquete" en MODO OSCURO */
html[data-bs-theme="dark"] .product-fields-title .fw-semibold {
    color: #ffffff !important; /* Texto blanco puro */
}

html[data-bs-theme="dark"] .addtocart-button {
    color: #ffffff !important;
}

html[data-bs-theme="dark"] .addtocart-button:hover,
html[data-bs-theme="dark"] .addtocart-button:focus {
    color: #ffffff !important;
}
/* ------------------------------------------------------------- */
