@keyframes slide-from-bottom{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-from-top{from{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-from-right{from{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}@keyframes slide-from-left{from{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:translateX(0)}}.header-ecomm{position:relative;display:flex;justify-content:center;align-items:stretch;min-height:600px;margin-bottom:6rem;background-color:#f5f5f5}.header-ecomm__bg{position:absolute;overflow:hidden;width:100vw;height:100%;max-height:100%;top:0;left:0}@media screen and (min-width: 1200px){.header-ecomm__bg{left:calc(-50vw + 600px)}}.header-ecomm__bg img{height:100%;min-height:100%;margin:0;width:100%;object-fit:cover;object-position:50% 50%}.header-ecomm__bg::after{content:"";position:absolute;height:100%;width:100%;top:0;left:0;background-color:rgba(0,0,0,.5)}.header-ecomm__inner{position:relative;width:1400px;max-width:100%;display:flex;flex-wrap:wrap-reverse;align-items:stretch}.header-ecomm__content-wrap{position:relative;flex-basis:369px;flex-grow:1;flex-shrink:0;padding:4rem 1.5rem}.header-ecomm__content-wrap--mobile{display:none}@media screen and (max-width: 768px){.header-ecomm__content-wrap--mobile{background-color:#fff;display:block;flex-basis:100%;padding:2rem 1.5rem 4rem}}@media screen and (max-width: 768px){.header-ecomm__content-wrap--desktop{padding:4rem 1.5rem 1rem}}@media screen and (max-width: 768px){.header-ecomm__content-wrap--desktop{padding:2rem 1.5rem 1rem}}.header-ecomm__desktop{display:none}@media screen and (min-width: 769px){.header-ecomm__desktop{display:block}}.header-ecomm__copy{position:relative}.header-ecomm__copy--slide-bottom{animation:slide-from-bottom;animation-duration:.6s;animation-delay:600ms;animation-fill-mode:forwards;transition:all 200ms ease-in-out;opacity:0}.header-ecomm__copy--slide-top{animation:slide-from-top;animation-duration:.6s;animation-delay:600ms;animation-fill-mode:forwards;transition:all 200ms ease-in-out;opacity:0}.header-ecomm__copy--slide-left{animation:slide-from-left;animation-duration:.6s;animation-delay:600ms;animation-fill-mode:forwards;transition:all 200ms ease-in-out;opacity:0}.header-ecomm__copy--slide-right{animation:slide-from-right;animation-duration:.6s;animation-delay:600ms;animation-fill-mode:forwards;transition:all 200ms ease-in-out;opacity:0}.header-ecomm__copy span.big{font-family:"Atlas Grotesk Web",Roboto,Helvetica,Arial,sans-serif;font-weight:900;font-style:normal;font-stretch:normal}.header-ecomm__copy small{color:#8b8b8b}.header-ecomm__images{position:relative;flex-basis:400px;flex-grow:1;flex-shrink:0;padding:4rem 1.5rem;min-height:600px}.header-ecomm__images figure{margin:0;width:100%;overflow:hidden;display:flex;flex-direction:column;max-height:60vh}@media screen and (max-width: 480px){.header-ecomm__images figure{min-height:300px}}@media screen and (max-width: 768px){.header-ecomm__images{padding:1rem 1.5rem 4rem;flex-basis:100%;min-height:300px}}.header-ecomm__slides{position:relative;width:100%;text-align:center;display:flex;overflow:hidden}.header-ecomm__slide{position:relative;width:0%;transition:width 250ms ease-in-out}.header-ecomm__slide img{height:100%;margin:0;width:100%;object-fit:contain;object-position:50% 50%}.header-ecomm__slide.active{width:100%}.header-ecomm__dots{width:100%;display:flex;justify-content:center}.header-ecomm__dot{cursor:pointer;display:flex;align-items:center;height:40px}.header-ecomm__dot:hover::before{background-color:#ababab}.header-ecomm__dot::before{content:"";height:4px;width:20px;margin:0 5px;background-color:#c4c4c4;border-radius:5px}.header-ecomm__dot.active::before{background-color:#222}.header-ecomm__topo{position:absolute;height:100%;width:100%;color:#fff}.header-ecomm__topo svg{height:100%;margin:0;width:100%;object-fit:cover;object-position:top}body.hunt-app .header-ecomm__dot.active::before{background-color:#f30}body.offroad-app .header-ecomm__dot.active::before{background-color:#ff9f0e}body.backcountry-app .header-ecomm__dot.active::before{background-color:#087aff}
