
.plx-container {
    width: 100%;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

/*.products .container {*/
/*    width: 100% !important;*/
/*    max-width: none !important;*/
/*}*/

.sale-strip {
    background: #070707;
    padding: 18px 0;
    overflow: hidden;
    width: 100%;

}

.sale-strip__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 12px;
}

.sale-strip__head h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .3px;
}

.sale-strip__head span {
    color: #e20000;
    font-weight: 900;
    font-size: 13px;
}

.sale-marquee {
    overflow: hidden;
}

.sale-marquee__track {
    display: flex;
    gap: 14px;
    width: max-content;
    animation: saleMove 36s linear infinite;
}

.sale-marquee:hover .sale-marquee__track {
    animation-play-state: paused;
}

.sale-card {
    position: relative;
    display: block;
    width: 190px;
    min-width: 190px;
    background: #fff;
    color: #111;
    text-decoration: none;
    padding: 10px;
}

.sale-card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #e20000;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 900;
    z-index: 2;
}

.sale-card img {
    width: 100%;
    height: 115px;
    object-fit: contain;
    background: #f5f5f5;
    display: block;
}

.sale-card strong {
    display: block;
    height: 34px;
    overflow: hidden;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
}

.sale-card__price {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.sale-card__price span {
    color: #e20000;
    font-weight: 900;
    font-size: 13px;
}

.sale-card__price del {
    color: #888;
    font-size: 11px;
}

@keyframes saleMove {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.top-shop-bar {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    position: sticky;
    top: 0;
    z-index: 80;
}

.top-shop-bar .plx-container {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.top-cats {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    flex: 1;
    scrollbar-width: none;
}

.top-cats::-webkit-scrollbar {
    display: none;
}

.top-cat {
    flex: 0 0 auto;
    margin: 0;
    cursor: pointer;
}

.top-cat input {
    display: none;
}

.top-cat span {
    display: block;
    padding: 10px 14px;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    transition: .2s ease;
}

.top-cat input:checked + span,
.top-cat:hover span {
    background: #e20000;
    border-color: #e20000;
    color: #fff;
}

.filter-open-btn {
    border: 0;
    background: #111;
    color: #fff;
    height: 38px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.filter-open-btn svg {
    margin-right: 10px;
}

.products {
    padding-top: 25px;
}

.product-page-row {
    margin-left: 0;
    margin-right: 0;
}

.filter-holder {
    display: contents;
}

.products-content {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
}

.cars-inside .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.cars-inside .row {
    margin-left: 0;
    margin-right: 0;
}

.cars-top {
    margin-bottom: 18px;
}

#productsGrid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin: 0 !important;
}

.product-grid-col {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.product-grid-col .cars-item {
    height: 100%;
    position: relative;
}

.filters {
    position: fixed;
    top: 0;
    right: -400px;
    width: 370px;
    max-width: calc(100vw - 30px);
    height: 100vh;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    padding: 22px;
    box-shadow: -20px 0 50px rgba(0, 0, 0, .22);
    transition: right .25s ease;
}

body.filters-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 99998;
}

body.filters-open .filters {
    right: 0;
}

.filters__close {
    width: 100%;
    border: 0;
    background: #e20000;
    color: #fff;
    height: 40px;
    font-weight: 900;
    margin-bottom: 18px;
    cursor: pointer;
}

.mobile-filter-trigger {
    display: none !important;
}

.badge-stock,
.badge-new,
.badge-discount {
    border-radius: 0 !important;
}

@media (max-width: 1400px) {
    #productsGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .plx-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    #productsGrid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 12px;
        width: calc(100% - 23px);
    }
}

@media (max-width: 575px) {
    .plx-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .top-shop-bar .plx-container {
        gap: 8px;
    }

    .filter-open-btn {
        height: 36px;
        padding: 0 12px;
        font-size: 12px;
    }

    #productsGrid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 12px;
    }

    .sale-card {
        width: 155px;
        min-width: 155px;
    }

    .sale-card img {
        height: 92px;
    }
}


.sale-pro-section {
    background: radial-gradient(circle at top left, #313131 0, #272727 45%, #2c2c2c 100%);
    padding: 26px 0 30px;
    overflow: hidden;
    width: 100%;
}

.sale-pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    color: #fff;
}

.sale-pro-head span {
    display: block;
    color: #e20000;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 4px;
}

.sale-pro-head h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 950;
}

