@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
 
    height: 1px;
  background: linear-gradient(135deg, #f3efe9, #e6dfd4);
    padding: 1px;

    display: flex;
    justify-content: center;
    /* centro horizontal */
    align-items: center;
    /* centro vertical */
  }





.marca {
  text-align: center;
}

.marca img {
  height: 150px;
  margin-bottom: 500 px;
  margin: 0;
  position: relative;
  top: 110px;
  padding: 20;
}

.marca h1 {
  font-family: 'alex brush', ;
  font-size: 3rem;
  color: #6b4b3e;
  letter-spacing: 1px;
  margin: center;


}

.marca span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #a88c6d;
  margin-top: 0px;
  margin: 0;
}




header h1 {
  font-size: 50px;
  color: #493327
}

nav ul {
  list-style: none;
  /* remove as bolinhas */
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  text-shadow: #000 -1px -1px 2px
}

nav a {
  color: #fff;

  font-weight: bold;
}

nav a:hover {
  color: #493327;

}






 .promo-banner {
  background: linear-gradient(135deg, #c9a24d, #fffaf3);
  padding: 10px 10s;
  text-align: center;
  animation: fadeSlide 1.2s ease forwards;
  height: 170px;
}

.promo-text {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #3a2f2a;
  font-size: 16px;
}

.promo-text span {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  color: #c9a24d;
  animation: pulseGold 2.5s infinite;
}


.promo-btn:hover {
  background-color: #c9a24d;
  color: #fff;
}

/* Animações */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseGold {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.85;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}



header

/* Cabeçalho */
.header {
  height: 80px;
   background: linear-gradient(135deg, #f3efe9, #e6dfd4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100;
}

.header h1 {
  margin: 100;
  font-family: 'Montserrat', sans-serif;
  font-size: 100px;
}

.promo-animada {
  background: linear-gradient(120deg,
      #c9a24d,
      #f5e3a1,
      #c9a24d);
  background-size: 300% 300%;
  animation: brilhoLuxo 6s ease infinite;

  color: #000;
  text-align: center;
  padding: 8px 0;

  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  
}

/* animação */
@keyframes brilhoLuxo {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {

  font-family: 'Montserrat', sans-serif;

  background: linear-gradient(135deg, #f3efe9, #e6dfd4);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}

/* HEADER */
.header-joias {
  height: 64px;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

/* BOTÃO MENU */
.menu-btn {
  background: none;
  border: none;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  gap: 6px;
}

.menu-btn span {
  width: 22px;
  height: 2px;
  background: #000;
}




/* CONTAINER CENTRAL */
.container-joias {
  font-family: 'alex brush', ;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}

/* SEÇÃO */
.colecao {
  text-align: center;
  margin-bottom: 80px;
}

/* TÍTULO */
.colecao h2 {
  font-family: 'alex brush', ;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

/* DESCRIÇÃO */
.colecao p {
  font-size: 15px;
  color: #555;
  max-width: 520px;
  margin: 0 auto 48px;
  line-height: 1.6;
}




/* RESPONSIVO */
@media (max-width: 900px) {
  .grid-produtos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {



  body {
     background: linear-gradient(135deg, #f3efe9, #e6dfd4);
    color: #333;
    padding: 0px;
  }

  header {
    text-align: center;
    margin-bottom: 30px;
  }

  header h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .direitos strong {
    color: #b89b5e;
    font-weight: 500;
  }

  .final-site {
    background-color: #f7f5f2;
    text-align: center;
    padding: 18px 10px;
    font-size: 12px;
    color: #8a8a8a;
    letter-spacing: 0.6px;
    border-top: 1px solid rgba(184,155,94,0.4);
  }

  .final-site .marca {
    color: #ffffff;
    font-weight: 500;
  }

  .final-site .ponto {
    margin: 0 6px;
    color: #b89b5e;
  }

  .icone-carrinho {
    font-size: 28px;
    color: red;
  }

  .icone-carrinho:hover {
    color: #c9a46c;
  }

  
}

.footer-GR {
  margin: 0;
  padding: 52px 50px; 
  width: 100%;
  background-image: linear-gradient(180deg,#929292,#63573d);
  color: #eee;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;

  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
}

/* Reset interno */
.footer-GR * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Marca */
.footer-GR .marca {
  text-align: center;
}

/* Títulos */
.footer-GR .contatos h3,
.footer-GR .footer-list h3 {
  margin-bottom: 6px;
  font-size: 16px;
  color: #d4af37;

}

/* Links */
.footer-GR a {
  color: #eee;
  text-decoration: none;
  font-size: 14px;
}

.footer-GR a:hover {
  text-decoration: underline;
}

/* Lista */
.footer-GR .footer-list {
  list-style: none;
}

.footer-GR .footer-list li {
  margin-bottom: 4px;
}

/* Social */
.footer-GR .social-midia a {
  font-size: 22px;
  margin-right: 8px;
}

/* Linha final */
.footer-GR .final-site {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 8px;      /* reduz o espaço vazio */
  padding-top: 6px;    /* linha mais próxima do conteúdo */
  border-top: 1px solid rgba(212,175,55,0.4);
  font-size: 12px;
  color: #aaa;

}
.nome-footer{
  color: #c9a24d;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-GR {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
  }

  .footer-GR .social-midia {
    justify-content: center;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}





/* BOTÃO HAMBÚRGUER */
.menu-btn {
  width: 36px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-btn span {
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  transition: 0.3s ease;
}

/* animação quando abrir */
.menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}

.menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px);
}


/* OVERLAY (fundo escuro) */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9;
    pointer-events: none;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* MENU */
.menu-joias {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  max-width: 320px;
  height: 100vh;

  background: linear-gradient(135deg, #f3efe9, #e6dfd4);

  padding: 20px 20px 30px; /* 🔥 reduz o topo */
  display: flex;
  flex-direction: column;
  gap: 16px;

  transition: left 0.35s ease;
  box-shadow: 5px 0 20px rgba(0,0,0,0.15);
  z-index: 9999;

  overflow-y: auto; /* 🔥 permite rolagem */
}

/* MENU ABERTO */
.menu-joias.active {
  left: 0;
}

/* LINKS */
.menu-joias a {
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #3a2f2a;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 5px;
  border-radius: 6px;
  transition: 0.25s;
  
}


/* hover */
.menu-joias a:hover {
  background: rgba(0,0,0,0.05);
  padding-left: 12px;
}

/* título da marca no menu */
.menu-joias .marca {
  margin-bottom: 30px;
  text-align: center;
}

.menu-joias .marca h1 {
  font-size: 32px;
}

.menu-joias .marca span {
  font-size: 12px;
  letter-spacing: 2px;
}
.menu-joias .marca img {
   max-width: 30%;
    max-height: 300px;
    width: auto;
    height: auto;
}


/* CAIXA MINIMAL */
.search-line {
  width: 260px; /* largura padrão desktop */
  max-width: 100%; /* nunca ultrapassa a tela */
  border-bottom: 1px solid #cfc6b8;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  transition: border-color 0.3s ease;
  background: #fff;
  border-radius: 6px;
}

/* FOCO */
.search-line:focus-within {
  border-bottom-color: #bfa36f;
  box-shadow: 0 2px 6px rgba(191, 163, 111, 0.4);
}

/* INPUT */
.search-line input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #2b2b2b;
  background: transparent;
  padding: 4px 0;
}

/* PLACEHOLDER */
.search-line input::placeholder {
  color: #a9a9a9;
  letter-spacing: 1px;
}

/* ÍCONE DENTRO DA LINHA */
.search-line .icon-line {
  width: 16px;
  height: 16px;
  stroke: #bfa36f;
  stroke-width: 2;
  fill: none;
  margin-left: 6px;
}

/* =========================
   RESPONSIVO MOBILE
========================= */
@media (max-width: 600px) {
  .search-line {
    width: 90%;          /* ocupa quase toda a tela */
    margin: 10px auto;   /* centraliza horizontalmente */
    padding: 6px 12px;   /* mais espaçamento interno */
  }

  .search-line input {
    font-size: 13px;     /* menor fonte para celular */
  }

  .search-line .icon-line {
    width: 14px;
    height: 14px;
  }
}


/* ÍCONE */
.icon-line {
  width: 16px;
  height: 16px;
  stroke: #bfa36f;
  stroke-width: 2;
  fill: none;
}
/* GRID 4 POR LINHA */
#catalogo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
    position: relative;
  z-index: 1;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  #catalogo {
    grid-template-columns: repeat(2, 1fr);
  }
  .marca img {
  height: 150px;
  margin-bottom: 500 px;
  margin: 0;
  position: relative;
  top: 80px;
  padding: 20;
}
}

/* CARD */
.card-produto {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.2s ease;
  
}

.card-produto:hover {
  transform: translateY(-5px);
}

/* IMAGEM */
.card-produto img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  height: 300px;
}

/* NOME */
.nome-produto {
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 4px;
  color: #222;
}

/* PREÇO */
.preco-produto {
  font-size: 20px;
  font-weight: bold;
  color: #5f4820;
  margin-bottom: 10px;
}

/* BOTÃO CARRINHO */

 /* =======================
   BOTÃO VER MAIS
======================= */
#btnVerMais {
  display: block;            /* ocupa espaço próprio */
  margin: 20px auto;         /* centralizado horizontalmente */
  padding: 12px 30px;        /* altura confortável */
  font-size: 16px;           /* tamanho legível */
  font-weight: 600;
  color: #fff;               /* cor do texto */
  background-color: #b48f1e; /* cor do botão (vermelho suave) */
  border: none;              
  border-radius: 8px;        /* cantos arredondados */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.btn-ver-mais {
  display: none;
  margin: 30px auto;
  padding: 12px 32px;
  border-radius: 30px;
  border: none;
  background-color: #c9a24d;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-ver-mais:hover {
  background-color: #b08d3c;
}

.btn-carrinho {
  display: block;
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
}
.btn-carrinho:active {
    background-color: #CDAA7D; /* Cor durante o clique */
}   



