.ener-products-page{padding:88px 0 96px;background:var(--brand-bg)}.ener-product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.ener-product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:var(--brand-radius);color:var(--brand-text);font-weight:700}.ener-product-tabs .nav-link.active{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark);color:var(--brand-text-inverse)}.ener-category-head{max-width:760px;margin-bottom:24px}.ener-category-head p{color:var(--brand-text)}.ener-dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.ener-dynamic-product-card{display:grid;grid-gap:12px;gap:12px;min-height:100%;padding:16px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.ener-dynamic-product-card a{display:grid;grid-gap:12px;gap:12px;color:var(--brand-text)}.ener-product-img{display:block;aspect-ratio:1;background:var(--brand-neutral-light);overflow:hidden}.ener-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ener-dynamic-product-card h3{margin:0;font-size:1.08rem}@media (max-width:991px){.ener-dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.ener-products-page{padding:56px 0 68px}.ener-product-tabs{justify-content:flex-start}.ener-dynamic-product-grid{grid-template-columns:1fr}}