.page.page-home>.main {
    background-color: #fff;
}

.full-width-wrapper.homepage-wrapper {
    margin-top: 62px;
}

.page.page-home .full-width-wrapper.homepage-wrapper {
    margin-top: 0;
}

.homepage-search {
    width: 100%;
    margin-bottom: 32px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 3px 20px;
    padding: 20px 20px 30px;
    background: rgb(255, 255, 255);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 20px;
}
.homepage-search.no-style {
    border: none;
    padding: 0;
    background: none;
    box-shadow: none;
    margin-bottom: 0px;

}

.homepage-search .homepage-search-title-nl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.homepage-grid .homepage-grid-wrapper{
    display: flex;
    max-width: 1230px;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    border-radius: 20px;
    border: 1.5px solid #008AEE;

    background: #FFF;
}
.homepage-grid .homepage-grid-wrapper .divider {
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.product-search-form.home-page .form-field{
    max-width: 300px;
    border-radius: 30px;
    border: 1.5px #008AEE;

    background: #F9F9F9;
}
.product-search-form.home-page form{
    margin-top: 20px;
    margin-bottom: 0px;
}


.homepage-grid .homepage-grid-wrapper .title {
    color: #19242D;
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 5px;
    width: 100%;
}
.homepage-grid .homepage-grid-wrapper h2{
    color: #19242D;
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 5px;
    margin-top:15px;
    text-transform: unset;
}
.homepage-grid .homepage-megabitak-banner {
    margin-top: 30px;
    max-width: calc(100% - 304px);
    width: 100%;
    height: 200px;
    border-radius: 30px;
    background: #19242D;
    /* float: right; */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    gap: 20px;
    cursor: pointer;
}

.homepage-grid .homepage-megabitak-banner .overlay-bitak {
    background: url(../images/megabitak/megabitak_overlay_title.svg);
    width: 800px;
    height: 234px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -18px;
    left: 92px;
}

.homepage-grid .homepage-megabitak-banner .hand {
    background: url(../images/megabitak/megabitak_hand.svg);
    width: 175px;
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0px;
    right: -13px;
    z-index: 1;
}

.homepage-grid .homepage-megabitak-banner .icon.megabitak-big {
    background: url(../images/megabitak/megabitak_banner_logo_big.svg);
    width: 250px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: 10000;
    position: inherit;
    z-index: 1;
}

.homepage-grid .homepage-megabitak-banner .text {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    z-index: 1;
}

.homepage-grid .homepage-megabitak-banner .handle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    width: 202px;
    z-index: 1;
}

