/* background */
body{
    background-color: #f1e4d8;
}
/*--------------------*/

/* Slider */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
    margin: 0;
    padding:0;
}

[dir=rtl] salla-slider.photos-slider .swiper {
    padding-right: 0rem;
}

salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
     padding-left: 0rem; 
}
section.s-block.s-block--photos-slider:first-of-type {
    margin-top: 0;
}

[dir=rtl] salla-slider.photos-slider .swiper {
     padding-left: 0rem; 
}
[dir=rtl] salla-slider.photos-slider .swiper {
     padding-left: 0rem; 
}

salla-slider.photos-slider .swiper {
    padding-bottom: 0rem; 
}

/*--------------------*/

/* unset  */
section.s-block.s-block--fixed-banner.wide-placeholder  .banner--fixed img .banner-entry {
    background-color: unset;
}

.banner--fixed img {
    background-color: unset;
}

.banner-entry{
    background-color: unset;
}
/*--------------------*/


/* grid */
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1/2;
}

.md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.banner-entry {
    height: 335px;
}

section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
/*--------------------*/

/*center*/
.flex.mb-6, .md\:flex, .s-product-card-content-sub, .store-footer a, .s-product-card-content-title a, .store-footer .contact-social ul {
    text-align: center!important;
    justify-content: center !important;
}
/*--------------------*/

/*footer*/
.footer-is-light .store-footer .store-footer__inner {
    text-align: center!important;
    justify-content: center !important;
    background-color: #925950;
    color: #fff;
}
/*--------------------*/

/*prouduct*/
.s-slider-block__title {
    display: none;
}

.s-button-element:not(:disabled):not([loading]) {
    background-color: #925950;
    border: 2px solid #925950;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: white;
}

.s-product-card-vertical {
    border: 3px solid #925950;
}

.navbar-brand img {
    width: 74px;
    height: 83px;
}
/*--------------------*/

/*media*/
@media (max-width:767px){
    .swiper-wrapper>div {
        width: 56%;
    }
    .banner-entry {
    height: 114px;

    }
    section:nth-child(7) > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
    .md\:grid-cols-3 {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
}


@media (min-width:768px) and (max-width:1200px){
    .banner-entry {
    height: 205px;
    }
}
/*--------------------*/