/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.9.1756034847
Updated: 2025-08-24 11:27:27

*/
/* Make Add to Cart a Green Button */
/* Force Add to Cart button styling */
/* Shop / Category Product Name padding */
/* Shop / Category Product Name - Default (Desktop & Tablet) */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 5px 12px !important;
    text-align: center;
    display: block;
    white-space: normal;
}

/* ✅ Mobile View Fix (up to 767px) */
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
      padding: 8px 15px !important;  /* more spacing left/right */
      font-size: 14px !important;    /* adjust if text looks cramped */
      text-align: center;
  }
}
