@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: var(--cw-light-secondary);
}

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: var(--cw-light-secondary) !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;
}

.dropdown-toggle::after {
  color: var(--color-theme-highlight);
}

.dropdown-toggle.active::after,
.dropdown.active .dropdown-toggle:after {
  color: var(--color-theme-primary);
}

.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;
}

/* Custom header */
:root {
  /* "Enter your desired max logo width. Adjust in media queries as needed."; */
  --cw-logo-width: 250px;
  /* "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;
  /* "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: #fff;
  z-index: 2;
  text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.cw-header .cw-header-contact a {
  color: inherit;
  text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.cw-header .cw-header-contact a:hover {
  color: var(--color-theme-highlight);
}

.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: var(--color-theme-highlight);
}

.cw-header .cw-header-contact .cw-phone:before {
  font-family: FontAwesome;
  content: "\f095";
  margin-right: 0.5rem;
  font-weight: 400;
  color: var(--color-theme-highlight);
}

.cw-header .cw-header-contact .cw-facebook:before {
  font-family: FontAwesome;
  content: "\f09a";
  margin-right: 0.5rem;
  font-weight: 400;
  color: var(--color-theme-highlight);
}

@media (min-width: 768px) {
  :root {
    --cw-logo-width: 200px;
    --cw-logo-height: 50px;
  }

  .header .header-container {
    display: flex;
    flex-flow: column-reverse;
  }

  .page-home .header .header-container {
    position: relative;
    z-index: 105;
  }

  .cw-header .cw-flex-row {
    display: flex;
    flex-flow: row;
    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: 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);
  }

  .cw-header .cw-header-contact {
    text-align: right;
    padding-left: var(--cw-logo-offset);
  }



  .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-ss-slide-1 {
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F499E72448CF5EDCA32462C38D214968.jpg");
}
.cw-ss-slide-2 {
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/492A4FF48AA925D0FD6EC4F6B84DB37F.jpg");
}
.cw-ss-slide-3 {
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/9387A5F068A942368D8FF04E07150DD1.jpg");
}
@media (min-width: 992px) {
  .cw-ss-slide-1 {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 65%,
        rgba(0, 0, 0, 0.95) 100%
      ),
      url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F499E72448CF5EDCA32462C38D214968.jpg");
  }
  .cw-ss-slide-2 {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 65%,
        rgba(0, 0, 0, 0.95) 100%
      ),
      url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/492A4FF48AA925D0FD6EC4F6B84DB37F.jpg");
  }
  .cw-ss-slide-3 {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 65%,
        rgba(0, 0, 0, 0.95) 100%
      ),
      url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/9387A5F068A942368D8FF04E07150DD1.jpg");
  }
}
.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: 10%;
  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: var(--color-theme-primary);
}

.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: var(--color-theme-primary);
  }

  .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: var(--cw-light-secondary);
  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: var(--cw-light-secondary) !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: var(--cw-light-secondary);
}

.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 var(--cw-light-secondary);
}

.cw-footer .business-hours li:last-child {
  border-bottom: none;
}

.cw-footer .business-hours .opening-hours li.today {
  color: var(--cw-light-secondary);
}

.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: var(--color-theme-secondary) !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);
}

@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;
  }
}
