@media (max-width: 767px) {
    .container.relative.z-\[5\] {
        margin: 0;
        padding: 0;
        height: 750px;
    }
}
.top-navbar .offer-bar {
    background: linear-gradient(180deg, #0DA98B, #3C4999);
}
.brands-component .marquee-container {
    background: linear-gradient(180deg, #0DA98B, #3C4999);
}
.pb-10.pt-\[76px\].md\:h-fit.md\:w-full.section-wrapper.aos-init.aos-animate {
    background: linear-gradient(rgb(13, 169, 139), rgb(60, 73, 153));
}
.store-footer {
    color: var(--color-text-footer);
    background: linear-gradient(180deg, #0DA98B, #3C4999);
}

.s-advertisement {
    overflow: hidden !important;
    background: linear-gradient(180deg, #0fa989, #315e98) !important;
}

.s-advertisement-content {
    overflow: hidden !important;
    width: 100%;
    position: relative;
}

.s-advertisement-content-main {
    display: flex !important;
    align-items: center;
    width: max-content !important;
    white-space: nowrap;
    animation: advertisement-scroll 30s linear infinite !important;
    will-change: transform;
}

.ad-offer {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.ad-gap {
    display: inline-block;
    width: 180px;
    flex-shrink: 0;
}
@keyframes advertisement-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(
            var(--scroll-distance)
        );
    }
}



[href="https://sammaati.com/offers"]{
  display: none !important
}