.body-public{
    height: 100vh;
}
.navbar-public{
    z-index: 1029; 
    background-color: var(--navbar-background);
}
.navbar-public img{
    max-width: 160px;
    height: auto; 
}
.navbar-public .navbar-nav.lg{
    flex-direction: row;
}
.navbar-public .navbar-nav.lg li a{
    font-weight: normal;
    font-size: 15px;
    color: var(--navbar-list-group-item-color); 
}
.navbar-public .navbar-nav.lg{
    display: flex;
}
.navbar-public .navbar-nav.lg li{
    padding-left: 20px;
}
.navbar-public .navbar-nav.lg li a:hover{
    color: var(--navbar-list-group-item-hover-color);
    transition: 0.5s;
}
.navbar-public .navbar-nav.lg li a i{
    width: 25px;
}

.navbar-public .navbar-nav.md{
    flex-direction: row;
    display: none;
}
.navbar-public .navbar-nav.md li{
    padding-left: 7px;
}
.navbar-public .navbar-nav.md button i{
    width: 20px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.public-sidebar-left{
    z-index: 1031;
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px; 
    height: 100vh;
    background-color: var(--sidebar-background);
    transition: 0.5s;
}
.public-sidebar-left .top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 140px;
    text-align: center;
    border-bottom: 1px solid var(--sidebar-border-color);
} 
.public-sidebar-left .top a img{
    max-width: 220px;
    height: auto;
}  
.public-sidebar-left .content .list-group-item{
    background-color: var(--sidebar-list-group-background);
    color: var(--sidebar-text-color);
    font-weight: normal;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid var(--sidebar-border-color);
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.public-sidebar-left .content .list-group-item:hover{
    background-color: var(--sidebar-list-group-hover-background);
    color: var(--sidebar-text-hover-color);
    transition: 0.5s;
}

.public-sidebar-left .content .list-group-item i{
    width: 25px;
}
.public-sidebar-left.active{
    left: 0px;
}
.public-page-opacity.active{
    z-index: 1030;
    position: fixed;
    top: 0;
    right: 0;
    left:0;
    width: 100%;
    height: 100vh;
    background-color: var(--page-opacity-background);
    opacity: 0.5;

} 
.public-page-content{
    padding-top: 90px;
}

.site-pagina{
    word-wrap: break-word;
}
.site-pagina img{
    display: block !important;
    max-width: 100% !important;
}
.public-footer .nav .nav-item a{
    color: var(--footer-nav-item-color)!important
}
.public-footer .nav .nav-item a:hover{
    color: var(--footer-nav-item-hover-color)!important
}
.public-footer .site-copyright{
    color: var(--footer-copyright-color);
}

/* PRODUTO PAGE */
.produto-page .produto-titulo{
    font-size: 28px;
    font-weight: 600;
    
}
.produto-page .produto-preco{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.produto-page .produto-descricao{
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.produto-page .produto-estoque{
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.produto-page .carousel-inner{
    border-radius: 10px;
}
.produto-page .produto-image{
    border-radius: 10px;
}

.produtos-home-carousel .card .card-title,
.produto-box .card .card-title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: initial;
    height: 40px;
    width: 100%;
}
.produto-box{
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    width: 100%;
}
.produto-list-image{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.container-buscar-two{
    display: none;
} 
.categorias-carousel .list-group-item{
    background-color: var(--categorias-carousel-background);
    font-weight: 600;
    border-color: var(--categorias-carousel-border);
    border-radius: 5px;
    text-align: center;
}

@media screen and (max-width: 1200px){
    .produto-box .produto-item .card-title  {
        text-overflow: hidden;
        overflow: hidden;
        white-space: initial;
        height: 50px;
        width: 100%;
        font-size: 14px;
    }
}   

@media screen and (max-width: 991px){
    .container-buscar-two{
        display: block;
    }
    .navbar-public .navbar-nav.lg{
        display: none !important;
    }
    .navbar-public .navbar-nav.md{
        display: flex;
    }
    .produto-box{
        grid-template-columns: repeat(3, 1fr);
    }
    .produtos-home-carousel .card .card-title{
        text-overflow: hidden;
        overflow: hidden;
        white-space: initial;
        height: 50px;
        width: 100%;
        font-size: 14px;
    }
    
}

@media screen and (max-width: 567px){
    .produto-box{
        grid-template-columns: repeat(2, 1fr);
    }
    
}

/* DFG-like marketplace layout */
:root{--dfg-green:#06ab85;--dfg-dark:#0f1b2d;--dfg-orange:#ff7a00;--dfg-soft:#f5f7fb;--dfg-border:#e6e8ee;}
.body-public{background:#f7f8fb;color:#1d2633;}
.dfg-topbar{height:34px;background:#0f1b2d;color:#d9e5ef;font-size:13px;position:fixed;top:0;left:0;right:0;z-index:1031;}
.dfg-topbar .container{height:34px}.dfg-topbar span{margin-right:18px}.dfg-topbar a{color:#d9e5ef;text-decoration:none;margin-left:18px}.dfg-topbar a:hover{color:#fff}
.navbar-public{top:34px;background:#06ab85;box-shadow:0 4px 18px rgba(0,0,0,.08);min-height:72px}.navbar-public img{max-width:150px}.dfg-navbar-wrap{gap:22px}.dfg-brand{display:flex;align-items:center}.dfg-search-main{flex:1;max-width:560px}.dfg-search-main .input-group{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 8px rgba(0,0,0,.08)}.dfg-search-main input{height:44px;border:0}.dfg-search-main .input-group-text{background:#fff;border:0;color:#0f1b2d;font-size:18px}.navbar-public .navbar-nav.lg li{padding-left:12px}.navbar-public .navbar-nav.lg li a{color:#fff;font-weight:600}.dfg-btn-sell{background:#ff7a00!important;color:#fff!important;border-radius:8px;font-weight:700!important;padding:9px 15px!important}.dfg-main-menu{position:fixed;top:106px;left:0;right:0;z-index:1028;background:#fff;border-bottom:1px solid var(--dfg-border);box-shadow:0 5px 12px rgba(0,0,0,.04)}.dfg-main-menu .container{height:46px}.dfg-menu-links a,.dfg-main-sell{color:#1d2633;text-decoration:none;font-weight:700;margin-right:28px}.dfg-menu-links a i,.dfg-main-sell i{margin-right:7px;color:#06ab85}.dfg-main-sell{color:#06ab85}.public-page-content{padding-top:170px}.dfg-hero{padding:18px 0 8px}.dfg-carousel{border-radius:14px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.12)}.dfg-carousel img{height:330px;object-fit:cover}.dfg-safe-card{background:linear-gradient(135deg,#0f1b2d,#1d365f);color:#fff;border-radius:14px;padding:28px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 10px 24px rgba(0,0,0,.12)}.dfg-badge{background:#06ab85;color:#fff;border-radius:30px;padding:6px 12px;width:max-content;font-weight:700;font-size:13px}.dfg-safe-card h1{font-size:30px;font-weight:800;margin:18px 0 10px}.dfg-safe-card p{color:#d7e2ee}.dfg-safe-actions{display:flex;gap:10px;flex-wrap:wrap}.dfg-btn-primary{background:#06ab85;color:#fff!important;border:0;border-radius:8px;font-weight:700;padding:10px 16px}.dfg-btn-outline{background:#fff;color:#0f1b2d;border-radius:8px;font-weight:700;padding:10px 16px}.dfg-trust-row{display:flex;gap:12px;margin-top:24px}.dfg-trust-row div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:10px 14px;text-align:center}.dfg-trust-row strong{display:block;font-size:20px}.dfg-trust-row small{color:#d7e2ee}.dfg-category-strip,.dfg-marketplace-tools,.dfg-products-wrap{margin-top:24px}.dfg-section-head{display:flex;justify-content:space-between;align-items:end;margin:0 0 14px}.dfg-section-head h2{font-size:24px;font-weight:800;margin:0}.dfg-section-head p,.dfg-section-head span{margin:4px 0 0;color:#6b7280}.dfg-section-head a{color:#067a60;text-decoration:none;font-weight:700}.dfg-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.dfg-category-grid a{background:#fff;border:1px solid var(--dfg-border);border-radius:10px;padding:14px;text-decoration:none;color:#1d2633;font-weight:800;display:flex;align-items:center;gap:10px;box-shadow:0 4px 10px rgba(0,0,0,.03)}.dfg-category-grid a:hover{border-color:#06ab85;color:#06ab85}.dfg-tool-card{display:block;background:#fff;border:1px solid var(--dfg-border);border-radius:12px;padding:18px;text-decoration:none;color:#1d2633;height:100%;box-shadow:0 4px 12px rgba(0,0,0,.03)}.dfg-tool-card i{font-size:26px;color:#06ab85}.dfg-tool-card strong{display:block;margin-top:10px;font-size:18px}.dfg-tool-card span{display:block;color:#6b7280}.dfg-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.dfg-product-card{background:#fff;border:1px solid var(--dfg-border);border-radius:12px;text-decoration:none;color:#1d2633;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.04);transition:.25s}.dfg-product-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(0,0,0,.09);color:#1d2633}.dfg-product-thumb{position:relative;background:#eef1f5;height:185px}.dfg-product-thumb img{width:100%;height:100%;object-fit:cover}.dfg-product-tag{position:absolute;top:10px;left:10px;background:#0f1b2d;color:#fff;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:700}.dfg-product-body{padding:14px}.dfg-product-body h3{font-size:16px;font-weight:800;min-height:40px;margin:0 0 10px}.dfg-product-meta{font-size:13px;color:#6b7280;margin-bottom:12px}.dfg-product-bottom{display:flex;justify-content:space-between;align-items:center}.dfg-product-bottom strong{font-size:18px;color:#0f1b2d}.dfg-product-bottom span{background:#06ab85;color:#fff;border-radius:7px;padding:7px 10px;font-weight:700;font-size:13px}.dfg-how-block{background:#0f1b2d;color:#fff;margin-top:35px;padding:28px 0}.dfg-how-block div div div{background:rgba(255,255,255,.08);border-radius:12px;padding:18px;height:100%}.dfg-how-block span{background:#06ab85;border-radius:50%;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.dfg-how-block h4{margin-top:12px;font-weight:800}.dfg-how-block p{color:#d7e2ee;margin:0}.public-footer{background:#fff;border-radius:14px;padding-left:15px;padding-right:15px;box-shadow:0 4px 14px rgba(0,0,0,.04)}.dfg-page{padding-top:20px}.dfg-page-hero{background:linear-gradient(135deg,#0f1b2d,#06ab85);border-radius:14px;color:#fff;padding:32px;margin-bottom:18px}.dfg-page-hero span{background:rgba(255,255,255,.15);border-radius:30px;padding:6px 12px;font-weight:700}.dfg-page-hero h1{font-weight:800;margin:16px 0 8px}.dfg-panel,.dfg-step{background:#fff;border:1px solid var(--dfg-border);border-radius:12px;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,.04)}.dfg-step{height:100%;text-align:center}.dfg-step i{font-size:38px;color:#06ab85;margin-bottom:12px}.dfg-step h3,.dfg-panel h3{font-weight:800}.dfg-timeline div{border-left:3px solid #06ab85;padding-left:14px;margin-bottom:18px}.dfg-mobile-search{border-radius:10px;overflow:hidden;background:#fff}
@media screen and (max-width:991px){.dfg-topbar,.dfg-main-menu{display:none!important}.navbar-public{top:0}.public-page-content{padding-top:92px}.dfg-carousel img{height:210px}.dfg-product-grid{grid-template-columns:repeat(2,1fr)}.dfg-category-grid{grid-template-columns:repeat(2,1fr)}.dfg-safe-card h1{font-size:24px}.dfg-hero{padding-top:8px}}
@media screen and (max-width:567px){.dfg-product-grid{grid-template-columns:1fr}.dfg-category-grid{grid-template-columns:1fr}.dfg-product-thumb{height:210px}.dfg-section-head{align-items:flex-start;gap:8px;flex-direction:column}.dfg-trust-row{flex-direction:column}.dfg-safe-actions .btn{width:100%}}

/* HOME DFG V5 - categorias visiveis, menu lateral e cards comerciais */
.dfg-home-v5{background:#f4f5f6;padding:12px 0 0}.dfg-home-container{max-width:1400px}.dfg-home-layout{display:grid;grid-template-columns:210px 1fr;gap:14px;align-items:start}.dfg-side-cats{background:#238877;color:#fff;border-radius:0 0 2px 2px;overflow:hidden;min-height:420px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.dfg-side-title{font-weight:800;background:#0f7d6e;padding:9px 12px;border-bottom:1px solid rgba(255,255,255,.18)}.dfg-side-cats a{display:flex;justify-content:space-between;align-items:center;color:#fff;text-decoration:none;padding:10px 13px;font-size:15px;font-weight:600}.dfg-side-cats a:hover{background:#0f7d6e}.dfg-side-cats .dfg-side-all{background:#05ad86;margin:10px;border-radius:4px;justify-content:center;text-align:center;padding:8px}.dfg-hero-v5{display:grid;grid-template-columns:1fr 310px;gap:14px}.dfg-carousel-v5{background:#eee;height:420px;overflow:hidden}.dfg-carousel-v5 .carousel-item{height:420px;position:relative;text-decoration:none;color:#fff}.dfg-carousel-v5 img{width:100%;height:100%;object-fit:contain;background:#eee}.dfg-carousel-caption-v5{position:absolute;left:12%;right:12%;bottom:0;background:rgba(28,93,82,.55);text-align:center;padding:8px 18px}.dfg-carousel-caption-v5 h2{font-size:22px;margin:0;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.dfg-carousel-caption-v5 p{margin:4px 0 0;color:#fff}.dfg-safe-panel-v5{background:#143050;color:#fff;border-radius:10px;padding:24px;flex-direction:column;justify-content:center;gap:13px}.dfg-safe-panel-v5 span{background:#08b88f;color:#fff;border-radius:30px;padding:7px 12px;font-weight:800;width:max-content}.dfg-safe-panel-v5 h1{font-weight:900;font-size:28px;line-height:1.08;margin:0}.dfg-safe-panel-v5 p{color:#dbe8f2;margin:0}.dfg-safe-panel-v5>a{background:#08b88f;color:#fff;text-decoration:none;border-radius:7px;padding:10px 13px;font-weight:800;width:max-content}.dfg-safe-panel-v5 ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.dfg-safe-panel-v5 li{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:7px;padding:8px 10px}.dfg-popular-cats-v5{background:#fff;padding:26px 0 18px;margin-top:20px}.dfg-title-center{text-align:center}.dfg-title-center h2{font-size:28px;text-transform:uppercase;letter-spacing:1px;font-weight:900;color:#00a884;margin:0 0 18px}.dfg-popular-cat-row{display:flex;justify-content:center;gap:22px;flex-wrap:wrap}.dfg-popular-cat-card{width:150px;height:150px;border-radius:26px;overflow:hidden;position:relative;text-decoration:none;background:#00a884;box-shadow:0 5px 13px rgba(0,0,0,.09);display:block}.dfg-popular-cat-card img{width:100%;height:100%;object-fit:cover;transition:.25s}.dfg-popular-cat-card strong{position:absolute;left:0;right:0;bottom:0;background:#00a884;color:#fff;text-align:center;padding:8px 6px;font-size:12px}.dfg-popular-cat-card:hover img{transform:scale(1.06)}.dfg-see-more{text-align:right;max-width:1080px;margin:5px auto 0}.dfg-see-more a{font-size:12px;color:#0f7d6e;text-decoration:none}.dfg-products-wrap-v5{margin-top:34px}.dfg-title-section h2{color:#12685e;font-size:22px}.dfg-product-row-v5{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;align-items:stretch}.dfg-product-card-v5{border-radius:2px;border:1px solid #d9d9d9;box-shadow:none}.dfg-product-card-v5 .dfg-product-thumb{height:180px;border-radius:0}.dfg-product-card-v5 .dfg-product-thumb img{object-fit:cover}.dfg-favorite-pill{position:absolute;top:7px;right:7px;background:#fff;color:#e33;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #eee}.dfg-product-card-v5 .dfg-product-body{padding:11px}.dfg-product-card-v5 h3{font-size:13px;line-height:1.25;min-height:32px;text-transform:none}.dfg-product-subtitle{font-size:11px;color:#777;min-height:28px;margin:0 0 5px}.dfg-product-seller{font-size:11px;color:#0a8c70;margin:0 0 6px}.dfg-product-seller span{color:#f3ad00;margin-left:4px}.dfg-product-stats{display:flex;justify-content:space-between;color:#6b7280;font-size:10px;margin-bottom:8px}.dfg-product-card-v5 .dfg-product-bottom strong{font-size:15px}.dfg-product-card-v5 .dfg-product-bottom span{font-size:11px;padding:5px 8px}.dfg-sellers-v5{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dfg-sellers-v5 a{background:#fff;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none;color:#1d2633;padding:18px;display:block}.dfg-sellers-v5 i{font-size:24px;color:#00a884}.dfg-sellers-v5 strong{display:block;font-size:17px;margin-top:8px}.dfg-sellers-v5 span{display:block;color:#6b7280}.dfg-section-head-v5{display:flex;align-items:center;justify-content:space-between;margin:28px 0 12px}.dfg-section-head-v5 h2{font-size:22px;font-weight:900;color:#12685e;text-transform:uppercase}.dfg-section-head-v5 a{color:#0f7d6e;text-decoration:none;font-weight:700}
@media screen and (max-width:1200px){.dfg-home-layout{grid-template-columns:1fr}.dfg-hero-v5{grid-template-columns:1fr}.dfg-product-row-v5{grid-template-columns:repeat(4,1fr)}}
@media screen and (max-width:991px){.dfg-carousel-v5,.dfg-carousel-v5 .carousel-item{height:260px}.dfg-product-row-v5{grid-template-columns:repeat(2,1fr)}.dfg-popular-cat-card{width:130px;height:130px}.dfg-sellers-v5{grid-template-columns:1fr}}
@media screen and (max-width:567px){.dfg-product-row-v5{grid-template-columns:1fr}.dfg-carousel-caption-v5 h2{font-size:16px}.dfg-popular-cat-row{gap:12px}.dfg-popular-cat-card{width:120px;height:120px}}

/* HOME DFG V6 - categorias sempre visíveis, blocos no padrão DFG e dropdowns do topo */
.dfg-header-actions{gap:6px}.dfg-icon-dropdown{position:relative}.dfg-icon-only{font-size:20px;min-width:34px;text-align:center;position:relative}.dfg-icon-only span{position:absolute;top:-4px;right:-2px;background:#e11d48;color:#fff;border-radius:50%;font-size:10px;min-width:16px;height:16px;line-height:16px}.dfg-user-mini{display:flex!important;flex-direction:column;align-items:center;line-height:1;color:#fff!important}.dfg-user-mini i{font-size:23px}.dfg-user-mini small{font-size:12px;margin-top:3px}.dfg-hover-card{display:none;position:absolute;right:0;top:100%;z-index:9999;background:#238877;color:#fff;width:240px;box-shadow:0 8px 22px rgba(0,0,0,.2);border-radius:5px;overflow:hidden}.dfg-icon-dropdown:hover .dfg-hover-card{display:block}.dfg-hover-card strong,.dfg-user-menu-title{display:block;padding:12px 16px;background:#1a7d70;font-weight:900}.dfg-hover-card p{margin:0;padding:12px 16px;border-top:1px solid rgba(255,255,255,.12);color:#fff}.dfg-hover-card a{display:block;color:#fff!important;text-decoration:none;padding:12px 16px;border-top:1px solid rgba(255,255,255,.12);font-weight:500}.dfg-hover-card a:hover{background:#1a7d70}.dfg-hover-card i{width:22px}.dfg-wallet-card{width:270px}.dfg-user-menu-card{width:260px}.dfg-notify-card{width:250px}
.dfg-home-v6{background:#f3f4f5;padding:10px 0 0}.dfg-home-container-v6{max-width:1430px}.dfg-home-layout-v6{display:grid;grid-template-columns:210px 1fr;gap:14px;align-items:stretch}.dfg-side-cats-v6{background:#238877;color:#fff;min-height:310px;box-shadow:0 4px 12px rgba(0,0,0,.09)}.dfg-side-title-v6{font-weight:900;background:#157769;padding:10px 12px;font-size:18px;border-bottom:1px solid rgba(255,255,255,.18)}.dfg-side-cats-v6 a{display:flex;justify-content:space-between;align-items:center;color:#fff;text-decoration:none;padding:9px 12px;font-size:15px;font-weight:600}.dfg-side-cats-v6 a:hover{background:#157769;color:#fff}.dfg-hero-center-v6{background:#eee;min-height:310px}.dfg-carousel-v6{height:310px;overflow:hidden;background:#eee}.dfg-carousel-v6 .carousel-item{height:310px;position:relative;text-decoration:none;color:#fff}.dfg-carousel-v6 img{width:100%;height:100%;object-fit:contain;background:#eee}.dfg-carousel-caption-v6{position:absolute;left:18%;right:18%;bottom:0;background:rgba(28,93,82,.58);text-align:center;padding:7px 16px}.dfg-carousel-caption-v6 h2{font-size:22px;color:#fff;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.4)}.dfg-carousel-caption-v6 p{font-size:15px;margin:4px 0 0;color:#fff}.dfg-popular-cats-v6{background:#fff;padding:22px 0 14px}.dfg-title-center-v6{text-align:center}.dfg-title-center-v6 h2{font-size:28px;text-transform:uppercase;letter-spacing:1px;font-weight:900;color:#00a884;margin:0 0 20px}.dfg-popular-cat-row-v6{display:flex;justify-content:center;gap:22px;flex-wrap:wrap}.dfg-popular-cat-card-v6{width:150px;height:150px;border-radius:26px;overflow:hidden;position:relative;text-decoration:none;background:#00a884;box-shadow:0 5px 13px rgba(0,0,0,.09);display:block}.dfg-popular-cat-card-v6 img{width:100%;height:100%;object-fit:cover;transition:.25s}.dfg-popular-cat-card-v6 strong{position:absolute;left:0;right:0;bottom:0;background:#00a884;color:#fff;text-align:center;padding:8px 6px;font-size:12px;min-height:31px}.dfg-popular-cat-card-v6:hover img{transform:scale(1.06)}.dfg-see-more-v6{text-align:right;max-width:1080px;margin:6px auto 0}.dfg-see-more-v6 a{font-size:12px;color:#0f7d6e;text-decoration:none}.dfg-products-wrap-v6{margin-top:34px}.dfg-title-section-v6 h2{color:#12685e;font-size:22px}.dfg-product-row-v6{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;align-items:stretch}.dfg-promocionais-v6 .dfg-product-card-v5 .dfg-product-thumb{height:175px}.dfg-sellers-highlight-v6{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dfg-sellers-highlight-v6 a{background:#fff;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none;color:#1d2633;padding:18px;display:block;min-height:130px;box-shadow:0 4px 12px rgba(0,0,0,.04)}.dfg-sellers-highlight-v6 i{font-size:26px;color:#00a884}.dfg-sellers-highlight-v6 strong{display:block;font-size:17px;margin-top:8px}.dfg-sellers-highlight-v6 span{display:block;color:#6b7280;font-size:13px}.dfg-section-head-v6{display:flex;align-items:center;justify-content:space-between;margin:28px 0 12px}.dfg-section-head-v6 h2{font-size:22px;font-weight:900;color:#12685e;text-transform:uppercase}.dfg-section-head-v6 a{color:#0f7d6e;text-decoration:none;font-weight:700}
@media screen and (max-width:1200px){.dfg-home-layout-v6{grid-template-columns:1fr}.dfg-product-row-v6{grid-template-columns:repeat(4,1fr)}.dfg-sellers-highlight-v6{grid-template-columns:repeat(2,1fr)}}
@media screen and (max-width:991px){.dfg-carousel-v6,.dfg-carousel-v6 .carousel-item{height:260px}.dfg-product-row-v6{grid-template-columns:repeat(2,1fr)}.dfg-popular-cat-card-v6{width:130px;height:130px}.dfg-sellers-highlight-v6{grid-template-columns:1fr}.dfg-hover-card{display:none!important}}
@media screen and (max-width:567px){.dfg-product-row-v6{grid-template-columns:1fr}.dfg-carousel-caption-v6{left:5%;right:5%}.dfg-carousel-caption-v6 h2{font-size:16px}.dfg-popular-cat-row-v6{gap:12px}.dfg-popular-cat-card-v6{width:120px;height:120px}}


/* HOME DFG v7 - categorias recolhidas/flutuantes */
.dfg-categorias-toggle{border:0;background:transparent;color:#1d2633;font-weight:900;margin-right:28px;padding:0;display:inline-flex;align-items:center;gap:7px;text-transform:none}.dfg-categorias-toggle i{color:#06ab85}.dfg-categorias-toggle:hover{color:#06ab85}.dfg-home-layout-v7{display:grid;grid-template-columns:1fr;gap:14px;align-items:stretch}.dfg-home-layout-v7 .dfg-hero-center-v6{min-height:310px}.dfg-category-overlay{position:fixed;inset:0;background:rgba(15,27,45,.42);z-index:3000;opacity:0;visibility:hidden;transition:.22s}.dfg-category-overlay.active{opacity:1;visibility:visible}.dfg-category-drawer{position:fixed;top:0;left:-320px;width:300px;max-width:86vw;height:100vh;background:#238877;color:#fff;z-index:3001;box-shadow:10px 0 28px rgba(0,0,0,.22);transition:.26s ease;display:flex;flex-direction:column}.dfg-category-drawer.active{left:0}.dfg-category-drawer-head{height:58px;background:#157769;border-bottom:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:space-between;padding:0 16px}.dfg-category-drawer-head strong{font-size:18px}.dfg-category-drawer-head button{border:0;background:rgba(255,255,255,.1);color:#fff;width:34px;height:34px;border-radius:50%}.dfg-category-drawer-list{padding:7px 0;overflow:auto;flex:1}.dfg-category-drawer-list a{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.08)}.dfg-category-drawer-list a:hover{background:#157769;color:#fff}.dfg-category-drawer-footer{padding:14px;border-top:1px solid rgba(255,255,255,.16)}.dfg-category-drawer-footer a{display:block;background:#05ad86;color:#fff;text-align:center;border-radius:5px;padding:10px;text-decoration:none;font-weight:900}.dfg-side-cats-v6{display:none!important}@media screen and (max-width:991px){.dfg-categorias-toggle{display:inline-flex;margin-right:16px}.dfg-main-menu{display:block!important;top:72px}.dfg-main-menu .container{height:44px;overflow-x:auto}.public-page-content{padding-top:136px}.dfg-menu-links a{margin-right:18px;white-space:nowrap}.dfg-main-sell{display:none}.dfg-home-layout-v7 .dfg-hero-center-v6,.dfg-carousel-v6,.dfg-carousel-v6 .carousel-item{height:230px;min-height:230px}}


/* Rodapé institucional em 3 colunas iguais */
.public-footer .footer-links-grid{
    padding-top: 28px;
    padding-bottom: 28px;
}

.public-footer .footer-links-col{
    text-align: center;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.public-footer .footer-links-title{
    margin-bottom: 12px;
    color: #101828;
}

.public-footer .footer-links-col ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.public-footer .footer-links-col li{
    margin-bottom: 6px;
}

.public-footer .footer-links-col a{
    display: inline-block;
}

@media screen and (min-width: 768px){
    .public-footer .footer-links-col:not(:last-child){
        border-right: 1px solid rgba(0,0,0,.08);
    }
}

@media screen and (max-width: 767px){
    .public-footer .footer-links-col{
        min-height: auto;
        margin-bottom: 20px;
    }
}
 .disabled-link{opacity:.45!important;cursor:not-allowed!important;pointer-events:none!important;filter:grayscale(.2)}
