.motocross button.btn.btn-info.btn-sm.ml-1.mb-1 {
    background-color:#ddeb00;
    color: black;
    border-color: #ddeb00
}

.motocross button#form-submit-2599-new-250 {
    background-color:#ddeb00;
    color: black;
    border-color: #ddeb00
}

.motocross button#form-reset-2599-new-250 {
    background-color:white;
    color: black;
    border-color: white
}

.motocross div#OverviewOptions {
    background: black;
}

.motocross .lp-product .promo-video .video .poster .cta .play-btn:hover {
    background-color: #ddeb00;
}

.motocross .lp-product .promo-video .video .poster .cta .play-btn i{
    color: #000;
}

.motocross .lp-product .promo-video .video .poster .cta .play-btn {
    width: 100px;
    height: 100px;
    padding: 0;
    background-color: #ddeb00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: background 250ms,border-color 250ms;
    -moz-transition: background 250ms,border-color 250ms;
    -o-transition: background 250ms,border-color 250ms;
    transition: background 250ms,border-color 250ms
}

.motocross .lp-product .carousel-control-next .carousel-control-next-icon:hover,.lp-product .carousel-control-prev .carousel-control-prev-icon:hover {
    background-color: #ddeb00;
    border-color: #ddeb00;
    outline-color: #ddeb00;
}

.motocross .lp-product .carousel-control-next .carousel-control-next-icon,.lp-product .carousel-control-prev .carousel-control-prev-icon {
    background-size: 15px;
    background-color: #ddeb00;
    border: 2px solid #ddeb00;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    transition: background 250ms,border-color 250ms
}

.motocross .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.motocross .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.motocross a {
  color: #ddeb00
}

.motocross span {
  color: white
}

.motocross small {
  color: white
}

.motocross p {
  color: white
}

.motocross h1 {
  color: white
}

.motocross h2 {
  color: white;
  font-size: 35px;
}

.motocross h3 {
  color: white;
  font-size: 23px;
}

.motocross .return-to-model-list {
  color: #f0ff00 !important;
  text-decoration: none;
}

.motocross .return-to-model-list:hover {
  text-decoration: underline;
}

.motocross .AudiBreadcrumb li:first-child a {
  color: #f0ff00 !important;
}

.motocross .AudiBreadcrumb li:not(first-child) a:after {
  background-color: #f0ff00 !important;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  transition: width .25s ease-in-out;
  width: 0;
  top: 49px
}

.motocross h1::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 80px;
  top: 100%;
  background: #f0ff00 !important;
}

.motocross .banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 580px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.motocross .banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.motocross .banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 600px;
  padding: 20px;
}

.motocross .banner h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.motocross .banner p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.motocross .banner .btn {
  font-size: 1.1rem;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  color: black;
  background-color: #f0ff00;
  border-color: #f0ff00;
}

.motocross .banner .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .motocross .banner {
    min-height: 300px;
  }

  .motocross .banner h1 {
    font-size: 2.5rem;
  }

  .motocross .banner p {
    font-size: 1.1rem;
  }

  .motocross .banner .btn {
    font-size: 1rem;
    padding: 10px 25px;
  }
}

@media (max-width: 576px) {
  .motocross .banner {
    min-height: 250px;
  }

  .motocross .banner h1 {
    font-size: 2rem;
  }

  .motocross .banner p {
    font-size: 1rem;
  }

  .motocross .banner-content {
    padding: 15px;
  }
}