/** Shopify CDN: Minification failed

Line 25:2 Unexpected "{"
Line 25:3 Unexpected "%"
Line 33:8 Expected ":"

**/
/* Footer */
.type-banner {
  flex: 1 0 100%;
}
.footer__title {
  font-weight: bold;
  font-size: var(--typeBaseSize);
}

/* Button animation */
.hero.loaded .slideshow__slide.is-selected .hero__link .btn:hover,
.btn:hover {
  transform: scale(1.05) !important;
  transition: transform 0.3s ease !important;
}

/* Header and Nav customisations */
  {% liquid
    if page.handle contains 'checkout'
style
header {
    background-size: auto!important;
    background-repeat: no-repeat!important;
    height: 125px!important;
}
endstyle
endif
  %}

.js-search-header {
  display: none;
}
.tmenu_content p {
  font-weight: 500;
  margin-bottom: 20px;
}
.tmenu_content h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 5px;
}
.tmenu_content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.tmenu_product-left .tmenu_product_body {
  width: 100%;
}
.tmenu_item_level_2 .tmenu_nav .tmenu_item_text {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px;
}
.tmenu_submenu_type_tab .tmenu_submenu_tab_control {
  padding-left: 110px !important;
  padding-top: 15px !important;
}
.tmenu_product_title,
.tmenu_collection--left .tmenu_item_text {
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 25px;
  border-bottom: solid 1px #e5e2e2;
}
.tmenu_product_title {
    padding-bottom: 4px;
}
.tmenu_product_price {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.tmenu_item_link .tmenu_item_badge {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 20px !important;
}
.tmenu_item_text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  border-top: 1px solid #e5e2e2;
  padding-top: 10px;
}
.tmenu_collection--left .tmenu_item_text {
    text-wrap: wrap;
    text-align: left;
    margin-bottom: auto;
}
.tmenu_submenu_type_mega .tmenu_item_layout_block .tmenu_submenu>.tmenu_item a{
    padding-left: 10px !important;
  padding-right: 10px !important;
}

/*submenu */
.tmenu_col
  .tmenu_submenu_tab_item
  .tmenu_submenu--desktop
  .tmenu_item_link
  .tmenu_item_text {
  font-weight: 500;
}
.tmenu_item_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.tmenu_submenu_tab_control .tmenu_indicator_icon svg {
  display: none;
}

/* mobile menu */
.tmenu_item_mobile .tmenu_item_link,
.site-header__drawer {
  background-color: #ffffff;
}
.tmenu_app_mobile .tmenu_item_mobile {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  background-color: #ffffff;
}
.navigation-divider a {
  width: 310%;
  overflow: hidden;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-color: #ffffff;
}
.tmenu_app_mobile .menu-get-started .tmenu_item_text {
  color: #d8d3d4 !important;
}
.tmenu_item_mobile.tmenu_item_active > .tmenu_item_link,
.tmenu_item_mobile .tmenu_item_active > .tmenu_item_link {
  background-color: #ffffff !important;
}
.tmenu_item_mobile .tmenu_item_badge {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 20px !important;
}
.tmenu_submenu--mobile .tmenu_item_level_2 .tmenu_item_text {
  font-size: 26px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px !important;
}
.tmenu_submenu--mobile .tmenu_item_level_2 a {
  padding: 0;
}
.tmenu_submenu--mobile .tmenu_product-left,
.tmenu_submenu--mobile .tmenu_collection--left,
.tmenu_submenu--mobile .tmenu_image--left {
  padding-bottom: 40px;
}
.tmenu_submenu--mobile .tmenu_product_title,
.tmenu_submenu--mobile .tmenu_collection--left .tmenu_item_text {
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 25px !important;
}
.tmenu_submenu--mobile .tmenu_collection--left .tmenu_item_text {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px !important;
}
.tmenu_submenu--mobile .tmenu_product_price {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 19px !important;
}
.tmenu_submenu--mobile .tmenu_item_text h3 {
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 25px;
}
.tmenu_item_mobile .tmenu_custom_content {
    padding-left: 0!important;
}
.tmenu_submenu--mobile .tmenu_item_text p {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 19px !important;
}
.tmenu_submenu--mobile .tmenu_item_text p {
  border-top: none;
}
.tmenu_submenu_tab_position_left .tmenu_col-3+.tmenu_submenu_tab_content {
    padding-bottom: 32px;
}

