@media (max-width: 991px) {
    .header-contact-section .contact-links .contact-phone svg {
        width: auto;
        height: 14px;
    }

    .header-contact-section .contact-links .contact-phone,
    .header-contact-section .contact-links .contact,
    .service-content a {
        font-size: 14px;
    }

    .header-contact-section .contact-links .contact, .service-content a {
        padding: 12px 24px;
    }

    header .nav-link {
        font-size: 18px;
    }

    .service-content h3 {
        font-size: 24px;
    }

    .service-content p {
        font-size: 16px;
    }

    .single-product h1 {
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 12px;
    }
}


@media (max-width: 768px) {

    .logo {
        font-size: 28px;
    }

    .login-page .logo {
        font-size: 38px;
    }

    header .nav-link {
        font-size: 16px;
    }

    .slider__text-item h3,
    .home-page-partners-section-box h2,
    .home-page-service-section-box h2,
    .single-product h1 {
        font-size: 28px;
    }


    .slider, .slider__nav-arrow {
        height: 400px;
    }

    .slider::before,
    .slider::after {
        display: none;
    }

    .slider__images {
        box-shadow: none;
    }

    #slider-content-box {
        width: 100%;
    }

    .slider__content {
        height: 400px;
    }

    .slider__text-item {
        padding: 0;
    }

    .slider__text-item-info, .slider__text-item-head {
        /*bottom: 50%;*/
        /*left: 50%;*/
        /*transform: translate(-50%, 50%);*/
        transform: translateZ(0);
    }

    .slider__nav-dots {
        display: none;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .slider__nav-arrow {
        width: 10vw;
        position: relative;
        cursor: auto;
    }

    .slider__nav-arrow:active {
        filter: brightness(0.5);
    }

    .slider__nav-arrow::before {
        content: '';
        background-image: var(--arrow);
        background-size: cover;
        width: 8vw;
        height: 8vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .slider__nav-arrow--left {
        background-image: none;
    }

    .slider__nav-arrow--left:active {
        background-image: none;
    }

    .slider__nav-arrow--right {
        background-image: none;
    }

    .slider__nav-arrow--right:active {
        background-image: none;
    }


    .partnersSwiper.swiper {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .partnersSwiper .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 200px;
        height: 150px;
    }


    .mobile-filter {
        cursor: pointer;
    }

    .mobile-filter span {

        font-size: 15px;
        font-weight: 500;
        line-height: 17px;
        text-align: left;
        color: var(--black);
    }

    .mobile-filter-container {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3000;
        width: 100%;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        background: rgba(46, 50, 78, 0.18);
    }

    .mobile-filter-box {
        border-radius: 24px 24px 0px 0px;
        margin-top: 100px;
        padding: 24px;
        background: var(--white);
        padding-inline: 30px;
        min-height: 100vh;
        position: relative;
        /* Removed min-height: 100vh */
    }


    .close-btn {
        position: absolute;
        top: 20px;
        right: 30px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .mobile-filter-accordion a {
        margin-top: 5px;

    }

    .mobile-filter-box h1 {

        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
        color: var(--black);
        text-transform: uppercase;
    }

    .mobile-filter-box h2 {

        font-size: 18px;
        font-weight: 500;
        line-height: 21px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .product-card-price {

        font-size: 18px !important;
        font-weight: 500;
        line-height: 21px;
        text-align: center;

    }

    .mobile-filter-btn {
        left: 134px;
        padding: 10px;
        gap: 0px;
        border-radius: 7px;
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
        color: var(--white);
        text-transform: uppercase;
        background: var(--red);
        border: none;
        outline: none;
        margin: auto;
    }


    .product-swiper .gallery-top .swiper-wrapper .swiper-slide img {
        aspect-ratio: 1/1;
    }
}


@media (max-width: 576px) {
    .header-contact-section .contact-links .contact-phone svg {
        width: auto;
        height: 12px;
    }

    .header-contact-section .contact-links .contact-phone, .header-contact-section .contact-links .contact {
        font-size: 12px;
    }

    .header-contact-section .contact-links .contact {
        padding: 12px 16px;
    }

    .logo, .single-product h1 {
        font-size: 24px;
        line-height: 24px;
    }

    header .nav-link, .footer-text, .footer-all-right {
        font-size: 14px;
    }

    .search-btn svg, .favorite-btn svg {
        width: auto;
        height: 20px;
    }

    .footer-text svg, footer .social-links svg {
        width: auto;
        height: 14px;
    }


}


@media (min-width: 1800px) {
    .main-container {
        max-width: 1600px !important;
    }
}
