.productdetailinfomikeimg{
    width: 100%;
    display: flex;
    gap: 20px;

}

.productmikeimg{
    width: 25%;
    
    
}
.productmikeimg img{
    width: 100%;
    height: 300px;
}

.productmikehome{
    width: 100%;
    color: black;
    padding-top: 50px;
    text-align: center;
    background: #f5f5f5;
}

.productheadermike {
    position: relative;
    
    margin-bottom: 20px;
    display: grid;
    place-items: center;

    justify-content: center;
    /* text-align: center; */
    /* top:10%;
  
    left: 35%; */

    width: 100%;
    /* border-bottom: 4px solid red; */
    
}
.productheadermike h1{
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}



.socialmediamike{
    padding-top: 30px;
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;

}
.socialmediamike p{
    font-size: 20px;
    font-family: "Varela Round", sans-serif;
  /* font-weight: 800; */
  /* font-style: normal; */
    
}