.shop-body{
    width:100%;height:auto; background:white;margin-top: 90px; align-content: center; padding-top:10px;
}
.items-container{
    width:95%;
    height:auto;padding:10px;
    background:white; left:auto;right: auto; margin:0 auto 10px auto; 



    border-radius: 10px;
  box-shadow:  0 0 5px 1px rgba(108, 106, 106, 0.201);
}

.items-container img{
    width:100%;
    height:auto; border-radius: 30px; padding:10px;
    ;

}

.items-container h1{
    text-align: center;
}

.items-container h2{
    text-align: center;
}

/* ===DESKTOP/LAPTOP VERSION=== */
@media (min-width: 1024px) {
    .shop-body{
    width:100%; background:none;margin: 90px 0px 0px 0px;  right:0px; align-content: center; padding:10px; display:flex ; flex-direction: row; position:absolute;gap: 15px;grid-template-columns: repeat(3, 1fr);
}
.items-container{
    width:auto; height: 30em; width: 32%; box-shadow: 0 0 5px 1px rgba(108, 106, 106, 0.201);
    
}
.items-container img{
    width:100%;
    height:auto; border-radius: 30px; padding:10px; overflow-y: hidden
    ; max-height: 20em;}

/* display: flex;
  flex-direction: column;
  
  background: white;
  padding: 60px 10px 10px 10px;
margin-top: 40px;}
.hero-content {
  max-width: 500px;
  margin-top: 5em;
 position: absolute; */



}