/** Shopify CDN: Minification failed

Line 26:7 Unexpected "<"
Line 1716:20 Unexpected "{"
Line 1716:29 Expected ":"
Line 1783:20 Unexpected "{"
Line 1783:29 Expected ":"
Line 1787:20 Unexpected "{"
Line 1787:29 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 14:7 Unexpected "<"

**/
/** Shopify CDN: Minification failed

Line 9:7 Unexpected "<"

**/
*{
  margin:0;
  letter-spacing:0 !important;
}
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.page-width{
    width:100%;
    max-width:100%;
    padding-left:30px;
    padding-right:30px;
}
p {
    margin: 0;
}
.header:not(.drawer-menu).page-width {
    padding-left: 30px;
    padding-right: 30px;
}
.template-index .header-wrapper.gradient {
    position: absolute; /* fine if parent is relative */
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 1000; /* ensure it's above other content */
}

.header__menu-item {
    /* padding: 1.2rem; */
    text-decoration: none;
    color: rgb(255 255 255);
    opacity: 1;
    font-size: 16px;
    font-family: 'Inter';
}

.header__active-menu-item {  
    color: rgb(252 73 24);
    text-decoration: none;
}

 .header__menu-item:hover {
  color: rgb(252 73 24);
}

.template-index.header__menu-item:hover span {
    text-decoration: none;
    text-underline-offset: .3rem;
}

.header-wrapper .list-menu {
    gap: 14px;
}


.header__icons {
    opacity: 2;
}

.header-wrapper header.header .header__icons {
    gap: 1em;
    padding: 0;
}

header.header .header__heading-link {
    padding-right: 60px;
    border-right: 1px solid #fff;
    padding-left: 5px;
}

