/** Shopify CDN: Minification failed

Line 281:87 Unexpected ")"

**/
/** Shopify CDN: Minification failed

Line 271:87 Unexpected ")"

**/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    letter-spacing: 0;
}

body {
    font-family: "Archivo", sans-serif;
    background-color: #000000;
    color: #F8F8F8;
}

.page-width,
.section--page-width {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: block;
}

section {
    scroll-behavior: smooth;
    width: 100%;
}

img {
    max-width: 100%;
    user-select: none;
    display: block;
}

a {
    text-decoration: none;
}

:is(h1, h2, h3, h4) {
    font-family: "Archivo", sans-serif;
    letter-spacing: 0;
}

.Heading_h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: 0px;
}

.Heading_h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 1.15;
    letter-spacing: 0px;
    color: #F8F8F8;
    padding-bottom: 22px;
}

.Heading_h2 strong {
    background: linear-gradient(90deg, #F8F8F8 0%, #5D5D5D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.light_btn {
    display: inline-block;
    border-radius: 1000px;
    padding: 15px 30px;
    color: #062634;
    font-family: Organic Smoothie;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    background-color: #c9ecfc;
}

.outline_btn {
    padding: 12px 50px 12px 20px;
    border: 1px solid #F8F8F8;
    font-family: "Teko", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #F8F8F8;
    cursor: pointer;
    background-color: transparent;
    width: fit-content;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

.outline_btn:hover,
.vf_services_cards:hover .outline_btn {
    background-color: #F8F8F8;
    ;
    color: #000;
}

.outline_btn:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 49%;
    width: 18px;
    height: 12px;
    background-image: url('/cdn/shop/files/white-right-arrow.svg');
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.outline_btn:hover:after,
.vf_services_cards:hover .outline_btn:after {
    filter: invert(1);
}


.filled_btn {
    padding: 12px 50px 12px 20px;
    border: 1px solid #F8F8F8;
    background: #F8F8F8;
    font-family: "Teko", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    cursor: pointer;
    width: fit-content;
    position: relative;
    transition: all 0.3s;
    display: block;
}

.filled_btn:hover {
    background-color: transparent;
    color: #F8F8F8;
}

.filled_btn:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 49%;
    width: 18px;
    height: 12px;
    background-image: url('/cdn/shop/files/right-arrow.svg');
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.filled_btn:hover:after {
    filter: invert(1);
}

/* Nav Menu Styling */

/* Mega Menu Css */
body header-component#header-component {
    background: #000;
}

body .header .header__underlay {
    display: none !important;
}

body .header .header__row {
    display: block;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

body .header .header__row .header__column.header__column--left {
    gap: 50px;
}

body .header .header__row .header__column .overflow-menu::part(list) {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-inline: 0px !important;
}

body .header .header__row .header__column .menu-list__list-item a.menu-list__link {
    font-family: "Teko";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

body .header .header__row .header__column .menu-list__list-item a.menu-list__link span {
    padding: 0;
}

body header-component.header.headersticky .menu-list__list-item:where(:not([slot="overflow"]))>.menu-list__submenu,
body header-component.header.headersticky overflow-menu::part(overflow) {
    box-shadow:
        rgba(0, 0, 0, 0.3) 0px 19px 38px,
        rgba(0, 0, 0, 0.22) 0px 15px 12px;
    background: #000000;
    top: 0;
}

body .menu-list__submenu .menu-list__submenu-inner {
    background: #000000 !important;
    box-shadow:
        rgba(0, 0, 0, 0.3) 0px 19px 38px,
        rgba(0, 0, 0, 0.22) 0px 15px 12px;
    padding: 30px;
    border: 1px solid #585858;
}

body .mega-menu__grid .mega-menu__list li a {
    font-family: Archivo;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    transition: all ease .3s;
}

body .mega-menu__grid .mega-menu__list li a:hover {
    color: rgb(119, 115, 115);
}

body .menu-list__list-item:where(:not([slot="overflow"]))>.menu-list__submenu,
body overflow-menu::part(overflow) {
    top: 0;
}

body .mega-menu.section {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px 60px;
}

body .mega-menu__grid {
    position: relative;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px 60px;
    grid-column: unset !important;
    display: flex !important;
    flex-direction: column !important;
}

body .mega-menu__grid .mega-menu__column :is(.mega-menu__link.mega-menu__link--parent,
    .mega-menu__link.mega-menu__link--parent > span) {
    font-family: "Inter Tight";
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #2d2d2a;
    text-transform: capitalize;
}

body .mega-menu__grid .mega-menu__column :is(.mega-menu__link.mega-menu__link--parent, ) {
    margin-bottom: 16px;
}

body .mega-menu__grid .mega-menu__column,
body .mega-menu__grid .mega-menu__column ul.list-unstyled {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
}

body .mega-menu__grid .mega-menu__column ul.list-unstyled li {
    line-height: 1;
    margin: 0;
    padding: 0;
}

body .mega-menu__grid .mega-menu__column ul.list-unstyled li a.mega-menu__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0;
    color: #fff;
    margin: 0;
    position: relative;
}

body .mega-menu__grid .mega-menu__column ul.list-unstyled li a.mega-menu__link:hover {
    text-shadow: 0 0 #fff;
}

body .mega-menu__grid .mega-menu__column ul.list-unstyled li a.mega-menu__link:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

body .mega-menu__grid .mega-menu__column ul.list-unstyled li a.mega-menu__link:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -2px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    background: #2d2d2a;
    transition: transform 0.25s ease-out;
}

.megaMenu-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.megaMenu-row .megaMenu-card {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 360px;
    padding: 20px 20px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.megaMenu-row .megaMenu-card .main__btns {
    margin-top: auto;
}

body .header .header-menu .overflow-menu .menu-list__list-item:has(.menu-list__submenu) .menu-list__link span::after {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(https://cdn.shopify.com/s/files/1/0817/1218/5565/files/arrow-down.svg?v=1783519129);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    transition: all ease 0.3s;
    filter: invert(1);
}

body .header .header-menu .overflow-menu .menu-list__list-item .menu-list__link span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Mega Menu Css */
.main__btns.full_btns a,
.main__btns.full_btns {
    width: 100%;
    max-width: 100%;
}

/* Nav Menu Styling */

/* Banner Start */

.main_banner {
    background-position: center bottom;
    background-size: cover;
    padding: 120px 0px 0px;
    position: relative;
}

.main_banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180.07deg, rgba(0, 0, 0, 0) -11.35%, #000000 99.94%);
    width: 100%;
    height: 100%;
}


.banner_content {
    max-width: 630px;
    position: relative;
    z-index: 1;
    padding-bottom: 110px;
}

.main_banner span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #F8F8F8;
}

.banner_content h1 {
    color: #F8F8F8;
    padding: 15px 0px 30px;
}

.banner_content p {
    font-size: 16px;
    line-height: 20px;
    color: #F8F8F8;
    max-width: 460px;
}

.banner_cta {
    padding-top: 50px;
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

.key_points_list {
    padding: 35px 0px;
    position: relative;
    z-index: 2;
}

.keyPointsSwiper ul {
    display: flex;
    gap: 0px 60px;
    align-items: center;
}

.keyPointsSwiper ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    position: relative;
    padding-left: 27px;
    display: block;
    color: #fff;
    text-wrap: nowrap;
}

.key_points_list .swiper-slide {
    width: fit-content;
}

.keyPointsSwiper ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    background-image: url(/cdn/shop/files/list--slider--icon.svg?v=1786445983);
    background-size: contain;
    background-repeat: no-repeat;
}

.keyPointsSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
    transition-delay: 0s !important;
}

/* Find your kit START */

.fit_your_kit {
    margin: 120px 0;
}

.fit_your_kit_content {
    text-align: center;
    padding-bottom: 50px;
}

.fit_your_kit_content span {
    color: #F8F8F8;
    text-transform: uppercase;
}

.fit_your_kit_content h2 {
    padding: 12px 0px 20px;
    color: #F8F8F8;
}

.fit_your_kit_content p {
    color: #F8F8F8;
    max-width: 585px;
    margin: 0 auto;
}

.fit_your_kit_form {
    background: linear-gradient(175deg, rgba(198, 198, 198, 0.5) 14.78%, rgba(198, 198, 198, 0) 67.97%);
    padding: 65px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr max-content;
    align-items: end;
    gap: 0px 58px;
}

.fit_your_kit_form fieldset {
    border: none;
    flex: 1;
}

.fit_your_kit_form fieldset label {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    font-family: "Teko", sans-serif;
    color: #F8F8F8;
    display: block;
    padding-bottom: 15px;
}


.fit_your_kit_form fieldset select {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 12px;
    width: 100%;
    border: 1px solid #4A4A4A;
    color: #F8F8F8;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/cdn/shop/files/Vector--down--icon.png?v=1786641311');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-color: transparent;
    color: #fff;
    border-radius: 0px;
    outline: none;
}

