﻿/*#region Search*/
#Search {
    position: relative;
}

    #Search > div:first-of-type {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: start;
        margin: auto;
        border-radius: 3rem;
        border: 1px solid var(--saa-blue);
        height: 45px;
        overflow: hidden;
        width: 56%;
        margin-bottom: 10px;
    }

        #Search > div:first-of-type > input {
            padding: 0 2.5rem;
            border: none;
            font-size: 14px;
            outline: none;
            width: 100%;
            height: 100%;
            transition: 300ms;
        }

            #Search > div:first-of-type > input:focus {
                transform: scale(1.03);
            }

        #Search > div:first-of-type > i {
            position: absolute;
            right: 25px;
            font-size: 18px;
            color: var(--saa-blue);
        }
/*#endregion */

/*#region Brands*/
#Brands {
    margin: 0rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 12px;
}

  /*  #Brands > .menu {
        display: none;
    }*/

    #Brands > div:nth-of-type(2) {
        position: relative;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(133px, 1fr));
        max-height: 330px;
        overflow: hidden;
        transition: max-height 700ms;
    }

        #Brands > div:nth-of-type(2) > a {
            height: 110px;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 5px;
            font-size: 14px;
            color: #666666;
        }

            #Brands > div:nth-of-type(2) > a:hover {
                background: #f6f6f6;
            }

            #Brands > div:nth-of-type(2) > a > img {
                margin-bottom: 5px;
                height: 42px;
                transition: 300ms;
            }

            #Brands > div:nth-of-type(2) > a:hover img {
                transform: scale(1.2);
            }

    #Brands > button {
        border: 1px solid var(--saa-blue);
        padding: 4px 15px;
        border-radius: 25px;
        background: transparent;
        font-size: 14px;
        font-weight: 700;
        transition: 300ms;
        transition-property: background, color;
        cursor: pointer;
        margin-top: 10px;
        color: var(--saa-blue);
    }

        #Brands > button:hover {
            background: var(--saa-yellow);
        }

        #Brands > button:hover {
            border-color: var(--saa-yellow);
            color: var(--saa-blue);
        }

        #Brands > button > i {
            transition: transform 500ms;
            margin-left: 9px;
            font-size: 13px;
        }

        #Brands > button > b {
            font-weight: 100;
        }
/*#endregion */

/*#region Counter*/
#Counter {
    margin: 1rem 0 2rem 0;
}

    #Counter > ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        border: 5px solid #ecf1f6;
        border-radius: 4rem;
        padding: 1rem;
    }

        #Counter > ul > li {
            position: relative;
            text-align: center;
            color: var(--saa-blue);
            font-size: 21px;
            font-weight: 900;
            width: 20%;
        }

            #Counter > ul > li:not(li:last-of-type) {
                border-right: 2px solid #ecf1f6;
            }

            #Counter > ul > li > span {
                display: block;
                margin-top: 5px;
                font-size: 13px;
                letter-spacing: 1px;
                font-weight: 500;
            }
/*#endregion*/

/*#region Offer*/
#Offer {
    display: grid;
    grid-template-columns: 400px minmax(0,1fr);
    grid-template-rows: 65px;
}

    #Offer > p {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 35px;
        color: var(--saa-blue);
    }

        #Offer > p > b {
            font-weight: 900;
            color: var(--saa-yellow);
            font-size: 93px;
            transform: rotate(10deg);
            pointer-events: none;
        }

    #Offer > div {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 1rem;
        background: var(--saa-blue);
        border-radius: 50px;
        padding: 1rem;
    }

        #Offer > div > span {
            background: var(--saa-yellow);
            color: var(--saa-blue);
            padding: 7px 15px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 700;
        }

        #Offer > div > div > p {
            color: #fff;
        }

            #Offer > div > div > p > a {
                padding: 1px 2px;
                border-bottom: 1px solid #fff;
                font-weight: 600;
            }
/*#endregion */

