@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap');
h1, h2, h3, h4, h5, h6 {
	  font-family: "Geist", sans-serif !important;
}

@media (min-width: 1500px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1500px;
	}
}

/* -------------------- Navbar and Header ---------------------- */
.navbar .container {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.header .navbar .dropdown-menu {
	min-width: 200px;
	width: auto;
	padding: 1em;
	background: #f4f4f4 !important;
}

.header .navbar .dropdown-menu .dropdown-item,
.header .navbar .dropdown-menu .badge {
	color: var(--color-theme-text);
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent !important;
}

.header__top {
	background-color: #222;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
}
.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase;
}

.header__top .pipe {
	padding: 0 15px;
}

@media (min-width: 992px) {
	.navbar-collapse {
		flex-grow: initial;
	}

	.navbar .container {
		text-align: left;
	}

	.header .navbar .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		margin-right: 10px;
		margin-left: 10px;
	}

	.header .nav-link-cart,
	.header .navbar .nav-link {
		line-height: 20px;
		font-size: 14px;
	}

	/* Affixing header. Might need adjustment if the code for .affix starts working */
	section:not(.page-inventory-details) .header .header-container {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 1030;
	}

	/** Adds top margin to all pages to account for fixed header
	section[class*="page-"]:not(.page-inventory-details) {
		margin-top: var(--cw-headerHeight);
	}
		**/

	/* There's a script to make the variable always the size of the header container */
	:root {
		--cw-headerHeight: 121px;
	}
}

@media (min-width: 1200px) {
	.header li.nav-item {
		margin-right: 25px;
	}

	.header li.nav-item:last-of-type {
		margin-right: 0;
	}

	.header .navbar .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.header__top {
		font-size: 14px;
	}
}

/* -------------------- Hero ---------------------- */
 .hero {
    color: #fff;
    padding: 8em 0;
   background-image:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url("https://cdn05.carsforsale.com/5e777bee0580625479e67b323a80b411/5e777bee0580625479e67b323a80b411.jpg?format=original&sig=1cf48bd41fda4340");
        background-position: center;
    position: relative;
}

.hero>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute
}


.eyebrow {
    font: 700 11px var(--font-geist-mono);
    letter-spacing: .14em;
    color: #d6b77f;
    text-transform: uppercase;
    margin: 0 0 20px
}

.eyebrow.dark {
    color: #7a5b27
}

.hero h1 {
    letter-spacing: -.075em;
    text-transform: uppercase;
    margin: 0;
    font-size: 5em;
}

.hero h1 em {
    color: #d8b875;
    font-weight: 300;
	font-size: 0.9em;
}

.hero-lede {
    color: #dddcd6;
    max-width: 610px;
    margin: 32px 0;
    font-size: 19px;
    line-height: 1.6
}

.hero-actions {
    display: flex
}

.hero-proof {
    border-top: 1px solid var(--line);
    color: #bbb;
    gap: 38px;
    padding-top: 22px;
    font-size: 12px;
    display: flex
}

.hero-proof span {
    max-width: 130px
}

.hero-proof strong {
    color: #fff;
    text-transform: uppercase;
    font: 700 10px var(--font-geist-mono);
    letter-spacing: .1em;
    margin-bottom: 5px;
    display: block
}

.split-intro {
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 10vw;
    padding: 105px 8vw;
    display: grid
}

.split-intro h2,.process h2,.about h2,.contact h2 {
    font: 650 clamp(38px,5vw,70px)/.98 var(--font-geist-sans);
    letter-spacing: -.055em;
    margin: 0
}

.split-intro>div:last-child p,.about-copy>p {
    color: #5e5c57;
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 1.75
}

.text-link {
    font: 800 11px var(--font-geist-mono);
    letter-spacing: .08em;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    gap: 25px;
    padding-bottom: 8px;
    display: inline-flex
}

.text-link span {
    color: var(--bronze)
}




/* inventory-search-module */
.page-home .inventory-search-module {
	background-color: #222;
	margin: 0 !important;
	padding: 10px 0;
}

.page-home .inventory-search-module .form__wrapper {
	background-color: transparent;
	border: none;
}

.page-home .inventory-search-module .form__wrapper .form-label {
	display: none;
}

