div.products-index #sub-cats-slider-11 {

}
/*Start Main Cat Swiper*/
.s-block--rectangular-links img {
aspect-ratio: 5 / 3 !important;
}
/*End Main Cat Swiper*/
/*Swiper-design*/
@media (min-width: 768px) {
    .md\:w-24 {
        width: 8rem !important;
    }
}

@media (min-width: 768px) {
    .md\:h-24 {
        height: 6rem !important;
    }
}
button.s-slider-next.s-slider-nav-arrow ,button.s-slider-prev.s-slider-nav-arrow. {
    background-color: #292929 !important;
}
div.mx-auto.bg-primary.rounded-full {
background-color:transparent !important;
}
div.swiper-slide a div .poer,div.swiper-slide a div .jeep,div.swiper-slide a div .forde,div.swiper-slide a div .matso,div.swiper-slide a div .gmc,div.swiper-slide a div .dodge,div.swiper-slide a div .shangan,div.swiper-slide a div .isuzu,div.swiper-slide a div .nessan,div.swiper-slide a div .MG,div.swiper-slide a div .tyouta {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* Header Container */
.header-container {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

/* Top Bar with Announcement */
.announcement-bar {
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
}

/* Contact Information Section */
.contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 15px;
}

.contact-info a {
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Logo Section */
.logo-container {
    text-align: center;
    padding: 10px 0;
}

.logo-container img {
    max-height: 60px;
    width: auto;
}

/* Navigation Menu */
.main-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.main-nav a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #007bff;
}

/* Language and Currency Selector */
.header-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.language-selector,
.currency-selector {
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
}

/* Cart and User Icons */
.header-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-icons a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-info {
        display: none;
    }
    
    .main-nav {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .header-controls {
        flex-direction: column;
        gap: 10px;
    }
}
.inner.bg-inherit {
    background: black;
}

nav#mobile-menu {
    background: black;
}
.mm-spn ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: calc(100% + 30%);
    width: calc(100% + var(--mm-spn-panel-offset));
    padding-right: 30%;
    padding-right: var(--mm-spn-panel-offset);
    line-height: 24px;
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: #f1f1f1;
    transition: left .3s ease 0s;
    cursor: default;
}
.product-price, 
[class*="price"], 
.product-price {
  color: red!important;
}