.favorites-section{

}

.favorites-section.c---placeholder .card{
    background: #d0d5db;
    box-shadow: none;
}

.favorites-section .m-row {
    padding: 40px 0;
    background: var(--MT-sys-light-background, #FBFCFE);
    overflow-x: hidden;
}
.favorites-section .m-row .lead-title{
    color: var(--mt-extended-font-color-value, #29293E);
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* letter-spacing: -0.36px; */
    margin-bottom: 24px;
}

.favorites-section .m-carousel {
    /* margin-bottom: 24px; */
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 30px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.favorites-section .m-carousel::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.favorites-section .card{
    width: 192px;
    height: 282px;
    flex-shrink: 0;

    border-radius: 8px;

    padding: 16px 16px;

    position: relative;
    /*margin: 0 4px;*/
    margin-left: 16px;

    transition: width ease-in-out var(--presentation-animation-ms), height ease-in-out var(--presentation-animation-ms);


    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 51%, rgba(245,245,245,1) 92%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 51%, rgba(245,245,245,1) 92%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 51%, rgba(245,245,245,1) 92%);

    /*box-shadow: 0px 1px 13px 1px rgba(0,0,0,0.42);*/
    /*box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10), 1px 4px 6px 2px rgba(0, 0, 0, 0.10);
    /*box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, 0.10);*/

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;

    cursor: pointer;
    text-decoration: none;
}

.favorites-section .card .store{

    width: 69.5%;
    height: 18.74%;
    top: -6.99%;
    left: 16%;
    right: 0;



    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;

    border-radius: 5px;
    border: 1px solid var(--mt-ref-secondary-secondary-60, #FA5C0D);

    background-color: #fcfcfc;

    padding: 2%;

}

.favorites-section .card .store-icon {
    position: absolute;
    top: 5.36%;
    left: 7%;
    border-radius: 5px;
    /*box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.63);*/
    /*-webkit-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.63);*/
    /*-moz-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.63);*/
    width: 72px;
    height: auto;
    transition: opacity ease-in-out var(--favorites-animation-ms);
}

.favorites-section .card .img-wrapper {
    width: 100%;
    /* height: 150px; */
    height: 65%;
    /* outline: 1px solid magenta; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.favorites-section .card .p-image {
    max-height: 100%;
    display: block;
}
.favorites-section .card .p-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--mt-extended-font-color-value, #29293E);
    text-overflow: ellipsis;
    font-family: Poppins;
    /* font-size: 12px; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* letter-spacing: -0.24px; */
    /* margin-bottom: 5px; */
    margin-bottom: 8px;
}

.favorites-section .card .p-price {
    align-self: stretch;
    color: var(--mt-extended-font-color-value, #29293E);
    font-family: Poppins;
    /* font-size: 12px; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* letter-spacing: -0.24px; */
}
.favorites-section .card:last-child{
    margin-right: 16px;
}
.favorites-section .card.more{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    text-decoration: none;
}

.favorites-section .card.more .c--icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--mt-extended-font-color-value, #29293E);
    margin: 0 auto 10px auto;
}

.favorites-section .card.more .c--icon img {
    width: 24px;
    height: auto;
}

.favorites-section .card.more .text--content {
    color: var(--mt-extended-font-color-value, #29293E);
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.54px;
}



.favorites-section .footer--row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    width: 100%;
    /*padding: 0 20px;*/
    position: relative;
    bottom: 9px;
}
.favorites-section .footer--row .view-more {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--MT-extended-Font-Color-value, #29293E);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* letter-spacing: -0.54px; */
    height: 35px;
    cursor: pointer;
    text-decoration: none;

    padding: 0 20px;
}

.favorites-section .card:last-child{
    position: relative;
}
.favorites-section .card:last-child::after{
    position: absolute;
    content: "";
    right: -20px;
    width: 20px;
    height: 100%;
    top: 0;
}

@media (max-width: 1339px) {
    .favorites-section .m-carousel {
        justify-content: flex-start;
    }
}


@media (max-width: 410px) {
    .favorites-section .m-row .lead-title{
        padding: 0 16px;
    }
}

