Product Details
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap'); .cb-cc *{margin:0;padding:0;box-sizing:border-box;} .cb-cc{ --red:#870707;--black:#111;--line:#e7e7e7; font-family:'Inter',system-ui,sans-serif;color:#111;background:#fff;line-height:1.5; max-width:1080px;margin:0 auto;padding:0 20px 60px; } .cb-cc h1,.cb-cc h2,.cb-cc h3,.cb-cc .cb-num{font-family:'Antonio',sans-serif;} .cb-cc .cb-accent{height:5px;background:var(--red);border-radius:0 0 4px 4px;margin-bottom:34px;} .cb-cc .cb-eyebrow{display:inline-block;font-family:'Antonio',sans-serif;letter-spacing:.18em;text-transform:uppercase;font-size:13px;font-weight:600;color:var(--red);margin-bottom:10px;} /* HERO */ .cb-cc .cb-hero{text-align:center;padding:8px 0 40px;border-bottom:1px solid var(--line);} .cb-cc .cb-hero h1{font-size:clamp(40px,7vw,72px);font-weight:700;line-height:.98;text-transform:uppercase;} .cb-cc .cb-hero .cb-subh{font-family:'Antonio',sa...