@import url('https://fonts.cdnfonts.com/css/poppins');

body{
    margin: 0;
    overflow-x: hidden;
}
.container{
    width: 425px;
    min-height: 1467px;
    height: auto;
    background-color: #262626;
    margin: 0 auto;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    padding: 10px;
    margin: 0 auto;
}
.menus{
    display: flex;
    justify-content: space-evenly;
}
.menu-item{
    width: 81px;
    height: 22px;
    background-color: #373737;
    border-radius: 3px;
}
.menu-item p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: white;
    text-align: center;
    margin: 0;
}
.product{
    width: 100%;
    margin-top: 15px
}

.product .desc{
    width: 89%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.product .desc .title p{
    margin: 0;
    color:white;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    width: 310px;
}

.product .desc .price p{
    font-family: 'Poppins', sans-serif;
    color:white;
}


.product .desc .title h2{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color:white;
    margin: 0;
    font-weight: 500;
}

.titleS{
    display:flex;
    width: 95%;
    margin: 0 auto;
    
    align-items: center;
    margin-top: 15px;
}
.titleS img{
    width: 81px;
}
.titleS h2{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 500;
    margin: 0;
    margin-left: 5px;
}
.titleS .line{
    width: 80px;
    height: 2px;
    border-radius: 2px;
    background-color: #FFB800;
}
.news{
    display: flex;
    width: 350px;
    margin: 15px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.items img{
    width: 150px;
    height: 190px;
    border-radius: 5px;
    filter: opacity(0.5);
}
.items{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 15px;
}

.items h3{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: white;
    z-index: 9999;
    position: absolute;

}