/** Shopify CDN: Minification failed

Line 2899:37 Unexpected "{"

**/
html {
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    background: #F5F5F5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

@media (min-width: 1500px) {
    .container {
        padding: 0px;
    }
}

header.header {
    position: relative;
    z-index: 999;
}

.topbar {
    background: #292929;
    padding: 9px 0px;
}

.top_socialicon ul {
    gap: 20px;
}

.top_socialicon ul li a {
    color: #949494;
    transition: 0.4s ease-in-out;
}

.top_socialicon ul li a:hover {
    color: #FFCA00;
}

.top_right ul {
    gap: 50px;
    position: relative;
}

.top_right ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #949494;
    font-weight: 500;
    line-height: normal;
    transition: 0.4s ease-in-out;
}

.top_right ul li a:hover {
    color: #FFCA00;
}

.top_right ul li a svg path {
    transition: 0.4s ease-in-out;
}

.top_right ul li a:hover svg path {
    fill: #FFCA00;
}

/* .top_right ul::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 15px;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #FFFFFF;
} */

.header_middel {
    background: #F5F5F5;
    padding: 20px 0px;
}

.header_middel_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_middel_right {
    display: flex;
    align-items: center;
}

.header_middel_right a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 120px;
    transition: 0.4s ease-in-out;
}

.header_middel_right a .technical_text span {
    font-size: 16px;
    color: #292929;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.4s ease-in-out;
}

.header_middel_right a .technical_text p {
    font-size: 24px;
    color: #292929;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.4s ease-in-out;
}

.header_middel_right a:hover .technical_text span,
.header_middel_right a:hover .technical_text p {
    color: #D4222A;
}

.header_middel_right a:hover .technical_icon svg {
    transition: 0.4s ease-in-out;
}

.header_middel_right a:hover .technical_icon svg {
    transform: rotateY(360deg);
}

.header_middel_right a:hover .technical_icon svg path {
    fill: #D4222A;
}

.your_cart {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px 0px 10px 20px;
    border-left: 1px solid rgb(41, 41, 41, 0.30);
}

.your_cart .your_cart_text span {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #292929;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.your_cart .your_cart_text p {
    font-size: 18px;
    color: #292929;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.your_cart .your_cart_icon {
    position: relative;
}

.your_cart .your_cart_icon::after {
    content: '0';
    position: absolute;
    top: -16px;
    right: -16px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    background: #FFF;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #D4222A;
}

.header_searchbar {
    width: 488px;
    position: relative;
}

.header_searchbar form input {
    width: 100%;
    border: 1px solid #292929;
    outline: none;
    padding: 10px 20px;
    padding-right: 45px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #292929;
    opacity: 0.4;
}

.header_searchbar form button {
    position: absolute;
    top: -3px;
    bottom: 0px;
    right: 15px;
    margin: auto;
    background: transparent;
    border: 0px;
    outline: none;
    font-size: 20px;
    color: #292929;
    opacity: 0.4;
}

.nav_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #D4222A;
    position: relative;
    height: 50px;
}

.nav_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.nav_links li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #FFF;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.4s ease-in-out;
}

.nav_links li a:hover {
    color: #FFCA00;
}

.nav_links li .dropdown_menu.mega_menu .product_menu_list {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 0px 35px;
}

.nav_links li .dropdown_menu.mega_menu li:last-child .product_menu_list {
    border-right: 0px;
}

.nav_links li .dropdown_menu.mega_menu .product_menu_list .product_menu_image {
    width: 140px;
    height: 133px;
    margin: auto;
    margin-bottom: 30px;
}

.nav_links li .dropdown_menu.mega_menu .product_menu_list .product_menu_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.nav_links li .dropdown_menu.mega_menu .product_menu_list a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    justify-content: center;
}

.show_product {
    width: 273px;
    position: relative;
}

.show_product .show_product_image img {
    width: 100%;
}

.nav_links li .dropdown_menu.mega_menu .show_product a {
    display: flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #FFCA00;
    border-radius: 0px 30px 0px 0px;
    font-size: 16px;
    font-style: normal;
    color: #000;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    top: 36px;
    left: -12px;
}

.nav_links li .dropdown_menu.mega_menu .show_product a svg {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 12px;
    height: 8px;
    transform: rotate(0);
}

/* ====================
   DROPDOWN
==================== */
.dropdown_menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 0px;
    background: #333;
    width: 100%;
    transition: 0.5s ease-in-out;
    padding: 10px 15px 15px;
}

.dropdown_menu .dropdown_list_grid {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}

.dropdown_menu .dropdown_list_grid ul {
    margin-top: 33px;
}

.dropdown_menu .dropdown_list_grid ul li:not(:last-child) {
    margin-bottom: 14px;
}

.dropdown_menu .dropdown_list_grid ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-transform: capitalize;
}

/* Desktop hover */
@media (min-width: 1025px) {
    .dropdown_list:hover .dropdown_menu {
        visibility: visible;
        opacity: 1;
    }
}