.header-wrapper header.header .header__icons a.header__icon {
    width: auto;
    height: auto;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.header--middle-left {
    grid-template-columns: auto 1fr 0.5fr !important;
}

.header-wrapper header.header .header__icons .field , .header-wrapper header.header .header__icons  input {
    background: transparent !important;
    box-shadow: unset !important;
}

.header-wrapper header.header .header__icons label {
    color: #fff;
    left: 50px;
    display:none !important;
}

.header-wrapper header.header .header__icons .field:before , .header-wrapper header.header .header__icons .field:after {
    display: none;
}

.header-wrapper header.header .header__icons input {
    border: 2px solid #ffffff61;
    border-radius: 16px;
    padding-left: 50px;
    color: #fff;
    padding-right: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.header-wrapper header.header .header__icons button.search__button {
    left: 0;
}

.header-wrapper header.header .header__icons button.search__button svg path {
    fill: #fff;
}

header.header {
    gap: 4em;
}


footer.footer .footer__list-social {
    justify-content: start;
    gap: 8px;
    margin-top: 10px;
}

footer.footer .footer__list-social a.link.list-social__link {
    border: 1px solid #fff;
    border-radius: 55px;
}

footer.footer button.disclosure__button:before , footer.footer button.disclosure__button:after {
    display: none !important;
}

.footer-block__details-content a.link {
    color: #fff;
    text-decoration: none;
}

.footer-block--newsletter .footer-block__newsletter {
    text-align: left;
}

.footer-block--newsletter .newsletter-form {
    margin: 0;
}

.footer__content-bottom-wrapper {
    justify-content: center;
}

.footer__content-bottom-wrapper small.copyright__content {
    color: #fff;
}

.footer__localization {
    justify-content: center !important;
    text-align: center !important;
}

.footer__content-bottom {
    padding-top: 10px !important;
}

.footer__copyright.caption {
    margin: 0 !important;
}

.merch_sec_neww {
    margin-bottom: 30px;
    margin-top: 30px;
}


/***************** home css  *******************/


.homebanner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* Main slider styles */
.homebanner .hero-slider .slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
  padding-left: 30px;
  padding-right:30px;
  box-sizing: border-box;
  color: white;
}

.homebanner .slide-content h1 {
    font-size: 5vh;
    margin: 0;
    font-weight: 800;
    margin-bottom: 20px;
    color: white;
    font-family: 'Inter';
    /* width: 64%; */
    line-height: 1;
}

.homebanner p.subheading {
    margin: 0 0 4px 0;
    color: #FC4918;
    font-size: 16px;
    font-family: 'Inter';
}

.homebanner .btn {
    background: transparent;
    color: white;
    border: 2px solid white;
    position: relative;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    margin-top: 15px;
    text-decoration: none;
}

/* Hover styles */
.homebanner .btn:hover {
  background: rgba(252, 73, 24, 0);
  color: #FC4918;
  border-color: #FC4918;
}


.homebanner .btn::before {
  content: "—"; 
  font-size: 12px;
  color: #FC4918;
  opacity: 0;
  font-size:0;
  transform: translateX(-6px);
  transition: all .25s ease-out;
}

.homebanner .btn:hover::before {
  opacity: 1;
  display: block;
  font-size:12px;
  transform: translateX(0);
}

.homebanner .slide-selector {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  margin: 0; padding: 0;
  display: block;
  width: 230px;
  max-height: 80px; 
  overflow: hidden;
  font-weight: 400;
  font-size: 12px;
  color: white;
  cursor: pointer;
  display:none;
}

/* Slick vertical selector list items */
.homebanner .slide-selector li {
    padding: 0px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    border-right: 3px solid transparent;
    font-size: 12px;
    padding-right: 11px;
    text-align: end;
}

.homebanner .slide-selector li.active {
  opacity: 1;
  color: white;
  border-right: 3px solid #FC4918;
  font-weight:600px !important;
    font-family: "Inter", sans-serif;
    font-size:14px;
}

.homebanner .slide-selector li:hover {
  opacity: 1;
  color:#FC4918;
  text-decoration: none;
}



/***************** home css end *******************/



.two-banner-wrapper {
  display: flex;
  width: 100%;
}
.two-banner-wrapper .banner {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: end;
    padding-right: 0;
    padding-left: 40px;
    gap: 30px;
    position: relative;
}

.two-banner-wrapper .left-banner {
  background: #F5F5F7;
  color: #000;
}

.two-banner-wrapper .right-banner {
    background: #000000;
    color: #ffffff;
    padding-top: 30px;
}

.two-banner-wrapper .banner-content {
    flex: 1;
    max-width: 383px;
    padding-bottom: 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 315px;
    z-index: 1;
}

.two-banner-wrapper .banner-image img {
    width: 100%;
    max-width: 90%;
    height: 100%;
    border-radius: 6px;
    object-fit: contain;
    object-position: right bottom;
}

.two-banner-wrapper .banner-btn {
    margin-top: 15px;
    display: inline-block;
    padding: 10px 22px;
    border: 2px solid #000;
    color: #000;
    font-family: 'Inter';
    font-weight: 700;
    border-radius: 10px;
    font-size: 16px;
    width: max-content;
    text-decoration: none;
}

.left-banner a.banner-btn {
    background: #000;
    color: white;
    border: 2px solid transparent;
    position: relative;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    width: max-content;
    font-size: 16px;
}

.left-banner a.banner-btn:hover {
  background: #FC4918;
  color:rgb(255, 255, 255);
  border-color: #FC4918;
}

.left-banner a.banner-btn::before {
  content: "—"; /* the line icon */
  font-size: 0;
  color:rgb(255, 255, 255);
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.3s ease;
}

/* Show on hover — FIXED (no space) */
.left-banner a.banner-btn:hover::before {
  display: block;
  opacity: 1;
    font-size: 12px;
}


.header__menu-item span {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* .header__menu-item span:before {
    content: "—";
    font-size: 0;
    transition: 0.25s ease all;
    height: 0;
    width: 0;
    background: red;
}

.header__menu-item:hover span:before {
    height: 2px;
    width: 13px;
    background: rgb(252 73 24);
} */



.right-banner a.banner-btn.white-btn {
  background: transparent;
  color: white;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* space between line and text */
  padding: 14px 24px;
  font-size:16px;
}

/* Hover styles */
.right-banner a.banner-btn.white-btn:hover {
  background: rgba(252, 73, 24, 0);
  color: #FC4918;
  border-color: #FC4918;
}

/* Left small line (hidden normally) */
.right-banner a.banner-btn.white-btn::before {
    content: "—";
    font-size: 12px;
    color: #FC4918;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.3s ease;
    font-size: 0;
    transition: all .25s ease-out;
}

/* Show line on hover */
.right-banner a.banner-btn.white-btn:hover::before {
    font-size: 12px;
    opacity: 1;
    display: block;
    transform: translateX(0);
}

.two-banner-wrapper .banner:after, .banner__media:after {
   display:none;
}
.two-banner-wrapper .right-banner .banner-btn.white-btn {
  border-color: #fff;
  color: #fff;
}
.left-banner .highlight {
    background: linear-gradient(90deg, #FF9334, #FF0299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 26px;
}
.left-banner p {
    font-family: 'Inter';
    color: black;
    font-weight: 500;
    font-size: 15px;
}
.right-banner p {
    font-family: 'Inter';
    color: white;
    font-weight: 500;
}
.right-banner h2 {
    font-size: 26px;
    color: white;
    font-weight: 600;
    font-family: 'Inter';
}
/* Left banner H2 only */
.left-banner h2 {
  color: #858585;
  font-weight: 600;
  font-size: 21px;
  font-family: "Inter", sans-serif;
}
.right-banner .h2-span {
    background: linear-gradient(90deg, #00FF8C, #46FC18);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: inline-block;
    font-size: 21px;
}


header.header header-drawer summary.header__icon svg path {
    fill: #fff;
}


.banner-image {
    /* position: absolute;
    right: 0; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 50%;
    text-align: end;
    bottom: 0;
}

/* .banner.left-banner {
    padding-top: 56px;
} */


.category_mainn h2 p strong {
    background: linear-gradient(90deg, #006AFF 0%, #D218FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.category_mainn h2 {
    margin-bottom: 25px;
}

.category_mainn h2 p {
    color: #858585;
      font-size: 21px;
    font-weight: 600;
}

.category_mainn h2 p  em {
    font-style: unset;
    font-size: 21px;
}

.merch_sec_neww h2 p strong {
    background: linear-gradient(90deg, #FF0080 0%, #FC181C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.merch_sec_neww h2 p em {
    color: #fff;
}

.mbl_search {
    display: none;
}

.header-wrapper header.header .header__icons .predictive-search__results-groups-wrapper {
    display: block !important;
}

.two-banner-wrapper {
    margin-top: 14px;
}

.mega-menu__content .mega-menu__list a {
    color: #000;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 15px;
    text-decoration: none !important;
}

.mega-menu__content .mega-menu__list ul.list-unstyled a.mega-menu__link {
    color: #242424;
    text-decoration: none !important;
    border: 0;
    margin-bottom: 0px;
    padding: 3px 0;
    letter-spacing: 0;
}

.header__menu-item {
    text-decoration: none !important;
}


.collection-hero .collection-hero__text-wrapper {
    border-bottom: 2px solid #DFDFDF;
    padding: 60px 0 44px;
}

.collection-hero .collection-hero__text-wrapper h1.collection-hero__title {
    margin: 0;
    color: #949494;
    font-weight: 600;
}

.collection-hero {
    position: relative;
}

.collection-hero:before {
    content: "";
    background: linear-gradient(90deg, #FF9900 0%, #FC4918 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(180deg, #FF9900 0%, rgba(255, 153, 0, 0) 100%);
}


facet-filters-form .facets__form-vertical .facets__heading {
    color: #131314;
    font-weight: 600;
    font-size: 22px;
}

facet-filters-form .facets__form-vertical span.facets__summary-label {
    color: #262626;
    font-size: 15px;
    font-weight: 500;
}

facet-filters-form form#FacetSortForm {
    margin-bottom: 20px;
}

facet-filters-form .facet-filters__label label {
    color: #265FE6;
}

facet-filters-form  span#ProductCountDesktop {
    color: #949494;
    font-weight: 400;
}

.facet-filters__field .select__select {
    color: #265FE6;
}

facet-filters-form .facet-filters__label {
    margin-right: 8px;
}

.full-unstyled-link {
    color: #242424;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}

.facet-filters__sort:focus-visible {
    box-shadow: unset !important;
    outline: 0 !important;
}


p.facet-filters__field.new_countt {
    gap: 8px;
}

p.facet-filters__field.new_countt span.total_new {
    font-weight: 600;
    color: #000;
}

.pagination__list  a.pagination__item {
    background: transparent;
    border: 1px solid #000;
    transition: 0.5s ease all;
    border-radius: 5px;
}

.pagination__list  a.pagination__item.pagination__item--current {
    background: #000;
    color: #fff;
    opacity: 1;
}

.pagination__list a.pagination__item:hover {
    background: #000;
    color: #fff;
}

.pagination__list a.pagination__item.pagination__item--current:hover {
    background: transparent;
    color: #000;
}
/* 
.card__media img {
    object-fit: contain !important;
    max-width: 260px;
    height: 260px;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    top: 50%; 
}

.card__inner {
    background: #eaeaea;
} 

.card__inner {
    background: #fff;
}

.card {
     border: 1px solid #ccc; 
   box-shadow: 0px 0px 4px 1px #00000017; 
    box-shadow: 0px 6px 15.8px 1px #E8E7E980;
    background: #fff;
    margin: 0 4px;
    border-radius: 24px;
}

.card .card__inner {
    border-radius: 24px 24px 0 0;
    height: 591px;
    margin-top: 21px;
} */



.card__content {
    padding: 0 18px;
}

.price span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.mobile-facets__summary span , .mobile-facets__sort label {
    color: #000;
}

.facets-container {
    margin-bottom: 20px;
}

.facets-container .product-count__text span#ProductCount  , span.mobile-facets__open-label {
    font-weight: 600;
    color: #000;
}

.card__badge {
    display: none !important;
}

.facets-vertical .facet-checkbox input[type=checkbox]:checked ~ svg rect {
    fill: #FC4918 !important;
    stroke: #FC4918;
}

.facets-vertical .facet-checkbox input[type=checkbox]:checked ~ .svg-wrapper svg path {
    fill: #ffffff !important;
}

.facets-vertical  svg {
    border-radius: 3px;
}

.easysearch-select-holder label {
    color: #fff !important;
}

.best_seller_cardd  p {
    color: #949494;
    font-size: 14px;
    margin-bottom: 5px;
}

.best_seller_cardd {
    height: 28px;
}

.facets-vertical .active-facets-vertical-filter a.active-facets__button-remove span {
    color: #265FE6;
    letter-spacing: -1px;
    font-size: 16px;
}

.facets-vertical .active-facets-vertical-filter a.active-facets__button-remove {
    text-decoration: none !important;
}

form#FacetSortForm {
    flex-direction: row-reverse;
    justify-content: space-between;
}

form#FacetSortForm .product-count-vertical.light {
    margin: 0;
}

facet-filters-form .facet-filters__field {
    border: 1.5px solid #265FE6;
    padding: 9px 20px;
    border-radius: 55px;
}

.facets-container {
    padding-top: 0 !important;
}

/* .template-collection main#MainContent .page-width {
    max-width: 1260px;
} */

facet-filters-form .facet-filters__field span.svg-wrapper path {
    fill: #265fe6;
}

/* .card .card__information {
    padding-left: 15px !important;
    padding-right: 15px !important;
} */


.product-media-container.constrain-height.media-fit-contain {
    border: 0 !important;
}

.product__tax.caption.rte {
    display: none !important;
}

.thumbnail img {
    object-fit: contain !important;
}

.product__title h1 {
    font-size: 30px;
    line-height: 1.2;
    color: #242424;
}


.product__title h1 {
    font-size: 30px;
    line-height: 1.2;
}

product-info product-form.product-form .product-form__buttons {
    max-width: 100%;
}

product-info product-form.product-form .product-form__buttons button {
    background: #000;
    border: 1px solid #000;
    transition: 0.6s ease all;
    border-radius: 65px;
    min-height: auto;
    padding: 14px 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

product-info .price span {
    font-size: 16px;
}

product-info product-form.product-form .product-form__buttons button:before , product-info product-form.product-form .product-form__buttons button:after {
    display: none;
}

product-info product-form.product-form .product-form__buttons button:hover {
    background: #FC4918;
    color: #fff;
    border-color:#FC4918;
}

.template-product  main#MainContent .page-width {
    max-width: 1300px;
}

product-info .thumbnail[aria-current] {
    box-shadow: unset !important;
    border-color: #242424;
    border-radius: 12px;
}

product-info .product__description {
    color: #242424;
    line-height: 1.6;
}

product-info .product-part-number {
    font-size: 14px;
    color: #262626;
    margin: 0 !important;
}

product-info label.quantity__label.form__label {
    color: #262626;
    font-weight: 500;
}

quantity-input:before, quantity-input:after {
    display: none;
}

 product-info quantity-input.quantity {
    border: 1px solid #000;
    border-radius: 6px;
}

media-gallery slider-component.slider-mobile-gutter ul.product__media-list {
    background: #fff;
    border-radius: 12px;
}

media-gallery ul.thumbnail-list.list-unstyled.slider li.thumbnail-list__item {
    background: #fff;
      border-radius: 12px;
}

span.badge.price__badge-sale {
    background: #FC4918;
    color: #fff;
    font-size: 14px;
}

.template-index .header-wrapper.scrolled_down {
    background: #000000ba;
        backdrop-filter: blur(5px);
}




/* Home---------banner */

.homebanner .hero-slider .slide {
    position: relative;
}

.homebanner .hero-slider  .slide:before {
    content: "";
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 69%) 50%, rgba(237, 221, 83, 0) 100%);
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    z-index: 0;
}

.homebanner .hero-slider .slide .slide-content {
    position: relative;
    z-index: 2;
}

.homebanner .hero-slider .slide:after {
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0 / 69%) 50%, rgba(237, 221, 83, 0) 100%);
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 0;
    top: 0;
}


