/* --- Reset Global (MUITO IMPORTANTE) --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* Isso evita que o padding quebre o layout */
}

body {
    font-family: Arial, sans-serif;
    /* Define uma fonte padrão */
    background-color: #f2ede8;
    /* Cor de fundo padrão para todas as páginas */
}

.container {
    width: 90%;
    /* Ocupa 90% da largura da tela */
    max-width: 1400px;
    /* A mesma largura máxima do seu header */
    margin-left: auto;
    /* Centraliza o container na tela */
    margin-right: auto;
    /* Centraliza o container na tela */
}

/* --- Estilo Geral do Header --- */
.header {
    background-color: #4b2e2b;
    color: #f2ede8;
    padding: 20px 0;
    border-bottom: 1px solid #f2ede8;
    /* Linha de baixo (o marrom era do seu logo, troquei por cinza) */
}

/* --- O "Cérebro" do Layout: FLEXBOX --- */
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* ISSO JÁ CENTRALIZA VERTICALMENTE */
    gap: 60px;
    /* Espaço entre os 3 blocos */
}

/* --- 1. Logo --- */
.header__logo {
    flex-shrink: 0;
    /* Impede que o logo encolha se a tela ficar apertada */
}

.header__logo img {
    width: 200px;
    /* Tamanho da imagem em si */
    height: auto;
    display: block;
    object-fit: contain;
}

/* --- 2. Barra de Busca --- */
.header__search-form {
    flex-grow: 1;
    /* Faz a barra ocupar o espaço vago no meio */
    display: flex;
    position: relative;
    /* ESSENCIAL para posicionar o ícone da lupa */
}

.header__search-form input {
    width: 100%;
    padding: 18px 25px;
    /* Deixa a barra alta */
    font-size: 16px;
    border: none;
    border-radius: 30px;
    /* BEM arredondado */
    padding-right: 60px;
    /* Espaço à direita para o ícone */
}

/* Tira a borda feia que o navegador coloca ao clicar */
.header__search-form input:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.header__search-form button {
    /* Posiciona o ícone DENTRO do input */
    position: absolute;
    right: 15px;
    /* Posição da direita */
    top: 50%;
    /* Centraliza verticalmente */
    transform: translateY(-50%);
    /* Ajuste fino da centralização */

    background-color: transparent;
    /* Fundo transparente */
    border: none;
    cursor: pointer;
    font-size: 22px;
    /* Tamanho do ícone de lupa */
    color: #333;
    /* Cor do ícone (cinza escuro) */
}

/* --- 3. Ações do Usuário --- */
.header__user-actions {
    display: flex;
    gap: 50px;
    /* Espaço entre os ícones */
    flex-shrink: 0;
    /* Impede que os ícones encolham */
}

.header__user-actions a {
    color: #f2ede8;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    /* Ícone em cima, texto embaixo */
    align-items: center;
    /* Centraliza ícone e texto */
}

.header__user-actions a i {
    font-size: 28px;
    /* ÍCONES GRANDES! */
    margin-bottom: 5px;
    /* Espaço entre o ícone e o texto embaixo */

    /* Remove a regra de cor que estava "brigando" com o CSS antes */
    color: inherit;
    /* Herda a cor branca do link */
}

/* Seletor específico para o texto */
.header__user-actions a span {
    font-size: 13px;
    /* Texto pequeno e discreto */
}

/* --- Barra de Navegação de Categorias --- */
.category-nav {
    background-color: #4b2e2b;
    border-bottom: 0px solid #333;
    /* Linha de separação sutil */
    position: relative;
}

/* Usamos .category-nav .container para garantir que o container
   dentro desta nav específica se comporte como queremos */
