
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    body { 
      font-family: Arial, sans-serif; 
      background-color: #f5f5f5; 
      line-height: 1.6;
      
    }
    html{
      scroll-behavior: smooth;
    }
    
    /* Header */
    header { 
      background-color: #0d47a1; 
      color: white; 
      padding: 20px; 
      text-align: center; 
      position: reletive;
      z-index: 100;
    }
    #logo{
     height: 5vw;
    border-radius: 12px;
    position: absolute;
    left: 15px;
    top: 22px;
    }
    
    /* Navigation */
    nav { 
      display: flex; 
      justify-content: center; 
      background-color: #1565c0; 
      padding: 10px 0; 
      position: relative;
  
      z-index: 100;
      
    }
    nav a { 
      color: white; 
      margin: 0 15px; 
      text-decoration: none; 
      font-weight: bold; 
    }
    nav a:hover { text-decoration: underline; }
    
    /* Main Container with Sidebar Layout */
    .main-container {
      display: flex;
      max-width: 1400px;
      margin: 0 auto;
      gap: 20px;
      padding: 20px;
      position: relative;
    }
    
   
    
    /* Main Content Area */
    .content-area {
      flex: 1;
      min-width: 0;
    }
    
    
    
    /* Hero Section */
    .hero { 
    
      color: white; 
      height: 300px; 
      display: flex; 
      align-items: center; 
      justify-content: center; 
      text-align: center; 
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 20px;
      
    
    }
    .hero h1 { 
      font-size: 36px; 
      background-color: rgba(0,0,0,0.5); 
      padding: 10px; 
      border-radius: 10px; 
    }
    
    /* Sections */
    .section { 
      padding: 40px 20px; 
      text-align: center; 
      background-color: white; 
      margin-bottom: 20px; 
      border-radius: 10px; 
      box-shadow: 0 2px 10px rgba(0,0,0,0.1); 
      
    }
    .section h2 { 
      color: #0d47a1; 
      margin-bottom: 20px;
    }
    
    /* Products Grid */
    .products { 
      display: flex; 
      flex-wrap: wrap; 
      justify-content: center; 
      gap: 20px; 
    }
    .product { 
      background: #fafafa; 
      padding: 20px; 
      border-radius: 10px; 
      box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
      width: 250px; 
      transition: all ease 0.2s;
    }

    
    .product img { 
      max-width: 100%; 
      border-radius: 5px; 
    }
    .product h3 { 
      margin: 10px 0; 
    }
    .product:hover {
      scale: 1.1;
    }
      .products2 { 
      display: flex; 
      flex-wrap: wrap; 
      justify-content: space-evenly;
      gap: 34px; 
    }
    .product2 { 
      background: #fafafa; 
      padding: 9px; 
      border-radius: 10px; 
      box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
      width: 272px; 
      transition: all ease 0.2s;
    }

    #img{
      height: 20vw;
      width: 15vw;
      /* background-color: red; */
    }
    #img img{
      height: 100%;
      width: 100%;
      border-radius: 10px;
      /* object-fit: cover; */
    }
    
    .product2 h3 { 
      margin: 7px 0; 
    }
    .product2 p{
      line-height: 1.2;
      font-size: 1vw;
    }
    /* Rating */

    .rating{
    display: flex;
   }
   .rating img{
     width: 1vw;
     margin: 1vw 0;
     margin-left: 6px;
  }
 .product2 h4{
    text-align: start;
    margin-left: 6px;
    font-size: 1.1vw;
    
    
 }

 .price{
   display: flex;
   gap: 0.5vw;
 }

 .price h5{
    text-align: start;
    font-size: 1.1vw;
    text-decoration: line-through;
    font-weight: 400;
    color: #333;
    
 }
    .product2:hover {
      scale: 1.1;
    }
    
    /* Promo Banner */
    .promo-banner {
      background-color: #fff176;
      padding: 30px 20px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #333;
      border-radius: 10px;
      margin-bottom: 20px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .promo-banner p { margin: 10px 0; }
    
    /* WhatsApp Button */
    .whatsapp-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      color: white;
      border: none;
      padding: 15px 20px;
      border-radius: 50px;
      font-size: 16px;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      z-index: 1000;
    }
    .whatsapp-button:hover {
      background-color: #1ebe5d;
    }

    .whatsapp-button2 {
      /* position: fixed; */
      /* bottom: 20px;
      right: 20px; */
      margin-top: 1.5vw;
      background-color: #25D366;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 50px;
      font-size: 15px;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      z-index: 1000;
    }
    .whatsapp-button2:hover {
      background-color: #1ebe5d;
    }
    
    /* Footer */
    footer { 
      background-color: #0d47a1; 
      color: white; 
      text-align: center; 
      padding: 15px 10px; 
      margin-top: 40px; 
    }
    
   
    
    /* Responsive Design */
    @media screen and (max-width: 1200px) {
      .left-sidebar, .right-sidebar {
        display: none;
      }
      .main-container {
        padding: 10px;
      }
    }
    
    @media screen and (max-width: 768px) {
      .hero h1 {
        font-size: 24px;
      }
      .product {
        width: 100%;
      }
      
       .products2 { 
      display: flex; 
      flex-wrap: wrap; 
      justify-content: center; 
      gap: 34px; 
    }
    .product2 { 
      background: #fafafa; 
      padding: 7px; 
      border-radius: 10px; 
      box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
      width: 330px; 
      transition: all ease 0.2s;
    }

    #img{
      height: 47vw;
      width: 35vw;
      /* background-color: red; */
    }
    #img img{
      height: 100%;
      width: 100%;
      border-radius: 10px;
      /* object-fit: cover; */
    }
    
    .product2 h3 { 
      margin: 10px 0; 
      font-size: 4vw;
    }
    .product2 p{
      line-height: 1.2;
      font-size: 3vw;
      margin-bottom: 10px;
    }

    
     /* Rating */

    .rating{
    display: flex;
   }
   .rating img{
     width: 3vw;
    
  }
 .product2 h4{
   
    font-size: 3.5vw;
    
    
 }

 .price{
   display: flex;
   gap: 0.5vw;
 }

 .price h5{
   
    font-size: 3.5vw;
   
 }
    .product2:hover {
      scale: 1;
    }
      .section {
        padding: 20px 10px;
      }
      .main-container {
        flex-direction: column;
        padding: 10px;
      }
    }

     @media screen and (max-width: 466px){

      header h1{
      /* background-color: red; */
      font-size: 5vw;
      }
      header p{
        /* background-color: green; */
        font-size: 3.7vw;
        display: none;
      }

       #logo{
           height: 13vw;
        border-radius: 12px;
        position: absolute;
        left: 15px;
        top: 11px;
    }

      /* Products Grid */
    .products { 
      display: flex; 
      flex-wrap: wrap; 
      justify-content: center; 
      gap: 20px; 
    }
    .product { 
      background: #fafafa; 
      padding: 10px; 
      border-radius: 10px; 
      box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
      width: 160px; 
      transition: all ease 0.2s;
    }

    
    .product img { 
      max-width: 100%; 
      border-radius: 5px; 
    }
    .product h3 { 
      margin: 5px 0; 
      font-size: 4vw;
    }
    .product p{
      display: none;
    }
    .product:hover {
      scale: 1.2;
    }

 .products2 { 
      display: flex; 
      flex-wrap: wrap; 
      justify-content: space-between; 
      padding: 0 3px;
      gap: 15px; 
    }
    .product2 { 
      background: #fafafa; 
      padding: 2px; 
      border-radius: 10px; 
      box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
     width: 159px;
      transition: all ease 0.2s;
      position: relative;
      
    }
    #h3{
      /* background-color: red; */
      font-size: 4.1vw;
      /* width: 50%; */
    }

   

    #img{
      height: 47vw;
      width: 35vw;
      
      /* background-color: red; */
    }
    #img img{
      height: 100%;
      width: 100%;
      border-radius: 10px;
      /* object-fit: cover; */
    }
    
    .product2 h3 { 
       margin: 3px 0px 3px 0px;
    }
    .product2 p{
      line-height: 1.2;
      font-size: 2.8vw;
    }

     /* Rating */

    .rating{
    display: flex;
   }
   .rating img{
     width: 3vw;
     margin: 1vw 0;
     margin-left: 6px;
  }
 .product2 h4{
    text-align: start;
    margin-left: 6px;
    font-size: 3.5vw;
    
    
 }

 .price{
   display: flex;
   gap: 0.5vw;
 }

 .price h5{
    text-align: start;
    font-size: 3.5vw;
    text-decoration: line-through;
    font-weight: 400;
    color: #333;
    
 }
    .product2:hover {
      scale: 1;
    }

    .whatsapp-button2 {
      
             margin-top: 1.2vw;
        padding: 10px 11px;
        border-radius: 50px;
        font-size: 12px;
      
      
    }
     }

     /*productsss*/




     .buy-container {
  text-align: center;
  padding: 20px;
}