/* ====================
   TOGGLE MENU
==================== */
.menu-toggle {
    width: 20px;
    height: 15px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.menu-toggle .bar {
    height: 2px;
    width: 100%;
    background: #fff;
    transition: 0.3s;
}

/* Close icon animation */
.menu-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(3px, 5px);
}

.menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -6px);
}

/* Mobile & Tablet Nav */
@media (max-width: 1800px) {
    .nav_links li .dropdown_menu.mega_menu .product_menu_list .product_menu_image {
        width: 100px;
        height: 110px;
    }
}

@media (max-width: 1600px) {
    .show_product {
        width: 250px;
    }

    .nav_links li .dropdown_menu.mega_menu .product_menu_list {
        padding: 0px 22px;
    }
}

@media (max-width: 1400px) {
    .nav_links {
        gap: 20px;
    }

    .nav_links li a {
        font-size: 14px;
        gap: 8px;
    }

    .header_middel_right a {
        margin-right: 50px;
    }

    .show_product {
        width: 165px;
    }

    .nav_links li .dropdown_menu.mega_menu .product_menu_list .product_menu_image {
        width: 80px;
        height: 90px;
        margin-bottom: 20px;
    }

    .nav_links li .dropdown_menu.mega_menu .product_menu_list a {
        font-size: 16px;
    }

    .nav_links li .dropdown_menu.mega_menu .show_product a {
        padding: 14px 10px;
    }
}

@media (max-width: 1200px) {
    .nav_links {
        gap: 15px;
    }

    .nav_links li a {
        font-size: 13px;
        gap: 8px;
    }

    .header_searchbar {
        width: 280px;
    }

    .header_middel_right a {
        margin-right: 20px;
    }

    .nav_links li .dropdown_menu.mega_menu .product_menu_list a {
        font-size: 14px;
    }

    .nav_links li .dropdown_menu.mega_menu .show_product a {
        gap: 4px;
        padding: 12px 10px;
        font-size: 14px;
    }

    .nav_links li .dropdown_menu.mega_menu .product_menu_list {
        padding: 0px 15px;
    }

    .nav_links li .dropdown_menu.mega_menu .product_menu_list .product_menu_image {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .dropdown_menu {
        display: none;
        position: relative;
        gap: 0px;
        align-items:start;
    }

    .dropdown_list.active>.dropdown_menu {
        display: flex;
        visibility: visible;
        opacity: 1;
        flex-direction: column;
        background: transparent;
    }

    .nav_links li .dropdown_menu.mega_menu .product_menu_list {
        border: 0px;
        padding: 0px;
        width: 100%;
        text-align: start;
    }

    .nav_links li .dropdown_menu.mega_menu .product_menu_list a {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .menu-toggle {
        display: flex;
    }

    .dropdown_menu .dropdown_list_grid ul {
        margin-top: 6px;
        padding-left: 20px;
    }

    .show_product {
        margin-top: 20px;
    }

    .nav_links {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #222;
        flex-direction: column;
        transform: translate(0px, -100%);
        opacity: 0;
        transition: 0.5s ease-in-out;
        z-index: -1;
        align-items: start;
        padding: 10px 15px;
    }

    .nav_links.active {
        display: flex;
        transform: translate(0px, 0%);
        opacity: 1;
        z-index:11;
    }

    .nav_links li {
        position: relative;
        width: 100%;
    }

    .nav_links li a {
        font-size: 13px;
        gap: 8px;
        padding: 5px 0px;
        width: 100%;
        justify-content: space-between;
    }

    .your_cart {
        /*padding: 0px;
        border-left: 0px;*/
    }

    .your_cart .your_cart_icon::after {
        top: -5px;
        right: -5px;
    }

    .nav_links li .dropdown_menu.mega_menu .product_menu_list .product_menu_image {
        display: none;
    }

    .nav_links li .dropdown_menu.mega_menu li {
        display: inline-block;
        margin-bottom: 10px;
    }

    .nav_links li .dropdown_menu.mega_menu li:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .header_searchbar {
        width: 140px;
    }

    .header_searchbar form input {
        padding: 8px 10px;
        padding-right: 32px;
        font-size: 14px;
    }

    .header_searchbar form button {
        right: 5px;
        font-size: 16px;
    }

    .header_logo {
        width: 150px;
    }

    .header_logo img {
        width: 100%;
    }
}


.banner_section {
    position: relative;
    padding-top: 30px;
}

.brands_accordion {
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 0;
}

.brand_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgb(41, 41, 41, 0.1);
}

.brand_box:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.brand_logo {
    display: flex;
    align-items: center;
    gap: 18px;
}

.brand_logo_image {
    width: 90px;
    text-align: center;
}

.brand_logo_image img {
    max-width: 100%;
}

.brand_logo p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #292929;
}

.brand_box i {
    color: #292929;
}

