@import "https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&display=swap";

:root {
  /* Root variables to reference, delete, or replace */
  --cw-light-secondary: #bfad87;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
  color: var(--color-theme-text-btn);
}

h1,
h2,
h3,
h4,
h5,
.h5 {
  font-weight: 900 !important;
  text-transform: uppercase;
  font-family: rokkitt, serif;
}

h2.cw-page-title1.text-secondary {
  font-weight: 900 !important;
  text-transform: uppercase;
  font-family: rokkitt, serif;
}

.page-home .inventoryslideshow .inventoryslideshow-title-heading {
  color: #9c9c9c;
}

h2.inventoryslideshow-title-heading {
  font-weight: 900 !important;
  text-transform: uppercase;
  font-family: rokkitt, serif;
}

.cw-finder {
  background: linear-gradient(
      to bottom,
      rgba(20, 20, 20, 0.6),
      rgba(20, 20, 20, 0.6)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 4.5rem 0;
}

.cw-finder h2 {
  font-family: rokkitt, serif;
  font-weight: 900 !important;
  text-transform: uppercase;
  padding: 0;
  color: #9c9c9c !important;
}

h2.popular-vehicles-section-heading {
  font-family: rokkitt, serif;
  color: #fff;
  font-weight: 900;
  line-height: 1em;
  font-size: clamp(1.02rem, 1vw + 1rem, 2rem);
  text-transform: uppercase;
}

/* -------------------- Header & Nav---------------------- */

/* There's a script to make these variables always the size of the header container and just the navbar*/
:root {
  --cw-headerHeight: 138px;
  --cw-navbarHeight: 50px;
}

/* Nav */

header.header {
  position: relative;
}

.header .navbar,
.header .navbar.bg-primary {
  /* z-index: 3; */
  /* background: transparent !important; */
}

.dropdown-toggle::after {
  color: var(--color-theme-highlight);
}

.dropdown-toggle.active::after,
.dropdown.active .dropdown-toggle:after {
  color: #ffffff;
}

.header a.header-business-phone {
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0;
}

.header .header-business-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  padding: 8px 10px;
  color: var(--color-theme-highlight);
  font-weight: 400;
  text-shadow: none;
}

.header .container {
  max-width: none;
  /* z-index: 2 */
}

/* buttons */
.header .navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 32px;
  font-weight: 400;
}

.header .navbar .active > .nav-link {
  color: var(--color-theme-primary);
}

.header .dropdown-item {
  font-weight: 400 !important;
  text-transform: uppercase;
}

.header .navbar .active > .nav-link {
  color: #fff !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0 !important;
    left: inherit;
  }
}

/* Custom header */
:root {
  --variable-comment-since-comments-might-disappear: "/* Enter your desired max logo width. Adjust in media queries as needed. */";
  --cw-logo-width: 250px;

  --variable-comment-since-comments-might-disappear: "/* Logo height when width the above variable. (This is not used to SET the height but is just used in calculations for the triangle background) */";
  --cw-logo-height: 62.5px;

  --variable-comment-since-comments-might-disappear: "/* Offset added to the height and width when sizing the triangle behind the logo. Uses the other values to make a pretty consistent size as the logo size and ratio changes. */";
  --cw-logo-offset: calc(var(--cw-logo-width) / 2 + var(--cw-logo-height) / 2);
}

.cw-header {
  position: relative;
  z-index: unset;
}

.cw-header .cw-flex-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.cw-header .cw-logo-box {
  position: relative;
  z-index: 4;
  max-width: var(--cw-logo-width);
}

.cw-header .cw-logo-box img {
  position: relative;
  z-index: 4;
}

.cw-header .cw-header-contact {
  flex-grow: 1;
  padding: 0.75rem 1rem;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.cw-header .cw-header-contact a {
  color: inherit;
}

.cw-header .cw-header-contact a:hover {
  color: #fff;
}

.cw-header .cw-header-contact .cw-phone {
  font-size: 1.25rem;
}

.cw-header .cw-header-contact .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  margin-right: 0.5rem;
  font-weight: 400;
  color: #ffffff;
}

.cw-header .cw-header-contact .cw-phone:before {
  font-family: FontAwesome;
  content: "\f095";
  margin-right: 0.5rem;
  font-weight: 400;
  color: #ffffff;
}

