.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 ease-out; opacity: 0; transform: translateY(20px); } .flex-container:nth-child(even) { flex-direction: row-reverse; } .blurb-image { width: 600px; height: auto; border-radius: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .blurb-text { flex: 1; } @media (max-width: 768px) { .flex-container, .flex-container:nth-child(even) { flex-direction: column; text-align: center; } .blurb-image { max-width: 100%; } } .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%; } } .visible { opacity: 1; transform: translateY(0); } .custom-section1 { margin-bottom: 24px; } Our turbo inlet is the final piece to a completely efficient intake system. We match the SXTH intake airflow size with 3.25in tubing and a smooth transition to the OEM turbo. This inlet kit is bolt on and requires no tuning, providing up to 11 whp/wtq gains! Just install and drive! The turbo Inlet adapter comes with an integrated o-ring like OEM, as well as OEM mounting points for the pipe. Our design ensures perfect fitment and reliable performance, making installation straightforward and hassle-free. We retain OEM hose attachments for bolt on fitment as well as an OEM-like wrinkle powdercoat! Our attention to detail ensures that your turbo inlet not only performs better but also looks factory-installed. Features - Billet aluminum construction for durability - OEM-style integrated o-ring design - Up to 11 whp/wtq gains with no tuning required - Direct bolt-on installation with factory mounting points Product Specs Vehicle: GR Corolla Material: Billet Aluminum Finish: Wrinkle Powdercoat Tuning Required: None Average Gains: Up to 11 whp/wtq 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"); } }); } window.addEventListener("scroll", handleScroll); handleScroll(); });