@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    margin: 0;
    font-size: 0.8rem;
  }
  
  .container {
    background-color: #fff;
    width: 90%;
    max-width: 100%;
    margin: 50px auto 0;
    font-size: 0.8rem;
    margin-top: 15px;
  }
  
  .filter {
    padding: 25px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column; /* Adicionado */
    justify-content: center; /* Adicionado */
    width: auto;
    margin: auto;
    margin-bottom: 15px;
    height: auto;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    background: #fff0;
  }
  
  .filter form {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.8rem;
        border-radius: 2px;

  }
  
  
  .filter .item {
    background-color: #fff;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 2px;
    width: 100%;
    position: relative;
    border: none;
    width: 100%;
    height: auto;
    padding: 8px;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
        border-radius: 2px;


  }
  
 
  
   .filter .item select, .filter .item input, .filter .item.btnbuscar {
    width: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 0.8rem;
    color: #262626;
    height: auto;
        border-radius: 2px;


   
  }
  
  .filter .item label {
    display: block;
    width: 40%;
    padding: 0 8px;
    font-weight: bold;
    font-size: 0.8rem;
  }
  
  .filter .item.submit.btnbuscar {
    background-color: #262626;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 0.8rem;
  }
  
  .countResults {
    font-size: 0.8rem;
    text-align:left;
    padding: 8px;
    color: #000;
    font-weight: 500;
    height: auto;
    background-clip: padding-box;
  }
  
  #list {
    padding: 0px;
    display: grid;
    column-gap: 1%;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    row-gap: 10px;
    margin-bottom: 15px;
   
  }
  
  #list .item img {
    width: 9rem;
    height: 9rem;
    object-fit: contain;
    margin: 5px;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
  }
  
  
  
  #list .item {
   background-color: rgb(255 255 255);
   text-align: center;
   /* box-shadow: 1px 1px 6px 0 rgba(50,50,50,.5); */
   border: none;
   aspect-ratio: .7/0;
   height: auto;
   border-radius: 3px;
   border: solid 1px #d1d1d1;
   position: relative;
  padding-bottom: 40px;
   
   
   
   
  }
  
  #list .item:hover {
    transform: translateY(-5px);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
  }
  
  #list .item .title {
   width: auto;
   color: #333;
   font-weight: 500;
   font-size: 0.8rem;
   text-align: left;
   display: flex;
   overflow: hidden;
   margin: 11px 11px 11px 11px;
   font-style: italic;
  }
  
  #list .item .price {
    display: none;
  }

  .item.submit {
    border-radius: 5px;
  }

  .img-auto {

    display: flex;
    align-items: center;
text-align: center;
width: 100%;
max-width: 100%;
margin: 50px auto 0;
margin-top: 0px;
flex-direction: column;

  }
  
  .product-info {
      
      color: #333333
     
     padding: 5px;
      
  }
  
  .product-category {
      
      font-weight: 800;
    text-align: center;
      font-size: 0.8rem;
      color: #292c37;
      margin: 10px;
  }
  
  .product-manufacturer {
      font-weight: 400;
      font-size: 0.8rem;
      margin: 20px 11px 2px 11px;
      color: #A9A9A9;
      text-align: left;
  }
  
   .product-id {
       text-align: left;
       font-size: 0.8rem;
       font-weight: 400;
       color: #A9A9A9;
       margin: 3px 11px 45px 11px;
  }
  
  
  .footer  {
    
  
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg,#000914,#484242);
    color: #fff;
    font-size: .9em;
    padding: 0 15px;
    height: 100px;
    text-align: center;
}

.navbar {

    z-index: 999;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: webkit-sticky;
    position: sticky;
    top: 0;
    height: 80px;
    width: 100%;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
     width: auto;
     font-size: 14px;
    font-weight: 600;
}

.imglogo {
    height: 12vw;
    cursor: pointer;
    max-height: 60px;
    min-height: 35px;
    
    
}


.btnbuscar {
    
    
    cursor: pointer;
    color: #fff;
    margin: 2px;
    width: auto;
    border:none;
    background: #333;
        font-size:0.8rem;
    line-height: 1.5;
    height: auto;
        border-radius: 2px;

    padding: 8px;
    font-weight: 400;

}



.add-to-cart-button {
  right:0;
  opacity:1;
  border-radius: 5px;
  overflow:visible;
  text-shadow:none;
  margin-top:4px;
  padding:0;
  width: 90%;
  height:auto;
  line-height:10px;
  font-size:0.725rem;
  text-align:center;
  color: #3cc13f;
  z-index:102;
  transition:all .2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3cc13f;
  background: #ffffff;
  font-weight: 600;
  margin: auto;
  margin-bottom: 10px;
  cursor: pointer;
position: absolute;
  bottom: 7px; /* Distância de 10px da margem inferior do elemento pai */
  left: 0;
    
    
    
}

.add-to-cart-button:hover {
 border-color: #3cc13f;
}





#sendOrderButton {
  background-color: #007bff;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

#sendOrderButton:hover {
  background-color: #0069d9;
}


@media screen and (min-width: 768px) {
  .filter {
    flex-direction: row;
    justify-content: space-between;
  }
}


@media screen and (max-width: 768px) {
  .btnbuscar {
    width: 105%;
   
  }
}


#vendedor {
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  padding: 12px 24px;
  border-radius: 300px;
  border: 1px solid #dc2d2d;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#vendedor option {
  font-size:0.8rem;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

#vendedor option:hover {
  background-color: #f7f7f7;
}

#vendedor:focus {
  border-color: #333;
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.3);
}

.preload {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffa8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-bar {
  width: 50px;
  height: 4px;
  background-color: #333;
  animation: loading 2s ease-in-out infinite;
}

@keyframes loading {
  0% {
    width: 0;
  }
  50% {
    width: 50px;
  }
  100% {
    width: 0;
  }
}

body.loaded .preload {
  display: none;
}


.aviso {

text-align:center




  
}

.aviso2 {
    
    
    
    text-align:center;
    margin-bottom: 20px;
    padding: 5px;
    margin: 15px;
    font-size: 1rem;
    
}


