/**
 * Стили для страницы товара (views/product/view.php)
 */

.product-video-max-height {
    max-height: 400px;
}

.product-specs-label {
    width: 30%;
}

.review-rating-label {
    width: 60px;
}

.review-rating-bar {
    height: 20px;
}

.review-rating-count {
    width: 50px;
}

.product-quantity-input {
    width: 150px;
}

.product-badge-wrap {
    z-index: 2;
}

.review-thumb-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.input-group.product-quantity-input {
    width: auto;
}