.cart {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inCart {
    max-width: 1760px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.mainBlockCartInfo {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.navPaths {
    gap: 5px;
    display: flex;
    margin-bottom: 24px;
}

.navPaths span {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    opacity: 0.5;
    cursor: pointer;
}

.currentColorBlack {
    opacity: 1 !important;
}

.blockCartArea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 64px;
    margin-top: 38px;
    padding: 0 32px;
}

.noItemsCart {
    max-width: 1760px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.svgImage {
    margin-bottom: 24px;
}

.titleNoCart {
    color: #0E1735;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.descNoCart {
    max-width: 233px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    color: #919199;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btnGoToCatalog {
    display: flex;
    border-radius: 200px;
    background: var(--green-yellow, #CCF512);
    display: flex;
    color: #1B1B1B;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.cartContain {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.titleCartContain {
    color: #0E1735;
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mainblockCart {
    max-width: 1760px;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: clamp(60px, 4vw, 142px);
    margin-top: 24px;
}

.leftPartCart {
    max-width: 1045px;
    width: 100%;
}

.topAreaLPcart {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.selectAllCart {
    gap: 8px;

}

.selectAllCart {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.deleteSelectedItems {
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.boxItemsCart {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-top: 24px;
}

.itemCart {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.partCartSelect {
    display: flex;
    align-items: start;
    justify-content: start;
}

.imageCart {
    max-width: clamp(100px, 10vw, 180px);
    width: 100%;
    height: clamp(100px, 10vw, 180px);
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 4px;
    aspect-ratio: 1/1;
    margin-right: 14px;
}

.imageCart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.descAreaCart {
    display: flex;
    flex-direction: column;
    gap: 61px;
    height: auto;
    margin-right: 50px;
    justify-content: space-between;
}

.titleCartItem {
    display: flex;
    align-items: center;
    gap: 4px;

}

.titleCartItem {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: clamp(250px, 20vw, 470px);
}

.descCartItem {
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bottomDescCart {
    display: flex;
    gap: 8px;
    align-items: start;
    justify-items: start;
}

.favIcon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8.5px !important;
    width: inherit !important;
    height: inherit !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    border-radius: 200px !important;
    background: var(--Gray-Store, #EFEFEF) !important;
}

.active svg path {
    fill: red !important;
}

.firstPageSwiper {
    gap: 24px !important;
}


.favIcon:hover {
    border-radius: 200px !important;
    background: var(--Pink-2, #FCE6F2) !important;
}

.favIcon:hover>svg path {
    fill: red !important;
}

.deleteItemCart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.5px;

    cursor: pointer;
    border-radius: 50%;
    border-radius: 200px;
    background: var(--Gray-Store, #EFEFEF);
}

.deleteItemCart:hover {
    border-radius: 200px;
    background: var(--Pink-2, #FCE6F2);
}

.deleteItemCart:hover>svg path {
    fill: red;
}

.counterItemCart {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    margin-right: 42px;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btnActivitiesCounter {
    display: flex;
    width: 24px;
    height: 24px;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    aspect-ratio: 1/1;
    border-radius: 4px;
    background: var(--Gray-Store, #EFEFEF);
}

.priceBlockCart {
    display: flex;
    gap: 2px;
    flex-direction: column;
    align-items: flex-end;
}

.mainPriceCart {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    width: max-content;
    line-height: normal;
}

.discountPriceCart {
    color: var(--Gray-Font-Store, #919199);
    text-align: right;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: line-through;
}

.discountPriceCart span:nth-child(2),
.mainPriceCart span:nth-child(2) {
    display: none;
}

.rightPartCart {
    display: flex;
    max-width: 553px;
    width: 100%;
    gap: 10px;
    display: flex;
    border-radius: 16px;
    background: var(--Gray-Store, #EFEFEF);
    padding: 10px;
    flex-direction: column;
}

.blockResultCart {
    border-radius: 14px;
    background: var(--White, #FFF);
    padding: 20px;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.itemResText {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 12px;
}

.priceUtemTextCart {
    text-transform: uppercase;
}

.discountColor {
    color: var(--Pink, #EA3F98);
}

.btnSendCartResult {
    border-radius: 2000px;
    background: var(--Black-Store, #1B1B1B);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    padding: 12px 0;
    margin-top: 12px;
}

.popUpRegisterCart {
    position: fixed;
    top: 0;
    left: 0;
    background: #1b1b1b38;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
}

.blockRegister,
.blockConfirmNumber {
    position: relative;
    display: none;
    width: 336px;
    padding: 48px 32px 32px 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    background: var(--White, #FFF);
    z-index: 99;
}

.closeRegister,
.closeConfirmNumber {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.titleRegister {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Black-Store, #1B1B1B);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.inputTelReg {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 12px 8px 12px 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 2000px;
    background: #EFEFEF;
    border: none;
    font-size: 18px;
}

.btnGetCodeReg {
    border-radius: 2000px;
    background: var(--Black-Store, #1B1B1B);
    display: flex;
    height: 40px;
    color: var(--White, #FFF);
    text-align: center;
    display: flex;
    width: 100%;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



.blockDescConfirmText {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 180px;
}

.titleConfrimText {
    color: var(--Black-Store, #1B1B1B);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.descConfrimText {
    color: var(--Black-Store, #1B1B1B);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockInputCode {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-direction: column;
}

.showPopup,
.showBlockReg,
.showBlockConfirm {
    display: flex;
}






.custom-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    /* светло-серый фон */
    border-radius: 10px;
    cursor: pointer;
    margin: 10px;
}

.custom-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.checkmark {
    width: 24px;
    height: 24px;
    background-color: #111;
    /* черный фон */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    opacity: 0;
    transition: 0.3s ease;
}

.custom-checkbox input:checked+.checkmark {
    opacity: 1;
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 20px;
    height: 100%;
    background-color: #c8f400;
    /* салатовый фон сбоку */
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.togetherCountering {
    display: flex;
    align-items: start;
}

@media screen and (max-width: 1860px) {
    .inCart {
        padding: 0 32px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .cart {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inCart {
        max-width: 1040px;
        width: 100%;
        align-items: center;
        justify-content: 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;
    }

    .blockCartArea {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 64px;
        margin-top: 38px;
        padding: 0 32px;
    }

    .noItemsCart {
        max-width: 1040px;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: center;
    }

    .svgImage {
        margin-bottom: 24px;
    }

    .titleNoCart {
        color: #0E1735;
        text-align: center;
        font-family: "Inter Tight";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 8px;
    }

    .descNoCart {
        max-width: 233px;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        color: #919199;
        text-align: center;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .btnGoToCatalog {
        display: flex;
        border-radius: 200px;
        background: var(--green-yellow, #CCF512);
        display: flex;
        color: #1B1B1B;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 10px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

    .cartContain {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }

    .titleCartContain {
        color: #0E1735;
        font-family: "Inter Tight";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .mainblockCart {
        max-width: 1040px;
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 88px;
        margin-top: 24px;
    }

    .leftPartCart {
        max-width: 618px;
        width: 100%;
    }

    .topAreaLPcart {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .selectAllCart {
        gap: 8px;

    }

    .selectAllCart {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .deleteSelectedItems {
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }

    .boxItemsCart {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        margin-top: 24px;
    }

    .itemCart {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
    }

    .partCartSelect {
        display: flex;
        align-items: start;
        justify-content: start;

    }

    .imageCart {
        max-width: 100px;
        width: 100%;
        height: 100px;
        overflow: hidden;
        border-radius: 4px;
        aspect-ratio: 1/1;
        margin-right: 14px;
    }

    .descAreaCart {
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin-right: 50px;
    }

    .titleCartItem {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .titleCartItem {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .descCartItem {
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .bottomDescCart {
        display: flex;
        gap: 8px;
        align-items: start;
        justify-items: start;
    }

    .favIcon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 6px !important;
        cursor: pointer !important;
        border-radius: 50% !important;
        border-radius: 200px !important;
        background: var(--Gray-Store, #EFEFEF) !important;
    }

    .favIcon:hover {
        border-radius: 200px !important;
        background: var(--Pink-2, #FCE6F2) !important;
    }

    .favIcon:hover>svg path {
        fill: red !important;
    }

    .deleteItemCart {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
        cursor: pointer;
        border-radius: 50%;
        border-radius: 200px;
        background: var(--Gray-Store, #EFEFEF);
    }

    .deleteItemCart:hover {
        border-radius: 200px;
        background: var(--Pink-2, #FCE6F2);
    }

    .deleteItemCart:hover>svg path {
        fill: red;
    }

    .counterItemCart {
        display: flex;
        gap: 14px;
        align-items: center;
        justify-content: center;
        margin-right: 42px;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .btnActivitiesCounter {
        display: flex;
        width: 24px;
        height: 24px;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        aspect-ratio: 1/1;
        border-radius: 4px;
        background: var(--Gray-Store, #EFEFEF);
    }

    .priceBlockCart {
        display: flex;
        gap: 2px;
        flex-direction: column;
        align-items: flex-end;
    }

    .firstPageSwiper {
        gap: 20px !important;
    }

    .mainPriceCart {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        width: max-content;
        line-height: normal;
    }

    .discountPriceCart {
        color: var(--Gray-Font-Store, #919199);
        text-align: right;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: line-through;
    }

    .rightPartCart {
        display: flex;
        max-width: 334px;
        width: 100%;
        gap: 10px;
        display: flex;
        border-radius: 16px;
        background: var(--Gray-Store, #EFEFEF);
        padding: 10px;
        flex-direction: column;
    }

    .blockResultCart {
        border-radius: 14px;
        background: var(--White, #FFF);
        padding: 20px;
        gap: 12px;
        display: flex;
        flex-direction: column;
    }

    .itemResText {
        display: flex;
        width: 100%;
        justify-content: space-between;
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        gap: 12px;
    }

    .priceUtemTextCart {
        text-transform: uppercase;
    }

    .discountColor {
        color: var(--Pink, #EA3F98);
    }

    .btnSendCartResult {
        border-radius: 2000px;
        background: var(--Black-Store, #1B1B1B);
        color: var(--White, #FFF);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
        padding: 12px 0;
        margin-top: 12px;
    }

    .popUpRegisterCart {
        position: fixed;
        top: 0;
        left: 0;
        background: #1b1b1b38;
        width: 100%;
        height: 100vh;
        z-index: 9;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .blockRegister,
    .blockConfirmNumber {
        position: relative;
        display: none;
        width: 336px;
        padding: 48px 32px 32px 32px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        border-radius: 16px;
        background: var(--White, #FFF);
        z-index: 99;
    }

    .closeRegister,
    .closeConfirmNumber {
        position: absolute;
        top: 24px;
        right: 24px;
        cursor: pointer;
    }

    .titleRegister {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--Black-Store, #1B1B1B);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .inputTelReg {
        width: 100%;
        display: flex;
        box-sizing: border-box;
        padding: 12px 8px 12px 8px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 2000px;
        background: #EFEFEF;
        border: none;
        font-size: 16px;
    }

    .btnGetCodeReg {
        border-radius: 2000px;
        background: var(--Black-Store, #1B1B1B);
        display: flex;
        height: 40px;
        color: var(--White, #FFF);
        text-align: center;
        display: flex;
        width: 100%;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }



    .blockDescConfirmText {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 180px;
    }

    .titleConfrimText {
        color: var(--Black-Store, #1B1B1B);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .descConfrimText {
        color: var(--Black-Store, #1B1B1B);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockInputCode {
        display: flex;
        width: 100%;
        gap: 12px;
        flex-direction: column;
    }

    .showPopup,
    .showBlockReg,
    .showBlockConfirm {
        display: flex;
    }






    .custom-checkbox {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #f0f0f0;
        /* светло-серый фон */
        border-radius: 10px;
        cursor: pointer;
        margin: 10px;
    }

    .custom-checkbox input {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
    }

    .checkmark {
        width: 24px;
        height: 24px;
        background-color: #111;
        /* черный фон */
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 18px;
        opacity: 0;
        transition: 0.3s ease;
    }

    .custom-checkbox input:checked+.checkmark {
        opacity: 1;
    }

    .custom-checkbox::after {
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        width: 20px;
        height: 100%;
        background-color: #c8f400;
        /* салатовый фон сбоку */
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

}

@media screen and (max-width: 970px) {
    .cart {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 12px;
    }

    .mainblockCart {
        max-width: 1040px;
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 88px;
        margin-top: 24px;
        flex-direction: column;
    }

    .leftPartCart {
        max-width: 100%;
        width: 100%;
    }

    .rightPartCart {
        display: flex;
        max-width: 100%;
        width: 100%;
        gap: 24px;
        display: flex;
        border-radius: 16px;
        background: none;
        padding: 10px;
        flex-direction: column-reverse;
    }

    .blockSplitBack {
        padding: 10px;
        border-radius: 16px;
        background: var(--Gray-Store, #EFEFEF);
        box-sizing: border-box;
    }

    .blockResultCart {
        border-radius: 14px;
        background: var(--White, #FFF);
        padding: 0;
        box-sizing: border-box;
        gap: 12px;
        display: flex;
        flex-direction: column;
    }

    .itemResText {
        font-size: 14px;
    }

    .popUpRegisterCart {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .btnSendCartResult {
        border-radius: 2000px;
        background: var(--Black-Store, #1B1B1B);
        color: var(--White, #FFF);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
        padding: 12px 0;
        margin-top: 12px;
    }

    .inCart {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .firstPageSwiper {
        gap: 18px !important;
    }
}


@media screen and (max-width: 640px) {
    .descAreaCart {
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin-right: 0;
    }

    .firstPageSwiper {
        gap: 16px !important;
    }

    .itemCart {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }


    .counterItemCart {
        display: flex;
        gap: 14px;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .bottomDescCart {
        display: flex;
        gap: 8px;
        align-items: start;
        position: absolute;
        justify-items: start;
        bottom: 0;
        left: 136px;
    }

    .titleCartItem {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        max-width: auto;
        line-height: normal;
    }

    .descCartItem {
        display: none;
    }

    .mainBlockCartInfo {
        display: flex;
        align-items: flex-start;
        width: 100%;
        justify-content: flex-start;
        position: relative;
        height: 137px;
        flex-direction: column;
    }

    .priceBlockCart {
        display: flex;
        gap: 24px;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 16px;
    }

    .mainPriceCart {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        width: max-content;
        line-height: normal;
    }

    .discountPriceCart {
        text-decoration-line: none;
        text-align: start;
    }

    .discountPriceCart span:nth-child(2),
    .mainPriceCart span:nth-child(2) {
        display: flex;
        max-width: 88px;
        font-size: 9px;
        text-align: start;
    }
}

@media screen and (max-width: 404px) {
    .titleCartItem {

        max-width: 137px;
    }
}