.ricerangesection {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    z-index: -2;
}

@media (max-width: 800px) {
    .ricerangesection {
        background-size: 100vh;
    }
}

.ricerangesection .ban {
    width: 80%;
    height: 33vw;
    background-color: #0b0b0b;
    background: url(Banners/HoneyBanner.webp) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
    z-index: 1;
}

.lineitem {
    margin: 8vh 0;
    height: 0.5vh;
    width: 5vh;
    background-color: var(--ThemeColor-);
}

@keyframes banani {
    to {
        background-position: center 30%;
    }
}

@keyframes bantextani {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ricerangesection .Back .top {
    width: 100%;
    height: 100vh;
    background: url(imagemain/newC.png) top center no-repeat;
    background-size: 100vw;
}

.ricerangesection .Back .bottom {
    width: 100%;
    height: 100vh;
    background: url(imagemain/newC\ -\ Copy.png) bottom center no-repeat;
    background-size: 100vw;
}

.ricerangesection .grid {
    width: 60%;
    height: auto;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2vh;
    row-gap: 0;
    z-index: 1;
    margin-bottom: 5vh;
}

.ricerangesection .grid .Product {
    width: 20vh;
    border-radius: 3vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}

@media (max-width: 800px) {
    .ricerangesection .grid {
        width: 100%;
        height: auto;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2vh;
        row-gap: 0;
        z-index: 1;
        margin-bottom: 5vh;
    }

    .ricerangesection .grid .Product {
        width: 20vh;
        border-radius: 3vh;
        z-index: 1000;
        animation: fadeIn4 1s ease-in-out forwards;
        animation-timeline: view();
        animation-range: entry 10% cover 40%;
        transform: scale(1);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: 0.25s ease-in-out;
    }
}

.ricerangesection .grid .Product .picture {
    width: 18.52vh;
    height: 27.78vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150%;
    transition: 0.25s ease-in-out;
}

.ricerangesection .grid .Product:hover .picture {
    background-size: 155%;
}

.ricerangesection .grid .Product .detail {
    border-right: 0.19vh solid var(--ThemeColor-);
    border-left: 0.19vh solid var(--ThemeColor-);
    border-radius: 0.93vh;
    background-color: rgba(27, 27, 27, 0.5);
    width: 18.52vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -1.85vh;
    transition: 0.25s;
}

.ricerangesection .grid .Product .detail::after {
    content: 'DETAILS';
    position: absolute;
    color: var(--ThemeColor-);
    font-size: 0vh;
    transition: 0.25s ease-in-out;
}

.ricerangesection .grid .Product:hover .detail {
    width: 16.67vh;
}

.ricerangesection .grid .Product:hover .detail:after {
    content: 'DETAILS';
    position: absolute;
    color: var(--ThemeColor-);
    font-size: 1.30vh;
    font-weight: 600;
}

.ricerangesection .grid .Product .detail .name {
    width: 16.67vh;
    padding-top: 0.93vh;
    padding-left: 0.93vh;
    padding-right: 0.93vh;
    font-size: 1.30vh;
    font-weight: 600;
    color: rgb(255, 255, 255);
    border-radius: 0.93vh;
    text-align: center;
    transition: 0.25s ease-in-out;
}

.ricerangesection .grid .Product:hover .detail .name {
    opacity: 0;
}

.ricerangesection .grid .Product .detail .class {
    padding: 0.46vh 0;
    font-size: 1.30vh;
    font-weight: 600;
    color: var(--ThemeColor-);
    border-radius: 0.93vh;
    text-align: center;
    transition: 0.25s ease-in-out;
}

.ricerangesection .grid .Product:hover .detail .class {
    opacity: 0;
}
.picture1{
    background-image: url(nobackhlist/AcaciaHoney_3000x-Photoroom\ \(1\).webp);
}

.picture2{
    background-image: url(nobackhlist/SidrHoney250_3000x-Photoroom\ \(1\).webp);
}

@keyframes fadeIn4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
