/* Add custom CSS styles below */ 
.flex-col {
    flex-direction: column;
    background: white;
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
    fill: #9f3c7f;
}
.justify-between {
    justify-content: space-between;
    color: #9e3c7f;
}

.store-footer h3 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #a24284;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 100px;
}