/* Shared desktop category rail. Mobile browsing remains in the native drawer. */
.bth-shop-sidebar{display:none}
.bth-browse-content{min-width:0}
.bth-browse-content .bth-page-content ul.products{padding:0}
@media(min-width:1101px){
  .bth-browse-layout{display:grid;grid-template-columns:224px minmax(0,1fr);column-gap:32px;align-items:start}
  .bth-shop-sidebar{display:block;position:sticky;top:24px;min-width:0;align-self:start;border-right:1px solid var(--bth-line)}
  .bth-sidebar-scroll{max-height:calc(100dvh - 48px);overflow-y:auto;overscroll-behavior:contain;padding:0 22px 12px 0;scrollbar-width:thin;scrollbar-color:#444 transparent}
  .bth-sidebar-section+.bth-sidebar-section{margin-top:26px;padding-top:24px;border-top:1px solid var(--bth-line)}
  .bth-sidebar-kicker,.bth-sidebar-section h2{font-family:inherit;font-size:10px;font-weight:750;line-height:1.5;letter-spacing:1.6px;text-transform:uppercase;color:var(--bth-muted);margin:0 0 12px}
  .bth-sidebar-kicker{color:var(--bth-yellow);font-size:9px}
  .bth-sidebar-all,.bth-sidebar-designs{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:37px;font-size:14px;font-weight:700;line-height:1.4}
  .bth-sidebar-all span,.bth-sidebar-designs span{font-size:18px;font-weight:400}
  .bth-sidebar-designs{font-size:12px;font-weight:500;color:var(--bth-muted)}
  .bth-sidebar-categories,.bth-sidebar-links{list-style:none;padding:0;margin:0}
  .bth-sidebar-categories a,.bth-sidebar-links a{display:block;min-height:32px;padding:6px 0;font-size:12px;line-height:1.65;color:var(--bth-muted);text-decoration:none;overflow-wrap:break-word}
  .bth-sidebar-categories>.bth-sidebar-parent>a{font-weight:700;color:var(--bth-text)}
  .bth-sidebar-categories:not(.bth-sidebar-children)>.bth-sidebar-parent+.bth-sidebar-parent{margin-top:14px}
  .bth-sidebar-children{margin:2px 0 3px 9px;padding-left:12px;border-left:1px solid var(--bth-line)}
  .bth-sidebar-children .bth-sidebar-children{margin-left:0;padding-left:11px}
  .bth-shop-sidebar a:hover,.bth-shop-sidebar a[aria-current="page"],.bth-shop-sidebar a.is-current,.bth-sidebar-categories>.is-ancestor>a{color:var(--bth-yellow)}
  .bth-shop-sidebar a[aria-current="page"]{font-weight:700;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
  .bth-shop-sidebar a:focus-visible{outline:2px solid var(--bth-yellow);outline-offset:3px}
  .bth-browse-content .bth-catalog-filters{grid-template-columns:repeat(2,minmax(0,1fr));padding:22px;gap:17px}
  .bth-browse-content .bth-term-grid,.bth-browse-content ul.products{gap:30px 20px}
  .bth-browse-content .bth-page-heading h1{font-size:62px;overflow-wrap:break-word}
}
@media(min-width:1351px){
  .bth-browse-content .bth-catalog-filters{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr) minmax(0,1fr) auto;gap:15px}
}
@media(min-width:1101px) and (max-width:1350px){
  .bth-browse-content .bth-term-grid,.bth-browse-content ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .bth-browse-content .bth-page-heading h1{font-size:clamp(48px,5vw,66px)}
}
