/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 25 2026 | 21:34:21 */
/* H1 de las descripciones de productos FICUVIR */
.single-product .woocommerce-Tabs-panel--description h1 {
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    line-height: 1.05 !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .single-product .woocommerce-Tabs-panel--description h1 {
        font-size: 50px !important;
    }
}

/* Móvil */
@media (max-width: 767px) {
    .single-product .woocommerce-Tabs-panel--description h1 {
        font-size: 38px !important;
        line-height: 1.05 !important;
    }
}