.sale-countdown {
    display: flex;
    gap: 8px;
}

.sale-countdown div {
    width: 68px;
    height: 58px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sale-countdown b {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.sale-countdown span {
    color: #aaa;
    font-size: 10px;
    margin-top: 5px;
}

.saleSwiper {
    position: relative;
    padding: 2px 44px;
}

.sale-pro-card {
    position: relative;
    background: #fff;
    min-height: 310px;
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
}

.sale-pro-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e20000;
    color: #fff;
    z-index: 5;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 950;
}

.sale-pro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 155px;
    border-bottom:1px solid #f4f4f4;
    padding: 12px;
}

.sale-pro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sale-pro-body {
    padding: 13px;
}

.sale-pro-body h3 {
    height: 39px;
    overflow: hidden;
    margin: 0 0 9px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 850;
    display: block;
    color: #111;
}

.sale-pro-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
}

.sale-pro-price strong {
    color: #e20000;
    font-size: 15px;
    font-weight: 950;
}

.sale-pro-price del {
    color: #888;
    font-size: 12px;
}

.sale-pro-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    transition: .2s ease;
}

.sale-pro-btn:hover {
    background: #e20000;
    color: #fff;
}

.sale-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    background: #e20000;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-it {
    display: flex;
    align-items: center;
}

.title-it h2 {
    margin-right: 35px!important;
    float: left;
}

.cat-swiper-btn {
    float: left;
    width: 40px;
    height: 40px;
    border: 0;
    background: #fff;
    border: 1px solid #ececec;
    color: #000;
    font-size: 34px;
    line-height: 1;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.sale-prev,
.cat-prev {
    left: 0;
}

.sale-next,
.cat-next {
    right: 0;
}

.category-pro-section {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 80;
}

.category-pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.category-pro-head h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 950;
    color: #111;
}

.categorySwiper {
    position: relative;
    padding: 0 44px;
}

.category-pro-card {
    display: block;
    cursor: pointer;
    margin: 0;
    text-align: center;
}

.category-pro-card input {
    display: none;
}


.category-pro-img {
    width: 100%;
    height: 86px;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
    overflow: hidden;
}

.category-pro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 70px;
    transition: .2s ease;
}

.category-pro-placeholder {
    width: 48px;
    height: 48px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 950;
}

.category-pro-title {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 850;
    color: #111;
    height: 32px;
    overflow: hidden;
}


.category-pro-card:hover .category-pro-title {
    color: #e20000;
}
.category-pro-card:hover .category-pro-img img {
    transform: scale(1.1);
}



.category-pro-card input:checked + .category-pro-img {
    border-color: #e20000;
    box-shadow: inset 0 0 0 3px #e20000;
}

.category-pro-card input:checked ~ .category-pro-title {
    color: #e20000;
}

.filter-open-btn {
    border: 0;
    background: #111;
    color: #fff;
    height: 42px;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
}

.filter-open-btn:hover {
    background: #e20000;
}

.filters {
    right: -430px;
    width: 430px;
    padding: 0;
    background: #fff;
    max-width: 100%;
}

/*.filters::before {*/
/*    content: "ფილტრაცია";*/
/*    display: flex;*/
/*    align-items: center;*/
/*    height: 62px;*/
/*    padding: 0 22px;*/
/*    background: #111;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: 950;*/
/*}*/

.filters__close {
    margin: 16px 22px 0;
    width: calc(100% - 44px);
    font-size: 13px;
    margin-bottom: 30px;
}

.filters__block {
    padding-left: 22px;
    padding-right: 22px;
}

.filters__reset {
    margin: 10px 22px 24px;
    width: calc(100% - 44px);
}

@media (max-width: 991px) {
    .sale-pro-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .sale-countdown div {
        width: 58px;
        height: 52px;
    }

    .saleSwiper,
    .categorySwiper {
        padding: 0 36px;
    }
}

