/* Add custom CSS styles below */ 
.s-block--enhanced-features__item {
    border-color: rgb(117 115 101);
}
.s-add-product-button-main {
    flex-direction: row;
    display: flex;
    justify-content: space-evenly;
    gap: 2px !important;
}


.s-add-product-button-mini-checkout-content {
    min-width: max-content !important;
    display: flex;
    flex: 100% !important;
    
}

button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    max-width: max-content !important;
    border-radius: 5px !important;
}

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout.hide-scroll.hydrated {
    width: max-content !important;
   
}
.s-button-wrap[width=wide] {
    width: auto;
}
.product-card--vertical:not(.product-card--fit-height) .product-card__image {
    flex: 1 1 0%;
    max-height: 280px;
}