/* Shared header width, independent of each page's content width. */
@media(min-width:981px){
  body .shop-header .shop-header__inner{width:min(1280px,calc(100% - 44px));gap:24px}
  .shop-header .shop-nav--itgo{flex:0 0 auto;gap:5px}
  .shop-header .shop-nav__carrier-menu,
  .shop-header .shop-nav__menu,
  .shop-header .shop-nav__quick-quote,
  .shop-header .shop-header__account{flex-shrink:0}
  .shop-header .shop-nav__carrier,
  .shop-header .shop-nav__menu,
  .shop-header .shop-header__account{white-space:nowrap;word-break:keep-all}
}
@media(min-width:981px) and (max-width:1199px){
  body .shop-header .shop-header__inner{gap:12px}
  .shop-header .shop-nav--itgo{gap:3px}
  .shop-header .shop-nav--itgo .shop-nav__carrier{padding-left:7px;padding-right:7px}
  .shop-header .shop-nav--itgo>.shop-nav__menu{padding-left:7px;padding-right:7px;font-size:12px}
  .shop-header .shop-nav__quick-quote{padding-left:9px;padding-right:10px;gap:6px}
  .shop-header .shop-header__account{gap:5px}
  .shop-header .shop-header__call span{display:none}
}
@media(min-width:981px) and (max-width:1050px){
  body .shop-header .shop-header__inner{gap:8px}
  .shop-header .shop-nav--itgo{gap:2px}
  .shop-header .shop-nav--itgo .shop-nav__carrier{padding-left:4px;padding-right:4px}
  .shop-header .shop-nav--itgo>.shop-nav__menu{padding-left:5px;padding-right:5px}
}

/* One outer shell for landing, detail, community, header and footer. */
body{--homeit-shell-max:1280px;--homeit-shell-gutter:44px}
body[class] .section-shell,
body[class] .shop-header .shop-header__inner,
body[class] .hero__inner,
body[class] .shop-footer .shop-footer__inner{
  box-sizing:border-box;
  width:min(var(--homeit-shell-max),calc(100% - var(--homeit-shell-gutter)))!important;
  max-width:var(--homeit-shell-max)!important;
  margin-left:auto;
  margin-right:auto;
}
/* Inner sections fill their parent without adding a second outer gutter. */
body[class] .section-shell .section-shell,
body[class] .product-tab-panel .managed-product-detail.section-shell{
  width:100%!important;max-width:none!important;margin-left:0;margin-right:0;
}
/* Admin hero backgrounds remain full bleed; their content follows the shell. */
body[class] .homeit-managed-hero__inner>.hero>.hero__inner{
  width:100%!important;max-width:none!important;margin:0!important;
  padding-left:max(calc(var(--homeit-shell-gutter)/2),calc((100% - var(--homeit-shell-max))/2))!important;
  padding-right:max(calc(var(--homeit-shell-gutter)/2),calc((100% - var(--homeit-shell-max))/2))!important;
}
@media(max-width:980px){body{--homeit-shell-gutter:28px}}
@media(max-width:760px){body{--homeit-shell-gutter:20px}}