/*#region Car*/
#Car {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

    #Car > .menu {
        margin-bottom: 19px;
    }

    #Car > a {
        text-align: center;
        margin-bottom: 18px;
        font-weight: 600;
        color: var(--saa-blue);
        text-decoration: underline;
    }

    #Car > h2 {
        margin: 0;
    }

    #Car > div:last-of-type {
        width: 100%;
        display: grid;
        transition: 500ms;
        grid-template-columns: repeat(auto-fit, 245px);
        gap: 20px;
        justify-content: center;
    }

        #Car > div:last-of-type > a {
            padding-top: 4rem;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            align-items: center;
            padding-bottom: 10px;
            position: relative;
            border-radius: 1rem;
        }

            #Car > div:last-of-type > a > *:not(img,div) {
                margin: 0 10px 7px 10px;
            }

            #Car > div:last-of-type > a > img {
                position: relative;
                width: 80%;
                z-index: 11;
                /*transform: rotateY(180deg);*/
                top: 7px;
            }

            #Car > div:last-of-type > a:before {
                content: "";
                top: 145px;
                left: 0;
                height: 247px;
                width: 100%;
                clip-path: polygon(0 0%, 68% 0, 8% 100%, 0% 100%);
                background: #e9f0f6;
                position: absolute;
                z-index: 3;
                transition: 500ms;
            }

            #Car > div:last-of-type > a:hover:before,
            #Car > div:last-of-type > a.hover:before {
                top: -100px;
                left: -100px;
            }

            #Car > div:last-of-type > a:after {
                content: "";
                bottom: 0;
                height: 300px;
                width: calc(100%);
                background: #e0ebf4;
                position: absolute;
                z-index: 2;
            }


            #Car > div:last-of-type > a > div {
                background: var(--saa-blue);
                height: 100px;
                width: 100%;
                position: absolute;
                top: 0;
                z-index: 5;
                transition: 500ms;
                overflow: hidden;
                display: flex;
                justify-content: space-between;
                padding: 1.5rem
            }

                #Car > div:last-of-type > a > div > * {
                    color: white;
                    font-size: 25px;
                    position: relative;
                    z-index: 3;
                    transition: 500ms;
                    opacity: 0;
                }

            #Car > div:last-of-type > a:hover > div > *,
            #Car > div:last-of-type > a.hover > div > * {
                opacity: 1;
            }

            #Car > div:last-of-type > a:hover > div > i,
            #Car > div:last-of-type > a.hover > div > i {
                margin-right: 20px;
            }

                #Car > div:last-of-type > a:hover > div > i:hover::before,
                #Car > div:last-of-type > a.hover > div > i:hover::before {
                    font-weight: 600;
                }

            #Car > div:last-of-type > a > div > span {
                font-size: 15px;
                margin-left: 20px;
            }

            #Car > div:last-of-type > a > div:after {
                content: "";
                background: #1d5181;
                position: absolute;
                height: 200px;
                width: 200px;
                left: 31px;
                border-radius: 50%;
                border: 0px solid #19446e;
                outline: 0px solid #183e63;
                outline-offset: -1px;
                top: 145px;
                transition: 500ms ease,border 300ms ease;
            }

            #Car > div:last-of-type > a:hover > div:after,
            #Car > div:last-of-type > a.hover > div:after {
                border: 15px solid #19446e;
                outline: 15px solid #183e63;
                top: 25px;
            }

            #Car > div:last-of-type > a:hover > div,
            #Car > div:last-of-type > a.hover > div {
                background: #153655;
            }

            #Car > div:last-of-type > a > span:first-of-type {
                margin-top: 0;
                font-size: 17px;
                font-weight: bold;
                margin-bottom: 0;
            }

            #Car > div:last-of-type > a > b {
                font-size: 22px;
                font-weight: 100;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                width: 100%;
                text-align: center;
            }

                #Car > div:last-of-type > a > b:last-of-type {
                    font-size: 18px;
                }

            #Car > div:last-of-type > a > p > span:first-of-type {
                font-size: 22px;
                font-weight: 500;
                margin: 7px;
                text-align: center;
                transition: 500ms;
            }

            #Car > div:last-of-type > a > span:last-of-type {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                font-weight: 700;
                font-size: 16px;
                margin-top: 5px;
            }

                #Car > div:last-of-type > a > span:last-of-type > span {
                    overflow: hidden;
                    display: inline-block;
                    transition: 400ms;
                    transform: scaleX(0);
                    width: 0;
                    height: 0;
                    transform-origin: left;
                }

            #Car > div:last-of-type > a:hover > span:last-of-type > span,
            #Car > div:last-of-type > a.hover > span:last-of-type > span {
                transform: scaleX(1);
                width: auto;
                height: auto;
            }

            #Car > div:last-of-type > a:hover > small:first-of-type,
            #Car > div:last-of-type > a.hover > small:first-of-type {
                display: none;
                animation: fade 500ms alternate;
            }

            #Car > div:last-of-type > a:hover > small:last-of-type,
            #Car > div:last-of-type > a.hover > small:last-of-type {
                display: block;
                animation: fade 500ms alternate;
            }

            #Car > div:last-of-type > a > small {
                font-size: 13px;
            }

                #Car > div:last-of-type > a > small:last-of-type {
                    display: none;
                    animation: fade 500ms alternate;
                }

            #Car > div:last-of-type > a > * {
                color: var(--saa-blue);
                position: relative;
                z-index: 3;
            }

