

/* Start:/local/components/lux/brand_page/templates/.default/style.css?17832579672191*/
/* Лендинг бренда /catalog/{brand}/ (lux:brand_page). Вид — как старая детальная /brands/{code}/.
   Чипы категорий — дизайн эталона (скрин Теплостар): белые табы, активный ОРАНЖЕВЫЙ (#FF6A00,
   акцент темы), счётчик товаров серым. Тот же стиль у фильтра сопутки (.lux-related-cat). */
.lux-brand-page { margin-top: 8px; }
.lux-brand-logo { margin-bottom: 12px; }
.lux-brand-logo img { max-width: 160px; max-height: 64px; object-fit: contain; }
.lux-brand-page .detail_text { color: #444; font-size: 13px; line-height: 1.55; margin-bottom: 8px; }
.lux-brand-page .detail_content_wrapper { margin-bottom: 18px; }
.lux-brand-page .ordered-block { margin-bottom: 26px; }
.lux-brand-page .ordered-block__title { font-size: 18px; margin-bottom: 14px; }
/* фильтр по категориям запчастей бренда */
.lux-brand-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.lux-brand-cat {
    display: inline-block; padding: 7px 14px; border: 1px solid #e5e5e5; border-radius: 4px;
    font-size: 13px; color: #333; text-decoration: none; background: #fff; white-space: nowrap;
}
.lux-brand-cat:hover { border-color: #FF6A00; color: #FF6A00; }
.lux-brand-cat .lux-brand-cat-cnt { color: #999; font-size: 12px; margin-left: 6px; }
.lux-brand-cat.active { background: #FF6A00; border-color: #FF6A00; color: #fff; }
.lux-brand-cat.active:hover { color: #fff; }
.lux-brand-cat.active .lux-brand-cat-cnt { color: rgba(255, 255, 255, .85); }
/* артикулы супербазы */
.lux-brand-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lux-brand-chip {
    display: inline-block; padding: 5px 12px; border: 1px solid #e0e3e8; border-radius: 4px;
    font-size: 13px; color: #2a5885; text-decoration: none; background: #fff;
    max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.lux-brand-chip:hover { border-color: #FF6A00; color: #FF6A00; background: #fff; }
.lux-brand-404 { padding: 40px 0; text-align: center; }
.lux-brand-404 .btn { margin: 0 6px; }

/* End */
/* /local/components/lux/brand_page/templates/.default/style.css?17832579672191 */