a.easysearch-btn.easysearch-btn-clean {
    border: 3px solid #FFFFFF;
    background: transparent;
    color: #fff;
    padding: 14px 30px;
    text-transform: capitalize;
    font-weight: 800;
    font-family: 'Inter';
    width: 100%;
}

.easysearch-actions-holder {
    margin-top: 10px;
}

.easysearch-actions-holder a#easysearch-search {
    opacity: 1;
}

.easysearch-btn-holder.easysearch-btn-search-holder {
    margin: 0;
    max-width: 160px;
    width: 100%;
}

.easysearch-btn-holder.easysearch-btn-clear-holder {
    margin: 0;
    max-width: 160px;
    width: 100%;
}

.easysearch-container {
    margin-top: 25px;
}

.category_mainn {
    margin: 20px 0;
}

.header-wrapper header.header .header__icons a.header__icon svg {
    width: 32px !important; 
    height: auto;
}

.header__icon--menu .icon {
    width: 25px;
    height: 25px;
}

section.vehicle_main_neww {
    background: url(/cdn/shop/files/vehicle_select_box_2.png?v=1763640955);
    background-repeat: no-repeat;
    background-size: cover;
}
.product-card-wrapper {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}
.menu-drawer__navigation {
    padding: 11rem 0 3rem !important;
}

