body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    }
    a{
        text-decoration: none;
        color:black;
        font-weight:bold;
    }
    
    .product-grid {
    display: grid;
    gap: 20px;
    
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Ensure responsive columns */
    }
    
    .product-card {
      background-color:rgb(158, 197, 158);
     /*border: 1px solid #ddd;*/
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 15px;
    display: block; /* Ensure it's block-level for proper sizing */
    position: relative;
    border-radius: 8px;
    
    }
    
    .product-card img {
     max-width: 700px; 
    width: auto;
    height: auto;
    max-height: 200px;
    margin-bottom: 10px;
    }
    .product-card a{
        text-decoration: none;
    }
    .product-card h3 {
      
    font-size: 1.1rem;
    color: #333;
    margin: 10px 0;
    
    
    height: 7vh;
    font-family:Arial, Helvetica, sans-serif;
    
    
    
    }
    
    
    
    
    .audio-category{
      display: none;
    }
    
    .wearables-category{
      display:none;
    }
    
    #wearables-products-container,#audio-products-container,#new-product-by-slug-container{
      display:none;
    }
    
    .product-card p {
    color: #666;
    font-size: 0.9rem;
    margin: 5px 0;
    }
    .product-card h4{
      color: red;
    }
    
    .product-card .order-buttons{
    
      display: flex;
      
    }
    .product-card .add-to-cart {
    
      display: none;
        background-color: yellow;
        color: black;
        border: none;
        padding: 10px;
        width: 50%;
        font-size: 14px;
        cursor: pointer;
        position: absolute;
        bottom: 10px;
        left: 0%;
        height: 8vh;
       
        margin-left: 1px;
      
    }
        
        .product-card .order-whatsapp-btn {
        display: none;
        background-color:#8CC63F;
        color: white;
        border: solid;
        padding: 8px;
        width: 50%;
        font-size: 14px;
        cursor: pointer;
        position: absolute;
        bottom: 10px;
       right: 0%;
       height: 5vh;
       
        
    
    
        }
        .product-card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .product-card:hover .add-to-cart {
       display: block;
      }
    
        .product-card:hover .order-whatsapp-btn {
          display: block;
         
        
    
        }
    
    
    
    .price {
    margin-top: 10px;
    
    }
    
    .price span {
    font-size: 1.2rem;
    color: #ff5722;
    font-weight: bold;
    }
    
    .price del {
    font-size: 0.9rem;
    color: #999;
    margin-left: 10px;
    }
    
    
    
    
    
    
    /* single product page */
    
    .product-info{
    display: flex;
    width: auto;
    
    }
    
    .product-image {
      width: 50%;
      
        border-radius: 4px;
        
        margin-right: 50px;
      }
      .product-image img{
        width: 100%;
      }
      #add-to-cart{
        background-color:yellow ;
        color: black;
        padding-top: 12px;
       padding-bottom: 12px;
       padding-left: 50px;
       padding-right:50px ;
       font-size: 20px;
        
        border-radius: 30px;
        font-weight: bolder;
        font-size: 20px;
        align-self: baseline;
       margin-bottom: 0%;
      }
      .whatsapps-btn{
        background-color:green ;
        color: aliceblue;
        border: solid;
        font-size: 20px; 
       border-color: #333;
       font-weight: bolder;
       padding-top: 12px;
       padding-bottom: 12px;
       padding-left: 20px;
       padding-right:20px ;
       font-size: 20px;
       text-align: center;
    
       
       border-radius: 30px;
      
      }
      .product-descriptions{
        width: 100%;
        
        
    
    
    }
      .long-description {
        text-align: left;
        margin-top: 20px;
        padding: auto;
        margin-right:15px ;
        padding: 20px;
        
       
       
    
      }
      .product-features{
    
        text-align: left;
        margin-top: 20px;
        padding: 10px;
        margin-right:15px ;
        width: 90%;
      }
      
      .long-description h2{
        text-align: left;
        
       
    
      }
    
    
      
    
      .call-btn {
        display: inline-block;
        text-decoration: none; 
    }
    
    .call-btn button {
      background-color: #28a745 !important;
      color: white !important; 
      
        padding: 12px 20px;
        
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background 0.3s ease-in-out, transform 0.2s;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: bold;
    }
    
    
    .call-btn button:focus,
    .call-btn button:active {
        background-color: #218838 !important; 
        outline: none;
        border: none;
    }
    
    
    .call-btn button img,
    .call-btn button span {
        color: white !important; 
    }
    
    
    .call-btn button:hover {
        background-color: #218838 !important;
        transform: scale(1.05);
    }
    
    
    
    
    .call-button {
      display: inline-block;
      text-decoration: none; 
    }
    
    .call-button button {
      background-color: white;
      color: black ; 
      padding: 12px 20px;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      transition: background 0.3s ease-in-out, transform 0.2s;
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: bold;
    }
    
    
    .call-button button:focus,
    .call-button button:active {
     
      outline: none;
      border: none;
    }
    
    #bundle-price{
      font-size: 14px;
    }
    
    .call-button button img,
    .call-button button span {
      color: white ; 
    }
    
    
    .call-button button:hover {
      /*background-color: #218838 ;*/
      transform: scale(1.05);
      
    }
    
    
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
    
    .product-card img{
      max-width: 80%;
      height:150px;
    }
    
    .product-card h3 {
     font-size: 10px;
    }
    
    .product-card p {
     font-size: 0.8rem;
    }
    
    .price span {
     font-size: 1rem;
    }
    /* Responsive thumbnails for smaller screens */
    
      .thumbnail {
          width: 60px; /* Smaller size for tablets */
          height: 60px;
      }
      #add-to-cart{
        display: block;
        background-color: #fff;
        color: #8CC63F;
        padding-top: 12px;
     padding-bottom: 12px;
     padding-left: 20px;
     padding-right:40px ;
     font-size: 20px;
     width: 100%;
      }
      .whatsapps-btn{
        display: block;
      }
    
      .call-button button{
        padding-top: 12px;
      
        font-size: 20px;
       
       
      }
     #bundle-price{
        font-size: 11px;
      } 
    }
    
    @media (max-width: 480px) {
        #product{
           display: inline-block;
        }
        .product-image {
          width: 100%;
          
            border-radius: 4px;
            
            margin-right: 50px;
          }
        .product-grid {
         grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust for smaller screens */
        }
        /*.product-card{
          display: inline-block;
         min-width: 40%;
        }*/
        .product-card h3 {
         font-size: 1rem;
         margin-bottom: 45px;
        }
        
        .product-card p {
         font-size: 0.8rem;
        }
        
        .price span {
         font-size: 1rem;
        }
    
        .product-info{
            display: block;
            padding: 18px;
            
            }
            .product-description{
             
               display: inline-block;
    
                
    
    
            }
    
            .contact-button{
              width: 150px;
              font-size:14px;
              
             
            }
    
            .product-card{
              height: 300px;
              padding:  0 10px 20px 10px;
              
            }
            .product-descriptions{
                
               display: inline-block;
               padding: 20px;
               
                
    
    
            }
        #add-to-cart{
          display: block;
          background-color: #fff;
          color: #8CC63F;
          padding-top: 12px;
       padding-bottom: 12px;
       padding-left: 20px;
       padding-right:40px ;
       font-size: 20px;
       width: 100%;
        }
        .whatsapps-btn{
          display: block;
        }
    .long-description{
     
        display: inline-block;
        font-size: 15px;
        margin-left:-5px;
    }
            .product-image {
               display: block;
                
                margin-right: 50px;
              }
    
    
    
              .product-card .add-to-cart {
    
               display: none;
                  background-color: red;
                  color: white;
                  border: none;
                  padding: 10px;
                  width: 50%;
                  font-size: 14px;
                  cursor: pointer;
                  position: absolute;
                  bottom: 10px;
                  left: 0%;
                  height: 6vh;
                 
                  margin-left: 1px;
                
              }
                  
                  .product-card .order-whatsapp-btn {
                display: none;
                  background-color:#8CC63F;
                  color: white;
                  border: solid;
                  padding: 8px;
                  width: 40%;
                  font-size: 14px;
                  cursor: pointer;
                  position: absolute;
                  bottom: 10px;
                 right: 0%;
                 height: 4vh;
                 
                  
              
              
                  }
    
        }
    
    
    
    
    