* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

header {
  background-color: #e7008b88;
  color: #fff;
  padding: 10px 0;
}

.box-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.icon-card {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  display: flex;
  margin: 0px 10px;
  align-items: end;
  justify-content: end;
  cursor: pointer;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 85px;
  height: 90px;
  margin-right: 10px;
}

.descreption {
  margin: 15px;
}

.descreption h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.descreption h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.descreption p {
  line-height: 1.5;
  font-size: 12px;
  color: black;
  margin-top: 10px;
}

.descreption strong,
span {
  font-size: 14px;
  color: black;
}

.filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 2px;
}

.filters button {
  background-color: #e7008b88;
  color: #000000;
  border: 1px solid black;
  padding: 9px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
}

.container-dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: 17px;
  margin-top: 2px;
  font-size: 28px;
  color: #000;
  cursor: pointer;
}

/* Ícone */
.cart i {
  display: block;
}

/* Contador em cima da sacola */
#count {
  position: absolute;

  top: -5px;
  right: -8px;

  background: #ffffff;
  color: rgb(0, 0, 0);

  font-size: 11px;
  font-weight: bold;

  min-width: 18px;
  height: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

}



.conteiner-start {
  display: flex;
  flex-direction: column;
}

.conteiner-start h2 {
  position: relative;
  margin-inline: auto;
  align-items: center;
}

.container {
  padding: 15px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}

.card {
  background: white;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.card h3 {
  margin: 10px 0 5px;
  font-size: 15px;
}

.card .description {
  font-size: 12px;
  color: #555;
  margin-bottom: 10px;
}

.card span {
  font-size: 13px;
  color: #131111;
  font-weight: bold;
}

.card button {
  background: #ff4d6d;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}

.cart-box {
  background: white;
  width: 93%;
  max-height: 90%;
  overflow: auto;
  padding: 20px;
  border-radius: 12px;
}

button {
  padding: 8px;
  border-radius: 8px;
  border: none;
  margin: 4px;
  color: #f4f4f4;
  background: #ff4d6d;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.btn-enviar{
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select,
textarea {
  width: 100%;
  margin: 5px 0;
  padding: 8px;
}

.box-informat {
  background-color: rgba(255, 0, 0, 0.849);
  border-radius: 10px;
  padding: 10px;
}

.informat {
  font-size: 12px;
  color: #000000;
  margin-top: 10px;
  text-align: center;

}

footer {
  background: #e7008b88;
  margin-top: 20px;
}

.container-footer {
  max-width: 1200px;
  padding: 0 20px;
}

.rede-social i {
  font-size: 20px;
  color: #222121;
  margin: 0px 25px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-out;
}

.rede-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 135px;
  cursor: pointer;
}

.rede-social i:hover {
  color: #f84666;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}

a {
  transition: transform 0.3s ease-out;
}

a:hover {
  transform: translateY(-10px);
}

.copy {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  padding-bottom: 10px;
  color: #181818;
  font-size: 12px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
}

span {
  font-size: 12px;
  color: #181818;
}

@media screen and (max-width: 768px) {

  .rede-social {
    margin-left: 0px;
  }

  .rede-social i {
    font-size: 17px
  }

  .copy {
    font-size: 11px;
  }
}