/**
* Theme Name: Blonwe Child
* Description: This is a child theme of Blonwe, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: blonwe
* Version: 1.2.4
*/





@media screen and (min-width: 1200px) {
    .single-product-wrapper.style-1 > *.product-detail {
        width: 100%; 
    }
}



.single-product .product-description { /* Replace with the actual class */
        width: 100%;
        max-width: 100%;
        float: none; /* If it's floated, remove the float */
        margin: 0; /* Remove any default margins */
    }


.custom-full-width-description {
    width: 100%;
    clear: both; /* Clear floats if needed */
    /* Add other styling for padding/margins as needed */
}




.single-product-wrapper .woocommerce-product-details__short-description {
    font-size: 1rem;
    color: var(--color-gray700)
#4F575E
;
    margin-bottom: 1.5625rem;
}



woocommerce div.product .summary .product_description {
    font-size: 18px; /* Or any size you prefer, e.g., 20px, 1.2em */
}

.woocommerce .woocommerce-tabs p {
  font-size: 16px;
}