@media (min-width: 576px) {
	.page-home .inventory-search-module {
		/* If you want to keep the Hero background over the module at this size, you can uncomment and update both images (here and in .cw-hero above)
		Otherwise removed so it's not accidentally mismatching images*/
		/* background: linear-gradient(to right,
				rgba(30, 30, 30, 0.6),
				rgba(30, 30, 30, 0)),
			url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0E50FB2CE087FC428AE1E3DA9187BF2.jpg);
		background-size: cover;
		background-position: top center;
		background-attachment: fixed;
		background-repeat: no-repeat; */
		padding-top: 1.5rem;
	}

	.cw-hero {
		padding: 5rem 0 6rem;
		background-attachment: fixed;
	}
}

@media (min-width: 768px) {
	.page-home .inventory-search-module {
		padding-top: 20px;
	}
}

@media (min-width: 992px) {
	.cw-hero {
		min-height: 500px;
	}

	.page-home .inventory-search-module {
		padding-top: 3.5rem;
		position: absolute;
		width: 100%;
		z-index: 5;
		background: transparent;
		pointer-events: none;
	}

	.page-home .inventory-search-module .form__wrapper {
		position: relative;
		width: clamp(300px, 50%, 650px);
		z-index: 5;
		margin-right: 1rem;
		margin-left: auto;
		pointer-events: all;
		gap: 1rem;
	}

	.page-home .inventory-search-module .container .form__wrapper label {
		display: none;
	}

	.page-home .inventory-search-module .search__input {
		min-width: calc(50% - 1rem);
		flex-basis: calc(50% - 1rem);
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.cw-hero {
		min-height: 500px;
	}

	.page-home .inventory-search-module .search__input.search__input-make {
		order: 1;
	}

	.page-home .inventory-search-module .search__input.search__input--model {
		order: 3;
	}

	.page-home .inventory-search-module .search__input.search__input--min-year {
		order: 5;
	}

	.page-home .inventory-search-module .search__input.search__input--max-year {
		order: 6;
	}

	.page-home .inventory-search-module .search__input.search__input--max-price {
		order: 2;
	}

	.page-home .inventory-search-module .search__input.search__input--max-mileage {
		order: 4;
	}

	.page-home .inventory-search-module .search__input:last-of-type {
		order: 7;
	}

	.page-home .inventory-search-module .search__input {
		min-width: 40%;
		flex-basis: 45%;
		flex-grow: 1;
	}

	.page-home .inventory-search-module .container .form__wrapper .search__input--min-year,
	.page-home .inventory-search-module .container .form__wrapper .search__input--max-year {
		min-width: 20%;
		flex-basis: 20%;
	}

	.page-home .inventory-search-module .container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.page-home .inventory-search-module .container {
		max-width: 1320px;
	}
}



.cw-services {
        background: #171918;
        color: #fff;
        padding: 110px 6vw;
    }

    .cw-services-heading {
        margin-bottom: 65px;
    }

    .cw-services-heading h2 {
        letter-spacing: -.055em;
        margin: 0;
        font-weight: 800;
        font-size: 3em;
        text-transform: uppercase;
    }

    .cw-services-intro {
        color: #bcbab4;
        line-height: 1.7;
        margin: 0 0 0 auto;
        max-width: 500px;
    }

    .cw-service-grid {
        border-top: 1px solid #ffffff24;
        border-left: 1px solid #ffffff24;
    }

    .cw-service-grid > div {
        border-right: 1px solid #ffffff24;
        border-bottom: 1px solid #ffffff24;
    }

    .cw-service-card {
        min-height: 280px;
        padding: 42px;
    }

    .cw-service-card > span {
        color: var(--bronze);
        font: 700 10px var(--font-geist-mono);
    }

    .cw-service-card h3 {
        text-transform: capitalize;
        font-size: 23px;
        margin: 55px 0 12px;
    }

    .cw-service-card p {
        color: #aaa8a2;
        font-size: 14px;
        line-height: 1.65;
        margin: 0;
    }

    .cw-service-card a {
        display: inline-block;
        margin-top: 20px;
        color: #d6b77f;
        font: 700 10px var(--font-geist-mono);
        letter-spacing: .05em;
        text-transform: uppercase;
        text-decoration: none;
    }

    .cw-service-card a:hover {
        color: #fff;
    }

    @media (max-width: 991.98px) {
        .cw-services {
            padding: 80px 5vw;
        }

        .cw-services-heading {
            margin-bottom: 50px;
        }

        .cw-services-intro {
            margin: 30px 0 0;
            max-width: none;
        }
    }

    @media (max-width: 575.98px) {
        .cw-services {
            padding: 65px 20px;
        }

        .cw-services-heading h2 {
            font-size: clamp(38px, 11vw, 52px);
        }

        .cw-service-card {
            min-height: 250px;
            padding: 32px 28px;
        }

        .cw-service-card h3 {
            margin-top: 40px;
        }
    }


	/* ====================== Banner ============= */
	.cw-process {
    background: var(--white);
}

.cw-process-image {
    min-height: 700px;
}

.cw-processTXT {
    padding: 100px 7vw;
}

.cw-processTXT h2 {
    font-size: 2em;
    text-transform: uppercase;
}

.cw-steps {
    margin: 60px 0 45px;
}

.cw-steps > div {
    border-top: 1px solid #d8d2c7;
    gap: 25px;
    padding: 22px 0;
}

.cw-steps > div > span {
    color: var(--bronze);
    font: 700 11px var(--font-geist-mono);
}

.cw-steps h3 {
    margin: 0 0 7px;
    font-size: 16px;
}

.cw-steps p {
    color: #77736c;
    margin: 0;
    font-size: 13px;
}

@media (max-width: 991.98px) {
    .cw-process-image {
        min-height: 500px;
    }

    .cw-processTXT {
        padding: 70px 7vw;
    }
}

@media (max-width: 767.98px) {
    .cw-process-image {
        min-height: 400px;
    }

    .cw-processTXT {
        padding: 60px 6vw;
    }

    .cw-processTXT h2 {
        font-size: 35px;
    }

    .cw-steps {
        margin: 45px 0 35px;
    }
}

  .cw-finance {
        color: #fff;
        background: #101110;
        padding: 100px 7vw;
    }

    .cw-finance .row {
        column-gap: 0;
    }

    .cw-section-number {
        display: block;
        margin: 5px 0;
    }

    .cw-finance .cw-eyebrow {
        margin-bottom: 0;
    }

    .cw-finance h2 {
        letter-spacing: -.055em;
        margin: 0;
        font-weight: 800;
        font-size: 2.3em;
        text-transform: uppercase;
    }

    .cw-finance .cw-finance-copy {
        color: #bbb8b0;
        margin: 0 0 30px;
        line-height: 1.7;
    }

    @media (max-width: 991.98px) {
        .cw-finance {
            padding: 80px 7vw;
        }

        .cw-finance .cw-section-number {
            margin-bottom: 40px;
        }

        .cw-finance h2 {
            margin-bottom: 35px;
        }
    }

    @media (max-width: 575.98px) {
        .cw-finance {
            padding: 70px 6vw;
        }
    }

	    .cw-splitIntro {
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        align-items: end;
        gap: 10vw;
        padding: 105px 8vw;
    }

    .cw-splitIntro h2 {
        margin: 0;
        font-weight: 800;
        font-size: 3em;
        letter-spacing: -0.055em;
        text-transform: uppercase;
    }

    .cw-splitIntro > div:last-child p {
        margin: 0 0 25px;
        color: #5e5c57;
        font-size: 17px;
        line-height: 1.75;
    }

    .text-link {
        display: inline-flex;
        gap: 25px;
        padding-bottom: 8px;
        border-bottom: 1px solid #999;
        font: 800 11px var(--font-geist-mono);
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none;
    }

    .text-link span {
        color: var(--bronze);
    }

    /* Bootstrap 5 responsive breakpoints */
    @media (max-width: 991.98px) {
        .cw-splitIntro {
            grid-template-columns: 1fr 1fr;
            gap: 5vw;
            padding: 80px 6vw;
        }

        .cw-splitIntro h2 {
            font-size: 2.5em;
        }
    }

    @media (max-width: 767.98px) {
        .cw-splitIntro {
            grid-template-columns: 1fr;
            gap: 35px;
            padding: 70px 30px;
        }

        .cw-splitIntro h2 {
            font-size: 2.25em;
        }
    }


	/* =========================================
   ABOUT US
========================================= */

.cw-about-us {
  position: relative;
  overflow: hidden;
  background: #f7f7f5;
}

/* Image */

.cw-about-image {
  position: relative;
  padding: 0 0 28px 28px;
}

.cw-about-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  height: 75%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  z-index: 0;
}

