/* Category bestsellers: distinct models, desktop grid, native touch rails. */
.rh4 .rh4-assortment { background:#f5f7f9; }
.rh4-assortment .rh4-assortment__intro { margin-bottom:22px; }
.rh4 .rh4-product-jumps { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:36px; }
.rh4 .rh4-product-jumps a { display:inline-flex; align-items:center; min-height:44px; padding:9px 14px; border:1px solid #d7e2ea; border-radius:6px; background:#fff; color:var(--r-ink); font-size:13px; font-weight:600; }
.rh4 .rh4-product-jumps a:hover { color:var(--r-blue); border-color:var(--r-blue); }
.rh4 .rh4-product-section { padding:0; scroll-margin-top:180px; }
.rh4 .rh4-product-section + .rh4-product-section { margin-top:42px; padding-top:36px; border-top:1px solid #dce5ec; }
.rh4-product-section__heading { display:flex; justify-content:space-between; align-items:center; gap:24px; margin-bottom:18px; }
.rh4 .rh4-product-section__heading h3 { font-size:26px !important; line-height:1.25 !important; letter-spacing:-.6px !important; font-weight:650 !important; }
.rh4-product-section__heading p { margin-top:6px; color:var(--r-muted); font-size:14px; }
.rh4-product-section__heading .rh4-link { flex-shrink:0; font-size:13px; min-height:44px; }
.rh4 .rh4-product-rail { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin:0; padding:0; list-style:none; }
.rh4-assortment .rh4-product > a { border-radius:6px; box-shadow:none; transition:border-color .18s; }
.rh4-assortment .rh4-product > a:is(:hover,:focus-visible) { border-color:var(--r-blue); box-shadow:none; }
.rh4-assortment .rh4-product__image { height:auto; aspect-ratio:1.2; padding:12px; }
.rh4-assortment .rh4-product__badge { top:14px; left:14px; font-size:11px; padding:4px 7px; letter-spacing:0; color:#155987; }
.rh4-assortment .rh4-product__info { min-width:0; padding:16px 18px 0; }
.rh4 .rh4-assortment .rh4-product h4 { font-size:15px !important; line-height:22px !important; font-weight:600 !important; letter-spacing:0 !important; color:var(--r-ink); margin:0 0 18px; min-height:66px; }
.rh4-assortment .rh4-product__price { font-size:26px; letter-spacing:-.5px; }
.rh4-assortment .rh4-product__price small { font-size:14px; font-weight:400; letter-spacing:0; }
.rh4-assortment .rh4-product__unit { color:var(--r-muted); font-size:11px; margin-top:4px; }
.rh4-assortment .rh4-product__tax { font-size:11px; min-height:0; }
.rh4-assortment .rh4-product__cta { min-height:48px; font-size:13px; margin-top:16px; }
.rh4 .rh4-rail-controls { display:flex; justify-content:flex-end; align-items:center; gap:8px; margin-top:12px; }
.rh4-rail-status { font-size:12px; color:var(--r-muted); margin-right:auto; }
.rh4-rail-controls button { display:grid; place-items:center; width:44px; height:44px; padding:0; background:#fff; border:1px solid #cbdbe6; border-radius:6px; color:var(--r-blue); box-shadow:none; }
.rh4-rail-controls button:disabled { opacity:.38; cursor:default; }
.rh4-rail-controls button[data-rail-direction='-1'] svg { transform:rotate(180deg); }
@media(min-width:992px) {
  .rh4 .rh4-product-rail[data-count='2'] { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .rh4-product-rail[data-count='2'] .rh4-product > a { display:grid; grid-template-columns:46% minmax(0,1fr); }
  .rh4-product-rail[data-count='2'] .rh4-product__image { align-self:center; aspect-ratio:1; }
  .rh4-product-rail[data-count='2'] .rh4-product__info { padding-top:24px; }
}
@media(max-width:991px) {
  .rh4 .rh4-product-rail { display:grid; grid-template-columns:none; grid-auto-flow:column; grid-auto-columns:calc((100% - 36px)/2.2); gap:16px; overflow-x:auto; overscroll-behavior-x:contain; scroll-snap-type:x mandatory; scroll-padding-inline:2px; padding:3px 2px 10px; scrollbar-width:thin; scrollbar-color:#bdd0de transparent; }
  .rh4-product-rail .rh4-product { scroll-snap-align:start; }
  .rh4 .rh4-product-rail[data-count='2'] { grid-auto-columns:calc((100% - 20px)/2); }
  .rh4 .rh4-product-section { scroll-margin-top:110px; }
}
@media(max-width:767px) {
  .rh4 .rh4-product-jumps { gap:6px; margin-bottom:28px; }
  .rh4 .rh4-product-jumps a { padding:8px 10px; font-size:12px; }
  .rh4-product-section__heading { display:block; margin-bottom:14px; }
  .rh4 .rh4-product-section__heading h3 { font-size:23px !important; }
  .rh4-product-section__heading p { font-size:13px; margin-top:4px; }
  .rh4-product-section__heading .rh4-link { font-size:12px; margin-top:5px; min-height:36px; padding-bottom:2px; }
  .rh4 .rh4-product-section + .rh4-product-section { margin-top:26px; padding-top:26px; }
  .rh4 .rh4-product-rail, .rh4 .rh4-product-rail[data-count='2'] { grid-auto-columns:78%; gap:12px; }
  .rh4-assortment .rh4-product__image { aspect-ratio:1.3; padding:10px; }
  .rh4-assortment .rh4-product__info { padding:12px 14px 0; }
  .rh4 .rh4-assortment .rh4-product h4 { font-size:14px !important; line-height:21px !important; min-height:63px; margin-bottom:14px; }
  .rh4-assortment .rh4-product__price { font-size:24px; }
  .rh4-assortment .rh4-product__cta { font-size:12px; margin-top:12px; }
}
@media(prefers-reduced-motion:reduce) { .rh4-product-rail { scroll-behavior:auto; } }
