/* Font */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* Header */
#main-nav {
    background-color: transparent;
}

/* Common */
body.bg-white {
    background-color: #ece8dd;
}

/* fw */
section:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) {
    margin-top: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* products */
.s-block--best-offers h2 {
    color: var(--color-primary);
    font-weight: bold;
    
}

/* Featured Imgs Banner */
.s-block--features-slider .btn.group {
    color: #fff;
    background-color: var(--color-primary);
}
@media (min-width: 1024px) {
    .s-block--features-slider h2 {
        font-size: 52px;
    }
    .s-block--features-slider p {
        font-size: 46px;
        line-height: 3.3rem;
    }
}

/* Categories List Start */
section.s-block.s-block--banners .grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
div.banner-entry:first-child {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 1;
}
/* customize each one START */
div.banner-entry:nth-child(2),
div.banner-entry:nth-child(4) {
    grid-row: 1 / 3;
    height: 100%;
}
div.banner-entry:nth-child(5) {
    grid-column: 1/2;
}
div.banner-entry:last-child {
    grid-column: 3/4;
    grid-row: 2/3;
}
/* customize each one END */
div.banner-entry {
    height: 330px;
    background-color:unset;
    transition: 0.2s;
}
div.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-entry a:before {
    background-color: rgba(0, 0, 0, 0.35);
}

@media(min-width:768px) and (max-width:1200px){
    div.banner-entry{
        height: 225px;
    }
}
@media(max-width:992px){
    div.banner-entry{
        height: 175px;
    }
}
@media(max-width:768px){
    div.banner-entry{
        height: 155px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners .grid {
        gap: 0.5rem;
    }
    section.s-block.s-block--banners .grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    div.banner-entry{
        height: 195px;
    }
    div.banner-entry:nth-child(3) {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    div.banner-entry:nth-child(4) {
        grid-row: 3/5;
        grid-column: 1/2 !important;
    }
    div.banner-entry:nth-child(5) {
        grid-row: 3/4;
        grid-column: 2/3 !important;
    }
    div.banner-entry:nth-child(6) {
        grid-row: 4/5;
        grid-column: 2/3 !important;
    }
}
/* Categories List End */

button.undefined {
    background-color: var(--color-primary);
    color: #fff;
}

/* Footer */
.footer-is-light .store-footer,
.footer-is-light .store-footer__info-bar {
    background-color: transparent;
}
@media (max-width: 640px) {
    .store-footer * {
        text-align: center;
        margin-inline: auto;
    }
}