html,
body {
    overflow-x: hidden;
}

.color {
    color: #FF007F;
}

.product-heading {
    color: #ff4da6;
    position: relative;
    display: inline-block;
    cursor: default;
}

.whatsapp {
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 10;
    transition: transform 0.3s ease-in-out;
    transform: scale(0);
}

.show-whatsapp {
    transform: scale(1);
}

.whatsapp a img {
    height: 70px;
}

@media (max-width: 1030px) {
    .whatsapp {
        right: 5%;
        bottom: 13%;
    }
}

@media (max-width: 500px) {
    .whatsapp a img {
        height: 60px;
    }
}

.fridaysales {
    margin-top: 20px;
}

.product-heading::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 70%;
    left: 0;
    bottom: -5px;
    background-color: #00ADEF;
    transition: .3s;
}

.product-heading:hover::after {
    width: 90%;
}

.image_cresol {
    border-bottom: .5px solid #00ADEF;
}

@media (max-width:400px) {
    .product-heading {
        font-size: 1.4rem;
        margin-left: 10px;
    }
}

.view-more-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.view-more-box .view-more {
    border-radius: 8px;
}

.view-more a {
    color: #00ADEF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;

}

.view-more a i {
    color: #FF007F;
    font-size: 2rem;
}

@media (max-width:600px) {
    .view-more-box {
        padding: 0 10px;
    }
}

.banner {
    margin: 15px 0 0 0;
}

.skin-test-banner {
    margin-top: 5px;
}

.banner img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.skin-test-banner img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.banner-combination {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.banner-combination img {
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    .banner-combination {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .Retinol {
        grid-column: 1 / 2;
    }

    .Ampoule {
        grid-column: 1 / -1;
    }

    .Eyecream {
        grid-column: 2 / 3;
    }

    .Eyecream {
        margin-left: 6px;
    }
}

.nav .authentic-text-content {
    position: absolute !important;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.authentic-text-box {
    width: 70%;
    position: relative;
}