/* Collection Page */
@media only screen and (min-width: 769px) {
  .hero__sidebyside-image {
    flex: 0 1 40%;
  }
      .collection-sidebar__group .collapsible-trigger-btn span {
        font-weight: 600!important;
    }
  .filter-form span {
    font-size: 16px !important;
  }

  .collection-filter__item--right {
    display: none !important;
  }
  .grid-product__tags {
    display: flex;
    flex-flow: wrap;
  }
  .grid-product__tag {
    border-radius: 20px;
    background-color: #000000;
    color: #ffffff;
  }
  .grid-product__price,
  .grid-product__price span {
    font-size: 18px !important;
    font-weight: 700 !important;
    text-align: left;
    padding-top: 8px;
  }
  .grid-product__price--original {
    color: #67cadc;
  }
  .grid-item__meta {
    margin: 0;
  }
  .product-grid-item {
    margin: 6px;
    padding: 16px;
    border: 1px solid #e5e2e2;
    border-radius: 8px;
  }
  .grid-item__content,
  .grid__image-ratio {
    border-radius: 10px;
  }
  .grid-item__meta-secondary {
    text-align: right;
  }
  .pagination-pages {
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .pagination-pages span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 5px 0 5px;
  }
  .grid-product--description {
    margin-top: 15px;
  }
  /* .view-details-button {
    margin-top: 15px;
    border-top: 1px solid #e5e2e2;
  }*/
  .view-details-button a {
    margin-top: 15px;
    border-radius: 50px;
    background: #00c1dc;
    color: #fff;
    font-size: 14px !important;
    display: flex;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .product-grid-item .grid-item__meta {
    margin: 0;
  }
  .no-products-collection img {
    margin: auto;
    padding-bottom: 15px;
  }
  .no-products-collection-1 {
    color: #000000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    width: 50%;
    margin: auto;
    padding-bottom: 20px;
  }
  .no-products-collection-2 {
    color: #aaa0a1;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 50%;
    margin: auto;
  }
  .grid-item__meta-secondary {
    margin-top: 0px;
  }
  #shopify-section-template--22393987596608__slideshow_split_zWxRLg h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 80px;
  }
  #shopify-section-template--22393987596608__slideshow_split_zWxRLg
    .hero__subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
  #shopify-section-template--22393987465536__collection-header
    .section-header__title {
    font-size: 48px;
    font-weight: 900;
    line-height: 52px;
    color: #000000;
    padding-bottom: 16px;
  }
  #shopify-section-template--22393987465536__collection-header .section-header {
    color: #000000;
  }
  #shopify-section-template--22393987465536__main-collection h3 {
    font-size: 26px;
    font-weight: 700;
  }
  #shopify-section-template--22393987465536__main-collection h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }
  #shopify-section-template--22393987465536__main-collection span {
    font-size: 18px;
    font-weight: 400;
  }
  #shopify-section-template--22393987465536__featured_collection_H3gUNF h4 {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
  }
  #shopify-section-template--22393987465536__featured_collection_H3gUNF span {
    font-size: 18px;
    font-weight: 900;
  }
  #shopify-section-template--22393987465536__featured_collection_H3gUNF h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
  }
}
@media only screen and (max-width: 769px) {
  html,
  body {
    overflow-x: hidden;
  }
    .grid-item__meta {
    margin-bottom: 0px;
}
  .grid-product__price--original {
    color: #67cadc;
  }
  #shopify-section-template--22393987596608__slideshow_split_zWxRLg h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
  }
  #shopify-section-template--22393987465536__collection-header
    .section-header__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    padding-bottom: 16px;
  }
  #shopify-section-template--22393987465536__collection-header .section-header {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 25px;
  }
  .section-header p {
    margin: 0;
  }
  #shopify-section-template--22393987465536__collection-header
    .section-header
    p
    .medium-up--hide {
    padding-top: 25px;
  }
  #shopify-section-template--22393987465536__main-collection
    .index-section
    img {
    margin: auto;
  }
  .grid-product--passenger,
  .grid-product--description,
  .grid-product--condition {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
  #shopify-section-template--22393987465536__main-collection
    .grid-product__price
    span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 12px;
  }
  .grid-product__tag {
    border-radius: 40px;
    background: #0f1f30;
  }
  .product-grid-item {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e5e2e2;
    background: #fff;
  }
  .pagination-pages {
    margin: auto;
  }
  #shopify-section-template--22393987465536__main-collection
    .pagination-pages
    span {
    font-size: 18px;
    font-weight: 400;

    padding-right: 10px;
  }
  .view-details-button {
    margin-top: 30px;
    border-radius: 50px;
    background: #00c1dc;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    padding: 14px 32px;
  }
  .view-details-button a {
    font-size: 16px !important;
    font-weight: 500 !important;
  }
  .hero__sidebyside-content-inner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .collection-filter__inner:after {
    background: none;
  }
}