.category-nav .container {
    /* Esta classe já deve existir no seu CSS,
       mas se não, adicione: */
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.nav-list {
    display: flex;
    justify-content: center;
    /* Centraliza os itens de menu na barra */
    list-style: none;
    /* Remove as "bolinhas" da lista */
}

/* Esconde o footer do menu mobile no desktop */
.mobile-menu-footer {
    display: none;
}

.nav-item>a {
    display: block;
    /* Faz o link ocupar todo o espaço do 'li' */
    padding: 15px 20px;
    color: #f2ede8;
    text-decoration: none;
    font-size: 15px;
    transition: background-color 0.2s;
    /* Efeito suave ao passar o mouse */
}

/* Destaca o item quando o mouse está sobre ele */
.nav-item:hover>a {
    background-color: #222;
}

/* Estilo do ícone de seta */
.nav-item>a .fa-xs {
    font-size: 0.7em;
    /* Deixa o ícone bem pequeno e sutil */
    opacity: 0.7;
    /* Deixa ele levemente transparente */
}

/* --- Estilo do Dropdown (Mega Menu) --- */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* Começa abaixo da barra */
    left: 0;
    /* Começa no canto esquerdo da barra */
    width: 100%;
    /* LARGURA TOTAL! */

    background-color: #4b2e2b;
    z-index: 100;

    /* A borda inferior que você vê na imagem de exemplo */
    border-bottom: 1px solid #333;
}

/* O "GATILHO" MÁGICO:
   Quando o mouse passar sobre o '.nav-item',
   encontre o '.dropdown-menu' dentro dele e mude o 'display' para 'block' */
.nav-item:hover .dropdown-menu {
    display: block;
}

/* --- Conteúdo e Colunas do Mega Menu (VERSÃO 2.0) --- */

.dropdown-content {
    display: flex;
    flex-direction: column;
    /* 1. Empilha os links verticalmente */
    flex-wrap: wrap;
    /* 2. Permite que "quebrem" para o lado */

    /* 3. A MÁGICA: Define a altura exata de 2 linhas */
    max-height: 75px;

    /* Define o espaço entre as colunas */
    gap: 0 40px;
    /* 0px vertical, 40px horizontal */

    /* Remove a regra que alinhava à esquerda */
    /* justify-content: center; <-- REMOVIDO */
}

/* Estilo direto do link, já que não temos mais colunas */
.dropdown-content a {
    color: #f2ede8;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    /* Não deixa o texto quebrar a linha */

    /* Define a altura de cada link/linha */
    padding: 8px 0;
}

.dropdown-content a:hover {
    text-decoration: underline;
}

.dropdown-column a:hover {
    text-decoration: underline;
    /* Efeito clássico de link */
}

/* Adicione esta nova regra ao final do seu CSS */
.dropdown-menu .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* --- Carrossel de Banners (Hero Slider) --- */
.hero-slider {
    width: 100%;
    /* Importante: Define uma altura fixa ou mínima para o banner não colapsar */
    min-height: 400px;
    position: relative;
}

.main-slider {
    width: 100%;
    height: 100%;
    /* Ocupa toda a altura da seção pai */
    overflow: hidden;
    /* ESSENCIAL: Esconde os slides que estão "na fila" */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    /* Fundo preto caso a imagem não carregue */

    /* Centraliza a imagem no slide */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ESSENCIAL: Faz a imagem cobrir o espaço sem distorcer */
}

/* --- Estilo das Setas --- */
/* Isso vai deixar as setas brancas, como no exemplo */
.hero-prev,
.hero-next {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    width: 50px !important;
    height: 50px !important;
    margin-top: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    color: #f2ede8 !important;
}

.hero-prev::after,
.hero-next::after {
    font-size: 30px !important;
    font-weight: bold;
}

.hero-prev {
    left: 20px !important;
}

.hero-next {
    right: 20px !important;
}

.hero-prev:hover,
.hero-next:hover {
    opacity: 0.7;
    transform: translateY(-50%) scale(1.1);
    transition: all 0.2s;
}

/* ======================= */
/* SEÇÃO MAIS VENDIDOS (HOME) */
/* ======================= */

.product-carousel-section {
    padding: 60px 0;
    background-color: #f2ede8;
    overflow: hidden;
    /* Evita barra de rolagem horizontal indesejada */
}

.product-carousel-section .container {
    position: relative;
    padding: 0 50px;
    /* Espaço lateral para as setas não ficarem em cima dos produtos */
}

