
/* Aafiyora v4.0 Mobile */
@media(max-width:980px){
  .nav-shell,body.aafi-scrolled .nav-shell{
    grid-template-columns:1fr auto!important;
    min-height:70px!important;
  }
  .primary-nav{display:none!important}
  .aafi-v40-commerce-grid,
  .aafi-v40-answer-list,
  .aafi-v40-policy-grid,
  .aafi-v40-review-placeholder{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .aafi-v40-routine-shell{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  .hero-copy h1,.page-hero h1,.product-summary-v35 h1{
    font-size:clamp(2.7rem,13vw,4rem)!important;
    line-height:1.04!important;
  }
  .aafi-v40-commerce-grid,
  .aafi-v40-answer-list,
  .aafi-v40-policy-grid,
  .aafi-v40-review-placeholder{
    grid-template-columns:1fr;
  }
  .aafi-v40-routine-finder,
  .aafi-v40-aeo-guide,
  .aafi-v40-policy-page,
  .aafi-v40-review-hub{
    padding:54px 0;
  }
}
