.banner--fixed img,
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}
:root {
    --main-color: #d09d9f;
}
body {
    background-color: #f7f7f7 !important;
}
i.header-btn__icon.sicon-user-circle {
    background-color: #133034;
    color: #fff !important;
}
    .main-menu .has-children.root-level>a:after{
        color:#133034;
    }
custom-main-menu ul li a span:not(li#offers a span)  {
    color:#133034;
}

.product-single .product__description   strong {
    color:#133034 !important;
}

div#mainnav .s-cart-summary-total {
    color: #133034 !important;
}

custom-salla-product-card h4.s-product-card-price {
    color:#133034 !important ;
}

div#mainnav  span.s-cart-summary-count {
    background-color:#fff;
    color:#133034;
    border:1px solid #133034 ;
    
}
.bg-inherit {
    padding-top: 1rem;
}
.main-menu .sub-menu ul {
    background-color: #fff !important;
}
.main-nav-container.fixed-pinned .inner {
    padding: 20px 0;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 5rem;
}
nav#mobile-menu {
    color: #79634e !important;
}
section#IRT__photos-slider-0 {
    margin-bottom: 0 !important;
}
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.s-block.s-block--best-offers.container {
    margin-top: 4rem !important;
}
section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}
.banner--fixed img {
    background-color: transparent;
}
div.app-inner.flex.flex-col.min-h-full.relative > footer > div.store-footer__inner > div.container.grid > div {
    justify-content: center;
}
.s-slider-block__display-all {
    color: #fff;
    background: #133034;
    padding: 10px 20px;
    border-radius: 20px;
}
#feature-16-slider img.lazy.loaded {
    width: 60px !important;
    height: 55px !important;
}
section#IRT__fetures-11 img.lazy.loaded {
    max-height: 50px !important;
}
section#IRT__fetures-11 .IRT_F {
    max-height: 80px;
    align-items: center;
}
@media (max-width: 992px) {
    .s-block.s-block--best-offers.container {
        margin-top: 2rem !important;
    }
    salla-add-product-button button.s-button-element .s-button-text i,
    salla-add-product-button button.s-button-element .s-button-text span {
        font-size: 1rem;
    }
    .s-products-slider-card {
        max-width: 200px !important;
    }
    #IRT__testimonials-17 > div > div > div {
        justify-content: center;
    }
    .testimonials-head {
        text-align: center;
    }
    .store-footer .container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 * {
        text-align: center;
        justify-content: Â center;
        align-items: center;
    }
}

.s-block__title h2,
.s-slider-block__title h2,
.section--title,
body.product-index .main-content > div > h1 {
    text-transform: uppercase;
    padding-top: 10px;
    background-size: 200% auto;
    color: #133034;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: 4s linear infinite textclip;
    display: inline-block;
    font-weight: 800;
    font-size: 1.4rem !important;
    position: relative;
}

body.product-index .main-content > div > h1::before,
section.s-block.container h2::before {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 39px;
    height: 39px;
    background: #133034c7;
    z-index: -1;
    border-radius: 30px;
    right: -6px;
    padding-top: 10px !important;
    transition: 0.3s;
}
body.product-index .main-content > div > h1:hover::before,
section.s-block.container h2:hover::before {
    width: 110%;
}
@keyframes textclip {
    100% {
        background-position: 200%;
    }
}
button.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-center {
    background-color: #133034 !important;
    border: none;
}