@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto Condensed", sans-serif !important;
	font-optical-sizing: auto !important;
	font-style: normal !important;
}


.cw-main-heading {
	font-size: clamp(1.75rem, 3vw, 3rem) !important;
	line-height: 1.15;
	color: var(--color-theme-secondary);
}

.cw-rear-entry-divider-center {
	width: 3rem;
	height: 3px;
	background-color: var(--color-theme-primary);
	border: none;
	margin: auto;
}

/* -------------------- Header & Navbar ---------------------- */

/*-- Navbar --*/
.header .navbar-nav .nav-link {
	font-weight: normal;
	text-transform: uppercase;
	font-size: .85rem !important;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

.header .navbar .active>.nav-link,
.navbar .nav-link:hover {
	color: var(--color-theme-highlight);
}

header .navbar .dropdown-item {
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: normal !important;
}

/*-- Header --*/
.cw-header {
	background-color: var(--header-primary);
}

.header .cw-header :focus {
	box-shadow: none;
}

.header .cw-header-logo {
	padding: .75rem 0;
	text-align: center;
}

.header .cw-header-logo img {
	width: 165px;
	max-width: 100%;
	height: auto;
}

.cw-header-contact {
	font-size: .9rem;
	background-color: var(--color-theme-primary);
	color: #fff;
}

.cw-header-contact a,
.cw-header-contact .cw-address {
	color: #fff;
	font-weight: 500;
}

.cw-header-contact a:hover {
	opacity: .85;
	color: #fff;
}

.cw-header-contact i {
	display: inline-block;
	vertical-align: middle;
	padding-right: .4rem;
	color: #fff;
}

@media (min-width: 440px) {
	.header .cw-header-logo img {
		width: 185px;
	}
}

@media (min-width: 768px) {
	.header .cw-header-logo img {
		width: 205px;
	}
}

@media (min-width: 992px) {
	.header .cw-header-logo {
		position: absolute;
		z-index: 1040;
		top: 13px;
		padding: 0;
		text-align: left;
	}

	.header .cw-header-logo img {
		width: 235px;
	}

	nav.navbar .container {
		min-height: 77px;
	}

	.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% - 240px);
		justify-content: center;
	}
}

/* Showcase */
.cw-mobility-showcase {
	background: #ffffff;
}

.cw-mobility-showcase .cw-showcase-carousel {
	position: relative;
	overflow: hidden;
}

.cw-mobility-showcase .cw-showcase-carousel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0.2) 45%,
			rgba(0, 0, 0, 0.65) 100%);
}

.cw-mobility-showcase .cw-showcase-slide {
	min-height: 420px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cw-mobility-showcase .cw-showcase-content {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: end;
	justify-content: center;
	padding: 3rem 1rem;
	text-align: center;
}

.cw-mobility-showcase .cw-showcase-title {
	display: inline-block;
	margin-bottom: 0;
	padding: 1rem 3rem;
	color: #ffffff;
	font-size: clamp(2.25rem, 7vw, 4rem);
	font-weight: 800;
	line-height: 1;
	text-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.55);
	background: linear-gradient(to right,
			transparent 0%,
			var(--color-theme-primary) 18%,
			var(--color-theme-primary) 82%,
			transparent 100%);
}

.cw-mobility-showcase .cw-showcase-control {
	z-index: 4;
	width: 3.5rem;
	opacity: 1;
}

.cw-mobility-showcase .cw-showcase-arrow {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--color-theme-primary);
	color: #ffffff;
	border-radius: 50%;
	font-size: 1.15rem;
}

/* Quick Links */
.cw-mobility-showcase .cw-action-grid {
	position: relative;
	z-index: 5;
	margin-top: -2rem;
	padding-bottom: 3rem;
}

.cw-mobility-showcase .cw-action-card {
	position: relative;
	min-height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 1rem;
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cw-mobility-showcase .cw-action-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(135deg,
			rgba(0, 0, 0, 0.72) 0%,
			rgba(0, 0, 0, 0.35) 100%);
	transition: opacity 0.3s ease;
}

.cw-mobility-showcase .cw-action-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.25);
}

.cw-mobility-showcase .cw-action-card:hover::before {
	opacity: 0.86;
}

.cw-mobility-showcase .cw-action-content {
	position: relative;
	z-index: 2;
	padding: 2rem 1rem;
	color: #ffffff;
}

