/* Add custom CSS styles below */ 
.s-block--fixed-banner:first-of-type .container::after {
    content: "سحبات جاهزة";
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: black; /* يتكيف مع لون النص بالمتجر */
    margin-top: 15px;
}

/* الكلمة تحت البانر الثابت الثاني (مستلزمات أخرى) */
main section:nth-child(4) .container::after,
main .s-block:nth-child(4) .container::after {
    content: "مستلزمات أخرى" !important;
    display: block !important;
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: black !important;
    margin-top: 15px !important;
}