/* Add custom CSS styles below */ 
/************ banner **************/
section.s-block.s-block--fixed-banner.wide-placeholder > .container:not(#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--fixed-banner.s-block--double-banner.wide-placeholder.double-banner.double-banner--1 > div)  {
    padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;
}

.s-products-slider-card.swiper-slide {
  margin-top:10px;
    margin-bottom:10px;    
}
.banner--fixed img {
    border-radius:0px;
    background-color: transparent;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #c77927;
    color: white;
}
.store-footer__inner h3{color:#cb7a1a !important}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > svg > path{display:none}
.store-footer__inner, .store-footer__contacts-row ,.footer-bottom{background:#e5d3ba !important }

.store-footer__inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 360px;  
  height: 380px;
  background-image: url("https://cdn.files.salla.network/homepage/94008908/b1104fe7-2d8d-4f25-a182-7f21c96f3bb6.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

@media (max-width: 767px) {
  .store-footer__inner::before {
    width: 180px;
    height: 180px;
  }
}