.brands_accordion .accordion-header {
    background: #292929;
    border: 0px;
    width: 100%;
    height: 45px;
    text-align: start;
    padding: 4px 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.brands_accordion .accordion-header i {
    padding-right: 5px;
}

.brands_accordion .accordion-content {
    overflow: auto;
    padding: 10px 25px;
    height: 520px;
}

.brands_accordion .accordion-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.brands_accordion .accordion-content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.brands_accordion .accordion-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
}

/* Mobile styles */
@media (max-width: 991px) {
    .accordion-content {
        max-height: 0px;
        margin-top: -20px;
        transition: 0.3s ease-in-out;
    }

    .brands_accordion.active .accordion-content {
        max-height: 530px;
        margin-top: 0px;
        /* adjust if needed */
    }
}

/* Desktop styles */
@media (min-width: 992px) {
    .accordion-content {
        max-height: none;
    }

    .accordion-header {
        cursor: default;
    }

}

.banner_box {
    position: relative;
    height: 100%;
}

.banner_image {
    height: 100%;
}

.banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(73px, -50%);
}

.banner_text h1 {
    background: #DB343A;
    padding: 0px 25px;
    font-size: 68px;
    font-style: normal;
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    height: 115px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.banner_text h1 span {
    font-size: 90px;
    margin-top: -18px;
}

.banner_text h2 {
    display: flex;
    align-items: center;
    height: 78px;
    width: fit-content;
    background: #000000;
    padding: 0px 25px;
    margin-bottom: 10px;
    margin-left: 25px;
    color: #DB343A;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

.banner_text h3 {
    display: flex;
    align-items: center;
    height: 52px;
    background: #1F1F1F;
    width: fit-content;
    padding: 6px 25px;
    margin-top: 9px;
    margin-left: 25px;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #FFF;
    line-height: 40px;
}

.banner_text a {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 5px 25px;
    margin-left: 25px;
    margin-top: 60px;
    background: #DB343A;
    width: fit-content;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    color: #FFF;
}

.bnr_grig {
    margin-top: 30px;
}

.bnr_item {
    background: #292929;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 20px 17px;
    transition: 0.6s ease-in-out;
    height: 100%;
}

.bnr_item_text h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    margin-bottom: 7px;
}

.bnr_item_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    opacity: 0.6;
}

.bnr_item_icon img {
    transition: 0.6s ease-in-out;
}

.bnr_item:hover .bnr_item_icon img {
    transform: rotateY(360deg);
}

.arrival_title {
    margin-bottom: 35px;
}

.arrival_title h3 {
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    text-transform: uppercase;
}

.product_carousel .owl-item {
    background: #FFF;
}

.product_carousel .owl-stage {
    display: grid;
    grid-auto-flow: column;
}

.product_carousel .owl-nav {
    position: absolute;
    top: -72px;
    right: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_carousel .owl-nav button {
    background: #FFF !important;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
    color: #292929 !important;
}

.arrival_sale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0px 14px;
    padding-right: 16px;
}

.arrival_sale p {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    width: 69px;
    height: 28px;
    background: #337239;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrival_sale .heart_icon {
    position: relative;
}

.arrival_sale .heart_icon img:last-child {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.arrival_sale .heart_icon:hover img:last-child {
    opacity: 1;
}

.product_image {
    width: 100%;
    height: 180px;
    padding: 0px 40px;
}

.product_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: 0.4s ease-in-out;
    transform: scale(1);
}

.product_carousel .owl-item:hover .product_image img {
    transform: scale(1.1);
}

.product_content {
    position: relative;
    padding: 25px;
}

.product_title h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #292929;
    margin-bottom: 34px;
    height: 58px;
    overflow: hidden;
}

