/**
* Theme Name:        avanam-healthmart
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-healthmart
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* 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

*/


.woocommerce .entry-content .wc-cols {
  display: grid !important;
  grid-template-columns: 1fr 1fr; 
  gap: 16px;
  align-items: start;
  clear: both;
  float: none !important;
  text-align: left; 
}


.woocommerce .entry-content .wc-cols.wc-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}


.woocommerce .entry-content .wc-cols > .wc-col {
  min-width: 0;
  float: none !important;
  margin: 0;
}


.woocommerce .entry-content .wc-cols img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0; 
}


.woocommerce .entry-content .wc-cols p:empty,
.woocommerce .entry-content .wc-cols br { display: none; }

@media (max-width: 768px) {
  .woocommerce .entry-content .wc-cols {
    grid-template-columns: 1fr !important;
  }
}