@media (min-width: 768px) {
  :root {
    --cw-logo-width: 200px;
    --cw-logo-height: 50px;
  }

  .header .header-container {
    display: flex;
    flex-flow: column-reverse;
    /* position: relative; */
    /* z-index: 105; */
  }

  .page-home .header .header-container {
    position: relative;
    z-index: 105;
  }

  .page-inventory-details .header .header-container {
    /* z-index: auto; */
  }

  .cw-header .cw-flex-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cw-header .cw-logo-box::before {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0%;
    top: 0%;

    border-top: 0 solid transparent;
    /* border-bottom: 250px solid transparent; */
    border-bottom: calc(var(--cw-logo-height) + var(--cw-logo-offset)) solid
      transparent;
    border-left: calc(var(--cw-logo-width) + var(--cw-logo-offset)) solid
      var(--header-background);
    /* opacity: .9; */
  }

  .cw-header .cw-header-contact {
    text-align: right;
    padding-left: var(--cw-logo-offset);
  }

  .cw-header .cw-header-contact a {
    text-shadow: 0 0 12px #000;
  }

  .cw-header .cw-header-contact .cw-address:before,
  .cw-header .cw-header-contact .cw-phone:before {
    text-shadow: 2px 2px #000;
  }

  section:not(.page-home) .cw-header {
    min-height: 150px;

    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.1) 100%
      ),
      url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  :root {
    --cw-logo-width: 250px;
    --cw-logo-height: 62.5px;
  }

  .header .navbar > .container {
    padding: 0;
  }

  .cw-header .cw-logo-box {
    margin-top: calc(-1 * var(--cw-navbarHeight));
  }

  .header .navbar-nav:not(.navbar-cart) {
    /* set pixels to logo width (or more) */
    max-width: calc(100% - var(--cw-logo-width) - var(--cw-logo-offset));
    justify-content: center;
  }

  .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;
  }
}

/* -------------------- Hero ---------------------- */

.cw-heroCarousel {
  overflow: hidden;
  background-color: #141414;
}

.cw-heroCarousel .carousel-item {
  height: 345px;
  background-position: center;
  background-size: cover;
}

.cw-heroCarousel .carousel-item:nth-of-type(odd) {
  animation: zoomin 30s 1;
}

.cw-heroCarousel .carousel-item:nth-of-type(even) {
  animation: zoomout 30s 1;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.25);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

.cw-heroCaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: unset;
  padding: 0;
  text-align: center;
  color: #fff;
}

.cw-heroCaption h1 {
  width: 100%;
  margin: 0;
  padding: 1rem;
  background: rgb(20 20 20/90%);
  margin: 0;
  font-size: 1.5rem;
}

.cw-heroCaption h1 .cw-smaller {
  font-size: 80%;
}

.cw-heroCarousel .carousel-indicators {
  display: block;
  right: 0;
  left: unset;
  top: 26%;
  right: 0;
  margin: 0;
}

.cw-heroCarousel .carousel-indicators [data-bs-target] {
  opacity: 1;
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0.35rem 0;
  background: var(--color-theme-secondary);
  border-radius: 0;
  text-indent: 0;
}

.cw-heroCarousel .carousel-indicators [data-bs-target]:after {
  content: "\f06e";
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: FontAwesome;
  color: #fff;
}

.cw-heroCarousel .carousel-indicators [data-bs-target].active {
  opacity: 0.5;
  background: var(--color-theme-primary);
}

.cw-heroCarousel .carousel-indicators [data-bs-target].active:after {
  color: var(--color-theme-highlight);
}

.cw-heroSocial {
  display: none;
}

@media (min-width: 400px) {
  .cw-heroCaption h1 {
    width: auto;
  }

  .cw-heroCaption h1:before {
    content: "";
    position: absolute;
    left: -62px;
    top: 0;
    border-top: 84px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 62px solid rgb(20 20 20/90%);
  }
}

