/* Add custom CSS styles below */ 
/* ---------------- Header ---------------- */
body.index .main-nav-container .mobile-menu ul li a {
    color: #89513C;
}
body.index i.header-btn__icon {
    color: #89513C !important;
}
.sub-menu * {
    color: #000 !important;
}

/* -------- Header when scroll -------- */
.main-nav-container.fixed-header .inner .mobile-menu ul li a,
.main-nav-container.fixed-header .inner i.header-btn__icon {
    color: #000 !important;
}

/* -------- Logo size -------- */
@media screen and (min-width: 991px) {
    .navbar-brand img {
        max-width: 190px;
        height: 100px;
        max-height: 150px;
    }
}

/* -------- First banner -------- */
.my-main-banner-0,
.my-main-banner-0 > .head_img {
    height: 100vh;
}
.my-main-banner-0 > .head_img > .items-center {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
}
.my-main-banner-0 p {
    width: 100%;
    max-width: 100%;
    opacity: 1;
    font-size: 20px !important;
    margin-top: 20px !important;
    color: #89513C;
}
.my-main-banner-0 h1 {
    font-weight: 500;
    font-size: 40px !important;
    margin-top: 10%;
    color: #AD7865;
}
.my-main-banner-0 > .head_img > .items-center > .text-center {
    text-align: start;
    width: 39%;
    max-width: 60%;
    margin-right: 10%;
}

@media screen and (max-width: 768px) {
    .my-main-banner-0,
    .my-main-banner-0 .head_img {
        height: 50vh;
    }
    .my-main-banner-0 > .head_img > .items-center {
        justify-content: center;
        align-items: center;
        height: 50vh;
    }
    .my-main-banner-0 > .head_img > .items-center > .text-center {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
        text-align: center;
    }
    .my-main-banner-0 p {
        display: none;
    }
    .my-main-banner-0 h1 {
        font-size: 18px !important;
        line-height: 18px;
    }
}

/* -------- Categories -------- */
.my-category {
    margin-bottom: 25px;
    margin-top: 20px;
}
.my-category h1 {
    margin-bottom: 15px;
    font-size: 24px !important;
}
.my-category ul {
    justify-content: center;
    gap: 20px;
}

/* -------- Special product -------- */
.my-special-product {
    margin-bottom: 30px;
}
.my-special-product h1 {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .my-special-product h1 {
        color: #fff;
        text-align: center;
        font-size: 20px;
    }
}
.s-block.s-block--best-offers {
    margin-top: 20px;
}

/* -------- Fixed banner -------- */
.my-fixed-banner {
    margin-bottom: 40px;
}
.my-fixed-banner button {
    color: #fff !important;
    border-color: #fff;
}
.my-fixed-banner button a {
    color: #fff !important;
}
.my-fixed-banner .sal-animate:nth-of-type(2) .absolute {
    left: 0px;
}
.my-fixed-banner .sal-animate:nth-of-type(1) .absolute {
    left: 0px;
}
.my-fixed-banner .absolute {
    width: 100% !important;
    left: 0px;
}
.my-fixed-banner h1 {
    color: #fff !important;
    font-size: 21px !important;
}
@media screen and (max-width: 768px) {
    .my-fixed-banner h1 {
        font-size: 14px !important;
    }
    .my-fixed-banner .sal-animate:nth-of-type(1) .absolute {
        left: 0px;
    }
    .my-fixed-banner .sal-animate:nth-of-type(2) .absolute {
        left: 0px;
    }
}

/* -------- Advantages -------- */
.my-advantage {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .my-advantage > div > div {
        flex-direction: row;
    }
}

/* -------- Banner photo -------- */
.my-banner-photo > div {
    justify-content: space-around;
}
.my-banner-photo > div > div {
    justify-content: center;
}
.my-banner-photo h1 {
    font-size: 30px !important;
    line-height: 23px;
    padding: 5px;
}
@media screen and (max-width: 768px) {
    .my-banner-photo h1 {
        font-size: 12px !important;
        line-height: 23px;
        padding: 5px;
    }
}

/* -------- Info section -------- */
.my-info p {
    color: #fff;
}
.my-info .shape {
    background-color: linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%, transparent 100%);
}

/* -------- Footer -------- */
.store-footer__inner {
    background: #fff !important;
}
@media screen and (max-width: 768px) {
    .store-footer__inner * {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
body.index .store-header {
    position: relative;
}