@keyframes fade {
    from {
        opacity: 0; /* Start opacity */
    }

    to {
        opacity: 1; /* End opacity */
    }
}
/*#endregion*/

/*#region ToCompare*/
#ToCompare {
    margin: 2rem 0;
}

    #ToCompare > div {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(533px, 1fr));
        gap: 15px;
    }

        #ToCompare > div > a {
            border: 6px solid transparent;
            overflow: hidden;
            text-decoration: none;
            position: relative;
            border-radius: 2rem;
        }

            #ToCompare > div > a > div:first-child > img:first-of-type,
            #ToCompare > div > a > div:first-child > img:last-of-type {
                position: relative;
                z-index: 3;
                top: 55px;
            }

            #ToCompare > div > a > div:first-child > img {
                transition: 450ms;
            }

                #ToCompare > div > a > div:first-child > img:first-of-type {
                    width: 230px;
                    left: 0;
                }

                #ToCompare > div > a > div:first-child > img:last-of-type {
                    width: 230px;
                    transform: rotateY(180deg);
                    right: 0;
                }

            #ToCompare > div > a:hover > div:first-child > img:first-of-type {
                transform: scale(1.05);
                left: 10px;
            }

            #ToCompare > div > a > div:first-child > img:nth-last-of-type(2) {
                height: 100%;
                position: relative;
                z-index: 3;
            }

            #ToCompare > div > a:hover > div:first-child > img:nth-last-of-type(2) {
                filter: brightness(0) invert(1);
            }


            #ToCompare > div > a:hover > div:first-child > img:last-of-type {
                transform: rotateY(180deg) scale(1.05);
                right: 10px;
            }


            #ToCompare > div > a > div:first-child {
                display: flex;
                justify-content: space-evenly;
                align-items: center;
                background: #153655;
                height: 155px;
            }

                #ToCompare > div > a > div:first-child:after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    top: 60px;
                    left: 13%;
                    height: 300px;
                    width: 70%;
                    background: #1d5181;
                    border: 20px solid #19446e;
                    outline: 20px solid #183e63;
                    border-radius: 50%;
                    z-index: 1;
                    transition: 500ms ease,border 300ms ease;
                }

            #ToCompare > div > a:hover > div:first-child:after {
                top: 30px;
                border: 30px solid #19446e;
                outline: 30px solid #183e63;
            }

            #ToCompare > div > a > div:last-child {
                height: 50%;
                background: #f1f8fe;
                padding: 2rem;
                padding-top: 3rem;
                position: relative;
                z-index: 2;
            }

                #ToCompare > div > a > div:last-child > div {
                    display: flex;
                    align-items: center;
                    gap: 19px;
                    border-radius: 1rem;
                    border: 5px solid #eaf0f6;
                    padding: 1rem;
                    background: white;
                }

                    #ToCompare > div > a > div:last-child > div > div:nth-child(2) {
                        background: #eaf0f6;
                        color: var(--saa-blue);
                        font-weight: 600;
                        border: 0;
                        padding: 3px 9px;
                        border-radius: 1rem;
                        position: relative;
                        z-index: 2;
                        flex: 0.5;
                        transition: 300ms;
                        font-size: 14px;
                    }

            #ToCompare > div > a:hover > div:last-child > div > div:nth-child(2) {
                background: var(--saa-yellow);
            }

            #ToCompare > div > a > div:last-child > div > div:nth-child(2) > img {
                width: 27px;
            }


            #ToCompare > div > a > div:last-child > div > div:nth-child(2):hover {
                filter: brightness(1.15);
                color: var(--saa-primary);
            }

            #ToCompare > div > a > div:last-child > div > div {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                color: var(--saa-blue);
                flex: 1;
                width: 37%;
            }


                #ToCompare > div > a > div:last-child > div > div > span {
                    text-align: center;
                    font-size: 17px;
                    font-weight: bold;
                    color: var(--saa-blue);
                }

                #ToCompare > div > a > div:last-child > div > div > b {
                    margin-top: 0;
                    font-size: 22px;
                    font-weight: 100;
                    color: var(--saa-blue);
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    width: 100%;
                    text-align: center;
                }

                #ToCompare > div > a > div:last-child > div > div > small {
                    font-size: 12px;
                    font-weight: 500;
                    color: var(--saa-blue);
                    margin-top: 5px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    width: 100%;
                    text-align: center;
                }

