:root {
    --logo: url();
    --bg: #fff;
    --bg-img: url();
    --header-bg: #fff;
    --header-color: #000;
    --feat-bg: #fff;
    --feat-color: #000;
    --footer-bg: var(--color-primary);
}

body {
    background-color: var(--bg) !important;
}

.s-block:nth-child(2) {
    margin-top: 0 !important;
}
    .s-block__title{
    justify-content: center;
    }
.s-block--photos-slider {
    transition: all 0.4s;
}
.main-nav-container.fixed-header .inner {
    background-color: #fff;
}
.fixed-pinned animated fixed-header{
    height: 100px;
    margin-top: 25px !important;
}
.s-block.s-block--fixed-banner.wide-placeholder:nth-child(6)> .container {
    padding: 0 50px !important;
}
.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}

.s-block__title h2:after{
    content: "";
    background-color:#463953;
    position: absolute;
    top: 38px;
    left:-10px;
    display: block;
    z-index:-1;
    width: 100px;
    height:2px;
}
.s-slider-block__title h2:after{
    content: "";
    background-color:#463953;
    position: absolute;
    top: 28px;
    left:30px;
    display: block;
    z-index:-1;
    width: 140px;
    height:2px;
}
.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: -10px 0 0 !important;
    padding: 0 2px !important;
    border-radius: 0 !important;
}

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

.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 425px;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 110px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}
.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}
.s-product-card-image {
    background-color: transparent !important;
}
.s-product-card-entry img {
    transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-content-title a {
    color: #000 !important;
}
body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}
.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}
.s-block--features__item .feature-icon,
.s-block--features__item {
    background-color: var(--feat-bg);
}
.s-block--features__item .feature-icon i {
    color: var(--feat-color) !important;
}
.s-block--features__item {
    background-color: #ffeadd;
}
.s-block--features__item .feature-icon {
    background-color: #b99471;
}
.s-block--features__item .feature-icon i {
    color: #ffffff !important;
}
.store-footer,
.store-footer__inner {
    color: #000000 !important;
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
.main-nav-container {
    min-height: 84px;
    width: 88%;
    border: 1px solid #ADADAD;
    margin: auto;
    border-radius: 50px;
    background: linear-gradient(
130deg, #ffffff 90%, #FFB57E 100%);
}
.flex.items-stretch.justify-between.relative {
    margin-right: 10%;
}
.bg-inherit {
    background-color: unset;
}
}
.copyright-text p {
    color: #000000 !important;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0!important;
}

@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
.banner-entry h3.text-with-border{
        font-size: 12px;
        }
.s-block__title h2:after {
    content: "";
    background-color: #463953;
    position: absolute;
    top: 21px;
    left: -5px;
    display: block;
    z-index: -1;
    width: 70px;
    height: 2px;
}
.s-slider-block__title h2:after{
    content: "";
    background-color: #463953;
    position: absolute;
    top: 28px;
    left: 30px;
    display: block;
    z-index: -1;
    width: 105px;
    height: 2px;
}
}
.s-slider-block__title h2,
.s-block__title h2 {
    font-size: 25px !important;
    position: relative;
    color: #463953 !important;
}
@media (max-width: 1024px) {
    .s-slider-block__title h2,
    .s-block__title h2 {
        font-size: 18px !important;
    }
}