@media (max-width:1440px){.nb-shell{max-width:calc(100% - 3rem)}}
@media (max-width:1024px){
  .nb-home-top{grid-template-columns:minmax(12rem,.7fr) minmax(0,1.3fr)}
  .nb-promo-stack{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}
  .nb-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .nb-product-detail__layout{grid-template-columns:1fr}
}
@media (max-width:768px){
  .nb-shell{width:min(100% - 2rem,1280px)}
  .nb-utility{justify-content:flex-start;overflow:auto;white-space:nowrap}
  .nb-menu-toggle{display:inline-flex}
  .nb-departments[hidden]{display:none}
  .nb-departments>.nb-shell{align-items:stretch;flex-direction:column}
  .nb-departments__sidebar{display:none}
  .nb-home-top{grid-template-columns:1fr}
  .nb-promo-stack{grid-column:auto;grid-template-columns:1fr}
  .nb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:375px){
  .nb-shell{width:calc(100% - 1.5rem)}
  .nb-product-grid{gap:.75rem}
}
