.elementor-226 .elementor-element.elementor-element-81f02f6{--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;--margin-top:3%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.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-226 .elementor-element.elementor-element-b1a828c .elementor-heading-title{font-family:"Noto Sans Hebrew", Sans-serif;font-size:16px;font-weight:600;color:#243144;}.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-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products ul.products li.product{text-align:center;}.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#243144;}.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#243144;}.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products ul.products li.product .price{color:#243144;}.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products ul.products li.product .price ins{color:#243144;}.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products ul.products li.product .price ins .amount{color:#243144;}.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products ul.products li.product .price del{color:#243144;}.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products ul.products li.product .price del .amount{color:#243144;}.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products ul.products li.product .button{color:#FCFCFC;background-color:#243144;border-radius:10px 10px 10px 10px;}.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-226 .elementor-element.elementor-element-a899f5e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-a899f5e *//* מסגרת וצל לכל כרטיס מוצר */
.woocommerce ul.products li.product {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 20px;
  transition: all 0.3s ease;
  text-align: center;
}

/* ריחוף */
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
}

/* שם המוצר */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 17px;
  font-weight: 600;
  color: #2c2c2c;
  margin: 12px 0 6px;
}

/* מחיר */
.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

/* כפתור "הוספה לסל" */
.woocommerce ul.products li.product .button {
  background-color: #2c2f3b;
  color: #fff;
  border-radius: 16px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.woocommerce ul.products li.product .button:hover {
  background-color: #4a90e2;
  transform: scale(1.05);
}


@media (max-width: 767px) {
  .woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 330px; /* אתה יכול להתאים את זה */
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.5em; /* מונע קפיצה בין כרטיסים */
  }

  .woocommerce ul.products li.product .button {
    margin-top: auto;
  }
}/* End custom CSS */