.elementor-6447 .elementor-element.elementor-element-8c4a17f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .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-6447 .elementor-element.elementor-element-957e713{text-align:center;}.elementor-6447 .elementor-element.elementor-element-957e713 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;font-weight:600;color:#000000;}.elementor-6447 .elementor-element.elementor-element-515d5b1{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-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-woocommerce-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-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-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-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-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-woocommerce-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-woocommerce-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-6447 .elementor-element.elementor-element-17364b0.elementor-element{--align-self:center;}.elementor-6447 .elementor-element.elementor-element-17364b0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-6447 .elementor-element.elementor-element-17364b0.elementor-wc-products .attachment-woocommerce_thumbnail{border-style:groove;border-width:1px 1px 1px 1px;border-color:#00000000;}.elementor-6447 .elementor-element.elementor-element-17364b0.elementor-wc-products ul.products li.product{border-style:solid;border-width:0px 0px 0px 0px;border-radius:0px;}.elementor-6447 .elementor-element.elementor-element-17364b0.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-6447 .elementor-element.elementor-element-17364b0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-6447 .elementor-element.elementor-element-17364b0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-17364b0 *//* Container for WooCommerce product grid */
.woocommerce.columns-4 ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}

/* Each product item */
.woocommerce.columns-4 ul.products li.product {
  flex: 1 1 calc(25% - 20px); /* Four items per row */
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 15px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

/* Fix image height and alignment */
.woocommerce.columns-4 ul.products li.product img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
  margin-bottom: 15px;
}

/* Force title and price alignment */
.woocommerce.columns-4 ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  min-height: 50px;
  flex-grow: 1;
}

/* Prices always at bottom of card */
.woocommerce.columns-4 ul.products li.product .price {
  font-weight: bold;
  color: #000;
  margin-top: auto;
}

/* Button consistency */
.woocommerce.columns-4 ul.products li.product .button {
  margin-top: 15px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
}

/* Sale badge positioning */
.woocommerce.columns-4 ul.products li.product .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  z-index: 2;
}

/* Optional: Hover effect */
.woocommerce.columns-4 ul.products li.product:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: 0.3s;
}/* End custom CSS */