@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
body{
  overflow-x: hidden;
}
.store-title{
  font-family: 'Concert One', sans-serif;
   font-weight: bold;
   color: #79c2f3;
  }
  .wave-bottom{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .product-card{
    width: 320px;
    height: 110%;
    border-radius: 20px;
  }
  .product-card-1{
    background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(145, 211, 255, 0.65));
  }
  .card-up{
    margin-top: -12%;
    width: 230px;
    height: 230px;
    border-radius: 15%;
    position: relative;
    margin-left: 2.9rem;
  }
  .card-up-1{
    background: #aaddff;
  }
  .card-up img{
    height:360px;
    width: 360px;
    margin-top: -45% !important;
    margin-left: -45% !important;
  }
  .product-card p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 2.5rem;
    color: rgb(89, 89, 89) !important;
  }
  .product-div{
    margin-top: 5rem !important;
  }
  .card-title-mini-1{
    margin-bottom: -.1rem;
    color: #ff689f !important;
  }
  .card-title-main-1{
    color: #2db2d9 !important;
  }
  li {
    float: left;
  }
  .shop-item-rate {
    color: rgb(255, 217, 2);
  }
  .product-card-2{
    background-image: linear-gradient(to top, rgba(255,0,0,0), rgb(255, 183, 209) ) !important;
  }
  .card-up-2{
    background: #ffa9c9;
  }
  .card-title-mini-2{
    margin-bottom: -.1rem;
    color: #2db2d9 !important;
  }
  .card-title-main-2{
    color: #ff689f !important;
  }
  @media (max-width: 500px){
    .product-card p{
      font-size: 1rem !important;
    } 
  }