/* Add custom CSS styles below */ 
:root {
  --color-primary: #fff;
  --color-primary-reverse: #000;
}

.s-button-primary:hover {
  color: #fff !important;
}

#mainnav {
  align-content: center;
}

.product-card__buttons>div button {
    border-color: #fff !important;
}

.product-card--primary-buttons button i, .product-card--primary-buttons salla-button i {
    color: #fff !important;
}

.store-footer__inner, .store-footer__contacts-row {
  background-color: transparent;
}

.store-footer svg.absolute {
  color: #000;
}

.store-footer {
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)), url(https://i.ibb.co/bR3VdZ8h/Rectangle-11.png);
    background-size: cover;
    background-position: center;
}