✦ Verified product
SXTH TRC1 - Throttle Controller
USD 139.00
Vehicle
Yotaverse
Verified independent store
→
.blurb-container { display: flex; flex-direction: column; gap: 24px; } .flex-container { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; transition: all 0.6s ea
se-out; } .flex-container:nth-child(odd) { flex-direction: row-reverse; } .blurb-icon { font-size: 96px; /* Larger icon size */ } .blurb-text { flex: 1; background-color: #333; /* Darker background for better contrast */ color: #f5f5f5; /* Light text color */ padding: 20px; border-radius: 12px; /* Rounded corners */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for a lifted effect */ max-width: 500px; /* Restrict text width for a more rectangular shape */ } .app-download { display: flex; gap: 16px; margin-top: 16px; } .app-download img { width: 150px; height: auto; } @media (max-width: 768px) { .flex-container { flex-direction: column; text-align: center; } } .visible { opacity: 1; transform: translateY(0); } .hidden { opacity: 0; transform: translateY(20px); } .flex-wrap-4 { display: flex; flex-wrap: wrap; gap: 16px; } .flex-wrap-4 > div { flex: 1 1 calc(50% - 16px); min-width: 150px; } @media (max-width: 480px) { .flex-wrap-4 > div { flex: 1 1 100%; } } ⚡️ Features - Plug-and-play installation with no complex wiring required - Multiple driving modes for tailored performance - Off-Road mode for precise control on difficult terrain - Lock mode to prevent unintended use of your vehicle. - Free TRC1 Control App for enhanced customization TRC1 Specs Vehicle Compatibility: See selection above. Modes: 5 Customizable Throttle Response Modes Installation Time: 10-15 minutes Weight: 0.5 lbs Warranty: 2 Years Power Source: Connects to OEM Throttle Plug document.addEventListener("DOMContentLoaded", function () { const blurbs = document.querySelectorAll(".flex-container"); function handleScroll() { blurbs.forEach(blurb => { const blurbPosition = blurb.getBoundingClientRect().top; const windowHeight = window.innerHeight; if (blurbPosition < windowHeight - 100) { blurb.classList.add("visible"); blurb.classList.remove("hidden"); } }); } window.addEventListener("scroll", handleScroll); handleScroll(); // Run on load in case elements are already in view blurbs.forEach(blurb => blurb.classList.add("visible")); });