/* Homepage section navigation */
:root{--home-nav-offset:94px}
#home-top,#departments,#how-to-buy,#shipping-guide,#qc-guide,#w2c-guide,#latest-guides,#finds{scroll-margin-top:var(--home-nav-offset)}
body.home-fullwidth .first-header nav a{position:relative;transition:color .2s,opacity .2s}
body.home-fullwidth .first-header nav a::after{content:"";position:absolute;left:50%;right:50%;bottom:-12px;height:3px;border-radius:3px;background:#ff7a17;transition:left .2s,right .2s}
body.home-fullwidth .first-header nav a:hover::after,
body.home-fullwidth .first-header nav a.is-active::after{left:0;right:0}
body.home-fullwidth .first-header nav a.is-active{color:#fff;opacity:1}
#shipping-guide,#qc-guide,#w2c-guide{transition:transform .3s,filter .3s}
#shipping-guide:target,#qc-guide:target,#w2c-guide:target{transform:translateY(-4px);filter:drop-shadow(0 18px 26px rgba(3,28,92,.16))}
@media(max-width:1050px){
  :root{--home-nav-offset:80px}
  body.home-fullwidth .first-header nav a::after{bottom:8px;left:18px;right:auto;width:0}
  body.home-fullwidth .first-header nav a:hover::after,
  body.home-fullwidth .first-header nav a.is-active::after{left:18px;right:auto;width:42px}
}
