

/* Start:/bitrix/templates/sluhcomfort/components/bitrix/catalog/sc-catalog/bitrix/catalog.element/sc-detail/style.css?177338642314129*/
/* =========================
   ДЕТАЛЬНАЯ СТРАНИЦА ТОВАРА
   ========================= */

/* Контейнер детальной страницы */
.sc-product-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    color: #222222;
    font-size: 16px;
}

/* Хлебные крошки в карточке товара: всегда в границах контейнера */
.sc-product-page .sc-bc {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}

.sc-product-page .sc-bc__list {
    width: 100%;
    min-width: 0;
}

.sc-product-page .sc-bc__item:last-child {
    min-width: 0;
    max-width: 100%;
}

.sc-product-page .sc-bc__item:last-child .sc-bc__current {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Заголовок */
.sc-product-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.sc-product-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
}

.sc-product-article {
    font-size: 14px;
    color: #7b7f8a;
    align-self: flex-end;
}
.sc-product-article span {
    font-weight: 500;
}

/* Основной блок: 3 колонки */
.sc-product-main {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 40px;
}

/* Фото */
.sc-product-image-wrap {
    position: relative;
    padding: 32px;
    border-radius: 32px;
    background: #ffffff;
    text-align: center;
}
.sc-product-image {
    max-width: 100%;
    max-height: 380px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* Бейджи (акция / новинка и т.п.) на фото */
.sc-product-labels {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sc-product-labels--media {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

/* Базовый бейдж */
.sc-badge {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #ffffff;
    color: #b34497;
    border: 1px solid #e4dde9;
}

/* Бейджи на детальной – более яркие */
.sc-product-page .sc-badge {
    font-size: 14px;
    padding: 6px 18px;
    border-radius: 999px;
    color: #ffffff;
    border: none;
    font-weight: 500;
}

/* Новинка – зелёный */
.sc-product-page .sc-badge--new {
    background: #01a54c;
}

/* Акция – жёлтый */
.sc-product-page .sc-badge--promo {
    background: #f2b500;
}

/* Скидка – красный */
.sc-product-page .sc-badge--sale {
    background: #e6492d;
}

/* Теги под фото */
.sc-product-meta-tags {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Общие теги */
.sc-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 24px;
    font-size: 13px;
    background: #f7f8fa;
    color: #222222;
}
.sc-tag--brand {
    background: #f9e6f4;
    color: #b34497;
    font-weight: 500;
}
.sc-tag--green {
    background: #e4fbef;
    color: #00b75a;
    font-weight: 500;
}
.sc-tag--category {
    background: #b34497;
    color: #ffffff;
}

/* Средняя колонка – ключевые характеристики */
.sc-product-specs {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px 28px;
    border: 1px solid #f0f1f6;
}

.sc-spec-row {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) auto minmax(0, 1.1fr);
    column-gap: 8px;
    align-items: baseline;
    font-size: 15px;
    padding: 6px 0;
}
.sc-spec-name {
    color: #7b7f8a;
}
.sc-spec-dots {
    border-bottom: 1px dotted #cfd2db;
    margin: 0 4px;
}
.sc-spec-value {
    justify-self: flex-end;
    font-weight: 500;
}

.sc-product-all-specs-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    color: #b34497;
    text-decoration: underline;
}

/* Правая колонка – цена и кнопки */
.sc-product-buy {
    background: #fbfbfd;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #eceff5;
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
}

/* Предупреждение про курс */
.sc-product-rate-note {
    font-size: 13px;
    color: #6b6e7a;
    margin-bottom: 16px;
    line-height: 1.45;
    padding: 0 2px;
}
.sc-product-rate-note a {
    color: #b34497;
    font-weight: 500;
    text-decoration: underline;
}

/* Блок цены справа */
.sc-product-price-block {
    background: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 22px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Надпись "Цена:" */
.sc-price-label {
    font-size: 14px;
    line-height: 1.3;
    color: #8c90a0;
    margin-bottom: 0;
}

/* Значение цены */
.sc-price-value {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    color: #111111;
}
.sc-price-value--request {
    font-size: 20px;
    font-weight: 500;
}

.sc-price-wrap {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.sc-price-old {
    font-size: 17px;
    line-height: 1.1;
    color: #8c90a0;
    text-decoration: line-through;
}

.sc-price-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #8c3f58;
    background: #f7e6ea;
}

/* Строка "Подбор и настройка..." возле цены */
.sc-product-service-note {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.35;
    color: #1f7a4f;
    background: #edf9f2;
    border: 1px solid #cfeedd;
    border-radius: 14px;
    padding: 10px 12px;
}
.sc-product-service-note__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sc-product-service-note__icon svg {
    width: 22px;
    height: 22px;
    stroke: #1f7a4f;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.sc-product-service-note__text {
    max-width: none;
    font-weight: 600;
}

/* Количество */
.sc-qty-control {
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #e2e4ea;
    overflow: hidden;
    margin-bottom: 12px;
}
.sc-qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}
.sc-qty-input {
    width: 44px;
    height: 32px;
    border: none;
    text-align: center;
    font-size: 14px;
    outline: none;
}

/* Кнопки */
.sc-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background .15s ease, color .15s ease, transform .1s ease;
}
.sc-btn--primary {
    background: #b34497;
    color: #ffffff;
    margin-right: 8px;
}
.sc-btn--primary:hover {
    background: #a03487;
}
.sc-btn--secondary {
    background: #ffffff;
    color: #b34497;
    border: 1px solid #f9e6f4;
}
.sc-btn--secondary:hover {
    background: #f9e6f4;
}
.sc-btn--wide {
    width: 100%;
}

