body {
    background-color: #FCFCFC;
}
/* Header */
.top-navbar {
    display: none;
}
body.index #mainnav:not(.fixed-header) .navbar-brand {
    opacity: 0;
    scale: 4;
    z-index: -1;
}

/* Hero Section */
.landing-page-fixed-bannar {
    gap: 0.5rem;
}
.landing-page-fixed-bannar h1,
.landing-page-fixed-bannar p {
    color: var(--color-primary);
}
.landing-page-fixed-bannar a {
    background-color: var(--color-primary);
    border: unset !important;
}
.landing-page-fixed-bannar .shadow-t-color {
    --tw-shadow: 3px 3px #000;
}
@media (min-width: 992px) {
    .landing-page-fixed-bannar {
        justify-content: space-between;
        padding: 0 5% 0 17%;
    }
    .landing-page-fixed-bannar h1 {
        width: 600px;
        font-size: 54px;
    }
    .landing-page-fixed-bannar p {
        margin: 1rem 0 2rem;
    }
}
@media (max-width: 576px) {
    .landing-page-fixed-bannar h1 {
        font-size: 18px;
    }
    .landing-page-fixed-bannar p {
        bottom: 30px !important;
    }
}

/* Categories List Start */
section.s-block.s-block--banners.container .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 1rem;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 275px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
a.banner-entry:nth-child(4) {
    grid-row: 1/3;
    grid-column: 4/5;
    height: 100%;
}
a.banner-entry:last-child {
    grid-row: 2/3;
    grid-column: 1/4;
    width: 100%;
}

@media(min-width: 992px) and (max-width:1200px){
a.banner-entry{
    height: 240px;
}
}
@media(max-width: 992px){
a.banner-entry{
    height: 210px;
}
}
@media(max-width:768px){
a.banner-entry{
    height: 165px;
}
}
@media(max-width: 576px){
section.s-block.s-block--banners.container .md\:grid-cols-3 {
    /* grid-template-columns: repeat(1,minmax(0,1fr)); */
    gap: .2rem;
}
section.s-block.s-block--banners.container .banner-entry {
    /* grid-column: unset;
    grid-row: unset; */
    /* height: 200px; */
}
a.banner-entry{
    height: 85px;
}
}
/* Categories List End */


/* Best Seller */
section.bg-white {
    background-color: transparent !important;
}
section > .products-slider .photo {
    position: relative;
}
section > .products-slider .photo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn.files.salla.network/homepage/1904976397/d906b703-687c-48bb-8f65-b578845e5370.webp');
    background-size: cover;
    z-index: 11;
}
section:nth-child(2 of section:has(.products-slider)) .photo::after {
    background-image: url('https://cdn.files.salla.network/homepage/1904976397/d138b211-5ef2-4c7c-bd09-e7c82eb1a54c.webp');
}


/* banner-images */
.banner-images .content-image {
    gap: 10px;
}

/* offers */
.offers {
    background-size: cover !important;
    background-position: 170%;
}
.offers h2,
.offers p {
    color: #fff;
}

/* Products */
.s-block--best-offers h2 {
    color: var(--color-primary);
}
.s-block--best-offers .s-slider-block__title-left {
    display: none;
}
.s-block--best-offers .s-slider-block__title {
    justify-content: center;
}
.s-block--best-offers h2,
.s-block--best-offers .s-slider-block__title-right{
    padding: 0;
}
.s-block--best-offers h2 {
    font-size: 42px;
}
@media (max-width: 768px) {
    .s-block--best-offers h2 {
        font-size: 32px;
    }
}

/* sq-images */
.sq-images h2,
.sq-images p {
    color: #fff;
}
@media (max-width: 768px) {
    .sq-images h2 {
        font-size: 26px;
    }
}

/* image-text */
.image-text h2 {
    color: var(--color-primary);
}

/* Numbers */
.numbers {
}
.numbers h2,
.numbers h3 {
    color: var(--color-primary);
}

/* Video */
.gif-banner .first-bg,
.gif-banner .small-bg,
.gif-banner a {
    display: none;
}
.gif-video {
    width: 100%;
    max-width: 100%;
    transform: unset !important;
    left: 0;
}
.gif-banner .first-bg + div * {
    color: #fff;
}
.gif-banner .first-bg + .text-bg {
    top: 45%;
    right: 25%;
}
@media (max-width: 1280px) {
    .gif-banner {
        margin-bottom: 25%;
    }
    .gif-banner,
    .gif-banner * {
        height: auto !important;
        overflow: unset !important;
    }
}

.store-footer img.max-w-24.mb-2 {
    filter: brightness(0) invert();
}