body {
    background-color: #FFFFFF;
}
.blockDesktop28297 {
    display: none !important;
}
section:nth-of-type(1) {
    margin: unset;
}

section:nth-of-type(1) .container {
    padding: unset;
    max-width: unset;
}
section:nth-of-type(2) .container{
  max-width: 500px;
}

.banner--fixed img,
.banner-entry {
    background-color: transparent;
}
 section:nth-of-type(3){
  max-width: 500px;
    margin-top: 1rem;
}
.banner-entry{
  height: 270px;
}
@media(max-width:768px) {
   section:nth-of-type(3) {
        margin-top:unset;
    }
  .banner-entry{
    height: 190px
  }
    section:nth-of-type(3) div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.s-slider-block__title h2{
  font-size: 30px;
    border-bottom: 2px solid ;
   padding-bottom: 1rem;
  border-image:linear-gradient(90deg, #FFFFFF 12.64%, #492821 99.72%)1;
}
.carousel-slider .swiper-wrapper>div {
    padding: 1rem;
}

.s-product-card-vertical {
    box-shadow: 0 0 10px black;
    margin: 10px;
  
}

.s-button-primary-outline {
    background: #863D09;
    color: white;
    border: none;
}
s-button-primary-outline:hover{
   background: #863D09;
    color: white;
}
.footer-is-light .store-footer .store-footer__inner {
  background-color:#863D09 ;
  color: white;
}