*{
    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/Necklaces_1.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;
}
.breadcrumb{
    list-style: none;
    text-align: center;
    color: #151515;
}
.headingSection{
    padding: 60px 0 0;
}
.breadcrumb li a{
    color: #151515;
}
.breadcrumb li{
    display: inline;
    color: #151515;
}
.breadcrumb li+li::before{
    content: ">";
    padding: 5px;
    color: rgb(148, 147, 147);;
    font-family: Arial, Helvetica, sans-serif;
}

.ProductSection{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
     gap: 40px;
     align-items: center;
     justify-content: center;
     padding: 40px 0px;
    /* padding: 0 20px; */
    /* justify-content: space-around; */
}
.Product{
    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;
}
