.profile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin-bottom: 104px;
    margin-top: 50px;
}

.blockAreaProducts {
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    justify-content: space-between;
    gap: 24px;
}

.inprofile {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1760px;
    width: 100%;
    gap: 24px;
}

.blockOrderDateTypeMob {
    display: none;
}

.btnExitInfoProf {
    display: none;
}

.menuProfileMob {
    display: none;
}

.profileArea {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 64px;
    width: 100%;
    justify-content: start;
}

.menuProfile {
    max-width: 413px;
    width: 100%;
    display: flex;
    height: max-content;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
    background: var(--Gray-Store, #EFEFEF);
}

.blockPriceAndBtnsProf {
    display: flex;
    gap: 16px;
}

.blockMenuProf {
    border-radius: 16px;
    background: #FFF;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
}

.menuLine:hover {

    background: #000;
}

.menuLine:hover>.nameMenuProf {
    color: white;

}

.menuLine:hover>.iconMoreProf>svg {
    fill: white;

}

.menuLine:hover>.nameMenuProfExit {
    color: white;
}

.mainImageProduct,
.inDataProduct {
    max-width: 100% !important;
}

.userDataProf {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.avatarUser {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #6C88FF;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 200px;
    background: rgba(18, 63, 245, 0.14);
}

.nameUserProfile {
    max-width: 82px;
    width: 100%;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.iconMoreMenuProf {
    cursor: pointer;
}

.nameMenuProf {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nameMenuProfExit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: 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;
}

.iconMoreProf {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockContentProfile {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.titleContentProf {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockContentInfoProf {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 24px;
}

.blockContentInfoProfFavorite {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.blockInputsProf {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 879px;
    width: 100%;
}

.titleInputProf {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockInputsProfileInner {
    display: flex;
    align-items: start;
    gap: 16px;

}

.formInputNonReg {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blockInputsProfileInner input {
    border-radius: 8px;
    background: var(--Gray-Store, #EFEFEF);
    display: flex;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: start;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}

.formInputNonReg input {
    border-radius: 8px;
    background: white;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: start;
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}

.btnSaveInfoProf {
    display: flex;
    color: var(--White, #FFF);
    text-align: center;
    cursor: pointer;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 23px;
    border-radius: 2000px;
    background: var(--Black-Store, #1B1B1B);
}

.itemOrderProf {
    display: flex;
    gap: 12px;
    width: 100%;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #EAEAEA;
}

.btnPaidOrderPRof {
    display: flex;
}



.blockOrderInfo {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    max-width: 248px;
    overflow: hidden;
}



.titleOrder {
    color: var(--Black-Store, #1B1B1B);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.statusOrderProf {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: max-content;
    padding: 5px;
    line-height: normal;
    border-radius: 4px;
    background: var(--green-yellow, #CCF512);
}

.blockOrderDateType {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lineInfoOrder {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.grayOrderSimple {
    color: var(--Gray-Font, #767676);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.justOrderText {
    color: var(--Black-Store, #1B1B1B);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sostTextOrder {
    color: var(--Gray-Font, #767676);

    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;

}

.blockItemsPhotos {
    display: flex;
    gap: 16px;

}

.amountItemsOrder {
    color: var(--Black-Store, #1B1B1B);

    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;

}

.blockImagesOrders {
    display: flex;
    gap: 16px;
    align-items: center;
}

.imageOrder {
    width: 72px;
    height: 72px;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imageOrder img {

    height: 72px;
    object-fit: cover;
    object-position: center;
}

.priceOrderProf {
    color: var(--Black-Store, #1B1B1B);

    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btnPaidOrderPRof {

    cursor: pointer;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 23px;
    border-radius: 2000px;
    background: var(--Black-Store, #1B1B1B);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.inCardItemProduct {
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    max-width: 100%;
}

.titleNonRegMenu {
    color: var(--Black-Store, #1B1B1B);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.descNonRegMenu {
    color: var(--Gray-Font, #767676);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.noneReg {
    display: none;
    padding: 24px 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 1860px) {
    .inprofile {
        padding: 0 36px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1550px) {
    .blockContentInfoProfFavorite {
        display: grid;
        grid-template-columns: repeat(4, 1fr) !important;
        align-items: start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
    }

    .blockAreaProducts {
        width: 100% !important;
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        justify-content: space-between;
        gap: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .profile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        margin-bottom: 104px;
        margin-top: 50px;
    }

    .inprofile {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        max-width: 1040px;
        width: 100%;
        gap: 24px;
    }

    .profileArea {
        display: flex;
        flex-direction: row;
        gap: 32px;
        margin-bottom: 64px;
        width: 100%;
        justify-content: start;
    }

    .menuProfile {
        max-width: 252px;
        width: 100%;
        display: flex;
        height: max-content;
        flex-direction: column;
        gap: 8px;
        padding: 10px;
        border-radius: 16px;
        background: var(--Gray-Store, #EFEFEF);
    }

    .blockMenuProf {
        border-radius: 16px;
        background: #FFF;
        width: 100%;
        padding: 14px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        gap: 14px;
        cursor: pointer;
    }

    .menuLine:hover {

        background: #000;
    }

    .menuLine:hover>.nameMenuProf {
        color: white;

    }

    .menuLine:hover>.iconMoreProf>svg {
        fill: white;

    }

    .menuLine:hover>.nameMenuProfExit {
        color: white;
    }



    .userDataProf {
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }

    .avatarUser {
        display: flex;
        width: 48px;
        height: 48px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #6C88FF;
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        box-sizing: border-box;
        border-radius: 200px;
        background: rgba(18, 63, 245, 0.14);
    }

    .nameUserProfile {
        max-width: 82px;
        width: 100%;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .iconMoreMenuProf {
        cursor: pointer;
    }

    .nameMenuProf {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .nameMenuProfExit {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: var(--Black-Store, #1B1B1B);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .iconMoreProf {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blockContentProfile {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .titleContentProf {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockContentInfoProf {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 24px;
    }

    .blockContentInfoProfFavorite {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        align-items: start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
    }

    .blockInputsProf {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .titleInputProf {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockInputsProfileInner {
        display: flex;
        align-items: start;
        gap: 16px;
    }

    .formInputNonReg {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .blockInputsProfileInner input {
        border-radius: 8px;
        background: var(--Gray-Store, #EFEFEF);
        display: flex;
        width: 195px;
        box-sizing: border-box;
        padding: 10px 16px;
        align-items: center;
        gap: 10px;
        color: #000;
        text-align: start;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: none;
    }

    .formInputNonReg input {
        border-radius: 8px;
        background: white;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 16px;
        align-items: center;
        gap: 10px;
        color: #000;
        text-align: start;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: none;
    }

    .btnSaveInfoProf {
        display: flex;
        color: var(--White, #FFF);
        text-align: center;
        cursor: pointer;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 12px 32px;
        justify-content: center;
        align-items: center;
        gap: 23px;
        border-radius: 2000px;
        background: var(--Black-Store, #1B1B1B);
    }

    .itemOrderProf {
        display: flex;
        gap: 12px;
        width: 100%;
        justify-content: space-between;
        padding: 24px 0;
        border-bottom: 1px solid #EAEAEA;
    }

    .btnPaidOrderPRof {
        display: flex;
    }



    .blockOrderInfo {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        max-width: 200px;
        overflow: hidden;
    }


    .blockAreaProducts {
        width: 100% !important;
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        justify-content: space-between;
        gap: 18px;
    }

    .titleOrder {
        color: var(--Black-Store, #1B1B1B);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .statusOrderProf {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        width: max-content;
        padding: 5px;
        line-height: normal;
        border-radius: 4px;
        background: var(--green-yellow, #CCF512);
    }

    .blockOrderDateType {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .lineInfoOrder {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }

    .grayOrderSimple {
        color: var(--Gray-Font, #767676);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .justOrderText {
        color: var(--Black-Store, #1B1B1B);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .sostTextOrder {
        color: var(--Gray-Font, #767676);

        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;

    }

    .amountItemsOrder {
        color: var(--Black-Store, #1B1B1B);

        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;

    }

    .blockImagesOrders {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .imageOrder {
        width: 56px;
        height: 56px;
        aspect-ratio: 1/1;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .imageOrder img {

        height: 56px;
        object-fit: cover;
        object-position: center;
    }

    .priceOrderProf {
        color: var(--Black-Store, #1B1B1B);

        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .btnPaidOrderPRof {

        cursor: pointer;
        padding: 12px 32px;
        justify-content: center;
        align-items: center;
        gap: 23px;
        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;
    }

    .inCardItemProduct {
        padding: 16px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
        max-width: 100%;
    }

    .titleNonRegMenu {
        color: var(--Black-Store, #1B1B1B);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .descNonRegMenu {
        color: var(--Gray-Font, #767676);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .noneReg {
        display: none;
        padding: 24px 20px;
        box-sizing: border-box;
    }
}


@media screen and (max-width: 960px) {
    .blockContentInfoProfFavorite {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        align-items: start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    .profileArea {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-bottom: 64px;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
    }

    .menuProfile {
        max-width: 100%;
        box-sizing: border-box;
    }

    .blockInputsProf {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
        width: 100%;
    }

    /* .menuProfile {
        display: none;
    } */

    .itemOrderProf {
        display: flex;
        flex-direction: column;
    }

    .menuProfileMob {
        display: flex;
    }

    .iconMoreMenuProf {
        display: none;
    }

    .blockMenuProf {
        border-radius: 16px;
        background: #FFF;
        width: 100%;
        padding: 8px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        gap: 14px;
        cursor: pointer;
    }

    .blockAreaProducts {
        width: 100% !important;
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        justify-content: space-between;
        gap: 12px;
    }

    .titleContentProf {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockOrderInfo {
        max-width: 100%;
    }

    .blockContentInfoProf {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 16px;
        row-gap: 16px;
        column-gap: 16px;
    }

    .inprofile {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .btnSaveInfoProf {
        display: flex;
        color: var(--White, #FFF);
        text-align: center;
        cursor: pointer;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        box-sizing: border-box;
        width: 100%;
        font-weight: 500;
        line-height: normal;
        padding: 12px 32px;
        justify-content: center;
        align-items: center;
        gap: 23px;
        border-radius: 2000px;
        background: var(--Black-Store, #1B1B1B);
    }

    .blockInputsProfileInner input {
        border-radius: 8px;
        background: var(--Gray-Store, #EFEFEF);
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 16px;
        align-items: center;
        gap: 10px;
        color: #000;
        text-align: start;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: none;
    }

    .btnExitInfoProf {
        display: flex;
        border-radius: 200px;
        display: flex;

        padding: 12px 14px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Black-Store, #1B1B1B);
        text-align: center;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        gap: 10px;
        align-self: stretch;
        box-sizing: border-box;
        background: var(--Gray-Store, #EFEFEF);
    }

    .blockPriceAndBtnsProf {
        display: flex;
        width: 100%;
        gap: 16px;
        justify-content: space-between;
        margin-top: 33px;
    }

    .blockOrderInfo {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
        max-width: 200px;
        overflow: hidden;
    }

    .sostTextOrder,
    .titleOrder {
        margin-bottom: -8px;
    }
}

@media screen and (max-width: 750px) {
    .blockInputsProfileInner {
        flex-direction: column;
    }

    .blockContentInfoProfFavorite {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        align-items: start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

}

@media screen and (max-width: 660px) {
    .blockInputsProfileInner {
        flex-direction: column;
    }

    .itemOrderProf {
        display: flex;
        gap: 12px;
        width: 100%;
        justify-content: space-between;
        padding: 24px 0;
        border-bottom: 1px solid #EAEAEA;
        flex-direction: column;
    }

    .blockOrderDateType {
        display: none;
    }

    .blockOrderDateTypeMob {
        display: flex;
        flex-direction: column;
    }

    .blockAreaProducts {
        width: 100% !important;
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        justify-content: space-between;
        gap: 12px;
    }

    .blockContentInfoProfFavorite {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        align-items: start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    .mainImageProduct {
        max-width: 100%;
        width: 100%;
        height: auto !important;
        display: flex;
        overflow: hidden;
        align-items: center;
    }

    .blockDataProduct {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
}


@media screen and (max-width: 530px) {
    .blockContentInfoProfFavorite {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        align-items: start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    .mainImageProduct {

        width: 100%;
        height: auto;
        display: flex;
        overflow: hidden;
        align-items: center;
    }
}