.product_text small {
    border-radius: 38.281px;
    background: #DDF0DF;
    display: inline-flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 2.5px;
    color: #337239;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product_text p {
    color: rgba(16, 8, 8, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 17px 0px 37px;
}

.product_text p span {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.product_text a {
    background: #D4222A;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.695px;
    padding: 9px 17px;
    transition: 0.4s ease-in-out;
}

.product_text a:hover {
    background: #FFCA00;
    color: #292929;
}

.suspension_box {
    position: relative;
}

.suspension_image img {
    width: 100%;
}

.suspension_text {
    position: absolute;
    bottom: 35px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.suspension_text .your_ride {
    width: fit-content;
    padding: 4px 1px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
}

.suspension_text h2 {
    background: #DB343A;
    padding: 5px 6px;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    color: #FFF;
    letter-spacing: 1px;
}

.suspension_text h2.performance {
    margin-right: 40px;
}

.suspension_text h4 {
    background: #DB343A;
    padding: 3px 2px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: #FFF;
    letter-spacing: 0.6px;
    margin: 2px 0px 4px;
}

.suspension_text .offer {
    background: #616365;
    display: block;
    padding: 2px 3px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    color: #FFF;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
}

.shop_now_btn {
    background: #DB343A;
    padding: 1px 3px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #FFF;
    text-align: center;
}

.induction_text {
    position: absolute;
    bottom: 60px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.induction_text .kit_sale {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #FFF;
    letter-spacing: 0.6px;
    padding: 4px 6px;
    border-right: 4px solid #D4222A;
    border-left: 4px solid #D4222A;
    background: #26292A;
}

.induction_text .up_to {
    background: #000;
    padding: 6px 8px;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #FFF;
    letter-spacing: 0.2px;
    margin: 4px 0px;
}

.induction_text .up_to span {
    color: #D4222A;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.1px;
}

.induction_text .offer {
    background: #252829;
    padding: 3px 4px;
    font-family: "Oswald", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
    color: #FFF;
    letter-spacing: 0.4px;
    display: block;
    margin-bottom: 10px;
}

.up_to_text {
    position: absolute;
    bottom: 60px;
    left: 37px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.up_to_text h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 0.28px;
    color: #FFF;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: #FFF;
}

.up_to_off {
    display: flex;
    gap: 7px;
    padding: 3px 0px 5px;
}

.up_to_off h1 {
    font-size: 74px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -0.74px;
    color: #FFF;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #D4222A;
}

.up_to_off p {
    font-family: "Scada", sans-serif;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.72px;
    color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #D4222A;
}

.up_to_off p span {
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 24px;
    line-height: 20px;

}

.up_to_text .up_to_price {
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration-line: line-through;
}

.up_to_text .up_to_price2 {
    display: block;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #FFF;
    margin-top: -8px;
}

.featured_product_title {
    position: relative;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 105px;
}

.featured_product_title h3 {
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    text-transform: uppercase;
}

.filter_dropdown {
    position: relative;
    width: 198px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}

.filter-dropdown-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 20px;
    height: 40px;
    background: #FFFFFF;
    cursor: pointer;
    user-select: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #292929;
}

.filter-dropdown-label i {
    width: 12px;
    height: 12px;
    transition: 0.4s ease-in-out;
}

#filter-toggle {
    display: none;
}

/* Show dropdown when checked */
#filter-toggle:checked+.filter-dropdown-label+.filter-dropdown-menu {
    display: block;
}

#filter-toggle:checked+.filter-dropdown-label i {
    transform: rotate(180deg);
}

.filter-dropdown-menu {
    padding: 0px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14);
    border-top: none;
    display: none;
    z-index: 10;
}

.filter_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 9px 0px;
    position: relative;
    padding-left: 22px;
}

.filter_checkbox label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgb(41, 41, 41, 0.54);
}

.filter_checkbox label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 12.5px;
    height: 12.5px;
    background: url(../image/checkbox.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
}

.filter_checkbox label::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 10px;
    height: 7.64px;
    background: url(../image/check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
    opacity: 0;
}

.filter_checkbox input {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 12.5px;
    opacity: 0;
    z-index: 1;
}

.filter_checkbox input:checked+label {
    color: #D4222A;
}

.filter_checkbox input:checked+label::before {
    opacity: 1;
}

.gallery_box {
    position: relative;
    width: 100%;
    height: 310px;
}

.gallery_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vehicle {
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translate(0px, -24px);
    text-align: center;
    max-width: 205px;
}

.vehicle h3 {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #FFF;
    letter-spacing: 1px;
}

.vehicle p {
    margin-top: 7px;
    font-size: 12px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0.2px;
}

.vehicle_off {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 44px 10px;
    width: 100%;
    text-align: center;
}