.fit_your_kit_form fieldset select:hover,
.fit_your_kit_form fieldset select:focus {
    border-color: #fff;
}

.fit_your_kit_form fieldset select option {
    background: #000;
    color: #F8F8F8;
}

.fit_your_kit .fit_your_kit_form_caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #969696;
    padding-top: 20px;
}

.fit_your_kit .fit_your_kit_form_caption a {
    color: #F8F8F8;
    display: inline;
}

/* Services Cards Start */

.vf_services {
    /* padding: 60px 0px; */
    margin-top: 120px;
    margin-bottom: 120px;
}

.vf_services_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 30px;
}

.vf_services_cards {
    padding: 30px;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 505px;
    display: flex;
    align-items: end;
    transition: all 0.3s ease;
}

.vf_services_cards a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -40.99%, #000000 100%);
}

.vf_services_cards_content {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.vf_services_cards:hover .vf_services_cards_content {
    transform: translateY(-5px);
}

.vf_services_cards_content h3 strong {
    background: linear-gradient(90deg, #F8F8F8 0%, #5D5D5D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.vf_services_cards span.services_badge {
    background: linear-gradient(162.66deg, #C6C6C6 12.01%, #000000 131.66%);
    padding: 4px 13px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F8F8F8;
    margin-bottom: 12px;
}

.vf_services_cards h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    display: block;
    padding: 15px 0px 20px;
    color: #FFFFFF;
    text-wrap: balance;
}

.vf_services_cards ul {
    padding: 0px 0px 20px;
    list-style: circle;
}

.vf_services_cards ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #F8F8F8;
    position: relative;
    padding-left: 17px;
}

.vf_services_cards ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 1000px;
    transform: translateY(-50%);
}

.vf_services_cards a {
    width: fit-content;
}

.vf_services_cards span {
    display: inline-block;
}

.vf_kits_products {
    margin-top: 120px;
    margin-bottom: 120px;
}

.vf_kits_products .outline_btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.vf_kits_row_contents {
    text-align: center;
}

.vf_kits_row_contents span {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F8F8F8;
    padding-bottom: 14px;
    display: inline-block;
}

.vf_kits_row h2 {
    padding-bottom: 0px;
}

.Kids_products_tabs {
    width: 100%;
    overflow: hidden;
}

.Kids_products_tabs_nav_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 0;
    -webkit-overflow-scrolling: touch;
}

.Kids_products_tabs_nav {
    width: max-content;
    min-width: 700px;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px 80px;
    white-space: nowrap;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.01) 0%,
            rgba(255, 255, 255, 0.1) 51.92%,
            rgba(255, 255, 255, 0.01) 100%);
    margin-top: 50px;
}

.Kids_products_tabs_nav span {
    font-family: Teko;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #C8C8C8;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    text-wrap: nowrap;
}

.Kids_products_tabs_nav span::before {
    content: '';
    height: 7px;
    width: 7px;
    background: #f8f8f8;
    border-radius: 7px;
    position: relative;
    transition: all ease .3s;
    position: absolute;
    opacity: 0;
}

.Kids_products_tabs_nav span.active::before {
    display: block;
    position: relative;
    opacity: 1;
}

.Kids_products_tabs_nav span.active {
    color: #f8f8f8;
}

.Kids_tabs_products-wrap {
    margin-top: 50px;
}

.vf_kit_process {
    margin-top: 120px;
    margin-bottom: 120px;
}

.vf_kits_row_contents span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.section_header span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F8F8F8;
    padding-bottom: 12px;
    display: inline-block;
}

.section_header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #F8F8F8;
    max-width: 585px;
    margin: 0 auto;
    margin-top: 10px;
}

.vf_process_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.vf_process_box {
    border: 1px solid #4A4A4A;
    padding: 25px;
    transition: all 0.4s ease;
}

.section_header {
    text-align: center;
    margin-bottom: 30px;
}

.vf_process_box:hover {
    background: linear-gradient(310deg, rgb(255 255 255 / 50%) -30.22%, rgb(248 208 208 / 0%) 67.97%);
}

.vf_process_box span {
    padding: 20px;
    background: linear-gradient(156.04deg, rgba(198, 198, 198, 0.5) -30.22%, rgba(198, 198, 198, 0) 67.97%);
    font-family: "Teko", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    color: #F8F8F8;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.vf_process_box h4 {
    font-family: "Teko", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F8F8F8;
    padding: 20px 0px 10px;
}

.vf_process_box p {
    color: #F8F8F8;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F8F8F8;
}

.vf_process_photo {
    padding-top: 56px;
}

.vf_kit_process .main_button {
    grid-column: span 3;
    padding-top: 50px;
}

.vf_kit_process .main_button {
    margin: 0 auto;
}

/* Pro Tuner Products Start */

.vf_pro_tuner_products {
    padding: 60px 0px;
}

.vf_pro_tuner_products_row {
    display: flex;
}

.vf_pro_tuner_products_slider {
    border: 1px solid #4A4A4A;
    padding: 40px 30px;
    overflow: hidden;
    width: 41.2%;
    margin-inline-end: -70px;
}

.vf_pro_tuner_products_info {
    background: linear-gradient(156.04deg, rgba(198, 198, 198, 0.5) -109.28%, rgba(198, 198, 198, 0) 87.7%);
    padding: 60px 60px 60px 110px;
    width: 64.3%;
}

.vf_pro_tuner_products product-card.product-card {
    border: none;
}

.vf_pro_tuner_products_content {
    padding-bottom: 50px;
}

.vf_pro_tuner_products_content span {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
    text-transform: uppercase;
    display: inline-block;
}

.vf_pro_tuner_products_content .Heading_h2 {
    text-wrap: balance;
}

.vf_pro_tuner_products_benefits {
    display: flex;
    gap: 0px 15px;
    align-items: center;
    padding-bottom: 30px;
}


.vf_pro_tuner_products_benefits .benefits_icon {
    padding: 8px 12px;
    background: linear-gradient(156.04deg, rgba(198, 198, 198, 0.5) -30.22%, rgba(198, 198, 198, 0) 67.97%);
    width: fit-content;
}

.benefits_content h5 {
    font-family: "Teko", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.benefits_content p {
    padding-top: 4px;
}

.vf_pro_tuner_products_info .banner_cta {
    padding-top: 20px;
}

.vf_pro_tuner_products span.swiper-pagination-bullet {
    background-color: #bebebe;
    width: 11px;
    height: 11px;
}

.vf_pro_tuner_products span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F8F8F8;
    outline: 1px solid #F8F8F8;
    outline-offset: 3px;
    margin: 0px 12px;
}

.Pro_PD_slider {
    height: 90%;
}

.vf_pro_tuner_products .Pro_PD_slider_next,
.vf_pro_tuner_products .Pro_PD_slider_prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
}

.vf_pro_tuner_products .Pro_PD_slider_next.swiper-button-next:after,
.vf_pro_tuner_products .Pro_PD_slider_prev.swiper-button-prev:after {
    content: "";
    height: 12px;
    width: 15px;
    font-size: 22px !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.vf_pro_tuner_products .Pro_PD_slider_next.swiper-button-next:after {
    background-image: url(../images/arrow-right.svg);
}

.vf_pro_tuner_products .Pro_PD_slider_prev.swiper-button-prev:after {
    background-image: url(../images/arrow-right.svg);
    transform: rotate(180deg);
}

.vf_pro_tuner_products_slider .productCardContent {
    border-top: solid 1px gray;
    margin-top: 32px;
}


/* Pro Supported Products  */

.vf_supported_vehicle {
    margin-top: 120px;
    margin-bottom: 120px;
}

.vf_supported_vehicle .outline_btn {
    margin: 30px auto 0px;
}

.shopByBrandSec {
    display: block;
    overflow: hidden;
}

.vf_supported_vehicle_media img {
    width: 100%;
}

.vf_supported_vehicle_media {
    margin-top: -205px;
    z-index: -1;
    position: relative;
}

.logoSliderLeft {
    width: 100%;
    max-width: 300px;
    color: #fff;
}

.logoSliderRight {
    overflow: hidden;
}

.LoopMarque {
    display: flex;
    align-items: center;
    gap: 100px;
    will-change: transform;
    justify-content: space-between;
    white-space: nowrap;
}

.LoopMarque .slider__item {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* flex-shrink: 0; */
    min-width: max-content;
    flex: 0 1 auto;
}

.LoopMarque .slider__item img {
    object-fit: contain;
    width: 100%;
    height: 70px;
}

/* FAQs Section */

.vf_faq_question {
    margin-top: 120px;
    margin-bottom: 120px;
    position: relative;
}

.vf_faq_question::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 120px;
    background-image: url(/cdn/shop/files/common--logo.png?v=1786446106);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 40%;
    z-index: -1;
    opacity: .1;
}