.section-title {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    /* Negrito forte igual referência */
    text-align: center;
    margin-bottom: 40px;
}

/* O Card do Produto */
.product-carousel-section .product-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #333;
    text-align: center;
    background: #f2ede8;
    padding: 10px;
    height: 100%;
    transition: transform 0.3s ease;
}

.product-carousel-section .product-card:hover {
    transform: translateY(-5px);
    /* Leve subida ao passar o mouse */
}

/* A Caixa da Imagem (TRAVA DE TAMANHO) */
.product-carousel-section .product-image {
    width: 100%;
    height: 320px;
    /* Altura fixa: garante que todos fiquem iguais */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-carousel-section .product-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* A imagem se ajusta sem cortar e sem esticar */
}

/* Textos */
.product-carousel-section .product-name {
    font-size: 15px;
    color: #555;
    margin: 0 0 5px;
    font-weight: 500;
    line-height: 1.4;
    /* Limita o texto a 2 linhas */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}

.product-carousel-section .product-price {
    font-size: 22px;
    font-weight: 800;
    /* Preço bem grosso */
    color: #000;
    margin-bottom: 5px;
}

.product-carousel-section .product-installments {
    font-size: 13px;
    color: #888;
}

/* Setas Específicas dos Produtos Carrosséis (Bolinhas Brancas) */
.product-prev,
.product-next,
.featured-prev,
.featured-next,
.latest-prev,
.latest-next {
    width: 45px !important;
    height: 45px !important;
    background-color: #f2ede8 !important;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    /* Sombra suave */
    border: 1px solid #f0f0f0 !important;
    z-index: 20;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;

    /* Cor da seta interna */
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-prev::after,
.product-next::after,
.featured-prev::after,
.featured-next::after,
.latest-prev::after,
.latest-next::after {
    font-size: 18px !important;
    font-weight: bold;
}

/* Posicionamento nas bordas */
.product-prev,
.featured-prev,
.latest-prev {
    left: 0 !important;
}

.product-next,
.featured-next,
.latest-next {
    right: 0 !important;
}

/* Hover na seta */
.product-prev:hover,
.product-next:hover,
.featured-prev:hover,
.featured-next:hover,
.latest-prev:hover,
.latest-next:hover {
    background-color: #f9f9f9 !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15) !important;
}

/* --- Estilo do Footer --- */
.site-footer {
    /* Cor de fundo cinza claro, como no exemplo */
    background-color: #f5f5f5;
    color: #333;
    /* Texto principal escuro */
    padding-top: 60px;
    /* Espaço antes do conteúdo */
    font-size: 14px;
}

/* Container principal das 4 colunas */
.footer-main .container {
    display: grid;
    /* Define 4 colunas: a 1ª (2fr) é 2x mais larga que as outras (1fr) */
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    /* Espaço entre as colunas */
}

/* Estilo dos Títulos (H3) */
.footer-column h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
}

/* Coluna "Sobre Nós" */
.footer-about p {
    line-height: 1.6;
    /* Espaçamento entre linhas */
    color: #555;
}

/* Coluna "Informações" (Links) */
.footer-column a {
    display: block;
    /* Um link por linha */
    text-decoration: none;
    color: #555;
    margin-bottom: 12px;
    transition: color 0.2s;
}

.footer-column a:hover {
    color: #000;
    text-decoration: underline;
}

/* Coluna "Contato" */
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #555;
}

.contact-item i {
    font-size: 16px;
    /* Alinha os textos dando um espaço fixo para o ícone */
    width: 30px;
    text-align: left;
}

/* Coluna "Redes Sociais" */
.social-icons {
    display: flex;
    gap: 12px;
    /* Espaço entre os ícones */
}

.social-icons a {
    display: grid;
    place-items: center;
    /* Centraliza o ícone perfeitamente */
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #f2ede8;
    border-radius: 50%;
    /* Faz o círculo */
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.2s;
    margin-bottom: 0;
    /* Remove o margin-bottom dos links comuns */
}

