@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins'
}
.body {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.form{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #04232F;
    color: aliceblue;
    border-radius: 60px; 
    height: 10%;
    font-size: 45px;
    margin-left: 25%;
    margin-top: 10%;
}
button {
  background-color: #ccc;       
  color: #ffffff;                
  font-weight: bold;          
  padding: 10px 40px;           
  border: 2px solid #ffffff;   
  border-radius: 40px;          
  cursor: pointer;              
  text-decoration: none;      
  transition: all 0.3s ease;   
  margin-top: 20px;
  margin-left: 100px;
}

button:hover {
  background-color: #ffffff; 
  color: white;                 
}
 button h1{ font-size: 20px;}

.form3{
   width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #A39EBF;
    color: aliceblue;
    border-radius: 60px; 
    height: 800px;
    font-size: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 500px;
  

}
.form2{
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #A39EBF;
  color: aliceblue;
  border-radius: 60px;
  height: 600px;
  font-size: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#busca{
  display: flex;
  justify-content: center;

}
.produtos-texto{
  display: flex;
  align-items: center;
  padding: 30px 20px 0px;
  justify-content: space-between;
  margin-top: -20px;

}

.produtos-texto a {
  text-decoration: none;
  color: black;
}

.Hzao{
  width: 150px;
  
}
.tenislow img{
  width: 100%;
  height: 500px;
  margin-top: 30px;
}

#tete{
  width: 100%;
  height: 70VH;
}
.produtos-texto button{
  
    background: transparent; 
    border: none;            
    padding: 0;              
    font: inherit;           
    color: inherit;          
    cursor: pointer;       
    
}
.contato-texto{
  text-decoration: none;
  color: black;
}
.busca-texto{
  text-decoration: none;
  color: black;
}
.cadastro-texto{
  text-decoration: none;
  color: black;
}
.howay-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap; 
}

.image-container {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}

.image-container img {
  max-width: 100%;
  border-radius: 15px;
}

.text-container {
  flex: 1 1 300px;
  color: black;
}

.text-container h1 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.text-container p {
  line-height: 1.6;
  color: #2a2a2a;
}

@media (max-width: 768px) {
  .howay-section {
      flex-direction: column;
      text-align: center;
  }

  .text-container h1 {
      font-size: 1.5rem;
  }
}
.sobre-texto{
  text-decoration: none;
  color: black; 
}

.produtos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 60px;
  min-height: 100vh; 
  margin-top: -800px;
}

.produto {
  text-align: center;
  max-width: 280px;
}

.produto img {
  width: 280px;  /* aumenta os tênis */
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
}

.produto h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  text-transform: lowercase;
}

.produto .categoria {
  font-style: italic;
  color: #444;
  margin: 5px 0;
}

.produto .preco {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.produtos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colunas */
  gap: 50px 80px; /* espaço entre linhas e colunas */
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

.produto-grid {
  text-align: center;
}

.produto-grid img {
  width: 260px;
  height: auto;
  margin-bottom: 15px;
}

.produto-grid h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
  text-transform: lowercase;
}

.categoria-grid {
  font-style: italic;
  color: #444;
  margin: 5px 0;
}

.preco-grid {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.produtos-texto{
  text-decoration: none;
  color: black; 
}
.produto1-card {
  max-width: 600px;
  margin: 50px auto;

}

.produto1-logo {
  width: 50px;
  margin-bottom: 10px;
}

.produto1-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.produto1-subtitle {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
  color: #333;
}

.produto1-image {
  width: 350px;
  margin: 20px auto;
  display: block;
}

.produto1-price {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.produto1-button {
  background: black;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.produto1-button:hover {
  background: #333;
}

.produto1-button-icon {
  font-size: 18px;
}
.Hdoproduto{
margin-left: 150px;
}
.logo-carrinho {
  font-size: 2rem;
  font-weight: bold;
}

.titulo-carrinho {
  font-size: 2rem;
  font-weight: bold;
  color: #2d2f32;
}


.cart-carrinho {
  background-color: #2d2f32;
  border-radius: 20px;
  padding: 20px;
  width: 800px;
  max-width: 95%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8%;
  margin-left: 30%;
  height: 500px ;
}
.cart-carrinho img{
  height: 20%;
  width: 100px;
}
/* Produto */
.product-carrinho {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-carrinho img {
  width: 150px;
  max-width: 40%;
  border-radius: 10px;
}

.info-carrinho h3 {
  font-size: 1rem;
  font-weight: bold;
}

.type-carrinho {
  font-style: italic;
  margin: 5px 0;
}

.price-carrinho {
  font-weight: bold;
}


.buy-btn-carrinho {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.5s;

}

.buy-btn-carrinho:hover {
  transform: scale(1.05);
  background-color: #ccc;
}


@media (max-width: 768px) {
  .product-carrinho {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-carrinho img {
    width: 100%;
    max-width: 100%;
  }

  .cart-carrinho {
    padding: 15px;
  }

  .buy-btn-carrinho {
    font-size: 1rem;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .titulo-carrinho {
    font-size: 1.5rem;
  }

  .info-carrinho h3 {
    font-size: 0.9rem;
  }

  .buy-btn-carrinho {
    font-size: 0.9rem;
    padding: 10px;
  }
}