.vf_faq_question::before {
    content: '';
    width: 40%;
    height: 70%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 82.89%);
    bottom: 0;
    right: 0;
    z-index: 0;
}

.vf_faq_accordion {
    display: flex;
    flex-direction: column;
}

.vf_faq_accordion .accordion-item {
    border-bottom: 1px solid #4A4A4A;
}

.vf_faq_accordion .accordion-item:last-child {
    border-bottom: none !important;
}

.vf_faq_accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
}

.vf_faq_accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
}

.vf_faq_accordion .accordion-item .accordion-item-header span {
    font-size: 26px;
    font-weight: 400;
    line-height: 35.1px;
    color: #F8F8F8;
}

.vf_faq_accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: 0.4s ease-in-out;
}

.vf_faq_accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
    transform: rotate(-180deg);
}

.vf_faq_accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.vf_faq_accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
}

.vf_faq_accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
    min-height: 0;
}

.vf_faq_accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
    padding: 0 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #F8F8F8;
}

.accordion-item-description a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.2px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 20px;
    display: block;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.accordion-item-description a img {
    width: 10px;
    height: 10px;
    object-fit: contain;
}

.vf_faq_row {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 0px 60px;
}

.accordion_icon {
    border: 1px solid #4A4A4A;
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
}

.accordion_icon img.minus-icon {
    width: 20px;
    height: 20px;
}

.accordion_icon img {
    width: 12px;
    height: 12px;
    margin: auto;
    object-fit: contain
}

.accordion-item.open span.accordion_icon {
    background-color: #F8F8F8;
}

/* .accordion_icon img {
  filter: invert(1);
} */

.vf_faq_info span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: inline-block;
    color: #F8F8F8;
}

.vf_faq_info .Heading_h2 {
    max-width: 500px;
}

.vf_faq_info a.outline_btn {
    margin-top: 35px;
}

/* three step tuning */

.three_steps_tuning {
    padding: 60px 0px;
    background-size: cover;
    position: relative;
    background-position: bottom;
}

.three_steps_tuning_row {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
}

.three_steps_tuning_list_row {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0.01%, rgba(0, 0, 0, 0.16) 65.33%);
    margin-left: auto;
    padding: 30px 30px 30px 140px;
}

.three_steps_tuning_vehicle {
    position: relative;
}

.three_steps_tuning_row .main_button {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* .three_steps_tuning_vehicle:after {
  content: "";
  position: absolute;
  left: -119px;
    bottom: -2px;
    width: 800px;
    height: 400px;
  background-image: url(../images/three_step_vahicle.png);
  background-size: auto;
  background-repeat: no-repeat;
} */

.three_steps_tuning_vehicle img {
    min-width: 910px;
    position: absolute;
    left: -195px;
    bottom: 0;
    z-index: 0;
}


.three_steps_tuning_list {
    padding-bottom: 60px;
}

.three_steps_tuning_list h4 {
    font-family: "Teko", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 10px;
    color: #F8F8F8;
}

.three_steps_tuning_list p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F8F8F8;
}

.three_steps_tuning .section_header {
    margin-bottom: 50px;
}

.footer {
    background: linear-gradient(156.04deg, rgba(198, 198, 198, 0.3) -109.28%, rgba(198, 198, 198, 0) 87.7%);
    padding: 100px 0px;
}

.newsletter-success {
    margin: 15px 0;
    text-align: center;
    border-bottom: 1px solid;
    padding: 10px;
}

/* ----------help_and_info Start-----------  */
.help_and_info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 265px;
}

.help_and_info::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            #000 22%,
            rgba(0, 0, 0, 0) 68%);
    z-index: 0;
}

.help_and_info_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
    min-height: 265px;
    padding: 80px 0;

}

.help_and_info_content h3 {
    font-family: Archivo;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #F8F8F8;
}

.help_and_info_content span {
    font-family: Archivo;
    font-weight: 800;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #F8F8F8;
}

.help_and_info_content p {
    color: #F8F8F8;
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    max-width: 479px;
}

/* ----------help_and_info end-----------  */

/* ----------Resources And Download Start-----------  */
.resources_and_download {
    margin: 120px 0;
}

.download_resources_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.resources_and_download .section_header {
    margin-bottom: 0;
}

.download_resources_grid .download_resources_grid_box {
    padding: 30px;
    background: linear-gradient(180.02deg, rgba(255, 255, 255, 0.1) 0.01%, rgba(255, 255, 255, 0.02) 65.33%);
    backdrop-filter: blur(8px)
}

.download_resources_grid .download_resources_grid_box h3 {
    font-family: Teko;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #F8F8F8;
}

.download_resources_grid .download_resources_grid_box p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #F8F8F8;
    margin-top: 20px;
}

.version_and_size {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;

}

.version_and_size span {
    color: #F8F8F8;
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.download_resources_grid .download_resources_grid_box .outline_btn {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.download_resources_grid .download_resources_grid_box .outline_btn::after {
    right: calc(40% - 15px);
}

/* ----------Resources And Download End-----------  */

/* ----------contact_form_section start-----------  */
.contact_form_section {
    margin: 120px 0;
}

.contact_form_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.contact_form_text_area {
    background: linear-gradient(150deg, rgba(198, 198, 198, 0.5) -14.31%, rgba(198, 198, 198, 0) 86.67%);
    padding: 55px 60px;
}

.contact_form_text_area h3 {
    color: #F8F8F8;
    font-family: Archivo;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
}

.contact_form_text_area p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #F8F8F8;
    margin-top: 20px;
}

.contact_text_and_link {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 30px;
}

.contact_link_area {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact_link_area img {
    width: 30px;
    height: 30px;
}

.contact_text_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact_text_area span {
    color: #F8F8F8;
    font-family: Teko;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}

.contact_link_area a {
    color: #F8F8F8;
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.contact_link_area p {
    margin-top: 0;
}

.contact_form_filling_area {
    border: 0.96px solid #4A4A4A;
    padding: 30px;
}

.form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form_group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 28px;
}

.form_group:nth-last-child(2) {
    margin-bottom: 0;
}

.form_group label {
    color: #F8F8F8;
    font-family: Teko;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;

}

.form_group input,
.form_group textarea,
.form_group select {
    width: 100%;
    background: transparent;
    border: 0.92px solid #4A4A4A;
    padding: 10px 12px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
}

.form_group input::placeholder,
.form_group textarea::placeholder {
    color: #fff;
}

.form_group select option {
    background: #000;
}

.form_group textarea {
    height: 159px;
    resize: vertical;
}

.contact_form_filling_area .filled_btn {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.contact_form_filling_area .filled_btn::after {
    right: calc(40% - 15px);
}


/* ----------contact_form_section End-----------  */


/* ----------need_help_section start-----------  */
.need_help_section {
    margin: 120px 0;
}

.need_help_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0px 22px;
    background: linear-gradient(90deg, rgba(198, 198, 198, 0.5) -14.31%, rgba(198, 198, 198, 0) 86.67%);
    align-items: end;
}

.need_help_image_area img {
    width: 100%;
    height: 100%;
}

.need_help_text_area {
    padding: 60px 0;
}

.need_help_text_area p {
    margin-top: 20px;
}

/* ----------need_help_section End-----------  */

.foot_Sec {
    position: relative;
    display: block;
}

.footTopSec {
    padding: 60px 0 0;
    background: linear-gradient(295deg, rgba(198, 198, 198, 0.3) -109.28%, rgba(198, 198, 198, 0) 87.7%);
}

.copy_sec {
    padding: 15px 0;
    background: #000000;
    border-top: 1px solid #585858;
}

.Foot_Rows {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
    gap: 0 80px;
    padding-bottom: 60px;
}

.foot_logo {
    width: 48px;
    margin: auto;
}

.Foot_Rows .newsletter-banner {
    grid-column: span 2;
}

.Foot_Rows .payment-icons.spacing-style {
    grid-column: span 3;
    display: flex;
}

.Foot_Rows .payment-icons.spacing-style .payment-icons__list {
    margin-top: auto;
    margin-bottom: auto;
}

.news_lattar_form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news_lattar_form .heading_foot {
    margin-bottom: 10px;
}

.news_lattar_form .news_lattar__Wrp_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.news_lattar_form .news_lattar__Wrp_form :is(input) {
    border: 1px solid #4a4a4a;
    width: 100%;
    height: 52px;
    background: transparent;
    padding: 5px 15px;
    display: block;
    border-radius: 0;
}

.news_lattar_form .news_lattar__Wrp_form :is(input),
.news_lattar_form .news_lattar__Wrp_form :is(input)::placeholder {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.news_lattar_form .news_lattar__Wrp_form button {
    width: 100%;
    min-width: 100%;
}

.news_lattar_form .news_lattar__Wrp_form button::after {
    right: calc(40% - 5px);
}

.foot__menus {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.heading_foot {
    font-family: "Teko";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.foot__menus ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.foot__menus ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    display: block;
    max-width: fit-content;
}

.foot__menus ul li a:hover {
    text-shadow: 0 1px 0 #fff;
}

.foot__menus ul li a:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -2px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    background: #fff;
    transition: transform 0.25s ease-out;
}

.foot__menus ul li a:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.social_list {
    position: relative;
    display: block;
}

.social_list ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social_list ul li a {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border: 0.6px solid #f8f8f84d;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_list ul li a:hover {
    background: #f8f8f8;
}

.social_list ul li a:hover svg path {
    fill: #000;
}

.copy_sec .page-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.copy_Text p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
}

.copy_right_Text {
    max-width: 590px;
    margin-left: auto;
}

.copy_right_Text :is(p, li, a) {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
}

.foot__contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.foot__contact .disx_cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.foot__contact .disx_cont :is(p, li, a) {
    font-family: "Archivo";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff !important;
    text-wrap: balance;
}

.foot__contact .disx_cont p strong {
    font-weight: 400;
    display: block;
}

.foot__contact .disx_cont :is(a):hover {
    text-decoration: underline;
}

.vf_faq_accordion .accordion-item .accordion-item-header .accordion_icon .minus-icon {
    display: none;
}

.vf_faq_accordion .accordion-item.open .accordion-item-header .accordion_icon .minus-icon {
    display: block;
}

.vf_faq_accordion .accordion-item.open .accordion-item-header .accordion_icon .plus-icon {
    display: none;
}

.shopByBrandSec {
    position: relative;
}

.shopByBrandSec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.shopByBrandSec::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

body .page-wrapper--drawer-open {
    margin-right: 0;
}

body:has(.theme-drawer__dialog[open]) .page-wrapper--drawer-open:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009e;
    z-index: 99;
}

body:has(.theme-drawer__dialog[open]) {
    overflow: hidden !important;
}

body .theme-drawer__dialog {
    z-index: 9999999;
}

.pdp_details_swiper_sec {
    position: relative;
    margin: 120px 0;
    display: block;
}

.pdp_details_Rows {
    display: grid;
    grid-template-columns: 40% 60%;
}

.details__PDP_Info {
    display: flex;
    flex-direction: column;
    padding: 60px 30px;
    background: linear-gradient(270deg, rgba(198, 198, 198, 0.5) -109.28%, rgba(198, 198, 198, 0) 87.7%);
    position: relative;
    z-index: 1;
    padding-left: 110px;
    margin-left: -80px;
    justify-content: center;
}

.pdp_Slide_details {
    width: 100%;
    position: z;
    position: relative;
    z-index: 2;
}

.details__PDP_Info span {
    font-family: "Archivo";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #f8f8f8;
    margin-bottom: 10px;
}

.details__PDP_Info h2 {
    color: #f8f8f8;
    max-width: 528px;
}

.disx__pdpinfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 0;
}

