Short Bed UTV SXS Truck Rack SXS
/* ===== scope to this section only ===== */ #ts-shortbed{ --bg:#f8fafc; --panel:#ffffff; --ink:#0b1220; --muted:#5b6473; --line:#e6e8ee; --accent:#8B5E3C; /* coyote brown */ --accent-ink:#fff; --shadow:0 10px 24px rgba(11,18,32,.08); --radius:10px; --edge:clamp(16px,4vw,64px); /* responsive side padding */ } /* base */ #ts-shortbed.ts-wrap{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:var(--bg);color:var(--ink);overflow-x:clip;} #ts-shortbed .ts-container{max-width:100%;margin:0;padding:0;} /* full width */ /* === FULL-WIDTH DESKTOP BREAKOUT === */ @media (min-width:1024px){ #ts-shortbed.ts-wrap{ width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); } #ts-shortbed .ts-container{max-width:100vw;} } /* hero (tighter padding, left aligned) */ #ts-shortbed .ts-hero{ position:relative;border-radius:0;overflow: