/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 14 2026 | 04:23:58 */
.single-product h1.product_title {
    color: #148CFF !important;
    font-size: 30px;
}

@media (max-width: 767px) {
    .single-product h1.product_title {
        font-size: 24px;
    }
}