<pre style="display:none"><style>
    #main{padding:0;margin-top:0;width:100%;}
    #content > .dst-block:first-child{padding-top: 0;padding-bottom: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;margin:unset!important;height:100%!important}
        img.contain {object-fit:contain;}
        .rounded{border-radius:16px;overflow:hidden}
        .shadowed{box-shadow: 0 0 13.5px 13.5px rgba(0,0,0,0.04);}
        .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)}

        @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/headers/2019-Honda-CRF250RX.jpg" alt="" class="bg" style="filter:brightness(40%)"
    >
    <div class="limited-width">
      <div class="chd-flex-col justify-center p-md" style="color:white!important;min-height:500px;">
        <h1 class="text-xl m-0" style="font-weight:unset;font-family:initial;text-align:center"><b>Shop Powersports Brands at RideNow Powersports McKinney</b></h1>
        <h2 style="text-align:center">Honda, Yamaha, Polaris, Can-Am & More — Browse In-Stock Inventory Near You</h2>
      </div>
    </div>
  </header>

  <section class="chd-flex-col gap-md center full-width-children p-lg" style="background-color:#e6e6e6;;">
    <h2 class="text-lg text-center m-0">OEM Brands</h2>
    <div class="chd-grid gap-md limited-width" style="--desktop-cols:1fr 1fr 1fr;--tablet-cols:1fr 1fr">
        <a href="https://www.ridenowmckinney.com/--honda-powersports-dealer-mckinney" class="card rounded aspect-square fill-width p-lg chd-flex-col center">
            <img class="fill contain" src="https://ridenowparts.com/cdn/shop/files/honda-motorcycles-1_2677d585-1198-42be-b5ca-66115262d174.svg" alt="">
        </a>
        <a href="https://www.ridenowmckinney.com/--kawasaki-dealership-mckinney" class="card rounded aspect-square fill-width p-lg chd-flex-col center">
            <img class="fill contain" src="https://ridenowparts.com/cdn/shop/files/ridenowpeoria-brand-kawasaki_10bd4886-e010-4e44-827b-2370e9229715.png" alt="">
        </a>
        <a href="https://www.ridenowmckinney.com/--cfmoto-dealership-mckinney" class="card rounded aspect-square fill-width p-lg chd-flex-col center">
            <img class="fill contain" src="https://ridenowparts.com/cdn/shop/files/CFMoto-Logo.png" alt="">
        </a>
        <a href="https://www.ridenowmckinney.com/--can-am-dealership-mckinney" class="card rounded aspect-square fill-width p-lg chd-flex-col center">
            <img class="fill contain" src="https://ridenowparts.com/cdn/shop/files/Can-Am-Logo-BRP.png" alt="">
        </a>
    </div>
  </section>
</div>