/* Header */
#mainnav {
    height: unset !important;
}
#mainnav img[alt="alsheraa-dates logo"] {
    max-height: unset;
    max-width: unset;
    height: 7rem;
}

/* gr-main-banner */
section.gr-main-banner .link {
    border: 1px solid #fff;
    padding: 6px !important;
}

/* banner 1 */
section.banner-1.overflow-hidden > img {
    display: none;
}

/* GR_Interactive_banner */
section.GR_Interactive_banner {
    margin-top: 2rem;
}

/* GR_Why_choose_use */
section.GR_Why_choose_use h2,
section.GR_Why_choose_use p,
.image-logo {
    display: none;
}
@media (min-width: 1024px) {
    section.GR_Why_choose_use .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    section.GR_Why_choose_use .grid > div {
        align-items: center;
    }
    section.GR_Why_choose_use h3 {
        text-align: center;
    }
}
@media (max-width: 768px) {
    section.GR_Why_choose_use .grid {
        gap: 2rem;
    }
    section.GR_Why_choose_use .grid > div:last-child {
        grid-column: 1/3;
    }
}

/* GR_subbanner */
section.GR_subbanner .absolute {
    display: none;
}
section.GR_subbanner .pt-7.pb-20 {
    padding-inline: 0;
}

/* GR_departments */
section.GR_departments {
    padding-bottom: 0 !important;
}

/* GR_products */
section.GR_products {
    padding-top: 0;
}
.s-product-card-vertical .s-product-card-image {
    height: 200px !important;
}

/* GR_Interactive_banner */
section.GR_Interactive_banner .relative.h-\[120px\] {
    display: none;
}

/* GR_testimonials */
section.GR_testimonials div:has( > img ) {
    height: unset;
    width: 140px;
}

/* Footer */
footer img[alt="alsheraa-dates"] {
    width: 150px;
    height: unset;
}section.GR_Interactive_banner .relative.h-\[120px\] {
    display: none;
}
footer.store-footer {
    background-color: #363636;
    background-image: unset !important;
}

/* Single Products */
section.sticky-product-bar {
    background-color: #fff !important;
}
.single-product .main-content .s-add-product-button-main .s-button-element {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}