.catalogArea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 64px;
}

.mainAreaSeoText {
    color: #919199;
    font-family: "Inter Tight";
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    overflow: hidden;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    margin-top: 36px;
}

.inmainAreaSeoText {
    max-width: 1760px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.activeCompare svg line {
    stroke: rgba(52, 55, 255)
}

.boxPagCatVars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
    padding: 0 16px;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}

.openedBlockSort svg {
    transform: rotate(180deg);

}

.openedBlockSort .showHideBtn {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 5px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 200px;
    background: var(--Gray-Store, #EFEFEF);
}

.btnNextCat {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 200px;
    background: var(--White, #FFF);
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    cursor: pointer;
}

.blockMobileFilter {
    display: none;
}

.rightVarsCat,
.leftVarsCat {
    display: flex;
    width: 32px;
    z-index: 88888;
    height: 32px;
    padding: 5px 6px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: var(--Black-Store, #1B1B1B);
}

.inCatalogArea {
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 1760px;
    flex-direction: column;
}

.swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.navPaths {
    gap: 5px;
    display: flex;
    margin-bottom: 24px;
}

.navPaths span {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    opacity: 0.5;
    cursor: pointer;
}

.currentColorBlack {
    opacity: 1 !important;
}

.sliderPromo {
    display: flex;
    position: relative;
    display: flex;

    max-width: 1760px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    align-self: stretch;
    overflow: hidden;
}

.itemPromo {
    display: flex;
    width: 100%;
    height: 203px;
}

.itemPromo img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.itemsSliderPmoro {
    /* position: absolute;
    top: 0;
    left: 0; */
    opacity: 1;
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
}

.blockArrowsPromo {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    z-index: 2;

    align-items: center;
}

.leftArrowPromoSlider,
.rightArrowPromoSlider {
    display: flex;
    width: 32px;
    height: 32px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2000px;
    background: var(--White, #FFF);
}

.nameCategoryAndSlider {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
}

.nameCategoryText {
    color: #0E1735;

    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sliderCategoryVariants {
    display: flex;
    max-width: 1760px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.itemsSliderCategoryVars {
    display: flex;
    width: 100%;
    gap: 24px;
    z-index: 9999;
}

.itemSliderVar {
    gap: 8px;
    border-radius: 12px;
    display: flex;
    width: 238px;
    height: 72px;
    background: #EFEFEF;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.nameCatVar {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    max-width: 95px;
    width: 100%;
    line-height: normal;
    padding: 0 8px 0 16px;
    box-sizing: border-box;

}

.imageVarCatVar {
    display: flex;
    height: 72px;
    width: 72px;
    overflow: hidden;

    box-sizing: border-box;
}

.imageVarCatVar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
    object-position: center;
    box-sizing: border-box;
}

.catalogMainBlock {
    max-width: 1760px;
    width: 100%;
    display: flex;
    gap: 16px;
    margin-top: 64px;
}

.resultCategooryBlock {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.topLineCategoryView {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.itemSortClick {
    display: flex;
    gap: 10px;
    position: relative;
    cursor: pointer;
}

.itemSortClick span {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockSorterPArams {
    position: absolute;
    z-index: 7777;
    top: 36px;
    left: 0;
    border-radius: 12px;
    border: 1px solid var(--Gray-Line-Store, #EAEAEA);
    background: var(--White, #FFF);
    display: none;
    box-sizing: border-box;
    padding: 4px;
    flex-direction: column;
    align-items: flex-start;
}

.blockSorterPArams.active {
    display: flex !important;
}

.itemsSorterParams {
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 160px;

}

.itemParamSorter {
    display: flex;
    box-sizing: border-box;
    height: 32px;
    width: 100%;
    padding: 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    cursor: pointer;
}

.itemParamSorter:hover {

    background: var(--Gray-Store, #EFEFEF);
}

.itemParamSorter .active {

    background: var(--Gray-Store, #EFEFEF);
}

.twoIconsViewCatalog {
    display: flex;
    gap: 14px;
    align-items: center;

}

.blockItemsCardSort {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    flex-wrap: wrap;
}


/* Компонент товара */

.cardItemProduct {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    height: auto;
    overflow: hidden;
    transition: 0.24s;
}

.cardItemProduct:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px;
    color: #7552DD !important;
}

.inCardItemProduct {
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    /* max-width: 339px; */
}

.relativeBlocks {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
}

.topIndicators {
    display: flex;
    gap: 4px;
    align-items: start;
}

.colorNew {
    border-radius: 200px;
    background: #1B1B1B;
}

.colorFire {
    border-radius: 200px;
    background: #EA3F3F;
}

.topIndicatorItem {
    display: flex;
    width: auto;
    height: 24px;
    padding: 8px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.rightPartIconsProduct {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.iconLikeProduct,
.iconStatsProduct {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.mainImageProduct {
    max-width: 160px;
    width: 100%;
    height: 160px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.mainImageProduct img {
    width: 100%;
    object-fit: cover;
}

.blockDataProduct {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.inDataProduct {
    max-width: 216px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.priceAreaProduct {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.priceProduct {
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.priceProductInSplit {
    display: flex;
    gap: 4px;
}

.priceSplit {
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockPresentsToProduct {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}



.itemPresentInfo {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 5px;
    gap: 4px;
}

.colorFirstPresent {
    border-radius: 4px;
    background: rgba(52, 55, 255, 0.12);
    color: #2A2A52;
}

.colorSecondPresent {
    border-radius: 4px;
    background: rgba(234, 63, 152, 0.16);
    color: #553C49;
}

.namePresent {
    font-family: "Inter Tight";
    font-size: 10px;
    font-style: normal;
    width: max-content;
    font-weight: 500;
    line-height: normal;
}

.cuttingDescriptionArea {
    color: #919199;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    max-height: 57px;
    line-height: normal;
    overflow: hidden;
}

.blockBtnsProduct {
    display: flex;
    gap: 8px;
}

.btnMoreProduct {
    border-radius: 200px;
    background: #D1F801;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.btnAddToCart {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: #EFEFEF;
    cursor: pointer;
}

/*  */








.toggle-container {
    position: relative;
    width: 40px;
    height: 20px;
    background: #1B1B1B;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
}

.toggle-circle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    transition: 0.3s ease;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked+.toggle-container .toggle-circle {
    left: 21px;
    background: #D1F801;
}


.sortCatalogBlock {
    display: flex;
    flex-direction: column;
    max-width: 339px;
    width: 100%;
    border-radius: 16px;
    background: #EFEFEF;
    padding: 10px;
    box-sizing: border-box;
}

.inSortCatalogBlock {
    display: flex;
    flex-direction: column;

}

.headerBYstate {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 12px 14px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 14px;
    background: var(--White, #FFF);
    margin-bottom: 8px;
}

.textState {
    display: flex;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 6px;
}

.blockPricerSelector {
    display: flex;
    padding: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 14px;
    background: var(--White, #FFF);
}

.titlePricer {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockInputsPricer {
    display: flex;
    flex-direction: column;
}

.inBlockPricer {
    display: flex;
    gap: 8px;
}

.blockLabelInput {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.blockLabelInput label {
    color: #8D8D8D;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blockLabelInput input {
    display: flex;
    height: 32px;
    padding: 0px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: #EFEFEF;
    box-sizing: border-box;
    border: none;
    width: 100%
}

.blockLabelInput input:active {
    display: flex;
    height: 32px;
    padding: 0px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: none;
    background: #EFEFEF;
}

.blockParametrsProduct {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.blockBrandItems {

    display: flex;
    padding: 12px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 14px;
    background: var(--White, #FFF);
    align-self: stretch;
    box-sizing: border-box;
}

.titleBrandArea {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.titleBrandArea span {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.showHideBtn {
    display: flex;
    width: 20px;
    height: 20px;

    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    cursor: pointer;
}



.hiddenBlockSort {
    background: none;
}

.openedBlockParametrs {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.blockListBrands {
    display: flex;
    gap: 12px;
    width: 100%;
    flex-direction: column;
}

.itemBrand {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.nameBrandItem {
    display: flex;
    gap: 6px;
}









.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Создаем кастомный чекбокс */
.checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e0e0e0;
    /* серый фон */
    border-radius: 4px;

    vertical-align: middle;
    transition: all 0.3s;
}

/* Стиль при наведении */
.custom-checkbox:hover input~.checkmark {
    background-color: #d0d0d0;
}

/* Стиль когда чекбокс активен */
.custom-checkbox input:checked~.checkmark {
    background-color: #D1F801;
    /* зеленый фон */
}

/* Создаем галочку (скрытую по умолчанию) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #1B1B1B;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Показываем галочку когда чекбокс активен */
.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Стиль для текста */
.textName {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

/* Общий стиль контейнера */
.nameBrandItem {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.nameBrandItem label {
    display: flex;
    gap: 6px;
    align-items: center;
}

.btnShowAllList {
    color: #919199;
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    margin-top: 8px;
}

.blockBtnClearFilter {
    display: flex;
    height: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 23px;
    align-self: stretch;
    border-radius: 200px;
    background: var(--Black-Store, #1B1B1B);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    cursor: pointer;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
}

.btnLoadMoreProducts {
    color: var(--White, #FFF);

    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: 194px;
    height: 40px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2000px;
    background: var(--Black-Store, #1B1B1B);
}

.blockBtnMoreFull {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

label.custom-checkbox {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media screen and (max-width: 1860px) {
    .catalogArea {
        padding: 0 32px;
        margin-top: 12px;
        box-sizing: border-box;
    }

    .blockItemsCardSort {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1650px) {
    .blockItemsCardSort {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1480px) {
    .blockItemsCardSort {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1200px) {

    .catalogArea {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 64px;
    }

    .inCatalogArea {
        display: flex;
        width: 100%;
        justify-content: center;
        max-width: 1040px;
        flex-direction: column;
    }

    .navPaths {
        gap: 5px;
        display: flex;
        margin-bottom: 24px;
    }

    .navPaths span {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        opacity: 0.5;
        cursor: pointer;
    }

    .currentColorBlack {
        opacity: 1 !important;
    }

    .sliderPromo {
        display: flex;
        position: relative;
        display: flex;

        max-width: 1040px;
        width: 100%;

        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        border-radius: 20px;
        align-self: stretch;
    }

    .itemPromo {
        display: flex;
        width: 100%;
        height: 120px;
    }

    .itemPromo img {
        width: 100%;
        object-fit: cover;
    }

    .itemsSliderPmoro {
        /* position: absolute;
        top: 0;
        left: 0; */
        opacity: 1;
        width: 100%;
    }

    .blockArrowsPromo {
        display: flex;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        padding: 0 16px;
        z-index: 2;
    }

    .leftArrowPromoSlider,
    .rightArrowPromoSlider {
        display: flex;
        width: 24px;
        height: 24px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 2000px;
        background: var(--White, #FFF);
    }

    .nameCategoryAndSlider {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 40px;
    }

    .nameCategoryText {
        color: #0E1735;

        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .sliderCategoryVariants {
        display: flex;
        position: relative;
        max-width: 1040px;
        width: 100%;
        overflow: hidden;
    }

    .itemsSliderCategoryVars {
        display: flex;
        width: max-content;
        gap: 24px;
    }

    .itemSliderVar {
        gap: 8px;
        border-radius: 12px;
        display: flex;
        width: 160px;
        height: 64px;
        background: #EFEFEF;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
    }

    .nameCatVar {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        max-width: 95px;
        width: 100%;
        line-height: normal;
        padding: 0 8px 0 16px;
        box-sizing: border-box;

    }

    .imageVarCatVar {
        display: flex;
        height: 60px;
        width: 60px;
        overflow: hidden;

        box-sizing: border-box;
    }

    .catalogMainBlock {
        max-width: 1040px;
        width: 100%;
        display: flex;
        gap: 16px;
        margin-top: 64px;
    }

    .resultCategooryBlock {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .topLineCategoryView {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .itemSortClick {
        display: flex;
        gap: 10px;
    }

    .itemSortClick span {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .twoIconsViewCatalog {
        display: flex;
        gap: 14px;
        align-items: center;

    }

    .blockItemsCardSort {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        flex-wrap: wrap;
    }


    /* Компонент товара */

    .cardItemProduct {
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        border: 1px solid #EAEAEA;
        /* height: 430px; */
        overflow: hidden;

    }

    .inCardItemProduct {
        padding: 16px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
        /* max-width: 244px; */
    }

    .relativeBlocks {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        justify-content: space-between;
    }

    .topIndicators {
        display: flex;
        gap: 4px;
        align-items: start;
    }

    .colorNew {
        border-radius: 200px;
        background: #1B1B1B;
    }

    .colorFire {
        border-radius: 200px;
        background: #EA3F3F;
    }

    .topIndicatorItem {
        display: flex;
        width: auto;
        height: 24px;
        padding: 8px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 8px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .rightPartIconsProduct {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .iconLikeProduct,
    .iconStatsProduct {
        display: flex;
        width: 24px;
        height: 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

    .mainImageProduct {
        max-width: 160px;
        width: 100%;
        height: 160px;
        display: flex;
        overflow: hidden;
        align-items: center;
    }

    .mainImageProduct img {
        width: 100%;
        object-fit: cover;
    }

    .blockDataProduct {
        display: flex;
        flex-direction: column;
    }

    .inDataProduct {
        max-width: 216px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: space-between;
    }

    .priceAreaProduct {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .priceProduct {
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .priceProductInSplit {
        display: flex;
        gap: 4px;
    }

    .priceSplit {
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockPresentsToProduct {
        display: flex;
        gap: 4px;
    }



    .itemPresentInfo {
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 0 5px;
        gap: 4px;
    }

    .colorFirstPresent {
        border-radius: 4px;
        background: rgba(52, 55, 255, 0.12);
        color: #2A2A52;
    }

    .colorSecondPresent {
        border-radius: 4px;
        background: rgba(234, 63, 152, 0.16);
        color: #553C49;
    }

    .namePresent {
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .cuttingDescriptionArea {
        color: #919199;
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-height: 57px;
        overflow: hidden;
        transition: .24s;
    }

    .cuttingDescriptionArea:hover {
        color: #7552DD;
    }

    .blockBtnsProduct {
        display: flex;
        gap: 8px;
    }

    .btnMoreProduct {
        border-radius: 200px;
        background: #D1F801;
        display: flex;
        padding: 6px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }

    .btnAddToCart {
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        background: #EFEFEF;
        cursor: pointer;
    }

    /*  */








    .toggle-container {
        position: relative;
        width: 40px;
        height: 20px;
        background: #1B1B1B;
        border-radius: 30px;
        cursor: pointer;
        display: inline-block;
    }

    .toggle-circle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        background: white;
        border-radius: 50%;
        transition: 0.3s ease;
    }

    input[type="checkbox"] {
        display: none;
    }

    input[type="checkbox"]:checked+.toggle-container .toggle-circle {
        left: 21px;
        background: #D1F801;
    }


    .sortCatalogBlock {
        display: flex;
        flex-direction: column;
        max-width: 248px;
        width: 100%;
        border-radius: 16px;
        background: #EFEFEF;
        padding: 10px;
        box-sizing: border-box;
    }

    .inSortCatalogBlock {
        display: flex;
        flex-direction: column;

    }

    .headerBYstate {
        display: flex;
        margin-bottom: 16px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        display: flex;
        box-sizing: border-box;
        padding: 12px 14px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 14px;
        background: var(--White, #FFF);
        margin-bottom: 8px;
    }

    .textState {
        display: flex;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        gap: 6px;
    }

    .blockPricerSelector {
        display: flex;
        padding: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 14px;
        background: var(--White, #FFF);
    }

    .titlePricer {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockInputsPricer {
        display: flex;
        flex-direction: column;
    }

    .inBlockPricer {
        display: flex;
        gap: 8px;
    }

    .blockLabelInput {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .blockLabelInput label {
        color: #8D8D8D;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .blockLabelInput input {
        display: flex;
        height: 32px;
        padding: 0px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 8px;
        background: #EFEFEF;
        border: none;
        width: 80px;
    }

    .blockLabelInput input:active {
        display: flex;
        height: 32px;
        padding: 0px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 8px;
        border: none;
        background: #EFEFEF;
    }

    .blockParametrsProduct {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;
    }

    .blockBrandItems {

        display: flex;
        display: flex;
        padding: 12px 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        border-radius: 14px;
        background: var(--White, #FFF);
        align-self: stretch;
        box-sizing: border-box;
    }

    .titleBrandArea {
        display: flex;
        justify-content: space-between;
        width: 100%;
        cursor: pointer;
    }

    .titleBrandArea span {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .showHideBtn {
        display: flex;
        width: 20px;
        height: 20px;

        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        cursor: pointer;
    }



    .hiddenBlockSort {
        background: none;
    }

    .openedBlockParametrs {
        display: flex;
        flex-direction: column;
    }

    .blockListBrands {
        display: flex;
        gap: 12px;
        flex-direction: column;
    }

    .itemBrand {
        color: var(--Black-Store, #1B1B1B);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .nameBrandItem {
        display: flex;
        gap: 6px;
    }









    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Создаем кастомный чекбокс */
    .checkmark {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #e0e0e0;
        /* серый фон */
        border-radius: 4px;

        vertical-align: middle;
        transition: all 0.3s;
    }

    /* Стиль при наведении */
    .custom-checkbox:hover input~.checkmark {
        background-color: #d0d0d0;
    }

    /* Стиль когда чекбокс активен */
    .custom-checkbox input:checked~.checkmark {
        background-color: #D1F801;
        /* зеленый фон */
    }

    /* Создаем галочку (скрытую по умолчанию) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid #1B1B1B;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    /* Показываем галочку когда чекбокс активен */
    .custom-checkbox input:checked~.checkmark:after {
        display: block;
    }

    /* Стиль для текста */
    .textName {
        color: var(--Black-Store, #1B1B1B);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        cursor: pointer;
    }

    /* Общий стиль контейнера */
    .nameBrandItem {
        display: inline-block;
        margin: 5px;
        cursor: pointer;
    }

    .nameBrandItem label {
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .btnShowAllList {
        color: #919199;
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
        margin-top: 8px;
    }

    .blockBtnClearFilter {
        display: flex;
        height: 40px;
        width: 100%s;
        justify-content: center;
        align-items: center;
        gap: 23px;
        align-self: stretch;
        border-radius: 200px;
        background: var(--Black-Store, #1B1B1B);
        color: var(--White, #FFF);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        cursor: pointer;
        font-weight: 500;
        line-height: normal;
        margin-top: 8px;
    }

    .btnLoadMoreProducts {
        color: var(--White, #FFF);

        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: flex;
        width: 194px;
        height: 40px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 2000px;
        background: var(--Black-Store, #1B1B1B);
    }

    .blockBtnMoreFull {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media screen and (max-width: 970px) {
    .catalogArea {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .sortCatalogBlock {
        display: none;
    }

    .blockMobileFilter {
        display: flex;
        gap: 12.5px;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-radius: 10px;
        display: flex;
        padding: 8px 14px;
        align-items: center;
        box-sizing: border-box;
        background: var(--green-yellow, #CCF512);
        cursor: pointer;
    }

    .blockItemsCardSort {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        flex-wrap: wrap;
    }

    .catalogMainBlock {
        max-width: 1040px;
        width: 100%;
        display: flex;
        gap: 16px;
        margin-top: 64px;
        flex-direction: column;
    }
}

@media screen and (max-width: 720px) {
    .blockItemsCardSort {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        flex-wrap: wrap;
    }

    .resultCategooryBlock {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .inCardItemProduct {
        padding: 16px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
        max-width: 100%;
    }

    .blockDataProduct {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .inDataProduct {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: space-between;
    }

    .sliderPromo {
        display: flex;
        position: relative;
        display: flex;

        max-width: 1040px;
        width: 100%;

        justify-content: start;
        align-items: center;
        gap: 10px;
        border-radius: 20px;
        align-self: stretch;
    }

    .itemsSliderPmoro {
        /* position: absolute;
        top: 0;
        left: 0; */
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    .itemPromo {
        display: flex;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 500px) {
    .blockItemsCardSort {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        flex-wrap: wrap;
    }

}