.gc-products-hero{padding:160px 0 60px;background:var(--gc-bg-alt)}.gc-products-hero h1{font-size:2.25rem;margin-bottom:12px;color:var(--gc-primary-dark)}.gc-products-hero-sub{color:var(--gc-text);font-size:1.0625rem;max-width:720px;margin:0 auto;line-height:1.7}.gc-product-category{margin-bottom:64px}.gc-category-title{font-size:1.5rem;padding-bottom:12px;border-bottom:3px solid var(--gc-primary);display:inline-block;margin-bottom:12px;color:var(--gc-primary-dark)}.gc-category-desc{color:var(--gc-text-secondary);margin-bottom:24px;max-width:780px}.gc-product-card{background:var(--gc-bg);border:1px solid var(--gc-border);border-radius:var(--gc-radius);overflow:hidden;cursor:pointer;transition:box-shadow .25s,transform .2s;height:100%;display:flex;flex-direction:column}.gc-product-card:hover{box-shadow:0 10px 26px rgba(194,65,12,.14);transform:translateY(-3px)}.gc-product-img{background:var(--gc-bg-alt);padding:16px;text-align:center}.gc-product-img img{max-width:100%;height:250px;-o-object-fit:contain;object-fit:contain}.gc-product-info{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.gc-product-name{font-size:.9375rem;font-weight:700;margin-bottom:10px;color:var(--gc-text);line-height:1.45}.gc-product-cta{color:var(--gc-primary);font-weight:700;font-size:.8125rem}