/* V65: conservative mobile stability layer. */
@media(max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  main,section,.container,.content-box,.page-layout{min-width:0;max-width:100%}
  input,select,textarea{font-size:16px!important;max-width:100%}
  .drawer{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  .drawer-head{position:sticky;top:0;z-index:2;background:#fff}
  .catalog-controls{max-height:44vh;overflow-y:auto;overscroll-behavior:contain}
  .catalog-brand-filters{margin-bottom:10px}
  .catalog-result{margin-top:18px!important}
  .bp-side-card a,.primary-action,.btn{min-height:46px}
  iframe{max-width:100%}
}
@media(max-width:480px){
  .catalog-grid{grid-template-columns:1fr!important}
  .catalog-card-media{height:235px!important}
  .catalog-directory{margin-inline:-2px}
  .catalog-controls{top:65px!important}
}
@media(hover:none){.catalog-card:hover,.catalog-brand-link:hover{transform:none!important}}
