* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
:root {
  /* Paleta masculina: navy + grafite + teal + dourado */
  --primary-color: #0EA5A6;
  /* teal */
  --primary-strong: #0B8C8D;
  --secondary-color: #0F172A;
  /* navy profundo */
  --accent-color: #C5A049;
  /* dourado sutil para detalhes */
  --text-color: #111827;
  /* grafite */
  --light: #F5F7FB;
  /* fundo claro frio */
  --light-2: #E5E7EB;
  --border-color: #E5E7EB;
  --success-color: #16a34a;
  --error-color: #EF4444;
}


body {
  font-family: 'Inter', sans-serif;
  background: var(--light);
  color: var(--text-color);
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: 'Montserrat', sans-serif
}

.logo-whatsapp {

  position: relative;
  width: 40px;
  right: 5px;
  bottom: 2px;
  cursor: pointer;

}

.whatsapp-btn {

  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 10px 10px;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: pulse 1.1s infinite;
  transition: transform 0.3s ease;
}

/* Efeito ao passar o mouse */
.whatsapp-btn:hover {

  transform: scale(1.1);
}

/* Animação de pulsar */
@keyframes pulse {

  0% {
    box-shadow: 0 0 0 0, 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.btn-animate a :hover {

  animation: pulse 0.1s infinite;


}

.facebook {
  background: #1877f2;
}

.tiktok {
  background: #000000;
}

.instagram {
  background: #d13a55;
}


.social-panel {
  color: white;
  background: #cac7a0;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 15px;
}

.social-panel a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: transform 0.2s ease, opacity 0.2s ease;


}

.social-panel a:hover {
  transform: scale(1.1);
  opacity: 0.85;
}



/* Header & Search */
header {
  background: #ffff;
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 990;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.logo {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--accent-color);
}


.search-container {

  max-width: 500px;
  display: flex;
  align-items: center;
  background: #f1f5f9;
  padding: .2rem 1rem;
  border-radius: 5px;
  margin: 0 1.7rem;
}



.search-input {
  color: var(--text-color);
  background: transparent;
  width: 100%;
  height: 50px;
  outline: none;
  padding: .3rem .5rem;
  font-size: 1rem;
  border: none;
}

.cart-icon {
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--accent-color);
  color: #ffff;
  font-size: 0.8rem;
  padding: 3px 7px;
  border-radius: 50%;
}


/* Hero */


hero-tag {
  cursor: pointer;
}

