/* ============================= */
/* تنسيق منتجات الصفحة الرئيسية */
/* ============================= */

/* ترتيب الكرت */
.woocommerce ul.products li.product {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* تثبيت ارتفاع صورة المنتج */
.woocommerce ul.products li.product a img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* تثبيت ارتفاع العنوان */
.woocommerce ul.products li.product h2 {
    min-height: 48px;
    line-height: 1.4;
}

/* تثبيت السعر */
.woocommerce ul.products li.product .price {
    min-height: 24px;
}

/* زر اضافة للسلة */
.woocommerce ul.products li.product .button {
    background: #ffffff;
    color: #57595B;
    width: 100%;
    border-radius: 30px;
    padding: 14px;
    border: 2px solid #57595B;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
    margin-top: auto;
}

/* ايقونة سلة */
.woocommerce ul.products li.product .button::before {
    content: "🛒";
}

/* هوفر زر السلة */
.woocommerce ul.products li.product .button:hover {
    background: #57595B;
    color: #ffffff;
}

/* مسافات المنتجات */
.woocommerce ul.products {
    padding-left: 5px;
    padding-right: 5px;
}


/* ============================= */
/* زر عرض المزيد */
/* ============================= */

.show-more-btn a {
    background: #ffffff;
    color: #57595B;
    border-radius: 30px;
    padding: 14px 35px;
    border: 2px solid #57595B;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease;
}

/* ايقونة */
.show-more-btn a::before {
    content: "🛍️";
    margin-left: 8px;
}

/* هوفر */
.show-more-btn a:hover {
    background: #57595B;
    color: #ffffff;
}


/* ============================= */
/* تصغير صور صفحة المنتج */
/* ============================= */

.woocommerce div.product .woocommerce-product-gallery {
    width: 45%;
}

.woocommerce div.product .flex-control-thumbs li {
    width: 22% !important;
}

.woocommerce div.product .product_title {
    order: -1;
}


/* ============================= */
/* سلايدر الشعارات */
/* ============================= */

.elementor-widget-image-carousel .swiper-slide {
    width: auto !important;
    padding: 0 6px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-widget-image-carousel img {
    height: 250px !important;
    width: auto !important;
    object-fit: contain !important;
    border-radius: 20px;
}

.elementor-widget-image-carousel .swiper-wrapper {
    align-items: center !important;
}

.elementor-widget-image-carousel,
.elementor-widget-image-carousel .elementor-widget-container,
.elementor-widget-image-carousel .swiper {
    margin: 0 !important;
    padding: 0 !important;
}


/* ============================= */
/* Modern Cart - ازرار الكمية */
/* ============================= */

.moderncart-cart-item-quantity {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
}	
	



#colophon,
.ast-footer,
footer,
.ast-footer-wrap,
.ast-footer-copyright {
  display: none !important;
}