/*#endregion*/

/*#region Blog*/
#Blog {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 150px;
    height: max-content;
    min-width: 100%;
}

    #Blog > i:hover {
        background: var(--saa-yellow);
        color: white;
    }

    #Blog > i:first-of-type {
        left: -10px;
    }

    #Blog > i:last-of-type {
        right: 0;
    }

    #Blog > div:first-of-type {
        overflow: hidden;
        position: relative;
        display: flex;
        gap: 1rem;
        width: 100%;
        height: 100%;
    }

    #Blog .swiper-slide a {
        position: relative;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        height: max-content;
    }

        #Blog .swiper-slide a img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
            transition: 500ms;
        }

        #Blog .swiper-slide a:hover img {
            filter: brightness(0.85);
        }

        #Blog .swiper-slide a div {
            background: #fff;
            position: relative;
            border-radius: 25px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            padding: 10px;
        }

            #Blog .swiper-slide a div > small {
                margin-top: 10px;
                color: var(--saa-yellow);
                font-size: 13px;
                font-weight: 600
            }

            #Blog .swiper-slide a div > h6 {
                font-size: 17px;
                font-weight: 800;
                width: 100%;
                margin: 8px 0;
                color: var(--saa-blue);
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            #Blog .swiper-slide a div > p {
                color: var(--saa-blue);
                font-size: 14px;
                font-weight: 600;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    #Blog .swiper-button-next,
    #Blog .swiper-button-prev {
        background: #f1f8fe;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #Blog .swiper-button-next:after,
        #Blog .swiper-button-prev:after {
            font-size: 19px !important;
            font-weight: bolder !important;
            color: var(--saa-yellow);
        }

    #Blog .swiper-wrapper {
        transform: translate3d(0px, 0, 0);
        padding-bottom: 20px;
    }

    #Blog .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    #Blog .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background: var(--saa-yellow);
        width: 10px;
        height: 10px !important;
        opacity: 0.2;
        transition: 200ms;
    }

    #Blog .swiper-pagination-bullet-active {
        background: var(--saa-yellow);
        opacity: 1 !important;
        width: 25px !important;
        border-radius: 10px;
    }
/*#endregion*/

/*#region Comments */
#Comments {
    background: var(--saa-lightBlue);
    padding: 0 0 50px 0;
}

    #Comments > p {
        text-align: center;
        margin-top: 45px;
    }

        #Comments > p > a {
            border: 1px solid var(--saa-blue);
            padding: 4px 15px;
            border-radius: 25px;
            background: transparent;
            font-size: 14px;
            transition: 300ms;
            transition-property: background, color;
            cursor: pointer;
            margin-top: 10px;
            color: var(--saa-blue);
        }

            #Comments > p > a:hover {
                color: var(--saa-blue);
                background: var(--saa-yellow);
                border: 1px solid var(--saa-yellow);
            }

    #Comments > div {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        height: 600px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        #Comments > div::-webkit-scrollbar {
            width: 6px;
        }

        #Comments > div::-webkit-scrollbar-thumb {
            background-color: var(--saa-yellow);
            border-radius: 6px;
            width: 15px;
        }

        #Comments > div::-webkit-scrollbar-track {
            background-color: #cdd8e1;
            width: 5px;
            border-radius: 20px;
        }


