/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/*

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline,.header-btn__icon,i.sicon-menu {
    background: var(--main-color);
    color: var(--second-color);
    border: 0;
    border-radius: 50px
}

.main-nav-container.fixed-header .inner {
    padding: 7px;
    border-radius: 0 0 50px 50px;
    box-shadow: rgba(0,0,0,.1) 0 4px 12px
}

@media(min-width: 1024px) {
    .s-block__title h2 {
        font-size:27px!important
    }
}
*/

.s-product-card-promotion-title {
color: rgb(240, 62, 62);
background-color: rgb(255, 221, 221);
}
.s-button-primary-outline {
fill: var(--color-primary);
color: #fff;
background-color: var(--color-primary);
}
.s-block__title h2,.s-slider-block__title h2 {
    font-size: 21px;
    position: relative;
    padding: 0
}

.s-block__title h2:before,.s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 3px;
    right: 30px;
    left: 30px;
    background: var(--main-color);
    bottom: -10px;
    transform: translateX(0);
    transition: all .5s;
    z-index: -1
}

.s-block__title h2:hover:before,.s-slider-block__title h2:hover:before {
    right: 0;
    left: 0;
    transition: all .5s
}

.s-block__title,.s-slider-block__title h2 {
    color: var(--main-color)
}

.s-block__title {
    display: flex;
    justify-content: center;
    align-items: center
}

.s-block__display-all {
    background: var(--main-color);
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    opacity: 1;
    font-size: 18px
}

body.index .s-block__title .right-side {
    padding: 0
}

body.index .s-block__title {
    flex-direction: column;
    row-gap: 28px
}

body.index .s-block__title,.s-slider-block__title {
    margin-bottom: 2rem
}

:is(section.s-block.s-block--photos-slider,.banner--fixed) img {
    border-radius: 0!important;
    background-color: transparent!important
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type,section.s-block.s-block--photos-slider {
    margin-top: 0
}

section.s-block.s-block--fixed-banner.wide-placeholder>.container,section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0!important;
    width: 100%!important;
    max-width: unset;
    border-radius: 0!important
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
    padding: 0
}


.s-product-card-image {
    background: #fff
}

.s-products-slider-wrapper .s-slider-nav-arrow {
    background: var(--main-color);
}

.s-products-slider-wrapper .s-slider-nav-arrow svg {
    fill: #fff;
}