h5.errorContent {
    border: 1px solid red;
    padding: 10px 10px 10px 5px;
    color: white;
    margin-bottom: 25px;
    font-size: 0.75em !important;
}

h5.successContent {
    border: 1px solid white;
    padding: 10px 10px 10px 5px;
    color: white;
    margin-bottom: 25px;
    font-size: 0.75em !important;
}

h5.errorContent::before {
    background-color: red !important;
}

:root {
    --secondary-color: #385031;
}
.product__card--thumbnail {
    min-height: 250px;
}