@media (min-width: 768px) {
  .cw-heroCarousel {
    margin-top: calc(-1 * var(--cw-headerHeight));
  }

  .cw-heroCarousel .carousel-item {
    height: 580px;
  }

  .cw-heroCarousel .carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to 45deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }

  .cw-heroCarousel .carousel-indicators {
    top: 38%;
  }

  .cw-heroCaption .cw-location {
    font-size: 80%;
  }

  .cw-heroCaption h1 {
    max-width: 730px;
    padding: 1.5rem 3rem;
    font-size: 2rem;
  }

  .cw-heroCaption h1:before {
    left: -104px;
    border-top: 163px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 104px solid rgb(20 20 20/90%);
  }

  .cw-heroSocial {
    display: block;
    position: absolute;
    left: 4%;
    bottom: 0;
    z-index: 2;
  }

  .cw-heroSocial a {
    display: inline-block;
    width: 50px;
    height: 45px;
    margin: 0 0.5rem;
    padding: 10px;
    background: var(--color-theme-secondary);
  }

  .cw-heroSocial .fa {
    font-size: 25px;
    color: #9c9c9c;
  }

  .cw-heroSocial a:hover {
    background: var(--color-theme-primary);
  }

  .cw-heroSocial a:hover .fa {
    color: var(--color-theme-highlight);
  }
}

@media (min-width: 992px) {
  .cw-heroCarousel .carousel-item {
    height: 675px;
  }

  .cw-heroCaption h1:before {
    left: -136px;
    border-top: 163px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 136px solid rgb(20 20 20/90%);
  }
}

