.elementor-1508 .elementor-element.elementor-element-145ed92{--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-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{--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{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.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-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products ul.products li.product{text-align:center;border-radius:0px;background-color:#3D3D3D00;}.elementor-1508 .elementor-element.elementor-element-a3f9be1 > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#292929;}.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#292929;}.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Red Hat Display", Sans-serif;font-size:24px;font-weight:400;}.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products ul.products li.product .price{color:#000000;font-family:"Red Hat Display", Sans-serif;font-size:18px;font-weight:400;}.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products ul.products li.product .price ins{color:#000000;}.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products ul.products li.product .price ins .amount{color:#000000;}.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products ul.products li.product .price del{color:#000000;}.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products ul.products li.product .price del .amount{color:#000000;}@media(max-width:1024px){.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1508 .elementor-element.elementor-element-a3f9be1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-a3f9be1 *//* Product card container */
.woocommerce ul.products li.product {
  position: relative;
  background-color: #fff;
  border: none;
  overflow: hidden;
  padding: 0;
  text-align: center;
  transition: transform 0.3s ease;
}

/* Hover effect */
.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
}

/* Product image */
.woocommerce ul.products li.product img {
  width: 100%;
  display: block;
  border-radius: 0;
}

/* Title and Price */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  font-family: 'Georgia', serif;
  color: #222;
  margin-top: 12px;
}

/* Hide default Add to Cart button */
.woocommerce ul.products li.product .button {
  display: none !important;
}

/* Show actual link on hover */
.woocommerce ul.products li.product:hover .custom-add-to-cart {
  opacity: 1;
  pointer-events: auto;
}

/* Hide product ratings */
.woocommerce ul.products li.product .star-rating {
  display: none !important;
}/* End custom CSS */