.slider{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

.image{
    height: 20vw;
    width: 15vw;
    border-radius: 10px;
    margin: 25px 0;
}

.slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Quantity Box */
.qty-box {
  margin: 20px 0;
}

.qty-box input {
  width: 90px;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  border-radius: 8px;
}



/* PRICE BOX */
#priceBox {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}

#priceBox p {
  margin: 5px 0;
  font-size: 18px;
}


/* Responsive */
@media (max-width: 768px) {
  .image{
    height: 40vw;
    width: 32vw;
  }
  .qty-box input {
    font-size: 18px;
    width: 80px;
  }
}

@media (max-width: 480px) {
  .slider{
            display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 9vw;
        padding: 0vw 10vw;
        overflow: auto;
    
}
  .image{
    flex-shrink: 0;
    height: 91vw;
    width: 66vw;
  }
  .qty-box input {
    font-size: 16px;
    width: 70px;
    padding: 8px;
  }
  .section buy-container h2 {
    font-size: 6vw;
  }
  .section buy-container p {
    font-size: 4vw !important;
  }
}

/* Featured Products */

.f-product{
  display: flex;
  gap: 4vw;
  overflow-y: hidden;
  overflow-x: auto;
}

/* New Arrivals*/

.new-product{
  display: flex;
  gap: 4vw;
  overflow-y: hidden;
  overflow-x: auto;
}

/* logoss */

.det{
  
  padding: 10px 20px; 
}
.det h2{
color: black;
}
#logos{
  display: flex;
  justify-content: center;
  gap: 3vw;
}

#logos img{
 width: 4vw;
}

@media (max-width: 480px) {
  .logoo h4 {
    font-size: 2.5vw;
  }

  #logos img{
    width: 5.5vw;
  }

  .details{
    text-align: start;
  }
  .details h5 {
     font-size: 5vw;
  }

  .details P{
   padding-left: 2vw;
  }
}
   

   
    
 

    