/* =========================================================
   ファンクラブ / ブランドショップ 共通スタイル
   対象ビュー: resources/views/fan-clubs/shop/*.blade.php
   ========================================================= */

/* 価格レンジスライダー (nouislider) */
#fc-price-range-slider { height: 8px; margin: 20px 0; }
#fc-price-range-slider .noUi-connect { background: #000; }
#fc-price-range-slider .noUi-handle {
    width: 20px; height: 20px; border-radius: 50%;
    border: 2px solid #000; background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#fc-price-range-slider .noUi-handle:before,
#fc-price-range-slider .noUi-handle:after { display: none; }
#fc-price-range-slider .noUi-tooltip { display: none; }

/* カテゴリ 大分類/小分類 階層表示 */
.facet-categories .categories-parent-label {
    display: block;
    font-weight: 600;
    cursor: default;
    opacity: 0.85;
}
.facet-categories .facet-subcategories {
    margin: 4px 0 8px;
    padding-left: 0;
    list-style: none;
}
.facet-categories .categories-child {
    padding-left: 24px;
    position: relative;
}
.facet-categories .categories-child::before {
    content: "└";
    position: absolute;
    left: 2px;
    opacity: 0.5;
}