.commentsBox {
    background: #fff;
    border: 3px solid #e9f0f6;
    border-radius: 1rem;
    padding: 1rem;
    width: 80%;
    margin: auto;
    box-shadow: 0px 0px 10px 0px rgba(193,213,230,1);
}

    .commentsBox > div:first-of-type {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .commentsBox > div:first-of-type > div:first-of-type {
            display: flex;
            gap: 10px;
            align-items: center;
        }

            .commentsBox > div:first-of-type > div:first-of-type > img {
                width: 27px;
                border: 1px solid var(--saa-blue);
                padding: 8px;
                border-radius: 50%;
                margin-right: 10px;
                overflow: visible;
            }

            .commentsBox > div:first-of-type > div:first-of-type > h5 {
                color: var(--saa-blue);
                font-size: 16px;
            }

            .commentsBox > div:first-of-type > div:first-of-type > span:first-of-type {
                height: 5px;
                width: 5px;
                background: var(--saa-blue);
                border-radius: 50%;
            }

            .commentsBox > div:first-of-type > div:first-of-type > span:last-of-type,
            .commentsBox > div:first-of-type > div:last-of-type > span:first-of-type {
                color: #666666;
                font-size: 13px;
            }

        .commentsBox > div:first-of-type > div:last-of-type {
            display: flex;
            gap: 5px;
            align-items: center;
        }


            .commentsBox > div:first-of-type > div:last-of-type > p {
                display: flex;
                align-items: center;
            }

                .commentsBox > div:first-of-type > div:last-of-type > p > i {
                    color: var(--saa-yellow);
                    font-size: 12px;
                }

    .commentsBox > div:last-of-type {
        width: 81%;
        margin: auto;
    }

        .commentsBox > div:last-of-type > p {
            color: var(--saa-blue);
            font-size: 16px;
            line-height: 22px;
        }

        .commentsBox > div:last-of-type > span {
            display: flex;
            gap: 15px;
            margin: 15px 0;
            color: var(--saa-blue);
        }

            .commentsBox > div:last-of-type > span > span {
                cursor: pointer;
                padding: 8px;
            }

        .commentsBox > div:last-of-type > form > div:first-of-type {
            display: none;
            flex-direction: column;
            gap: 5px;
        }

        .commentsBox > div:last-of-type > form > div > textarea {
            resize: none;
            width: 98%;
            padding: 1%;
            height: 100px;
            margin: 20px 0;
            border: 1px solid #ccd2d9;
            border-radius: 4px;
            outline: none;
            font-family: inherit;
        }

        .commentsBox > div:last-of-type > form > div > button {
            text-align: center;
            background-color: var(--saa-blue);
            transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s cubic-bezier(.25, .46, .45, .94);
            border-radius: 4px;
            font-size: 16px;
            padding: 10px 20px;
            cursor: pointer;
            color: #fff;
            font-weight: bold;
            border: none;
            width: 200px;
        }

        .commentsBox > div:last-of-type > span > span:first-of-type {
            padding-left: 0;
        }

        .commentsBox > div:last-of-type > span > a:first-of-type,
        .commentsBox > div:last-of-type > span > a:nth-of-type(2),
        .commentsBox > div:last-of-type > span > a:nth-of-type(3) {
            font-weight: 300;
            font-size: 13px;
        }

        .commentsBox > div:last-of-type > span > a:nth-of-type(3) {
            cursor: pointer;
        }

        .commentsBox > div:last-of-type > div {
            display: flex;
        }

            .commentsBox > div:last-of-type > div > span {
                display: inline-block;
                width: 20px;
                height: 35px;
                margin-left: 20px;
                border-left: 3px solid gray;
                border-bottom: 3px solid gray;
                opacity: 0.2;
            }

            .commentsBox > div:last-of-type > div > div {
                margin: 30px 0 15px 25px;
            }

                .commentsBox > div:last-of-type > div > div > p:first-of-type {
                    color: var(--saa-blue);
                    font-size: 16px;
                    font-weight: 700;
                }


                .commentsBox > div:last-of-type > div > div > span {
                    margin: 5px 0 11px 0;
                    display: block;
                    color: var(--saa-blue);
                }

                .commentsBox > div:last-of-type > div > div > p:last-of-type {
                    display: flex;
                    gap: 10px;
                }

                    .commentsBox > div:last-of-type > div > div > p:last-of-type > a {
                        padding: 5px;
                        font-size: 13px;
                        color: var(--saa-blue);
                    }

                        .commentsBox > div:last-of-type > div > div > p:last-of-type > a > i {
                            cursor: pointer;
                        }
/*#endregion */

/*#region Sss*/
#Sss > div {
    background: var(--saa-blue);
    padding: 0.7rem 2rem;
    padding-right: 6rem !important;
    border-radius: 1rem;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 500ms;
    cursor: pointer;
}

    #Sss > div > div > span {
        font-size: 15px;
    }

    #Sss > div > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #Sss > div > div > i {
            cursor: pointer;
            position: relative;
            left: 40px;
            font-size: 14px;
        }

    #Sss > div > p {
        display: none;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        color: #666666;
        line-height: 18px;
    }