.menu-drawer {
    top: 0 !important;
    height: 100vh !important;
}

.header__icons details[open] .header__icon--menu {
    /* position: absolute; */
    right: 20px;
    z-index: 5;
    /* transition: all ease 0.4s; */
    height: 50px;
}
.header__icons details[open] summary.header__icon svg path {
    fill: #000000;
}
.header__icon--menu[aria-expanded=true]:before {
    height: auto;
}
/* .header__icons details[open] header.header header-drawer summary.header__icon svg path {
    fill: #000000 !important;
} */


 .header--has-social .menu-drawer__utility-links {
    display: none !important;
}

.menu-drawer .menu-drawer__menu-item .svg-wrapper img {
    width: 100%;
}

div#MegaMenu-Content-3 , div#MegaMenu-Content-2 {
    width: max-content;
    margin: auto;
        padding: 13px 0;
            background: #ffffffbd;
}

details#Details-HeaderMenu-3 , details#Details-HeaderMenu-2 {
    position: relative;
    
}

div#MegaMenu-Content-2 ul.mega-menu__list , div#MegaMenu-Content-3 ul.mega-menu__list{
    padding: 0 15px;
}

.header__icon--cart {
    margin: 0 !important;
}

.mbl_video{
    display:none;
}

.product .price .badge {
    background: #FC4918;
    color: #fff !important;
}

