#product {
    position: relative;
}


.product-details-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;
    margin: 1.5rem;
}

.img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product-sub-title{
    font-weight: 600;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
}


.product-title {
    margin: 1rem;
    color: black;
}


.product-icon {
    width: 70%;
    height: 70%;
}