/* search price */
.cw-search-price {
  color: #fff;
  padding: 5em 0;
  background: linear-gradient(
      to bottom,
      rgba(20, 20, 20, 0.6),
      rgba(20, 20, 20, 0.6)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.cw-search-price .container {
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.cw-search-price h2 {
  font-family: rokkitt, serif;
  color: #9c9c9c;
  font-weight: 900;
  line-height: 1em;
  font-size: 2em;
  text-transform: uppercase;
}

.cw-search-price p {
  color: #fff;
  line-height: 1.6em;
}

.cw-search-price .cw-shopUnder {
  color: #fff;
  margin-bottom: -7px;
  font-size: 12px;
}

.cw-search-price .cw-priceRange {
  font-size: 3.5em;
  font-weight: 900;
  font-family: rokkitt, serif;
  color: #fff;
}

.cw-search-price .cw-priceRange sup {
  top: -12px;
  font-size: 0.6em;
}

.inventoryslideshow {
  position: relative;
  background-color: #141414 !important;
  z-index: 0;
}

.card__multi__style3 .item__card {
  background-color: #9c9c9c !important;
}

.card__addt__info__wrapper {
  display: none !important;
}

.card__multi__style3 .card__footer {
  border-top: none !important;
  padding-top: none !important;
}

.inventoryslideshow-btn {
  display: none;
}

.card__multi__style3 a.item__title {
  color: #fff !important;
}

.card__multi__style3 .title__style__content {
  color: #fff !important;
}

.card__multi__style3 .item__card__photo img {
  border-radius: 0 0 0 0 !important;
}

.inventoryslideshow .brdr__rad10 {
  border-radius: 0 0 0 0 !important;
  position: relative;
  z-index: 1;
}

.inventoryslideshow .brdr__rad10::before {
  content: "";
  position: absolute;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/100B089485F1A83EBEE2E19AB92360DD.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 40%;
}

.btn-secondary:before {
  background: #000;
}

.inventory-search-module {
  margin: 0 !important;
  padding: 3rem 0 !important;
  color: #fff;
  background: linear-gradient(
      to bottom,
      rgba(20, 20, 20, 0.6),
      rgba(20, 20, 20, 0.6)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.inventoryslideshow ~ .container.mb-4 {
  margin: 0 !important;
}

.btn-primary {
  background: var(--color-theme-highlight) !important;
}

.btn-primary::before {
  background: #141414;
}

.cw-finance-section .cw-finance-content-wrapper {
  padding: 50px 0;
}

.cw-finance-section .finance__content__img {
  margin-top: 50px;
}

.cw-finance-section .cw-blurb-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 10px;
}

.cw-finance-section .blurb__copy {
  margin-bottom: 20px;
}

.cw-finance-section .cw-blurb-wrapper {
  margin-bottom: 20px;
}

.cw-finance-section .cw-blurb-wrapper:last-of-type {
  margin-bottom: 0;
}

.cw-finance-section .cw-blurb-wrapper .cw-blurb-icon-wrapper {
  padding: 10px;
  min-width: 80px;
  min-height: 80px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background-color: var(--color-theme-secondary);
  position: relative;
  z-index: 1;
}

.cw-finance-section .cw-blurb-wrapper .cw-blurb-icon-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/100B089485F1A83EBEE2E19AB92360DD.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 40%;
}

.cw-finance-section .cw-blurb-wrapper .cw-blurb-icon-wrapper i {
  font-size: 2em;
}

.cw-finance-section .cw-blurb-wrapper img {
  width: 50px;
  margin-right: 10px;
}

.cw-finance-section .cw-blurb-wrapper .cw-blurb-title {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .cw-finance-section .cw-finance-content-wrapper {
    padding-top: 0;
  }
}

.cw-about {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5em 0 0;
}

@media (min-width: 576px) {
  .cw-about img {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .cw-about {
    padding: 5em 0;
  }

  .cw-about img {
    width: 25%;
  }
}

.cw-about .expand {
  animation-name: expand;
  visibility: visible;
  animation-duration: 6s;
  animation-delay: 1s;
  margin: 1em auto;
  animation-fill-mode: both;
}

@keyframes expand {
  0% {
    width: 15px;
  }

  100% {
    width: 100%;
  }
}

.cw-about h3 {
  font-family: rokkitt, serif;
  font-size: 1.15rem;
  color: var(--color-theme-primary);
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2em;
  margin-bottom: 0;
}

.cw-about h3 span {
  font-size: 2rem;
  color: var(--color-theme-secondary);
  text-transform: uppercase;
  font-weight: 900;
}

@media (min-width: 992px) {
  .page-home .form .form-wrap {
    margin-top: -480px;
    width: 45%;
    margin-right: 2.5%;
    margin-left: auto;
  }

  .cw-about h3 {
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .page-home .form .form-wrap {
    margin-top: -460px;
  }
}

@media (min-width: 1200px) {
  .page-home .form .form-wrap {
    margin-top: -420px;
  }
}

.page-home .form {
  position: relative;
  margin-top: 0;
}

@media (max-width: 992px) {
  .page-home .form {
    position: relative;
    margin-top: 0.5rem;
  }
}

.page-home textarea.form-control {
  height: 100px;
}

.popular-vehicles-sections.container {
  margin-top: 5rem !important;
}

.popular-vehicles-section {
  padding: 2rem;
  background: linear-gradient(
      to bottom,
      rgba(20, 20, 20, 0.6),
      rgba(20, 20, 20, 0.6)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.popular-vehicles-section a {
  color: #fff !important;
}

.popular-vehicles-section a:hover {
  color: var(--color-theme-highlight) !important;
}

.cw-footer-svg {
  display: block;
  margin-bottom: -1px;
}

.cw-footer-svg .st2 {
  opacity: 0.64;
  fill: #7a0000;
}

.cw-footer-svg .st3 {
  fill: var(--color-theme-primary);
}

.cw-footer {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
}

.cw-footer .business-hours h2 {
  font-family: rokkitt, serif;
  font-size: 20px;
  text-transform: uppercase;
}

.cw-footer p {
  color: inherit;
}

.cw-footer .business-hours li {
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #7a0000;
}

.cw-footer .business-hours li:last-child {
  border-bottom: none;
}

.cw-footer .business-hours .opening-hours li.today {
  color: #9c9c9c;
}

.cw-footer iframe {
  border-radius: 1rem;
}

@media (min-width: 576px) {
  .cw-footer iframe {
    padding: 1rem;
    border-radius: 2rem;
  }
}

@media (max-width: 768px) {
  .business-hours p {
    font-size: 14px;
  }

  .business-hours li {
    font-size: 14px;
  }
}

/* Standard footer */
.footer {
  background-color: var(--color-theme-primary);
  padding-top: 0.5em;
  padding-bottom: 0;
  margin-top: 0;
}

.footer .nav-link {
  text-transform: uppercase;
}

/* Hiding default footer contact info */
.footer .footer-info-business {
  display: none;
}

.title .title-heading {
  font-weight: 900 !important;
  text-transform: uppercase;
  font-family: rokkitt, serif;
}

.title span.title-heading-container {
  font-family: rokkitt, serif;
  color: var(--color-theme-secondary);
}

section.inventory-search-module .form__wrapper {
  background-color: var(--color-theme-accent);
  border: none !important;
  padding: 20px;
}

.cw-arrow-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
}

.cw-arrow-link:after {
  content: "\00BB";
  position: relative;
  font-size: 2rem;
  margin-left: 0.5rem;
  top: 2px;
  line-height: 0;
}

body
  .vdp-module-canvas-razor-wrapper
  .btn-check:checked
  + .btn-outline-secondary {
  color: #fff;
  background-color: var(--color-theme-primary) !important;
  border-color: var(--color-theme-primary) !important;
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
  background: var(--color-theme-primary) !important;
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
  background-color: var(--color-theme-primary) !important;
  border-color: var(--color-theme-secondary) !important;
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: var(--color-theme-secondary) !important;
  color: var(--color-theme-secondary);
}

.dropdown.active .dropdown-toggle:after {
  color: #fff !important;
}

/* Used with JS to play animations when in view */
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* -------------------- VDP adjustments ---------------------- */

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_dropdown
  a:hover {
  color: var(--color-theme-secondary);
}

/* Sticky Nav Buttons  */
.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item {
  font-size: 1rem !important;
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item::before {
  background-color: var(--color-theme-primary);
}

/* VDP Dealership info mod  */
@media (max-width: 767px) {
  .vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .row > * {
    /* padding: 0 !important; */
  }
}

@media (max-width: 991px) {
  .vdp-module-canvas-razor-wrapper .vdp__container .vdp__dealerInfo__mod {
    margin-bottom: 0 !important;
  }
}

.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .store__hours {
  margin-bottom: 1em;
}

/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
  margin-bottom: 2em;
}

/* Contact Module */
.vdp-module-canvas-razor-wrapper .vdp__message__mod button.btn-primary::before {
  background: var(--color-theme-primary);
}

/* Loan App Mobile  */
.vdp-module-canvas-razor-wrapper .vdp__loanCalc__mod a.btn-primary::before {
  background: var(--color-theme-primary);
}

/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
  color: var(--color-theme-header);
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod button::before {
  background: var(--color-theme-primary);
}

/* Financing Button in details section */
.vdp-module-canvas-razor-wrapper .vdp__info__addt__mod a.btn-secondary {
  background: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__info__addt__mod a.btn-secondary::before {
  background: var(--color-theme-primary);
}

/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
  z-index: 1029;
}

/* resets z-index higher than navbar when a modal is open. */
.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
  z-index: 1055;
}

/* header on mobile*/
.page-inventory-details .cw-header {
  display: none;
}

@media (min-width: 992px) {
  .page-inventory-details .cw-header {
    display: block;
  }
}

.img-fluid {
  max-width: 90%;
  height: auto;
  padding-top: 12px;
}

/* Service Page */
.h2__title .page__title1__preHeadline {
  font-size: 1em;
  font-weight: 400;
}

.h2__title .page__title1 {
  font-size: 1.5em;
  line-height: 1;
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
}

.service__callout .callout__title {
  font-size: 2em;
}

.service__callout {
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CF8E28E42CF188F1F276D86F47E9FBC1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 3% 0;
  margin: 0 auto;
  max-width: 1500px;
}

.service__callout__wrapper {
  padding: 0 50px;
  position: relative;
  z-index: 1000;
}

.service__callout__wrapper .service__callout__item .service__callout__data {
  font-size: 4em;
  line-height: 1;
  font-weight: 700;
}

.repair__service__section {
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/152C9AA87AA265C396925C56AE5A1323.jpg");
  background-size: cover;
  min-height: 1200px;
  margin-top: 50px;
}

.repair__service__section .title__badge {
  margin-bottom: 5px;
}

.repair__service__section .title__badge span {
  background-color: var(--color-theme-secondary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  border: 2px solid var(--primary-dark-text);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.repair__service__section .repair__item__wrapper {
  margin-bottom: 40px;
}

.repair__service__section .repair__item__wrapper:last-of-type {
  margin-bottom: 0;
}

.repair__service__section .repair__item__wrapper .repair__item__content.txtL {
  text-align: left;
}

.repair__service__section .repair__item__wrapper .repair__item__content.txtR {
  text-align: right;
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
  padding: 10px;
  min-width: 80px;
  min-height: 80px;
  border: 1px solid var(--border);
  border-radius: 100%;
  background-color: var(--color-theme-primary);
  outline: 2px dashed var(--color-theme-primary);
  outline-offset: 5px;
}

.repair__service__section
  .repair__item__wrapper
  .repair__item__icon__wrapper.icon__left {
  margin-left: 10px;
}

.repair__service__section
  .repair__item__wrapper
  .repair__item__icon__wrapper.icon__right {
  margin-right: 10px;
}

.repair__service__section
  .repair__item__wrapper
  .repair__item__icon__wrapper
  img {
  max-width: 44px;
  max-height: 44px;
}

.repair__service__section .repair__item__wrapper .repair__item__headline {
  font-size: 20px;
  line-height: 1;
}

.repair__service__section .repair__item__wrapper .repair__item__subheadline {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.repair__service__section .shop__popular__links {
  -webkit-column-count: 3;
  column-count: 3;
  margin-bottom: 20px;
}

.repair__vehicle {
  max-height: 600px;
}

@media (max-width: 767px) {
  .repair__service__section .repair__item__wrapper .repair__item__headline,
  .repair__service__section .repair__item__wrapper .repair__item__subheadline {
    font-size: 14px;
  }

  .repair__service__section
    .repair__item__wrapper
    .repair__item__icon__wrapper {
    min-width: 50px;
    min-height: 50px;
  }

  .repair__service__section
    .repair__item__wrapper
    .repair__item__icon__wrapper
    img {
    max-width: 24px;
    max-height: 24px;
  }

  .repair__service__section {
    min-height: 1000px;
  }
}

@media (max-width: 576px) {
  .repair__service__section
    .repair__item__wrapper
    .repair__item__icon__wrapper {
    min-width: 24px;
    min-height: 24px;
  }

  .repair__service__section
    .repair__item__wrapper
    .repair__item__icon__wrapper
    img {
    max-width: 12px;
    max-height: 12px;
  }

  .repair__service__section
    .repair__item__wrapper
    .repair__item__icon__wrapper {
    padding: 5px;
    outline-offset: 2px;
    outline: 1px dashed var(--color-theme-primary);
  }

  .repair__service__section
    .repair__item__wrapper
    .repair__item__icon__wrapper.icon__right {
    margin-right: 0;
  }

  .repair__service__section
    .repair__item__wrapper
    .repair__item__icon__wrapper.icon__left {
    margin-left: 0;
  }

  .repair__service__section .repair__item__wrapper .repair__item__headline,
  .repair__service__section .repair__item__wrapper .repair__item__subheadline {
    font-size: 12px;
  }

  .repair__service__section .repair__item__wrapper {
    margin-bottom: 20px;
  }
}

.page-service-repair .form {
  padding-top: 0;
}

.page-service-repair .form .form-forms-header {
  display: none;
}

.page-service-repair .form .form-forms-spacer[size="small"] .spacer {
  display: none;
}

.page-service-repair .employees .card.employees-square {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.333333%;
  flex: 0 0 22.333333%;
  max-width: 22.333333%;
}

.service__hero {
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/B1DFD99679CC53E0E7B4B9710C6BBB96.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 70% auto;
  padding: 100px 0;
  position: relative;
  margin-top: 65px;
}

.service__hero__overlay {
  height: 120%;
  width: 100%;
  top: -50px;
  left: 0;
  position: absolute;
  background-color: transparent;
  background: -webkit-linear-gradient(
    160deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #a20c0c 50%,
    #7a0000 100%
  );
  background: -o-linear-gradient(
    160deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #a20c0c 50%,
    #7a0000 100%
  );
  background: linear-gradient(
    290deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #a20c0c 50%,
    #7a0000 100%
  );
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  opacity: 1;
}

.service__hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color: var(--white-txt);
}

.service__hero__content__wrapper {
  margin-right: 56%;
}

@media (max-width: 991px) {
  .service__hero__overlay {
    background: -webkit-linear-gradient(
      160deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 20%,
      #a20c0c 20%,
      #7a0000 100%
    );
    background: -o-linear-gradient(
      160deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 20%,
      #a20c0c 20%,
      #7a0000 100%
    );
    background: linear-gradient(
      290deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 20%,
      #a20c0c 20%,
      #7a0000 100%
    );
  }

  .service__hero__content__wrapper {
    margin-right: 25%;
    padding-right: 50px;
  }
}

@media (max-width: 567px) {
  .service__hero__overlay {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(0%, #a20c0c),
      to(#7a0000)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 0%,
      #a20c0c 0%,
      #7a0000 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 0%,
      #a20c0c 0%,
      #7a0000 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 0%,
      #a20c0c 0%,
      #7a0000 100%
    );
  }

  .service__hero {
    padding: 25px 0;
  }

  .service__hero__content__wrapper {
    padding-right: 0;
    margin-right: 0;
  }
}

.service__services {
  padding: 100px 0;
}

.service__services .repair__item__wrapper {
  margin-bottom: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service__services .repair__item__wrapper:last-of-type {
  margin-bottom: 0;
}

.service__services .repair__item__wrapper .repair__item__icon__wrapper {
  padding: 10px;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  border: 1px solid var(--border);
  border-radius: 100%;
  background-color: var(--color-theme-primary);
  outline: 2px dashed var(--color-theme-primary);
  outline-offset: 5px;
}

.service__services .repair__item__wrapper .repair__item__icon__wrapper img {
  max-width: 44px;
  max-height: 44px;
}

.service__services .repair__item__wrapper .repair__item__headline {
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
}

.service__services .repair__item__wrapper .repair__item__subheadline {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.service__services .repair__item__wrapper .repair__desc {
  margin-top: 10px;
}

.service__roadside {
  background-image: url("../../img/service/roadside-assist.jpg");
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/0BC5FAE47DB1A548340B3F140CB2EB10.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 70% auto;
  padding: 100px 0;
  position: relative;
}

.service__roadside__overlay {
  height: 120%;
  width: 100%;
  top: -50px;
  left: 0;
  position: absolute;
  background-color: transparent;
  background: -webkit-linear-gradient(
    20deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #a20c0c 50%,
    #7a0000 100%
  );
  background: -o-linear-gradient(
    20deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #a20c0c 50%,
    #7a0000 100%
  );
  background: linear-gradient(
    -290deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #a20c0c 50%,
    #7a0000 100%
  );
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  opacity: 1;
}

.service__roadside__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color: var(--white-txt);
}

.service__roadside__content__wrapper {
  margin-left: 56%;
}

@media (max-width: 991px) {
  .service__roadside__overlay {
    background: -webkit-linear-gradient(
      20deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 20%,
      #a20c0c 20%,
      #7a0000 100%
    );
    background: -o-linear-gradient(
      20deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 20%,
      #a20c0c 20%,
      #7a0000 100%
    );
    background: linear-gradient(
      -290deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 20%,
      #a20c0c 20%,
      #7a0000 100%
    );
  }

  .service__roadside__content__wrapper {
    margin-left: 25%;
    padding-left: 50px;
  }
}

@media (max-width: 567px) {
  .service__roadside__overlay {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(0%, #a20c0c),
      to(#7a0000)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 0%,
      #a20c0c 0%,
      #7a0000 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 0%,
      #a20c0c 0%,
      #7a0000 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 0%,
      #a20c0c 0%,
      #7a0000 100%
    );
  }

  .service__roadside {
    padding: 25px 0;
  }

  .service__roadside__content__wrapper {
    padding-left: 0;
    margin-left: 0;
  }
}

.service__callout .callout__title {
  font-size: 2em;
}

.service__callout__wrapper {
  padding: 0 50px;
  position: relative;
  z-index: 1000;
}

/* Service Grid */
.cw-homepage-service-grid {
  margin-top: 10px;
  position: relative;
}

.cw-homepage-service-grid .container {
  max-width: 1500px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.cw-homepage-service-grid .cw-preline {
  font-size: 1rem;
  position: relative;
  color: var(--color-theme-text);
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 5px;
}

.cw-homepage-service-grid .cw-preline::before {
  content: "";
  background-repeat: no-repeat;
  width: 80px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1;
  background-size: 80px 8px;
}

.cw-homepage-service-grid .cw-headline {
  font-size: 1.25rem;
  line-height: 0.9;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cw-homepage-service-grid .cw-title-default .cw-preline {
  color: var(--color-theme-primary);
}

.cw-homepage-service-grid .cw-title-default .cw-headline {
  color: var(--color-theme-text);
}

.cw-homepage-service-grid .cw-title-default.text-center .cw-preline::before {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cw-homepage-service-grid a.btn-link {
  color: #fff;
}

.cw-homepage-service-grid a.btn-link:hover {
  color: var(--color-theme-highlight);
}

.cw-homepage-service-grid .cw-shape-effect-top {
  position: absolute;
  max-width: 350px;
  top: -80px;
  left: -200px;
  z-index: 500;
}

.cw-homepage-service-grid .cw-overlay {
  background: linear-gradient(0deg, #00000070 0%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cw-homepage-service-grid .cw-parallax {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-color: var(--color-theme-primary);
  padding: 105px 0 130px;
  margin-bottom: 30px;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B8BC7212D008C502BF96DC753F53E840.jpg");
}

.cw-homepage-service-grid .cw-parallax .container {
  position: relative;
  z-index: 2;
}

.cw-homepage-service-grid .cw-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(6, auto);
  gap: 1rem;
}

.cw-homepage-service-grid .cw-grid-wrapper .cw-grid-item {
  background: linear-gradient(0deg, #404040 0%, #2d2d2e 100%);
  padding: 20px;
  height: auto;
  min-height: 150px;
  border-radius: 10px;
  --cw-wedge-size: 40px;
  -webkit-clip-path: polygon(
    calc(100% - var(--cw-wedge-size)) 0,
    100% var(--cw-wedge-size),
    100% 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    calc(100% - var(--cw-wedge-size)) 0,
    100% var(--cw-wedge-size),
    100% 100%,
    0 100%,
    0 0
  );
}

.cw-homepage-service-grid .cw-grid-item .cw-blurb-preline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--color-theme-secondary);
}

.cw-homepage-service-grid .cw-grid-item .cw-blurb-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #eff1f3;
}

.cw-homepage-service-grid .cw-grid-item .cw-blurb-list {
  margin-bottom: 20px;
  color: #eff1f3;
}

.cw-homepage-service-grid .cw-grid-item.cw-grid-image-1 {
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/01AAF7A5460CFA28814E488CDEB53044.jpg");
  background-size: cover;
  opacity: 0.9;
}

.cw-homepage-service-grid .cw-grid-item.cw-grid-image-2 {
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/2DBF5326F00B77E9FF1950E41AFE5E43.jpg");
  background-size: cover;
  opacity: 0.9;
}

.cw-homepage-service-grid .cw-grid-item.cw-grid-image-3 {
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/9531DD7958CD935406DC962C8FE1E241.jpg");
  background-size: cover;
  opacity: 0.9;
}

@media (min-width: 350px) {
  .cw-homepage-service-grid .cw-headline {
    font-size: 2rem;
  }

  .cw-homepage-service-grid .cw-preline {
    font-size: 1.25rem;
  }

  .cw-homepage-service-grid .cw-grid-item .cw-blurb-title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .cw-homepage-service-grid .cw-headline {
    font-size: 3rem;
  }

  .cw-homepage-service-grid .cw-preline {
    font-size: 1.5rem;
  }

  .cw-homepage-service-grid .cw-shape-effect-top {
    top: -100px;
    max-width: 500px;
  }

  .cw-homepage-service-grid .cw-grid-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
  }

  .cw-homepage-service-grid .cw-grid-wrapper .cw-grid-item {
    padding: 30px;
  }

  .cw-homepage-service-grid .cw-grid-item .cw-blurb-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .cw-homepage-service-grid .cw-grid-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
  }
}

@media (min-width: 1200px) {
  .cw-homepage-service-grid .cw-grid-wrapper .cw-grid-item {
    padding: 50px;
  }

  .cw-homepage-service-grid .cw-grid-item .cw-blurb-title {
    font-size: 2rem;
  }
}

.sitemap-container.container {
  /* margin-top: 50px; */
}

section.termsandconditions.tcpp {
  /* margin-top: 50px; */
}

.page-detailing .detailedlist {
  padding-bottom: 0 !important;
}