/* Кнопка в блоке цены – широкая, pill */
.sc-product-price-block .sc-btn--primary.sc-btn--wide {
    width: 100%;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
}
.sc-product-price-block .sc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sc-product-buy-actions {
    display: grid;
    gap: 10px;
}

.sc-product-buy-secondary {
    margin-top: 0;
}

/* Наличие */
.sc-product-availability {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.35;
    color: #138a49;
    padding-top: 2px;
}
.sc-availability-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00b75a;
}

/* Табы */
.sc-product-tabs {
    margin-bottom: 32px;
}

.sc-tabs-nav {
    display: inline-flex;
    background: #f0f1f6;
    border-radius: 999px;
    padding: 4px;
    margin-bottom: 14px;
}
.sc-tabs-btn {
    border: none;
    background: transparent;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    color: #7b7f8a;
    transition: background .15s ease, color .15s ease;
}
.sc-tabs-btn.is-active {
    background: #ffffff;
    color: #b34497;
}

.sc-tabs-content {
    margin-top: 8px;
}
.sc-tab {
    display: none;
}
.sc-tab.is-active {
    display: block;
}
.sc-tab-card {
    background: #f7f8fa;
    border-radius: 24px;
    padding: 28px 32px 30px;
}
.sc-tab-card h2 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
}
.sc-tab-card h3 {
    margin: 24px 0 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}
.sc-tab-card p,
.sc-tab-card li {
    font-size: 15px;
    line-height: 1.7;
    color: #2f3442;
}
.sc-tab-card p {
    margin: 0 0 14px;
}
.sc-tab-card p:last-child {
    margin-bottom: 0;
}
.sc-tab-card ul,
.sc-tab-card ol {
    margin: 0 0 16px 20px;
    padding: 0;
}
.sc-tab-card a {
    color: #b34497;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.12em;
    text-decoration-thickness: 1px;
}
.sc-tab-card a:hover {
    color: #9d2f81;
}

/* Список характеристик внутри таба */
.sc-specs-list {
    margin: 0;
}
.sc-specs-row {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr);
    column-gap: 24px;
    padding: 6px 0;
    border-bottom: 1px solid #e4e6ee;
}
.sc-specs-row:last-child {
    border-bottom: none;
}
.sc-specs-row dt {
    font-size: 14px;
    color: #7b7f8a;
}
.sc-specs-row dd {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

/* ===== Адаптив ===== */

@media (max-width: 1100px) {
    .sc-product-main {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto;
    }
    .sc-product-buy {
        grid-column: 1 / -1;
        margin-top: 16px;
        position: static;
    }

}

@media (max-width: 768px) {
    .sc-product-page {
        padding: 16px;
    }
    .sc-product-page .sc-bc {
        margin-bottom: 6px;
    }
    .sc-product-page .sc-bc__item:last-child .sc-bc__current {
        max-width: 56vw;
    }
    .sc-product-main {
        display: block;
    }
    .sc-product-media,
    .sc-product-specs,
    .sc-product-buy {
        margin-bottom: 16px;
    }
    .sc-product-title {
        font-size: 24px;
    }
    .sc-product-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .sc-product-price-block {
        padding: 16px 18px 18px;
        border-radius: 20px;
    }
    .sc-price-value {
        font-size: 24px;
    }
    .sc-price-old {
        font-size: 15px;
    }
    .sc-product-service-note {
        font-size: 13px;
    }
    .sc-product-image-wrap {
        padding: 24px 20px;
        border-radius: 24px;
    }
    .sc-tabs-nav {
        margin-bottom: 12px;
    }
    .sc-tabs-btn {
        padding: 8px 14px;
        font-size: 14px;
    }
    .sc-tab-card {
        padding: 20px 18px 22px;
        border-radius: 20px;
    }
    .sc-tab-card h2 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .sc-tab-card h3 {
        font-size: 15px;
        margin-top: 20px;
    }
    .sc-tab-card p,
    .sc-tab-card li {
        font-size: 14px;
        line-height: 1.65;
    }

}

/* Блок рекомендаций под товаром */
.sc-product-recommended {
    margin-top: 72px;
    padding-top: 24px;

}

.sc-product-recommended__title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 600;
}

/* Сетка карточек */
.sc-product-recommended__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 1100px) {
    .sc-product-recommended__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .sc-product-recommended__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* Карточка похожего товара */
.sc-product-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 12px 12px 16px;
    border: 1px solid #f0f1f6;
    transition: box-shadow .15s ease, transform .12s ease;
}

.sc-product-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.sc-product-card__image {
    text-align: center;
    margin-bottom: 10px;
}
.sc-product-card__image img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.sc-product-card__name {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 500;
}

.sc-product-card__meta {
    font-size: 13px;
    color: #7b7f8a;
    margin-bottom: 8px;
}

.sc-product-card__price {
    font-size: 16px;
    font-weight: 600;
}

.sc-product-card__price--request {
    font-size: 14px;
    color: #7b7f8a;
}

/* Ховер */
.sc-product-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

/* Маленький SEO-текст под блоком */
.sc-product-recommended__note {
    margin-top: 16px;
    font-size: 14px;
    color: #6b6e7a;
    max-width: 640px;
}

/* End */
/* /bitrix/templates/sluhcomfort/components/bitrix/catalog/sc-catalog/bitrix/catalog.element/sc-detail/style.css?177338642314129 */
