/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

[class*="wd-grid-f"] {
    flex-wrap:nowrap !important;
}

/* Style adjustment for the relocated mobile product title */
.single-product .entry-summary + .product_title,
.single-product .woocommerce-product-details__title,
.single-product > .product_title {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    font-size: 24px !important; /* Adjust font size for mobile if needed */
    line-height: 1.3 !important;
    display: block !important;
}