/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2025 | 08:28:20 */
/* Nasconde l'h2 delle recensioni e lo sostituisce con un paragrafo */
h2.woocommerce-Reviews-title {
    font-size: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

h2.woocommerce-Reviews-title:after {
    content: "Recensioni";
    visibility: visible;
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
}