.disx__pdpinfo :is(p, li, span, a) {
    font-family: "Archivo";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #f8f8f8;
}

.pdp_Slide_details_wrapper {
    width: 100%;
    height: 100%;
    border: 1px solid #4a4a4a;
    padding: 60px 40px;
    width: 100%;
}

.info_cards_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.cards__info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cards__info .crds__icon {
    background: linear-gradient(156.04deg,
            rgba(198, 198, 198, 0.5) -30.22%,
            rgba(198, 198, 198, 0) 67.97%);
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards__info .crds__icon img {
    width: 20px;
    height: 100%;
    object-fit: contain;
}

.crds_info_dts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.crds_info_dts h3 {
    font-family: "Teko";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #f8f8f8;
}

.crds_info_dts p {
    font-family: "Archivo";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #f8f8f8;
}

.info_btns {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pdp_product_card {
    position: relative;
}

.pdp_product_card_image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

body div :is(.swiper-button-next, .swiper-button-prev) {
    height: 40px;
    width: 40px;
    border-radius: 0px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 0px !important;
}

.pdp_product_card_content {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #4A4A4A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pdp_product_title a {
    font-family: Teko;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    display: block;
    max-width: 250px;
}

.pdp_product_price span {
    font-family: Archivo;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
}

body div :is(.swiper-button-next, .swiper-button-prev) .swiper-navigation-icon {
    height: 100%;
    width: 100%;
}

body div :is(.swiper-button-next, .swiper-button-prev) .swiper-navigation-icon path {
    fill: #000;
}

/* body div :is(.swiper-button-next, .swiper-button-prev)::after {
    font-size: 20px;
    color: #000;
} */
body div :is(.swiper-button-next)::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 49%;
    width: 18px;
    height: 12px;
    background-image: url(/cdn/shop/files/right-arrow.svg);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0px;
}

body div :is(.swiper-button-prev)::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 36%;
    width: 18px;
    height: 12px;
    background-image: url(/cdn/shop/files/right-arrow.svg);
    transform: rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0px;

}


body div :is(.swiper-button-next) {
    right: 20px;
}

body div :is(.swiper-button-prev) {
    left: 20px;
}

body div :is(.swiper-button-next, .swiper-button-prev).swiper-button-lock {
    display: none;
}

.pdp_Slide_details_wrapper {
    position: relative;
}

body div.pdp_Slide_details_wrapper :is(.swiper-button-next) {
    right: -10px;
}

body div.pdp_Slide_details_wrapper :is(.swiper-button-prev) {
    left: -10px;
}

body div.pdp_Slide_details_wrapper .swiper-slide {
    height: auto;
}

body div .swiper-pagination {
    position: relative;
    padding-top: 40px;
    top: unset !important;
    bottom: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

body div .swiper-pagination .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
    background: #3C3A3A;
    opacity: 1;
}

body div .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    position: relative;
    height: 23px;
    width: 23px;
}

body div .swiper-pagination .swiper-pagination-bullet-active::after {
    content: '';
    height: 11px;
    width: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

/* POLICIES */

body .shopify-policy__container,
body .page-width-content:has(.defaultPageLayout) {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 100px;
    margin-bottom: 100px;
    display: block;
}

body .shopify-policy__container .shopify-policy__title,
.defaultPageLayout .text-block :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 50px;
}

body .shopify-policy__container .shopify-policy__title :is(h1, h2, h3),
.defaultPageLayout .text-block :is(h1, h2, h3) {
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    text-align: left;
}

.defaultPageLayout .page-content rte-formatter :is(h1, h2, h3, h4, h5, h6) * {
    color: #fff;
}

body .shopify-policy__container .shopify-policy__body .rte :is(p, li, div),
.defaultPageLayout .page-content rte-formatter :is(p, li, div) {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    margin: 20px 0;
    text-align: left !important;
}

body .shopify-policy__container .shopify-policy__body .rte :is(p, li, div) a,
.defaultPageLayout .page-content rte-formatter :is(p, li, div) a {
    text-decoration: underline;
}

body .shopify-policy__container .shopify-policy__body .rte :is(h1, h2),
.defaultPageLayout .page-content rte-formatter :is(h1, h2) {
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 30px 0;
}

body .shopify-policy__container .shopify-policy__body .rte :is(h3, h4, h5, h6),
.defaultPageLayout .page-content rte-formatter :is(h3, h4, h5, h6) {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    margin: 30px 0;
}

body .shopify-policy__container .shopify-policy__body .rte>*:last-child,
.defaultPageLayout .page-content rte-formatter>*:last-child {
    margin-bottom: 0px;
}

body .shopify-policy__container .shopify-policy__body .rte table,
.defaultPageLayout .page-content rte-formatter table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

body .shopify-policy__container .shopify-policy__body .rte table th,
body .shopify-policy__container .shopify-policy__body .rte table td,
.defaultPageLayout .page-content rte-formatter .rte table th,
.defaultPageLayout .page-content rte-formatter .rte table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #a9b6ae3d;
}

body .shopify-policy__container .shopify-policy__body .rte table th,
.defaultPageLayout .page-content rte-formatter .rte table th {
    font-weight: 600;
    font-family: Fraunces;
}

body .shopify-policy__container .shopify-policy__body .rte table tr,
body .shopify-policy__container .shopify-policy__body .rte table td,
.defaultPageLayout .page-content rte-formatter table tr,
.defaultPageLayout .page-content table rte-formatter td {
    vertical-align: top;
}

/* POLICIES */

/* DEFAULT PAGE */



/* DEFAULT PAGE */

/* cart page  */

.template-cart .cart-page {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 60px 0;
    display: block;
}

.cart-page__title {
    margin-bottom: 30px;
}

.cart-page__summary {
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: 0;
    padding: 0px !important;
}

