/*
Theme Name: WoodMart Child
Theme URI:  https://example.com/woodmart-child
Description: Child theme for WoodMart. Add your custom CSS here.
Author:      Your Name
Author URI:  https://example.com
Template:    woodmart
Version:     1.0.0
Text Domain: woodmart-child
*/

/* ========== Custom Child Theme CSS ========== */

/* Example: make product titles larger */
.woocommerce-loop-product__title {
  font-size: 18px;
}

/* Place additional CSS below this line */
