Economy T-Shirt Core Cotton PC54 - Walker Automotive
/* Button row */ .tt-btn-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 10px 0 20px; } .tt-btn { display: inline-block; padding: 10px 18px; border-radius: 10px; text-decoration: none; font-weight: 600; box-shadow: 0 2px 6px rgba(0,0,0,.12); transition: all 0.2s ease; } /* Go Back button — fixed with white text */ .tt-btn--back { background: #ff7a00; /* Jeff’s orange */ color: #fff !important; /* force white text */ border: 2px solid #000; /* keeps contrast on orange background */ } .tt-btn--back:hover { background: #ff8c1a; /* lighter orange on hover */ color: #fff !important; /* stays white */ border-color: #000; } /* Homepage button */ .tt-btn--home { background: #111; color: #fff; } .tt-btn--home:hover { background: #333; color: #fff; } /* Request box */ .tt-req { max-width: 700px; margin: 18px auto; padd