.vehicle_off h2 {
    font-size: 56px;
    font-family: "Oswald", sans-serif;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gallery_item_box2 {
    margin-top: 24px;
}

.gallery_item {
    position: relative;
    height: 143px;
}

.gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elevate_text {
    position: absolute;
    bottom: 46px;
    right: 12px;
}

.elevate_text p {
    width: 71px;
    height: 26px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
}

.elevate_off {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.elevate_off h2 {
    width: 150px;
    background: rgba(16, 8, 8, 0.60);
    padding: 2px 9px;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.gallery_item_box {
    position: relative;
    height: 143px;
}

.gallery_item_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.unleash_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.unleash_text h3 {
    font-size: 26px;
    color: #FFF;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.unleash_text p {
    font-size: 12px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0.2px;
    margin-top: 10px;
}

.shop_now_section {
    position: relative;
}

.shop_now_bg {
    background-image: url(../image/shop-now-bg.webp);
    background-color: #FEB3C7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 46px;
    height: 306px;
    position: relative;
}

.accessorize h2 {
    color: #100808;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.accessorize_text {
    width: 75%;
    margin-top: 30px;
    border-radius: 0 40px 40px 0;
    background: #100808;
    padding: 16px 0px 26px;
    position: relative;
}

.accessorize_text p {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    max-width: 370px;
    position: relative;
    z-index: 1;
}

.accessorize_text::after {
    content: '';
    position: absolute;
    top: 0px;
    left: -200%;
    width: 200%;
    height: 100%;
    background: #100808;
}

.accessorize_image {
    position: relative;
    margin-top: -10.8rem;
    margin-left: 23rem;
}

.klarna {
    display: flex;
    align-items: center;
    gap: 105px;
    padding-left: 30px;
    transition: 0.4s ease-in-out;
    transform: scale(1);
    margin-top: 50px;
}

.shop_now_section:hover .klarna {
    transform: scale(1.06);
}

.klarna_text {
    display: flex;
    align-items: center;
    gap: 30px;
}

.klarna_text h2 {
    background: #100808;
    border-radius: 15px;
    padding: 30px 16px;
}

.klarna_text p {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
}

.visit_our_store {
    position: relative;
    margin-top: 50px;
}

.visit_our_grid {
    display: flex;
    gap: 24px;
    align-items: center;
}

.visit_location {
    width: 43%;
}

.visit_text {
    width: 26%;
    margin-top: 60px;
}

.expert_fitting {
    width: 29%;
}

.visit_image {
    position: relative;
    overflow: hidden;
}

.visit_image img {
    width: 100%;
    transition: 0.4s ease-in-out;
}

.visit_image:hover img {
    transform: scale(1.05);
}

.visit_image a {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #D4222A;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    transition: 0.4s ease-in-out;
}

.visit_image a:hover {
    background: #FFCA00;
    color: #292929;
}

.expert_fitting .visit_image a {
    background: #FFCA00;
    color: #292929;
    transition: 0.4s ease-in-out;
}

.expert_fitting .visit_image a:hover {
    background: #D4222A;
    color: #FFFFFF;
}

.expert_fitting p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #292929;
    margin-bottom: 10px;
}

.visit_text h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 39.3021px;
    line-height: 46px;
    color: #D4222A;
}

.visit_text h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 31.263px;
    line-height: 37px;
    color: #292929;
}

.visit_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #292929;
    opacity: 0.7;
    margin-top: 70px;
}

.car_brands_section {
    position: relative;
}

.car_brands_title {
    margin-bottom: 40px;
    text-align: center;
}

.car_brands_title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #292929;
}

.car_brands_title h2 span {
    color: #D4222A;
    font-weight: 700;
}

.car_brands {
    background: #FFF;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.car_brands_grid {
    --bs-gutter-x: 80px;
    --bs-gutter-y: 80px;
}

.car_brand_logo {
    text-align: center;
    position: relative;
}

.car_brand_logo img {
    mix-blend-mode: luminosity;
    transition: 0.5s ease-in-out;
    opacity: 1;
}

.car_brand_logo img:hover {
    mix-blend-mode: normal;
    opacity: 0;
}

.car_brand_logo img:last-child {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: 0.5s ease-in-out;
    mix-blend-mode: unset;
}

.car_brand_logo img:hover:last-child {
    opacity: 1;
}

.our_newsletter {
    position: relative;
    padding-top: 45px;
}

.newsletter_box {
    position: relative;
    background: #D4222A;
    padding: 50px 0px;
    overflow: hidden;
}

.newsletter_image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-width: 703px;
    z-index: 1;
    height: 100%;
}

.newsletter_image::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -21px;
    width: 42px;
    height: 45px;
    z-index: -1;
    background: #292929;
    opacity: 0.8;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.newsletter_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.newsletter_text {
    max-width: 66%;
    margin: auto;
    margin-right: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    align-items: center;
}

.subscribe {
    width: fit-content;
}

.newsletter_text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.newsletter_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    opacity: 0.8;
}

.newsletter_text form {
    position: relative;
}

.newsletter_text form input {
    background: #FFF;
    border: 0px;
    outline: none;
    padding: 20px 25px 19px;
    border-radius: 50px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: rgba(16, 8, 8, 0.5);
}

.newsletter_text form input::placeholder {
    color: rgba(16, 8, 8, 0.5);
}

.newsletter_text form button {
    background: #FFCA00;
    border: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 3px;
    margin: auto;
    width: 150px;
    height: 54px;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #292929;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.newsletter_text form button:hover {
    background: #D4222A;
    color: #FFF;
}

.footer {
    background: #030404;
    padding: 100px 0px 0px;
    position: relative;
}

.footer_item_left img {
    width: 190px;
    margin-bottom: 45px;
}

.footer_item_left p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #FFF;
    opacity: 0.6;
    margin-bottom: 50px;
}

.footer_item_left ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer_item_left ul li a img {
    width: 55px;
    margin-bottom: 0px;
}

.footer_item_right {
    text-align: right;
    overflow-x: hidden;
    position: relative;
}

.footer_item_right li {
    margin-bottom: 25px;
}

.footer_item_right li a {
    position: relative;
    display: inline-block;
    transition: 0.2s ease-in-out;
}

