.products-hero{position:relative;min-height:520px;display:grid;align-items:center;padding:168px 0 72px;background:var(--brand-primary-dark);color:#fff}.products-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.42}.products-hero::after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,rgba(36,84,44,.9),rgba(36,84,44,.42))}.products-hero .container{position:relative;z-index:2}.products-hero .hg-eyebrow,.products-hero h1,.products-hero p{color:#fff}.products-hero__copy{max-width:720px}.product-intro{max-width:760px;margin-bottom:36px}.category-section+.category-section{margin-top:56px}.category-section__head{margin-bottom:20px}.product-grid--dynamic{grid-template-columns:repeat(3,minmax(0,1fr))}.dynamic-product-card{display:grid}.dynamic-product-card a{color:var(--brand-text)}.dynamic-product-card a:hover{-webkit-text-decoration:none;text-decoration:none}.dynamic-product-card .btn{margin:0 24px 24px;justify-self:start}@media (max-width:991px){.product-grid--dynamic{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-hero{padding-top:148px}.product-grid--dynamic{grid-template-columns:1fr}}