.prestige-product-card-content-text .s-button-btn {
    background-color: #e7ffa7;
}

.s-slider-block__title-right h2::after {
  content: ' ✨';
}

.prestige-slider-categories-slide h3 {
  display: none;
}

.bg-primary {
background: #f1ffcc !important;
color: #000;
border: solid #0000002b 1px;
}

footer {
    background: linear-gradient(to right, #e8ffb2, #ffffff);
    color: white;
    padding: 20px;
    text-align: center;
}

.copyright {
display: none;
}


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

.btn--primary {
    background-color: #e7ffa7 !important;
    color: #000000 !important;
}


.text-primary {
    color: #000000 !important;
}