.footer_item_right li a span {
    background: #222323;
    display: inline-block;
    width: 182px;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.footer_item_right li a span:last-child {
    background: #FFCA00;
    color: #222323;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    transition: 0.2s ease-in-out;
}

.footer_item_right li a span i {
    font-size: 20px;
    color: #222323;
}

.footer_item_right li a:hover span:last-child {
    height: 100%;
}

.footer_item_right li:last-child {
    margin-bottom: 0px;
}

.copyright_text {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0px 30px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg,
            #030404 0%,
            rgba(255, 255, 255, 0.2) 53.85%,
            #030404 100%) 1;
}

.footer_item {
    display: flex;
    gap: 40px;
    padding-left: 50px;
}

.footer_list {
    width: 25%;
}

.footer_list:last-child {
    width: 35%;
}

.footer_list h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    margin-bottom: 40px;
}

.footer_list ul li:not(:last-child) {
    margin-bottom: 25px;
}

.footer_list ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
    display: flex;
    align-items: start;
    gap: 10px;
    transition: 0.4s ease-in-out;
    opacity: 80%;
}

.footer_list ul li a:hover {
    color: #FFCA00;
}

.footer_list:last-child ul li a,
.footer_list:last-child ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
    display: flex;
    align-items: start;
    gap: 10px;
    transition: 0.4s ease-in-out;
}

.footer_list:last-child ul li a span {
    width: 85%;
}

.footer_list:last-child ul li a svg {
    width: 20px;
}

.footer_list:last-child ul li a:hover {
    color: #FFCA00;
}

.footer_list:last-child ul li {
    line-height: 28px;
}

.footer_list ul li a i,
.footer_list ul li a svg,
.footer_list ul li img {
    margin-top: 2px;
}

.footer_list ul li a svg path {
    transition: 0.4s ease-in-out;
}

.footer_list ul li a:hover svg path {
    fill: #FFCA00;
}

.copyright_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
}


/* Career Page Css */
.career_banner {
    background: linear-gradient(88deg, #100808 39.07%, #4A3E3E 81.17%);
    padding: 28px 0px 102px;
    position: relative;
}

.career_banner_bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63%;
    height: 100%;
    z-index: 1;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
}

.career_banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career_banner_bg::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #D4222A;
    width: 100%;
    height: 100%;
    z-index: 2;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
    mix-blend-mode: hue;
}

.career_banner_text h2 {
    color: #D4222A;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.career_banner_text {
    padding-right: 60px;
}

.career_banner_text ul {
    margin-bottom: 48px;
}

.career_banner_text ul li {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFF;
}

.career_banner_text ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.6);
}

.career_banner_text p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin: 30px 0px 60px;
}

.career_banner_text .job_btn {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 20px 12px;
    background: #D4222A;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    transition: 0.4s ease-in-out;
}

.career_banner_text .job_btn:hover {
    background: #FFCA00;
    color: #292929;
}

.career_section {
    position: relative;
}

.career_content {
    max-width: 1246px;
    margin: auto;
}

.career_item {
    position: relative;
    background: #FFF;
    border: 1px solid rgb(41, 41, 41, 0.15);
    padding: 34px;
    margin-bottom: 34px;
}

.career_item:last-child {
    margin-bottom: 0px;
}

.career_item h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #292929;
    width: 60%;
}

.career_item span {
    width: 100px;
    display: inline-flex;
    padding: 6px 8px;
    align-items: center;
    gap: 6px;
    background: #FFF;
    border-radius: 30px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #D4222A;
}

.career_item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: rgba(41, 41, 41, 0.70);
    margin: 24px 0px 34px;
}

.career_item a {
    background: #D4222A;
    display: flex;
    width: 137px;
    height: 36px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.695px;
    color: #FFF;
    transition: 0.4s ease-in-out;
}

.career_item a:hover {
    background: #FFCA00;
    color: #292929;
}

.about_careers {
    position: relative;
    overflow-x: hidden;
}

.about_careers_box {
    max-width: 1246px;
    margin: auto;
    padding: 57px 0px 57px 80px;
    position: relative;
}

.about_careers_box::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #D4222A;
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
    z-index: -1;
}

.about_careers_text {
    padding-right: 12%;
}

.about_careers_text h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    margin-bottom: 19px;
}

.about_careers_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
}

.about_careers_text ul {
    margin-top: 39px;
    border-top: 1px solid rgba(255, 255, 255, 0.40);
    padding-top: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_careers_text ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #FFF;
}

.about_careers_text ul li a i {
    font-size: 30px;
}

.about_careers_carousel {
    position: relative;
}

.about_careers_carousel .owl-stage-outer {
    display: inline-block;
    position: relative;
}

.about_careers_carousel .owl-stage-outer::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 90.8%;
    height: 100%;
    background: rgba(41, 41, 41, 0.40);
    clip-path: polygon(4.3% 0, 100% 0, 100% 100%, 0% 100%);
}

.company_logo_grid {
    display: flex;
    gap: 90px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


/* Wheels page css */
.breadcrumb_section {
    position: relative;
    padding-top: 40px;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(41, 41, 41, 0.6);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(41, 41, 41, 0.6);
}

.breadcrumb .breadcrumb-item.active {
    color: #292929;
}

.product_section {
    position: relative;
}

.product_tabs_buttons #pills-tab {
    justify-content: space-between;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    overflow-x: auto;
}

