/* ===== TOPO (HEADER) ===== */
.header {
  background-color: #0d0d0d !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 5%;
  border: none !important;
}

/* Logo */
.header .logo img {
  max-height: 55px !important;
  filter: brightness(1) saturate(1.2);
}

/* ===== BARRA DE BUSCA ===== */
.header .search-bar {
  flex: 1;
  display: flex;
  justify-content: center;
}

.header .search-bar input[type="search"] {
  width: 60%;
  max-width: 500px;
  border-radius: 30px !important;
  border: none !important;
  background-color: #1a1a1a !important;
  color: #fff !important;
  padding: 10px 20px;
  font-size: 14px;
}

.header .search-bar input::placeholder {
  color: #b3b3b3 !important;
}

.header .search-bar button {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  margin-left: -35px;
  cursor: pointer;
}

/* ===== ÍCONES (CARRINHO, CONTA, ETC) ===== */
.header .icons a {
  color: #fff !important;
  margin-left: 15px;
  transition: color 0.3s;
}
.header .icons a:hover {
  color: #e50914 !important;
}

/* ===== MENU PRINCIPAL ===== */
.menu {
  background-color: #111 !important;
  text-align: center;
}
.menu ul li a {
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 20px;
  transition: color 0.3s;
}
.menu ul li a:hover {
  color: #e50914 !important;
}

/* ===== BANNER ===== */
.banner {
  width: 100%;
  height: 450px;
  background-image: url(seletor { background-image: url("https://cdn.awsli.com.br/2778/2778053/arquivos/customize-sua-moto-com--1-.png"); });
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8%;
}

/* ===== TEXTO E BOTÃO DO BANNER ===== */
.banner .texto-banner {
  color: #fff;
  max-width: 500px;
}

.banner .texto-banner h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.banner .texto-banner p {
  font-size: 18px;
  color: #e0e0e0;
  margin-bottom: 25px;
}

.banner .texto-banner a {
  background-color: #e50914;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.banner .texto-banner a:hover {
  background-color: #ff1e26;
}

/* ===== SEÇÃO “MAIS VENDIDOS” ===== */
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 50px 0 30px;
  color: #111;
}

/* ===== RODAPÉ ===== */
.footer {
  background-color: #0d0d0d !important;
  color: #fff !important;
  text-align: center;
  padding: 25px 10px;
}
