.elementor-2430 .elementor-element.elementor-element-1fd0ba4b{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-2430 .elementor-element.elementor-element-1fd0ba4b:not(.elementor-motion-effects-element-type-background), .elementor-2430 .elementor-element.elementor-element-1fd0ba4b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDF2F7;}.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-2430 .elementor-element.elementor-element-79e9a686{text-align:center;}.elementor-2430 .elementor-element.elementor-element-79e9a686 .elementor-heading-title{font-family:"Cairo", Sans-serif;font-size:40px;font-weight:700;color:var( --e-global-color-kadence2 );}.elementor-2430 .elementor-element.elementor-element-f18ea3{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.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-2430 .elementor-element.elementor-element-227a4aa2.elementor-wc-products  ul.products{grid-column-gap:100px;grid-row-gap:40px;}.elementor-2430 .elementor-element.elementor-element-227a4aa2.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-2430 .elementor-element.elementor-element-f18ea3{--width:100%;}}@media(max-width:1024px){.elementor-2430 .elementor-element.elementor-element-227a4aa2.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-2430 .elementor-element.elementor-element-227a4aa2.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-227a4aa2 *//* الكارد الأساسي */
.woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 10px 10px !important; /* بادينج داخلي للكارد */
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* الهوفر */
.woocommerce ul.products li.product:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  border-color: #ddd;
}

/* الصورة */
.woocommerce ul.products li.product img {
  border-radius: 10px;
  margin-bottom: 20px; /* مسافة أسفل الصورة */
  max-height: 230px;
  object-fit: contain;
}

/* العنوان */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 15px; /* مسافة أعلى وأسفل العنوان */
  color: #222;
  line-height: 1.4;
}

/* السعر */
.woocommerce ul.products li.product .price {
  color: #28a745;
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0; /* مسافة حول السعر */
}

/* زر إضافة للسلة */
.woocommerce ul.products li.product .button {
  background: #28a745;
  color: #fff;
  font-weight: 600;
  padding: 12px 22px; /* بادينج داخلي للزرار */
  border-radius: 10px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.woocommerce ul.products li.product .button:hover {
  background: #218838;
  transform: scale(1.05);
}/* End custom CSS */