  /* ---------- Header wrapper (UNCHANGED) ---------- */
  .cw-custom-header {
    background: #131313;
    padding: 2.5rem 0;
    color: #fff;
    position: relative;
    overflow: visible;
  }

  .cw-custom-header .container {
    position: relative;
  }

  /* ---------- Socials: UPDATED TO RED BOX + BLACK ICON (ONLY THIS CHANGED) ---------- */
  .cw-socials {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .cw-socials a {
    text-decoration: none;
    display: block;
    width: 37px;
    height: 37px;
    /* box height */
    background: #BC1B1B;
    /* red box */
    border-radius: 4px;
    /* slight rounding */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, transform .12s;
  }

  .cw-socials a i {
    font-size: 22px;
    color: #000;
    /* black icon */
    line-height: 1;
  }

  /* Hover effect: white box + red icon (matches theme) */
  .cw-socials a:hover {
    background: #fff;
    transform: translateY(-2px);
  }

  .cw-socials a:hover i {
    color: #BC1B1B;
  }

  .cw-phone a {
    color: #fff !important;
  }

  /* ---------- Contact info (UNCHANGED) ---------- */
  .cw-contact-info {
    text-align: center;
    z-index: 2;
  }

  .cw-contact-info .cw-location {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .25rem;
  }

  .cw-address {
    font-size: 14px;
    margin: .35rem 0 0 0;
    font-weight: 400;
  }

  .cw-phone {
    font-size: 22px;
    margin-top: .5rem;
    font-weight: 400;
  }

  /* Center spacer (prevents left/right from overlapping the centered logo) */
  .cw-center-spacer {
    min-height: 1px;
  }

  /* ---------- Logo absolutely centered over container (UNCHANGED) ---------- */
  .cw-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cw-logo a {
    pointer-events: auto;
    display: block;
  }

  .cw-logo img {
    width: 200px;
    max-width: 28vw;
    height: auto;
    display: block;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  }

  /* ---------- Business hours (UNCHANGED) ---------- */
  .cw-businessHours {
    text-align: center;
    z-index: 2;
  }

  .cw-businessHours .bh-title {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: .35rem;
    color: #fff;
    border: none !important;
  }

  .cw-businessHours .c-table {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 3px 0;
    border-bottom: 1px dotted #BC1B1B;
  }

  .cw-businessHours {
    width: 100%;
  }

  .cw-businessHours .c-table {
    text-align: left !important;
  }

  .cw-businessHours .c-table:last-child {
    border-bottom: 0;
    padding-bottom: .35rem;
  }

  .business-hours li {
    display: flex;
    justify-content: space-between;
  }

  /* keep columns from visually colliding with logo by adding small vertical padding (UNCHANGED) */
  .cw-custom-header .container>.row>[class*="col-"] {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  /* ---------- Responsive: stack nicely on small screens (UNCHANGED) ---------- */
  @media (max-width: 991.98px) {
    .cw-logo {
      position: static;
      transform: none;
      margin: 0 auto 1rem auto;
      pointer-events: auto;
    }

    .cw-logo img {
      width: 160px;
      max-width: 40vw;
    }

    /* on narrow screens, keep icons in a row */
    .cw-socials {
      flex-direction: row;
      gap: .6rem;
    }

    .cw-businessHours .c-table {
      font-size: 13px;
    }

    /* keep readable */
    .text-lg-start {
      text-align: center !important;
    }
  }

  /*Hero*/
  .hero__section {
    position: relative;
    z-index: 1;
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/89F9AADC4A8ED9A4D5F5320DD18FC25E.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .hero__section .hero__wrapper {
    width: 100%;
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-theme-text);
    overflow: hidden;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
  }

  .hero__section .section__title__hero {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
  }

  .hero__section .section__title__headline {
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.25;
    background: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
  }

  .hero__section .section__title__headline2 {
    font-size: 3.5rem;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  @media (max-width: 400px) {
    .hero__section .section__title__headline {
      font-size: 1rem;
    }

    .hero__section .section__title__headline2 {
      font-size: 2.5rem;
    }
  }

  /* Search Module */
  section.inventory-search-module>.container {
    max-width: 1320px !important;
  }

  /*H1 - Title*/
  .page-home .title-heading {
    font-size: 36px;
    text-align: center;
  }

  .inventoryslideshow .inventoryslideshow-title-heading {
    text-align: left !important;
    font-weight: 400;
  }


  /*VDP*/

  /* .vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
    background-color: #B21518 !important;
    border-color: #B21518 !important;
  }

  .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
    border-color: #B21518 !important;
    color: #fff !important;
  }

  .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
    background: #B21518 !important;
  }

  .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
    background-color: #B21518 !important;
  } */

  .vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
    background-color: #272727 !important;
  }


  .btn-outline-secondary {
    background-color: #B21518 !important;
    border-color: #fff !important;
    color: #fff !important;
  }

  .btn-outline-secondary::before {
    background: transparent !important;
  }

  .btn-outline-secondary:hover {
    background-color: #fff !important;
    border-color: #B21518 !important;
    color: #B21518 !important;
  }












  /* ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------- */






  .cw-textImage {
    padding: 3.5em 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(100, 100, 100, .5), rgba(255, 255, 255, .3)), url("https://cdn.powersports.com/cdn-cgi/image/h=540,w=720/47CE56C65C845FCF24225017F1FB14A1.jpg") center;
    background-size: cover;
    overflow: hidden;
  }

  .cw-textImage img {
    margin-bottom: 2rem;
  }

  .cw-textImage h3 {
    margin-bottom: 1rem;
  }

  @media (min-width: 992px) {
    .cw-textImage h3 {
      margin-bottom: 1rem;
      font-size: 2rem;
    }

    .cw-textImage img {
      margin-bottom: 0;
    }
  }

  @media (min-width: 1440px) {
    .cw-textImage {
      background-attachment: fixed;
    }
  }

  .cw-about-logo {
    width: 50%;
    max-width: 320px;
    display: block;
    margin: 0 auto;
  }

  .cw-textImage .row>.col-lg-6.order-lg-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  @media (max-width: 991.98px) {
    .cw-textImage .row>.col-lg-6.order-lg-2 {
      display: block;
      text-align: center;
    }

    .cw-about-logo {
      margin: 0 auto 2rem;
    }
  }

  /* -------------------- Fancy Buttons ---------------------- */
  .cw-primary-button,
  .cw-secondary-button {
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding: 0.8rem 2.1rem;
    background-image: linear-gradient(135deg,
        var(--color-theme-primary) 0%,
        var(--color-theme-primary) 50%,
        transparent 51%,
        transparent 100%);
    background-size: 230%;
    background-position: 130%;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    transition-property: background-position, border, color;
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .cw-primary-button {
    color: var(--color-theme-text-btn);
    border: 1px solid var(--color-theme-primary);
    background-color: var(--color-theme-primary);
  }

  .cw-secondary-button {
    color: var(--color-theme-primary);
    border: 1px solid var(--color-theme-text-btn);
    background-color: var(--color-theme-text-btn);
  }

  .cw-primary-button:hover,
  .cw-secondary-button:hover {
    border: 1px solid var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    background-position: 0%;
  }

  .cw-primary-button:hover:before {
    background-color: var(--color-theme-text-btn);
  }

  .cw-primary-button:hover:after {
    background-color: var(--color-theme-text-btn);
  }

  .cw-button-borders {
    position: relative;
    width: fit-content;
    height: fit-content;
  }

  .cw-button-borders:before {
    content: "";
    position: absolute;
    width: calc(100% + 0.5em);
    height: 50%;
    left: -0.3em;
    top: -0.3em;
    border: 1px solid var(--color-theme-text-btn);
    border-bottom: 0;
  }

  .cw-button-borders:after {
    content: "";
    position: absolute;
    width: calc(100% + 0.5em);
    height: 50%;
    left: -0.3em;
    bottom: -0.3em;
    border: 1px solid var(--color-theme-text-btn);
    border-top: 0;
    z-index: 0;
  }

  .cw-button-borders.cw-invert:before {
    border-color: var(--color-theme-primary);
  }

  .cw-button-borders.cw-invert:after {
    border-color: var(--color-theme-primary);
  }

  /* ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------- */
  /* Main Background */
  .cw-main-background {
    padding: 2em;

 background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(100, 100, 100, .5), rgba(255, 255, 255, .3)), url("https://cdn.powersports.com/cdn-cgi/image/h=540,w=720/47CE56C65C845FCF24225017F1FB14A1.jpg");
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;

  }

  /* Body Styles */
  .cw-body-style {
    margin-bottom: 1em;
    width: 100%;
    min-height: 185px;
    background: #222;
    border: 1px solid #000;
    box-shadow: 0px 3px 3px #000;
  }

  .cw-body-style h5 {
    font-family: "Roboto", sans-serif;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 0.25em 0.5em;
 background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(100, 100, 100, .5), rgba(255, 255, 255, .3)), url("https://cdn.powersports.com/cdn-cgi/image/h=540,w=720/47CE56C65C845FCF24225017F1FB14A1.jpg");
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
    margin-top: 0;
    box-shadow: 0 2px 2px #000;
  }

  .cw-body-style span {
    color: #bc1b1b;
  }

  .cw-search-buttons a {
    display: block;
    color: #888 !important;
    padding: 0.5em;
    margin-top: 0.2em;
    font-size: 1.15em;
    font-weight: 600;
  }

  .cw-search-buttons a img {
    margin-right: 0.5em;
  }

  .cw-search-buttons a:hover {
    color: #fff !important;
  }

  /* Slideshow */
  .cw-main-slideshow .carousel-item img {
    width: 100%;
    display: block;
    position: relative;
    border: 1px solid #000;
    box-shadow: 5px 5px 5px #000;
  }

  .cw-slideshowTitle {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(200, 0, 0, 0.75);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    padding: 0.5em 0;
    margin-bottom: 0;
    text-shadow: 2px 2px 1px #000;
    border: 1px solid #000;
    border-top: none;
  }

  @media (min-width: 440px) {
    .cw-body-style h5 {
      font-size: 1.5em;
    }

    .cw-search-buttons a {
      font-size: 1.25em;
    }
  }

  /* ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------- */



  /* ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------- */