.social-icons a:hover {
    background-color: #555;
    /* Cor mais clara no hover */
    text-decoration: none;
}

/* --- Barra Inferior (Copyright) --- */
.footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    /* Espaço acima da linha */
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: #777;
}

/* Garante que o container do bottom não use grid */
.footer-bottom .container {
    display: block;
}


/* --- Responsividade (IMPORTANTE) --- */
/* Para telas menores (celulares) */
@media (max-width: 768px) {

    /* Faz as 4 colunas virarem 1 coluna só */
    .footer-main .container {
        grid-template-columns: 1fr;
        /* Uma coluna */
        gap: 30px;
    }

    /* Centraliza tudo no mobile para ficar mais bonito */
    .footer-column {
        text-align: center;
    }

    .contact-item {
        justify-content: center;
    }

    .social-icons {
        justify-content: center;
    }
}

/* --- PÁGINA DE PRODUTO V2 (Layout 3 Colunas) --- */
.product-main-content {
    display: grid;
    /* Define as larguras: 
       Esq (250px) | Centro (Flexível) | Dir (350px) */
    grid-template-columns: 250px 1fr 350px;
    gap: 20px;
    align-items: start;

    /* ESPAÇAMENTO INFERIOR (Já existia) */
    margin-bottom: 0px;

    /* --- NOVO ESPAÇAMENTO SUPERIOR --- */
    margin-top: 10px;
    /* Adiciona o espaço entre o menu e o conteúdo */
    padding: 0 50px;
    background-color: #f2ede8;
}

/* --- 1. COLUNA ESQUERDA (Miniaturas e Info) --- */
.col-left-info {
    display: flex;
    gap: 20px;
}

/* Ajuste da Coluna Central para a Galeria */
.col-center-image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.main-image-frame img {
    width: 100%;
    max-width: 500px;
    /* Ajuste conforme achar melhor */
    height: auto;
    display: block;
}

/* Nova Galeria de Fotos - Layout com Miniatura Lateral */
.product-gallery {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
}

.gallery-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gallery-thumbnails .thumb-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #ddd;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.gallery-thumbnails .thumb-img:hover {
    opacity: 1;
    border-color: #4b2e2b;
    transform: scale(1.05);
}

/* Miniaturas antigas (legado) - mantido para compatibilidade */
.thumbnails-row {
    display: none;
    /* Escondido - usando novo layout */
}

.thumbnails-row img {
    width: 70px;
    /* Tamanho da miniatura */
    height: 70px;
    object-fit: cover;
    border: 1px solid #eee;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s;
    border-radius: 4px;
}

.thumbnails-row img:hover,
.thumbnails-row img.active {
    opacity: 1;
    border-color: #000;
}

/* Info Técnica (Atenção + Medidas) */
.tech-info-container {
    flex: 1;
}

.attention-box {
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.4;
}

.product-dimensions h4 {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #555;
}

