/* Similar recommendations start */
.similar-recommendations-main-component {
    margin-bottom: 100px;
}

.similar-recommendations-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 40px;
}

.similar-recommendations-para {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0;
    text-align: center;
    color: #696F75;
}

.similar-recommendations-h2 {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 52px;
    line-height: 57px;
    letter-spacing: 0;
    text-align: center;
    color: #222222;
}

.similar-recommendations-cards-container {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    max-width: 1360px;
    flex-wrap: wrap;
    gap: 30px 20px;
    margin: auto;
    margin-bottom: 28px;
}

.similar-recommendations-card {
    max-width: 670px;
    width: 100%;
    position: relative;
}

.similar-recommendations-img-wrapper {
    margin-bottom: 10px;
    /* position: relative; */
}

.similar-product-main-img-wrapper {
    width: 670px;
    height: 503px;
}

.similar-product {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.similar-product-card-content {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #202129;
    margin-top: 10px;
}

.heart-icon-wrapper {
    position: absolute;
    top: 25px;
    right: 23px;
}

.heart-icon-red {
    width: 20px;
    height: 18px;
}

.heart-icon-transparent {
    width: 20px;
    height: 18px;
}

.heart-icon-red-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heart-icon-transparent-img {
    width: 100%;
    height: 100%;
}

.dsp-none {
    display: none;
}

.dsp-block {
    display: block;
}

.similar-recommendations-card.hidden {
    display: none;
}

.view-more-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 16px 24px 16px 32px;
    background-color: #fff;
    border-radius: 60px;
    border: 1px solid #E6E7EB;
    cursor: pointer;
    width: max-content;
    margin: 0 auto;
    backdrop-filter: blur(6.6px)
}

.view-more-button {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #202129;
    background-color: unset;
    border: unset;
}

.view-more-button-arrow {
    width: 16px;
    height: 16px;
}

.load-more-down-arrow-img {
    width: 100%;
    height: 100%;
}

/* Large screens: 1070px – 1360px */
@media screen and (min-width: 1070px) and (max-width: 1360px) {
    .similar-recommendations-cards-container {
        padding: 0 39px;
    }

    .similar-recommendations-card {
        max-width: unset;
        width: 49%;
    }

    .similar-product-main-img-wrapper {
        width: 100%;
    }
}

/* Medium screens: 767px – 1069px */
@media screen and (min-width: 767px) and (max-width: 1069px) {
        .similar-recommendations-cards-container {
        padding: 0 39px;
    }

    .similar-recommendations-card {
        max-width: unset;
        width: 48%;
    }

    .similar-product-main-img-wrapper {
        width: 100%;
    }

}


/* Similar recommendations end */

@media (max-width: 767px) {

    /* Similar recommendations start */
    .similar-recommendations-main-component {
        margin-bottom: 80px;
    }

    .similar-recommendations-content {
        flex-direction: column-reverse;
        gap: 8px;
        margin-bottom: 20px;
    }

    .similar-recommendations-para {
        font-size: 14px;
        line-height: 16px;
    }

    .similar-recommendations-h2 {
        font-size: 24px;
        line-height: 24px;
        background: linear-gradient(91.13deg, #7C35E9 -17.49%, #3A3A3A 36.54%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .similar-recommendations-cards-container {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
        padding: 0px 16px;
    }

    .similar-recommendations-card {
        max-width: 100%;
        width: 100%;
    }

    .similar-product-main-img-wrapper {
        width: 100%;
        height: 246px;
    }

    .similar-product {
        border-radius: 10px;
    }

    .similar-product-card-content {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

    .similar-recommendations-main-component .heart-icon-wrapper {
        top: 12px;
        right: 12px;
    }

    /* Similar recommendations end */
}