.sssActive {
    background: var(--saa-lightBlue) !important;
    flex-direction: column;
    color: var(--sal-dark-blue) !important;
}

    .sssActive > div > span {
        font-weight: bold !important;
    }

    .sssActive > div > i:before {
        content: "\f068" !important;
    }

    .sssActive > p {
        display: block !important;
    }

/*#endregion*/

#Offer {
    display: none !important;
}

/*#region arama listesi*/
#SearchList {
    display: none;
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid var(--saa-blue);
    margin: auto;
    margin-top: 5px;
    width: fit-content;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

    #SearchList.error {
        border: 0;
    }

        #SearchList.error > p {
            padding: 1rem;
            text-align: center;
        }

    #SearchList > ul {
        width: 100%;
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        display: grid;
        justify-content: center;
        --brand-width: 330px;
    }

        #SearchList > ul > li {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-right: 1px solid #1536554d;
            color: white;
        }

    #SearchList.list > ul {
        width: 100%;
        grid-template-columns: repeat(auto-fill, minmax(var(--brand-width),1fr));
    }

    #SearchList.list-1 > ul {
        --brand-width: 400px;
        width: var(--brand-width);
    }

        #SearchList.list-1 > ul > li {
            width: var(--brand-width);
        }

    #SearchList.list-2 > ul {
        grid-template-columns: 1fr;
    }

    #SearchList.list-3 > ul {
        grid-template-columns: 1fr;
    }

    #SearchList > ul > li > a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: 500;
        font-size: 20px;
        padding-block: 10px;
        background: #e0ebf4;
    }

        #SearchList > ul > li > a > img {
            width: 35px;
            object-fit: contain;
        }

    #SearchList > ul > li > ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
    }


        #SearchList > ul > li > ul > li {
            display: flex;
            padding-inline: 5px;
            color: var(--saa-blue);
        }

            #SearchList > ul > li > ul > li:hover {
                color: white;
                background: var(--saa-blue);
            }

            #SearchList > ul > li > ul > li > a {
                width: 100%;
                padding: 10px 1rem;
                display: flex;
                justify-content: start;
                align-items: center;
                gap: 20px;
                font-size: 13px;
                color: inherit;
            }

                #SearchList > ul > li > ul > li > a > img {
                    width: 75px;
                    object-fit: contain;
                }


    #SearchList > ul::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    #SearchList > ul::-webkit-scrollbar-track {
        background-color: #e0ebf4;
    }

    #SearchList > ul::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: var(--saa-blue);
        cursor: n-resize;
    }
/*#endregion*/

@media(max-width:1400px) {
    /*#region ToCompare*/
    #ToCompare > div > a > div:first-child > :is(img:first-of-type,img:last-of-type) {
        width: 200px;
    }

    #ToCompare > div > a:hover > div:first-child:after {
        top: 52px;
        border: 25px solid #19446e;
        outline: 25px solid #183e63;
    }

    #ToCompare > div > a > div:last-child > div > div > span {
        font-size: 16px;
    }

    #ToCompare > div > a > div:last-child > div > div > b {
        font-size: 20px;
    }
    /*#endregion */
    /*#region Comments*/

    #Comments {
        padding: 50px !important;
    }

    /*#endregion*/


}

@media(max-width:1200px) {
    /*#region Search*/

    #Search > div:first-of-type {
        width: 75%;
    }
    /*#endregion */
    /*#region ToCompare */

    #ToCompare > div > a > div:first-child > :is(img:first-of-type,img:last-of-type) {
        width: 300px;
    }
    /*#endregion */

}

