/* Add custom CSS styles below */ 
.store-footer {
    margin-top: 5rem;
    DISPLAY: NONE;
}

.enhanced-title-border {
    border: 2px solid var(--color-primary);
    border-radius: 100%;
    display: block;
    height: 14px;
    margin: 15px auto;
    position: relative;
    width: 14px;
    DISPLAY: NONE;
}

.s-block-trust-landing-footer__image {
    height: 280px;
    width: 100%;
    border-radius: 0.75rem;
    object-fit: cover;
    display: none;
}

.banner-container {
    width: 100%;
    padding-block: 0px;

}
/* ===== اظهار شريط العرض ===== */
.s-announcement-bar {
    display: block !important;
    visibility: visible !important;
    height: auto !important;

    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;

    animation: pulse 1.5s infinite;
}

/* حركة خفيفة تجذب الانتباه */
@keyframes pulse {
    0% {opacity: 1;}
    50% {opacity: 0.7;}
    100% {opacity: 1;}
}