

/* Start:/bitrix/templates/bettoserb_templates/components/bitrix/catalog/bettoserb_catalog/style.css?17472129562121*/
/* Основные стили для карточки товара */
.product-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin: 16px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Изображение товара */
.product-image img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 8px;
}

/* Галерея изображений */
.product-gallery {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}
.product-gallery img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}
.product-gallery img:hover {
    transform: scale(1.1);
}

/* Информация о товаре */
.product-info h2 {
    font-size: 20px;
    margin: 10px 0;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #27ae60;
}

.old-price {
    font-size: 16px;
    color: #e74c3c;
    text-decoration: line-through;
}

.availability {
    font-size: 14px;
    color: #2c3e50;
}

/* Размеры товара */
.sizes {
    margin-top: 10px;
}
.size-option {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 5px;
    cursor: pointer;
}
.size-option:hover {
    background-color: #eee;
}

/* Кнопка "В корзину" */
.add-to-cart {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s;
}
.add-to-cart:hover {
    background-color: #2980b9;
}

/* Отзывы */
.reviews {
    margin-top: 20px;
    text-align: left;
}
.reviews h3 {
    font-size: 18px;
}
.reviews p {
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* Видео */
.video {
    margin-top: 15px;
}
.video iframe {
    width: 100%;
    max-width: 400px;
    height: 225px;
    border-radius: 8px;
}

/* End */
/* /bitrix/templates/bettoserb_templates/components/bitrix/catalog/bettoserb_catalog/style.css?17472129562121 */
