body.index .store-header {
    position: relative;
}

.s-block img{
  background-color: #fff !important;
}
.store-footer-newsletter > div:first-of-type{
  background-color: #E1CBA2;
  button {
    color: #fff;
    background-color: #7F2637;
    &:hover {
      color: #000;
    }
  }
  h3 , p {
    color: #000;
  }
}
[aria-label="footer"] {
  & * {
    color: #fff !important;
  }
  .container {
    background-color: #7F2637 !important;
    opacity: 1 !important;
  }
}

section[class=" my-[48px] md:my-[66px] "] ,
section[class="my-[48px] md:my-[66px] "] {
  h2 {
    text-align: center;
  }
  button {
    background-color: #7F2637 !important;
    a {
    color: #fff !important;
    }
  }
}

.s-product-card-content-footer {
  border: unset !important;
}
salla-add-product-button {
  width: 100% !important;
  background-color: #7F2637;
  border-radius: 20px 5px 20px 5px;
  .s-button-text {
  color: #fff !important;  
  }
  transition: .3s;
  &:hover {
    opacity: 0.9;
  }
}