.mbl_video {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.mbl_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.menu-drawer .menu-drawer__menu li > details > summary.menu-drawer__menu-item a {
    text-decoration: none;
    color: #333335;
}

/* .menu-drawer .menu-drawer__menu li > details > summary.menu-drawer__menu-item a.menu_active {
    border-bottom: 2px solid #000;
} */


.collection_block_flexx a .text_mainn_coll p {
  
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 16px;
    color: #131314;
    font-family: 'Inter';
    line-height:1.4;
    /* text-align: justify; */
}

.collection_block_flexx a {
    text-decoration: none;
    background: #fff;
    display: inline-block;
    padding: 30px 20px;
    box-shadow: 0px 6px 15.8px 1px #E8E7E980;
    border-radius: 15px;
    width: 100%;
}

.collection_block_flexx a img {
    width: 100%;
    height: 178px;
    border-radius: 8px;
    transition: transform 0.4s ease;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.collection_block_flexx {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.cbm-content {
    max-width: 15.8%;
    width: 100%;
}

.main_collection_blockk h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 21px;
}

.banner.right-banner {
    background-image: url(/cdn/shop/files/Group_1707479210_2.png?v=1764048135);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.search-modal.modal__content predictive-search.search-modal__form {
    display: block !important;
}


.collection_block_flexx a:hover img {
    transform: scale(1.02);
}


summary.header__icon.header__icon--menu.header__icon--summary {
    height: 50px;
}

div#MegaMenu-Content-1 {
    max-width: 99%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 11px;
    border-radius: 15px;
}

.main-page-title {
    text-align: center;
    font-size: 32px;
}

.main-page-title {
    text-align: center;
    font-size: 32px;
}

.template-page .rte.scroll-trigger p {
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.6;
}

.template-page .rte.scroll-trigger h1 {
    font-size: 28px;
}

.template-page .rte.scroll-trigger ul li {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
}

.contact_page_richh p {
    font-size: 23px;
    color: #000;
    line-height: 1.5;
}

.contact_page_richh .rich-text__blocks.center {
    max-width: 860px;
}


.contact_form_newww .contact.page-width {
    max-width: 1000px;
}

.contact_form_newww .contact.page-width h2.title {
    font-size: 30px;
    text-align: center;
}

.contact_form_newww .contact.page-width label.field__label {
    position: unset;
    display: block;
    transform: unset;
}

.contact_form_newww .contact.page-width .field {flex-direction: column-reverse;}

.contact_form_newww .contact.page-width .field:before , .contact_form_newww .contact.page-width .field:after {
    display: none;
}

.contact_form_newww .contact.page-width .field input  , .contact_form_newww .contact.page-width .field textarea{
    border: 1px solid #ccc;
        box-shadow: unset !important;
}

.contact_form_newww .contact.page-width .field label.field__label {
    text-transform: uppercase;
    letter-spacing: .3em !important;
    margin-bottom: 9px;
    font-size: 14px !important;
    color: #000;
}

.contact_form_newww .contact.page-width .contact__button {
    text-align: center;
}

.contact_form_newww .contact.page-width .contact__button button.button:before ,.contact_form_newww .contact.page-width .contact__button button.button:after {
    display: none;
}

.contact_form_newww .contact.page-width .contact__button button.button {
    width: 100%;
    max-width: max-content;
    margin: auto;
    font-weight: 600;
}

.bottom_captcha {
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

.bottom_captcha p {
    font-size: 16px;
    line-height: 1.4;
}

.bottom_captcha p a {
    text-decoration: none;
    color: #000;
}


.main_img {
    text-align: left;
}

.main_img a img.icon-size_img {
    width: 100%;
    max-width: 220px;
}

.contact_page_imgg .rich-text__blocks.center {
    max-width: 1000px;
}


.banner_pro_top img {
    height: 851px;
    object-fit: cover;
    width: 100%;
}

.meta_products img.dsk_ntt {
    display: block;
}

#scrool_btmm .product__policies, .meta_products img.mbl_ntt, .template-product-product_new .variant-input[data-value=Default] {
    display: none;
}

.banner_pro_top .btm_text {
    bottom: 60px;
    position: absolute;
    width: 100%;
}

.banner_pro_top .btm_text {
    bottom: 60px;
    position: absolute;
    width: 100%;
}

.banner_pro_btm {
    display: flex;
    position: relative;
}


.banner_pro_top {
    display: flex;
    margin-top: -112px;
    position: relative;
    width: 100%;
}

.banner_pro_top .btm_text a {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    font-weight: 800;
    padding: 24px 75px;
}

.banner_pro_btm .btm_text, .banner_pro_btm .btm_text .page-width {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.banner_pro_btm .btm_text {
    position: absolute;
    top: 50px;
}

.banner_pro_btm .btm_text h2 {
    color: #fff;
    font-size: 56px;
    line-height: normal;
    margin: 0;
}

.banner_pro_btm .btm_text p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.banner_pro_btm img {
    display: block;
    height: 767px;
    object-fit: cover;
    width: 100%;
}

.banner_pro_btm.lefft .page-width {
    justify-content: flex-start;
}

.banner_pro_btm.centter .btm_text {
    top: 50%;
    transform: translateY(-50%);
}

.page-width.premium_main_pro {
    padding-top: 50px;
}


.premium_main_pro product-form.product-form {
    display: none;
}

.premium_main_pro .product-form__buttons.zakeke-product-button-container {
    max-width: 100%;
}

.premium_main_pro .grid__item.product__media-wrapper media-gallery li {
    background: #f5f5f7;
}


.premium_main_pro .product__description p {
    color: #000;
    margin-bottom: 18px;
    font-size: 18px;
}

.price .price-item {
    font-size: 18px;
    font-weight: 400;
}

button#zakeke-product-button {
    padding: 12px 84px;
    background: #242525;
    color: #fff;
    margin-top: 13px;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid #242525;
    transition: 0.6s ease all;
}

button#zakeke-product-button:hover {
    background: #006fdf;
    border: 1px solid #006FDF;
}

button#zakeke-product-button:before, button#zakeke-product-button:after {
    display: none;
}

/* header-menu details.mega-menu[open] .mega-menu__content {
    height: auto;
}

header-menu details.mega-menu .mega-menu__content {
    height: 0;
    transition: 0.6s ease all;
} */


/* Mega menu animation */
.mega-menu__content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.25s ease;
  z-index:1;
}

details.mega-menu.open .mega-menu__content {
    opacity: 1;
    transform: translateY(0);
    max-height: 1000px !important;
}

/* Full-page overlay */
.mega-menu-overlay {
    position: fixed;
    inset: 0;
    background: #000000BF;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: -1;
    display: block !important;
    top: 0;
    height: 100vh;
}

.mega-menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}

header-menu details[open] .header__menu-item svg path {
    color: #d63717;
}