.cart-page__summary .cart-summary__inner {
    padding: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #fff;
    border: 1px solid #D9D9D9;
    gap: 20px;
}

.cart-page__summary .cart-summary__inner .cart-totals {
    gap: 0px !important;
}

.template-cart cart-items-component .section--page-width {
    display: block;
}

.cart-page--empty .cart-page__title {
    margin: 0px !important;
}

/* cart page  */

/* 404 */

.template-404 .template-404 .mainBtn {
    margin-top: 0px;
}

.template-404 .template-404 a.button {
    font-family: "Teko", sans-serif;
    color: #000;
    background: #fff;
    height: auto;
    min-height: auto;
    font-size: 20px;
    padding: 15px 20px 14px;
    line-height: 1;
    text-transform: none;
}

/* 404 */

/* Search modal */

body .predictive-search-form .predictive-search-form__header-inner {
    overflow: hidden;
}

body .predictive-search-form input.search-input {
    padding: 10px 30px 10px 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000;
    background: transparent !important;
}

body .predictive-search-form .predictive-search-form__header-inner .predictive-search__reset-button {
    display: none;
}

body .predictive-search-form .predictive-search__icon {
    left: 15px;
    height: 20px;
    width: 20px;
}

body .predictive-search-form .predictive-search__icon svg {
    height: 100%;
    width: 100%;
}

body predictive-search-component,
body predictive-search-component .predictive-search-form {
    position: static;
}

body .search-modal .search-modal__content {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

body predictive-search-component .recently-viewed-wrapper,
body predictive-search-component .predictive-search-results__products {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

body predictive-search-component :is(.predictive-search-results__title, .predictive-search-results__title) {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 0;
}

body predictive-search-component .predictive-search-results__clear {
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline !important;
    color: #000;
    font-weight: 400;
    opacity: 1;
}

body predictive-search-component .predictive-search-results__resource-header {
    height: fit-content;
    margin: 20px 0 10px;
}

body predictive-search-component .predictive-search-results__list {
    margin: 0;
    padding: 0;
    gap: 10px;
}

body predictive-search-component .predictive-search-results__list .resource-card {
    position: relative;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin: 0 !important;
    overflow: hidden;
    background: #fffaf200 !important;
    box-shadow: none !important;
}

body predictive-search-component .resource-card .resource-card__media {
    width: 100%;
    aspect-ratio: unset;
    height: 100px !important;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin: 0 auto;
}

body predictive-search-component .resource-card .resource-card__media img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}

body predictive-search-component .resource-card .resource-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}

body predictive-search-component .resource-card .resource-card__content .resource-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000;
    text-transform: unset;
    text-align: center;
    font-family: "Teko", sans-serif;
}

body predictive-search-component .resource-card .resource-card__content div[ref="priceContainer"] {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

body predictive-search-component .resource-card .resource-card__content .price,
body predictive-search-component .resource-card .resource-card__content .resource-card__subtext {
    margin-top: 0px !important;
    font-size: 16px;
    color: #000;
    font-weight: 600px;
    text-align: center;
    display: flex;
    justify-content: center;
}

body predictive-search-component .predictive-search-results__card,
body predictive-search-component .predictive-search-results__card:not(.predictive-search-results__card--product) {
    padding: 0 !important;
    background: transparent !important;
    border: unset !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

body predictive-search-component .resource-card__image-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}

body predictive-search-component .predictive-search-results__wrapper slideshow-slides {
    gap: 10px;
}

/* Search modal */

/* CART DRAWER */

body .cart-drawer__inner {
    background: #000;
}

body .cart-drawer__inner>* {
    background: transparent;
}

body .theme-drawer__close-button {
    color: #f8f8f8 !important;
    top: unset;
    right: unset;
    height: 30px;
    max-width: 30px;
    margin-left: auto;
    margin-right: 0;
    box-shadow: unset;
    width: 100%;
    position: relative;
    border: none;
    outline: none;
    background: transparent !important;
}

body .theme-drawer__close-button * {
    height: 100%;
    width: 100%;
}

body .cart-drawer__inner .cart-drawer__content {
    background: transparent;
}

body .cart-drawer__inner .cart-drawer__summary {
    background: transparent;
}

body .cart-drawer__inner .theme-drawer__title,
body .cart-page__title,
body .cart-page__title * {
    font-size: 40px !important;
    line-height: 1 !important;
    letter-spacing: 0px;
    font-weight: 600 !important;
    font-family: "Archivo", serif !important;
    color: #F8F8F8 !important;
}

body .cart-page__title .cart-bubble {
    display: none;
}

body .theme-drawer__header .theme-drawer__title .theme-drawer__badge,
body .cart-page__title .theme-drawer__badge {
    display: none;
}

body .theme-drawer__items {
    padding: 0px !important;
}

body .theme-drawer__content {
    padding: 15px;
    background: transparent;
}

body .cart-items__wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0px;
    color: #f8f8f8;
    margin-top: 10px;
}

body .cart-items__wrapper p a {
    text-decoration: underline !important;
    text-underline-offset: 2px;
    color: #f8f8f8;
}

body .cart-items__wrapper p a:hover {
    opacity: 0.6;
}

body .theme-drawer__header {
    padding: 20px 15px 40px;
    background-color: transparent;
}

body form#cart-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body .cart-items__table-row .cart-items__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: "Teko", sans-serif;
    color: #f8f8f8;
}

body .cart-items__table-row .cart-items__details div * {
    width: 100%;
}

body .cart-items__table-row .cart-items__details div p {
    margin-top: 0px;
}

body .cart-drawer__summary :is(.cart-totals__total-label, .cart-totals__total-value) {
    color: #fff;
}

body .cart-drawer__summary .cart-totals__tax-note small {
    color: #fff;
}

body .cart-drawer__summary .cart__ctas .cart__checkout-button {
    background: #fff;
    color: #000;
}

body .cart-items__table-row .cart-items__details div.cart-items__variant :is(span, dd, s) {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0px;
    color: #f8f8f8;
    opacity: 1;
}

body .cart-items__table-row .cart-items__details div.cart-items__variant {
    margin-bottom: 0px;
}

body .cart-items__table-row .cart-items__details li {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0px;
}

body .cart-items__table-row .cart-items__details div .visually-hidden {
    display: block;
    position: relative !important;
    margin: unset !important;
    font-weight: 900;
    height: auto;
    width: auto;
    font-size: 14px;
    line-height: 1;
    color: #f8f8f8;
}

body .cart-items__quantity {
    margin-top: 20px;
}

body .cart__summary-totals .cart-actions {
    display: none;
}

body .cart__ctas.mainBtn {
    margin-top: 0px !important;
    max-width: 100%;
}

body .cart__ctas.mainBtn :is(a, button) {
    width: 100%;
    max-width: 100%;
}

body .cart-items__media-container {
    padding: 10px;
    border: 1px dashed #f8f8f8;
    border-radius: 0px;
    --ratio: 1 !important;
}

body .cart-items__media-container img {
    object-fit: contain;
}

body .theme-drawer__summary {
    padding: 0px !important;
    background: transparent;
}

body .cart-discount__summary {
    display: none;
}

body .cart-totals__total-label,
body .cart-totals__total-value {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000;
}

