/* PRODUCT */
.product__image-container {
    width: 560px;
}

.product__info-container {
    width: 500px;
}

/* mobile */
@media (min-width: 320px) and (max-width: 1094px) {
    .product__image-container {
        width: 342px;
    }

}

@media (min-width: 320px) and (max-width: 1023px) {
    .product__info-container{
        width: 342px;
    }
}

.product__image {
    border: 1px solid #D2D2D2;
    margin-bottom: 22px;
}

.product__thumb-item {
    border: 1px solid #D2D2D2;
    margin-right: 22px;
    margin-bottom: 40px;
}

.product__thumb-item:last-child {
    margin-right: 0;
}

.product__header {
    font-size: 48px;
    font-weight: bold;
    color: #1D2722;
    margin-bottom: 24px;
}

.product__buy-container {
    margin-bottom: 26px;
}

.product__button-container {
    margin-right: 24px;
}

.product__price-container {
    color: #586E69;
}

.product__price-text {
    font-size: 10px;
}

.product__price {
    font-size: 26px;
}

.product__text {
    color: #586E69;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.16px;
    margin-bottom: 40px;
}

.product__text img {
    width: 100%;
    height: auto;
}

.product__attr-item {
    border-bottom: 1px solid #D2D2D2;
    padding: 14px 0
}

.product__attr-value {
    font-size: 16px;
    font-weight: 600;
    color: #1D2722;
}

.product__attr-title {
    font-size: 14px;
    color: #586E69;
}

.video__container {
    margin-top: 65px;
}

.product__video {
    position: relative;
    padding-bottom: 56.25%; /* Пропорции видео 16:9 */
    padding-top: 25px;
    height: 0;
}

.product__video-frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}