/* =========================
   AJUSTES GERAIS
========================= */

body:not(.pagina-home) .element-tags-vitrine {
    display: none !important;
}

.header-box-content {
    margin-top: 30px;
    margin-bottom: 20px;
}

#footer-main .element-certificates .certificates-list .certificates-item a {
    display: none !important;
}

/* =========================
   MENU PRINCIPAL
========================= */

#nav-main .element-menu-main #menu-main .menu-main-list > li > a {
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 14px 16px;
    transition: all 0.3s ease;
}

#nav-main .element-menu-main #menu-main .menu-main-list > li > a:hover {
    color: #08691a !important;
}

/* =========================
   TÍTULOS DAS VITRINES
========================= */

.pagina-home .header-box-content {
    background: linear-gradient(135deg, #08691a 0%, #0b7f20 100%) !important;
    padding: 28px 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 35px;
    margin-bottom: 25px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.pagina-home .title-secundary {
    font-size: 30px !important;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

/* =========================
   PRODUTOS
========================= */

.pagina-home .product,
.pagina-home .product-item,
.pagina-home .box-product {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pagina-home .product:hover,
.pagina-home .product-item:hover,
.pagina-home .box-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.pagina-home .product-image img,
.pagina-home .image img {
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.pagina-home .product:hover .product-image img,
.pagina-home .product-item:hover .image img {
    transform: scale(1.03);
}

.pagina-home .product-name,
.pagina-home .name-product,
.pagina-home .product-title {
    font-weight: 600;
    color: #222 !important;
    line-height: 1.4;
}

.pagina-home .product-price,
.pagina-home .price-product,
.pagina-home .price-box {
    font-weight: 700;
    color: #08691a !important;
}

/* =========================
   BOTÕES
========================= */

button,
.btn,
input[type="submit"],
a.botao,
a.btn {
    border-radius: 8px !important;
    transition: all 0.3s ease;
    font-weight: 600;
}

button:hover,
.btn:hover,
input[type="submit"]:hover,
a.botao:hover,
a.btn:hover {
    transform: translateY(-1px);
}

/* =========================
   RODAPÉ
========================= */

#footer-main {
    margin-top: 40px;
}

#footer-main .title-footer,
#footer-main h3,
#footer-main h4 {
    font-weight: 700;
    color: #222;
}

#footer-main a {
    transition: all 0.3s ease;
}

#footer-main a:hover {
    color: #08691a !important;
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 768px) {
    .pagina-home .header-box-content {
        padding: 22px 15px;
        border-radius: 8px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .pagina-home .title-secundary {
        font-size: 22px !important;
        line-height: 1.3;
    }

    #nav-main .element-menu-main #menu-main .menu-main-list > li > a {
        font-size: 14px !important;
        padding: 10px 12px;
    }
}