*{
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
}


.container{
    margin: 0 auto;
    max-width: 1276px;
    /* margin: 0 auto; */
}
.explore{
    width: 100%;
    background-image: url('../images/Desktop_4.webp');
    background-size: cover;
    background-position: center;
    height: 520px;
    background-repeat: no-repeat;
    width: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start; */
    margin-top: 70px;
    padding: 20px;
}
.itemList{
    display: flex;
    justify-content: space-around;
}
.item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.itemImage{
    border-radius: 100px;
}

.filters{
    display: flex;
    justify-content: center;
    gap: 12px;
}
.filterButton{
    padding: 8px 16px;
    font-size: 12px;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
        transition: all 0.3s ease;

}
.filterButton:active{
    background-color: black;
    color: white;
}
.bestViewAll{
    padding: 9px 16px;
    background-color:white;
    border: 1px solid black;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
}
.bestViewAll:hover{
    background-color: black;
    color: white;

}
.bestViewAllContainer{
    display: flex;
    justify-content: center;
    margin: 20px ;
}
.filterButton:hover{
    background-color: rgb(49, 48, 48);
    color: white;
}
.sellingProductSection{
    display: flex;
    justify-content: space-around;
    gap: 10px;
    margin: 35px 0;
}
.sellingProduct{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.addToCartButton{
    width: 100%;
    padding: 5px;
    background-color: white;
    border: 1px solid black;
    border-radius: 6px;
    cursor: pointer;
}

.comboImage{
    width: 100%;
    height: auto;
}
.jewelleryInfo{
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 17px;
    /* gap: 20px; */
  font-weight: 100;
}

.infoCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 450px;
    gap: 13px;
}
.infoDetails{
    min-height: 170px;
    width: 380px;
    text-align: center;
    line-height: 28px;

}
.productInfo{
    color: #151515;
    font-weight: 500;
}
.shopConfidence{
    background-color: #f1f1f1;
    margin: 30px auto;
}
.itemSection{
    padding: 0px 10px;
}
.itemsHeader{
    margin:40px 0;
}
.bestsellers{
    padding: 30px 23px;
}