/** Shopify CDN: Minification failed

Line 210:5 Unexpected "/"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.header__search-bar-wrapper {
  visibility: hidden;
  position: absolute;
  padding: 0 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--header-background);
  z-index: -1;
  transition: visibility 0.25s ease-in-out, margin-bottom 0.25s ease-in-out;
}
.header__action-item .cm_desktop-hide {
  display: block !important;
}
header.header,
header.header nav.nav-bar {
  background: transparent;
  border: none;
}
header.header .nav-bar:after {
  content: unset;
}

.VideoCustomSection video {
  width: 100%;
}

.template-index  .shopify-section-group-header-group.shopify-section__header {
  position: absolute !important;
  width: 100%;
  margin: auto;
  z-index: 9 !important;
}

.template-index  .CustomAppsSection.container div#cm-ymm {
  position: absolute;
  top: 126px;
  z-index: 9;
  width: 100%;
  right: 0;
}
.CustomAppsSection.container div#cm-ymm .cm_vehicle-widget__home {
  background: transparent;
}

.template-index .CustomAppsSection.container
  div#cm-ymm
  .cm_vehicle-widget__home
  .cm_vehicle-widget_title {
  color: white;
}

.template-index .header__inner {
  color: white;
}

body:not(.template-index) .nav-bar__logo img.header__logo-image {
    filter: invert(1);
}

body:not(.template-index) .header__logo.MobileLogo img.header__logo-image {
    filter: invert(1);
}

section.section.VideoCustomSection.section--text-centered {
  margin: 0;
}
.VideoCustomSection .video-wrapper:after {
  content: unset;
  display: block;
  padding-bottom: 56.25%;
}

.VideoCustomSection:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000005c;
}

.VideoCustomSection {
  position: relative;
}
.VideoCustomSection--header {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: center;
}

.VideoCustomSection--header h2.heading.h3 {
    max-width: 950px;
    margin: auto;
    color: #fff;
    font-size: 19px;
    /* margin-bottom: 70px; */
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    letter-spacing: 7px;
}


@media (max-width: 767px) {
  .header__inner {
    display: grid;
    grid-template-columns: 1fr 2fr 4fr 1fr;
  }
  .DesktopLogo {
    display: none;
  }

.template-index   .cm_vehicle-widget__home .cm_vehicle-widget_header .cm_icon {
    fill: #fff !important;
  }
 .template-index  .cm_vehicle-widget__home .cm_vehicle-widget_header-label,
 .template-index  .cm_vehicle-widget__home .cm_vehicle-widget_title {
    color: #fff !important;
    font-size: 13px;
    padding: 0 1rem;
  }
 .template-index  .shopify-section-group-header-group.shopify-section__header {
    top: 56px !important;
  }
 .template-index  .CustomAppsSection.container div#cm-ymm {
    top: 110px;
  }
  .VideoCustomSection video {
    width: 100%;
    min-height: 40vh;
    object-fit: cover;
  }
 .VideoCustomSection--header h2.heading.h3 {
    font-size: 14px;
    max-width: 90%;
    letter-spacing: 6px;
}
}

@media (min-width: 767px) {
 .template-index  .shopify-section-group-header-group.shopify-section__header {
    top: 42px !important;
  }
  .MobileLogo {
    display: none;
  }
  header.header.header--inline .nav-bar__inner .container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    grid-gap: 1rem;
  }
  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .nav-bar__left,
  .nav-bar__right {
    display: flex;
  }

  .nav-bar__linklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .nav-bar__item {
    margin-right: 15px;
  }

  .nav-bar__logo {
    margin: 0 20px;
    text-align: center;
    flex-grow: 1;
  }

  /* .nav-bar__logo img {
    max-height: 50px; /* Adjust as needed */
  } */
}
