.img-container {
    /* position: absolute; */
    margin-top: 25px;
    width: 90vw;
    height: 350px;
    background-color: rgb(255, 255, 255);
    justify-self:center;
    border-radius: 20px;
    justify-content: center;
    display: flex;
    justify-self:center;
    object-fit: contain;      /* 🔴 Scale image proportionally within grid cell */
    object-position: center;
    border: none;
  }
  
  .shop_header_img{
    object-fit:contain;
    width:100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);

  }

  .underline_heading{
    height: 10px;
    width: 120px;
    background-color: rgb(254, 104, 104);
    justify-self:center;
    position: relative;
    bottom: 30px;
    left:50px
  }

  .shop_heading{
    width:99vw;
    height:100px;
    /* background-color: rgb(152, 150, 150); */
    padding:20px;
    margin: 10px 0px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  /* font-style: ; */
 }
 .shop_heading p{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
  font-size: 50px;
 }
 .f_cards_container{
  width: 90vw;
  height: 300px;
  margin: 80px 10px;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 80px;
  background-color: rgb(255, 255, 255);
}