body.single-product .summary.entry-summary {
    opacity: 0;
    transition: opacity 0.3s ease;
}

body:not(.single-product) .summary.entry-summary {
    opacity: 1 !important;
}