.homepage-grid .homepage-megabitak-banner .handle .text {
    color: #19242D;
    text-align: center;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.homepage-grid .homepage-megabitak-banner .handle .icon {
    background: url(../images/megabitak/megabitak_header_logo_pointer_arrow.svg);
    width: 11px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


@media (min-width: 1440px) {
    .page.page-home>.main {
        background-color: unset;
    }
}
@media (width <= 1024px) {
    .product-search-form.home-page .form-field{
        max-width: 100%;
    }
    .homepage-grid .homepage-megabitak-banner .text {
        font-size: 20px;
    }

    .homepage-grid .homepage-megabitak-banner .icon.megabitak-big {
        width: 200px;
    }

    .homepage-grid .homepage-megabitak-banner .hand {
        width: 145px;
        height: 145px;
    }

    .homepage-grid .homepage-megabitak-banner .overlay-bitak {
        width: calc(100% - 40px);
        height: 180px;
        top: -5px;
    }

    .homepage-grid .homepage-megabitak-banner {
        gap: 12px;
        padding: 20px;
        height: 170px;
    }
}

@media (width <= 740px) {
    .homepage-grid .homepage-megabitak-banner {
        max-width: unset;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
        float: none;
    }
}

@media (width <= 430px) {
    .homepage-grid .homepage-megabitak-banner .hand {
        width: 125px;
        height: 125px;
    }

    .homepage-grid .homepage-megabitak-banner .icon.megabitak-big {
        width: 150px;
    }

    .homepage-grid .homepage-megabitak-banner .text {
        font-size: 18px;
    }

    .homepage-grid .homepage-megabitak-banner .text,
    .homepage-grid .homepage-megabitak-banner .handle .text  {
        font-size: 16px;
    }

    .homepage-grid .homepage-megabitak-banner {
        gap: 10px;
        padding: 15px;
        height: 150px;
    }

    .homepage-grid .homepage-megabitak-banner .handle {
        height: 30px;
        padding-left: 0px;
        padding-right: 0px;
        width: 160px;
        gap: 5px;
    }

    .homepage-grid .homepage-megabitak-banner .overlay-bitak {
        display: none;
    }
}

.homepage-grid-content {
    border-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.homepage-grid-content .homepage-inquiries.regular {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
    width: 100%;
    height: 290px;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}


.homepage-grid-content .homepage-inquiries.megaparts {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(44, 202, 202, 0.25) inset;
    width: 100%;
    height: 290px;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.homepage-grid-content .homepage-inquiries.regular::-webkit-scrollbar,
.homepage-grid-content .homepage-inquiries.megaparts::-webkit-scrollbar {
    display: none;
}

.homepage-grid-content .homepage-inquiries.regular .homepage-regular-inquiries,
.homepage-grid-content .homepage-inquiries.megaparts .homepage-megaparts-inquiries {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.homepage-grid-content .homepage-inquiries-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #EDEDED;
    background: #F9F9F9;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content {
    flex-grow: 1;
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content .text {
    flex-grow: 1;
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.homepage-grid-content .homepage-inquiries .label.text-body-dark-strong.homepage-inq {
    font-size: 10px;
    position: absolute;
    top: -2px;
    right: 3px;
    display: none;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content > .text .label.megaparts-inquiry {
    color: #2CCACA;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content > .text .label.regular-inquiry {
    color: #5FB865;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content .header-row .past-time {
    color: #C2C2C2;
    font-family: "Roboto";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.homepage-grid-content .homepage-inquiries .image-holder {
    position: relative;
    height: 100%;
    width: 78px;
    background: #d9d9d9;
    width: 92.625px;
    height: 57px;
    border-radius: 7.125px;

}


.homepage-grid-content .homepage-inquiries .image-holder .pio-first-image,
.homepage-grid-content .homepage-inquiries .image-holder  a img {
    width: 92.625px;
    height: 57px;
    border-radius: 7.125px;
}

.homepage-grid-content .homepage-inquiries .image-holder img {
    height: inherit;
    width: inherit;
    border-radius: 50%;
    object-fit: cover;
}

.homepage-grid-content .homepage-inquiries .image-holder img.image {
    height: inherit;
    width: inherit;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #F9F9F9;
}

.homepage-grid-content .homepage-inquiries .image-holder img.user-img {
    height: inherit;
    width: inherit;
    border-radius: 50%;
    object-fit: cover;
}

.homepage-grid-content .homepage-inquiries .image-holder .profile-icon:has(span.image) {
    border: 3px solid #F9F9F9;
}

.homepage-grid-content .homepage-inquiries .image-holder .profile-icon {
    position: absolute;
    top: -6px;
    left: -6px;
    background: #d9d9d9;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #434343;
    font-family: roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
}

.homepage-grid-content .homepage-inquiries .image-holder .profile-icon:hover {
    cursor: pointer;
}

.homepage-grid-content .homepage-inquiries .inquiry-item-content .product-title-small {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page.page-home .homepage-market .borsa-headers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    gap: 25px;
    max-height: 800px;
}

.page.page-home .homepage-market .borsa-headers .left_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 10px 0px;
}

.page.page-home .homepage-market .borsa-headers .left_cont h2 {
    color: #000;
    font-family: "Exo 2";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    margin-bottom: 5px;
}

.page.page-home .homepage-market .borsa-headers .left_cont .inq_count {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    width: 100%;
}

.page.page-home .homepage-market .borsa-headers .left_cont .inq_count .count {
    color: #33BB5A;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.page.page-home .homepage-market .borsa-headers .left_cont .inq_count.autoborsa .count {
    color: #F2992F;
}

.page.page-home .homepage-market .borsa-headers .left_cont .inq_count .text {
    color: #535353;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 2px;
}

.page.page-home .homepage-market .borsa-headers .left_cont div.button {
    height: 40px;
    width: 64px;
    gap: 10px;
    border-radius: 30px;
    background: #5FB865;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page.page-home .homepage-market .borsa-headers .left_cont div.button.autoborsa {
    background: #F2992F;
}
.page.page-home .homepage-market .borsa-headers .left_cont div.button span {
    background: url(../images/arrow_borsa.svg) no-repeat center;
    width: 16px;
    height: 15px;
}


.page.page-home .homepage-market .borsa-headers .right_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 ;
    margin: 10px 0px;
}

.page.page-home .homepage-market .borsa-headers .right_cont h2 {
    color: #000;
    font-family: "Exo 2";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
}

.page.page-home .homepage-market .borsa-headers .right_cont .inq_count {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    width: 100%;
}

.page.page-home .homepage-market .borsa-headers .right_cont .inq_count .count {
    color: #2CCACA;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.page.page-home .homepage-market .borsa-headers .right_cont .inq_count .text {
    color: #535353;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 2px;
}

.page.page-home .homepage-market .borsa-headers .right_cont div.button {
    display: flex;
    height: 40px;
    width: 64px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #2CCACA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page.page-home .homepage-market .borsa-headers .right_cont div.button span.redirect {
    background: url(../images/arrow_borsa.svg) no-repeat center;
    width: 16px;
    height: 15px;
}

.homepage-grid-content .homepage-search .homepage-search-title-nl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.clear-all-form-filtters {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(0, 138, 238);
    cursor: pointer;
    text-decoration: underline;
}

.clear-all-form-filtters img {
    transform: translateY(3px) translateX(-7px);
}

.clear-all-form-filtters {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(0, 138, 238);
    cursor: pointer;
    text-decoration: underline;
}

.product-search-form .form-field .select2-container .select2-selection--single,
.product-search-form .form-field .select2-container .select2-selection--multiple {
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 138, 238);
    border-image: initial;
    border-radius: 30px;
    display: flex;
    
    position: relative;
    margin:auto;
}

.product-search-form .form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 52px;
}

.product-search-form .form-field .select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    margin: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: #7b8a97;
    z-index: 2;
}

.product-search-form .form-field .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.homepage-grid-content .homepage-market>.heading .title,
.homepage-grid-content .homepage-auctions>.heading .title {
    display: flex;
    flex-direction: column;
}

.homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl, 
.homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl {
    margin-left: 0;
}

.homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl .count,
.homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl .count {
    background-color: transparent;
    
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 50px;
    position: relative;
    top: 3px;
}
.homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl .count{
    color: rgb(51, 187, 90);
}
.homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl .count {
    color:#F2992F;
}


.homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl .title-inqueries-nl, 
.homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl .title-inqueries-nl {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(83, 83, 83);
    text-transform: lowercase;
    position: relative;
    top: 3px;
}

.homepage-grid-content .homepage-market>.heading .button-to-the-market, 
.homepage-grid-content .homepage-auctions>.heading .button-to-the-market {
    border-radius: 50px;
}

.homepage-market>.heading .button-to-the-market {
    background: #33BB5A;
    border: 1px solid #33BB5A;
    border-radius: 50%;
}
.homepage-auctions>.heading .button-to-the-auctions {
    background: #F2992F;
    border: 1px solid #F2992F;
    border-radius: 50px;
    color: #fff;
    flex-direction:unset;
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-auctions>.heading .button-to-the-auctions > span{
    font-size: 16px !important;
    font-weight: 500;
    line-height: 16px;
}

.homepage-grid .homepage-search .buttons-wrapper .button-search {
    border-radius: 50px;
    display: grid;
    
    margin: auto;
}

.product-search-form .form-field {
    max-width: calc(((100% - 267px) - 20px) / 2);
}

.page-home .product-search-form .buttons-wrapper .button-clear {
    display: none;
}

.page-product-category-single .product-search-form .buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.page-product-category-single .product-search-form .buttons-wrapper .button-clear {
    background: #FFFFFF;
    border: 1px solid #D8E0E7;
    border-radius: 999px;
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin-left: 0;
    color: #51606D;
    box-shadow: 0 1px 2px rgba(28, 45, 58, 0.04);
}

.page-product-category-single .product-search-form .buttons-wrapper .button-clear:hover {
    background: #F8FAFC;
    border-color: #C9D3DC;
}

.page-product-category-single .product-search-form .buttons-wrapper .button-clear > .icon {
    width: 14px;
    height: 14px;
    background: none;
    position: relative;
    flex: 0 0 14px;
}

.page-product-category-single .product-search-form .buttons-wrapper .button-clear > .icon::before,
.page-product-category-single .product-search-form .buttons-wrapper .button-clear > .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: #D93043;
    transform-origin: center;
}

.page-product-category-single .product-search-form .buttons-wrapper .button-clear > .icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.page-product-category-single .product-search-form .buttons-wrapper .button-clear > .icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.page-product-category-single .product-search-form .buttons-wrapper .button-clear > .text {
    display: none;
}

.page-product-category-single .product-search-form .buttons-wrapper .button-search,
.page-product-category-single .product-search-form .buttons-wrapper.has-selected .button-search {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
}

.product-search-form .form-field {
    max-width: calc(((100% - 267px) - 20px) / 2);
}

.product-search-form .buttons-wrapper {
    width: 267px;
}

.product-search-form .buttons-wrapper.has-selected .button-search {
    max-width: 210px;
}

.product-search-form .buttons-wrapper.has-selected .button-search {
    width: 100%;
}


/* Left Side Bar  */
.page.page-product-category-single .homepage-left-sidebar.category {
    display:none;
}
.category-nav-bar-toggle{
    background: none;
    margin-top: 7px;

}
.category-nav-bar-toggle.opened{
    transform: rotate(180deg);
    margin-bottom: 7px;

}
.homepage-left-sidebar {
    box-shadow: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    
}

.homepage-left-sidebar .navigation {
    border: 1px solid rgba(0, 138, 238, 0.5);
    border-radius: 20px;
    padding:25px;
}
.homepage-left-sidebar .navigation.no-border{
    border: none;
    padding: 0;
}
.homepage-left-sidebar .navigation.no-border > .title {
    margin-bottom: 20px;
    padding: 0;
}

.homepage-left-sidebar .navigation .categories-intro {
    margin: -6px 0 18px;
    color: #5B6975;
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    text-align: center;
}

.homepage-left-sidebar .navigation.no-border > .search {
    margin-bottom: 20px;
    padding: 0;
}

.homepage-left-sidebar .navigation>.search .search-field {
    width: 100%;
    height: 45px;
    box-shadow: none;
    font-size: 16px;
    padding: 16px 55px 15px 15px;
    text-align: center;
    color: #777777;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.homepage-left-sidebar .navigation.no-border >.search .search-field {
    border-radius: 30px;
    border: 1px solid #C2C2C2;
    background: #FFF;
    display: flex;
    width: 300px;
    height: 45px;
    padding: 0px 15px;
    align-items: center;
    gap: 10px;
}

.homepage-left-sidebar .navigation>.search .search-field input {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
}

.homepage-left-sidebar .navigation>.search .search-field::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    text-align: center;
}
.homepage-left-sidebar .navigation>.categories .categor{
    position: relative;
}

.homepage-left-sidebar .navigation>.categories .category:last-child {
    border-bottom: none;
}


.homepage-left-sidebar .navigation>.categories .category:hover {
    border-radius: 50px 0 0 50px;
}

.homepage-left-sidebar .navigation>.categories .category:after {
    opacity: 1;
}

.homepage-left-sidebar .navigation>.categories .category a span {
    color: #19242D;

    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.homepage-left-sidebar .navigation > .categories {
    gap: 8px;
}

.homepage-left-sidebar .navigation > .categories .category {
    width: calc(14.2857% - 7px);
    max-width: 100%;
}

.homepage-left-sidebar .navigation > .categories .category > a {
    position: relative;
    align-items: stretch;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(0, 138, 238, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 10px 24px rgba(17, 37, 63, 0.07);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.homepage-left-sidebar .navigation > .categories .category:hover > a {
    transform: translateY(-2px);
    border-color: rgba(0, 138, 238, 0.28);
    box-shadow: 0 14px 30px rgba(17, 37, 63, 0.1);
}

.homepage-left-sidebar .navigation > .categories .category > a .category-card-image {
    display: flex;
    width: 100%;
    min-height: 108px;
    border-radius: 14px;
    background: radial-gradient(circle at top, rgba(44, 202, 202, 0.16), rgba(0, 138, 238, 0.06));
    overflow: hidden;
}

.homepage-left-sidebar .navigation > .categories .category > a .category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.homepage-left-sidebar .navigation > .categories .category:hover > a .category-card-image img {
    transform: scale(1.04);
}

.homepage-left-sidebar .navigation > .categories .category > a .category-card-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    padding-right: 0;
}

.homepage-left-sidebar .navigation > .categories .category > a .category-card-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.homepage-left-sidebar .navigation > .categories .category > a .category-card-title {
    color: #19242D;
    text-align: left;
    font-family: "Exo 2";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.homepage-left-sidebar .navigation > .categories .category > a .category-card-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(0, 138, 238, 0.1);
    color: #008AEE;
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 700;
}

.homepage-left-sidebar .navigation > .categories .category > a .category-card-meta {
    color: #6B7782;
    text-align: left;
    font-family: "Montserrat";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.homepage-left-sidebar .navigation > .categories .category > .dropdown {
    margin-top: 10px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(17, 37, 63, 0.1);
    overflow: hidden;
}

.homepage-left-sidebar .navigation > .categories .category > .dropdown > .children {
    padding: 18px;
}

.homepage-left-sidebar .navigation > .categories .category > .dropdown > .children .column .category-child {
    padding: 10px 0;
    border-bottom: 1px solid rgba(25, 36, 45, 0.08);
}

.homepage-left-sidebar .navigation > .categories .category > .dropdown > .children .column .category-child:last-child {
    border-bottom: 0;
}

.homepage-left-sidebar .navigation > .categories .category > .dropdown .mobile-dropdown-header {
    display: none;
}

@media screen and (min-width: 741px) {
    .homepage-left-sidebar .navigation > .categories .category:hover {
        border-color: transparent;
        border-radius: 0;
    }

    .homepage-left-sidebar .navigation > .categories .category:hover:before,
    .homepage-left-sidebar .navigation > .categories .category:hover:after {
        display: none;
    }

    .homepage-left-sidebar .navigation > .categories .category:hover > a .category-card-title {
        color: #19242D;
    }

    .homepage-left-sidebar .navigation > .categories .category:hover > a .category-card-meta {
        color: #6B7782;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown {
        display: none;
        position: absolute;
        top: calc(100% - 6px);
        left: 0;
        z-index: 30;
        min-width: 360px;
        max-width: min(820px, calc(100vw - 56px));
        padding: 0;
        border: 1px solid rgba(0, 138, 238, 0.12);
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.98));
        box-shadow: 0 24px 48px rgba(17, 37, 63, 0.16);
        overflow: hidden;
    }

    .homepage-left-sidebar .navigation > .categories .category:hover > .dropdown {
        display: block;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown > .title {
        margin-bottom: 0;
        padding: 18px 22px 10px;
        color: #19242D;
        font-family: "Exo 2";
        font-size: 19px;
        font-weight: 700;
        line-height: 1.2;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown > .children {
        display: flex;
        gap: 22px;
        padding: 0 22px 22px;
        align-items: flex-start;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown > .children .column {
        flex: 1 1 280px;
        min-width: 280px;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown > .children .separator {
        width: 1px;
        margin: 0;
        background: rgba(25, 36, 45, 0.08);
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown > .children .column .category-child {
        margin-bottom: 0;
        padding: 11px 0;
        border-bottom: 1px solid rgba(25, 36, 45, 0.08);
        color: #25333F;
        font-family: "Montserrat";
        font-size: 13px;
        font-weight: 600;
        line-height: 1.35;
        transition: color 0.2s ease, transform 0.2s ease;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown > .children .column .category-child:hover {
        color: #008AEE;
        transform: translateX(4px);
    }
}

@media screen and (max-width: 1180px) {
    .homepage-left-sidebar .navigation > .categories .category {
        width: calc(20% - 7px);
    }

    .homepage-left-sidebar .navigation > .categories .category > a .category-card-image {
        min-height: 102px;
    }
}

@media screen and (max-width: 900px) {
    .homepage-left-sidebar .navigation > .categories .category {
        width: calc(25% - 6px);
    }
}

.homepage-left-sidebar .banners {
    border-radius: 20px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.homepage-left-sidebar .banners>.banner {
    border-radius: 20px;
}

.homepage-left-sidebar .navigation>.search .search-field:after {
    right: 19px;
    background: url(../images/icons/magnify.svg) no-repeat center;
}

.homepage-grid-content .homepage-top-offer-products .products .product-image {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.homepage-grid-content .homepage-top-offer-products .products .product-image .image {
    border-radius: 20px;
}

.homepage-wrapper .homepage-news {
    border: none;
}


/* homepage-testimonials */

.homepage-testimonials {
    border: none;
}

.homepage-testimonials .testimonials .testimonial-grid-item {
    border-radius: 20px;
    width: 100%;
}

.homepage-testimonials>.buttons>.button-all-testimonials:hover {
    background: rgba(23, 141, 235, 0.15);
    border: 1px solid #008AEE;
    color: #000000;
}

.homepage-testimonials .testimonials .testimonial-grid-item .inner .custom-quotes-nl {
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    /* line-height: 80px; */
    color: #008AEE;
}

.homepage-testimonials>.buttons .button-write-testimonial {
    border-radius: 50px;
    height: 50px;
}

.homepage-testimonials>.buttons .button-all-testimonials {
    border: 1px solid #008AEE;
    border-radius: 50px;
    height: 50%;
    padding: 16px 20px;
}


/* Brands */

.homepage-brands-wrapper .brands {
    justify-content: center;
}

.homepage-brands-wrapper .brands .brand .content:after {
    content: none;
}

.homepage-brands-wrapper .brands .brand {
    display: inline-block;
    vertical-align: top;
    max-width: calc(25% - 31px);
    width: 100%;
    margin-top: 31px;
    margin-left: 31px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.24s ease-in-out;
}

.homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark {
    font-family: 'Exo 2';
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 180px;
}

.homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark strong {
    font-weight: 700;
}

.homepage-brands-wrapper .brands .brand .content {
    background: #F3F3F3;
    border-radius: 20px;
    align-items: start;
    height: 152px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 28px;
    padding-bottom: 28px;
    display: block;
}

.homepage-brands-wrapper .brands .brand .content>.image {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.homepage-brands-wrapper .brands .brand .content>.image>img {
    max-height: 55px;
    float: right;
}

.homepage-brands-wrapper .brands .brand .content>.image>.audi,
.homepage-brands-wrapper .brands .brand .content>.image>.ford {
    max-height: 33px;
}
.homepage-brands-wrapper .brands .brand .content>.image.citroen-parrent{
    margin-right: 0;
}
.homepage-brands-wrapper .brands .brand .content>.image>.fiat {
    max-height: 43px;
}

.homepage-brands-wrapper .brands .get-all-brands-nl {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #008AEE;
    border-radius: 50px;
    width: 274px;
    height: 50px;
    padding: 16px 20px;
}

.homepage-brands-wrapper .brands .get-all-brands-nl>.title-xsmall-dark {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.homepage-brands-wrapper .brands .brand:hover {
    box-shadow: none;
}


/* homepage spinner */

.page-home .spinner-middle {
    vertical-align: middle;
    display: flex;
}

.page-home .spinner-container {
    min-height: 200px;
    min-width: 200px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    display: flex;
}

.page-home .spinner-container .btn-spinner {
    background-image: url(../images/icons/Spinner-1s-21px.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
}


/* spinner */




.page-home .ac-mega-border-box{
    border: 1px solid #f2992f;
    border-radius: 20px;
    padding: 0px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 10px;
    justify-content: center;
}

.page-home .ac-mega-border-box-remain{
    padding: 5px 20px 20px;
}
.page-home .ac-mega-border-box .title{
    color: #231F20;
    font-size: 26px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin-top:23px;
    margin-bottom: 20px;
}

.ac-mega-border-box .car-ads-spinner {
    width: 75px!important;
    height: 75px!important;
}

.ac-mega-border-box .spinner-container {
    min-width: unset;
    max-height: unset;
}

/* Medai queries */
@media (max-width: 1240px) {
    .ac-mega-border-box{
     
        /* margin: 0px 10px; */
        margin: 0;
        padding: 0px 9px 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark {
        font-size: 20px;
    }
    .homepage-brands-wrapper .brands .brand .content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 12px;
        padding-bottom: 24px;
    }
}

.mobile {
    display: none;
}



/* warning modal unread messages */
#modal-limit-product-inquiry .conversation-single-modal-body .btn-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-limit-product-inquiry .modal-limit-product-inquiry__showModalConsent {
    display: flex;
    color: #19242D;
    text-align: center;
    font-family: "Exo 2";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px;
    justify-content: flex-end;
    align-items: center;
}

#modal-limit-product-inquiry .modal-limit-product-inquiry__showModalConsent input {
    margin: 0 5px;
}

#modal-limit-product-inquiry .modal-limit-product-inquiry__showModalConsent input:hover {
    cursor: pointer;
}

.conversation-modal.warning-modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

.conversation-modal.warning-modal .conversation-single-modal-body {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 600px;
    padding: 25px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 225px;
}

.conversation-modal.warning-modal .conversation-single-modal-body .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.conversation-modal.warning-modal .conversation-single-modal-body .conversation-modal-content p {
    color: #19242D;
    text-align: center;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.conversation-modal.warning-modal .conversation-single-modal-body .conversation-modal-content__successMessage {
    color: #29BC55;
    text-align: center;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#btn-promote-product-inquiry,
.conversation-modal.warning-modal .conversation-modal-footer a.to-inquiries {
    display: flex;
    height: 40px;
    padding: 0px 25px;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #008AEE;
    cursor: pointer;
    justify-content: center;
}

#btn-promote-product-inquiry,
.conversation-modal.warning-modal .conversation-modal-footer a.to-inquiries p {
    color: #FFF;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#btn-promote-product-inquiry{
    margin: auto;
    min-width: 200px;
}
.conversation-modal.warning-modal .conversation-modal-footer a.to-inquiries .arrow_right {
    background-image: url(/images/market/arrow-right.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (width <= 992px) {
    .conversation-modal.warning-modal .conversation-single-modal-body {
        width: 500px;
    }
}

@media (width <= 768px) {
    .conversation-modal.warning-modal .conversation-single-modal-body {
        width: 90%;
    }
    .conversation-modal.warning-modal .conversation-single-modal-body .conversation-modal-content p {
        font-size: 16px;
    }

    .conversation-modal.warning-modal .conversation-single-modal-body .conversation-modal-content__successMessage {
        font-size: 16px;
    }
}



/* NEW PAGINATION STYLE IN BORSA */

.p-arr {
    
    align-items: center;
    justify-content: center;
    display: flex;
}

.paging ul li a {
    border: none;
    height: unset;
    width: unset;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    /* identical to box height, or 83% */
    text-align: center;
    color: #777;
    align-items: center;
    justify-content: center;
    display: flex;
}

.paging ul li.current a {
    color: #008AEE;
    background: none;
    border: none;
    align-items: center;
    justify-content: center;
    display: flex;
}

.paging a:not(.dots):hover {
    border: none;
}

.paging-wrapper .paging {
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.p-arr.prev {
    margin-right: 15px;
}

.p-arr.next {
    margin-left: 15px;
}

.p-arr.prev>.text,
.p-arr.next>.text {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */
    text-align: right;
    color: #008AEE;
}

.ac-autoborsa-list__tableBody .paging-wrapper {
    width: 100%!important;
}
/* ##### INFINITE PAGINATOR STYLES ###### */
.infinite-paginator-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 5px 0;
    padding: 20px 0; /* Adjust the padding to control the spacing between lines and text */
    position: relative;
}


/* Hide paginator controls for non expanded tables such as below */
.ac-autoborsa-list__table .expired-auctions-body .infinite-paginator-wrap,
.ac-autoborsa-list__table .won-auctions-body .infinite-paginator-wrap {
  display: none;
}

.infinite-paginator-wrap p {
    color: grey;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.infinite-paginator-wrap p:hover {
    cursor: pointer;
    text-decoration: underline;
}

.infinite-paginator-wrap::before {
    content: "";
    display: block;
    border-top: .5px solid #00000065; /* Adjust the line color and style as desired */
    width: 30%;
    position: absolute;
    top: 50%;
    left: 0;
}

.infinite-paginator-wrap::after {
    content: "";
    display: block;
    border-top: .5px solid #00000065; /* Adjust the line color and style as desired */
    width: 30%;
    position: absolute;
    top: 50%;
    right: 0;
}

.infinite-paginator-wrap::after,
.infinite-paginator-wrap::before {
    transform: translateY(50%);
}

/* Loader */
.dots {
    display: none;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: grey;
    color: grey;
    animation: dots 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dots::before, .dots::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dots::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: grey;
    color: grey;
    animation: dots 1s infinite alternate;
    animation-delay: 0s;
}

.dots::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: grey;
    color: grey;
    animation: dots 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dots {
    0% {
        background-color: grey;
    }
    50%, 100% {
        background-color: rgba(61, 61, 63, 0.2);
    }
}

/* ##### INFINITE PAGINATOR STYLES ###### */

.pagination-top-wrapper .paging-wrapper,
.pagination-top-wrapper .paging a:not(.dots):hover,
.pagination-top-wrapper .paging ul li.current a {
    border-top: none;
}
.paging-wrapper .pg-desktop .paging a.p-arr {
    width: 30px;
    height: 30px;
}
.paging-wrapper .pg-desktop .paging a.p-arr .icon{
    width: 9px;
    height: 16px;
    background-size: contain;
}
.paging ul li a:hover {
    color: #008AEE;
 
}
.paging-wrapper:last-child{
    margin-top: 0px;
}

/* NEW PAGINATION STYLE IN BORSA */
@media screen and (min-width: 741px) and (max-width: 1080px) {
    .page-product-category-single .products-list-wrapper.grid .product-grid-item{
        max-width: calc(50% - 0px);
        margin-right: 0px;
    }

    .infinite-paginator-wrap p {
        font-size: 16px;
    }
    
    .infinite-paginator-wrap::before {
        width: 40%;
    }
    
    .infinite-paginator-wrap::after {
        width: 40%;
    }
}

/************* END PAGINATOR ***************/

@media screen and (max-width: 900px) {
    
    .p-arr.prev>.text,
    .p-arr.next>.text {
        text-align: center;
    }
}

@media screen and (min-width: 740px) and (max-width: 992px) {
    .homepage-brands-wrapper .brands {
        margin-left: 0px;
    }
    .homepage-brands-wrapper .brands .brand {
        max-width: calc(33.33% - 18px) !important;
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
}
@media (max-width: 600px) {
  
    .ac-mega-border-box .ac-auction-item{
        /* max-width: calc(100% - 0px); */
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
   
    .ac-mega-border-box{
        padding: 10px;
        margin-bottom: 20px;
        
        margin: 20px auto;
        width: 100%;
    }

}
@media screen and (max-width: 400px) {
    .homepage-left-sidebar .navigation > .categories .category{
        
        width: 100% !important;
    }
}
@media screen and (max-width: 440px) {
    .page.page-home .homepage-market .main-logo-borsa img{
        max-width: 100%;

    }
    .page-product-category-single .products-list-wrapper.grid .product-grid-item {
        max-width: 100%;
    }

    .product-grid-item.formular {
        width: 100%;
        max-width: unset;
    }
}
@media screen and (min-width: 0px) and (max-width: 740px) {
    .homepage-brands-wrapper .brands .brand .content {
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark {
        font-size: 18px;
    }
    .homepage-brands-wrapper .brands {
        margin-left: 0px;
    }
    .homepage-brands-wrapper .brands .brand {
        max-width: calc(50% - 12px) !important;
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .homepage-left-sidebar .navigation .title {
        text-align: center;
    }

    .homepage-left-sidebar .navigation {
        padding: 18px;
        border-radius: 24px;
    }

    .homepage-left-sidebar .navigation.no-border > .search .search-field {
        width: 100%;
    }

    .homepage-left-sidebar .navigation > .categories .category {
        width: calc(50% - 6px);
    }

    .homepage-left-sidebar .navigation > .categories .category > a {
        min-height: 100%;
        padding: 8px;
        gap: 8px;
        border-radius: 16px;
    }

    .homepage-left-sidebar .navigation > .categories .category > a .category-card-image {
        min-height: 76px;
        border-radius: 12px;
    }

    .homepage-left-sidebar .navigation > .categories .category > a .category-card-body {
        gap: 4px;
        padding-right: 0;
    }

    .homepage-left-sidebar .navigation > .categories .category > a .category-card-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .homepage-left-sidebar .navigation > .categories .category > a .category-card-title {
        font-size: 13px;
    }

    .homepage-left-sidebar .navigation > .categories .category > a .category-card-count {
        min-width: 24px;
        height: 20px;
        font-size: 10px;
    }

    .homepage-left-sidebar .navigation > .categories .category > a .category-card-meta {
        font-size: 9px;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown {
        position: fixed;
        inset: 0;
        z-index: 1002;
        display: none;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        overflow-y: auto;
    }

    .homepage-left-sidebar .navigation > .categories .category.mobile-panel-open > .dropdown {
        display: block;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown .mobile-dropdown-header {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 16px;
        border-bottom: 1px solid rgba(25, 36, 45, 0.08);
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(10px);
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown .mobile-dropdown-back {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #19242D;
        font-family: "Exo 2";
        font-size: 14px;
        font-weight: 700;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown .mobile-dropdown-back .icon {
        display: inline-block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(0, 138, 238, 0.1) url('../images/icons/icon-arrow-left-dark-small.svg') no-repeat center;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown .mobile-dropdown-title {
        color: #19242D;
        font-family: "Exo 2";
        font-size: 17px;
        font-weight: 700;
        line-height: 1.2;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown > .title {
        display: none;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown > .children {
        padding: 14px 16px 24px;
    }

    .homepage-left-sidebar .navigation > .categories .category > .dropdown > .children .column .category-child {
        margin-bottom: 0;
        padding: 14px 0;
        font-size: 15px;
        line-height: 1.35;
    }

    .full-width-wrapper.homepage-wrapper {
        margin-top: 17px !important;
    }
    .homepage-grid-content .homepage-top-offer-products .title {
        text-align: center;
    }
    .homepage-grid-content .homepage-market>.heading {
        margin-bottom: 10px;
    }
    .homepage-auctions > .heading{
        display:block;
    }
    .homepage-market>.heading>.title {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }
    .homepage-grid-content .homepage-market>.heading .title, 
    .homepage-grid-content .homepage-auctions>.heading .title {
        width: 100%;
        display: grid;
        justify-content: center;
    }

    .homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl,
    .homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl {
        padding-top: 13px;
        text-align: center;
    }
    .homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl .title-inqueries-nl,
    .homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl .title-inqueries-nl {
        top: 0px;
    }
    .homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl .count,
    .homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl .count {
        top: 0px;
    }
   
    .infinite-paginator-wrap p {
        font-size: 14px;
    }
    
    .infinite-paginator-wrap::before {
        width: 35%;
    }
    
    .infinite-paginator-wrap::after {
        width: 35%;
    }
}

@media screen and (max-width: 360px) {
    .homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark {
        font-size: 16px;
    }

    .infinite-paginator-wrap::before {
        width: 30%;
    }
    
    .infinite-paginator-wrap::after {
        width: 30%;
    }
}
@media screen and (max-width: 330px) {
    .homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark {
        font-size: 14px;
    }
}























#modal-borsa-limit-warning-popup .modal__container {
    border: 1px #008AEE solid;
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-image: url('../images/mega-mark-limit-popup.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#modal-borsa-limit-warning-popup .product-inquiry-list-item-offer-form .form-elements {
    display: block;
    margin: 15px auto;
}

#modal-borsa-limit-warning-popup .modal__header .modal__close:before {
    content: "\2715";
    left: 0;
}

#modal-borsa-limit-warning-popup .modal__close {
    margin: auto;
}

#modal-borsa-limit-warning-popup .modal__close:before {
    content: "\2715";
    position: inherit;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
}

#modal-borsa-limit-warning-popup .modal__close:before {
    content: "\2715";
}

#modal-borsa-limit-warning-popup .inner {
    margin-top: 34px;
    padding: 0 10px;
}

#modal-borsa-limit-warning-popup .modal__header .modal__close:before {
    content: "\2715";
    left: 0;
}

#modal-borsa-limit-warning-popup h2 {
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
    margin-top: 50px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    /* or 121% */
    text-align: center;
    color: #000000;
    width: 207px;
    margin: 50px auto;
    margin-bottom: 0px;
}

#modal-borsa-limit-warning-popup .modal-borsa-limit-warining-poup-details {
    max-width: 271px;
    margin: auto;
    margin-top: 22px;
}

#modal-borsa-limit-warning-popup span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    text-align: center;
    color: #1C2D3A;
}

#modal-borsa-limit-warning-popup .borsaLimitMyBalanceButton {
    width: 298px;
    height: 56px;
    background-color: #008AEE;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 15px;
    /* identical to box height, or 68% */
    margin-top: 33px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    color: #FFFFFF;
}

#modal-borsa-limit-warning-popup .modal__container {
    text-align: center;
    max-width: 435px;
    max-height: 323px;
}

.page.page-home .homepage-market .main-logo-borsa {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 25px 0px;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-heading .image-holder a.product-thumbnail.image {
    pointer-events: none;
}
.homepage-grid-content .homepage-autoborsa{
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
}
.homepage-grid-content .homepage-autoborsa .inner{
    width: 100%;
    margin:auto;
    height: 100%;
}
.page-home .homepage-grid-content .homepage-autoborsa .spinner-container{
    height: 100%;
}
.page.page-home .homepage-market > .heading {
    margin-bottom: 32px;
}

.column {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.megabitak_item{
    cursor: pointer;
}

@media (width <=992px) {
    .page.page-home .homepage-market .borsa-headers{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-height:unset;
    }
    .homepage-grid-content .homepage-inquiries-container {
        flex-direction: column;
    }

    .column {
        width: 100%;
    }
}

.homepage-hero-desktop {
    display: block;
    width: 100%;
    margin: -1px 0 0;
}

.page.page-home .homepage-hero-desktop__surface {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 24px 0 56px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F7F8 100%);
    box-shadow: none;
    overflow: visible;
}

.page.page-home .homepage-hero-desktop__surface::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 24px;
    background: #FFF;
    clip-path: polygon(0 0, 50% 78%, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.page.page-home .homepage-hero-desktop__surface::after {
    display: none;
}

.page.page-home .homepage-hero-desktop__surface > * {
    position: relative;
    z-index: 1;
}

.page.page-home .homepage-hero-desktop__inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
}

.page.page-home .homepage-hero-desktop__desktop {
    display: none;
}

.page.page-home .homepage-hero-desktop__mobile {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-search.no-style.full-width-wrapper {
    display: block;
    width: 100%;
    order: 1;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-search-title-nl,
.page.page-home .homepage-hero-desktop__mobile .homepage-search-body,
.page.page-home .homepage-hero-desktop__mobile .homepage-mobile-divider,
.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.no-border {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-search-title-nl {
    margin-bottom: 0;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-search-title-nl > .title.title-small-dark-strong.title-x1-small-dark-mobile {
    color: #19242D;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-mobile-divider,
.page.page-home .homepage-hero-desktop__mobile .homepage-search-body > .divider {
    background: rgba(25, 36, 45, 0.1);
}

.page.page-home .homepage-hero-desktop__mobile .homepage-search-body > h2,
.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.no-border > .title {
    color: #19242D;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-search-body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-search-body > .divider,
.page.page-home .homepage-hero-desktop__mobile .homepage-mobile-divider {
    display: none;
    margin-bottom: 0;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-search-body > h2 {
    display: block;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 12px;
    align-self: stretch;
    color: #19242D;
    font-family: "Exo 2";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}

.page.page-home .homepage-hero-desktop__mobile .product-search-form.home-page form {
    margin-top: 0;
    margin-bottom: 0;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar.banner-desktop.full-width-wrapper {
    width: 100%;
    margin: 0;
    padding: 12px 0 0;
    background: transparent;
    order: 2;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-hero-desktop__mobile-catalogue-title {
    max-width: 980px;
    margin: 0 auto 12px;
    color: #19242D;
    font-family: "Exo 2";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.no-border {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact {
    display: grid;
    grid-template-areas:
        "categories"
        "scrollbar";
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .title,
.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .search,
.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .results {
    display: none;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .categories.categories-mobile-slider {
    display: block !important;
    padding-top: 12px;
    overflow-y: visible;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .categories:not(.categories-mobile-slider),
.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .results {
    display: none !important;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .categories.categories-mobile-slider .categories-mobile-track,
.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .categories.categories-mobile-slider .categories-mobile-row {
    overflow: visible;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .categories.categories-mobile-slider .category > a {
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .categories.categories-mobile-slider .category > a .category-compact-image {
    flex: 0 0 66px;
    width: 102px;
    min-width: 102px;
    height: 66px;
    min-height: 66px;
    padding: 3px 5px;
    border-radius: 14px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFF 100%);
    border: 1px solid #BCD9FB;
    box-shadow: 0 8px 18px rgba(17, 37, 63, 0.08);
    backdrop-filter: none;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    isolation: isolate;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .categories.categories-mobile-slider .category > a .category-compact-image img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: auto;
    margin-right: 0 !important;
    mix-blend-mode: normal;
    object-fit: contain;
    object-position: center;
}

.page.page-home .homepage-hero-desktop__mobile .homepage-left-sidebar .navigation.navigation-compact > .categories.categories-mobile-slider .category > a > span {
    color: #19242D;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}

.page.page-home .header.second-line {
    background: #1C2D3A !important;
}

@media screen and (min-width: 741px) {
    .page.page-home .full-width-wrapper.homepage-wrapper {
        margin-top: 0;
    }

    .page.page-home .homepage-grid > .homepage-grid-wrapper {
        display: none;
    }

    .page.page-home .homepage-hero-desktop__desktop {
        display: block;
    }

    .page.page-home .homepage-hero-desktop__mobile {
        display: none;
    }

    .page.page-home .homepage-hero-desktop__surface {
        min-height: 0;
        padding: 30px 0 64px;
    }

    .page.page-home .homepage-hero-desktop__surface::before {
        height: 28px;
    }

    .page.page-home .homepage-hero-desktop__surface::after {
        display: none;
    }

    .page.page-home .homepage-hero-desktop__inner {
        padding: 0 20px;
    }

    .page.page-home .homepage-hero-desktop__search {
        margin-bottom: 50px;
    }

    .page.page-home .homepage-hero-desktop__title {
        margin: 0 0 15px;
        color: #19242D;
        font-family: "Exo 2";
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        text-transform: none;
    }

    .page.page-home .homepage-hero-desktop__form {
        display: flex;
        align-items: stretch;
        gap: 14px;
        margin: 0;
    }

    .page.page-home .homepage-hero-desktop__field {
        position: relative;
        flex: 0 0 286px;
        width: 286px;
        max-width: 286px;
    }

    .page.page-home .homepage-hero-desktop__select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        height: 45px;
        padding: 0 48px 0 18px;
        border: 0;
        border-radius: 30px;
        background: #F9F9F9 url('../images/icons/icon-select2-arrow-gray.svg') no-repeat right 18px center / 12px 12px;
        color: #1D2933;
        font-family: "Roboto";
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        box-shadow: none;
        outline: none;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container,
    .page.page-home .homepage-hero-desktop__field .select2-selection--single {
        width: 100% !important;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container .select2-selection--single {
        height: 45px;
        border: 0;
        border-radius: 30px;
        background: #F9F9F9;
        box-shadow: none;
        outline: none;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container .select2-selection--multiple {
        min-height: 45px;
        height: auto;
        border: 0;
        border-radius: 30px;
        background: #F9F9F9;
        box-shadow: none;
        outline: none;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--single .select2-selection__rendered,
    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        display: flex;
        align-items: center;
        height: 45px;
        padding: 0 48px 0 18px;
        color: #1D2933;
        font-family: "Roboto";
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.3px;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #9FA8B3;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        gap: 6px;
        min-height: 45px;
        padding: 7px 12px 7px 14px;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin: 0;
        padding: 4px 8px;
        border: 1px solid #E5E5E5;
        border-radius: 999px;
        background: #F5F5F5;
        color: #1C2D3A;
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        margin-right: 6px;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
        margin-top: 0;
        color: #1C2D3A;
        font-family: "Roboto";
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
        color: #9FA8B3;
    }

    .page.page-home .homepage-hero-desktop__field.is-disabled .select2-container .select2-selection--single,
    .page.page-home .homepage-hero-desktop__field.is-disabled .select2-container .select2-selection--multiple,
    .page.page-home .homepage-hero-desktop__field.is-disabled .select2-container--default .select2-selection--single .select2-selection__rendered,
    .page.page-home .homepage-hero-desktop__field.is-disabled .select2-container--default .select2-selection--single .select2-selection__rendered,
    .page.page-home .homepage-hero-desktop__field.is-disabled .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
    .page.page-home .homepage-hero-desktop__field.is-disabled .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
        background: #F3F5F7;
        color: #9FA8B3;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 18px;
        width: 12px;
        height: 12px;
        top: 50%;
        transform: translateY(-50%);
        background: url('../images/icons/icon-select2-arrow-gray.svg') no-repeat center / 12px 12px;
    }

    .page.page-home .homepage-hero-desktop__field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
        transform: translateY(-50%) rotate(180deg);
    }

    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .page.page-home .homepage-hero-desktop__field .select2-container--default .select2-selection--single .select2-selection__clear {
        display: none;
    }

    .page.page-home .homepage-hero-desktop__select:focus {
        box-shadow: 0 0 0 2px rgba(25, 36, 45, 0.12);
    }

    .page.page-home .homepage-hero-desktop__field--brand.is-empty .homepage-hero-desktop__select {
        color: #1D2933;
    }

    .page.page-home .homepage-hero-desktop__field--model.is-empty .homepage-hero-desktop__select,
    .page.page-home .homepage-hero-desktop__field.is-disabled .homepage-hero-desktop__select {
        color: #9FA8B3;
    }

    .page.page-home .homepage-hero-desktop__field.is-disabled .homepage-hero-desktop__select {
        cursor: not-allowed;
        background-color: #F3F5F7;
    }

    .page.page-home .homepage-hero-desktop__actions {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .page.page-home .homepage-hero-desktop__clear {
        display: none;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: 45px;
        min-width: 45px;
        height: 45px;
        padding: 0;
        border: 1px solid #D8E0E7;
        border-radius: 30px;
        background: #FFFFFF;
        box-shadow: 0 1px 2px rgba(28, 45, 58, 0.04);
        text-decoration: none;
    }

    .page.page-home .homepage-hero-desktop__clear.is-visible {
        display: inline-flex;
    }

    .page.page-home .homepage-hero-desktop__clear:hover {
        background: #F8FAFC;
        border-color: #C9D3DC;
    }

    .page.page-home .homepage-hero-desktop__clear > .icon {
        position: relative;
        width: 14px;
        height: 14px;
        flex: 0 0 14px;
    }

    .page.page-home .homepage-hero-desktop__clear > .icon::before,
    .page.page-home .homepage-hero-desktop__clear > .icon::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        border-radius: 999px;
        background: #D93043;
        transform-origin: center;
    }

    .page.page-home .homepage-hero-desktop__clear > .icon::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .page.page-home .homepage-hero-desktop__clear > .icon::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .page.page-home .homepage-hero-desktop__clear > .text {
        display: none;
    }

    .page.page-home .homepage-hero-desktop__submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 112px;
        height: 45px;
        padding: 0 25px;
        border: 0;
        border-radius: 30px;
        background: #008AEE;
        box-shadow: none;
        cursor: pointer;
    }

    .page.page-home .homepage-hero-desktop__submit::after {
        content: "";
        width: 24px;
        height: 24px;
        background: url('../images/icons/icon-search-white.svg') no-repeat center / 24px 24px;
        flex: 0 0 24px;
    }

    .page.page-home .homepage-hero-desktop__submit > .text {
        color: #FFF;
        font-family: "Roboto";
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
    }

    .page.page-home .homepage-hero-desktop__submit:hover {
        background: #0094FE;
    }

    .page.page-home .homepage-hero-desktop__catalogue {
        position: relative;
        z-index: 4;
    }

    .page.page-home .homepage-hero-desktop__catalogue-header {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-bottom: 18px;
    }

    .page.page-home .homepage-hero-desktop__catalogue-header .homepage-hero-desktop__title {
        margin: 0;
    }

    .page.page-home .homepage-hero-desktop__catalogue > .search {
        flex: 0 0 420px;
        width: 420px;
        max-width: 420px;
    }

    .page.page-home .homepage-hero-desktop__catalogue > .search .search-field {
        display: flex;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }

    .page.page-home .homepage-hero-desktop__catalogue > .search .search-field::after {
        display: none;
    }

    .page.page-home .homepage-hero-desktop__catalogue-search-input {
        width: 100%;
        height: 45px;
        border: 1px solid #E4EBF0 !important;
        border-radius: 30px;
        padding: 0;
        margin: 0;
        display: block;
        padding-left: 56px;
        padding-right: 20px;
        box-sizing: border-box;
        background: #FFFFFF url('../images/icons/icon-search-dark.svg') no-repeat 18px center / 22px 22px !important;
        color: #616D79 !important;
        font-family: "Roboto";
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
        text-align: left !important;
        box-shadow: 0 6px 18px rgba(28, 45, 58, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
    }

    .page.page-home .homepage-hero-desktop__catalogue-search-input::placeholder {
        color: #6E7883;
        font-weight: 500;
        text-align: left !important;
        opacity: 1;
    }

    .page.page-home .homepage-hero-desktop__catalogue-search-input::-webkit-input-placeholder {
        color: #6E7883;
        font-weight: 500;
        text-align: left !important;
        opacity: 1;
    }

    .page.page-home .homepage-hero-desktop__catalogue-search-input:-ms-input-placeholder {
        color: #6E7883;
        font-weight: 500;
        text-align: left !important;
        opacity: 1;
    }

    .page.page-home .homepage-hero-desktop__catalogue > .search .search-field.focus .homepage-hero-desktop__catalogue-search-input,
    .page.page-home .homepage-hero-desktop__catalogue-search-input:focus {
        border-color: #D9E2E8 !important;
        background-color: #FFFFFF !important;
        box-shadow: 0 0 0 3px rgba(0, 138, 238, 0.10), 0 10px 22px rgba(28, 45, 58, 0.08) !important;
    }

    .page.page-home .homepage-hero-desktop__catalogue > .results {
        display: none;
        margin-bottom: 18px;
        padding: 18px 22px 20px;
        border: 1px solid rgba(0, 138, 238, 0.12);
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 247, 248, 0.98));
    }

    .page.page-home .homepage-hero-desktop__catalogue > .results .no-results-found {
        display: none;
        margin: 0;
    }

    .page.page-home .homepage-hero-desktop__catalogue-results-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 18px;
    }

    .page.page-home .homepage-hero-desktop__catalogue-result-link {
        display: block;
        padding: 11px 0;
        border-bottom: 1px solid rgba(25, 36, 45, 0.08);
        color: #25333F;
        text-decoration: none;
        font-family: "Montserrat";
        font-size: 13px;
        font-weight: 600;
        line-height: 1.35;
    }

    .page.page-home .homepage-hero-desktop__catalogue-result-link:hover {
        color: #19242D;
    }

    .page.page-home .homepage-hero-desktop__catalogue > .results .bottom {
        margin-top: 18px;
        padding-top: 14px;
        border-top: 1px solid rgba(25, 36, 45, 0.08);
    }

    .page.page-home .homepage-hero-desktop__catalogue > .results .bottom .reset-search {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

    .page.page-home .homepage-hero-desktop__catalogue > .results .bottom .reset-search > .icon {
        width: 24px;
        height: 24px;
        border-radius: 999px;
        background: #F3F3F3 url('../images/icons/icon-arrow-left-dark-small.svg') no-repeat center;
        flex: 0 0 24px;
    }

    .page.page-home .homepage-hero-desktop__catalogue > .results .bottom .reset-search > .text {
        color: #1C2D3A;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: 500;
        line-height: 1.2;
    }

    .page.page-home .homepage-hero-desktop__search-index {
        display: none;
    }

    .page.page-home .homepage-hero-desktop__carousel {
        position: relative;
        min-height: 0;
        height: auto;
        padding: 0;
        overflow: visible;
    }

    .page.page-home .homepage-hero-desktop__viewport {
        position: relative;
        min-height: 0;
        height: auto;
        overflow: visible;
    }

    .page.page-home .homepage-hero-desktop__pages {
        position: relative;
        min-height: 0;
        height: auto;
        overflow: visible;
    }

    .page.page-home .homepage-hero-desktop__page {
        position: relative;
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 148px));
        grid-auto-rows: minmax(0, auto);
        justify-content: space-between;
        gap: 16px 10px;
        align-items: start;
    }

    .page.page-home .homepage-hero-desktop__page.is-active {
        pointer-events: auto;
    }

    .page.page-home .homepage-hero-desktop__category {
        position: relative;
        width: 148px;
    }

    .page.page-home .homepage-hero-desktop__category::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 18px;
    }

    .page.page-home .homepage-hero-desktop__category-link {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .page.page-home .homepage-hero-desktop__category-thumb {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 84px;
        padding: 4px 6px;
        border: 1px solid rgba(0, 138, 238, 0.34);
        border-radius: 12px;
        background: linear-gradient(180deg, #FFFFFF, #F6F7F8);
        box-shadow: none;
        backdrop-filter: none;
        box-sizing: border-box;
        overflow: hidden;
        background-clip: padding-box;
    }

    .page.page-home .homepage-hero-desktop__category-thumb img {
        width: auto;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .page.page-home .homepage-hero-desktop__category-label {
        color: #19242D;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: 500;
        line-height: 1.18;
        text-align: center;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .page.page-home .homepage-hero-desktop__dropdown {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        z-index: 30;
        display: none;
        min-width: 440px;
        max-width: min(760px, calc(100vw - 56px));
        padding: 18px 22px 22px;
        border: 1px solid rgba(0, 138, 238, 0.12);
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 247, 248, 0.99));
        box-shadow: 0 18px 34px rgba(17, 37, 63, 0.1);
    }

    .page.page-home .homepage-hero-desktop__category.is-align-right .homepage-hero-desktop__dropdown {
        right: 0;
        left: auto;
    }

    .page.page-home .homepage-hero-desktop__category:hover .homepage-hero-desktop__dropdown,
    .page.page-home .homepage-hero-desktop__category:focus-within .homepage-hero-desktop__dropdown {
        display: block;
    }

    .page.page-home .homepage-hero-desktop__dropdown-title {
        margin-bottom: 14px;
        color: #19242D;
        font-family: "Exo 2";
        font-size: 19px;
        font-weight: 700;
        line-height: 1.2;
    }

    .page.page-home .homepage-hero-desktop__dropdown-columns {
        display: flex;
        gap: 22px;
        align-items: flex-start;
    }

    .page.page-home .homepage-hero-desktop__dropdown-column {
        flex: 1 1 260px;
        min-width: 260px;
    }

    .page.page-home .homepage-hero-desktop__dropdown-separator {
        width: 1px;
        align-self: stretch;
        background: rgba(25, 36, 45, 0.08);
    }

    .page.page-home .homepage-hero-desktop__dropdown-link {
        display: block;
        margin: 0 -10px;
        padding: 11px 10px;
        border-bottom: 1px solid rgba(25, 36, 45, 0.08);
        max-width: 100%;
        color: #25333F;
        font-family: "Montserrat";
        font-size: 13px;
        font-weight: 600;
        line-height: 1.35;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
        transition: color 0.18s ease, background-color 0.18s ease;
    }

    .page.page-home .homepage-hero-desktop__dropdown-column .homepage-hero-desktop__dropdown-link:last-child {
        border-bottom: 0;
    }

    .page.page-home .homepage-hero-desktop__dropdown-link:hover {
        color: #008AEE;
        background: rgba(0, 138, 238, 0.08);
        border-radius: 10px;
    }

    .page.page-home .header.second-line {
        background: #1C2D3A !important;
    }
}

@media screen and (min-width: 741px) and (max-width: 1024px) {
    .page.page-home .homepage-hero-desktop__surface {
        padding: 28px 0 58px;
    }

    .page.page-home .homepage-hero-desktop__surface::before {
        height: 24px;
    }

    .page.page-home .homepage-hero-desktop__inner {
        padding: 0 24px;
    }

    .page.page-home .homepage-hero-desktop__search {
        margin-bottom: 34px;
    }

    .page.page-home .homepage-hero-desktop__catalogue-header {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 14px 18px;
    }

    .page.page-home .homepage-hero-desktop__catalogue > .search {
        flex: 1 1 300px;
        width: 100%;
        max-width: 360px;
    }

    .page.page-home .homepage-hero-desktop__catalogue-results-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page.page-home .homepage-hero-desktop__title {
        margin-bottom: 14px;
        font-size: 17px;
    }

    .page.page-home .homepage-hero-desktop__form {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
        gap: 12px;
    }

    .page.page-home .homepage-hero-desktop__field {
        flex: none;
        width: auto;
        max-width: none;
        min-width: 0;
    }

    .page.page-home .homepage-hero-desktop__actions {
        min-width: 144px;
        justify-self: start;
    }

    .page.page-home .homepage-hero-desktop__submit {
        width: 100%;
        min-width: 144px;
    }

    .page.page-home .homepage-hero-desktop__page {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        justify-content: stretch;
        gap: 18px 14px;
    }

    .page.page-home .homepage-hero-desktop__category {
        width: auto;
        min-width: 0;
    }

    .page.page-home .homepage-hero-desktop__category-thumb {
        height: 92px;
        padding: 6px 8px;
        background: linear-gradient(180deg, #FFFFFF, #F6F7F8);
    }

    .page.page-home .homepage-hero-desktop__category-thumb img {
        max-width: 100%;
        max-height: 100%;
    }

    .page.page-home .homepage-hero-desktop__category-label {
        font-size: 14px;
        line-height: 1.2;
    }

    .page.page-home .homepage-hero-desktop__dropdown {
        min-width: 380px;
        max-width: min(720px, calc(100vw - 40px));
    }
}

@media screen and (min-width: 741px) and (max-width: 860px) {
    .page.page-home .homepage-hero-desktop__form {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .page.page-home .homepage-hero-desktop__catalogue > .search {
        flex: 1 1 100%;
        max-width: none;
    }

    .page.page-home .homepage-hero-desktop__catalogue-results-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .page.page-home .homepage-hero-desktop__actions {
        grid-column: 1 / -1;
        min-width: 0;
        flex-wrap: wrap;
    }

    .page.page-home .homepage-hero-desktop__submit {
        width: auto;
        min-width: 188px;
    }
}
