.elementor-kit-11{--e-global-color-primary:#0D6F00;--e-global-color-secondary:#F6FFF6;--e-global-color-text:#1C1C1C;--e-global-color-accent:#D25A2F;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   MOCHAPET – Product Cards (Global + Home)
   ========================= */

/* CATEGORY / SHOP (WooCommerce native) */
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product,

/* HOME (Elementor widgets / loops) */
.home .elementor-widget-woocommerce-products ul.products li.product,
.home .elementor-widget-loop-grid .product,
.home .elementor-loop-container .product {

  background: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
  overflow: hidden !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* IMAGE */
body.woocommerce ul.products li.product a img,
body.woocommerce-page ul.products li.product a img,
.home .elementor-widget-woocommerce-products ul.products li.product a img,
.home .elementor-widget-loop-grid .product img,
.home .elementor-loop-container .product img {

  width: 100% !important;
  height: 220px !important;
  object-fit: contain !important;
  background: #fff !important;
  margin: 0 !important;
  padding: 16px !important;
  display: block !important;
}

/* TITLE */
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.home .elementor-widget-woocommerce-products .woocommerce-loop-product__title,
.home .elementor-widget-loop-grid .woocommerce-loop-product__title,
.home .elementor-loop-container .woocommerce-loop-product__title {

  color: #1e7a3a !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  padding: 10px 16px 0 16px !important;
  margin: 0 !important;
  text-align: center !important;
  min-height: 48px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

/* PRICE */
body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price,
.home .elementor-widget-woocommerce-products .price,
.home .elementor-widget-loop-grid .price,
.home .elementor-loop-container .price {

  color: #1e7a3a !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 10px 0 14px 0 !important;
  padding: 0 16px !important;
  text-align: center !important;
}

/* BUTTON */
body.woocommerce ul.products li.product a.button,
body.woocommerce-page ul.products li.product a.button,
.home .elementor-widget-woocommerce-products a.button,
.home .elementor-widget-loop-grid a.button,
.home .elementor-loop-container a.button {

  background: #0b5a2a !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 14px 26px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: auto auto 18px auto !important;
}

/* HIDE "ADDED TO CART" */
body.woocommerce ul.products li.product a.added_to_cart,
body.woocommerce-page ul.products li.product a.added_to_cart,
.home .elementor-widget-woocommerce-products a.added_to_cart,
.home .elementor-widget-loop-grid a.added_to_cart,
.home .elementor-loop-container a.added_to_cart {
  display: none !important;
}

/* MOBILE */
@media (max-width: 767px) {
  body.woocommerce ul.products li.product a img,
  body.woocommerce-page ul.products li.product a img,
  .home .elementor-widget-woocommerce-products ul.products li.product a img,
  .home .elementor-widget-loop-grid .product img,
  .home .elementor-loop-container .product img {
    height: 200px !important;
    padding: 14px !important;
  }
}/* End custom CSS */