.product:has(.product__availability .product__unavailable) {
    display: none;
}

#logo > .nav-item {
    max-width: 195px;
}

.cm {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
    font-weight: 500;
    letter-spacing: .2px;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.cm h1,.cm h2,.cm h3,.cm h4,.cm h5,.cm h6,.cm p,.cm ol,.cm ul {
    margin: 15px 0;
    color: #071222;
    line-height: 1.5;
    text-align: justify
}

.product_name__block.--description {
    font-size: 1.54rem;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 100%;
    font-weight: 500;
    letter-spacing: .2px;

}

b,strong {
    font-weight: 700;
    color: #071222;
}
.cm h2 {
    font-size: 1.5em;
    color: #071222;
}