/* =====================================================
كرت المنتج 
===================================================== */


/* الكرت كامل */
custom-salla-product-card.product-card {
    position: relative;
    background: #fff !important;
    border-radius: 28px !important;
    overflow: visible !important;
    padding: 0 24px 26px !important;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
    min-height: auto !important;
    margin-top: 75px;
}

/* الصورة تكون فوق الكرت */
.product-card__image {
    position: relative;
    z-index: 10;
    top: -64px;
    width: 100%;
    height: 170px;
    margin-bottom: -62px;
    overflow: visible !important;
    background: transparent !important;
}

.product-card__image img.main-image {
    width: auto !important;
    max-width: 78% !important;
    height: 145px !important;
    object-fit: contain;
    margin: 0 auto !important;
    display: block;
    background: none !important;
}

/* المحتوى */
.product-card__content {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

/* اسم المنتج */
.product-title,
.product-title a {
    font-size: 18px !important;
    color: #555 !important;
    font-weight: 500 !important;
    line-height: 1.6;
    margin-bottom: 8px !important;
}

/* السعر */
.product-card__price,
.price_is_on_sale,
.sale-price {
    font-size: 21px !important;
    color: #ff5a5a !important;
    font-weight: 500 !important;
    justify-content: center !important;
}

/* السعر القديم */
.product-card del,
.before-price {
    color: #999 !important;
    font-size: 15px !important;
}

/* شارة الخصم */
.product-card__promotion {
    background: #ff5a5a !important;
    color: #fff !important;
    border-radius: 7px !important;
    padding: 5px 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    margin-top: 10px !important;
}

/* زر السلة */
.product-card button,
.product-card .btn {
    background: #Dfb266 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    height: 64px !important;
    width: 78% !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 70px auto 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
}


/* اخفاء ايقونة السلة داخل الزر */

.product-card button svg,
.product-card .btn svg,
.product-card button i,
.product-card .btn i {
    display: none !important;
}

/* اخفاء المفضلة والعرض السريع */
.btn--wishlist,
.quickview-btn,
.product-card__hover,
.product-card__actions,
div[data-title="عرض سريع"] {
    display: none !important;
}

/* الجوال */
@media (max-width: 768px) {
    custom-salla-product-card.product-card {
        border-radius: 28px !important;
        padding: 0 18px 24px !important;
        margin-top: 70px;
    }

    .product-card__image {
        top: -58px;
        height: 155px;
        margin-bottom: -58px;
    }

    .product-card__image img.main-image {
        height: 130px !important;
        max-width: 82% !important;
    }

    .product-card button,
    .product-card .btn {
        width: 82% !important;
        height: 58px !important;
        margin-top: 55px !important;
        font-size: 12px !important;
    }
}

/* إزالة الخط الفاصل فوق زر السلة */

.product-card__enhanced-mini-cart-divider {
    display: none !important;
}

/* تحسين وضوح وتكبير صورة المنتج */

.product-card__image img.main-image,
.product-card__image img,
.product-card img.main-image {
    
    width: 100% !important;
    max-width: 170px !important;
    height: 170px !important;

    object-fit: contain !important;
    object-position: center !important;

    transform: scale(1.15) !important;

    margin: 0 auto !important;
    display: block !important;
}

/* إزالة الخط تحت عنوان السكشن */

.border-2.border-primary {
    display: none !important;
}


/* الجوال */
@media (max-width: 768px) {
    .product-card__promotion {
        top: -28px !important;
        right: 12px !important;
        font-size: 13px !important;
        padding: 4px 9px !important;
    }
}
/* ضبط مكان العنوان الترويجي */
@media (min-width: 769px){

.product-card__image {
    overflow: visible !important;
}

.product-card__promotion {
    position: relative !important;
    top: -190px !important;
    right: 100px !important;
    left: auto !important;
    z-index: 50 !important;
    display: inline-block !important;
  background: green !important;
}
}
/* الجوال فقط */
@media (max-width: 768px) {
    .product-card__promotion {
        top: -20px !important;
        right: 18px !important;
        font-size: 12px !important;
        padding: 5px 9px !important;
      background: green !important;
    }
}



/* =====================================================
   الفوتر كامل
===================================================== */

/* الفوتر بدرجات أغمق*/

.store-footer {
    background:
        radial-gradient(
            circle at bottom center,
            rgba(89, 72, 42, 0.55) 0%,
            transparent 50%
        ),

        linear-gradient(
            180deg,
            #020100 0%,
            #050301 30%,
            #0a0602 55%,
            #1a1107 75%,
            #59482A 100%
        ) !important;
}
/* إزالة أي خلفيات داخلية */

.store-footer__inner,
.store-footer__contacts-row,
.footer-bottom,
.store-footer__inner *,
.store-footer__contacts-row *,
.footer-bottom * {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}


/* =====================================================
   دمج سكشن التواصل مع الفوتر
===================================================== */

.store-footer__contacts-row {
    margin-top: -30px !important;
    padding-top: 0 !important;
    padding-bottom: 25px !important;
}


/* =====================================================
   إزالة الخط الفاصل
===================================================== */

.footer-bottom {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* =====================================================
   إزالة الموجة العلوية
===================================================== */

.store-footer > svg,
.store-footer__curve {
    display: none !important;
}


/* =====================================================
   النصوص
===================================================== */

.store-footer,
.store-footer p,
.store-footer a,
.store-footer li,
.store-footer h2,
.store-footer h3,
.store-footer h4,
.footer-bottom,
.footer-bottom p,
.footer-bottom a {
    color: #ffffff !important;
}


/* =====================================================
   الأيقونات
===================================================== */

.store-footer svg,
.store-footer i,
.footer-bottom svg,
.footer-bottom i {
    color: #d4aa53 !important;
    fill: #d4aa53 !important;
}


/* =====================================================
   روابط الفوتر
===================================================== */

.store-footer a:hover {
    color: #d4aa53 !important;
}


/* =====================================================
   شعارات الدفع
===================================================== */

.footer-bottom img,
.store-footer__contacts-row img {
    filter: brightness(1);
}


/* =====================================================
   الجوال
===================================================== */

@media (max-width: 768px) {

    .store-footer {
        padding-top: 40px !important;
    }

    .store-footer__contacts-row {
        margin-top: -15px !important;
        padding-bottom: 20px !important;
    }

    .footer-bottom {
        padding-bottom: 20px !important;
    }
}

/* =====================================================
صفحة المنتج
===================================================== */


/* تغيير خلفية تفاصيل المنتج */

#single-product-details,
#single-product-details .container,
.s-block-tabs,
.s-block-tabs-products {
    background: #CBA45D !important;
}
#single-product-details * {
    color: #fff !important;
}
/* تدوير حواف قسم تفاصيل المنتج */

#single-product-details,
#single-product-details .container,
.s-block-tabs,
.s-block-tabs-products {

    border-radius: 25px !important;
    overflow: hidden !important;
}

/* توسيط تفاصيل المنتج */

.product-single__info,
.product-single__info * {

    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
}

/* توسيط الخيارات */

.product-form,
.product-form .form-group,
.product-form .choices {

    margin-left: auto !important;
    margin-right: auto !important;
}

/* توسيط زر السلة */

.product-form .btn,
.product-form button {

    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
}
/* مسافة بين السعر والرقم */

.product-price,
.product-price-top {

    gap: 10px !important;
}

/* مسافة بين رقم الجوال والنص */

.product-form label,
.product-form .form-label {

    margin-bottom: 10px !important;
}

/* مسافة داخل حقل رقم الجوال */

.product-form input {

    margin-top: 8px !important;
}
/* ترتيب السعر السفلي */

.product-price-bottom,
.product-price-bottom > div,
.product-price-bottom .w-full {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
}

/* السعر الحالي */

.product-price-bottom .sale-price,
.product-price-bottom .price_is_on_sale {

    margin-right: 8px !important;
}

/* السعر قبل الخصم */

.product-price-bottom del,
.product-price-bottom .price-before {

    margin-left: 8px !important;
    opacity: .5;
}



/* ضبط محاذاة كلمة السعر */

.product-price-bottom,
.product-price-bottom > div,
.center-between.w-full {

    align-items: center !important;
}

/* كلمة السعر */

.product-price-bottom span:first-child,
.center-between.w-full span:first-child {

    position: relative;
    top: 2px;
}

/* توحيد مقاس الأزرار */
.s-add-product-button-main .s-button-element,
.s-add-product-button-main .s-fast-checkout-button {
    height: 40px !important;
    padding: 8px 24px 10px !important;
    font-size: 14px !important;
    box-sizing: border-box;
}




/* توسيط صورة الوصف في كرت وصف المنتج */
@media (min-width: 1024px) {
  #details_table p {
    text-align: center;
  }

  #details_table p img {
    display: block;
    margin: 0 auto;
  }
}

/* =====================================================
القائمة الجانبية
===================================================== */

@media (max-width: 768px) {

    /* خلفية القائمة */
    .mm-ocd_content,
    #mobile-menu,
    .mm-spn {
        background: #000 !important;
    }

    /* حذف كلمة القائمة الرئيسية */
    #mobile-menu::after {
        display: none !important;
        content: none !important;
    }

    .mm-spn.mm-spn--navbar:after {
        display: none !important;
        content: none !important;
    }
  .mm-spn--navbar::after {
    opacity: 0 !important;
    visibility: hidden !important;
}


    /* تنزيل التصنيفات */
    #mobile-menu ul {
        padding-top: 20px !important;
    }

    /* لون النص */
    #mobile-menu a,
    #mobile-menu span {
        color: #fff !important;
    }

}