:root{
  --rosa:#f4b6c2;
  --rosa-claro:#fde9ee;
  --preto:#111;
}

body{
  margin:0;
  font-family:Arial, sans-serif;
  color:var(--preto);
}

.header{
  display:flex;
  justify-content:space-between;
  padding:20px;
}

nav a{
  margin-left:15px;
  text-decoration:none;
  color:var(--preto);
}

.stock-tag {
    text-transform: capitalize; /* Deixa a primeira letra sempre maiúscula */
}
.hero{
  text-align:center;
  padding:100px 20px;
  background:linear-gradient(var(--rosa-claro),#fff);
}

/* Quando o dia tem vagas abertas na ELIYA */
.day-btn.day-open {
    background-color: #28a745 !important; /* Verde Sucesso */
    color: white !important;
    font-weight: bold;
    border: none;
}

/* Opcional: Um verde mais claro ao passar o rato */
.day-btn.day-open:hover {
    background-color: #218838 !important;
}

.logo-central{
  height: 55px;
  width: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Sombra leve */
  transition: transform 0.3s ease;

}

.section{
  padding:80px 20px;
  max-width:1000px;
  margin:auto;
}

.section.light{
  background:var(--rosa-claro);
}


#eliya-info-slider {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    animation: slideIn 0.8s ease-out;
}

@keyframes slideIn {
    from { transform: translateY(10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
/* No seu global.css, garanta que a classe .btn tenha este comportamento */
.btn {
    display: inline-block; /* Para aceitar padding corretamente */
    background: var(--rosa);
    padding: 14px 30px;
    border-radius: 30px;
    border: none;
    text-decoration: none;
    color: #fff !important; /* Texto branco para destacar no rosa */
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    background: #c97b8a; /* Escurece um pouco ao passar o mouse */
    transform: translateY(-2px);
}

/* No teu arquivo CSS */
.produtos-grid, .galeria-produtos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 20px 0;
}

.produto-card{
  background:#fff;
  border-radius:16px;
  padding:20px;
  text-align:center;
}

.produto-card img{
  width:100%;
  border-radius:14px;
}

.preco-card{
  background:#fff;
  padding:15px;
  margin-bottom:15px;
  border-radius:12px;
}

footer{
  text-align:center;
  padding:40px;
}

.whatsapp-float {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #f4a7b9; /* rosa elegante, combina com o site */
  color: #fff;
  font-size: 20px;     /* tamanho do ícone */
  width: 48px;         /* largura do botão */
  height: 48px;        /* altura do botão */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  z-index: 1000;
}


/* Estilo específico para o logo do HERO */
.logo-hero {
    height: 250px; /* Define aqui o tamanho grande que desejas */
    width: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    display: block;
    margin: 0 auto; /* Garante que está centrado */
}

.logo-hero:hover {
    transform: scale(1.03);
}

/* Mantemos a regra antiga apenas para o Header ou outros locais */
.logo-img {
    height: 55px; /* O logo do topo continuará pequeno e elegante */
    width: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.05); /* Efeito de aumentar ao passar o rato */
}
#produtos {
  background: #fde9ee; /* mesmo rosa suave da tabela */
  padding: 60px 20px;
}

#produtos h3 {
  text-align: center;
  margin-bottom: 30px;
}

#produtos p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

#produtos .produto-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 25px;
  margin: 0 auto 25px;
  max-width: 500px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

#produtos .produto-card h4 {
  margin-top: 0;
  color: #c97b8a; /* rosa elegante */
}

#produtos .produto-card p {
  text-align: left;
  margin: 0;
}/* ===== BOTÃO WHATSAPP – ELIYA ===== */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #f3b5c6, #d98ca4);
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(217, 140, 164, 0.4);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 15px 35px rgba(217, 140, 164, 0.6);
}.logo-container{
  display:flex;
  justify-content:center;
  margin-bottom:30px;
}


.produto-card{
  background:#fff;
  border-radius:20px;
  padding:20px;
  text-align:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.produto-card img{
  width:100%;
  max-height:160px;
  object-fit:contain;
  margin-bottom:15px;
}

.produto-card h4{
  color:var(--rosa);
  margin-bottom:10px;
}.calendario-box {
  background: #fde9ee;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  max-width: 400px;
  margin: 20px auto;
}

.calendario-box input[type="date"] {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e5a9bb;
  font-size: 16px;
}

.nota-calendario {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
}.agenda-info {
  max-width: 420px;
  margin: 0 auto 30px auto;
  padding: 25px 20px;
  background: #fde9ee;
  border-radius: 18px;
  text-align: center;
}

.agenda-info h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.agenda-titulo {
  font-weight: 600;
  margin-bottom: 10px;
  color: #444;
}

.agenda-info p {
  margin: 6px 0;
  font-size: 15px;
}

/* Estilos para o Modal */
.modal {
    display: none; 
    position: fixed;
    z-index: 2000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    text-align: center;
}
/* Estilo para o contentor do campo de senha */
.password-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.password-wrapper input {
    margin: 10px 0; /* Garante o mesmo espaçamento dos outros */
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
}

/* Esconde o ícone de olho nativo do Microsoft Edge */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/* Esconde o ícone de olho nativo do Chrome/Safari (em algumas versões) */
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

/* Garante que o teu ícone personalizado tenha prioridade */
.password-wrapper .toggle-password {
    z-index: 2; 
    background-color: white; /* Dá um fundo sólido para não traspassar nada por trás */
    padding-left: 5px;
}


/* Ajuste do Card para ser mais compacto */
.service-manage-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Empurra os botões sempre para o fundo */
    height: 100%; 
}