.cw-about-image img {
  position: relative;
  z-index: 1;
  height: 570px;
  object-fit: cover;
  border-radius: 2px;
  filter: saturate(0.9);
}

/* Image label */

.cw-about-image-label {
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: 45px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  background: #242421;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cw-about-image-label-number {
  color: #d6b77f;
  font-size: 12px;
}

/* Content */

.cw-about-content {
  max-width: 650px;
}

.cw-sub-header {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  color: #a47d3c;
  font-family: var(--font-geist-mono, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cw-sub-header::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 12px;
  background: #d6b77f;
}

.cw-about-title {
  max-width: 650px;
  margin: 0 0 25px;
  color: #242421;
  font-family: var(--font-geist-sans, sans-serif);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.045em;
}

.cw-about-lead {
  max-width: 590px;
  margin-bottom: 35px;
  color: #66645e;
  font-size: 16px;
  line-height: 1.75;
}

/* Feature Grid */

.cw-about-features {
  border-top: 1px solid #d9d9d4;
}

.cw-about-feature {
  min-height: 105px;
  padding: 22px 22px 22px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #d9d9d4;
}

.cw-about-feature:nth-child(odd) {
  border-right: 1px solid #d9d9d4;
}

.cw-about-feature h3 {
  margin: 0 0 5px;
  color: #242421;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.cw-about-feature p {
  margin: 0;
  color: #77756e;
  font-size: 13px;
  line-height: 1.4;
}

/* Icons */

.cw-about-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8c49f;
  border-radius: 50%;
  color: #a47d3c;
  font-size: 15px;
  transition: all .3s ease;
}

