.phil-products-page{background:var(--brand-bg);padding-top:160px}.phil-products-intro{max-width:780px;margin-bottom:38px}.phil-products-intro h1{font-size:max(2rem, min(4vw, 3.5rem));margin:10px 0 14px}.phil-products-intro p{color:var(--brand-text);margin:0}.phil-product-sidebar{position:sticky;top:112px;border:1px solid var(--brand-border);background:var(--brand-neutral-light);padding:22px}.phil-product-sidebar h2{font-size:1.1rem;margin:0 0 16px}.phil-product-sidebar nav{display:grid;grid-gap:8px;gap:8px}.phil-product-sidebar a{color:var(--brand-text);border-bottom:1px solid var(--brand-border);padding:8px 0;font-weight:700}.phil-product-category{padding:0 0 52px;margin-bottom:52px;border-bottom:1px solid var(--brand-border)}.phil-product-category:last-child{border-bottom:0;margin-bottom:0}.phil-category-heading{margin-bottom:22px}.phil-category-heading h2{font-size:max(1.6rem, min(3vw, 2.2rem));margin:8px 0 0}.phil-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.phil-product-card{position:relative;border:1px solid var(--brand-border);background:#fff}.phil-product-card a{color:var(--brand-text);display:grid;height:100%}.phil-product-image{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light);overflow:hidden}.phil-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.phil-product-body{display:grid;grid-gap:8px;gap:8px;padding:18px}.phil-product-body h3{font-size:1.05rem;margin:0}.phil-product-note{color:var(--brand-text);font-size:.9rem}@media (max-width:991px){.phil-products-page{padding-top:120px}.phil-product-sidebar{position:static}.phil-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.phil-product-grid{grid-template-columns:1fr}}