/* Add custom CSS styles below */ 
.main-banner-0 .slider-container .image-item:not(.center) {
    transform: rotate(-20deg);
}
.footer-is-light .store-footer .store-footer__inner{
  background-color: #D6B0A9 !important
}
.footer-is-light .store-footer .store-footer__inner svg
{
  fill:#fff;

}
.s-social-link a{
    background-color: #C35731 !important;
}
.footer-is-light .store-footer {
    background-color: #D6B0A9 !important;
  color: #000;
}
.newsletter h2{
   color: #000;
}
.ZA_limited-offers-3 .s-count-down-md .s-count-down-item {
    /* background-color: var(--btn-color); */
    height: 4rem;
    background-color: #E5CDC8;
    border: 3px solid #000;
    color: #000;
}
.ZA_limited-offers-3 .s-count-down-item-value, .s-count-down-item-label {
    color: #000000;
}
form input{
  background-color: #fff !important;
  color:#000 !important;
}
.newsletter-email::placeholder {
    color: #000;
    opacity: 1;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}