/* Add custom CSS styles below */ 


.flex-center, .s-product-card-content-sub.flex-center {
    justify-content: center;
}
.flex-center {
    align-items: center;
    display: flex;
}
.w-full {
    width: 100%;
}
*, :after, :before {
    font-weight: inherit !important;
}

button, button.button, input[type="submit"], a.button, .s-button, .s-button-primary, .salla-btn, .cart .btn, .checkout .btn {
    background-color: #56597a;
    color: #ffffff;
    border: 1px solid #56597a;
    border-radius: 0.5rem;
    padding: 0.6rem 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
    text-align: center;
}