@media(max-width:992px) {
    /*#region Search*/
    #Search > div:first-of-type {
        height: 45px;
    }

        #Search > div:first-of-type > input {
            font-size: 15px;
            padding: 0 1rem;
        }

        #Search > div:first-of-type > i {
            font-size: 20px;
        }
    /*#endregion */

    /*#region Counter*/
    #Counter > ul {
        padding: 1rem 0.5rem;
    }

        #Counter > ul > li {
            font-size: 17px;
        }
    /*#endregion*/
    /*#region ToCompare*/

    #ToCompare > div > a > div:first-child > :is(img:first-of-type,img:last-of-type) {
        width: 255px;
    }
    /*#endregion*/
    /*#region Comments */

    .commentsBox {
        width: 90%;
    }

        .commentsBox > div:first-of-type > div:first-of-type > img {
            width: 30px;
        }

        .commentsBox > div:first-of-type > div:first-of-type > h5 {
            font-size: 20px;
        }

    div:first-of-type > div:first-of-type > span:last-of-type {
        font-size: 15px;
    }

    .commentsBox > div:first-of-type > div:last-of-type > span:first-of-type {
        font-size: 15px;
    }

    .commentsBox > div:first-of-type > div:last-of-type > span:last-of-type,
    .commentsBox > div:first-of-type > div:first-of-type > span:first-of-type {
        height: 5px;
        width: 5px;
    }

    .commentsBox > div:first-of-type > div:last-of-type > p > i,
    .commentsBox > div:last-of-type > div > div > p:last-of-type > a {
        font-size: 13px;
    }

    .commentsBox > div:last-of-type > p {
        font-size: 15px;
    }

    .commentsBox > div:last-of-type > span > a {
        font-weight: 300;
        font-size: 13px;
    }

    .commentsBox > div:last-of-type > div > div > p:first-of-type {
        font-size: 18px;
    }

    .commentsBox > div:last-of-type > div > div > span {
        font-size: 15px;
    }
    /*#endregion*/
    /*#region Sss*/


    #Sss > div > div > span,
    #Sss > div > p {
        font-size: 15px;
    }

    #Sss > div {
        padding: 1rem 3rem;
    }
    /*#endregion*/

    #SearchList {
        width: 75%;
    }

    #Car > div:last-of-type > a > div:after {
        width: calc(100% - 74px);
        left: 22px;
    }
}

@media(max-width:768px) {
    /*#region Brands*/

    #Brands {
        margin: 2rem 0 1rem 0;
    }
    /*#endregion*/
    /*#region ToCompare */

    #ToCompare > div > a > div:first-child > :is(img:first-of-type,img:last-of-type) {
        width: 215px;
    }
    /*#endregion*/

    /*#region Comments*/

    .commentsBox > div:first-of-type {
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .commentsBox > div:last-of-type {
        width: 100%;
        margin: 0;
    }
    /*#endregion*/
    /*#region Sss*/

    #Sss > div,
    .sssActive {
        padding: 1rem !important;
    }

    .sssActive {
        line-height: 22px;
    }

    #Sss > div > div > i {
        left: 0;
    }
    /*#endregion*/

    #SearchList {
        width: 100%;
    }
}