.cw-mobility-showcase .cw-action-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--color-theme-primary);
	color: #ffffff;
	border-radius: 50%;
	font-size: 1.75rem;
}

.cw-mobility-showcase .cw-action-content h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 1.45rem;
	font-weight: 800;
	text-transform: uppercase;
}

.cw-mobility-showcase .cw-action-browse {
	background-image: url("{{ asset 'photos/btn1.jpg' }}");
}

.cw-mobility-showcase .cw-action-finance {
	background-image: url("{{ asset 'photos/btn2.jpg' }}");
}

.cw-mobility-showcase .cw-action-about {
	background-image: url("{{ asset 'photos/btn3.jpg' }}");
}

.cw-mobility-showcase .cw-action-visit {
	background-image: url("{{ asset 'photos/btn4.jpg' }}");
}

.cw-mobility-showcase .cw-action-contact {
	background-image: url("{{ asset 'photos/btn5.jpg' }}");
}

/* XS: 440px & Up */
@media (min-width: 440px) {}

/* SM: 768px & Up */
@media (min-width: 768px) {
	.cw-mobility-showcase .cw-showcase-slide {
		min-height: 520px;
	}

	.cw-mobility-showcase .cw-action-grid {
		margin-top: -3rem;
	}
}

/* MD: 992px & Up */
@media (min-width: 992px) {
	.cw-mobility-showcase .cw-showcase-slide {
		min-height: 620px;
	}

	.cw-mobility-showcase .cw-action-card {
		min-height: 240px;
	}

	.cw-mobility-showcase .cw-action-feature {
		min-height: 496px;
	}
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
	.cw-mobility-showcase .cw-showcase-slide {
		min-height: 680px;
	}
}

/* Custom LG: 1400px & Up */
@media (min-width: 1400px) {}

/* XXL: 1600px & Up */
@media (min-width: 1600px) {}

.page-home .inventoryslideshow {
	position: relative;
	z-index: 0;
}

.page-home .inventoryslideshow::before {
	content: "";
	position: absolute !important;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E70A4A282349DB3F3F67038831A336F9.jpg) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: -1 !important;
	opacity: 10% !important;

}

.page-home .card__multi__style1 .card__addt__info__wrapper .veh__info__wrapper {
	display: none !important;
}

.page-home .card__multi__style1 .item__card__details__wrapper .item__title h3, .page-home .item__style{
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 0;
	color: #fff !important;
}

.card__multi__style1 .item__card {
	flex: 1;
	border: 1px solid #454545 !important;
	display: flex;
	flex-direction: column;
	background-color: var(--inventoryslideshow-background);
}

/* About Us */
.cw-about-section {
	margin: 4rem 0;
	background: #ffffff;
}

.cw-about-section .cw-about-divider {
	width: 3rem;
	height: 3px;
	background-color: var(--color-theme-primary);
	border: none;
}

.cw-about-section .cw-about-lead {
	font-size: 1rem;
	line-height: 1.6;
	color: var(--color-theme-secondary);
}

.cw-about-section .cw-about-body {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: var(--color-theme-secondary);
}

.cw-about-section .cw-about-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.cw-about-section .cw-about-btn-primary {
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	transition: opacity 0.2s ease, transform 0.2s ease;
	width: fit-content;
	background-color: var(--color-theme-primary);
	color: #ffffff;
}

.cw-about-section .cw-about-btn-primary:hover {
	opacity: 0.88;
	transform: translateY(-2px);
	color: #ffffff;
}

/* Image Layout */
.cw-about-section .cw-about-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 260px 160px 160px 260px;
	gap: 1rem;
	position: relative;
}

.cw-about-section .cw-about-img-main,
.cw-about-section .cw-about-img-tall,
.cw-about-section .cw-about-img-sm {
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.12);
}

.cw-about-section .cw-about-img-main img,
.cw-about-section .cw-about-img-tall img,
.cw-about-section .cw-about-img-sm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* XS: 440px & Up */
@media (min-width: 440px) {}

/* SM: 768px & Up */
@media (min-width: 768px) {
	.cw-about-section {
		margin: 5rem 0;
	}

	.cw-about-section .cw-about-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 260px 180px 260px;
	}

	.cw-about-section .cw-about-img-main {
		grid-column: 1 / span 2;
		grid-row: 1;
	}

	.cw-about-section .cw-about-img-sm:nth-of-type(3) {
		grid-column: 1;
		grid-row: 2;
	}

	.cw-about-section .cw-about-img-sm:nth-of-type(4) {
		grid-column: 2;
		grid-row: 2;
	}

	.cw-about-section .cw-about-img-tall {
		grid-column: 1 / span 2;
		grid-row: 3;
	}
}

