/* Add custom CSS styles below */

/* زر واتساب */
#wa-widget-send-button {
    bottom: 129px;
}

/* تكبير البنرات */
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0rem;
}  

/* توسيط الفوتر */
.store-footer__inner,
.store-footer {
}

#wa-angel {
  display:none;
}

footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

/* === الشريط الإعلاني المثبت والمتوسط === */
.salla-advertisement,
.s-advertisement {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important; /* إلغاء bottom-4 */
    left: 0 !important;
    right: 0 !important;
    z-index: 99999 !important;
    width: 100% !important;
    background-color: #00a000 !important; /* لون الخلفية */
    color: #ffffff !important;

    display: flex !important;
    justify-content: center !important; /* توسيط أفقي */
    align-items: center !important;     /* توسيط عمودي */
    text-align: center !important;

    padding: 4px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    word-wrap: break-word !important;
}

/* منع تداخل المحتوى مع الشريط */
body {
    padding-top: 55px !important; /* ارتفاع الشريط */
}

/* لون الحقوق */
.copyright-text p {
    color: rgb(174 174 174);
}

/* الأزرار الأساسية */
.s-button-primary {
    border-color: #d11e22;
    background-color: #d11e2200; /* الخلفية شفافة */
    color: #d11e22;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* عند تمرير الفأرة على الأزرار */
.s-button-primary:hover {
    background-color: #770c0c;
    color: white;
}

/* زر "اشتري الآن" */
.s-add-product-button-mini-checkout {
    background-color: #d11e22;
    border: 1px solid white;
    border-radius: 12px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

salla-mini-checkout-widget .s-add-product-button-mini-checkout-content {
    color: white !important;
    font-size: 14px;
    font-family: var(--font-main), -apple-system, BlinkMacSystemFont;
}

.s-add-product-button-mini-checkout:hover {
    background-color: #770c0c;
    color: white;
}

/* === تحسين التجاوب للجوال === */
@media (max-width: 768px) {
    .salla-advertisement,
    .s-advertisement {
        font-size: 14px !important;
        padding: 8px 5px !important;
        line-height: 1.4 !important;
    }
}