@charset "UTF-8";

.cartMax-error {
    color: #ff0000;
    font-weight: bold;
    text-align: center;
}
.cartMax-error:not(.js--error) {
    display: none !important;
}
.cartMax-error p {
    margin: 0;
}
