/* Add custom CSS styles below */ 
body {
    background-color: #fcf8f2 !important;
}
.top-navbar{
  display: none !important;
}
.inner {
  background: #fcf8f245;
}
@media(max-width:567px){
  .store-header {
    position: relative !important;
  }
}


.banners-slider--0 {
    margin: -10px !important;
}
custom-salla-product-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.swiper.s-slider-container{
  padding: 10px 0px !important;
}
.total-price,
.total-price *{
  color: #e4b487 !important;
}

.s-block--special-products-slider .s-slider-block__title-nav .s-slider-nav-arrow span:where([dir=rtl],[dir=rtl] *):before {
    color: #e4b589;
}
@media(min-width:768px){
section:nth-of-type(9) .grid{
  display: flex !important;
  justify-content: center;
  align-items: center;
}
}
section:nth-of-type(9) .two-row .banner-entry:first-child {
   height: 300px;
}
section:nth-of-type(9) .banner-entry {
  flex: 1;
  height: 300px;
  transition: flex 0.4s ease-in-out;
}

section:nth-of-type(9) .banner-entry:hover {
  flex: 3;
}
.store-footer__inner,
.store-footer__contacts-row{
  background: #fcf0e6 !important;
}
.footer-bottom{
  background: #fcf8f2 !important;
}

.store-footer  svg path[fill="currentColor"]{
  color: #fcf0e6 !important;
}

.advanced-slider__caption__inner__content__button {
  display: none;
}
.s-block--special-products-slider--7 img{
  object-fit: contain !important;
}
.s-block--special-products-slider--7 .has-overlay--opacity-option{
  background: inherit !important;
}