/* Product */
h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
.grid-product__title h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 25px !important;
}
.template-suffix-refurb .grid-product__title h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}
h4 {
  margin-bottom: 5px;
}
.grid-product--passenger, 
.grid-product--condition {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.grid-product--description {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.subscribe-button .btn--secondary,
.book-test-ride .btn--secondary {
  border: 1px solid #00c1dc;
  color: #00c1dc;
  font-weight: 400;
}
.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f7f6f6;
  border-radius: 8px;
}
.box {
  flex: 50%;
  padding: 16px;
  min-width: 155px;
}
.top-row {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}
.top-row img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: 4px;
}
.bottom-row {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.sales-point {
  width: 250px;
  padding: 16px;
  border-radius: 8px;
  background: var(--Neutral-Gray-gray-50, #f7f6f6);
}
.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.product-single__title,
.product-block .product__price {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}
.product-block--header,
.product-block--price {
  margin-bottom: 5px;
}
.grid-product--passenger,
.grid-product--condition {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#shopify-section-template--15148900647006__sub .collapsible-trigger {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}
#Product-content-description9226118725952 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#shopify-section-template--22393987957056__text_columns_cUNwxN .h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
#shopify-section-template--22393987957056__text_columns_cUNwxN .rte-setting {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.collapsible-content--all.is-open {
  border-bottom: none;
  border-color: none;
}
#shopify-section-template--22393987957056__rich_text_B6B9Hw h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
#shopify-section-template--22393987957056__text_columns_7RtfYX h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
#shopify-section-template--22393987957056__text_columns_7RtfYX .rte--block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
#shopify-section-template--22393987957056__faq_6BpD4V h2 {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}
#shopify-section-template--22393987957056__faq_6BpD4V button span {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
#shopify-section-template--22393987957056__text_columns_7RtfYX .btn--secondary {
  background: none !important;
  color: #000000;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
}
@media only screen and (max-width: 769px) {
  .breadcrumb {
    padding-left: 16px;
  }
  .product-single__title,
  .product-block .product__price {
    font-size: 32px;
  }
  .grid-product--passenger, .grid-product--condition {
    font-size: 14px;
  }
  .product-single__meta {
    margin-top: 0;
  }
  .product-single__title {
    margin-bottom: 0;
  }
  .product-single__header--mobile {
    margin-bottom: 0;
  }
  .product-block {
    margin-bottom: 32px;
  }
  .variant-wrapper + .variant-wrapper {
    margin-top: 32px;
  }
  .ProductAddons {
    padding-bottom: 16px;
    padding-top: 0;
  }
  .product-single__meta .rte {
    margin-top: 16px;
  }
  .index-section {
    margin: 10px;
  }
  #shopify-section-template--22393987957056__featured_collection_bFGTL4 h2,
  #shopify-section-template--22393987957056__sub .collapsible-trigger,
  #shopify-section-template--22393987957056__text_columns_cUNwxN h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }
  #Product-content-description9226118725952 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .index-section:not(.index-section--sub-product):first-child {
    padding-top: 0;
  }
  #shopify-section-template--22393987957056__text_columns_cUNwxN .h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  #shopify-section-template--22393987957056__text_columns_cUNwxN .rte-setting {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  #shopify-section-template--22393987957056__rich_text_B6B9Hw .index-section {
    padding-top: 64px;
  }
  #shopify-section-template--22393987957056__rich_text_B6B9Hw h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  #shopify-section-template--22393987957056__rich_text_B6B9Hw p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  #shopify-section-template--22393987957056__text_columns_7RtfYX h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  #shopify-section-template--22393987957056__text_columns_7RtfYX .rte--block p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  #shopify-section-template--22393987957056__faq_6BpD4V h2 {
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  #shopify-section-template--22393987957056__faq_6BpD4V button span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  #shopify-section-template--22393987957056__faq_6BpD4V {
    padding-top: 14px;
    padding-bottom: 35px;
  }
  .scrollable-grid--small .grid-item {
    flex: 0 0 100%;
  }
}
/* Mobile navigation */
.slide-nav__wrapper:after {
    background-color: #ffffff07;
}

/* Collection Filter */
.spf-product-card__inner {
    border-radius: 10px;
}
.spf-product-card {
    margin: 6px;
    padding: 16px;
    border: 1px solid #e5e2e2;
    border-radius: 8px;
}
.h4.spf-product-card__title a {
  font-size: 20px!important;
font-style: normal!important;
font-weight: 700!important;
line-height: 25px!important;
}
.spf-product-card__price {
  font-size: 18px!important;
font-style: normal!important;
font-weight: 600!important;
line-height: 20px!important;
}
.spf-product-card button.spf-product__form-btn-addtocart {
font-size: 16px!important;
font-style: normal!important;
font-weight: 500!important;
line-height: 20px!important;
    border-radius: 20px;
}
#gf-products .spf-product-card .spf-product__form a.open-quick-view {
    border-radius: 20px!important;
    /* display: none; */
}
.h4.spf-product-card__title {
    height: 50px;

}