Premium Folding Tow Dolly
/* === Global (scoped to #tst-dolly) === */ #tst-dolly{ --bg:#fff; --ink:#111; --ink-2:#1f2937; --muted:#6b7280; --line:#e5e7eb; --accent:#0ea5e9; --radius:0; /* no rounded corners */ --shadow:none; /* no drop shadows */ font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; color:var(--ink); background:var(--bg); } /* Full-width hero container (edge-to-edge) */ #tst-dolly .tst-hero { width:100%; margin:0; padding:0; } /* Full-bleed banner image */ #tst-dolly .tst-hero .tst-hero-media{ width:100%; height:44vw; /* responsive height; ~ 16:7 */ min-height:320px; max-height:560px; background:url('https://cdn.shopify.com/s/files/1/0272/9521/9760/files/IMG_0062.jpg?v=1701296326') center/cover no-repeat; } /* Overlay text on hero */ #tst-dolly .tst-hero .tst-hero-content{