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 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 h1 {
    width: 100% !important;
}
.landing-page-fixed-bannar h1::before {
    content: "";
    background-image: url('https://cdn.salla.sa/form-builder/9mFCDtCOeSJ1fGC2pY54ofZ9uvVdQruF7A5fAVxf.png');
    display: block;
    width: 250px;
    height: 120px;
    margin: auto;
    background-size: cover;
    margin-bottom: 1rem;
}
.landing-page-fixed-bannar p {
    margin: 0rem 0 2rem;
}
@media (min-width: 768px) {
    .landing-page-fixed-bannar h1 {
        width: 600px;
        font-size: 42px;
    }
    .landing-page-fixed-bannar p {
        margin: 0rem 0 2rem;
        font-size: 22px;
    }
}
@media (max-widtH: 768px) {
    .landing-page-fixed-bannar h1::before {
        width: 130px;
        height: 60px;
    }
    .landing-page-fixed-bannar {
        gap: 0.5rem;
    }
}
@media (max-width: 576px) {
    .landing-page-fixed-bannar h1 {
        font-size: 18px;
    }
    .landing-page-fixed-bannar p {
        display: none;
    }
}

/* Categories List Start 1 */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1rem;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 250px;
    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(3) {
    grid-row: 1/3;
    grid-column: 3/4;
    height: 100%;
}
@media(min-width: 992px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width: 992px){
a.banner-entry{
    height: 170px;
}
}
@media(max-width:768px){
a.banner-entry{
    height: 130px;
}
}
@media(max-width: 576px){
a.banner-entry{
    height: 70px;
}
}
/* Categories List End 1 */

/* Categories List Start 2 */
section:nth-child(2 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 550px;
    background-color:unset;
    transition: 0.2s;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry:hover {
    transform: scale(1.04)
}
@media(min-width: 992px) and (max-width:1200px){
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 440px;
}
}
@media(max-width: 992px){
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 350px;
}
}
@media(max-width:767px){
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 290px;
}
}
@media(max-width: 576px){
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 160px;
}
}
/* Categories List End 2 */

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

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

/* offers */
.offers h2,
.offers p {
    color: #fff;
}

/* image-text */
@media (max-width: 576px) {
    .image-text h2 {
        font-size: 15px;
    }
}

/* 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%;
    }
}
@media (max-width: 768px) {
    .numbers .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* footer */
@media (max-width: 992px) {
    .store-footer * {
        text-align: center;
        margin-inline: auto;
    }
    .s-contacts-item {
        gap: 5%;
    }
}