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

.product-single div.product-single-top-description {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
}


@media (max-width: 768px) {

    .product-single-top-description {
        padding: 12px !important;
    }

    .product-single-top-description p,
    .product-single-top-description li {
        font-size: 14px !important;
    }

}



/* =========================
   عنوان اختيار المقاس
========================= */

.s-product-options-option-label b {

    font-size: 0 !important;

}


.s-product-options-option-label b::after {

    content: "اختاري مقاسك المناسب 🤍";

    font-size: 18px !important;

    font-weight: 700 !important;

    color: #101F3C !important;

}



/* النجمة المطلوبة */
.s-product-options-option-label b span {

    color: #E53935 !important;

}



/* النص الصغير تحت العنوان */
.s-product-options-option-label small {

    font-size: 15px !important;

    color: #777777 !important;

}





/* =========================
   تعديل شارة العرض على صورة المنتج (مثل: طرحة مجاناً)
========================= */

.product-card div.product-card__promotion {
    left: 0 !important;
    right: auto !important;
    top: 15px !important;
    border-radius: 0 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}






/* =========================
   تصميم زر إضافة للسلة
========================= */

.product-single section.sticky-product-bar salla-add-product-button div.s-add-product-button-main salla-button button.s-button-element {

    height: 58px !important;

    background-color: #00677A !important;

    color: #ffffff !important;

    font-size: 17px !important;

    font-weight: 700 !important;

    border-radius: 10px !important;

}









/* تحسين زر إتمام الطلب - ثيم سيليا */

.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary {
    height: 54px !important;
    min-height: 54px !important;
    border-radius: 12px !important;
    padding: 0 !important;
}

/* نص الزر */
.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary .s-button-text {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 54px !important;
}






/* إخفاء الرقم الضريبي من الفوتر - جميع الصفحات */
footer {
    .tax-number,
    .vat-number,
    [class*="tax"],
    [class*="vat"] {
        display: none !important;
    }
}







/* =========================
   تصميم تبويب تقييمات المنتج
========================= */

.product-more-info .more-info-tabs__nav-link[data-id="reviews"] {
    background-color: #FAF8F3 !important;
    border: 1px solid #142A52 !important;
    border-radius: 12px !important;
    color: #142A52 !important;
}


/* النص داخل تقييمات المنتج */

.product-more-info .more-info-tabs__nav-link[data-id="reviews"] span {
    color: #142A52 !important;
}


/* حالة التبويب النشط */

.product-more-info .more-info-tabs__nav-link[data-id="reviews"].active {
    background-color: #FAF8F3 !important;
    border: 1px solid #142A52 !important;
    color: #142A52 !important;
}