.product-dimensions img {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

/* --- 3. COLUNA DIREITA (Compra) --- */
.breadcrumbs-mini {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.product-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #000;
}

.price-wrapper {
    margin-bottom: 10px;
}

.current-price {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    display: block;
}

.installments {
    font-size: 14px;
    color: #666;
}

.details-link {
    font-size: 13px;
    color: #007bff;
    text-decoration: none;
    display: block;
    margin-bottom: 25px;
}

/* Seletores */
.selector-group {
    margin-bottom: 20px;
}

.selector-group .label {
    font-size: 14px;
    margin-bottom: 8px;
}

.options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.option-btn {
    padding: 8px 15px;
    background: #f2ede8;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    min-width: 40px;
}

.option-btn:hover,
.option-btn.active {
    border-color: #000;
    background-color: #c46a39;
}

.guide-link {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    font-weight: bold;
}

/* Botões de Ação */
.buy-actions {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.qty-box {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 30px;
    /* Redondo como no exemplo */
    height: 45px;
    align-items: center;
    overflow: hidden;
    background-color: #f2ede8;
}

.qty-box button {
    border: none;
    background: none;
    width: 30px;
    font-size: 18px;
    cursor: pointer;
    background-color: #f2ede8;
}

.qty-box input {
    width: 30px;
    border: none;
    text-align: center;
    font-weight: bold;
    background-color: #f2ede8;
}

.btn-buy-black {
    flex: 1;
    background-color: #000;
    color: #f2ede8;
    border: none;
    height: 45px;
    border-radius: 30px;
    /* Redondo */
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.2s;
}

.btn-buy-black:hover {
    background-color: #333;
}

.btn-whatsapp {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #25D366;
    /* Verde Zap */
    border: none;
    color: #f2ede8;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Correção do Carrossel que estava "vazando" --- */
.similar-products-section {
    position: relative;
    /* Isso prende as setas aqui dentro */
    margin-top: 50px;
    padding: 0 40px;
    /* Espaço para as setas não colarem na borda */
}

/* --- Responsividade --- */
@media (max-width: 1024px) {
    .product-main-content {
        grid-template-columns: 1fr;
        /* Vira tudo uma coluna só no tablet/celular */
        gap: 30px;
    }

    /* No celular, reorganizamos a ordem visualmente se precisar */
    .col-left-info {
        order: 2;
        /* Informações técnicas vão para baixo */
        flex-direction: row;
        /* Miniaturas ficam horizontais */
    }

    .col-right-buy {
        order: 3;
    }
}

/* ======================= */
/* SEÇÃO DE INFOS EXTRAS (Abaixo do produto) */
/* ======================= */

.product-extra-info {
    background-color: #f2ede8;
    margin-bottom: 0px;
    border-top: none;
    /* Uma linha sutil para separar */
    padding-top: 40px;
    padding-left: 40px;
    /* <--- Adiciona a margem esquerda */
    padding-right: 20px;
    /* <--- Adiciona a margem direita (para simetria) */
}

.info-text-block {
    margin-bottom: 30px;
}

.info-text-block p {
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.info-text-block ul {
    list-style: none;
    margin-bottom: 15px;
}

.info-text-block li {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.info-text-block .note {
    font-style: italic;
    font-size: 13px;
    color: #555;
}

/* Características dos Tecidos */
.fabric-characteristics h3 {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    /* Sublinhado como no exemplo */
    margin-bottom: 15px;
    color: #000;
}

.fabric-characteristics p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #333;
}

/* Botões de Compartilhamento (Share) */
.share-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.share-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s;
    background-color: #f2ede8;
}

.share-btn:hover {
    background-color: #000;
    color: #f2ede8;
    border-color: #000;
}

/* ======================= */
/* PÁGINA DE LOGIN */
/* ======================= */

.login-page {
    padding: 60px 0 100px;
    /* Espaço generoso em cima e embaixo */
    background-color: #f2ede8;
    /* Fundo branco limpo */
}

/* Breadcrumb Centralizado */
.login-breadcrumb {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}

.login-breadcrumb a {
    color: #777;
    text-decoration: none;
}

.login-breadcrumb span {
    color: #333;
}

/* Título */
.login-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #000;
    margin-bottom: 40px;
}

/* Container do Formulário */
.login-form-container {
    max-width: 500px;
    /* Limita a largura para ficar elegante no centro */
    margin: 0 auto;
    /* Centraliza na tela */
    padding: 0 20px;
}

/* Campos do Formulário */
.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    /* Borda cinza suave */
    border-radius: 8px;
    /* Cantos arredondados */
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s;
}

.form-group input:focus {
    border-color: #000;
    /* Fica preto ao clicar */
}

/* Wrapper para o input de senha + ícone */
.password-input-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
    font-size: 18px;
}

/* Link Esqueceu a Senha */
.forgot-password {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    margin-top: 8px;
    font-weight: 600;
}

.forgot-password:hover {
    text-decoration: underline;
}

/* Botão Iniciar Sessão */
.btn-login {
    width: 100%;
    padding: 15px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    /* Bem arredondado como na referência */
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 10px;
    text-transform: uppercase;
}