div#menu-drawer {
    background: #F5F5F7 !important;
}

.menu-drawer__close-button .svg-wrapper {
    transform: unset !important;
}

.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
    background: transparent !important;
}

.menu-drawer__submenu {
    background: transparent !important;
}

.header-wrapper .list-menu li:last-child {
    display: none;
}

.menu-drawer__submenu.has-submenu ul.menu-drawer__menu.list-menu li summary span.svg-wrapper {
    display: none;
}

.card-wrapper .card__media .media img {
    object-fit: contain !important;
}

.card-wrapper .card .card__inner {
    height: 200px;
}


.banner.right-banner .banner-image {
    display: none;
}


#headerTextTyping {
    border-right: 2px solid #FC4918;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: blink-caret 0.7s step-end infinite;
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #FC4918; }
}


span.bottom_head {
    display: block;
}

span#headerTextTyping {
    display: inline;
}

.mega-menu__content .mega-menu__list  li {
    display: block !important;
}


.header-wrapper header.header .header__icons input::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.template-search {
    background: #f5f5f7;
}

.dec_video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.dec_video video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
        filter: brightness(0.7);
}

.main_proo_coll .field:before , .main_proo_coll .field:after {
    display: none;
}

.main_proo_coll .field input {
    border: 1px solid #ccc;
    border-radius: 55px;
    box-shadow: unset !important;
}

.main_proo_coll {
    margin-bottom: 25px;
}

/* -------------Responsive=------------------ */


@media screen and (min-width: 2000px) {

    .header-wrapper header.header .header__icons predictive-search .field__input:focus~.field__label {
    top: 0;
    transform: translateY(10px);
}

.homebanner p.subheading {
    font-size: 2vh;
}

.header__menu-item , .header-wrapper header.header .header__icons a.header__icon{
    font-size: 1.5vh;
}


.d_flex_vehicle .cnt_select_vehicle h2 {
    font-size: 4.5vh !important;
    max-width: 1100px !important;
}

.d_flex_vehicle .easysearch-holder .easysearch-select-holder select {
    padding: 2vh 1vh !important;
    font-size: 1.4vh !important;
}

section.vehicle_main_neww {
    margin: 2vh auto !important;
}

.easysearch-btn-holder.easysearch-btn-clear-holder  , .easysearch-btn-holder.easysearch-btn-search-holder{
    max-width: max-content !important;
}

a.easysearch-btn.easysearch-btn-clean , .d_flex_vehicle .easysearch-holder .easysearch-actions-holder .easysearch-btn-search {
    font-size: 1.4vh;
            padding:1.4vh 2vh!important;
}

.homebanner .slide-selector {
    width: 100%;
    max-height: 10vh;
    font-size: 12px;
    max-width: 30vh;
}

.homebanner .slide-selector li {
    font-size: 2vh;
    padding-right: 1vh;
}

.homebanner .slide-selector li.active{
     font-size: 2.2vh;
         border-right: 6px solid #FC4918;
}

  #shopify-section-{{ section.id }} .category-block h3 {
    font-size: 2vh !important;
}

.two-banner-wrapper .banner {
    padding-left: 4vh;
}

.category_mainn h2 p , .category_mainn h2 p em , .right-banner h2 , .left-banner .highlight{
    font-size: 2.4vh;
}

.right-banner .h2-span , .left-banner h2 {
    font-size: 2vh;
}

.two-banner-wrapper .banner-content {
    max-width: 45%;
    height: 28VH;
}

.right-banner p , .left-banner p {
    font-size: 1.7vh;
            line-height: 1.5;
}

.right-banner a.banner-btn.white-btn , .left-banner a.banner-btn , .homebanner .btn {
    font-size: 2vh;
    padding: 1vh 2vh;
}

.footer-block__heading {
    FONT-SIZE: 2vh !important;
}

.footer-block__details-content a.link {
    font-size: 1.2vh;
}

footer.footer .footer__list-social a.link.list-social__link {
    width: 4vh;
    height: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

footer.footer .footer__list-social a.link.list-social__link span.svg-wrapper {width: 3vh;height: 3vh;}

footer.footer .footer__list-social a.link.list-social__link span.svg-wrapper svg {
    width: 2.2vh;
    height: 2.2vh;
}

footer.footer .footer__list-social {
    gap: 21px;
}

.homebanner .btn {
    margin-top: 3vh;
}

.easysearch-main-holder {
    margin: 0 !important;
}

  #shopify-section-{{ section.id }} .category-block img {
    height: 14vh !important;
}

  #shopify-section-{{ section.id }} .category-block {
    padding: 2vh 2vh !important;
  }

  .category_mainn {
    padding-top: 4vh;
    padding-bottom: 4vh;
}

.cnt_select_vehicle {
    padding: 0vh 4vh;
}

.d_flex_vehicle {
    margin: 3vh 0;
}

.homebanner .btn:hover::before , .right-banner a.banner-btn.white-btn:hover::before , .left-banner a.banner-btn:hover::before {
    font-size: 2vh;
    
}

header.header img.header__heading-logo.motion-reduce {
    width: 11vh;
}

.footer-block__image-wrapper {
    width: 13vh !important;
    max-width: 100% !important;
}

.header__icon .svg-wrapper , .header__icon .svg-wrapper svg {
    width: 4vh !important;
    height: 4vh !important;
}
.header-wrapper header.header .header__icons a.header__icon svg{
      width: 2.5vh !important;
    height: 2.5vh !important;
}

.header-wrapper header.header .header__icons {
    align-items: center;
    width: 100%;
    gap: 4em;
}