body .cart-totals__tax-note small {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

body .cart-items__table-row .cart-items__details div.cart-items__unit-price-wrapper .visually-hidden {
    display: none;
}

body .cart-items__table-row .cart-items__variants {
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body .cart-items__table-row .cart-items__details div.cart-items__unit-price-wrapper {
    margin-top: 5px;
}

body .cart-items__table-row .cart-items__details div.cart-items__unit-price-wrapper span,
body .cart-items__price,
body .cart-items__price * {
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #f8f8f8;
}

body .cart-items__table-row .cart-items__details div.cart-items__unit-price-wrapper .compare-at-price {
    padding-left: 10px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0px;
    text-decoration: line-through;
    color: #f8f8f8;
    opacity: 1;
}

body .cart__ctas .cart__checkout-button {
    font-family: Teko;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    text-transform: none;
    height: auto;
}

body .cart-items__table .cart-items__remove {
    color: #fff;
}

body .cart-items__empty-button {
    background: #fff;
    color: #000;
    margin-top: 30px;
    font-family: "Teko", sans-serif;
    font-size: 18px;
    text-transform: none;
}

/* CART DRAWER */

/* Menu drawer */

body .menu-drawer {
    z-index: 99;
    padding: 20px 15px;
    gap: 50px;
    background: #000;
    border: .5px solid #f8f8f8;
}

body .menu-drawer .menu-drawer__menu {
    display: flex;
    flex-direction: column;
}

body .menu-drawer .menu-drawer__menu.has-submenu {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
}

body .menu-drawer .menu-drawer__menu.menu-drawer__menu--childlist {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

body .menu-drawer .menu-drawer__menu.menu-drawer__menu--childlist .menu-drawer__menu-item {
    padding: 18px 0px !important;
    font-size: 18px;
    border-top: 1px solid #F8F8F8;
}

body .menu-drawer .menu-drawer__menu.menu-drawer__menu--childlist li {
    border: none !important;
}

body .menu-drawer .menu-drawer__close-button {
    height: 30px !important;
    width: 30px !important;
    min-height: 30px;
    padding: 0px;
    z-index: 1;
}

body .menu-drawer .menu-drawer__close-button svg path {
    fill: #F8F8F8;
}

body .menu-drawer .menu-drawer__close-button * {
    height: 100%;
    width: 100%;
}

body .menu-drawer .menu-drawer__featured-content {
    display: none;
}

body .menu-drawer .menu-drawer__menu li {
    border-top: 1px solid #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
    margin: 0px !important;
}

body .menu-drawer .menu-drawer__menu-container--divider {
    border: none !important;
}

body .menu-drawer .menu-drawer__menu li:not(:last-child) {
    border-bottom: 1px solid transparent;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu-item {
    min-height: auto;
    height: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0px;
    padding: 20px 0 !important;
    margin: 0px !important;
    transition: all ease .3s;
    color: #F8F8F8;
    font-family: "Teko", sans-serif;
}

body .menu-drawer .menu-drawer__menu .menu-drawer__menu-item>.svg-wrapper {
    padding: 0px !important;
    width: 18px;
    height: 18px;
}

body .menu-drawer .menu-drawer__back-button>.svg-wrapper svg path {
    stroke: #F8F8F8;
}

/* Menu drawer sub menu */
body .menu-drawer .menu-drawer__submenu {
    background: #F8F8F8;
}

body .menu-drawer .menu-drawer__menu-item--parent {
    min-height: auto;
    height: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0px;
    padding: 15px 0 !important;
    margin: 0 !important;
    transition: all ease .3s;
    color: #F8F8F8;
}

body .menu-drawer .menu-drawer__submenu .menu-drawer__close-button {
    display: none;
}

body .menu-drawer .menu-drawer__submenu .menu-drawer__back-button {
    padding: 20px 15px !important;
    min-height: auto;
    height: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0px;
    margin: 0 !important;
    transition: all ease .3s;
    color: #F8F8F8;
    background: #F8F8F8;
    border: none !important;
    outline: none !important;
    box-shadow: unset !important;
    border-radius: 0px !important;
}

body .menu-drawer .menu-drawer__submenu ul {
    padding: 40px 15px;
}

body .menu-drawer .menu-drawer__submenu .menu-drawer__menu ul {
    padding: 0px;
}

body .menu-drawer .menu-drawer__submenu .menu-drawer__menu ul {
    gap: 10px;
    padding-bottom: 18px;
}

body .menu-drawer .menu-drawer__submenu .menu-drawer__menu ul li {
    border: none !important;
}

body .menu-drawer .menu-drawer__submenu .menu-drawer__menu ul .menu-drawer__menu-item {
    padding: 0px !important;
    font-size: 16px;
    border: none !important;
}

body .menu-drawer .menu-drawer__submenu .menu-drawer__menu ul.menu-drawer__menu.menu-drawer__menu--grandchildlist.details-content {
    padding-left: 10px !important;
}

/* Menu drawer sub menu */
/* Menu drawer */

/* quantity-selector */

body .quantity-selector {
    min-height: 50px;
    max-height: 50px;
    height: auto !important;
    min-width: 105px;
    max-width: 105px;
    border: 1px solid #F8F8F8;
    border-radius: 0px !important;
    padding: 5px;
    background: transparent !important;
    gap: 5px;
    justify-content: space-evenly;
}

body .quantity-selector button {
    background: transparent !important;
    height: 100% !important;
    width: 20px !important;
    max-width: 20px;
    border-radius: 50% !important;
    color: #f8f8f8;
}

body .quantity-selector input {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    flex: 1;
    color: #fff !important;
}

body .quantity-selector button svg path {
    stroke: #fff;
}

/* quantity-selector */

.page_banner {
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page_banner_content {
    padding: 100px 0;
    position: relative;
}

.page_banner_content .match-tag {
    font-family: Teko;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.page_banner_content .match-tag::before {
    content: '';
    height: 6px;
    width: 6px;
    background: #7BBE29;
    border-radius: 50%;
}

.page_banner_content .vehicle-pill {
    margin-bottom: 20px;
    background: #212121;
    padding: 5px 10px;
    font-family: Archivo;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #A7A7A7;
    max-width: fit-content;
}

.page_banner_content .vehicle-pill a {
    color: #fff;
    text-decoration: underline;
    margin-left: 5px;
}

.page_banner_content h1 {
    font-family: Archivo;
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    color: #F8F8F8;
}

.page_banner_content p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-top: 15px;
    max-width: 600px;
    text-wrap: balance;
}

.page_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            #000 30%,
            rgba(0, 0, 0, 0) 68%);
    z-index: 0;
}

body .header-actions__cart-icon .cart-bubble {
    height: 16px;
    width: 16px;
}

/* shipping_and_return_section start */
.shipping_and_return_section {
    padding: 120px 0;
}

.shipping_btn_area {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.1) 51.92%, rgba(255, 255, 255, 0.01) 100%);
    padding: 30px;
    overflow-x: auto;
    position: relative;
    text-wrap: nowrap;
}

.shipping_btn_area button {
    background: transparent;
    border: none;
    color: #C8C8C8;
    font-family: Teko;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
}

.shipping_btn_area button::before {
    content: '';
    height: 7px;
    width: 7px;
    background: #f8f8f8;
    border-radius: 7px;
    position: relative;
    transition: all ease .3s;
    position: absolute;
    opacity: 0;
}

.shipping_and_return_text h3 {
    font-family: Archivo;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
    align-items: center;
    text-align: center;
    padding: 60px 0 50px;
    color: #F8F8F8;
}

.shipping_and_return_section .vf_faq_accordion .accordion-item .accordion-item-header {
    padding: 30px 0;
}

.shipping_and_return_section .vf_faq_accordion .accordion-item {
    border-bottom: 1px solid #4A4A4A;
}

.shipping_and_return_section .vf_faq_accordion .accordion-item:last-child {
    border-bottom: 1px solid #4A4A4A !important;

}

.shipping_and_return_section .accordion-item-header span {
    color: #F8F8F8;
    font-family: Teko;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
}

.shipping_and_return_section .accordion-item-description-wrapper .accordion-item-description p {
    max-width: 1180px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;

}

.faq-content {
    display: none;
}

.faq-content.active {
    display: block;
    animation: faqanimation .4s ease-out;
}

@keyframes faqanimation {
    from {
        opacity: 0;
        transform: scale(.90);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.shipping_btn_area button.active {
    color: #fff;
}

.shipping_btn_area button.active::before {
    display: block;
    position: relative;
    opacity: 1;
}

/* shipping_and_return_section End  */

.remove_spacing_top {
    margin-top: 0px !important;
}

.remove_spacing_bottom {
    margin-bottom: 0px !important;
}

/* about_vf_tuner_box start  */
.about_vf_tuner_section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    overflow: hidden;
}

.about_vf_tuner_section::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 108.82%);
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 70px;
    background-size: contain;
    pointer-events: none;
}

.counter_vehicle_image {
    z-index: 1;
    margin-top: 30px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.counter_vehicle_image img {
    margin: 0 auto;
    max-width: 902px;
    object-fit: contain;
}

.about_vf_tuner_box {
    background: linear-gradient(180.02deg, rgba(0, 0, 0, 0.8) 0.01%, rgba(0, 0, 0, 0) 65.33%);
    backdrop-filter: blur(1.4px);
    padding: 60px 100px 0;
    text-align: center;
    position: relative;
}

.about_vf_tune_counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    position: relative;
}

.counter_item {
    align-items: center;
}

.counter_item span {
    font-family: Archivo;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
    color: #F8F8F8;
}

.counter_item p {
    font-family: Teko;
    font-weight: 400;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #F8F8F8;
    margin-top: 20px;
}

/* about_vf_tuner_box End */

/* tune_vf_software_section start */
.tune_vf_software_section {
    padding: 120px 0;
}

.tune_vs_software_btn_area {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-x: auto;
}

.tune_vs_software_btn_area h2 {
    padding-bottom: 30px;
}

.tune_vf_buttons {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.1) 51.92%, rgba(255, 255, 255, 0.01) 100%);
    padding: 30px 20px;
    gap: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
    position: relative;
    text-wrap: nowrap;
}

.tune_vf_buttons button:empty {
    display: none;
}

.tune_vf_buttons button {
    font-family: Teko;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    background: transparent;
    border: none;
    color: #C8C8C8;
    cursor: pointer;
    display: flex;
    gap: 12px;
    align-items: center;
}

