Equipment
A collection page of Happy Hydro
About
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Inter:wght@400;500&display=swap'); /* Tokens scoped to .gec so the Shopify theme's :root cannot override them */ .gec { --bg:#ffffff; --bg-soft:#fafafa; --surface:#fafafa; --text:#4d4d4d; --text-light:#6b6b6b; --text-muted:#999; --border:#e1e3e4; --blue:#01adf0; --blue-dark:#0190c8; --blue-pale:#e8f7fd; --green:#61a84d; --green-dark:#4d8a3c; --green-pale:#edf6ea; --orange:#ff723c; --orange-pale:#fff2ed; --font-head:'Poppins',sans-serif; --font-body:'Inter',sans-serif; } .gec *, .gec *::before, .gec *::after { box-sizing: border-box; margin: 0; padding: 0; } .gec { font-family: var(--font-body); color: var(--text); background: #fff; line-height: 1.55; font-size: 15px; max-width: 1040px; margin: 0 auto; } .gec :focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; } .gec img { display: block; } .gec .svg-sprite { display: none; } .gec .eyebrow { font-family: var(--font-head); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin: 0; } /* HERO */ .gec-hero { text-align: center; padding: 4px 0 0; display: flex; flex-direction: column; align-items: center; gap: 6px; } .gec-hero h1 { font-family: var(--font-head); font-size: 2.3rem; font-weight: 700; color: #2d2d2d; letter-spacing: -0.02em; line-height: 1.1; } .gec-hero h1 span { color: var(--green); } .gec-hero p { font-size: 1.05rem; color: var(--text-light); max-width: 540px; } /* SECTION HEADS */ .sec-head { text-align: center; margin: 38px 0 20px; display: flex; flex-direction: column; align-items: center; gap: 6px; } .sec-head .eyebrow { color: var(--green); } .sec-head h2 { font-family: var(--font-head); font-size: 1.6rem; font-weight: 700; color: #2d2d2d; letter-spacing: -0.015em; line-height: 1.2; } .sec-head h2 span { color: var(--green); } .sec-head p { font-size: 0.95rem; color: var(--text-light); margin-top: 6px; } /* RECOMMENDA