/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 5rem;
    max-width: 500px;
    width: auto;
}
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgb(198 149 173);
    --tw-bg-opacity: 1;
    background-color: #C796AC;
    background-color: #C796AC;
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    display: flex;
    justify-content: center;
}

.s-slider-block__title h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    color: #BF769B;
}

.s-reviews-header {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-right: 0;
    text-align: center;
    color: #BF769B;
    width: 100%;
    display: block;
}

.s-products-list-horizontal-cards {
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 400px) {
    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  
}

.s-button-primary-outline:hover {
    background-color: #BF769B;