/* Add custom CSS styles below */ 

/* ====== تقليل المساحة فوق البنر ====== */
.s-block--fixed-banner:nth-of-type(1){margin-top:1rem}
/* ====== إضافة أيقونة متحركة للاعلان ====== */
.promotion-banner__inner {padding-right: 10px;width: 100%;}
.promotion-banner:before {content: '';display: block;width: 2rem;text-align: center;background-image: url(https://media.zid.store/f4da164c-5501-45d0-a839-2eba6b252a43/8aea9faa-8876-4dc4-8f68-0b9832e5d2a8.svg);background-position: center;background-repeat: no-repeat;background-size: contain;margin-right: .7rem;height: 2rem;animation: fa-spin 3s linear infinite;}
.promotion-banner {display: flex;white-space: nowrap;justify-content: space-between;}
.promotion-banner ul {width: 100%;overflow: hidden;}

/* إزالة الخط أسفل عنوان البكجات التوفيرية */
.home-block-line,
.enhanced-title-border {
    display: none !important;
}
.mf-item {
    background: #f3f4f6;
    border-radius: 14px;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #111;
}