	/* Header ===================================================================== */
	.header .header-info-logo-img img {
	    max-width: 120px
	}
	.header .navbar-brand {
	    opacity: 0 !important;
	}
	.cw-header-contact .fa {
	    display: inline-block;
	    vertical-align: middle;
	    padding-right: .25rem;
	    color: var(--color-theme-secondary)
	}

	.cw-header-contact .cw-phone:before {
	    color: unset
	}

	.cw-header-contact {
	    padding: 6px 2px
	}

	.header .navbar .active > .nav-link,
	.navbar .nav-link:hover {
	    color: var(--white)
	}

	.cw-phone {
	    position: relative;
	    line-height: 1.35;
	    padding-left: 1.5rem;
	    font-size: 1.1rem;
	}

	.cw-phone:before {
	    font-family: FontAwesome;
	    content: "\f2a0";
	    position: absolute;
	    left: 0;
	    top: 2px;
	    padding-right: .5rem;
	    color: var(--white)
	}

	@media(min-width: 992px) {
	    .cw-header-info .container {
	        max-width: 1140px;
	        position: relative
	    }

	    .cw-header-info .header-info-logo-img {
	        position: absolute;
	        z-index: 1040
	    }

	    nav.navbar .container {
	        min-height: 100px
	    }

	    .header.has-cart .collapse.justify-content-center,
	    .header .navbar-collapse.justify-content-center {
	        -webkit-box-pack: flex-end !important;
	        -ms-flex-pack: flex-end !important;
	        justify-content: flex-end !important
	    }

	    .header .navbar-nav:not(.navbar-cart) {
	        max-width: calc(100% - 230px);
	        justify-content: center
	    }



	    .sitemap-container.container {
	        margin-top: 50px
	    }

	    section.termsandconditions.tcpp {
	        margin-top: 50px
	    }

	    .page-inventory-details #builderCanvas {
	        margin-top: 100px
	    }
	}

	@media(min-width: 1400px) {

	    .header .container,
	    .cw-header-contact .container {
	        max-width: 1340px
	    }
	}


	/* End Header ===================================================================================== */
	/*  This is a Hero that is built to have an advanced Search module immediately following it, followed by the last section of Html in this file  */
	/*-- Hero --*/
	.cw-hero {
	    position: relative;
	    /* height: 400px; */
	    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C8F096D449CCCCAD254A40991DEC751F.jpg) top center;
	    background-size: cover;
	    padding: 65px 0 30px;
	    display: flex;
	    flex-flow: column;
	    justify-content: center;
	    text-align: center;
	    margin-bottom: 4rem;
	}

	.cw-hero:after {
	    content: "";
	    position: absolute;
	    z-index: 0;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgb(0 0 0 / 65%);
	}

	.cw-hero-content {
	    position: relative;
	    z-index: 2;
	    max-width: 900px;
	    margin: 0 auto;
	    padding: 0 15px;
	}

	.cw-hero h1 {
	    text-shadow: -3px 2px 2px #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
	    font-size: 2.5rem;
	    color: #fff;
	    line-height: 1.1;
	    margin-bottom: 1rem;
	}

	.cw-hero h2 {
	    font-size: 1.2rem;
	    color: var(--color-theme-primary);
	    font-weight: 700;
	    margin-bottom: 1rem;
	    text-shadow: 0 0 4px #000;
	}

	.cw-hero p {
	    color: #fff;
	    font-size: 1rem;
	    line-height: 1.7;
	    max-width: 760px;
	    margin: 0 auto;
	    text-shadow: 0 0 4px #000;
	}

	section.inventory-search-module .btn-primary {
	    background: var(--color-theme-primary);
	    border-color: var(--color-theme-secondary);
	    color: #000 !important;
	}

	section.inventory-search-module .form__wrapper {
	    border-radius: 0 !important;
	}

	@media (min-width: 992px) {
	    .cw-hero {
	        height: 650px;
	        justify-content: flex-start;
	        padding-top: 130px;
	    }

	    .cw-hero h1 {
	        font-size: 3.75rem;
	    }

	    .cw-hero h2 {
	        font-size: 1.5rem;
	    }

	    .cw-hero p {
	        font-size: 1.05rem;
	    }

	    /* .page-home .inventory-search-module {
			position: relative;
			margin-top: -440px !important;
			margin-bottom: 0rem !important;
			height: 230px;
			display: flex;
			flex-flow: column;
			justify-content: center;
			align-items: center;
		} */
	    section.inventory-search-module .form__wrapper {
	        background: rgb(0 0 0 / 30%) !important;
	        border-color: #b5b5b5 !important;
	    }

	    .page-home section.inventory-search-module label {
	        font-weight: bold;
	        color: white;
	        text-shadow: 0 0 2px black;
	    }

	    body section.inventory-search-module > .container {
	        max-width: 1320px;
	    }
	}

	@media (min-width: 1200px) {
	    /* .page-home .inventory-search-module {
			margin-top: -400px !important;
		} */
	}

	@media (min-width: 1340px) {
	    .cw-hero {
	        height: 620px;
	    }

	    .cw-hero h1 {
	        font-size: 4.75rem;
	    }
	}

	/*-- Hero Reasons --*/
	.cw-reasons {
	    position: relative;
	    z-index: 2;
	    padding: 2em 0;
	}

	.cw-reasons .col-12 {
	    display: flex;
	    align-items: center;
	    border-bottom: 1px solid #ddd;
	    text-align: center;
	}

	.cw-reasons span {
	    font-weight: bold;
	    color: var(--color-theme-primary);
	    font-size: 3rem;
	    text-shadow: -2px 2px 2px #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
	}

	.cw-reasons h5 {
	    margin-bottom: 0;
	    margin-left: 1rem;
	    text-transform: uppercase;
	    font-size: 1rem;
	}

	@media (min-width: 576px) {
	    .cw-reasons .col-12 {
	        border-bottom: 0;
	    }

	    .cw-reasons .col-12:nth-of-type(odd) {
	        border-right: 1px solid #b5b5b5;
	    }
	}

	@media (min-width: 992px) {
	    .cw-reasons {
	        margin-bottom: 3rem;
	        background: rgb(0 0 0 / 30%);
	    }

	    .cw-reasons .col-12:nth-of-type(-n+3) {
	        border-right: 1px solid #b5b5b5;
	    }

	    .cw-reasons h5 {
	        color: white;
	        text-shadow: 0 0 4px black;
	        font-size: 1.15rem;
	    }
	}

	.cw-how-it-works {
	    font-family: inherit;
	}

	/* Eyebrow */
	.cw-how-it-works .cw-eyebrow {
	    font-size: 0.75rem;
	    font-weight: 700;
	    letter-spacing: 0.15em;
	    text-transform: uppercase;
	    color: var(--color-theme-secondary);
	}

	/* Step cards */
	.cw-how-it-works .cw-step-card {
	    border-radius: 1.5rem;
	    background: #f7f8fa;
	    border: none;
	    transition: transform 0.25s ease, box-shadow 0.25s ease;
	    position: relative;
	    overflow: hidden;
	}

	.cw-how-it-works .cw-step-card:hover {
	    transform: translateY(-6px);
	    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.09);
	}
	.cw-how-it-works .cw-step-card h4 {
	    color: #111;
	}


	/* Ghost number */
	.cw-how-it-works .cw-ghost-num {
	    position: absolute;
	    bottom: -1rem;
	    right: 0.75rem;
	    font-size: 7rem;
	    font-weight: 900;
	    line-height: 1;
	    color: var(--color-theme-primary);
	    opacity: 0.05;
	    pointer-events: none;
	    user-select: none;
	}

	/* Icon circle */
	.cw-how-it-works .cw-icon-circle {
	    width: 72px;
	    height: 72px;
	    border-radius: 50%;
	    background: #222;
	    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 1.75rem;
	    color: var(--color-theme-primary);
	}

	/* Step label pill */
	.cw-how-it-works .cw-step-pill {
	    display: inline-block;
	    font-size: 0.7rem;
	    font-weight: 700;
	    letter-spacing: 0.1em;
	    text-transform: uppercase;
	    background: var(--color-theme-primary);
	    color: #111;
	    border-radius: 2rem;
	    padding: 0.2rem 0.75rem;
	}
	/* Dashed connector line (desktop) */
	.cw-how-it-works .cw-connector {
	    display: none;
	}

	@media (min-width: 992px) {
	    .cw-how-it-works .cw-connector {
	        display: block;
	        height: 2px;
	        border-top: 2.5px dashed var(--color-theme-primary);
	        opacity: 0.18;
	        flex: 1;
	        margin-top: -2.5rem;
	    }
	}

	/* CTA strip */
	.cw-how-it-works .cw-cta-strip {
	    border-radius: 1.5rem;
	    background: var(--color-theme-primary);
	    color: #fff;
	    position: relative;
	    z-index: 0;
	}

	.page-home .cw-how-it-works .cw-cta-strip::before {
	    content: "";
	    position: absolute;
	    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C8F096D449CCCCAD254A40991DEC751F.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: left bottom;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: -1;
	    opacity: 0.35;
	    border-radius: 1.5rem;
	}

	.cw-how-it-works .cw-cta-strip a.cw-cta-btn {
	    display: inline-block;
	    background: #fff;
	    color: var(--color-theme-primary);
	    font-weight: 700;
	    font-size: 0.95rem;
	    border-radius: 3rem;
	    padding: 0.75rem 2rem;
	    text-decoration: none;
	    transition: opacity 0.2s;
	}

	.cw-how-it-works .cw-cta-strip a.cw-cta-btn:hover {
	    opacity: 0.88;
	}
	.cw-how-it-works .cw-cta-strip .cw-secondary-btn {
	    display: inline-block;
	    background: transparent;
	    font-weight: 600;
	    font-size: 0.9rem;
	    border-radius: 3rem;
	    padding: 0.8rem 1.5rem;
	    text-decoration: none;
	    border: 1.5px solid rgba(255, 255, 255, 0.4);
	    transition: background 0.2s, border-color 0.2s;
	    white-space: nowrap;
	}
	/* ========================================================================================= */
	/* Hero + Overlapping CTA */
	.cw-hero-edge {
		position: relative;
	}

	/* Button Edge Position */
	.cw-hero-edge .cw-callout {
		margin-top: -1.75rem;
		position: relative;
		z-index: 3;
	}

	/* CTA Button */
	.cw-hero-edge .cw-callout-cta {
		display: inline-block;
		font-weight: 700;
		text-decoration: none;
		line-height: 1.2;
		border-radius: 0.75rem;
		font-size: clamp(1.1rem, 2.2vw, 1.6rem);
		box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.15);
        margin: 0 1em;
	}

	.cw-hero-edge .cw-callout-cta:hover,
	.cw-hero-edge .cw-callout-cta:focus {
		color: #ffffff;
		text-decoration: none;
	}

	@media (min-width: 768px) {
		.cw-hero-edge .cw-callout {
			margin-top: -2.25rem;
		}
	}

	@media (min-width: 1200px) {
		.cw-hero-edge .cw-callout {
			margin-top: -2.5rem;
		}
	}

	.cw-callout-wrap {
	    flex-wrap: wrap;
	    row-gap: .75rem;
	}

	/* Items */
	.cw-callout-bar .cw-callout-item {
	    font-size: .92rem;
	    font-weight: 600;
	    color: #f1f1f1;
	    white-space: nowrap;
	}

	/* Icon */
	.cw-callout-bar .cw-callout-icon {
	    width: 32px;
	    height: 32px;
	    border-radius: 50%;
	    background: color-mix(in srgb, var(--color-theme-primary) 20%, transparent);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: .85rem;
	    color: var(--color-theme-primary);
	    flex-shrink: 0;
	}

	/* Divider */
	.cw-callout-bar .cw-callout-divider {
	    width: 1px;
	    height: 20px;
	    background: #fff;
	    opacity: .18;
	    flex-shrink: 0;
	}

	/* CTA */
	.cw-callout-bar .cw-callout-cta {
	    display: inline-block;
	    background: var(--color-theme-secondary);
	    color: #111;
	    font-weight: 700;
	    font-size: .85rem;
	    border-radius: 3rem;
	    padding: .5rem 1.4rem;
	    text-decoration: none;
	    white-space: nowrap;
	    transition: opacity .2s;
	    font-size: 1.5em;
	}

	.cw-callout-bar .cw-callout-cta:hover {
	    opacity: .9;
	}

	/* Mobile */
	@media (max-width:767px) {

	    .cw-callout-bar .cw-callout-divider {
	        display: none;
	    }

	    .cw-callout-bar .cw-callout-item {
	        white-space: normal;
	    }
	}

	/* ======================================================================================== */
	/* Financing section */
	/* ======================================================================================== */
	/* Financing section */
	.cw-financing .cw-financing-card {
	    border-radius: 1.5rem;
	    background: #f7f8fa;
	    border: none;
	    transition: transform 0.25s ease, box-shadow 0.25s ease;
	    position: relative;
	    overflow: hidden;
	}

	.cw-financing .cw-financing-card:hover {
	    transform: translateY(-4px);
	    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
	}

	.cw-financing .cw-financing-icon {
	    width: 48px;
	    height: 48px;
	    border-radius: 50%;
	    background: #222;
	    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 1.2rem;
	    color: var(--color-theme-primary);
	    flex-shrink: 0;
	}
	.cw-financing h6 {
	    color: #111
	}

	@media (min-width: 768px) {
	    .cw-financing .cw-financing-icon {
	        width: 56px;
	        height: 56px;
	        font-size: 1.35rem;
	    }
	}

	.cw-financing .cw-eyebrow {
	    font-size: 0.75rem;
	    font-weight: 700;
	    letter-spacing: 0.15em;
	    text-transform: uppercase;
	    color: var(--color-theme-secondary);
	}

	.cw-financing .cw-primary-panel {
	    border-radius: 1.25rem;
	    background: var(--color-theme-primary);
	    color: #fff;
	    position: relative;
	    overflow: hidden;
	    z-index: 0;
	}

	.page-home .cw-financing .cw-primary-panel::before {
	    content: "";
	    position: absolute;
	    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C8F096D449CCCCAD254A40991DEC751F.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: left bottom;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: -1;
	    opacity: 0.35;
	    border-radius: 1.25rem;
	}

	.cw-financing .cw-primary-panel .cw-panel-ghost {
	    position: absolute;
	    bottom: -1.5rem;
	    right: -1rem;
	    font-size: 9rem;
	    font-weight: 900;
	    line-height: 1;
	    color: #fff;
	    opacity: 0.05;
	    pointer-events: none;
	    user-select: none;
	}

	.cw-financing .cw-apply-btn {
	    display: inline-block;
	    background: #fff;
	    /* color: var(--color-theme-primary) !important; */
	    font-weight: 700;
	    font-size: 0.95rem;
	    border-radius: 3rem;
	    padding: 0.8rem 1.5rem;
	    text-decoration: none;
	    transition: opacity 0.2s;
	    white-space: nowrap;
	}

	.cw-financing .cw-apply-btn:hover {
	    opacity: 0.88;
	}

	.cw-financing .cw-secondary-btn {
	    display: inline-block;
	    background: transparent;
	    /* color: #fff !important; */
	    font-weight: 600;
	    font-size: 0.9rem;
	    border-radius: 3rem;
	    padding: 0.8rem 1.5rem;
	    text-decoration: none;
	    border: 1.5px solid rgba(255, 255, 255, 0.4);
	    transition: background 0.2s, border-color 0.2s;
	    white-space: nowrap;
	}

	.cw-financing .cw-secondary-btn:hover {
	    background: rgba(255, 255, 255, 0.1);
	    border-color: rgba(255, 255, 255, 0.7);
	}

	/* Small mobile fixes */
	@media (max-width: 575px) {
	    .cw-financing .cw-financing-card {
	        border-radius: 1rem;
	    }

	    .cw-financing .cw-financing-card h6 {
	        font-size: 0.85rem;
	    }

	    .cw-financing .cw-financing-card p {
	        font-size: 0.8rem !important;
	    }

	    .cw-financing .cw-apply-btn,
	    .cw-financing .cw-secondary-btn {
	        width: 100%;
	        text-align: center;
	        font-size: 0.9rem;
	        padding: 0.75rem 1rem;
	    }

	    .cw-financing .cw-primary-panel {
	        border-radius: 1rem;
	    }
	}

	/* Medium screens */
	@media (min-width: 576px) and (max-width: 991px) {

	    .cw-financing .cw-apply-btn,
	    .cw-financing .cw-secondary-btn {
	        padding: 0.75rem 1.25rem;
	        font-size: 0.9rem;
	    }
	}

	/* ========================================================================================== */
	/* Vehicle listing description CTA block */
	.cw-listing-cta {
	    border-radius: 1.25rem;
	    background: #f7f8fa;
	    border: none;
	    position: relative;
	    overflow: hidden;
	    padding: 4rem 2rem;
	    color: #111;
	}

	.cw-listing-cta .cw-listing-cta-ghost {
	    position: absolute;
	    bottom: -1rem;
	    right: 0.5rem;
	    font-size: 6rem;
	    font-weight: 900;
	    line-height: 1;
	    color: var(--color-theme-primary);
	    opacity: 0.05;
	    pointer-events: none;
	    user-select: none;
	}

	.cw-listing-cta .cw-listing-cta-eyebrow {
	    font-size: 0.7rem;
	    font-weight: 700;
	    letter-spacing: 0.14em;
	    text-transform: uppercase;
	    color: #111
	}

	.cw-listing-cta .cw-listing-cta-divider {
	    height: 1px;
	    background: var(--color-theme-primary);
	    opacity: 0.1;
	}

	.cw-listing-cta .cw-listing-pill-btn {
	    display: inline-flex;
	    align-items: center;
	    gap: 0.45rem;
	    background: var(--color-theme-primary);
	    color: #fff;
	    font-weight: 700;
	    font-size: 0.82rem;
	    border-radius: 3rem;
	    padding: 0.5rem 1.25rem;
	    text-decoration: none;
	    transition: opacity 0.2s;
	    white-space: nowrap;
	}

	.cw-listing-cta .cw-listing-pill-btn:hover {
	    opacity: 0.85;
	    color: #fff;
	}

	.cw-listing-cta .cw-listing-pill-btn.cw-outline {
	    background: transparent;
	    color: var(--color-theme-primary);
	    border: 1.5px solid var(--color-theme-primary);
	    opacity: 1;
	}

	.cw-listing-cta .cw-listing-pill-btn.cw-outline:hover {
	    background: color-mix(in srgb, var(--color-theme-primary) 8%, transparent);
	}

	.cw-listing-cta .cw-listing-feature {
	    font-size: 0.82rem;
	    font-weight: 600;
	    color: inherit;
	}

	.cw-listing-cta .cw-listing-feature-icon {
	    width: 28px;
	    height: 28px;
	    border-radius: 50%;
	    background: #fff;
	    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 0.75rem;
	    color: var(--color-theme-primary);
	    flex-shrink: 0;
	}

	/* Footer ==================================================================================== */
	.cw-footer {
	    padding: 4rem 0;
	    background-color: #111;
	    color: #fff;
	    position: relative;
	    z-index: 0;
	}

	.cw-footer::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: -1;
	    opacity: 0.15;
	    border-radius: 1.5rem;
	}

	.cw-footer iframe {
	    width: 100%;
	    height: 350px;
	}

	.cw-footer a {
	    color: inherit
	}

	.cw-footer a:hover {
	    color: var(--color-theme-primary)
	}

	.cw-footer .cw-address,
	.cw-footer .cw-phone {
	    position: relative;
	    line-height: 1.35;
	    font-size: 1.1rem
	}

	.cw-footer .cw-address:before,
	.cw-footer .cw-phone:before {
	    font-family: FontAwesome;
	    content: "\f3c5";
	    padding-right: .5rem;
	    color: #fff
	}

	.cw-footer .cw-phone:before {
	    content: "\f2a0";
	}

	.cw-footer .cw-footerMenu a {
	    display: block;
	    margin-bottom: .65rem;
	    font-weight: 700
	}

	.cw-footer h5,
	.cw-footer .business-hours .bh-title {
	    margin-bottom: 1rem;
	    color: var(--color-theme-primary);
	    padding-left: 0;
	    border: none;
	    font-size: 1.25rem
	}

	.cw-footer .business-hours .today {
	    color: var(--color-theme-primary);
	}

	.cw-footer .cw-social a {
	    display: inline-block;
	    font-size: 25px;
	}

	.cw-footer .cw-social a + a {
	    margin-left: .6rem;
	}

	/* Default footer modificationss */
	.footer {
	    padding-top: 0
	}

	footer > .container {
	    display: none
	}



	.page-home .card__multi__style1 .item__flex {
	    color: #000 !important;
	}

	section.page-inventory-details .btn.btn-primary {
	    color: #000 !important;
	}

	.vdp-module-canvas-razor-wrapper .btn-primary {
	    color: #000 !important;
	}

	/* Fix featured inventory Colort */
	.card__multi__style1 .item__card {
	    border-color: #333 !important;
	}