@media(max-width: 376px) and (min-width: 150px){
  
.width {
    width: 327px;
} 
.section-product{
    margin-bottom: 40px;
  }
.category,
.double,
.advertising{
    margin-bottom: 120px;
}
/* ---------------Fonts--------------- */
h1{
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1.29px;
}
h3{
    line-height: auto;
    font-size: 28px;
    letter-spacing: 1px;
}
h4{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.086px;
    margin-bottom: 24px;
}

 /* -------------- HEADER-------------- */
 .header-logo {
    margin-right: 0;  
}
  /* ________________HOME-New-product________________ */

  .category-box {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.section-product {
    height: 600px;
    background-image: url(./assets/images/photo/Bitmap.png);
    background-size: 722px;
    background-repeat: no-repeat;
    background-position-y: -120px;
    background-position-x: -180px;
}
 
/* ________________HOME-CATEGORY________________ */

.category-box{
    flex-direction: column;
    gap:16px;
}

.category-conteiner {
    width: 223px;
    height: auto;
}

.category-bg {
    width: 327px;
    height: 165px;
}

/* ________________HOME-ORANGE________________ */

.orange-conteiner{
    height: 600px;
    padding: 294px 0 0 0;
    background-image: url(./assets/images/background/circle_orange_mobile.png); 
    background-position-y: 0;
}
.orange-article_product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 251px;
}

.orange-article_product h1{
    width: 200px;
}

.orange-photo_product {
    position: absolute;
    left: 70px;
    bottom: 340px;
}
.orange-photo_product img{
  width: 172.25px;
  height: auto;
}

/* ________________HOME-grey________________ */
.grey{
    margin-bottom: 24px;
}

.grey-photo_product {
    padding: 24px;
    background-size: 529.96px;
    background-position-x: -30px;
    background-position-y: -40px;
}
/*----------------------________________HOME-double________________----------------------*/

.double{
    flex-direction: column;
    gap:24px;
}

.double-photo_product{
    width: 327px;
    height: 200px;
    background-position-y: -190px;
}

.double-bg{
    width: 327px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 41px;
    border-radius: 8px;
    background-color:rgba(241, 241, 241, 1) ;
}     
/* ________________HOME-advertising________________ */

.advertising-photo{
    width: 327px;
    background-position-x: -190px;
    background-position-y: -90px;
}

.advertising-article{ 
    width: 327px;
}
/* --------------FOOTER-------------- */
footer{
    height: 654px;
  }

.footer-conteiner >.footer-conteiner_header {
    gap: 48px;
    align-items: center;
    margin-bottom: 48px;
}
  .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.footer-conteiner_central{
    text-align: center;
}
.footer-box_social{
    position: absolute;
    bottom: -140px;
    right: 112px;
  }

}