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 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;
}
.landing-page-fixed-bannar {
    gap: 0.5rem;
}
@media (min-width: 992px) {
    .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 .grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 260px;
    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;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 225px;
}
}
@media(max-width:768px){
a.banner-entry{
    height: 135px;
}
}
@media(max-width: 576px){
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
a.banner-entry{
    height: 180px;
}
}
/* Categories List End */

/* Best Seller */
section.bg-white {
    background-color: transparent !important;
}

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

/* 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;
}


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

/* Numbers */
.numbers {
}
.numbers h2,
.numbers h3 {
    color: #836015;
}
@media (max-width: 1400px) {
    .numbers {
        padding: 3% 4%;
    }
}


/* 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;
    }
}