/* Add custom CSS styles below */ 

/*background*/
.app-inner.flex.flex-col.min-h-full {
    background-color: #fcf8ff;
}

/*Section buttons*/
button.tab-trigger.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    border-color: #4a3361;
    color: #4a3361;
}

button.tab-trigger.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after:hover {
     background: #4a3361;
    color: white;
    border-color: #557d5a;
}

/*active buttons*/
button.tab-trigger.is-active.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    background: #4a3361;
    color: white;
    border-color: #557d5a;
}

/*addToCart button*/
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: #4a3361;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    background: #4a3361;
    color: white;
}

custom-salla-product-card {
    border: 1px solid #4a3361;
    box-shadow: 0 0 10px 4px #0000001a;
    overflow: hidden;
}


section#featured-products-style2-1 {
    background: #edebef;
}

.store-footer__inner {
    background-color: #edebef !important;
    
}

/*logo*/
.navbar-brand img {
max-height: 6rem !important;
}