.btn-login:hover {
    background-color: #333;
}

/* Link Criar Conta */
.create-account-link {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #555;
}

.create-account-link a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin-left: 5px;
}

.create-account-link a:hover {
    text-decoration: underline;
}

/* ======================= */
/* PÁGINA DE CONTATO */
/* ======================= */

.contact-page {
    padding: 60px 0 100px;
    background-color: #f2ede8;
}

.page-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}

.page-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 60px;
}

/* O Grid de 2 Colunas */
.contact-grid {
    display: grid;
    /* Coluna 1 (Form): Maior (1.5fr) | Coluna 2 (Info): Menor (1fr) */
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-form-section h2,
.contact-info-section h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    color: #000;
}

/* --- Estilos do Formulário --- */
.contact-form .form-group {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
    /* Divide o espaço igualmente */
}

.contact-form label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    /* Usa a mesma fonte do site */
    outline: none;
    transition: border-color 0.2s;
    background-color: #f9f9f9;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #000;
    background-color: #fff;
}

.btn-send {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
    text-transform: uppercase;
}

.btn-send:hover {
    background-color: #333;
}

/* --- Estilos da Coluna de Info --- */
.info-card {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    align-items: flex-start;
}

.info-card .icon {
    font-size: 24px;
    color: #000;
    margin-top: 3px;
}

.info-card h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.info-card p {
    font-size: 14px;
    color: #333;
    margin-bottom: 3px;
}

.info-card span {
    font-size: 12px;
    color: #777;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #eee;
}

/* Responsividade */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        /* Vira uma coluna só */
        gap: 40px;
    }

    .form-row {
        flex-direction: column;
        /* Inputs lado a lado viram pilha */
        gap: 0;
    }
}

/* ======================= */
/* PÁGINA DE CATEGORIA (AJUSTADA) */
/* ======================= */

.category-page {
    padding-bottom: 80px;
    background-color: #f2ede8;
}

.category-header {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 40px;
}

.category-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* LAYOUT GERAL */
.category-layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    /* Espaço entre Sidebar e Produtos */
    align-items: start;
}

/* --- SIDEBAR --- */
.sidebar-filters {
    padding-right: 20px;
}

/* Header da Sidebar (Onde fica o Breadcrumb) */
.sidebar-header {
    height: 50px;
    /* Altura fixa para alinhar com o botão de ordenar */
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    /* Espaço até começar os filtros */
    border-bottom: 1px solid #eee;
    /* Linha sutil opcional */
}

.breadcrumbs-text {
    font-size: 14px;
    color: #555;
}

.breadcrumbs-text strong {
    color: #000;
    font-weight: 800;
    font-size: 16px;
    /* Destaque para o nome da categoria */
}

/* Área dos Filtros */
.filter-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
    display: block;
}

.filter-group {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    /* Separador leve entre grupos */
}

.filter-group h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #000;
}

.filter-option {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.filter-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-option input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
}

.filter-option input[type="checkbox"]:checked::after {
    content: '✔';
    font-size: 12px;
    color: #fff;
}

/* Preço */
.price-inputs {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.price-field span {
    font-size: 12px;
    color: #777;
    display: block;
    margin-bottom: 3px;
}

.price-field input {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
}

.price-arrow {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
}


/* --- CONTEÚDO PRINCIPAL --- */

/* Barra de Ordenação (Direita) */
.category-toolbar {
    display: flex;
    justify-content: flex-end;
    /* Joga tudo para a direita */
    align-items: center;
    height: 50px;
    /* Mesma altura do header da sidebar */
    margin-bottom: 30px;
    /* Mesma margem da sidebar */
    border-bottom: 1px solid #eee;
    /* Linha de alinhamento */
}

/* Botão de Filtro (Aumentado) */
.filter-box {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    /* Aumentei o padding */
    border-radius: 6px;
    height: 45px;
    /* Altura maior */
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.2s;
}

.filter-box:hover {
    border-color: #000;
}

.filter-box select {
    border: none;
    font-size: 15px;
    /* Fonte maior */
    font-weight: 600;
    color: #000;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.sort-icon {
    font-size: 18px;
    color: #333;
}


/* GRID DE PRODUTOS */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 30px;
}