.header-wrapper header.header .header__icons predictive-search {
    width: 100%;
}

.header-wrapper header.header .header__icons predictive-search input {
    height: 5vh;
    font-size: 1.2vh;
    padding-left: 4vh;
}

.header-wrapper header.header .header__icons predictive-search label.field__label {
    font-size: 1.4vh;
    left: 5vh;
    top: 50%;
    transform: translateY(-50%);
            transition: 0.3s ease all;
}

.header-wrapper header.header .header__icons button.search__button {
    top: 50%;
    transform: translateY(-50%);
    left: 1.4vh;
}

.header-wrapper header.header .header__icons button.search__button span.svg-wrapper {
    width: 3vh;
    height: 3vh;
}

.header-wrapper header.header .header__icons button.search__button span.svg-wrapper svg.icon.icon-search {
    width: 2vh;
    height: 1.4vh;
}

footer.footer .footer-block form#ContactFooter {
    max-width: 100%;
}

footer.footer .footer-block form#ContactFooter .newsletter-form__field-wrapper {
    max-width: 70%;
}

footer.footer .footer-block form#ContactFooter .newsletter-form__field-wrapper input {
    padding: 1.4vh 2vh;
    font-size: 1vh;
}

footer.footer .footer-block form#ContactFooter .newsletter-form__field-wrapper label.field__label {
    font-size: 1.4vh;
}

.main_collection_blockk h2 , .collection_block_flexx a .text_mainn_coll p , .full-unstyled-link , .price span , .price s 
, .facet-filters__label , .facet-filters__field .select__select{
    font-size: 1.4vh !important;
}
.collection-hero .collection-hero__text-wrapper h1.collection-hero__title  {
    font-size: 2vh;
}

.collection-hero .collection-hero__text-wrapper {
    padding: 3vh 0;
    border-bottom-width: 0.2vh;
}

.collection_block_flexx a img {
    height: 13vh;
}
}



@media screen and (max-width: 1250px) {

.cbm-content {
    max-width: 18.8%;
}


}


@media screen and (max-width: 989px) {


    .header-wrapper .list-menu li:last-child {
    display: block;
}

    .menu-drawer__menu-item>.svg-wrapper {
        width: 100% !important;
        max-width: 25px !important; 
    }

    ul.menu-drawer__menu.has-submenu.list-menu.submenu-open details.menu-opening[open] span.svg-wrapper img {
        transform: rotate(270deg);
    }

  header.header .list-menu__item {
    font-size: 34px;
    padding-bottom: 0;
}

 .menu-drawer__close-button {
    font-size: 32px !important;
    font-weight: 500;
}

    nav.menu-drawer__navigation ul.menu-drawer__menu .menu-drawer__inner-submenu ul.menu-drawer__menu.list-menu li .menu-drawer__submenu.has-submenu li a {
        font-size: 24px;
        padding-left: 67px;
        color: #4E4E4E;
        padding-bottom: 0;
    }

    .menu-drawer__submenu.has-submenu ul.menu-drawer__menu.list-menu li summary ,
    .menu-drawer .menu-drawer__menu ul.menu-drawer__menu.list-menu a.menu-drawer__menu-item {
        font-size: 24px;
        padding-left: 43px !important;
        padding-bottom: 7px;
        color: #4E4E4E;
    }

    /* -------------------------------------------------
       BASIC LAYOUT FIXES FOR ACCORDION
    ---------------------------------------------------*/
    .js .menu-drawer__submenu {
        position: static !important;
        transform: none !important;
        background-color: #f5f5f5; 
    }

    .menu-drawer__inner-submenu > button.menu-drawer__close-button {
        display: none;
    }

    .js .menu-drawer__navigation .submenu-open {
        visibility: visible !important;
    }

    .menu-drawer__navigation {
        overflow-y: auto; 
        scroll-behavior: smooth;
    }

  nav.menu-drawer__navigation ul.menu-drawer__menu .menu-drawer__inner-submenu ul.menu-drawer__menu.list-menu li .menu-drawer__submenu.has-submenu {
    position: absolute !important;
    padding: 11rem 0 3rem !important;
    max-height: 100%;
        background: #F5F5F7 !important;
}

    /* -------------------------------------------------
       SUMMARY ICONS ( > closed / < open )
    ---------------------------------------------------*/
    .menu-drawer .menu-drawer__menu li > details > summary.menu-drawer__menu-item {
        padding-right: 40px;
        position: relative;
    }

    .menu-drawer__menu li > details > summary:before,
    .menu-drawer__menu li > details > summary:after {
        content: none !important;
    }

    .menu-drawer__menu li > details > summary::after {
        content: ">";
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        transition: transform 0.3s ease;
    }

    .menu-drawer__menu li > details[open] > summary::after {
        content: "<";
    }


    /* -------------------------------------------------
       ⭐ NEW — SLOW TOP-TO-BOTTOM DRAWER OPEN ANIMATION
    ---------------------------------------------------*/

    /* Drawer wrapper animation */
    #menu-drawer {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(-20px);
        transition:
            max-height 0.9s ease,
            opacity 0.9s ease,
            transform 0.9s ease;
    }

    /* When drawer opens */
    .menu-drawer-container[open] #menu-drawer {
        max-height: 100vh;
        opacity: 1;
        transform: translateY(0);
    }

    /* Submenu animation (slow dropdown) */
    .menu-drawer__submenu {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(-10px);
        transition:
            max-height 0.6s ease,
            opacity 0.6s ease,
            transform 0.6s ease;
    }

    details[open] > .menu-drawer__submenu {
        max-height: 600px;
        opacity: 1;
        transform: translateY(0);
    }

}












