.glf-product-feature{padding:160px 0 80px;background:var(--brand-bg-alt)}.glf-product-feature h1{font-size:max(2rem, min(4vw, 3.5rem))}.glf-product-feature p{max-width:620px;margin:24px 0 32px}.glf-product-feature img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-primary-light)}.glf-product-catalog{padding:80px 0 96px}.glf-category-block+.glf-category-block{margin-top:72px}.glf-category-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px;border-bottom:1px solid var(--brand-border)}.glf-category-heading p{max-width:540px}.glf-product-card{height:100%;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.glf-product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.glf-product-card a{display:block;height:100%;color:var(--brand-text);-webkit-text-decoration:none;text-decoration:none}.glf-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.glf-product-card img[src=""]{color:transparent;font-size:0;text-indent:-9999px}.glf-product-card-body{padding:24px}.glf-product-card h3{font-size:1.15rem}.glf-product-card span{color:var(--brand-primary-dark);font-weight:800}@media (max-width:767.98px){.glf-category-heading{display:block}}