.product_tabs_buttons #pills-tab button {
    width: 100%;
    border-radius: 0px;
    background: #FFF;
    border: 1px solid #FFF;
    padding: 17px 12px 12px;
}

.product_tabs_buttons #pills-tab button.active {
    border: 1px solid #D4222A;
}

.tabbtn_image {
    width: 100%;
    height: 103px;
    margin-bottom: 25px;
}

.tabbtn_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.tabbtn_text {
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #D4222A;
    
}

.tabbtn_text i {
    font-size: 14px;
}

.product_tabs_buttons #pills-tab button.active .tabbtn_text {
    background: #D4222A;
    color: #FFF;
}

.product_number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.product_number p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #D4222A;
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

/* Hide default checkbox */
.custom-checkbox input {
    display: none;
}

/* Custom box */
.custom-checkbox .checkmark {
    width: 24px;
    height: 24px;
    border: 2px solid #D4222A;
    position: relative;
    transition: all 0.2s ease;
}

/* Check arrow */
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #D4222A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Show arrow when checked */
.custom-checkbox input:checked+.checkmark::after {
    display: block;
}


.product___grid {
    display: flex;
    gap: 24px;
}

.product___colunm1 {
    width: 17.2%;
}

.product___colunm2 {
    width: 82%;
}

.product_accordion .accordion-item {
    background: #FFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    border: 0px;
    border-radius: 0px !important;
}

.product_accordion .accordion-item:last-child {
    margin-bottom: 0px;
}

.tab-content .accordion-button {
    border: 0px;
    border-radius: 0px !important;
    background: #292929;
    box-shadow: unset !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 16px;
}

.tab-content .accordion-button::after {
    width: 50px;
    height: 100%;
    background-color: #100808;
    z-index: 1;
    position: absolute;
    right: 0px;
    background-image: url(../image/wheels/plus.webp);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    transform: unset;
}

.tab-content .accordion-button:not(.collapsed)::after {
    background-image: url(../image/wheels/minus.webp);
    transform: unset;
}

.product_accordion .accordion-body {
    padding: 20px;
}

.category_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.category_item:last-child {
    margin-bottom: 0px;
}

.category_item p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #292929;
    opacity: 0.7;
}

.category_item span {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #D4222A;
}

.product_toolbar {
    background: #FFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 9px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 40px 0px 26px;
    flex-wrap: wrap;
}

.toolbar-sorter {
    display: flex;
    align-items: center;
    gap: 20px;
}

.toolbar-sorter label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #292929;
}

.toolbar-sorter select {
    background-color: #F5F5F5;
    padding: 4px 10px;
    border: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #292929;
    width: 160px;
    height: 32px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg opacity='0.7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29279 8.29303C5.10532 8.48056 5 8.73487 5 9.00003C5 9.26519 5.10532 9.5195 5.29279 9.70703L11.2928 15.707C11.4803 15.8945 11.7346 15.9998 11.9998 15.9998C12.265 15.9998 12.5193 15.8945 12.7068 15.707L18.7068 9.70703C18.8889 9.51843 18.9897 9.26583 18.9875 9.00363C18.9852 8.74143 18.88 8.49062 18.6946 8.30521C18.5092 8.1198 18.2584 8.01464 17.9962 8.01236C17.734 8.01008 17.4814 8.11087 17.2928 8.29303L11.9998 13.586L6.70679 8.29303C6.51926 8.10556 6.26495 8.00024 5.99979 8.00024C5.73462 8.00024 5.48031 8.10556 5.29279 8.29303Z' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 24px;
    outline: none;
}

.toolbar-amount {
    display: flex;
    align-items: center;
    gap: 16px;
}

.toolbar-amount p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #292929;
}

.product__list .row {
    --bs-gutter-x: 34px;
    --bs-gutter-y: 26px;
}

.product_list_box {
    background: #FFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 18px 25px 25px;
}

.product_list_top {
    text-align: end;
    position: relative;
}

.product_list_top img:last-child {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.product_list_top img:hover:last-child {
    opacity: 1;
}

.product_list_image {
    text-align: center;
    max-width: 184px;
    height: 175px;
    margin: auto;
}

.product_list_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product_list_title {
    margin-top: 40px;
    height: 60px;
    overflow: hidden;
}

.product_list_bottom span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(16, 8, 8, 0.7);
}

.product_list_title h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #292929;
}

.product_list_bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(41, 41, 41, 0.08);
    padding-top: 8px;
}

.product_list_bottom h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #D4222A;
    margin-bottom: 29px;
}

.product_list_bottom a {
    width: 100%;
    display: inline-block;
    background: #D4222A;
    text-align: center;
    padding: 9px 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.695px;
    color: #FFF;
    transition: 0.4s ease-in-out;
}

.product_list_bottom a:hover {
    background: #FFCA00;
    color: #292929;
}

.pagination_list {
    background: #FFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
}

.pagination_item {
    display: flex;
    align-items: center;
    gap: 0px;
}