@media (max-width: 575px) {
    .sale-pro-head h2 {
        font-size: 20px;
    }

    .sale-countdown {
        width: 100%;
    }

    .sale-countdown div {
        flex: 1;
        width: auto;
    }

    .saleSwiper,
    .categorySwiper {
        padding: 0 30px;
    }

    .sale-swiper-btn,
    .cat-swiper-btn {
       display: none;
    }

    .category-pro-img {
        height: 72px;
    }

    .category-pro-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-open-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .cars-inside .container {
        padding-top: 0;
    }
    .products {
        padding-top: 0;
    }

    @media (max-width: 767px) {
        .product-grid-col {
            width: 100%;
        }

        .cars-item {
            position: relative;
            display: grid;
            grid-template-columns: 120px 1fr;
            gap: 14px;
            padding: 12px;
            margin-bottom: 14px;
            border: 1px solid #e6e6e6;
            background: #fff;
        }

        .cars-item__image {
            width: 120px!important;
            height: 120px!important;;
            grid-row: 1 / span 2;
        }

        .cars-item__image figure {
            width: 120px!important;;
            height: 120px!important;;
            margin: 0;
        }

        .cars-item__image figure img {
            width: 120px;
            height: 120px;
            object-fit: contain;
        }

        .cars-item__title {
            min-width: 0;
            padding-right: 4px;
        }


        .cars-item__title h2 {
            height: 56px!important;
            min-height: auto;
            margin: 0 0 6px;
            font-size: 13px;
            line-height: 1.35;
            text-transform: uppercase;
            font-feature-settings: "case" off!important;
            font-family: "Helvetica Neue LT GEO 45"!important;;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: block!important;
        }



        .cars-item__title .price {
            font-size: 13px!important;
        }

        .cars-item__title h2 a {
            color: #111;
            text-decoration: none;
        }

        .cars-item__title::after {
            content: attr(data-brand);
            display: block;
            margin-bottom: 8px;
            font-size: 11px;
            color: #777;
            text-transform: uppercase;
            letter-spacing: .4px;
            display: none;
        }

        .cars-item__title .price {
            font-size: 15px;
            font-weight: 700;
            color: #e20000;
        }

        .cars-item__btns {
            grid-column: 2;
            display: flex;
            gap: 8px;
            padding-top: 10px;
            border-top: 1px solid #eee;
        }

        .cars-item__btns .add_to_cars,
        .cars-item__btns .buy_car {
            width: auto;
            height: 38px;
            border-radius: 6px;
        }

        .cars-item__btns .add_to_cars {
            flex: 0 0 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f2f2f2;
        }

        .cars-item__btns .buy_car {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #e20000;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
        }

        .badge-new {
            top: 8px !important;
            left: 8px !important;
            font-size: 10px !important;
            padding: 3px 6px !important;
            border-radius: 4px;
        }

        .cars-item__btns a {
            clip-path: none!important;
            border-radius: 0!important;
            width: 100%!important;;
            min-height: 30px !important;
        }
        .cars-item__btns a:after {
            display: none;
        }

        .cars-item__btns .add_to_cars {
            width: 110px;
            background: #f2f2f2;
            min-width: 45px !important;
            max-width: 40px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }

        .cars-item__btns .buy_car {
            width: calc(100% - 100px);
            background: #e20000;
            min-width: 60px;
            font-size: 12px;
        }
        .cars-item__btns {
            padding-top: 0!important;
        }
    }

    .sale-pro-section .container {
        padding:0 15px;
    }
    .cars-item__image figure.image-hover {
        overflow: visible!important;
    }
    .cars-item__image span {
        width: 120px!important;;
        font-style: italic;
        position: absolute;
        top: 162px!important;;
        right: 0px;
        z-index: 500;
        min-width: 120px!important;;
        clip-path: none;
        height: 38px !important;
    }
    .cars-item__image span:after {
        display: none;
    }
    .cars-inside .row {
        margin-inline: -15px!important;
    }
}

.ssa1 {
    margin-top:0!important;
}

.product-grid-col {
    position: relative;
}

.is-disabled:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(0.3px);
    -webkit-backdrop-filter: blur(0.3px);

    position: absolute;
    left: 0;
    top: 10px;
    z-index: 800;
}

.badge-out {
    position: absolute;
    z-index: 900;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e20000;
    left: 0;
    top: -30px;
}