.estoque-exclusivo {
  width: 100%;
  margin-top: 30px;
  padding: 30px 0;
  background-color: transparent;
}

.container-estoque {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.texto-estoque h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  margin: 0 0 10px;
}

.texto-estoque p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #888;
  margin: 0;
}

.botao-estoque {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-estoque {
  font-family: 'Poppins', sans-serif;
  background-color: #c31919;
  color: #fff;
  padding: 15px 30px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 3px 0 #8e1010;
}

.btn-estoque:hover {
  background-color: #a51111;
  box-shadow: 0 2px 0 #710909;
  transform: translateY(1px);
  text-decoration: none;
}
