/* BICH catalogue navigation, 2026-09-19 */
#menu .nav > li > a,
#menu #topCategoryList .menu_drop > .dropdown-inner > li > a {
  text-transform: none !important;
}
#logo > a { display: inline-flex; pointer-events: auto; }
#logo .bich-header-logo { pointer-events: none; }
.bich-catalog-sections {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bich-catalog-sections > a {
  flex: 0 0 auto;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none !important;
  white-space: nowrap;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.bich-catalog-sections > a:hover,
.bich-catalog-sections > a[aria-current="page"] { border-bottom-color: #202020; }
.bich-catalog-sections > a:focus-visible { outline: 2px solid #202020; outline-offset: 4px; }
.bich-catalog-sections + .breadcrumb-back,
.bich-catalog-sections + #product-search > .breadcrumb { display: none; }
@media (max-width: 767px) {
  .bich-catalog-sections {
    justify-content: space-between;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .bich-catalog-sections > a { font-size: 14px; }
}

body[class*="product-category"] > .breadcrumb-back,
body.product-special > .breadcrumb-back { display: none; }
#menu .text-menu, #menu #category { text-transform: none; }

/* Shared catalogue sections, 2026-09-19: typography and breathing room. */
.bich-catalog-sections { gap:40px; padding-top:24px; padding-bottom:16px; margin-bottom:36px; }
.bich-catalog-sections > a { font-family:Arial,Helvetica,sans-serif; font-size:18px; font-weight:400; line-height:1.5; letter-spacing:0; color:#606060; padding:8px 0; border-bottom-width:1px; }
.bich-catalog-sections > a:hover,.bich-catalog-sections > a[aria-current="page"] { color:#111; }
body.product-category-88 #product-category #content > h1.page_title,
body.product-special #product-category #content > h1.page_title {
 position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;
}
body.product-special #product-category > .breadcrumb { display:none; }
@media(max-width:767px){
 .bich-catalog-sections { gap:16px; padding-top:12px; padding-bottom:12px; margin-bottom:24px; }
 .bich-catalog-sections > a {font-size:14px;padding:8px 0;}
}
/* Initial mobile layout: do not wait for DOMContentLoaded to reserve the filter row. */
.bich-filters-trigger{display:none}
@media(max-width:991.98px){
 body:is(.product-category-59,.product-category-88,.product-special) #product-category>.row>#column-left{display:none!important}
 #product-category .bich-filters-trigger{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:48px;padding:12px 16px;margin:0 0 24px;border:1px solid #222;border-radius:4px;background:#fff;color:#111;font:inherit;font-size:17px;font-weight:500;text-transform:none;cursor:pointer}
 #product-category .bich-filters-trigger svg{width:22px;height:22px;flex-shrink:0}
 #product-category .category-row .product-thumb .image{aspect-ratio:1 / 1}
}