@media (min-width: 768px) {
    .product-info--type2 .product-chars {
        padding-right: 1rem;
    }
}

.flex-40 {
    flex-basis: 40%;
}

.flex-60 {
    flex-basis: 60%;
}
@media (max-width: 1000px) {
    .flex-40 {
        flex-basis: 50%;
    }
    
    .flex-60 {
        flex-basis: 50%;
    }
}
@media (max-width: 768px) { 
    .flex-40 {
        flex-basis: 100%;
    }
    
    .flex-60 {
        flex-basis: 100%;
    }
}
.video-item{
    margin-bottom: 10px;
}

.stickers {
    left: -2px;
    top: 0px;
    position: absolute;
    z-index: 3;
    line-height: 20px;
    text-align: left;
    padding-right: 50px;
}
.stickers > div {
    float: left;
}
.stickers * {
    text-align: left;
}
.stickers.custom-font [class*="sticker_"] {
    padding: 2px 7px 2px;
    margin: 0px 2px 4px;
    letter-spacing: normal;
}

.stickers .sticker_hit, .stickers .sticker_khit {
    background-color: #2992d9;
}
.stickers [class*="sticker_"] {
    background-color: #60c339;
    width: auto;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0px 2px 4px;
}
.price_matrix_wrapper{
    display: inline-block;
} 
.old_price{
    display: inline-block;
    text-decoration: line-through;
    margin-left: 7px;
    font-size: medium;
}

/* Стили для кастомного счетчика */
.custom-counter {
    display: inline-flex;
    align-items: center;
    border-top: 1px solid #ddd;

    overflow: hidden;
    margin-bottom: 10px;
}

.custom-counter button {
    width: 35px;
    height: 38px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    transition: color 0.3s ease;
}

.custom-counter button:hover {
    color: #768661;
}

.custom-counter .counter-input {
    width: 70px;
    height: 38px;
    border: none;
    /*border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
}

/* Увеличенный счетчик для детальной страницы */
.custom-counter.detail-counter button {
    width: 45px;
    height: 45px;
    font-size: 20px;
}

.custom-counter.detail-counter .counter-input {
    width: 90px;
    height: 45px;
    font-size: 18px;
}