/* product bannr start */
#Section-2{
  margin-top: 40px;
}
.banner_product{
    width: 100%;
    height: 100vh;
    text-align: center;
    align-items: center;
  }
  .banner_product .main_text{
    display: block;
    font-size: 20px;
    margin-top: 60px;
    color: var(--main-color);
  }
  .banner_product .secound_text{
    position: relative;
    top: 62px;
    display: block;
    font-size: 14px;
    color: var(--third-color);
  }
  .box_container{
    margin-top: 20px;
    width: 100%;
    height: 55vh;
    background-color: var(--main-white);
    border-radius:10px;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .box{
    width: 90%;
    height: 90%;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: scroll;
  }
  .box::-webkit-scrollbar {
    display: none;
  }
  
.card-product{
    margin: 10px 0;
    margin-top: 25px;
    margin-left: 50px;
    width: 225px;
    height: 330px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.card-product:hover{
    transform: scale(1.05);
    transition: 0.5px;
}
.card-product .img{
    margin: auto;
    margin-top: 22px;
    width: 200px;
    height: 180px;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .card-product .price{
    margin-top: -10px;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    left: 23px;
  }
  .fa-cart-shopping{
    color: var(--main-color);
  }
  .btn2{
    background-color: #1b0625;
    border: none;
    color: white;
    padding: 8px 64px;
    border-radius: 4px;
    position: relative;
    left: 21px;
    text-transform: capitalize;
  }
  .price .prices{
    margin-left: 12px;
  }
  .container-name-product p{
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
    margin-left: 25px;
    color: var(--main-color);
  }
  .container-info-item{
    margin: auto;
    margin-top: -25px;
    width: 180px;
    height: 50px;
    color: var(--main-color);
  }
  .info-item{
    display: flex;
    justify-content: space-between;
  }
  .info-right,.info-left{
    margin-top: 25px;
  }
  .info-left{
    background-color: var(--third-color);
    border-radius: 20px;
  }
  .info-right p{
    font-size: 13px;
    margin-top: 6px;
  }

  .rating .fa-star{
    font-size: 13px;
    margin-top: 3px;
    color: var(--secound-color-yellow);
    display: inline-block;
    
  }
  .rating p{
    font-size: 13px;
    margin-left: 8px;
  }
  .rating{
    display: flex;
    margin-top: 5px;
  }
  .section.cat {
      padding-bottom: 0;
  }
  .jenis-produk{
    margin-left: 23px;
    margin-top: -15px;
    text-transform: capitalize;
    font-size: 15px;
}
.container-name-product{
    margin-left: 23px;
    text-transform: capitalize;
    font-size: 15px;
}
.container-name-product span{
  font-size: 15px;
  font-weight: 600;
}
.img img{
  position: relative;
  left: 0;
  width: 105%;
}
  /* product bannr end */
@media screen and (max-width:1200px){
    #Section-2{
      height: 50vh;
    }
    .box_container{
      height: 45vh;
    }
    .card-product{
      margin: 10px 0;
      margin-top: 25px;
      margin-left: 7px;
    }
}
@media screen and (max-width:768px){
  .card-product {
    width: 210px;
}
}
@media screen and (max-width:476px){
    #Section-2{
      margin-top: 0;
    }
    .box{
      height: 30vh;
    }
    .card-product{
      margin:5px 0;
      margin-bottom: 10px;
      width: 48%;
      height: 120%;
      box-shadow: none;
      margin-left: 5px;
    }
    .prices p{
      font-size: 12px; 
    }
    .container-name-product span {
      font-size: 12px;
  }
    .jenis-produk {
      margin-left: 15px;
      margin-top: -15px;
      font-size: 12px;
  }
  .container-name-product {
    margin-left: 15px;
    text-transform: capitalize;
    font-size: 15px;
}
  .box_container {
    height: 30vh;
  }
  .img img{
    width: 70%;
    height: 100px;
    left: 7px;
  }
  .card-product .img {
    height: 115px;
}
.card-product .price {
  left: 15px;
}
}
@media screen and (max-width:320px){
  #Section-2 {
    height: 35vh;
  }
  .card-product {
    height: 130%;
}
  .img img {
    width: 61%;
    height: 87px;
    left: 5px;
  }
  .container-card-artikel-home .card {
    width: 7rem;
    height: 108px;
    margin-left: 24px;
}
}