.hero-section {
  background:
    radial-gradient(900px 320px at -10% -20%, rgba(255, 255, 255, .18), transparent 60%),
    radial-gradient(900px 320px at 110% 120%, rgba(255, 255, 255, .12), transparent 60%),
    linear-gradient(160deg, #928761 0%, #928961 70%);
  color: #fff;
  text-align: center;
  padding: 3.2rem 1rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.hero-content {
  max-width: 900px;
  margin: 0 auto
}

.hero-tag {
  display: inline-block;
  background: #ffffff1a;
  border: 1px solid #ffffff33;
  color: #fff;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: .8rem;
  letter-spacing: .4px;
  margin-bottom: .7rem
}

.hero-section h2 {
  font-size: 2.3rem;
  margin: .25rem 0 .35rem;
  font-weight: 800;
  letter-spacing: .3px
}

.hero-section p {
  opacity: .92
}

/* Categorias */


.categories-container {
  background: var(--accent-color);
  width: 100%;
  overflow: hidden;
  /* Garante que nada saia da tela principal */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.categories-bar {
  display: flex;
  padding: 12px 15px;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;

  /* Ativa a rolagem horizontal suave */
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* Melhora o deslize no iPhone */
}

/* Esconde a barra de rolagem para um visual mais limpo (opcional) */
.categories-bar::-webkit-scrollbar {
  display: none;
}


.category-btn {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: transparent;
  border: 1px solid rgba(206, 212, 114, 0.712);
  color: #ffff;
  padding: 5px 20px;
  border-radius: 80px;
  cursor: pointer;
  white-space: nowrap;
  /* IMPRESCINDÍVEL: Impede o texto de quebrar linha */
  font-size: 1rem;
  font-weight: 51px;
  transition: 0.3s;

}

.category-btn i {
  font-size: 0.8rem;
}

.category-btn.active {
  background: var(--text-color);
  border-color: var(--secondary-color);
  box-shadow: 0 6px 18px rgba(166, 131, 14, 0.25);
  ;
}

/* Vitrine */
.products {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.products-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.product-card {
  background: #ffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.product-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-images-nav {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: -55px;
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
}

.thumb-img {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  border: 2px solid #fff;
  cursor: pointer;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.thumb-img.active {
  border-color: var(--primary-color);
  transform: scale(1.1);
}

.product-info {
  padding: 1.5rem;
  text-align: center;
}


.product-price {
  color: var(--primary-color);
  font-weight: 800;
  font-size: 1.6rem;
  margin: 12px 0;
  font-family: 'Montserrat', sans-serif;
}

.size-selector {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 15px;
}

.size-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
}

.size-btn.selected {
  background: var(--secondary-color);
  color: #fff;
}

.size-btn.size-error {
  border-color: var(--error-color);
  animation: shake 0.4s;
}

.product-button {
  width: 100%;
  background: var(--secondary-color);
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
}

.product-description {
 font-family: 'Montserrat', sans-serif;
  background: var(--accent-color);
  width: 300px;
  height: 35px;
  border-radius: 10px;
  padding: 7px;
  font-size: 18px;
  cursor: pointer;
 
}

.product-description-btn {
  background: var(--accent-color);
  color: #fff;
}



/* --- CARRINHO REESTILIZADO (MUITO RESPIRO) --- */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: translateX(100%);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}

.cart-sidebar.show {
  transform: translateX(0);
}

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.cart-overlay.show {
  display: block;
}

.cart-header {
  padding: 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}

.close-cart-btn {
  background: #f1f5f9;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  transition: 0.3s;
}

.close-cart-btn:hover {
  background: var(--error-color);
  color: #fff;
  transform: rotate(90deg);
}

.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 25px !important;
}

/* Padding forçado */
.cart-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8fafc;
  border-radius: 15px;
  border: 1px solid #f1f5f9;
  align-items: center;
}

.cart-item img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 10px;
}

.cart-footer {
  padding: 30px 25px;
  background: #fff;
  border-top: 2px solid #f1f5f9;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  font-size: 1.4rem;
  margin: 20px 0;
  color: var(--acent);
}

/* Alerta Customizado */
.custom-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: #ffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 90%;
  max-width: 320px;
}

.custom-alert.show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.custom-alert i {
  font-size: 3.5rem;
  color: var(--error-color);
  margin-bottom: 15px;
  display: block;
}

.custom-alert button {
  background: var(--secondary-color);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
}

/* Forms Checkout */
.options-toggle {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  background: #f1f5f9;
  padding: 5px;
  border-radius: 12px;
}

.delivery-btn {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  color: #64748b;
}

.delivery-btn.active {
  background: var(--secondary-color);
  color: #fff;
}

.form-group {
  margin-bottom: 15px;
  text-align: left;
}

.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  outline: none;
}

.finish-order-btn {
  width: 100%;
  height: 55px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }
}

@keyframes bump {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }
}

.bump {
  animation: bump 0.3s ease-out;
}

/* --- FOOTER PRETO PREMIUM --- */
.main-footer {
  background: #0B1220;
  /* Navy muito escuro, quase preto */
  color: #f8fafc;
  padding: 60px 0 20px;
  margin-top: 50px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  padding: 0 20px;
}

.contato-info{
display: flex;
flex-direction: column;
align-items: center;
}

.footer-col{
display: flex;
flex-direction: column;
align-items: center;
}




.footer-col h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-logo i {
  font-size: 1.5rem;
  color: var(--primary-color);
}

.footer-col p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #94a3b8;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

/* Redes Sociais */
.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}

.social-links a:hover {
  background: var(--primary-color);
  transform: translateY(-3px);
}

/* Pagamentos */
.payment-methods {
  display: flex;
  gap: 15px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #fff;
  opacity: 0.8;
}

.safe-buy {
  font-size: 0.8rem !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Direitos Reservados */
.footer-bottom {
  text-align: center;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
  color: #64748b;
}

/* Responsividade header */
  @media (max-width: 680px){

header{display:block;}
.categories-container{display:none;}
.social-panel{display:flex;
justify-content:center;}
}
  

/* Responsividade do Footer */
@media (max-width: 780px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .footer-container,.contato-info{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo,
  .social-links,
  .payment-methods,
  .safe-buy
   {
    justify-content: center;
  }
  
}