.vehicle_detail_area h3 {
    text-align: center;
    font-family: Archivo;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #F8F8F8;
    padding: 50px 0 60px;
}

.vehicle_detail_box {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, .08),
            rgba(255, 255, 255, .02));
    backdrop-filter: blur(8px);
    overflow: hidden;
    padding: 40px;
}

.vehicle_detail_row {
    display: grid;
    grid-template-columns: 1.6fr 1.4fr 1fr;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #4A4A4A;
    opacity: 1;
    transform: translateY(0);
}

.vehicle_detail_row:last-child {
    border-bottom: none;
}

.vehicle_detail_header h5 {
    font-family: Teko;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #F8F8F8;
    padding-bottom: 34px;
}

.vehicle_detail_row p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #F8F8F8;
    padding: 30px 0;
}

.vehicle_detail_row p:has(strong) {
    font-family: Teko;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.vehicle_detail_row p:has(strong) strong {
    font-weight: 400;
}


.tune_vf_buttons button.active::before {
    position: relative;
    opacity: 1;
    display: block;

}

.tune_vf_buttons button::before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #f8f8f8;
    transition: all ease .3s;
    position: absolute;
    opacity: 0;
}

.brand-data {
    display: none;
    opacity: 0;
    transform: translateY(20px);
}

.brand-data.active {
    display: block;
    animation: fadeUp .45s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* tune_vf_software_section End  */

/* PRODUCT CARD */

body product-card.product-card .productDetail-list ul {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 12px 30px;
    place-content: space-between;
    margin-top: 5px;
}

body product-card.product-card .productDetail-list ul li {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body product-card.product-card .productDetail-list ul li::before {
    content: '';
    height: 6px;
    width: 6px;
    min-width: 6px;
    background: #7BBE29;
    border-radius: 50%;
}

body product-card.product-card .product-card__content {
    padding: 20px !important;
    border: 1px solid #4A4A4A;
    gap: 20px;
    height: 100%;
}

body product-card.product-card .product-card__content .card-gallery {
    margin: 0px !important;
}

body product-card.product-card .product-card__content .group-block--height-fit {
    flex: 1;
}

body product-card.product-card .product-card__content .group-block--height-fit .group-block-content {
    align-items: flex-start;
    --vertical-alignment: flex-start !important;
}

.cardColl-tag {
    background: #212121;
    color: #A7A7A7;
    padding: 6px 10px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.cardColl-tag span {
    display: block;
}

body product-card.product-card .product-card__content .product-title a {
    font-family: Teko;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    display: block;
    margin-top: 5px;
}

body product-card.product-card .product-card__content .productCard-detal p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

body product-card.product-card .product-card__content .buy-buttons-block {
    flex: 1;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    width: 100%;
}

body product-card.product-card .product-card__content .buy-buttons-block button {
    border: 1px solid #F8F8F8;
    padding: 15px;
    font-family: Teko;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    color: #F8F8F8;
    display: block;
    text-transform: capitalize;
    margin-top: 20px;
    outline: none;
    box-shadow: none;
    transition: all ease .3s;
    width: 100%;
    height: auto;
}

body product-card.product-card .product-card__content .buy-buttons-block product-form-component {
    width: 100%;
}

body product-card.product-card .product-card__content .buy-buttons-block button:hover {
    background: #f8f8f8;
    color: #000;
}

body product-card.product-card .product-card__content .buy-buttons-block button .add-to-cart-icon {
    display: none;
}

body product-card.product-card .product-badges .product-badges__badge {
    font-family: Teko;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    padding: 10px 15px 8px;
    border-radius: 0px;
    background: linear-gradient(162.66deg, #C6C6C6 12.01%, #000000 131.66%);
}

.pdp_Slide_tabs .swiper-slide,
.Product_slider_recom .swiper-slide {
    height: auto;
    width: 416px;
}

.Kids_products_tabs .outline_btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

body product-card.product-card product-price {
    margin-top: 10px;
}

body product-card.product-card product-price span {
    font-family: Teko;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
}

body product-card.product-card .bestFor-wrap {
    border-top: 1px solid #4A4A4A;
    border-bottom: 1px solid #4A4A4A;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
}

body product-card.product-card .shopify-block:has(.bestFor-wrap) {
    width: 100%;
}

body product-card.product-card .bestFor-wrap p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

body product-card.product-card .bestFor-wrap p span {
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

/* PRODUCT CARD */

/* COLLECTION PAGE */

body .product-grid-container {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: block;
}

body .collection-wrapper {
    padding: 60px 0 120px;
}

body .collection-wrapper .facets--horizontal {
    padding-bottom: 50px;
    justify-content: space-between;
}

body .collection-wrapper .facets--filters-title {
    font-family: Archivo;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
}

body .collection-wrapper .facets--horizontal .products-count-wrapper {
    margin-left: 25px;
    flex: 1;
}

body .collection-wrapper .facets--horizontal .products-count-wrapper span {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}

body .collection-wrapper .facets--horizontal .facets__summary {
    border: 1px solid #F8F8F8;
    padding: 10px;
}

body .collection-wrapper .facets--horizontal .facets__summary span {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    display: block !important;
    width: fit-content !important;
}

body .collection-wrapper .facets--horizontal .facets__summary .svg-wrapper {
    margin: 0 0 0 15px;
    height: 16px;
    width: 16px;
    min-width: 16px;
}

body .collection-wrapper .facets--horizontal .facets__summary .svg-wrapper svg {
    height: 100%;
    width: 100%;
}

body .facets .facets__item .facets__summary {
    padding-top: 30px;
    padding-bottom: 30px;
}

body .facets .facets__item .facets__summary .facets__label {
    font-family: Teko;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0px;
}

body .facets .facets__item .price-facet__inputs-wrapper .field__input {
    border-radius: 0px;
    color: #000;
}

body .facets .facets__item .price-facet__inputs-wrapper .field__input::placeholder {
    color: #000;
}

body .facets .facets__item .price-facet__inputs-wrapper .field__label {
    color: #000;
}

body .facets .facets__item .price-facet__inputs-wrapper .price-facet__separator,
body price-facet-component .price-facet__highest-price {
    color: #fff;
}

body .facets .facets__item floating-panel-component {
    padding-bottom: 30px !important;
}

body .facets .facets__item floating-panel-component .facets__inputs-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}

body .facets .facets__item floating-panel-component .fit_your_kit_form {
    padding: 0px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

body .facets .facets__item floating-panel-component .fit_your_kit_form>* {
    width: 100%;
    max-width: 100%;
}

/* body .facets .facets__item floating-panel-component.facets__inputs {
    margin-top: -10px;
} */

body .facets .facets__item .facets__inputs-wrapper .facets__inputs-list {
    gap: 16px;
}

body .facets .facets__item .checkbox__label {
    gap: 10px;
    align-items: center;
}

body .facets .facets__item .checkbox__label .icon-checkmark {
    border-radius: 0px;
}

body .facets .facets__item .checkbox__label .checkbox__label-text {
    padding-left: 0px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
}

body .collection-wrapper .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

body .collection-wrapper .main-collection-grid .filled_btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

body .collection-wrapper .facets__clear-all-link--active {
    padding-top: 0px !important;
}

body .collection-wrapper .facets__clear-all-link--active a {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

body .collection-wrapper .facets__clear-all-link--active a::after {
    right: calc(39% - 20px);
}

/* COLLECTION PAGE */

body .header .header__column--right .search-action button {
    align-items: center;
}

body .header .header__column--right .search-action span.hidden {
    display: flex !important;
    font-family: Teko;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
}

/* PRODUCT PAGE */

body .product-information .product-information__grid {
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px) !important;
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 120px;
}

body .product-information .product-information__grid>* {
    padding: 0px !important;
    grid-column: unset !important;
}

body .product-information .product-information__media .media-gallery__grid {
    gap: 10px;
}

body .product-information .product-information__media .media-gallery__grid li:first-child {
    aspect-ratio: 630/577;
}

body .product-information .product-information__media .media-gallery__grid li {
    aspect-ratio: 310/400;
}

body .product-information .product-information__media .media-gallery__grid li .product-media-constraint-wrapper {
    height: 100%;
}

body .product-information .product-information__media .media-gallery__grid li .product-media-constraint-wrapper {
    height: 100%;
}

body .product-information .product-information__media .media-gallery__grid li .product-media-constraint-wrapper .product-media {
    height: 100%;
    width: 100%;
}

body .product-information .product-details>.group-block--height-fit {
    padding-top: 0px;
    padding-bottom: 0px;
}

body .product-information .product-details .cardColl-tag {
    margin-bottom: 5px;
}

body .product-information .product-details .jdgm-horizon-widget {
    width: fit-content;
}

body .product-information .product-details .text-block h1 {
    font-family: Archivo;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
}

body .product-information .product-details .jdgm-prev-badge {
    margin-right: 30px;
    font-size: 12px;
}

body .product-information .product-details .stock-widget {
    margin-top: -35px;
    margin-bottom: 20px;
}

body .product-information .product-details .jdgm-prev-badge .jdgm-prev-badge__text {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0px;
    margin-left: 10px;
}

body .product-information .product-details .product-inventory__status {
    padding: 8px 10px;
    color: #fff;
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    display: block;
}

body .product-information .product-details .product-inventory__status:has(.product-inventory__icon-in_stock) {
    background: var(--color-instock);
}

body .product-information .product-details .product-inventory__status:has(.product-inventory__icon-low) {
    background: var(--color-lowstock);
}

body .product-information .product-details .product-inventory__status:has(.product-inventory__icon-out_of_stock) {
    background: var(--color-outofstock);
}

body .product-information .product-details .product-inventory__status .svg-wrapper {
    display: none;
}

body .product-information .product-details .shippingText {
    margin-top: 5px;
}

body .product-information .product-details .shippingText p {
    font-family: Archivo;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0px;
    color: #f8f8f8;
}

body .product-information .product-details product-price {
    margin-top: 40px;
    margin-bottom: 20px;
}

body .product-information .product-details product-price span {
    font-family: Teko;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
}

body .product-information .product-details .divider__line {
    border-color: #4A4A4A;
}

body .product-information .product-details .productCard-detal p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

body .product-information .product-details .productDetail-list {
    background: linear-gradient(154.64deg, rgba(198, 198, 198, 0.5) -16.18%, rgba(198, 198, 198, 0) 77.47%);
    padding: 20px;
}

body .product-information .product-details .productDetail-list ul {
    display: flex;
    justify-content: space-between;
    gap: 30px 10px;
    flex-wrap: wrap;
}

body .product-information .product-details .productDetail-list ul li {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

body .product-information .product-details .productDetail-list ul li::before {
    content: '';
    background-image: url(/cdn/shop/files/prod-det-list-icon.svg?v=1786991145);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 20px;
    width: 20px;
}

body .product-information .product-details .productDetail-list ul li:nth-child(even) {
    align-items: end;
}

body .product-information .product-details .product-form-buttons button.add-to-cart-button {
    height: 50px;
    padding: 16px 10px 12px;
    font-family: Teko;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
}

body .product-information .product-details .product-form-buttons button.add-to-cart-button:hover {
    color: #fff;
    background: transparent
}

body .product-information .product-details .product-form-buttons button.add-to-cart-button .add-to-cart-icon {
    display: none;
}

body .product-information .product-details .variant-picker__form {
    margin-bottom: 15px;
}

body .product-information .product-details .variant-picker__form .variant-option legend {
    font-family: Teko;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

body .product-information .product-details .variant-picker__form .variant-option[data-testid="variant-option-single"] {
    font-family: Teko;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
}

body .product-information .product-details .variant-picker__form .variant-option__button-label {
    padding: 15px 20px;
    border-radius: 0px;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    min-height: auto;
}

body .product-information .product-details .variant-picker__form .variant-option[data-testid="variant-option-single"] .variant-option__swatch-value {
    display: block;
    padding: 15px 20px;
    border-radius: 0px;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    width: fit-content;
    margin-top: 20px;
}

.trustBadges-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-content: center;
    gap: 30px;
    max-width: fit-content;
    margin: 0 auto;
}

.tustBadge-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.trustBadge-icon {
    background: linear-gradient(156.04deg, rgba(198, 198, 198, 0.5) -30.22%, rgba(198, 198, 198, 0) 67.97%);
    height: 57px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trustBadge-icon img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.tustBadge-box .trustBadge-text {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
}

.recommended_rows .heading_recomed {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.recommended_rows .heading_recomed h3 {
    font-family: Teko;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
}

.recommended_rows .heading_recomed .Nav_main_swipr {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
}

.recommended_rows .heading_recomed .Nav_main_swipr .btns_swiper-arrow {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    height: 30px;
    width: 30px;
}

.recommended_rows .heading_recomed .Nav_main_swipr .btns_swiper-arrow::after {
    font-size: 0px;
}

.recommended_rows .heading_recomed .Nav_main_swipr .btns_swiper-arrow::after {
    right: 0px;
    top: 49%;
    width: 15px;
}

.recommended_rows .heading_recomed .Nav_main_swipr .swiper-button-prev::after {
    right: 8px;
    top: 28%;
}

.upsell-card .upsell-row {
    border: 0.89px solid #F8F8F84D;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.upsell-card .upsell-row .upsell-image {
    width: 68px;
    min-width: 68px;
    height: 56px;
}

.upsell-card .upsell-row .upsell-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.upsell-card .upsell-row .upsell-content .upsell-title h3 {
    font-family: Teko;
    font-weight: 400;
    font-size: 17.5px;
    line-height: 1.1;
    letter-spacing: 0px;
}

.upsell-card .upsell-row .upsell-content .upsell-title h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body .product-information .product-details .upsell-card .upsell-row .upsell-content .upsell-btn .product-form-buttons button.add-to-cart-button {
    height: auto;
    padding: 7px 5px 4px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 16px;
    font-size: 16px;
    transition: all ease .3s;
    outline: none;
    border: 1px solid #fff;
    box-shadow: unset;
}

body .product-information .product-details .upsell-card .upsell-row .upsell-content .upsell-btn .product-form-buttons button.add-to-cart-button:hover {
    background: #fff;
    color: #000;
}

body .product-information .product-details .accordion {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body .product-information .product-details .accordion accordion-custom details {
    border: 0.98px solid #4A4A4A;
}

body .product-information .product-details .accordion .details__header {
    border: none;
    padding: 30px;
    font-family: Teko;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
}

body .product-information .product-details .accordion .details__header .svg-wrapper {
    height: 20px;
    width: 20px;
}

body .product-information .product-details .accordion details[open] .details__header {
    padding-bottom: 20px;
}

body .product-information .product-details .accordion .details-content {
    padding: 0 30px 30px;
}

body .product-information .product-details .accordion .details-content :is(p, li, span, div) {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #f8f8f8;
    text-align: left !important;
    margin: 15px 0;
}

body .product-information .product-details .accordion .details-content>*:first-child {
    margin-top: 0px;
}

body .product-information .product-details .accordion .details-content>*:last-child {
    margin-bottom: 0px;
}

body .product-information .product-details .accordion .details-content :is(p, li, span, div) * {
    color: #f8f8f8 !important;
}

body .product-information .product-details .accordion .details-content :is(p, li, span, div) img {
    width: auto;
    max-width: 100%;
}

body .product-information .product-details .accordion .details-content :is(p, li, span, div) img[alt="✔️"] {
    width: 15px;
}

body .product-information .product-details .accordion .details-content br {
    display: none;
}

body .product-information .product-details .accordion .details-content ol li {
    list-style-type: decimal;
}

body .product-information .product-details .accordion .details-content ul li {
    list-style-type: disc;
}

body .product-information .product-details .accordion .details-content :is(ol, ul) {
    padding-left: 30px;
}

body .product-information .product-details .accordion .details-content :is(h1, h2, h3, h4, h5, h6) {
    font-family: Teko;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    margin: 20px 0;
}

body.template-product:has(.page_banner) .product-information .product-information__grid {
    padding-top: 120px;
}

.kitRecomm-sec .Kids_tabs_products {
    margin-top: 50px;
    margin-bottom: 120px;
}

.kitRecomm-sec {
    margin-bottom: 120px;
}

body .product-information .product-details .accordion .details-content :is(p, div):has(> span > img[alt="✔️"]),
body .product-information .product-details .accordion .details-content :is(p, div):has(> span > img[alt="✔️"]) span {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* PRODUCT PAGE */

.product-recomm-sec {
    margin-top: 120px;
    margin-bottom: 120px;
}

.main-collection-grid__empty {
    padding: 0px !important;
}

.main-collection-grid__empty p {
    display: none;
}

body search-page-input-component {
    margin-bottom: 0px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

body search-page-input-component .search-page-input {
    border-radius: 0px;
}

body .search-page-input__parent .search-results__no-results {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

body .search-page-input__parent .search-results__no-results p {
    margin-top: 15px;
    text-align: center;
    color: #fff;
}

body #ResultsList .main-collection-grid__title {
    display: none;
}

body .announcement-bar__text {
    font-size: 14px;
    line-height: 1.2;
}

body form .error-message :is(p, li) {
    color: #f83b3b;
    padding: 10px;
    border: 1px solid #f83b3b;
    margin-bottom: 30px;
}

body form .success-message {
    color: #11c211;padding: 10px;
    border: 1px solid #11c211;
    margin-bottom: 30px;
}