/* Card */
.products-grid .product-card {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
}

.products-grid .product-image {
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #e8e2dc;
    border-radius: 8px;
}

.products-grid .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.products-grid .product-card:hover .product-image img {
    transform: scale(1.05);
}

.products-grid .product-name {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
    line-height: 1.4;
    height: 40px;
    /* Altura fixa para alinhar */
    overflow: hidden;
}

.products-grid .product-price {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

/* Mobile */
@media (max-width: 900px) {
    .category-layout {
        grid-template-columns: 1fr;
    }

    .sidebar-filters {
        display: none;
    }
}

/* ==================== STATIC PAGES STYLES ==================== */
.static-page {
    background-color: #f2ede8;
    padding: 60px 0;
    min-height: 70vh;
}

.static-page .container {
    max-width: 900px;
    background-color: white;
    padding: 40px 60px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.static-page h1 {
    color: #4b2e2b;
    font-size: 2.5rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #4b2e2b;
}

.static-page section {
    margin-bottom: 35px;
}

.static-page h2 {
    color: #4b2e2b;
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-top: 10px;
}

.static-page p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.static-page ul {
    margin-left: 25px;
    margin-bottom: 15px;
}

.static-page li {
    color: #333;
    line-height: 1.8;
    margin-bottom: 8px;
}

.static-page strong {
    color: #4b2e2b;
    font-weight: 600;
}

.static-page .contact-cta {
    background-color: #f8f6f4;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    margin-top: 40px;
}

.static-page .contact-cta a {
    color: #4b2e2b;
    font-weight: 600;
    text-decoration: underline;
}

.static-page .contact-cta a:hover {
    color: #2a1a18;
}

.static-page .last-updated {
    color: #999;
    font-size: 0.9rem;
    margin-top: 40px;
    text-align: center;
}

/* Dropdown Horizontal (para menus com poucos itens) */
.dropdown-content-horizontal {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 40px;
    justify-content: center;
}

.dropdown-content-horizontal a {
    white-space: nowrap;
}

/* ==================== PAGINAÇÃO LARAVEL ==================== */
/* Estilos para a paginação padrão do Laravel (Tailwind) */
nav[role="navigation"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

nav[role="navigation"] .hidden {
    display: none !important;
}

/* Container dos botões de paginação */
nav[role="navigation"]>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* Links de paginação */
nav[role="navigation"] a,
nav[role="navigation"] span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    font-size: 14px;
    color: #4b2e2b;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    transition: all 0.2s;
}

nav[role="navigation"] a:hover {
    background: #4b2e2b;
    color: white;
    border-color: #4b2e2b;
}

/* Página atual ativa */
nav[role="navigation"] span[aria-current="page"] {
    background: #4b2e2b;
    color: white;
    border-color: #4b2e2b;
}

/* Links desabilitados */
nav[role="navigation"] span[aria-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* SVGs dentro da paginação - CORRIGE O PROBLEMA DAS SETAS GIGANTES */
nav[role="navigation"] svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    fill: currentColor;
}

/* Texto informativo da paginação */
nav[role="navigation"] p {
    font-size: 14px;
    color: #666;
    margin: 0;
    text-align: center;
}

/* ==================== PAGINAÇÃO CUSTOMIZADA COM ÍCONES ==================== */
.pagination-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.pagination-info {
    font-size: 14px;
    color: #666;
}

.pagination-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #4b2e2b;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 14px;
}

.pagination-arrow:hover {
    background: #4b2e2b;
    color: white;
    border-color: #4b2e2b;
}

.pagination-arrow.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #4b2e2b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.pagination-number:hover {
    background: #4b2e2b;
    color: white;
    border-color: #4b2e2b;
}

.pagination-number.active {
    background: #4b2e2b;
    color: white;
    border-color: #4b2e2b;
}

.pagination-dots {
    color: #999;
    padding: 0 5px;
}