.elementor-5330 .elementor-element.elementor-element-e2791bb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5330 .elementor-element.elementor-element-7ff6e15{--display:flex;}.elementor-5330 .elementor-element.elementor-element-d223129{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-5330 .elementor-element.elementor-element-822eb85{--display:flex;}@media(min-width:768px){.elementor-5330 .elementor-element.elementor-element-e2791bb{--content-width:90%;}.elementor-5330 .elementor-element.elementor-element-7ff6e15{--width:25%;}.elementor-5330 .elementor-element.elementor-element-822eb85{--width:75%;}}/* Start custom CSS for shortcode, class: .elementor-element-d223129 *//* ✅ الفلتر الجانبي */
.woof_container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

/* ✅ عناوين الفلتر */
.woof_title {
  font-size: 18px;
  font-weight: bold;
  color: #007c44;
  margin-bottom: 10px;
}

/* ✅ عناصر الفلتر */
.woof_list label,
.woof_input_container label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}

/* ✅ أزرار الفلتر */
input.woof_submit_search_form {
  background: #007c44;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s ease;
}

input.woof_submit_search_form:hover {
  background: #005f33;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8e0b17b *//* ✅ تصغير الصور داخل كروت المنتجات */
ul.products li.product img {
  max-height: 180px;
  height: 180px;
  width: auto;
  object-fit: contain !important;
  margin: 0 auto 10px;
  display: block;
}


/* ✅ أبعاد كارت المنتج ثابتة */
ul.products li.product {
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ✅ توسيط النجوم */
ul.products li.product .star-rating {
  margin: 0 auto 10px;
  display: block;
}

ul.products li.product {
  display: flex;
  flex-direction: column;
  align-items: center; /* ✅ يوسّط كل العناصر أفقياً */
  justify-content: space-between;
  text-align: center;
  height: 400px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  border-radius: 14px;
  background: #fff;
}

/* ✅ حالة المنتج وعدد القطع */
.hegazy-stock {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.hegazy-stock.low {
  color: #dc3545; /* أحمر */
  animation: blink-stock 1.5s infinite;
}

.hegazy-stock.in-stock {
  color: #007c44; /* أخضر */
}

/* أنيميشن خفيف للنفاد */
@keyframes blink-stock {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

ul.products li.product {
  text-align: center; /* يخلي كل حاجة في النص */
}

ul.products li.product .button,
ul.products li.product .star-rating,
ul.products li.product .price,
ul.products li.product .ast-woo-product-category,
ul.products li.product h2.woocommerce-loop-product__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}


ul.products li.product .star-rating {
  display: flex !important;
  justify-content: center !important;
  margin: 8px auto !important;
  float: none !important;
  text-align: center !important;
}

ul.products li.product .add_to_cart_button {
  display: inline-block !important;
  margin: 12px auto 0 auto !important;
  float: none !important;
  text-align: center !important;
}

ul.products li.product {
  text-align: center !important;
}

ul.products li.product .astra-shop-summary-wrap {
  display: flex;
  flex-direction: column;
  align-items: center !important;
}

/* ✅ تخصيص شكل زر "Add to Wishlist" */
ul.products li.product .tinvwl_add_to_wishlist_button {
  background-color: #ffe6f0;
  color: #cc0066;
  transition: all 0.3s ease;
  border: none;
  text-align: right;
}

ul.products li.product .button,
ul.products li.product .tinvwl_add_to_wishlist_button {
  display: inline-block !important;
  vertical-align: middle;
  margin-top: 8px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
}



ul.products li.product .tinvwl_add_to_wishlist_button:hover {
  background-color: #cc0066;
  color: #fff;
  transform: scale(1.05);
}











/* ✅ الحاوية */
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin: 40px 0 20px;
}

/* ✅ شكل الأزرار */
.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block;
}

/* ✅ الزر الأساسي */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* ✅ عند التحويم */
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #007c44;
  color: #fff;
}

/* ✅ الزر الحالي */
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #007c44;
  color: #fff;
  pointer-events: none;
}

/* ✅ أسهم التنقل */
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  font-size: 18px;
}

/* ✅ إلغاء الإطار من أي عنصر داخل الترقيم */
.woocommerce nav.woocommerce-pagination ul * {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}/* End custom CSS */