/* LAVI v1.32 — category navigation click hotfix */
.category-tabs,
.tabs{
  position:relative!important;
  z-index:30!important;
  pointer-events:auto!important;
  isolation:isolate;
}
.category-tabs a,
.tabs a{
  position:relative!important;
  z-index:31!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  pointer-events:auto!important;
  touch-action:manipulation;
  cursor:pointer!important;
  -webkit-tap-highlight-color:rgba(112,29,32,.12);
}
.page-hero,
.page-hero .container,
.section,
.section>.container{
  position:relative;
}
.page-hero:after,
.page-hero:before,
.section:after,
.section:before{
  pointer-events:none!important;
}
@media(max-width:700px){
  .category-tabs,
  .tabs{
    display:flex!important;
    gap:8px!important;
    flex-wrap:wrap;
  }
  .category-tabs a,
  .tabs a{
    min-height:48px;
    padding:10px 18px!important;
  }
}
