@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .category-section__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .login-container {
        flex-direction: column;
        max-width: 500px;
        min-height: auto;
        border-radius: 0;
    }

    .login-image {
        padding: 40px 20px;
        min-height: 200px;
        width: 100%;
    }

    .login-image h2 {
        font-size: 24px;
    }

    .login-form-wrapper {
        padding: 40px 30px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .login-image h2 {
        font-size: 22px;
    }
    .login-image {
        padding: 30px 20px;
        min-height: 200px;
        width: 100%;
    }
    .login-image-logo {
        max-width: 180px;
        margin-bottom: 20px;
    }
    .vehicle-parts-banner .swiper {
        display: block;
    }
    .category-section__list {
        display: flex;
        gap: 10px;
        overflow: auto;
    }
    .category-section__link {
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 10px;
        text-align: center;
    }
    .category-section__icon {
        width: 61px;
        height: 61px;
    }
    .brand-section__list {
        display: flex;
        overflow: auto;
        gap: 10px;
    }
    .brand-section__link {
        height: 90px;
    }
    .blog-card__title {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .brand-section__item {
        width: calc(20% - 10px);
        display: flex;
        min-width: calc(20% - 10px);
        justify-content: center;
        padding: 5px;
    }
    .blog-preview__header {
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
    }
    .blog-preview__all {
        font-size: 13px;
    }
    .blog-card__meta {
        font-size: 10px;
        margin-top: 10px;
    }
    .blog-card__excerpt {
        font-size: 11px;
    }

    .footer-brand__logo {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .support-banner__inner {
        display: none;
    }

    .cart-layout {
        flex-direction: column;
    }
    .cart-card__header {
        flex-direction: column;
    }

    .header-top {
        display: none;
    }

    .site-footer__grid {
        display: flex;
        flex-direction: column;
    }
    .site-footer__bottom {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .blog-preview__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .blog-card__media {
        width: 100%;
        height: auto;
    }
    .hero-content-title {
        font-size: 32px;
    }
    .search-form {
        display: flex;
        flex-direction: column;
    }
    .footer-nav__columns {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .header-bottom nav {
        display: none;
    }
    .header {
        height: 80px;
    }
    .product-features {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px !important;
    }
    .related-products .product-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .hero-section .hero-content-description {
        display: none;
    }
    .hero-section {
        height: 113px;
        min-height: 113px;
        margin: 10px 15px;
        border-radius: 5px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    .hero-content {
        padding: 0;
    }
    .hero-content .hero-content-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .bottom-menu {
        display: flex;
    }
    .bottom-menu-container {
        display: block;
    }

    .form-icon select {
        height: 29px;
        font-size: 11px;
    }
    .header-content {
        position: relative;
    }
    .logo {
        margin-left: auto;
        margin-right: auto;
        padding-left: 56px;
    }
    .search-button {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .search-section {
        margin-top: 0;
        bottom: 0;
    }
    .search-section-header {
        display: none;
    }
    .search-section p {
        color: #fff;
    }
    .search-section-header-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 5px;
        background-color: #fff;
        color: #132530;
    }
    .search-section-header {
        padding: 15px;
    }
    .search-form {
        padding: 0px;
        padding-left: 13px;
        gap: 5px;
    }
    .search-form .btn-primary {
        height: 30px;
    }
    .dots span {
        background-color: #fff;
    }
    select {
        height: 45px;
    }

    .vehicle-parts-banner__image {
        border-radius: 0 20px 0 20px;
    }
    .products-section-header {
        margin-top: 40px;
        text-align: center;
    }
    .product-cards-swiper .swiper-slide {
        width: 194px;
    }
    h2 {
        font-size: 14px;
    }
    p {
        font-size: 12px;
    }
    .product-card-image {
        height: 174px;
    }
    .form-icon img {
        width: 17;
    }
    .product-card {
        padding: 10px;
    }
    .product-card-content {
        height: 70px;
    }
    .product-card-content h3,
    .product-card-price {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .product-card-content p {
        font-size: 10px;
        font-weight: 500;
    }
    .product-card-price {
        height: 27px;
    }
    .btn-primary {
        height: 27px;
        font-size: 12px;
    }
    .swiper-pagination {
        background-color: #d9d9d9;
        border-radius: 3px 0 0 0;
        height: 12px;
        display: flex;
        justify-content: end;
        align-items: center;
        width: fit-content !important;
        bottom: -1px !important;
        right: -1px !important;
        left: auto !important;
        position: absolute !important;
    }

    .vehicle-parts-banner__pagination .swiper-pagination-bullet {
        width: 5px !important;
        height: 5px !important;
        border: 1px solid #fff !important;
        background: #fff !important;
        opacity: 1 !important;
    }
    .vehicle-parts-banner__pagination .swiper-pagination-bullet-active {
        background: #000 !important;
    }
    .bottom-menu-item svg path {
        fill: #bfc3d3 !important;
    }
    .bottom-menu-item.active svg path {
        fill: #a70000 !important;
    }

    .bottom-menu-item.active a {
        color: #a70000 !important;
    }
    .brand-menu {
        width: 100%;
    }
    .seo-article {
        padding: 20px;
    }
    .seo-article__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .seo-article__content p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .login-image {
        border-radius: 0;
    }
    .product-gallery-lightbox__slide img {
        width: 100% !important;
    }
    .product-cards-nav {
        width: 30px;
        height: 30px;
    }
    .swiper-button-next svg,
    .swiper-button-prev svg {
        width: 23px;
    }
}

@media (max-width: 576px) {
}