@media screen and (max-width: 990px) {
  .two-banner-wrapper {
    flex-direction: column;
  }
 .two-banner-wrapper  .banner {
    width: 100%;
    flex-direction: column;
  }
  .two-banner-wrapper .banner-image img {
    max-width: 100%;
  }

  header.header .header__heading-link {
    padding: 0;
    border: 0;
}

.cbm-content {
    max-width: 31.8%;
}
}
@media (max-width: 768px) {
  .homebanner {
    height: auto;
  }

  .homebanner .hero-slider .slide {
    height: 90vh;
    padding-left: 30px;
  }

.homebanner .slide-content h1 {
    font-size: 32px;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 0;
}

  .homebanner .slide-selector {
    position: static;
    transform: none;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    max-height: none;
    width: 100%;
    overflow: visible;
    gap: 12px;
    margin-top: 20px;
  }

  .homebanner .slide-selector li {
    border-right: none !important;
    opacity: 0.5;
  }

  .homebanner .slide-selector li.active {
    opacity: 1;
    text-decoration: underline;
    border-right: none !important;
  }

  .page-width , .header:not(.drawer-menu).page-width{
    padding-left: 20px;
    padding-right: 20px;
}

.two-banner-wrapper .banner {
    padding: 15px;
    gap: 0;
}

.two-banner-wrapper .banner-content {
    height: auto;
    max-width: 100%;
    padding: 23px 0;
}

header.header, .header-wrapper header.header .header__icons{
    gap: 0em;
}

.homebanner .hero-slider-wrapper ul.slide-selector.slick-initialized.slick-slider.slick-dotted.slick-vertical {

    display:none !important;
    /* position: absolute;
    bottom: 0;
    right: 0;
    max-height: max-content;
    height: max-content;
    top: auto; */
}

/* .category_mainn h2 {
    text-align: center;
} */

.header-wrapper header.header .header__icons input {
    padding-right: 0 !important;
}

.mbl_search {
    display: block;
}

.footer__content-top {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.footer-block.grid__item {
    margin: 18px 0 0;
}

.footer-block.grid__item .footer-block__newsletter {
    width: 100%;
}

.footer-block__details-content a.link {
    padding: 0;
}

.footer-block.grid__item {
    margin: 2rem 0 !important;
}

.footer-block__details-content {
    margin-bottom: 2rem !important;
}

.header-wrapper header.header .header__icons  predictive-search {
    display: none;
}

.mbl_search svg path {
    fill: #fff;
}

.full-unstyled-link {
    font-size: 14px;
}

.card__content {
    padding: 0 11px;
}

.product__title h1 {
    font-size: 24px;
}

.product__title {
    margin-bottom: 5px !important;
}
.banner-image {
    max-width: 100%;
}

header.header {
    display: flex;
    justify-content: space-between;
}

header.header .header__icons {
    width: max-content;
}

header.header header-drawer {
    margin: 0 !important;
}

.header__icon--cart {
    margin: 0;
}

.header-wrapper header.header .header__icons a.header__icon svg {
    width: 25px !important;
}
.category_mainn  .page-width {
    padding-right: 0;
}
.mbl_video{
    display:block;
}

.dec_video {
      display:none;
}


/* .collection_block_flexx {
  display: flex;
  gap: 16px; 
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch; 
  padding-bottom: 10px; 
  justify-content: start;
}

.collection_block_flexx .cbm-content {
  min-width: 150px; 
  flex: 0 0 auto;   
} */

.template-page .rte.scroll-trigger p , .template-page .rte.scroll-trigger ul li {
    font-size: 15px;
}

.template-page .rte.scroll-trigger h1 {
    font-size: 22px;
}

.banner.right-banner .banner-image {
    display: block;
}

.banner.right-banner {
    background-image: url(/cdn/shop/files/mbl-img.png?v=1764138510);
    height: 57vh;
}

.banner.right-banner .banner-content {
    justify-content: start;
    gap: 10px;
}

.category_mainn {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

}



@media screen and (max-width: 549px) {

/* .card .card__inner {
    height: 180px;
} */


.left-banner a.banner-btn {
    padding: 12px 35px;
    font-size: 14px;
}

.cbm-content {
    max-width: 47%;
}

.collection_block_flexx a img {
    height: 110px;
}

.collection_block_flexx a .text_mainn_coll p {
    margin-bottom: 7px;
    font-size: 15px;
}

.collection_block_flexx a {
    padding: 30px 15px;
}

.collection-hero .collection-hero__text-wrapper {
    padding: 51px 0 33px;
}

.contact_page_richh p {
    font-size: 18px;
}

.contact_form_newww .contact.page-width h2.title {
    font-size: 22px;
}

.contact_form_newww .contact.page-width .field label.field__label {
    font-size: 12px !important;
}

.bottom_captcha p {
    font-size: 15px;
}

.meta_products img.dsk_ntt {
    display: none;
}

.meta_products img.mbl_ntt {
    display: block;
}

.banner_pro_top img {
    height: unset;
}

.banner_pro_top .btm_text a {
    font-size: 20px;
    padding: 23px 43px;
}

.banner_pro_btm .btm_text h2 {
    font-size: 24px;
}

.banner_pro_btm .btm_text {
    bottom: 140px;
    top: unset;
}

.banner_pro_btm .btm_text {
    bottom: 140px;
    top: unset;
}

.banner_pro_btm img {
    height: auto;
}

.price .price-item {
    font-size: 15px;
}
}