/*
 Theme Name:     divi-child
 Theme URI:      http://yourwebsite.com
 Description:    Child theme for Divi
 Author:         Your Name
 Author URI:     http://yourwebsite.com
 Template:       Divi
 Version:        1.0.0
*/

/* Import parent theme styles */
@import url("../Divi/style.css");


.custom-product-detail h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

.custom-product-detail p {
    font-size: 16px;
    margin-bottom: 15px;
}

.custom-product-detail .product-specification {
    font-size: 14px;
    line-height: 1.6;
}