.cw-about-feature:hover .cw-about-icon {
  background: #242421;
  border-color: #242421;
  color: #d6b77f;
}

/* Button */

.cw-btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 23px;
  border: 1px solid #242421;
  border-radius: 0;
  background: #242421;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: all .3s ease;
}

.cw-btn-primary:hover {
  border-color: #a47d3c;
  background: #a47d3c;
  color: #fff;
}

.cw-btn-primary i {
  font-size: 12px;
  transition: transform .3s ease;
}

.cw-btn-primary:hover i {
  transform: translateX(4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {

  .cw-about-image {
    padding: 0 0 20px 20px;
  }

  .cw-about-image img {
    height: 480px;
  }

  .cw-about-image-label {
    right: 10px;
    bottom: 35px;
  }

  .cw-about-content {
    max-width: 100%;
  }

  .cw-about-title {
    font-size: clamp(36px, 6vw, 50px);
  }

  .cw-about-feature:nth-child(odd) {
    border-right: 0;
  }
}


@media (max-width: 575.98px) {

  .cw-about-us {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .cw-about-image {
    padding: 0 0 15px 15px;
  }

  .cw-about-image img {
    height: 380px;
  }

  .cw-about-image-label {
    right: 0;
    bottom: 25px;
    padding: 10px 13px;
    font-size: 8px;
  }

  .cw-about-title {
    font-size: 36px;
  }

  .cw-about-lead {
    font-size: 15px;
  }

  .cw-about-feature {
    padding: 18px 0;
  }
}


.cw-appointment {
    background: var(--charcoal, #242421);
    color: #fff;
    padding: 110px 0;
}

.cw-appointment .container {
    max-width: 1400px;
}

.cw-eyebrow {
    color: #d6b77f;
    font-family: var(--font-geist-mono, monospace);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cw-appointment h2 {
    font-family: var(--font-geist-sans, sans-serif);
    font-size: clamp(44px, 5vw, 76px);
    font-weight: 650;
    line-height: .95;
    letter-spacing: -.055em;
    margin: 0 0 25px;
}

.cw-appointment-text {
    color: #b9b7b0;
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 0;
}

.cw-phone {
    display: block;
    margin-top: 35px;
    color: #d6b77f;
    font-family: var(--font-geist-sans, sans-serif);
    font-size: 28px;
    font-weight: 650;
    text-decoration: none;
}

.cw-phone:hover {
    color: #fff;
}


/* =========================================
   MOVED EXISTING FORM
========================================= */

.cw-appointment-form {
    width: 100%;
}

.cw-appointment-form .page-home {
    width: 100%;
}

.cw-appointment-form .form {
    width: 100%;
}


/* Form labels */

.cw-appointment-form label {
    display: block;
    color: #000000;
    font-family: var(--font-geist-mono, monospace);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}


/* Form controls */

.cw-appointment-form input,
.cw-appointment-form textarea,
.cw-appointment-form select {
    width: 100%;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #676762;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 13px 0;
}


/* Focus */

.cw-appointment-form input:focus,
.cw-appointment-form textarea:focus,
.cw-appointment-form select:focus {
    border-bottom-color: #d6b77f;
    box-shadow: none;
}


/* Placeholder */

.cw-appointment-form input::placeholder,
.cw-appointment-form textarea::placeholder {
    color: #77756f;
}


/* Button */

.cw-appointment-form button,
.cw-appointment-form input[type="submit"] {
    background: transparent;
    color: #fff;
    border: 1px solid #d6b77f;
    border-radius: 0;
    padding: 14px 28px;
    font-family: var(--font-geist-mono, monospace);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cw-appointment-form button:hover,
.cw-appointment-form input[type="submit"]:hover {
    background: #d6b77f;
    color: #242421;
}


@media (max-width: 991.98px) {

    .cw-appointment {
        padding: 80px 0;
    }

    .cw-appointment h2 {
        font-size: clamp(42px, 8vw, 64px);
    }

}

@media (max-width: 575.98px) {

    .cw-appointment {
        padding: 65px 0;
    }

    .cw-appointment h2 {
        font-size: 42px;
    }

    .cw-phone {
        font-size: 24px;
    }

}
/* -------------------- Titles ---------------------- */
.cw-page-hero {
        color: #fff;
        background: radial-gradient(
            circle at 82% 25%,
            #56472e 0,
            #262825 28%,
            #101110 68%
        );
        min-height: 560px;
        padding: 170px 8vw 100px;
    }

    .cw-page-hero h1 {
        letter-spacing: -0.07em;
        text-transform: uppercase;
        max-width: 980px;
        margin: 0 0 28px;
        font-size: 4em;
            font-weight: 900;
    line-height: revert-rule;
    }

    .cw-eyebrow {
        margin-bottom: 20px;
    }

    .cw-page-hero-text {
        color: #c6c3bc;
        max-width: 650px;
        margin: 0 0 34px;
        font-size: 18px;
        line-height: 1.65;
    }

    .cw-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .cw-button-bronze {
        color: #fff;
        background: #9a8153;
        border: 1px solid #9a8153;
        padding: 14px 28px;
    }

    .cw-button-bronze:hover {
        color: #fff;
        background: #806a43;
        border-color: #806a43;
    }


    /* Existing sections converted to Bootstrap 5 grid */
    .cw-subpage-intro,
    .cw-service-promise {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10vw;
        padding: 110px 8vw;
    }

    .cw-subpage-intro h2,
    .cw-service-promise h2,
    .cw-repair-steps h2,
    .cw-about-story h2,
    .cw-contact-panel h2,
    .cw-contact-note h2 {
        font: 650 clamp(40px, 5vw, 70px) / 0.98 var(--font-geist-sans);
        letter-spacing: -0.055em;
        margin: 0;
    }

    .cw-subpage-intro > p,
    .cw-service-promise > div:last-child > p {
        color: #5e5c57;
        margin: 35px 0 0;
        font-size: 17px;
        line-height: 1.75;
    }


    /* Mobile */
    @media (max-width: 991.98px) {
        .cw-page-hero {
            min-height: 520px;
            padding: 100px 6vw 80px;
        }

        .cw-page-hero h1 {
            max-width: 850px;
        }

        .cw-subpage-intro,
        .cw-service-promise {
            grid-template-columns: 1fr;
            gap: 40px;
            padding: 80px 6vw;
        }
    }

    @media (max-width: 575.98px) {
        .cw-page-hero {
            min-height: 500px;
            padding: 80px 24px 70px;
        }

        .cw-page-hero h1 {
            font-size: clamp(46px, 14vw, 70px);
        }

        .cw-page-hero-text {
            font-size: 16px;
        }
    }

/* -------------------- Search section ---------------------- */
.cw_searchPrice {
	padding: 4em 0 3em;
	background-color: #222;
	background-image: linear-gradient(180deg, #222, #222, #201c17a8),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C035FC0F43FD4D685EEFB014AF37E357.png);
	background-size: contain;
	color: #fff;
}

.cw_searchPrice h2 {
	font-weight: 700;
	line-height: 1em;
	font-size: 2em;
	text-transform: uppercase;
}

.cw_searchPrice p {
	color: #fff;
	line-height: 1.6em;
}

.cw_searchPrice .cw_shopUnder {
	opacity: 0.9;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.cw_searchPrice .cw_priceRange {
	font-size: 2.1em;
	font-weight: 700;
	line-height: 1.2;
}

.font-header-Montserrat .cw_searchPrice .cw_priceRange {
	font-family: montserrat, sans-serif;
}

.cw_searchPrice .cw_priceRange sup {
	top: -12px;
	font-size: 0.6em;
}

@media (min-width: 1200px) {
	.cw_searchPrice .cw_priceRange {
		font-size: 3em;
	}
}

/* -------------------- SECTIONTITLE ---------------------- */
.inventoryslideshow {
	text-align: center;
	padding-top: 1em !important;
	padding-bottom: 5em;
}

.inventoryslideshow .inventoryslideshow-title-heading {
	color: var(--inventoryslideshow-header);
	display: none;
}

.featured__section__title {
	margin-top: 70px;
}

.section__title__h2 .section__title__preline {
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
	color: var(--color-theme-text);
	margin-bottom: 0;
	font-family: var(--bodyfont);
}

.section__title__h2 .section__title__headline {
	font-size: 3rem;
	line-height: 0.9;
	font-weight: 800;
	margin-bottom: 15px;
	font-family: var(--sitefont);
	text-transform: uppercase;
}

.section__title__copy {
	font-size: 1em;
}

.cw-parallax {
	height: 300px;
	padding-top: 3em;
	background-image: linear-gradient(180deg,
			var(--color-theme-primary),
			rgba(0, 0, 0, 0.5)),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B2118378E99A8E1C698244B632B59EC6.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.cw-over-btns {
	margin-top: 20px;
	margin-bottom: 48px;
	color: #fff;
}

.cw-over-btns .cw-flex-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around;
}

.cw-over-btns .card {
	margin-bottom: 20px;
	height: calc(100% - 20px);
	border-radius: 6px;
	border: 0 transparent;
	overflow: hidden;
	padding: 15px 0;
}

.cw-over-btns .cw-card-image .cw-full-btn {
	background: var(--color-theme-primary);
	color: #fff;
	width: 100%;
	padding: 17px 16px;
	text-align: center;
	font-weight: 600;
	border-end-end-radius: 6px;
	border-end-start-radius: 6px;
}

.cw-over-btns .cw-card-image .cw-full-btn:hover {
	background: var(--color-theme-secondary);
	color: var(--color-theme-primary);
}

.cw-over-btns .cw-card-image .card-body {
	padding: 0;
}

.cw-over-btns .cw-card-image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.cw-over-btns .card i {
	font-size: 2.25rem;
	margin-bottom: 10px;
}

.cw-over-btns .card h4 {
	font-size: 1.25rem;
	text-transform: uppercase;
}

.cw-over-btns .card p {
	font-size: 1rem;
	margin-bottom: 0;
}

.cw-over-btns .card .cw-btn {
	background: var(--color-theme-secondary);
	border-radius: 8px;
	padding: 10px 15px;
	color: #fff;
}

.cw-over-btns .card .cw-btn:active {
	color: var(--color-theme-text) !important;
	border: 1px solid var(--color-theme-primary);
}

.cw-over-btns .card .cw-btn i {
	font-size: 1rem;
	margin: 0;
}

.cw-over-btns .cw-card-primary {
	background: #fff;
	background-image: linear-gradient(180deg, #fff, #fff, #ffffff9c),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C035FC0F43FD4D685EEFB014AF37E357.png);
	background-size: contain;
	color: #000;
	box-shadow: 1px 7px 11px rgba(0, 0, 0, 0.2);
}

.cw-over-btns .cw-card-secondary {
	background: var(--color-theme-secondary);
	background-image: linear-gradient(180deg, #222, #222, #22222254),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C035FC0F43FD4D685EEFB014AF37E357.png);
	background-size: contain;
	box-shadow: 1px 7px 11px rgba(0, 0, 0, 0.2);
}

.cw-over-btns .cw-card-image .card-footer {
	padding: 0;
}

.cw-over-btns .card .card-footer {
	background: 0 0;
	border-top: transparent;
}

@media (min-width: 440px) {
	.cw-over-btns .card h4 {
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) {
	.cw-over-btns .card h4 {
		font-size: 1.35rem;
	}
}

@media (min-width: 768px) {
	.cw-over-btns {
		margin-top: -150px;
	}

	.cw-over-btns .card h4 {
		font-size: 1.65rem;
	}
}

@media (min-width: 992px) {
	.cw-over-btns .card h4 {
		font-size: 1.1rem;
	}

	.cw-over-btns .card i {
		font-size: 2rem;
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.cw-over-btns .card h4 {
		font-size: 1.35rem;
	}
}

/* -------------------- SEO links ---------------------- */
.popular-vehicle-link::first-line {
	font-weight: 700;
}

a.popular-vehicle-link:hover {
	color: var(--color-theme-primary) !important;
}

.popular-vehicles-section h2 {
	position: relative;
	text-transform: uppercase;
	font-size: 1.5em;
}

.popular-vehicles-section h2::before {
	content: "";
	width: 100px;
	height: 10px;
	border-bottom: 5px solid var(--color-theme-primary);
	position: absolute;
	bottom: -8px;
}

/* -------------------- Footer ---------------------- */
  .cw-footer {
    position: relative;
    background: #101214;
    color: #fff;
    overflow: hidden;
    border-top: 1px solid #292d30;
}

.cw-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #b38a5b;
}

.footer-nav-links, .footer-info-business {
	display: none !important;
}

/* =========================================
   MAIN
========================================= */

.cw-footer-main {
    padding-top: 80px;
    padding-bottom: 65px;
}


/* =========================================
   LOGO
========================================= */

.cw-footer-logo {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.cw-footer-logo:hover {
    color: #b38a5b;
}

.cw-footer-about {
    max-width: 380px;
    margin-bottom: 28px;
    color: #92979b;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   SOCIAL
========================================= */

.cw-footer-social {
    display: flex;
    gap: 9px;
}

.cw-footer-social a {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #35393c;

    color: #a8adaf;
    text-decoration: none;

    font-size: 14px;

    transition: all .3s ease;
}

.cw-footer-social a:hover {
    background: #b38a5b;
    border-color: #b38a5b;
    color: #101214;
    transform: translateY(-3px);
}


/* =========================================
   HEADINGS
========================================= */

.cw-footer-heading {
    position: relative;

    margin-bottom: 25px;

    color: #fff;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.cw-footer-heading::after {
    content: "";

    display: block;

    width: 30px;
    height: 2px;

    margin-top: 11px;

    background: #b38a5b;
}


/* =========================================
   LINKS
========================================= */

.cw-footer-links {
    margin: 0;
    padding: 0;
}

.cw-footer-links li {
    margin-bottom: 13px;
}

.cw-footer-links a {
    display: inline-block;

    color: #8f9599;

    text-decoration: none;

    font-size: 14px;

    transition: all .25s ease;
}

.cw-footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}


/* =========================================
   CONTACT
========================================= */

.cw-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cw-contact-item {
    display: flex;
    align-items: flex-start;

    gap: 13px;

    color: #fff;

    text-decoration: none;

    font-size: 14px;
    line-height: 1.5;

    transition: color .25s ease;
}

.cw-contact-item:hover {
    color: #b38a5b;
}

.cw-contact-item small {
    display: block;

    margin-bottom: 2px;

    color: #6f7579;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.cw-contact-icon {
    width: 36px;
    height: 36px;

    flex: 0 0 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #34383b;

    color: #b38a5b;

    font-size: 13px;

    transition: all .25s ease;
}

.cw-contact-item:hover .cw-contact-icon {
    background: #b38a5b;
    border-color: #b38a5b;
    color: #101214;
}


/* =========================================
   CTA
========================================= */

.cw-footer-cta {
    padding: 35px 40px;

    border: 1px solid #2b2f32;

    background: #17191b;
}

.cw-footer-eyebrow {
    display: block;

    margin-bottom: 7px;

    color: #b38a5b;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 2px;
}

.cw-footer-cta h3 {
    margin: 0;

    color: #fff;

    font-size: 26px;
    font-weight: 500;

    line-height: 1.3;
}


/* =========================================
   CTA BUTTON
========================================= */

.cw-footer-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    min-width: 190px;

    padding: 14px 20px;

    border: 1px solid #b38a5b;

    color: #fff;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition: all .3s ease;
}

.cw-footer-button i {
    transition: transform .3s ease;
}

.cw-footer-button:hover {
    background: #b38a5b;
    color: #101214;
}

.cw-footer-button:hover i {
    transform: translateX(5px);
}


/* =========================================
   BOTTOM
========================================= */

.cw-footer-bottom {
    margin-top: 45px;

    padding: 22px 0;

    border-top: 1px solid #292d30;
}

.cw-footer-bottom p {
    margin: 0;

    color: #686e72;

    font-size: 12px;
}


/* =========================================
   LEGAL
========================================= */

.cw-footer-legal {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    gap: 12px;
}

.cw-footer-legal a {
    color: #686e72;

    text-decoration: none;

    font-size: 12px;

    transition: color .25s ease;
}

.cw-footer-legal a:hover {
    color: #fff;
}

.cw-footer-legal span {
    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: #555a5d;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .cw-footer-main {
        padding-top: 65px;
        padding-bottom: 50px;
    }

    .cw-footer-cta {
        padding: 30px;
    }

    .cw-footer-cta h3 {
        font-size: 23px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .cw-footer-main {
        padding-top: 55px;
        padding-bottom: 40px;
    }

    .cw-footer-about {
        max-width: 100%;
    }

    .cw-footer-cta {
        padding: 25px 20px;
    }

    .cw-footer-cta h3 {
        font-size: 21px;
    }

    .cw-footer-button {
        width: 100%;
    }

    .cw-footer-bottom {
        margin-top: 30px;
    }

    .cw-footer-legal {
        justify-content: flex-start;
    }

}


.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.page-inventory-details #builderCanvas {
	margin-bottom: 1em;
}

/* .vdp-module-canvas-razor-wrapper .vdp__container .row {
	width: 100%;
	margin: auto;
} */

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* SRP width fix */
.inventory .inventory-container>.row {
	margin-left: 0;
	margin-right: 0;
}

/* -------------------- Sticky nav fixes/changes ---------------------- */
/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
	z-index: 1029 !important;
}

@media (min-width: 992px) {

	/* resets z-index higher than navbar when a modal is open. */
	.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
		z-index: 1055 !important;
	}
}

/* Hide pre-header on mobile on VDP */
@media (max-width: 991px) {
	.page-inventory-details .header__top {
		display: none;
	}
}

/* Fix Mobile More Info button BG color */
.vdp-module-canvas-razor-wrapper .btn-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .sn_business_openclose.open {
	background-color: var(--inventorydetails-primary) !important;
}

/* Fix Loan Calc VDP Colors */
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary:hover {
	background-color: var(--inventorydetails-primary) !important;
}

/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 10px !important;
}

/* !!! Fix Bottom Footer Colors !!! */

.footer-bottom-section {
	background-color: var(--color-theme-primary) !important;
}

.footer,
.footer .dropdown-item,
.footer .dropdown-item:focus,
.footer .nav-link,
.footer a {
	color: var(--color-theme-background) !important;
}


@media (min-width: 992px) {
.sitemap, .termsandconditions {
	margin-top: 8em !important;
}
}