.pagination_item .page-item a,
.pagination_item .page-item button {
    background: #F5F5F5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(212, 34, 42, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.4s ease-in-out;
}

.pagination_item .page-item.active a {
    background: #D4222A;
    color: #FFF;
}

.pagination_item .page-item button,  {
    outline: none;
    border: 0px;
    color: #292929;
    opacity: 0.6;
    font-size: 15px;
}
.pagination_item li.page-item:last-child a, .motion-reduce {
  /* color: #292929 !important; */
}

.pagination_item .page-item button.active {
    opacity: 1;
}

.show_product_number select {
    background-color: #F5F5F5;
    width: 188px;
    border: 0px;
    padding: 12px 14px;
    appearance: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(41, 41, 41, 0.7);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg opacity='0.7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29279 8.29303C5.10532 8.48056 5 8.73487 5 9.00003C5 9.26519 5.10532 9.5195 5.29279 9.70703L11.2928 15.707C11.4803 15.8945 11.7346 15.9998 11.9998 15.9998C12.265 15.9998 12.5193 15.8945 12.7068 15.707L18.7068 9.70703C18.8889 9.51843 18.9897 9.26583 18.9875 9.00363C18.9852 8.74143 18.88 8.49062 18.6946 8.30521C18.5092 8.1198 18.2584 8.01464 17.9962 8.01236C17.734 8.01008 17.4814 8.11087 17.2928 8.29303L11.9998 13.586L6.70679 8.29303C6.51926 8.10556 6.26495 8.00024 5.99979 8.00024C5.73462 8.00024 5.48031 8.10556 5.29279 8.29303Z' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 97%;
    outline: none;
}

.brand_options_content {
    position: relative;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    height: 19px;
}

.brand_options_content:last-child {
    margin-bottom: 0px;
}

.brand_options_checkbox {
    display: flex;
    align-items: center;
    gap: 15px;
}

.brand_options_checkbox input {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0px;
    opacity: 0;
    z-index: 1;
}

.brand_options_checkbox label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #292929;
    position: relative;
    padding-left: 30px;
}


.brand_options_checkbox label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../image/wheels/checkbox-vector1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
}

.brand_options_checkbox label::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 10px;
    background: url(../image/wheels/checkbox-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
    opacity: 0;
}

.brand_options_checkbox input:checked+label {
    color: #D4222A;
    opacity: 1;
}

.brand_options_checkbox input:checked+label::after {
    background: url(../image/wheels/checkbox-vector2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.brand_options_checkbox input:checked+label::before {
    opacity: 1;
}

.brand_options_number span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #D4222A;
}

.product___size ol {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product___size ol li a {
    background: #F5F5F5;
    padding: 6px 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: rgb(41, 41, 41, 0.7);
    display: inline-block;
}

.product___size ol li.active a {
    background: #D4222A;
    color: #FFF;
}

.premium_accessories {
    position: relative;
    background: #D4222A;
}


.filter__price h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #292929;
    opacity: 0.7;
}

.range_slider .irs-from,
.range_slider .irs-to,
.range_slider .irs-single,
.range_slider .irs-min,
.range_slider .irs-max {
    display: none;
}

.range_slider .filter_from,
.range_slider .filter_to {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: rgb(41, 41, 41, 0.7);
    background: #F5F5F5;
    width: 110px;
    display: inline;
    border: 0px;
    outline: none;
    padding: 8px 10px;
}

.irs--round {
    height: 30px;
}

.irs--round .irs-bar {
    top: 15px;
}

.irs--round .irs-line {
    top: 15px;
}

.irs--round .irs-bar {
    background-color: #D4222A;
}

.irs--round .irs-handle {
    background-color: #FFF;
    border: 3px solid #D4222A;
}

.irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 9px
}

.range_slider_colunm span {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    color: rgb(41, 41, 41, 0.7);
}

.range_slider_colunm input {
    width: 90px;
    border: 0px;
    background: #F5F5F5;
    padding: 8px 10px;
}

.premium_accessories::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(88deg, #100808 39.07%, #4A3E3E 81.17%);
    clip-path: polygon(0 0, 94% 0, 60% 100%, 0% 100%);
}

.premium_accessories .container {
    position: relative;
    z-index: 1;
}

.accessories_car {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    text-align: right;
    z-index: 1;
    margin: auto;
    padding-top: 10px;
    width: 805px;
}

.accessories_car img {
    width: 100%;
}

.accessories_car p {
    color: #FFCA00;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.695px;
    padding-right: 80px;
}

.upgrade_text {
    padding-right: 2%;
}

.upgrade_text h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #D4222A;
}

.upgrade_text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    color: #FFF;
    margin: 24px 0px 68px;
}

.upgrade_text a {
    background: #D4222A;
    display: flex;
    width: 200px;
    height: 46px;
    padding: 14px 10px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    transition: 0.4s ease-in-out;
        border-radius: 0;
}

.upgrade_text a:hover {
    background: #FFCA00;
    color: #292929;
}