/* LOGO */
.navbar-brand img,
a[data-selia="footer-logo-link"] img {
    background-color: #fff;
    padding: 8px;
    border-radius: 10px;
    height: unset !important;
    max-height: unset;
}
.show-original-logo-on-scroll .navbar-brand img {
    width: 110px !important;
}

/* Header */
body:not(.index) .main-nav-container,
body:not(.index) .top-navbar:not(.topnav-has-bg),
body:not(.index) .main-menu-row {   
    background-color: #0a3622;
}
@media (max-width: 576px) {
    .store-header {
        position: static !important;
        background-color: #0a3622;
    }
    body.index .store-header #mainnav:not(.fixed-pinned) img[alt="غزال GAZAL للعطور Logo"] {
        /* filter: brightness(0) invert(1) !important; */
        width: 120px !important;
        height: unset !important;
    }
    .show-original-logo-on-scroll .navbar-brand img {
        width: 100px !important;
        height: unset !important;
    }
}

/* Main Banner */
section.advanced-slider h2,
section.advanced-slider p {
    color: #d4af37;
}
section.advanced-slider a {
    padding: 12px 36px;
    font-size: 18px;
}
@media (min-width: 991px) {
    .advanced-slider__caption__inner__content {
        max-width: 500px;
    }
    section.advanced-slider h2 {
        line-height: 88px;
    }
    section.advanced-slider p {
        margin-block: 34px 6px;
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .advanced-slider__caption__inner__content {
        max-width: 180px;
    }
    section.advanced-slider h2 {
        line-height: 34px;
        font-size: 22px;
    }
    section.advanced-slider p {
        margin-block: 8px;
        font-size: 12px;
    }
    section.advanced-slider a {
        padding: 6px 16px;
        font-size: 12px;
    }
}

/* cats */
section.s-block--square-links ul {
    max-width: 450px;
    margin-inline: auto;
}

/* Footer LOGO */
.store-footer img[alt="غزال GAZAL للعطور"] {
    /* filter: brightness(0) invert(1); */
}