body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.top-bar1{
    height: 100px;
    background-color: #E54C2A; 
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 40px;
}
.icons-menu{
    margin-left: 10px;
    display: none;
}
.top-bar3-ul {
    display: flex;
    list-style: none;
    gap: 21px;
    margin-left: 270px;
    margin-top: 0px;
    padding: 0px;
}

.top-bar3-ul li{
    padding-top: 20px;
    color:white;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.v{
    font-size: 0.5rem;
}
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.logoimg{
    width: 97px;
    height: auto;
}

.icons {
    margin-left: auto;
    margin-right: 290px;
    display: flex;
    gap: 30px; 
}
.buy-contact{
    display: flex;
    list-style: none;
    gap: 21px;
}
.buy-contact li{
    color:white;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: -0.5px;
}


.iconsimg{
   width: 16px;
   height: 16px;
   padding-top: 12px;
   cursor: pointer;
}
.bloglien {        
    text-decoration: none; 
    color: inherit;     
}
.bloglien:hover{
    text-decoration: underline;
}
.atwisi{
    margin-left: 260px;
    margin-top: 26px;
}
.atwisi p{
    color: rgb(144, 144, 144);
    font-size: 12px;
}
.atwisi span{
    color: #E54C2A;
}

.ligne {
    height: 0.5px;
    background-color: #e4e1e1;
    width: 66%;    
    margin: 24px auto;
}

.redphase1{
    display: flex;
    margin: 0 auto;
    gap: 30px;
    width: 1020px;
}
.redphase{
    display: flex;
    margin: 0 auto;
    gap: 30px;
    width: 1020px;
}
.redphase img{
    cursor: pointer;
}

.eighty{
    color: #E54C2A;
}

.brand,
.avail{
    font-weight: bold;
}
.colora{
    font-weight: 100;
    color: #929090;
}

.avail{
    margin-top: 0%;
}
.stock{
    font-weight: bold;
    color:rgb(101, 185, 41) ;
}
.redphase p{
    font-size: 14px;
    line-height: 2;
}
.painss img{
    width: 470px;
    height: auto;
}
.inch{
    color: #929090;
}




 .produits {
    font-family: Arial, sans-serif;
    max-width: 300px;
    padding: 15px;
  }

  .buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
  }
  .bouton {
    width: 45px;
    border: 1px solid #d14d33;
    background: white;
    padding: 8px 8px;
    cursor: pointer;
    border-radius: 4px;
    color: #333;
    font-size: 10px;
   
  }
  .bouton:hover {
    background-color: #e65a3d;
    color: white;
  }

 
  .quantite {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }
  
  .quantite p{
    font-size: 13px;
  }
  .qte {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 10px 15px;
  }
  .qte button {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #999;
    cursor: pointer;
  }
  .qte input {
    width: 40px;
    text-align: center;
    border: none;
    font-weight: bold;
    outline: none;
  }

 
  .actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .panier {
    background-color: #e65a3d;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .coeur {
    background-color: #f0f0f0;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  .description{
    display: flex;
    margin: 100px auto;
    gap: 80px;
    width: 930px;
  }

  .des{
    margin: 0 auto;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    width: 150px;
    gap: 18px;
  }
 
  .des p{
    color:#bbbbbb;
    font-weight: bold;
  }
   .de p{
    color: #414141;
    font-weight: bold;
  }

  .reviews{
    line-height: 1.3;
  }
   .reviews1{
    line-height: 1.3;
  }

  .applecinemas{
    font-size: 12px;;
    margin: 0 auto;
}

 .applecinemas p{
    color: #333;
 }

header p {
    font-size: 14px;
    margin-bottom: 18px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #000;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 15px;
}

ul {
    list-style-type: disc;
    padding-left: 25px;
    margin: 5px 0 15px 0;
}

li {
    font-size: 13.5px;
    margin-bottom: 4px;
}

.spec-item ul {
    margin-top: 0;
}

.spec-item {
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}

p {
    font-size: 14px;
    margin: 5px 0;
}


.wealso h1{
    margin-left: 530px;
    margin-right: auto;
    font-size: 50px;
}

.recommend{
    display: flex;
    margin-left: 340px;
    gap: 30px;
}

.imgfood img{
    width: 190px;
    height: auto;
    cursor: pointer;
}
.zer{
    text-align: center;
    line-height: 1.3;
}
.zer p{
    font-weight: bold;
    cursor: pointer;
}
.zer p:hover{
    text-decoration: underline;
}
.zer h4{
    color: #E54C2A;
    font-size: 18px;
}

.signup{
    justify-content: center;
    text-align: center;
    padding-top: 60px;
    line-height: 1.2;
}
.signup h2{
    font-size: 1.7rem;
    letter-spacing: -1px; 
}
.signup p{
    font-size: 0.8rem;
}
.centre3{
   background-color: white;
}
.newsletter3{
   background-color: #ffffff;
   height: 180px;
   margin-top: 37px;
}
.email-adress {
    display: flex;
    width: 470px;
    height: 40px;
    justify-content: center;
    margin: 55px auto;
}

.email-adress input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 999px 0 0 999px; 
    outline: none;
}

.email-adress button {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 999px;
    background: #E54C2A;
    cursor: pointer;
    color: white;
    width: 140px;
}

.ligne-grise {
  border: none;         
  height: 1px;           
  background-color : #E9EBEE; 
  width: 950px;           
  margin: 85px auto;      
  justify-content: center;
}

