<pre style="display:none"><style>
    #main{padding:0;margin-top:0;width:100%;}
    #content > .dst-block:first-child{padding-top: 0;}
    .chd-main{
        width:100%;
        margin:0 auto;
        --zero-size: 0;
        --sm-size: .5rem;
        --md-size: 1rem;
        --lg-size: 2rem;
        --ink: #0b1320;
        --muted: #e8e8e8;
        --brand: #e40521;
        --overlay-dark: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .25) 45%, rgba(0, 0, 0, 0) 70%);
        --shadow: 0 10px 24px rgba(0, 0, 0, .18);

        *{box-sizing:border-box;}
        h1,h2,h3,h4,h5,h6{color:inherit;margin-top:initial;}
        .hidden{display:none;}
        p:empty, br:not(.show){display:none}
        *:not(p) a{text-decoration:none;color:inherit}
        section{padding:var(--md-size);}
        .chd-flex-row, .chd-flex-col {display: flex}
        .chd-flex-col {flex-direction: column}
        .chd-grid{display:grid;--desktop-cols:repeat(4, 1fr);--tablet-cols:repeat(2, 1fr);--mobile-cols:1fr;grid-template-columns:var(--desktop-cols);}
        img {object-fit: cover;width:100%;min-width:0;}
        img.contain {object-fit:contain;}
        .rounded{border-radius:16px;overflow:hidden}
        .limited-width{max-width:1200px;margin:0 auto;width:100%;}
        .relative{position:relative;isolation:isolate;}
        .absolute, .bg{position:absolute;}
        .bg{left:0;top:0;right:0;bottom:0;width:100%;height:100%!important;z-index:-1}
        .text-shadow{text-shadow: 0 2px 14px rgba(0, 0, 0, .45), 0 1px 2px rgba(0, 0, 0, .5);}
        .text-white{color:#fff}
        .text-center{text-align:center;}
        .text-xl,.text-lg,.text-md,.text-sm{font-weight: 800;font-family: Inter, system-ui, Segoe UI, Roboto, Arial;}
        .text-xl{font-size: clamp(36px, 6.6vw, 76px);}
        .text-lg{font-size: clamp(28px, 4.2vw, 44px);}
        .text-md{font-size: clamp(22px, 2.8vw, 34px);}
        .text-sm{font-size: clamp(16px, 1.6vw, 22px);}

        *:is(.chd-flex-row, .chd-flex-col, .chd-grid).justify-center,  *:is(.chd-flex-row, .chd-flex-col, .chd-grid).center {justify-content: center;}
        *:is(.chd-flex-row, .chd-flex-col, .chd-grid).align-center, *:is(.chd-flex-row, .chd-flex-col, .chd-grid).center {align-items: center;}
        *:is(.chd-flex-row, .chd-flex-col, .chd-grid).gap-sm {gap: var(--sm-size);}
        *:is(.chd-flex-row, .chd-flex-col, .chd-grid).gap-md {gap: var(--md-size);}
        *:is(.chd-flex-row, .chd-flex-col, .chd-grid).gap-lg {gap: var(--lg-size);}

        .p-0 {padding: var(--zero-size);}
        .p-0-children > * {padding: var(--zero-size);}
        .p-sm {padding: var(--sm-size);}
        .p-md {padding: var(--md-size);}
        .p-lg {padding: var(--lg-size);}

        .m-0 {margin: var(--zero-size);}
        .m-0-children > * {margin: var(--zero-size);}
        .m-sm {margin: var(--sm-size);}
        .m-md {margin: var(--md-size);}
        .m-lg {margin: var(--lg-size);}
        .mx-auto {margin-left:auto;margin-right:auto;}

        .fill,.fill-width,.full-width-children>* {width: 100%}
        .fill,.fill-height,.full-height-children>* {height: 100%}
        .fit, .fit-height{height:fit-content;}
        .fit, .fit-width{width:fit-content;}

        .aspect-4-3{aspect-ratio:4/3}
        .aspect-square{aspect-ratio:1/1}
        .span-width{aspect-ratio:8/3}

        .chd-btn,.chd-btn:active,.chd-btn:visited{text-align:center;background-color:var(--ink);color:#fff;padding:10px 14px;width:fit-content;transition:all .25s ease;text-decoration:none!important;font-weight:700;border-radius:10px;display:block;cursor:pointer}
        .chd-btn.outline{background-color:transparent;border:2px solid #fff;}
        .chd-btn.outline:hover{background-color:white;color:var(--ink);}
        .chd-btn.white{background-color:#fff;color:var(--ink)}

        .card{background-color:#f2f2f2}
        .hover-zoom{transition:transform .35s ease;}
        .hover-zoom:hover{transform:scale(1.03)}

        #faqs details{border-bottom:1px solid lightgrey}
        #faqs details summary{list-style:none;cursor:pointer;}
        #faqs details[open] summary{color:var(--brand)}
        .icon{max-width:70%;filter:invert(1)}

        /* constellation banner placeholder */
        [id='ws-root']{
            aspect-ratio:5/1;
            background-image:url("https://www.ridenowchandler.com/fckimages/ridenow-constellation-placeholder-banner.png");
            background-size: contain;
            background-repeat: no-repeat;
        }

        @media(max-width:1080px){
            .chd-grid{grid-template-columns:var(--tablet-cols);}
        }
        @media(max-width:768px) {
            .chd-flex-row.mobile-convert {flex-direction: column;}
            .chd-flex-row.mobile-convert.reverse {flex-direction: column-reverse;}
            .chd-flex-col.mobile-convert {flex-direction: row;}
            .chd-flex-col.mobile-convert.reverse {flex-direction: row-reverse;}
            .chd-grid{grid-template-columns:var(--mobile-cols);}
            .mobile-first {order: -1;}
            .icon{max-width:30%}
            .span-width{aspect-ratio:4/3;}
            .card.aspect-4-3{aspect-ratio:unset;min-height:75vw;}
        }
    }
</style></pre>
<div class="chd-main chd-colors">
    <header class="relative">
        <img src="https://www.ridenowchandler.com/fckimages/Yamaha%20Dirt%20Bike%20Hero%20Image.jpg" alt="Man doing a jump on a Yamaha dirtbike while riding through the forest" class="bg" style="filter:brightness(40%)">
        <div class="limited-width"style="">
            <div class="chd-flex-col justify-center p-md" style="color:white!important;min-height:500px;max-width: min(700px, 92vw);">
                <img src="https://www.yamahamotorsports.com/media/images/icons/yms_logo.png" alt="" style="max-width:160px;">
                <h1 class="text-xl m-0" style="font-weight:unset;font-family:initial;">Yamaha Powersports Dealer in Tucson, AZ</h1>
                <p>Explore Yamaha dirt bikes, motorcycles, ATVs, and more for sale at RideNow Powersports Tucson East. Located at 7501 E 22nd St, Tucson, AZ 85710.</p>
                <a class="chd-btn outline chd-flex-row center" style="display:flex" href="/default.asp?make=yamaha&page=inventory&pg=1&sortby=Year%7Casc">
                    <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" style="display:inline-block;width:100%;max-width:1.5rem;margin-right:1ch">
                        <path d="M5 12h14M13 5l7 7-7 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                    </svg>
                    <span style="white-space:nowrap;">Explore All Yamaha Vehicles For Sale Near You</span>
                </a>
            </div>
        </div>
    </header>
    <section class="limited-width p-sm full-width-children p-0" style="margin-bottom:15px">
        <div id="ws-root"></div>
        <script src="https://alexia-share.constellationenv.com/_website-integration/website-integration.js"></script>
    </section>
    <section class="limited-width chd-flex-col gap-md center full-width-children p-sm">
        <h2 class="text-lg text-center m-0">Shop Yamaha Inventory</h2>
        <div class="chd-grid gap-md" style="--mobile-cols:1fr 1fr">
            <a class="chd-flex-col fill p-md rounded relative text-sm text-shadow text-white aspect-4-3" style="justify-content:flex-end;" href="/default.asp?category=motorcycle%20%2F%20scooter&make=yamaha&page=inventory&pg=1&sortby=Year%7Casc">
                <img src="https://www.ridenowchandler.com/fckimages/11-2026-YZ250FTL-DPBSE-US-00-YY-41685.jpg" alt="Yamaha dirt bike driving through a turn on a dirtbike course" class="bg hover-zoom">
                <p class="m-0">Dirtbikes</p>
            </a>
            <a class="chd-flex-col fill p-md rounded relative text-sm text-shadow text-white aspect-4-3" style="justify-content:flex-end;" href="/default.asp?category=motorcycle%20%2F%20scooter&make=yamaha&page=inventory&pg=1&sortby=Year%7Casc">
                <img src="https://www.ridenowchandler.com/fckimages/24-YAM-XS700-US-SMX-ACT-007-03.JPG.jpg" alt="Yamaha motorcycle driving fast through a city at night" class="bg hover-zoom">
                <p class="m-0">Motorcycles</p>
            </a>
            <a class="chd-flex-col fill p-md rounded relative text-sm text-shadow text-white aspect-4-3" style="justify-content:flex-end;" href="/default.asp?category=atv&category=utility%20vehicle&make=yamaha&page=inventory&pg=1&sortby=Year%7Casc">
                <img src="https://www.ridenowchandler.com/fckimages/72-2026-YFM70RSCTG-LGS5-US-00-YY-4680.JPG.jpg" alt="Yamaha ATV carving sand dunes" class="bg hover-zoom">
                <p class="m-0">ATVs / Side By Sides</p>
            </a>
            <a class="chd-flex-col fill p-md rounded relative text-sm text-shadow text-white aspect-4-3" style="justify-content:flex-end;" href="/default.asp?category=personal watercraft&make=yamaha&page=inventory&sortby=Year|asc">
                <img src="https://www.ridenowchandler.com/fckimages/yamaha-jet-skis-2.jpg" alt="Yamaha PWC riding on a lake" class="bg hover-zoom">
                <p class="m-0">Jet Skis</p>
            </a>
        </div>
    </section>
    <section class="limited-width chd-flex-row gap-md mobile-convert full-width-children p-sm">
        <div class="chd-flex-col justify-center gap-sm card rounded p-lg aspect-4-3">
            <h3 class="text-md">Yamaha Powersports</h3>
            <p>Yamaha Powersports vehicles are built for riders who expect reliability, performance, and versatility in every adventure. From rugged ATVs and Side-by-Sides to trail-ready dirt bikes and high-performance motorcycles, Yamaha's engineering heritage delivers machines that last longer, ride smoother, and perform stronger across work, play, and everything in between.</p>
            <p> Each model features advanced innovations like <b>Ultramatic® automatic transmissions</b>, <b>On-Command® 4WD</b>, and <b>industry-leading suspension systems</b>, all backed by a nationwide parts and service network. Whether you're tackling tough terrain, chasing speed, or exploring new trails, Yamaha gives you the confidence to ride farther, work harder, and play without limits.</p>
            <a href="/default.asp?make=yamaha&page=inventory&pg=1&sortby=Year%7Casc" class="chd-btn">Shop Yamaha Inventory</a>
        </div>
        <div class="relative rounded chd-flex-col p-lg text-white gap-sm aspect-4-3">
            <img src="https://www.ridenowchandler.com/fckimages/2025-racing-home-offroad.jpg" alt="Yamaha dirt bike carves sand on a course" class="bg hover-zoom">
        </div>
    </section>
    <section class="limited-width chd-flex-row gap-md full-width-children mobile-convert p-sm">
        <a class="rounded relative chd-flex-col p-lg text-white gap-sm aspect-4-3" style="justify-content:flex-end;" href="/schedule-a-service-appointment--xservice_request">
            <img src="https://www.ridenowchandler.com/fckimages/RN_A_La_Carte_Service.jpg" alt="Yamaha Brake Caliper in a Yamaha Service Center near you" class="bg hover-zoom">
            <h3 class="text-md text-shadow m-0">Yamaha Service Near You</h3>
            <span class="chd-btn white">Schedule Service</span>
        </a>
        <a class="rounded chd-flex-col p-lg text-white gap-sm aspect-4-3" style="background-color:#1b3e90" href="/trade-in-value-atvs-pwc-motorcycles-dealership--xtrade_value">
            <h3 class="text-white text-md text-shadow m-0">Value Your Trade In</h3>
            <span class="chd-btn">Get Your Cash Offer</span>
            <img src="https://www.ridenowchandler.com/fckimages/9euRytW.png" alt="" style="margin-top:auto;width:70%;object-fit:contain;align-self:end;">
        </a>
    </section>
    <section class="limited-width p-sm" >
        <div class="fill-width full-width-children rounded relative p-lg chd-flex-col gap-sm span-width" style="justify-content:flex-end;">
            <img src="https://www.ridenowchandler.com/fckimages/11-2025-YZFR1MS-SMX-US-00-YY-32326.JPG.jpg" alt="Man on a Yamaha motorcycle races solo around a racetrack" class="bg hover-zoom" style="object-position:center 65%;">
            <h3 class="text-white text-md text-shadow m-0">Customize Your Yamaha</h3>
            <a href="/we-offer-great-variety-of--parts" class="chd-btn white">Explore Accessories</a>
        </div>
    </section>
    <section class="limited-width chd-flex-row gap-md mobile-convert full-width-children p-sm">
        <div class="text-ctn chd-flex-col justify-center p-lg aspect-4-3">
            <h2 class="text-lg m-0">Yamaha Specials Near You</h2>
            <p>Score unbeatable finance deals and lease offers on Yamaha dirt bikes, ATVs, and side-by-sides, and ride into savings now.</p>
            <a href="/regional-promotions" class="chd-btn">View All Offers</a>
        </div>
        <a class="rounded chd-flex-col card gap-sm p-lg aspect-4-3" href="/regional-promotions">
            <h3 class="text-md m-0">Explore Finance Offers & Bonus Savings</h3>
            <span class="chd-btn">View Our Local Offers</span>
            <img src="https://www.ridenowchandler.com/fckimages/1DwQXgx.png" alt="Yamaha Bike on transparent background" style="margin-top:auto;width:70%;object-fit:contain;align-self:end;">
        </a>
    </section>
    <section class="limited-width chd-flex-row gap-md mobile-convert full-width-children p-sm">
        <div class="rounded relative chd-flex-col fill-width aspect-4-3 p-lg">
            <img src="https://www.ridenowchandler.com/fckimages/24-YAM-XS700-US-SMX-ACT-007-03.JPG.jpg" alt="Yamaha motorcycle on an open road" class="bg hover-zoom">
        </div>
        <div class="chd-flex-col justify-center gap-sm card rounded p-lg aspect-4-3">
            <h2 class="text-md m-0">Street & Sport Motorcycles</h2>
            <p>Yamaha motorcycles are built for riders who demand performance, precision, and reliability across every terrain. Whether you're carving through city streets, tackling mountain trails, or exploring open highways, Yamaha's lineup offers something for every type of rider. From the legendary YZF-R series sportbikes to the adventure-ready Ténéré 700 and the agile MT naked bikes, each model blends cutting-edge engineering with rider-focused design. Yamaha's attention to detail—refined suspension, advanced electronics, and race-inspired styling—delivers a premium experience that's equally thrilling for new riders and seasoned veterans alike.</p>
            <a href="/default.asp?category=motorcycle%20%2F%20scooter&make=yamaha&page=inventory&pg=1&sortby=Year%7Casc" class="chd-btn">Explore Motorcycles</a>
        </div>
    </section>
    <section class="limited-width chd-flex-row gap-md mobile-convert reverse full-width-children p-sm">
        <div class="chd-flex-col justify-center gap-sm card rounded p-lg aspect-4-3">
            <h2 class="text-md m-0">Dirt Bikes / Trail Bikes</h2>
            <p>The Yamaha dirt bike lineup represents decades of racing heritage and off-road innovation. Models like the YZ250F, YZ450F, and YZ125X dominate motocross and cross-country competitions, offering explosive power and precision handling. For riders seeking recreational thrills, the trail-friendly WR250F and TT-R series deliver smooth performance and easy handling for riders of all skill levels. With lightweight frames, optimized suspension systems, and reliable four-stroke and two-stroke engines, Yamaha's dirt bikes are engineered to perform in mud, sand, or forest trails — providing the perfect blend of endurance and adrenaline.</p>
            <a href="/default.asp?category=motorcycle%20%2F%20scooter&make=yamaha&page=inventory&pg=1&sortby=Year%7Casc" class="chd-btn">Explore Dirt Bikes</a>
        </div>
        <div class="rounded relative chd-flex-col aspect-4-3 p-lg">
            <img src="https://www.ridenowchandler.com/fckimages/11-2026-TTR230T-DPBSE-US-12-YY-46203.JPG.jpg" alt="Father and young son on Yamaha dirt bikes in the woods" class="bg hover-zoom">
        </div>
    </section>
    <section class="limited-width chd-flex-row gap-md mobile-convert full-width-children p-sm">
        <div class="rounded relative chd-flex-col aspect-4-3 p-lg">
            <img src="https://www.ridenowchandler.com/fckimages/75-2026-YXE10WRATG-DNLGS5-US-00-YY-4(1).JPG.jpg" alt="A Yamaha ATV traverses a dry creekbed" class="bg hover-zoom">
        </div>
        <div class="chd-flex-col justify-center card rounded p-lg aspect-4-3">
            <h2 class="text-md m-0">ATVs &amp; Side By Sides</h2>
            <p>Yamaha's ATV and side-by-side lineup is built for those who demand durability and capability in every adventure. The Grizzly and Kodiak utility ATVs provide rugged performance for work or play, while the Raptor 700R stands as a benchmark in sport ATV excitement. For larger tasks or group exploration, Yamaha's Wolverine and Viking side-by-sides deliver versatile off-road power, advanced comfort, and cargo-hauling confidence. Whether you're managing property, hunting deep in the woods, or hitting the dunes, Yamaha's off-road vehicles combine strength, control, and innovation for every journey beyond the pavement.</p>
            <a href="/default.asp?category=atv&category=utility%20vehicle&make=yamaha&page=inventory&pg=1&sortby=Year%7Casc" class="chd-btn">Explore Side-by-Sides & ATVs</a>
        </div>
    </section>
    <section class="limited-width chd-flex-row gap-md mobile-convert reverse full-width-children p-sm" style="padding-bottom:var(--lg-size)">
        <div class="chd-flex-col justify-center gap-sm card rounded p-lg aspect-4-3">
            <h2 class="text-md m-0">Jet Skis / PWC</h2>
            <p>Yamaha's WaveRunner personal watercraft lineup blends power, stability, and on-water excitement for riders of all experience levels. The performance-driven GP Series delivers sharp handling and rapid acceleration for thrill-seekers, while the FX models offer a smooth, comfortable ride packed with practical tech for long days on the water. For families and casual riders, the VX and EX Series provide dependable performance, easy maneuverability, and impressive fuel efficiency. Whether you're carving across open lakes, exploring quiet coves, or towing friends for watersport fun, Yamaha's PWCs are engineered to bring confidence, control, and pure enjoyment to every ride.</p>
            <a href="/default.asp?category=personal watercraft&make=yamaha&page=inventory&sortby=Year|asc" class="chd-btn">Explore Jet Skis</a>
        </div>
        <div class="rounded relative chd-flex-col aspect-4-3 p-lg">
            <img src="https://www.ridenowchandler.com/fckimages/yamaha-jet-skis-1.jpg" alt="A man speeds across a lake on a Yamaha PWC" class="bg hover-zoom">
        </div>
    </section>
    <section class="limited-width chd-flex-col center gap-sm">
        <h2 class="text-md m-0">Why Buy From RideNow Powersports</h2>
        <p>As part of a nationwide powersports network with deep local roots, RideNow delivers unmatched selection, transparent pricing, and professional support for every rider. From flexible financing to expert service, we make it simple to shop, ride, and maintain your Yamaha with confidence.</p>
        <div class="chd-grid fill-width gap-md" style="--mobile-cols:1fr 1fr">
            <div class="rounded chd-flex-col p-md gap-sm card align-center m-0-children" style="justify-content:flex-start;">
                <img src="https://www.ridenow.com/images/ridenow-type-moto.png" alt="RideNow Motorcycle logo" class="icon aspect-square fill-width mx-auto contain">
                <h3 class="text-sm m-0">Extensive Inventory</h3>
                <p>Thousands of new and pre-owned Yamaha motorcycles, ATVs, and side-by-sides available nationwide.</p>
            </div>
            <div class="rounded chd-flex-col p-md gap-sm card align-center m-0-children" style="justify-content:flex-start;">
                <img src="https://www.ridenow.com/images/ridenow-type-atv.png" alt="RideNow ATV logo" class="icon aspect-square fill-width mx-auto contain">
                <h3 class="text-sm m-0">Flexible Financing</h3>
                <p>Quick approvals, trade-in tools, and payment plans tailored to your budget.</p>
            </div>
            <div class="rounded chd-flex-col p-md gap-sm card align-center m-0-children" style="justify-content:flex-start;">
                <img src="https://www.ridenow.com/images/ridenow-type-utv.png" alt="RideNow UTV logo" class="icon aspect-square fill-width mx-auto contain">
                <h3 class="text-sm m-0">Nationwide Support</h3>
                <p>Factory-trained technicians, genuine OEM parts, and RideNow-backed service wherever you ride.</p>
            </div>
            <div class="rounded chd-flex-col p-md gap-sm card align-center m-0-children" style="justify-content:flex-start;">
                <img src="https://www.ridenow.com/images/ridenow-type-all.png" alt="RideNow Brand logo" class="icon aspect-square fill-width mx-auto contain">
                <h3 class="text-sm m-0">Trusted Reputation</h3>
                <p>Decades of powersports experience and thousands of five-star reviews across the RideNow network.</p>
            </div>
        </div>
    </section>
    <section class="limited-width chd-flex-col gap-sm center">
        <h2 class="text-md m-0">Frequently Asked Questions</h2>
        <div id="faqs" class="chd-flex-col gap-md fill-width full-width-children">
            <details>
                <summary><h3 class="m-sm">What types of Yamaha Powersports vehicles do you sell?</h3></summary>
                <div class="m-sm">
                    <p>We carry Yamaha's complete lineup of powersports machines — including motorcycles, dirt bikes, ATVs,and side-by-sides. Whether you ride on-road, off-road, or on the water, you'll find a Yamaha built for your lifestyle here at RideNow.</p>
                </div>
            </details>
            <details>
                <summary><h3 class="m-sm">Do you offer financing for Yamaha Powersports vehicles?</h3></summary>
                <div class="m-sm">
                    <p>Yes. Our finance experts work directly with Yamaha Financial Services and a network of trusted lenders to help you secure a competitive rate. You can even apply online to pre-qualify before visiting the showroom.</p>
                </div>
            </details>
            <details>
                <summary><h3 class="m-sm">Can I trade in my current motorcycle, ATV, or side-by-side for a new Yamaha?</h3></summary>
                <div class="m-sm">
                    <p>Absolutely. Use our online trade-in tool for an instant estimate or bring your unit to any RideNow location for a quick in-person appraisal. We make it easy to upgrade to your next Yamaha.</p>
                </div>
            </details>
            <details>
                <summary><h3 class="m-sm">Do you offer delivery or pickup for new Yamaha vehicles?</h3></summary>
                <div class="m-sm">
                    <p>Yes, we can arrange delivery or pickup for your new or pre-owned Yamaha. Just contact our team for availability and local delivery options.</p>
                </div>
            </details>
            <details>
                <summary><h3 class="m-sm">What Yamaha service and maintenance options do you provide?</h3></summary>
                <div class="m-sm">
                    <p>Our factory-trained Yamaha technicians handle everything from routine maintenance and diagnostics to full engine rebuilds. We use genuine Yamaha parts and fluids to keep your ride performing at its best. <a href="/schedule-a-service-appointment--xservice_request">Schedule your service</a> online or call our shop today.</p>
                </div>
            </details>
            <details>
                <summary><h3 class="m-sm">Are OEM Yamaha parts and accessories available?</h3></summary>
                <div class="m-sm">
                    <p>Yes. We stock a wide range of genuine Yamaha parts, riding gear, and accessories for every model — from YZF-R sport bikes to Wolverine side-by-sides. If we don't have it on hand, we can order it quickly through Yamaha's national parts network.</p>
                </div>
            </details>
            <details>
                <summary><h3 class="m-sm">What Yamaha promotions or special offers are available?</h3></summary>
                <div class="m-sm">
                    <p>Yamaha frequently offers national incentives on select models. Check our <a href="/regional-promotions">Current Offers</a> page or contact our team to learn about local RideNow specials and financing options.</p>
                </div>
            </details>
            <details>
                <summary><h3 class="m-sm">How do I schedule a test ride for a Yamaha motorcycle or ATV?</h3></summary>
                <div class="m-sm">
                    <p>Just give our sales team a call or stop by to set up a test ride. We'll have your Yamaha prepped and ready so you can experience the ride for yourself.</p>
                </div>
            </details>
            <details>
                <summary><h3 class="m-sm">Why choose RideNow for your next Yamaha Powersports purchase?</h3></summary>
                <div class="m-sm">
                    <p>RideNow is one of America's largest Yamaha retailers, offering unbeatable selection, expert staff, and nationwide support. From first-time riders to lifelong enthusiasts, we make it easy to shop, finance, service, and enjoy your Yamaha — all in one place. Our technicians are Yamaha-certified, our inventory is massive, and our commitment to the powersports community runs deep.</p>
                </div>
            </details>
        </div>
    </section>
</div>