/* Add custom CSS styles below */
/* Coded with ♥ by mahmoud tarek */
/* Report me if you find any bugs */

:root {
     --main-color: #064D3F
}

/* Body */
body {
    background-color: white
}

/* Header */
.s-block--photos-slider {
    margin: 0;
}

salla-slider.photos-slider .swiper-slide {
    padding: 0;
    margin: 0;
    width: 100%;
}

[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0;
}

/* Fixed Banner */
.s-block--fixed-banner {
    margin: 0;
}

.banner--fixed img {
    margin: 2rem auto;
    background-color: transparent;
}

.s-block--banners {
    margin: 0 auto;
}

/* Products */
salla-product-card,
custom-salla-product-card {
    border: 3px solid var(--main-color);
}

.one-row .banner-entry,
.one-row .banner-entry:first-child,
.two-row .banner-entry,
.two-row .banner-entry:first-child {
    height: 300px;
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
    background-color: transparent;
}

a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 1s ease;
}

.s-block--best-offers {
    margin: 2rem auto !important;
}

.md\:grid-cols-3 {
    margin: 3rem auto ;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}

.s-button-primary,
.s-button-primary-outline {
    fill: white;
    color:white;
    border-color: var(--main-color);
    background-color: var(--main-color);
}

@media (max-width: 768px) {

    .one-row .banner-entry,
    .one-row .banner-entry:first-child,
    .two-row .banner-entry,
    .two-row .banner-entry:first-child {
        height:200px;
    }

    .s-products-slider-card {
        width: 55%;
    }
    .md\:grid-cols-3 {
    margin: 2rem auto ;
}
}

@media (max-width: 500px) {

    .one-row .banner-entry,
    .one-row .banner-entry:first-child,
    .two-row .banner-entry,
    .two-row .banner-entry:first-child {
        height: 100px;
    }

    .s-products-slider-card {
        width: 55%;
    }
    .md\:grid-cols-3 {
    margin: 1rem auto ;
}
}

/* Footer */
.top-navbar,
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
    background-color: #064D3F;
    color: white;
}

footer i,
.footer-is-light .store-footer .social-link {
    border-color:white
}