/* Add custom CSS styles below */ 
.footer-margin span,
.footer-margin span * {
  color: #fff !important;
}
footer .m-auto.flex.justify-start.max-w-\[1300px\].items-center.flex-wrap.max-lg\:justify-start.gap-9.md\:gap-6.px-5.pb-4,
footer .m-auto.flex.justify-start.max-w-\[1300px\].items-center.flex-wrap.max-lg\:justify-start.gap-9.md\:gap-6.px-5.pb-4 * {
  color: #fff !important;
}
/* Global */

:root {
    --mobile-header: absolute;

    --banner1-height-mob: 80vh;
    --banner1-txt-width-desk: 700px;
    --banner1-txt-width-mob: 300px;

    --banner1-txt-desk: auto 5% auto auto;
    --banner1-txt-mob: auto 0 auto auto;

    --banner2-height-desk: 700px;
    --banner2-height-mob: 300px;

    --banner2-txt-width-desk: 700px;
    --banner2-txt-width-mob: 300px;

    --banner2-txt-desk: auto;
    --banner2-txt-mob: auto;

    --main-banner-p: none;

    --cat-mob: 2;

    --week-offers-bg: linear-gradient(to bottom right, #d0e4df, #6fad9d);
}

.g-products,
.g_features,
.section_c_r {
    margin-bottom: 3rem !important;
}

.g_features {
    margin-top: 3rem !important;
}

@media (max-width: 768px) {
    .g-products,
    .g_features,
    .section_c_r {
        margin-bottom: 1.5rem !important;
    }
}

.title-heade {
    background-color: transparent;
}

.outof-stock span {
    color: #fff !important;
}

.landing-page-first-bannar h1,
.landing-page-first-bannar p,
.weeklyOffers p {
    line-height: 1.5 !important;
}

/* Navbar */

.navbar-brand img {
    width: auto !important;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}

@media (min-width: 992px) {
    .navbar-brand img {
        max-height: 5rem;
    }
   
}

.main-nav-container.fixed-pinned .inner,
body:not(body.index) .main-nav-container.fixed-pinned .inner {
    background-color: #ffffffc2 !important;
}

.main-nav-container.fixed-pinned a:not(:hover),
body:not(body.index) header a {
    color: #000 !important;
}

.main-nav-container.fixed-pinned svg *,
body:not(body.index) header svg * {
    stroke: #000 !important;
}

@media (max-width: 992px) {
    .main-menu li > a {
        color: #000 !important;
    }
}

@media (max-width: 768px) {
    .index .store-header {
        position: var(--mobile-header) !important;
    }
    .navbar-brand img {
        max-width: 70px;
    }
    .top-navbar {
        display: none;
    }
}

/* Main Banner */

@media (min-width: 1024px) {
    .landing-page-first-bannar p {
        font-size: 26px !important;
    }
}

section:nth-child(1 of.landing-page-first-bannar) .txt {
    margin: var(--banner1-txt-desk);
    max-width: var(--banner1-txt-width-desk);
}

section:nth-child(2 of.landing-page-first-bannar) > div {
    height: var(--banner2-height-desk) !important;
}

section:nth-child(2 of.landing-page-first-bannar) .txt {
    margin: var(--banner2-txt-desk);
    max-width: var(--banner2-txt-width-desk);
}

@media (max-width: 768px) {
    .landing-page-first-bannar > div {
        height: var(--banner1-height-mob) !important;
    }

    section:nth-child(1 of.landing-page-first-bannar) .txt {
        margin: var(--banner1-txt-mob);
        max-width: var(--banner1-txt-width-mob);
    }

    section:nth-child(2 of.landing-page-first-bannar) > div {
        height: var(--banner2-height-mob) !important;
    }

    section:nth-child(2 of.landing-page-first-bannar) .txt {
        margin: var(--banner2-txt-mob);
        max-width: var(--banner2-txt-width-mob);
    }

    .landing-page-first-bannar h1 {
        font-size: 1.2rem !important;
        font-weight: bold !important;
        margin-bottom: 0.5rem !important;
    }
    .landing-page-first-bannar p {
        font-size: 1rem !important;
        font-weight: 600 !important;
        line-height: 1.6;
        display: var(--main-banner-p);
        margin: auto;
    }

    .landing-page-first-bannar button {
        font-size: 16px !important;
        height: 46px !important;
        width: 140px !important;
        margin-top: 1rem !important;
    }
}

/* Categories & Squares*/

.ads .img .over {
    background: #00000057;
    color: #fff;
}

.g_cat h3 {
    font-size: 1rem;
    font-weight: bold !important;
}

@media (max-width: 768px) {
    .g_cat .grid {
        grid-template-columns: repeat(var(--cat-mob), minmax(0, 1fr));
    }
    .g_cat h3 {
        font-size: 1rem;
        font-weight: bold !important;
    }
    .ads .img .over .text,
    .f_img .text a {
        text-align: center !important;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
        align-items: center;
    }
}




/* Products */

.s-product-card-content-title {
    max-width: 90% !important;
}

.s-product-card-image-full {
    border-radius: 0 !important;
}

.cat-lnk {
    display: none !important;
}

@media (max-width: 768px) {
    custom-salla-product-card:not(.s-product-card-horizontal)
        .s-product-card-content-footer {
        position: static !important;
        opacity: 1 !important;
    }
    .s-product-card-vertical .s-product-card-wishlist-btn {
        top: -1rem;
    }
    .s-products-slider-card
        custom-salla-product-card:not(.s-product-card-horizontal)
        .s-product-card-content-footer
        button:hover {
        opacity: 0.8;
    }
}


/* Footer */

footer {
    padding-bottom: 0 !important;
}

@media (min-width: 768px) {
    footer .grid > div:nth-of-type(1) {
        grid-column: 1/3;
    }
    footer .grid div:nth-of-type(4) {
        display: none;
    }
    footer .grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.copyright-text p {
    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
    opacity: 0.8;
}

@media (max-width: 768px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
    footer .grid > div:nth-of-type(3) {
        flex-direction: column !important;
    }
    footer + div {
        margin-bottom: 70px;
    }
    #contact-slot {
        background: transparent;
    }
}
/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}