body {
    background-color: #111;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

/* NAVBAR */
header {
    background: #0d0d0d;
    border-bottom: 1px solid #222;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-left: 15px;
}
.nav-link:hover {
    color: #ff0066 !important;
}

/* PRODUCT CARD */
.product-card {
    background-color: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}
.product-card:hover {
    transform: scale(1.05);
}

/* WHATSAPP FLOAT BUTTON */
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
#whatsapp-button img {
    width: 60px;
    transition: 0.2s;
}
#whatsapp-button img:hover {
    transform: scale(1.1);
}

/* CLOSE BUTTON (X) */
.close-section {
    cursor: pointer;
    color: #ff5555;
    font-size: 26px;
    font-weight: bold;
    transition: 0.2s;
}
.close-section:hover {
    color: #ff2222;
}

/* MOBILE VERSION */
@media(max-width: 768px) {

    header img {
        width: 120px;
    }

    .product-card {
        padding: 15px;
    }

    h1, h2 {
        text-align: center;
    }

    .nav-link {
        margin-left: 0;
        display: block;
        padding: 5px 0;
        text-align: center;
    }
}


/* Aumenta botões do Lightbox */
.lb-close, 
.lb-prev, 
.lb-next {
    filter: brightness(0) invert(1); /* deixa brancos */
    opacity: 0.9 !important;
    width: 60px !important;
    height: 60px !important;
}

/* Aumenta área clicável */
.lb-prev:hover, 
.lb-next:hover, 
.lb-close:hover {
    opacity: 1 !important;
    transform: scale(1.1);
}

/* Trocar o X por um mais forte */
.lb-close {
    background-size: 80% !important;
}




.product-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

/* Área fixa da imagem */
.product-card img {
    width: 100%;
    height: 180px;        /* <<< altura padrão */
    object-fit: contain; /* mantém proporção */
    margin-bottom: 10px;
}




.navbar .nav-link {
    font-weight: 500;
    color: #000;
}

.navbar .nav-link:hover {
    color: #000;
    text-decoration: underline;
}

/***** PRODUTOS ******/

/* HERO PRODUTOS */
.product-hero {
    background: linear-gradient(135deg, #111, #333);
    min-height: 300px;
    padding: 80px 15px;
}

/* Títulos das categorias */
h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
}

h3::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #000;
    display: block;
    margin: 10px auto 0;
}

/* Imagens do catálogo */
section img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}


/* Wrapper da imagem do catálogo */
.catalog-img {
    width: 100%;
    height: 160px;          /* ALTURA PADRÃO */
    object-fit: contain;    /* mantém proporção */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalog-img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

@media (max-width: 576px) {
    .catalog-img {
        height: 130px;
        padding: 4px;
    }
}




/* CATALOGO  */ 

/* Base dos botões */
.df-ui-btn {
    position: relative;
    font-size: 0 !important; /* esconde texto/ícone quebrado */
}

/* Ícone padrão */
.df-ui-btn::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #fff;
}

/* 1️⃣ Página anterior */
.df-ui-prev::before {
    content: "\f060"; /* fa-arrow-left */
}

/* 2️⃣ Paginação (texto visível) */
.df-ui-page {
    font-size: 14px !important;
    color: #fff;
}

/* 3️⃣ Próxima página */
.df-ui-next::before {
    content: "\f061"; /* fa-arrow-right */
}

/* 4️⃣ Toggle Thumbnails (cobre todas as variações) */
.df-ui-thumb::before,
.df-ui-thumbnails::before,
.df-ui-thumbnail::before {
    content: "\f03a"; /* fa-th-large */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* 9️⃣ Download (cobre todas as variações) */
.df-ui-download::before,
.df-ui-download-btn::before,
.df-ui-save::before {
    content: "\f019"; /* fa-download */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}


/* 5️⃣ Zoom in */
.df-ui-zoomin::before {
    content: "\f00e"; /* fa-search-plus */
}

/* 6️⃣ Zoom out */
.df-ui-zoomout::before {
    content: "\f010"; /* fa-search-minus */
}

/* 7️⃣ Fullscreen */
.df-ui-fullscreen::before {
    content: "\f065"; /* fa-expand */
}

/* 8️⃣ Share */
.df-ui-share::before {
    content: "\f1e0"; /* fa-share-alt */
}

/* 9️⃣ Download (cobre todas as variações) */
.df-ui-download::before,
.df-ui-download-btn::before,
.df-ui-save::before {
    content: "\f019"; /* fa-download */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
