/* === الشريط الإعلاني المثبت === */
.salla-advertisement,
.s-advertisement {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    background-color: #d90101 !important; /* لون الخلفية */
    color: white !important; /* لون النص */
    text-align: center !important;
    font-weight: bold !important;
    padding: 3px 0 !important; /* جعل الشريط أنحف */
    font-size: 10px !important; /* تصغير الخط */
}

/* إزاحة المحتوى لأسفل حتى لا يغطيه الشريط */
body {
    padding-top: 20px !important; /* يناسب الارتفاع الجديد للشريط */
}

/* === زر الإضافة للسلة - ثابت باللون الذهبي === */
.s-button-primary {
    background-color: #dfb86d !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.s-button-primary:hover {
    background-color: #cfa75d !important;
    color: white !important;
}

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

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

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