.mobile-tab-frame { display:none; }
@media(max-width:760px) {
 html body:not(.owner-body) .gallery-panel { width:100vw!important; max-width:none!important; margin-left:calc(50% - 50vw)!important; margin-right:calc(50% - 50vw)!important; }
 html body:not(.owner-body) .catalog-controls .catalog-icon-control {
  display:inline-flex!important; align-items:center; justify-content:center; width:44px; height:44px;
  min-width:44px; padding:0!important; background:transparent!important; border:0!important;
  border-radius:0!important; box-shadow:none!important; color:var(--ui-text)!important;
 }
 html body:not(.owner-body) .catalog-controls .sort-menu { display:none!important; }
 html body:not(.owner-body) .catalog-reference-categories {
  display:flex!important; gap:0!important; overflow-x:auto!important; overflow-y:hidden!important;
  margin:12px 0!important; padding:0!important; height:9.1549vw; min-height:36px;
  background:var(--ui-surface)!important; border-radius:999px; scrollbar-width:none;
  scroll-snap-type:x proximity; -webkit-overflow-scrolling:touch;
  mask-image:linear-gradient(to right,#000 91%,transparent);
 }
 html body:not(.owner-body) .catalog-reference-categories a {
  display:flex!important; flex:0 0 27%!important; align-items:center; justify-content:center;
  height:100%!important; min-width:0!important; padding:0!important; border:0!important;
  border-radius:999px!important; background:transparent!important; color:var(--ui-text)!important;
  font-size:3.2864vw!important; font-weight:400!important; white-space:nowrap; scroll-snap-align:start;
 }
 html body:not(.owner-body) .catalog-reference-categories a.active { background:linear-gradient(110deg,#008aff,#0074ff)!important; color:#fff!important; }
 .catalog-reference-categories::-webkit-scrollbar { display:none; }
 html.mobile-tabs-child .mobile-bottom-nav { display:none!important; }
 html.mobile-tabs-active > body > .mobile-bottom-nav { z-index:130!important; }
 html.mobile-tabs-active > body > .mobile-tab-frame:not([hidden]) {
  display:block; position:fixed; inset:0; width:100%; height:100%; border:0; z-index:100; background:var(--ui-bg,#fff);
 }
}
