.elementor-3204 .elementor-element.elementor-element-44fc8a3{--display:flex;}.elementor-3204 .elementor-element.elementor-element-e63e6f4{--spacer-size:105px;}.elementor-widget-theme-archive-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3204 .elementor-element.elementor-element-78c3c42{text-align:center;}.elementor-3204 .elementor-element.elementor-element-78c3c42 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-weight:600;color:#4ECC5E;}.elementor-3204 .elementor-element.elementor-element-cfdaa28{text-align:center;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3204 .elementor-element.elementor-element-4b243ca.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-3204 .elementor-element.elementor-element-4b243ca.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-3204 .elementor-element.elementor-element-2c4d5fa{--spacer-size:92px;}.elementor-3204 .elementor-element.elementor-element-693fac3{--display:flex;}.elementor-3204 .elementor-element.elementor-element-fdb2ab2{--spacer-size:121px;}@media(max-width:1024px){.elementor-3204 .elementor-element.elementor-element-4b243ca.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-3204 .elementor-element.elementor-element-e63e6f4{--spacer-size:53px;}.elementor-3204 .elementor-element.elementor-element-4b243ca.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-4b243ca *//* ================================
   Agrox Modern Product Grid
   ================================ */

/* Grid layout */
ul.products.elementor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Product card */
ul.products li.product {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Product image */
ul.products li.product .woo-thumb {
  position: relative;
  overflow: hidden;
}
ul.products li.product img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
}
ul.products li.product:hover img {
  transform: scale(1.05);
}

/* Lightbox icon */
ul.products li.product .woo-thumb .dl-lightbox {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(22, 67, 51, 0.75); /* Dark Agrox Green */
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
  transition: background 0.3s ease;
}
ul.products li.product .woo-thumb .dl-lightbox:hover {
  background: #43aa5c; /* Primary Agrox Green */
}

/* Content wrap */
ul.products li.product .woo-heading {
  padding: 16px 14px 20px;
  flex-grow: 1;
}

/* Category pill */
ul.products li.product .dl-cat-item {
  display: inline-block;
  background: #43aa5c; /* Primary Green */
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  border-radius: 9px;
  padding: 5px 14px;
  margin-bottom: 12px;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(67,170,92,0.25);
}

/* Product title */
ul.products li.product h2.woocommerce-loop-product__title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #164333; /* Dark Green */
  margin: 8px 0 16px;
  transition: color 0.3s ease;
}
ul.products li.product:hover h2.woocommerce-loop-product__title {
  color: #43aa5c;
}

/* CTA Button */
ul.products li.product a.button {
  display: inline-block;
  padding: px 22px;
  border: 2px solid #43aa5c;
  background: transparent;
  color: #43aa5c;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}
ul.products li.product a.button:hover {
  background: #43aa5c;
  color: #fff !important;
  border-color: #43aa5c;
}

/* Mobile tweaks */
@media (max-width: 767px) {
  ul.products.elementor-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
  }
}/* End custom CSS */