@media(max-width:576px) {
    .menu > *:not(span:last-of-type) {
        font-size: 15px;
    }
    /*#region Brands*/
    #Brands {
        gap: 0;
    }

    .saa-slide {
        height: 3px;
        width: 50px;
    }

    #Brands > div:nth-of-type(2) {
        grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
    }

        #Brands > div:nth-of-type(2) > a > img {
            height: 35px;
        }

        #Brands > div:nth-of-type(2) > a {
            font-size: 15px;
        }

    #Brands > button {
        padding: 5px 13px;
        font-size: 13px;
    }

        #Brands > button > i {
            font-size: 15px;
        }

    /*#endregion*/


    /*#region Counter*/
    #Counter > ul {
        flex-wrap: wrap;
        gap: 1rem;
    }

        #Counter > ul > li {
            width: 44%;
        }

            #Counter > ul > li:not(li:last-of-type) {
                border: none;
                border-bottom: 2px solid #ecf1f6;
                padding: 0 0 15px 0;
            }
    /*#endregion*/

    /*#region Car*/

    #Car > .menu {
        width: 250px;
    }
    /*#endregion*/

    /*#region ToCompare */

    #ToCompare > div {
        grid-template-columns: 1fr;
    }

        #ToCompare > div > a > div:first-child {
            height: 120px;
        }

        #ToCompare > div > a > div:last-child {
            padding: 2rem 0 0 0;
        }

        #ToCompare > div > a > div:first-child > :is(img:first-of-type,img:last-of-type) {
            width: 44%;
            top: 40px;
        }
        /*
        #ToCompare > div > a > div:last-child > div {
               flex-direction: column;
            gap: 15px;
            width: 80%;
            margin: auto;
        }*/
         
            #ToCompare > div > a > div:last-child > div > div:nth-child(2) {
                background: var(--saa-yellow);
                width: max-content;
            }

        #ToCompare > div > a:hover > div:first-child > img:last-of-type {
            transform: rotateY(180deg) scale(1);
            right: 0;
        }

        #ToCompare > div > a:hover > div:first-child > img:first-of-type {
            transform: scale(1);
            left: 0;
        }

        #ToCompare > div > a > div:first-child:after {
            top: 33px;
            left: 11%;
            height: 145px;
            width: 70%;
        }
    /*#endregion */
    /*#region Comments*/
    #Comments {
        padding: 20px !important;
    }

        #Comments > div {
            grid-column: full-width;
            padding: 0 20px;
        }

    #Sss > div > div > span {
        width: 90%;
    }

    .commentsBox > div:first-of-type > div:first-of-type > img {
        padding: 5px;
        border: 2px solid var(--saa-blue);
    }

    .commentsBox > div:first-of-type > div:first-of-type {
        gap: 5px;
        flex-wrap: wrap;
    }

    div:first-of-type > div:first-of-type > span:last-of-type {
        font-size: 15px;
        width: 100%;
    }

    .commentsBox > div:first-of-type > div:first-of-type > span:first-of-type {
        display: none;
    }
    /*#endregion*/
    #ToCompare > div > a > div:last-child > div {
        padding: 5px;
        gap: 5px;
    }


    #ToCompare > div > a{
        border-radius:20px;
    }
    #ToCompare > div > a > div:last-child > div > div:nth-child(2) > img {
        width: 16px;
    }
        #ToCompare > div > a > div:last-child > div > div:not(div:nth-of-type(2)) {
            width: 44%;
            max-width: 44%;
            min-width: 44%;
        }



    #Car > div:last-of-type {
        grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
        gap: 9px;
    }

        #Car > div:last-of-type > a:hover > div > i, #Car > div:last-of-type > a.hover > div > i,
        #Car > div:last-of-type > a > div > i {
            font-size: 20px;
        }

        #Car > div:last-of-type > a > b:last-of-type {
            padding: 0 10px;
            width: 88%;
        }

        #Car > div:last-of-type > a > img {
            top: 15px;
        }
        #Car > div:last-of-type > a > span:last-of-type {
            font-size: 14px;
        }
}

@media(max-width:500px) {
    #Car > div:last-of-type > a:hover > div:after, #Car > div:last-of-type > a.hover > div:after {
        top: 38px;
        height: 139px;
    }

    #Car > div:last-of-type > a:hover:before, #Car > div:last-of-type > a.hover:before {
        display: none;
    }

    #Car > div:last-of-type > a > div {
        height: 61px;
    }

    #Car > div:last-of-type > a > img {
        width: 89%;
    }

    #Car > div:last-of-type > a {
        padding-top: 3rem;
    }

        #Car > div:last-of-type > a > b:last-of-type {
            margin: 0;
            font-size: 15px;
        }


        #Car > div:last-of-type > a > b,
        #Car > div:last-of-type > a > span:first-of-type {
            font-size: 17px;
        }
        #Car > div:last-of-type > a > img {
            top: 5px;
        }
        #Car > div:last-of-type > a > span:last-of-type {
            font-size: 12px;
            margin-right: 0;
            margin-left: 0;
        }
}

@media(max-width:393px) {
    #Car > div:last-of-type > a > div {
        height: 110px;
    }

    #Car > div:last-of-type > a:hover > div:after, #Car > div:last-of-type > a.hover > div:after {
        top: 50px;
        width: 78%;
        left: 27px;
        height: 200px;
    }
    #Car > div:last-of-type > a > span:last-of-type {
        font-size: 20px;
    }
    #Car > div:last-of-type > a > b, #Car > div:last-of-type > a > span:first-of-type {
        font-size: 19px;
    }
        #Car > div:last-of-type > a > b:last-of-type {
            margin: 7px 0 5px 0;
            font-size: 20px;
        }
}

    