/* Container que mantém a proporção, não importa o tamanho da tela */
.service-img-container {
    width: 100%;
    aspect-ratio: 4 / 3; /* Define que a largura é sempre maior que a altura */
    background-color: #f8f8f8; /* Cor de fundo para as sobras laterais */
    overflow: hidden;
    display: flex;
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
}

.service-img-container img {
    width: 100%;
    height: 100%;
    /* Escolha uma destas duas opções abaixo: */
    
    /* OPÇÃO 1: Se queres ver a imagem TODA sem cortes (pode deixar bordas nas laterais) */
    object-fit: contain; 
    
    /* OPÇÃO 2: Se queres que preencha, mas focando no topo (bom para fotos de pessoas/cabelo) */
    /* object-fit: cover; 
       object-position: top; */
}

/* Ajuste de Espaçamento dos Textos */
.service-info {
    padding: 10px 15px;
    flex-grow: 1; /* Faz o texto ocupar o espaço central */
}

.service-info h4 {
    margin: 0; 
    font-size: 1.1rem;
    line-height: 1.2;
}

.service-price {
    margin: 4px 0; /* Espaço mínimo */
    color: var(--rosa);
    font-weight: bold;
    font-size: 0.95rem;
}

.service-desc {
    margin: 0;
    font-size: 0.85rem;
    color: #666;
    /* Limita a 2 linhas para não empurrar os botões */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-actions {
    padding: 10px 15px;
    display: flex;
    gap: 8px;
    border-top: 1px solid #eee;
}


/* Ícone Flutuante Central */
#cart-icon-float {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--rosa);
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 2500;
    font-size: 20px;
}

/* Painel do Carrinho (Drawer) */
.cart-drawer {
    position: fixed;
    bottom: -100%; /* Começa escondido em baixo */
    left: 0;
    width: 100%;
    height: 85vh;
    background: white;
    z-index: 4000;
    transition: bottom 0.4s ease;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}

.cart-drawer.active { bottom: 0; }

.cart-header { padding: 20px; border-bottom: 1px solid #eee; text-align: center; position: relative; }
.close-cart { position: absolute; left: 20px; font-size: 24px; cursor: pointer; color: #888; }

.cart-items { flex: 1; overflow-y: auto; padding: 20px; }
.cart-item { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; border-bottom: 1px solid #f9f9f9; padding-bottom: 10px; }
.cart-item img { width: 50px; border-radius: 8px; }

.cart-footer { padding: 20px; background: #f9f9f9; border-radius: 30px 30px 0 0; }
.total-row { display: flex; justify-content: space-between; font-weight: bold; font-size: 18px; margin-bottom: 15px; }

.checkout-fields label { display: block; font-size: 12px; margin-top: 10px; color: #666; }
.checkout-fields select, .checkout-fields textarea { 
    width: 100%; padding: 10px; margin-top: 5px; border-radius: 10px; border: 1px solid #ddd; 
}

.btn-finalizar { width: 100%; background: var(--rosa); color: white; border: none; padding: 15px; border-radius: 12px; font-weight: bold; cursor: pointer; margin-top: 15px; }


/* Estilos para o Drawer de Edição no Perfil */
.cart-drawer {
    position: fixed;
    bottom: -100%; /* Escondido */
    left: 0;
    width: 100%;
    height: 70vh;
    background: white;
    z-index: 5000;
    transition: bottom 0.4s ease-in-out;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}

/* Esta é a classe que o JS ativa/desativa */
.cart-drawer.active {
    bottom: 0 !important;
}

.cart-header { padding: 20px; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; }
.close-cart { font-size: 24px; cursor: pointer; color: #888; }
.checkout-fields label { display: block; margin-top: 15px; font-weight: bold; font-size: 14px; }
.checkout-fields input { width: 100%; padding: 12px; margin-top: 5px; border-radius: 10px; border: 1px solid #ddd; }
.btn-finalizar { width: 100%; background: var(--rosa); color: white; border: none; padding: 15px; border-radius: 12px; font-weight: bold; cursor: pointer; margin-top: 20px; }