.anii{
    display: flex;
    width: 1200px;
    gap: 20px;
    justify-content: center;
    margin-left: 8%;
    margin-top: -2%;
    font-size: 0.8rem;
}

.footer-aboutus{
    max-width: 230px;
    line-height: 1.5;
}
.ape{
    line-height: 2;
    color: #5c5c5cb7;
}
.ape img{
    width:15px;
    height: auto;
}
.footer-info{
    line-height: 1.8;
    width: 230px;
}
.footer-newproducts{
    max-width: 250px;
}
.footer-newproducts img{
    width: 60px;
    height: auto;
}
.images-z{
    display: flex;
    flex-direction: column; 
    gap: 55px; 
}
.products-ziming{
    margin-top: 0px;
    display: flex;
    gap: 20px;
    cursor: pointer;
}
.products-redzumma{
    display: none;
    cursor: pointer;
}
.newpro{
    font-weight: bold;
}
.footer-eighty{
    color: #E54C2A;
}
.footer-info{
    width: 230px;
    line-height: 2.2;
    margin-top: -10px;
}
.footer-instagram{
    width: 230px;
}

.ligne-grise22 {
  border: none;         
  height: 1px;           
  background-color : #E9EBEE; 
  width: 100%;         
  margin-top: 35%;      
  justify-content: center;
}
.footer-mass{
    display: flex;
    gap: 470px;
    margin-top: 2%;
    margin-bottom: 1.5%;
    justify-content: center;
}
.footer-mass p{
    font-size: 0.8rem;
    color: #757474;
}
.massT{
    color: #E54C2A;
}
.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons img {
  width: 15px;             
  height: 15px;
  padding: 5px;      
  border: 2px solid #ccc;  
  border-radius: 50%;     
  object-fit: contain;    
  transition: 0.3s ease;
  cursor: pointer;
}

@media (max-width:767px){
    .top-bar1{
        height: 80px;
    }
    .top-bar3-ul{
        display: none;
    }
    .buy-contact{
        display: none;
    }
    .icons-menu{
        display: block;
    }
    .icons{
        margin-right: 10px;
        margin-top: -3.5%;
    }
    .iconsimg{
        width: 19px;
        height: 19px;
    }
    .atwisi{
    margin-left: 10px;
    margin-bottom: 27px;
    }
    .atwisi p{
        font-size: 13px;
    }

    .ligne {
    width: 97%;    
    margin: 10px auto;
    }
    .redphase1{
        display: flex;
        flex-direction: column;
        width: 700px;
    }
    .redphase{
        display: none;
    }
    .painss img{
        margin-left: 30px;
        width: 650px;
    }
    .uni{
        font-size: 26px;
    }

    .eighty{
    line-height: -4% ;
    margin-bottom: 40px;
    font-size: 22px;
    }

.avail{
    margin-top: 0%;
    margin-bottom: 40px;
}
.inch{
    line-height: 28px;
}


  .description{
    display: flex;
    flex-direction: column;
  }
  .des{
    display: flex;
    flex-direction: row ;
    margin-left: 10px;
    gap: 60px;
  }
    .reviews1{
        width: 270px;
   }
   .applecinemas{
    width: 650px;
    margin-left: 45px;
   }
   .food1{
    display: none;
   }

   .wealso h1{
    margin-left: 210px;
    font-size: 35px;
}

.recommend{
    margin-left: 30px;
    gap: 45px;
}

.imgfood img{
    width: 310px;
}
.zer{
    text-align: center;
    line-height: 1.3;
}
.zer p{
    font-weight: bold;
}
.zer h4{
    color: #E54C2A;
    font-size: 18px;
}

 .newsletter3{
      height: 335px;
      margin-top: 8%;
    }
    .signup{
        padding-top: 80px;
    }
    .signup h2{
    font-size: 2rem;
    }
    .signup p{
        font-size: 1rem;
    }
    .email-adress {
        margin-top: 20px;
        height: 48px;
        width: 480px;
    }
    .email-adress input {
        font-size: 0.9rem;
    }
    .email-adress button {
        font-size: 0.9rem;
    }
    .ligne-grise {
       width: 735px;           
       margin-top: 102px;      
    }
    .anii{
    display: flex;
    flex-direction: column;
    margin-left: 3%;
    }
    .anii p{
        font-size: 15px;
    }
    .footer-aboutus{
    max-width: 590px;
    line-height: 0.8;
   }
   .footer-aboutus h2 {
    font-size: 22px;
   }
    .footer-aboutus p {
    font-size: 13.3px;
   }
   .footer-info h2 {
    font-size: 27px;
   } 
   .footer-instagram h2 {
    font-size: 27px;
   }
 
   .footer-newproducts h2 {
    font-size: 27px;
   }
   .images-z {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 40px 100px;
    justify-content: start;
    }
   .products-ziming,
    .products-redzumma {
        display: flex;
        align-items: center;
        gap: 15px;
    }
     .footer-newproducts img {
        width: 100px;
        height: auto;
        flex-shrink: 0;
    }
    .newpro {
        width: 180px;
    }
    .newpro p {
      margin: 0;
      line-height: 1.4;
    }
   .ligne-grise22 {
    width: 100%;             
    justify-content: center;
    margin: 1040px auto
    }
   .footer-mass{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px ;

    }


}