/* MD: 992px & Up */
@media (min-width: 992px) {
	.cw-about-section .cw-about-grid {
		grid-template-columns: 1.2fr 0.8fr;
		grid-template-rows: 320px 160px;
	}

	.cw-about-section .cw-about-img-main {
		grid-column: 1;
		grid-row: 1;
	}

	.cw-about-section .cw-about-img-tall {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.cw-about-section .cw-about-img-sm:nth-of-type(3),
	.cw-about-section .cw-about-img-sm:nth-of-type(4) {
		grid-column: 1;
		grid-row: 2;
	}

	.cw-about-section .cw-about-img-sm:nth-of-type(3) {
		margin-right: calc(50% + 0.5rem);
	}

	.cw-about-section .cw-about-img-sm:nth-of-type(4) {
		margin-left: calc(50% + 0.5rem);
	}
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {}

/* Custom LG: 1400px & Up */
@media (min-width: 1400px) {}

/* XXL: 1600px & Up */
@media (min-width: 1600px) {}

/* Service Cards */
.cw-serv-slide {
	position: relative;
	background: #ffffff;
	color: #151515;
	margin: 5rem 0;
}

.cw-serv-slide .cw-global-title span {
	color: var(--color-theme-primary);
}

.cw-serv-slide .cw-service-intro {
	max-width: 760px;
	color: #555;
	font-size: 1.05rem;
	line-height: 1.7;
}

.cw-serv-slide .cw-service-card {
	border: none;
	position: relative;
	min-height: 340px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.14);
	isolation: isolate;
}

.cw-serv-slide .cw-service-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(21, 21, 21, 0.94) 0%,
			rgba(21, 21, 21, 0.72) 42%,
			rgba(21, 21, 21, 0.18) 100%);
	z-index: 1;
	pointer-events: none;
	border-radius: inherit;
}

.cw-serv-slide .cw-card-overlay {
	position: relative;
	z-index: 3;
	min-height: 340px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #ffffff;
}

.cw-serv-slide .cw-card-overlay h4 {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.cw-serv-slide .cw-service-title {
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.15;
	color: #ffffff;
	text-align: left !important;
}

.cw-serv-slide .cw-card-overlay p {
	color: rgba(255, 255, 255, 0.92);
	font-size: 1rem;
	line-height: 1.6;
}

.cw-serv-slide .cw-view-inventory-btn {
	padding: 0.85rem 2rem;
	border-radius: 8px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Service Background Images */
.cw-serv-slide .cw-bg-repair {
	background-image: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/31B35E5499307736A920F27DB092EBE6.jpg');
}

.cw-serv-slide .cw-bg-body {
	background-image: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1E1BEA40EDC642F0B8C532F52ECA830C.jpg');
}

.cw-serv-slide .cw-bg-detail {
	background-image: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/84CD4B030656B84F4D9A4FB8E399316D.jpg');
}

@media (min-width: 440px) {}

@media (min-width: 992px) {

	.cw-serv-slide .cw-service-card,
	.cw-serv-slide .cw-card-overlay {
		min-height: 315px;
	}
}



/* Internal page title ================================================================================== */
section:not(.page-home) .title {
	background: #000b12;
	position: relative;
	z-index: 0;
	color: #fff;
	padding: 6rem 0;
	text-align: center;
}

section:not(.page-home) .title::before {
	position: absolute !important;
	content: "" !important;
	top: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	left: 0 !important;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/73B6D9CBB0A0070895AB199049662C16.jpg") !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	overflow: hidden !important;
	opacity: 25% !important;
	z-index: -1 !important;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}

.cw-footer {
	padding: 4rem 0;
    background: linear-gradient(rgb(0 11 18 / 99%), rgb(0 11 18 / 90%)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CEA53376F4FF819803F43369DED60AA6.jpg) center;
    background-size: cover;
    color: #fff;
}

.cw-footer iframe {
	width: 100%;
	height: 300px;
}

.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 i,
.cw-footer .cw-phone i {
	padding-right: .5rem;
	color: #fff;
}

.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: .7rem;
}

/* Default Footer */
.footer {
	padding-top: 0;
}

footer>.container {
	display: none;
}