Cambro Trays
A collection page of Russell Hendrix
About
/* ===== Scope this block to avoid theme collisions ===== */ #rh-cambro-trays { --rh-max: 1200px; --rh-black: #000000; --rh-white: #ffffff; --rh-ink: #111111; --rh-sub: #444444; --rh-line: rgba(0,0,0,.12); --rh-soft: #f6f6f6; --rh-soft2: #fbfbfb; --rh-radius: 16px; --rh-radius-sm: 12px; font-family: inherit; color: var(--rh-ink); } #rh-cambro-trays .rh-wrap{ max-width: var(--rh-max); margin: 0 auto; padding: 0 16px 28px; } #rh-cambro-trays .rh-hero{ background: var(--rh-soft2); border: 1px solid var(--rh-line); border-radius: var(--rh-radius); padding: 22px 18px; margin-top: 10px; } #rh-cambro-trays h1{ font-size: 30px; line-height: 1.15; margin: 0 0 10px; letter-spacing: -.2px; } #rh-cambro-trays h2{ font-size: 22px; line-height: 1.2; margin: 22px 0 10px; letter-spacing: -.1px; } #rh-cambro-trays h3{ font-size: 16px; line-height: 1.25; margin: 0 0 8px; letter-spacing: -.1px; } #rh-cambro-trays p{ margin: 10px 0; line-height: 1.6; color: var(--rh-sub); } #rh-cambro-trays .rh-hero p{ margin-top: 8px; color: var(--rh-sub); max-width: 980px; } #rh-cambro-trays .rh-cta-row{ display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; } #rh-cambro-trays .rh-btn{ display: inline-block; background: var(--rh-black); color: var(--rh-white) !important; border: 1px solid var(--rh-black); border-radius: 999px; padding: 10px 14px; text-decoration: none; font-size: 14px; line-height: 1; white-space: nowrap; } #rh-cambro-trays .rh-btn--ghost{ background: transparent; color: var(--rh-black) !important; border: 1px solid var(--rh-black); } /* Nav chips */ #rh-cambro-trays .rh-nav{ margin: 14px 0 0; display: flex; flex-wrap: wrap; gap: 8px; } #rh-cambro-trays .rh-chip{ display: inline-block; background: var(--rh-black); color: var(--rh-white) !important; border: 1px solid var(--rh-black); border-radius: 999px; padding: 8px 12px; font-size: 13px; line-height: 1; text-decoration: none; } /* Sections */ #rh-cambro-trays .rh-section{ margin-top: 18px; } #rh-cambro-trays .rh-panel{ backgr