/* =========================================================
   BARATÃO DAS EMBALAGENS
   CSS PRINCIPAL
   ========================================================= */

body {
    font-family: "Roboto", "sans-serif";
}


/* =========================================================
   CORES GERAIS
   ========================================================= */

.loading__spinner {
    color: #186331;
}

.site-header {
    background: #f2cb13;
}

.mobile-header__panel {
    background: #f2cb13;
}

.mobile-header__search {
    background-color: #f2cb13;
}

.mobile-header__panel i {
    color: #186331;
}

.mobile-header__search input {
    background: #fff;
}


/* =========================================================
   LOGO
   ========================================================= */

.site-header__logo img {
    height: 75px;
}

.mobile-header__logo img {
    max-height: 38px;
    max-width: 129px;
}


/* =========================================================
   CARRINHO
   ========================================================= */

.site-header__cart i {
    color: #186331;

    transition:
    color 0.20s ease,
    transform 0.20s ease;
}

.site-header__cart i:hover {
    color: #186331;

    transform:
    translateY(-1px)
    scale(1.05);
}

.site-header__cart .indicator__value {
    background-color: #186331;
    color: #fff;
}


/* =========================================================
   FOOTER
   ========================================================= */

.footer-contacts__text img {
    height: 60px;
}

.footer-apps__text img {
    width: 120px;
}

.footer-seals__text img {
    width: 50% !important;
}

.footer__text img {
    max-width: 300px;
}


/* =========================================================
   MENU PRINCIPAL
   ========================================================= */

.nav-panel {
    background: #186331;
    color: #FFF;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 0;
    height: 46px;
}

.nav-links__list {
    top: 50%;
    left: 50%;

    transform:
    translate(-50%, -50%);

    position: absolute;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}


/* =========================================================
   ALINHAMENTO DAS CATEGORIAS
   DESKTOP / NOTEBOOK
   ========================================================= */

@media (min-width: 992px) {

    .nav-links__item-link {
        display: flex;
        align-items: center;
    }

    .nav-links__item-body {
        display: flex;
        align-items: center;
        justify-content: center;

        gap: 5px;

        padding: 0 5px;

        line-height: 1;
        white-space: nowrap;
    }


    /* Ícones em imagem */

    .nav-links__item-body img {
        display: block;

        width: auto !important;
        height: 14px !important;

        max-width: 16px !important;
        max-height: 14px !important;

        object-fit: contain;

        margin: 0 !important;
        padding: 0 !important;

        flex-shrink: 0;

        vertical-align: middle;

        transition:
        transform 0.20s ease;
    }


    /* Ícones FontAwesome */

    .nav-links__item-body i {
        display: inline-flex;

        align-items: center;
        justify-content: center;

        width: 15px;
        min-width: 15px;
        height: 15px;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 14px;
        line-height: 1;

        vertical-align: middle;

        flex-shrink: 0;
    }


    /* Remove ajustes antigos individuais */

    .icone-embalagem,
    .icone-higiene {
        margin: 0 !important;

        width: auto !important;
        height: 14px !important;

        max-width: 16px !important;
        max-height: 14px !important;

        object-fit: contain;
    }
}


/* =========================================================
   NOTEBOOK
   ========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .nav-links__item-link {
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap;
    }

    .nav-links__item--has-submenu .nav-links__item-body {
        padding-right: 5px !important;
    }
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

    .nav-links__item-link {
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }

    .nav-links__item--has-submenu .nav-links__item-body {
        padding-right: 5px !important;
    }
}


/* =========================================================
   REMOVE SETINHA ORIGINAL
   ========================================================= */

.nav-links__item-body .fa-chevron-down {
    display: none;
}


/* =========================================================
   HOVER DAS CATEGORIAS DO MENU
   BRANCO → AMARELO
   ========================================================= */

@media (min-width: 992px) {

    .nav-links__item:not(:last-child) .nav-links__item-link {
        color: #ffffff;

        /*
           Sem animação da cor.
           Evita passar por tons intermediários.
        */
        transition:
        background-color 0.20s ease;
    }


    /* Texto amarelo */

    .nav-links__item:not(:last-child) .nav-links__item-link:hover {
        color: #f2cb13 !important;
    }


    /* Ícones FontAwesome */

    .nav-links__item:not(:last-child) .nav-links__item-link:hover span,
    .nav-links__item:not(:last-child) .nav-links__item-link:hover i {
        color: #f2cb13 !important;
    }


    /* Imagens ficam amarelas */

    .nav-links__item:not(:last-child) .nav-links__item-link:hover img {
        filter:
        brightness(0)
        saturate(100%)
        invert(81%)
        sepia(94%)
        saturate(1295%)
        hue-rotate(352deg)
        brightness(101%)
        contrast(92%);

        transform:
        scale(1.06);
    }
}


/* =========================================================
   MEGAMENU
   ========================================================= */

.megamenu__body {
    background: #186331;
}

.megamenu__links--level--1 .megamenu__item a {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 15px;

    transition:
    color 0.20s ease,
    transform 0.20s ease;
}

.megamenu__links--level--1 > .megamenu__item > a {
    color: #fff;

    font-size: 14px;
    font-weight: 500;

    white-space: nowrap;

    padding-right: 20px;
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #f2cb13 !important;

    transform:
    translateX(2px);
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #f2cb13;
}


/* =========================================================
   PRODUTOS
   ========================================================= */

.block-products-carousel__column .product-card__name {
    min-height: 55px;
}

.block-products-carousel__column .product-card__buttons {
    margin-top: 0;
}

.product-card__prices {
    min-height: 15px;
}

.block-products-carousel__column .product-card__prices {
    min-height: 55px;
    margin-bottom: 10px;
}

.product-card__price {
    color: #186331;
}

.product-card__new-price {
    color: #186331;
}

.product__price {
    color: #186331;
}

.product__new-price {
    color: #186331;
}

.product__name {
    color: #186331;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.block-products-carousel[data-layout=grid-5]
.product-card
.product-card__actions {
    padding: 15px 15px 15px;
}


/* =========================================================
   MOLDURA DOS PRODUTOS - BARATÃO

   IMPORTANTE:
   - não altera largura nem altura dos cards
   - usa moldura interna para não estourar o grid
   - cinza claro no estado normal
   - verde no hover
   - detalhe amarelo no topo
   - sombra externa bem suave
   ========================================================= */

.product-card {
    position: relative;

    box-sizing: border-box;

    border-radius: 10px;

    background: #ffffff;

    /*
       A moldura é feita com inset box-shadow em vez de border.
       Assim não adiciona pixels à largura/altura do card.
    */
    box-shadow:
    inset 0 0 0 1px #e2e2e2;

    transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


/* =========================================================
   ESPAÇO DE SEGURANÇA + RESPIRO ENTRE PRODUTOS

   CORREÇÕES:
   - cria espaço acima para o card subir sem ser cortado
   - cria uma pequena margem entre um produto e outro
   - mantém a largura calculada pelo Owl Carousel
   - não altera o restante do site
   ========================================================= */

/* Área extra para o hover não cortar a parte superior do card */
.block-products-carousel__slider .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px;

    margin-top: -10px;
    margin-bottom: -10px;
}

/* Pequeno respiro horizontal entre os produtos */
.block-products-carousel__slider .owl-item {
    box-sizing: border-box;

    padding-left: 5px;
    padding-right: 5px;
}

/* Garante que o card respeite o espaço interno do item */
.block-products-carousel__slider .product-card {
    width: 100%;
    max-width: 100%;
}


/* =========================================================
   DETALHE AMARELO
   ========================================================= */

.product-card::before {
    content: "";

    position: absolute;

    top: 1px;
    left: 50%;

    width: 0;
    height: 3px;

    z-index: 5;

    background: #f2cb13;

    border-radius: 0 0 4px 4px;

    transform: translateX(-50%);

    pointer-events: none;

    transition:
    width 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}


/* =========================================================
   HOVER DA MOLDURA
   SOMENTE PC / NOTEBOOK COM MOUSE
   ========================================================= */

@media (hover: hover) and (pointer: fine) {

    .product-card:hover {
        transform: translateY(-2px);

        box-shadow:
        inset 0 0 0 1px #186331,
        0 7px 18px rgba(24, 99, 49, 0.10);
    }


    .product-card:hover::before {
        width: 68%;
    }
}


/* =========================================================
   HOVER DOS BOTÕES DOS PRODUTOS
   ========================================================= */

.product-card__buttons .btn,
.product-card__actions .btn {
    transition:
    filter 0.20s ease,
    transform 0.20s ease,
    box-shadow 0.20s ease;
}

.product-card__buttons .btn:hover,
.product-card__actions .btn:hover {
    filter:
    brightness(0.94);

    transform:
    translateY(-1px);

    box-shadow:
    0 3px 7px rgba(0, 0, 0, 0.14);
}


/* =========================================================
   SETAS DOS CARROSSÉIS
   ========================================================= */

.block-brands__slider .owl-nav i,
.block-products-carousel__slider .owl-nav i {
    color: #186331;

    transition:
    color 0.20s ease,
    transform 0.20s ease;
}

.block-brands__slider .owl-nav i:hover,
.block-products-carousel__slider .owl-nav i:hover {
    color: #14552a;

    transform:
    scale(1.10);
}


/* =========================================================
   BOTÃO VOLTAR AO TOPO
   ========================================================= */

.top-button {
    color: #186331;

    transition:
    color 0.20s ease,
    transform 0.20s ease;
}

.top-button:hover {
    color: #14552a;

    transform:
    translateY(-2px);
}


/* =========================================================
   VOLTAR
   ========================================================= */

.page-header__back i {
    color: #186331;

    transition:
    color 0.20s ease,
    transform 0.20s ease;
}

.page-header__back:hover i {
    color: #14552a;

    transform:
    translateX(-2px);
}


/* =========================================================
   CHECKBOX
   ========================================================= */

.input-check__input:checked ~ .input-check__box {
    background: #186331;
}


/* =========================================================
   SLIDESHOW
   ========================================================= */

.block-slideshow .owl-carousel .owl-dot {
    background: #186331;

    transition:
    background-color 0.20s ease,
    transform 0.20s ease;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #f2cb13;
}

.block-slideshow .owl-carousel .owl-dot:hover {
    transform:
    scale(1.15);
}


/* =========================================================
   SETAS DOS BLOCOS
   ========================================================= */

.block-header__arrow {
    background: transparent;
    color: #186331;

    transition:
    color 0.20s ease,
    background-color 0.20s ease,
    transform 0.20s ease;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #186331;

    transform:
    scale(1.08);
}

.block-header__arrow:active {
    background: transparent;
    color: #186331;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #186331;
}

.filter__arrow {
    color: #186331;
}


/* =========================================================
   TÍTULOS
   ========================================================= */

.title-checkout,
.footer-links__title {
    color: #186331;
}

.footer-contacts__title,
.service-bar__title:hover {
    color: #186331;
}

.footer-newsletter__title {
    color: #186331;
}

.footer-payment__title {
    color: #186331;
}

.footer-seals__title {
    color: #186331;
}

.footer-apps__title {
    color: #186331;
}

.block-header__title {
    color: #186331;
}

.page-header__title {
    color: #186331;
}


/* =========================================================
   ABAS DOS PRODUTOS
   ========================================================= */

.product-tabs__item {
    color: #186331;

    transition:
    color 0.20s ease,
    border-color 0.20s ease;
}

.product-tabs__item:hover {
    color: #14552a;
}

.product-tabs__item--active {
    border-bottom-color: #186331;
}


/* =========================================================
   TOPBAR MESSAGE
   ========================================================= */

.topbar-message {
    background: #606061;
    color: #FFF;

    min-height: 40px;

    padding: 10px;
}

.topbar-message .fa-shipping-fast {
    font-size: 20px;
}


/* =========================================================
   TOPBAR APP
   ========================================================= */

.topbar-app {
    background: #e1e1e1;
    color: #FFF;

    min-height: 40px;

    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.topbar-app img {
    background: #FFF;

    padding: 7px;

    box-shadow:
    1px 1px 3px #606061;

    -webkit-box-shadow:
    1px 1px 3px #606061;

    -moz-box-shadow:
    1px 1px 3px #606061;

    border-radius: 10px;

    height: 48px;
}

.topbar-app .btn {
    font-weight: 500;

    border-radius: 5px;

    box-shadow:
    1px 1px 3px #606061;

    -webkit-box-shadow:
    1px 1px 3px #606061;

    -moz-box-shadow:
    1px 1px 3px #606061;
}


/* =========================================================
   NEWSLETTER
   ========================================================= */

.site-newsletter {
    background: #186331;
    color: #FFFFFF;

    border-top:
    10px #f2cb13 solid;
}


/* =========================================================
   MODAL LOCALIZAÇÃO
   ========================================================= */

#modal-location__label {
    font-size: 18px;
}

#modal-location .btn {
    background: #186331;
    color: #fff;

    padding: 10px;

    transition:
    background-color 0.20s ease,
    transform 0.20s ease,
    box-shadow 0.20s ease;
}

#modal-location .btn:hover {
    background: #14552a;

    transform:
    translateY(-1px);

    box-shadow:
    0 3px 7px rgba(0, 0, 0, 0.15);
}


/* =========================================================
   BUSCA
   ========================================================= */

.search__form {
    background: #fff;

    transition:
    box-shadow 0.25s ease;
}

.search__form:focus-within {
    box-shadow:
    0 3px 10px rgba(24, 99, 49, 0.16);
}


/* =========================================================
   TOPBAR
   ========================================================= */

.topbar {
    background: #186331;

    border-bottom:
    1px #186331 solid;

    color: #ffffff;
}

.site-header__phone-title {
    color: #186331;
}


/* =========================================================
   OFERTAS / PROMOÇÕES
   PISCADA VISÍVEL + % FIXO

   - botão realmente pisca
   - % não pula
   - texto não pula
   - não pausa no hover
   - mantém brilho passando
   ========================================================= */

.nav-links__item:last-child {
    display: flex;
    align-items: center;
    height: 46px;
}


/* =========================================================
   BOTÃO PROMOÇÕES
   ========================================================= */

.nav-links__item:last-child .nav-links__item-link {
    position: relative;
    isolation: isolate;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 34px;

    box-sizing: border-box;

    padding: 0 14px;
    margin: 0 2px;

    background-color: #f2cb13 !important;
    color: #186331 !important;

    font-weight: 800;

    border: 1px solid rgba(24, 99, 49, 0.15);
    border-radius: 6px;

    overflow: hidden;

    box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.16);

    /*
       Aqui fica o pulso externo.
       NÃO usa transform, então o % não "pula".
    */
    animation:
    baratao-promocoes-pulso
    1.45s
    linear
    infinite;

    transition:
    box-shadow 0.20s ease;
}


/* =========================================================
   BRILHO QUE ATRAVESSA O BOTÃO
   ========================================================= */

.nav-links__item:last-child .nav-links__item-link::before {
    content: "";

    position: absolute;

    top: 0;
    left: -65%;

    width: 38%;
    height: 100%;

    z-index: 1;

    background:
    linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 25%,
    rgba(255, 255, 255, 0.90) 50%,
    rgba(255, 255, 255, 0.12) 75%,
    transparent 100%
    );

    transform: skewX(-20deg);

    pointer-events: none;

    animation:
    baratao-promocoes-brilho
    2.6s
    ease-in-out
    infinite;
}


/* =========================================================
   PISCADA REAL

   Esta camada clareia o botão duas vezes.
   Como é uma camada separada, o ícone % e o texto
   permanecem totalmente imóveis.
   ========================================================= */

.nav-links__item:last-child .nav-links__item-link::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 0;

    border-radius: inherit;

    background:
    rgba(255, 255, 255, 0.78);

    opacity: 0;

    pointer-events: none;

    animation:
    baratao-promocoes-piscar
    1.45s
    linear
    infinite;
}


/* =========================================================
   CONTEÚDO ACIMA DOS EFEITOS
   ========================================================= */

.nav-links__item:last-child .nav-links__item-link .nav-links__item-body,
.nav-links__item:last-child .nav-links__item-link span,
.nav-links__item:last-child .nav-links__item-link i,
.nav-links__item:last-child .nav-links__item-link .fa-percentage {
    position: relative;
    z-index: 3;
}


/* =========================================================
   ÍCONE % - TOTALMENTE PARADO
   ========================================================= */

.nav-links__item:last-child .nav-links__item-link i,
.nav-links__item:last-child .nav-links__item-link .fa-percentage {
    color: #186331 !important;

    opacity: 1 !important;

    transform: none !important;

    animation: none !important;

    transition: none !important;
}


/* =========================================================
   HOVER
   NÃO PARA A PISCADA
   ========================================================= */

.nav-links__item:last-child .nav-links__item-link:hover {
    background-color: #f2cb13 !important;
    color: #186331 !important;

    /*
       Sem scale e sem translate.
       Assim o % continua parado.
    */

    box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.20);
}


/* % continua fixo no hover */

.nav-links__item:last-child .nav-links__item-link:hover i,
.nav-links__item:last-child .nav-links__item-link:hover .fa-percentage {
    color: #186331 !important;

    opacity: 1 !important;

    transform: none !important;

    animation: none !important;
}


/* =========================================================
   PISCADA DUPLA

   PARA ALTERAR A VELOCIDADE:
   troque 1.45s NOS DOIS lugares acima.

   1.00s = rápida
   1.20s = forte/rápida
   1.45s = recomendada
   1.80s = mais suave
   ========================================================= */

@keyframes baratao-promocoes-piscar {

    0%,
    20%,
    32%,
    44%,
    100% {
        opacity: 0;
    }

    /* PRIMEIRA PISCADA */

    25% {
        opacity: 0.78;
    }

    /* SEGUNDA PISCADA */

    37% {
        opacity: 0.78;
    }
}


/* =========================================================
   PULSO EXTERNO
   Só mexe na luz/sombra, NÃO na posição do botão
   ========================================================= */

@keyframes baratao-promocoes-pulso {

    0%,
    20%,
    32%,
    44%,
    100% {
        box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.16),
        0 0 0 0 rgba(242, 203, 19, 0);
    }

    25%,
    37% {
        box-shadow:
        0 3px 7px rgba(0, 0, 0, 0.18),
        0 0 0 6px rgba(242, 203, 19, 0.38);
    }
}


/* =========================================================
   BRILHO AUTOMÁTICO
   ========================================================= */

@keyframes baratao-promocoes-brilho {

    0% {
        left: -65%;
    }

    50% {
        left: 130%;
    }

    100% {
        left: 130%;
    }
}


/* =========================================================
   BANNERS 4X
   MARMITAS / ALIMENTOS / AUTOMAÇÃO / FILME PVC

   - sobe 7px
   - zoom 4,5%
   - sem sombra
   - sem quadrado branco destacado
   ========================================================= */

.container__banner-4x,
.container__banner-4x .block-banner-4x,
.container__banner-4x .row,
.container__banner-4x .col-6,
.container__banner-4x .col-lg-3 {
    overflow: visible !important;
}


/* Link */

.container__banner-4x .block-banner__body {
    display: block;

    position: relative;

    z-index: 1;

    background:
    transparent !important;

    border:
    0 !important;

    outline:
    0 !important;

    box-shadow:
    none !important;

    filter:
    none !important;

    transform:
    translateY(0);

    transform-origin:
    center center;

    transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);

    will-change:
    transform;
}


/* Remove efeitos nativos */

.container__banner-4x .block-banner__body:hover,
.container__banner-4x .block-banner__body:focus,
.container__banner-4x .block-banner__body:active {
    background:
    transparent !important;

    border:
    0 !important;

    outline:
    0 !important;

    box-shadow:
    none !important;

    filter:
    none !important;
}


/* Imagem */

.container__banner-4x .block-banner__body img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    border:
    0 !important;

    outline:
    0 !important;

    background:
    transparent !important;

    box-shadow:
    none !important;

    filter:
    none !important;

    transform:
    scale(1);

    transform-origin:
    center center;

    transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);

    will-change:
    transform;
}


/* Hover dos banners 4x */

@media (hover: hover) and (pointer: fine) {

    .container__banner-4x .block-banner__body:hover {
        transform:
        translateY(-7px);

        z-index: 10;
    }

    .container__banner-4x .block-banner__body:hover img {
        transform:
        scale(1.045);
    }
}


/* =========================================================
   COMPRE POR CATEGORIAS
   EPI / AUTOMAÇÃO / ORGANIZAÇÃO / PLÁSTICOS / ISOPOR / PAPEL

   CORREÇÃO DO CORTE:
   - cria espaço interno acima do carrossel
   - mantém clones laterais escondidos
   - sobe 4px
   - zoom 5%
   - sem sombra
   ========================================================= */


/* =========================================================
   OWL STAGE OUTER

   Mantemos overflow hidden para não mostrar clones
   laterais do Owl Carousel.

   O padding cria espaço real para o item subir.
   ========================================================= */

.block-brands__slider .owl-stage-outer {
    padding-top: 12px;
    padding-bottom: 8px;

    margin-top: -12px;
    margin-bottom: -8px;

    overflow: hidden !important;
}


/* =========================================================
   STAGE
   ========================================================= */

.block-brands__slider .owl-stage {
    overflow: visible !important;
}


/* =========================================================
   ITEM DO OWL
   ========================================================= */

.block-brands__slider .owl-item {
    overflow: visible !important;
}


/* =========================================================
   ITEM DA CATEGORIA
   ========================================================= */

.block-brands__slider .block-brands__item {
    position: relative;

    overflow: visible !important;

    z-index: 1;

    background:
    transparent !important;

    border:
    0 !important;

    box-shadow:
    none !important;

    transform:
    translateY(0);

    transform-origin:
    center center;

    transition:
    transform 0.30s cubic-bezier(0.22, 1, 0.36, 1);

    will-change:
    transform;
}


/* =========================================================
   LINK DA CATEGORIA
   ========================================================= */

.block-brands__slider .block-brands__item > a {
    display: block;

    position: relative;

    overflow: visible !important;

    background:
    transparent !important;

    border:
    0 !important;

    outline:
    0 !important;

    box-shadow:
    none !important;

    filter:
    none !important;

    text-decoration:
    none;
}


/* Estados do link */

.block-brands__slider .block-brands__item > a:hover,
.block-brands__slider .block-brands__item > a:focus,
.block-brands__slider .block-brands__item > a:active {
    background:
    transparent !important;

    border:
    0 !important;

    outline:
    0 !important;

    box-shadow:
    none !important;

    filter:
    none !important;
}


/* =========================================================
   IMAGEM DA CATEGORIA
   ========================================================= */

.block-brands__slider .block-brands__item > a > img {
    display: block;

    position: relative;

    margin-left: auto;
    margin-right: auto;

    background:
    transparent !important;

    border:
    0 !important;

    outline:
    0 !important;

    box-shadow:
    none !important;

    filter:
    none !important;

    transform:
    translateY(0)
    scale(1);

    transform-origin:
    center center;

    transition:
    transform 0.30s cubic-bezier(0.22, 1, 0.36, 1);

    will-change:
    transform;
}


/* =========================================================
   HOVER COMPRE POR CATEGORIAS
   SOMENTE PC / NOTEBOOK COM MOUSE
   ========================================================= */

@media (hover: hover) and (pointer: fine) {

    /*
       Sobe o conjunto inteiro.
    */

    .block-brands__slider .block-brands__item:hover {
        transform:
        translateY(-4px);

        z-index: 20;
    }


    /*
       Zoom de 5%.

       Mantém um bom destaque sem ficar
       encostando nas categorias vizinhas.
    */

    .block-brands__slider .block-brands__item:hover > a > img {
        transform:
        scale(1.05);
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991px) {

    /* Carrinho */

    .indicator__value {
        background: #186331;
        color: #FFF;
    }


    /* Menu mobile */

    .mobile-links__item-title img {
        display: none;
    }


    /* Botões dos produtos */

    .product-card__buttons .btn:hover,
    .product-card__actions .btn:hover {
        transform: none;
    }


    /* Voltar ao topo */

    .top-button:hover {
        transform: none;
    }


    /* Carrinho */

    .site-header__cart i:hover {
        transform: none;
    }


    /* =====================================================
       BANNERS 4X MOBILE
       ===================================================== */

    .container__banner-4x .block-banner__body,
    .container__banner-4x .block-banner__body:hover,
    .container__banner-4x .block-banner__body:focus,
    .container__banner-4x .block-banner__body:active {
        transform:
        none !important;

        background:
        transparent !important;

        box-shadow:
        none !important;

        filter:
        none !important;
    }


    .container__banner-4x .block-banner__body img,
    .container__banner-4x .block-banner__body:hover img,
    .container__banner-4x .block-banner__body:focus img,
    .container__banner-4x .block-banner__body:active img {
        transform:
        none !important;

        background:
        transparent !important;

        box-shadow:
        none !important;

        filter:
        none !important;
    }


    /* =====================================================
       COMPRE POR CATEGORIAS MOBILE

       Volta às dimensões naturais da Agile.
       ===================================================== */

    .block-brands__slider .owl-stage-outer {
        padding-top: 0;
        padding-bottom: 0;

        margin-top: 0;
        margin-bottom: 0;
    }


    .block-brands__slider .block-brands__item,
    .block-brands__slider .block-brands__item:hover {
        transform:
        none !important;
    }


    .block-brands__slider .block-brands__item > a > img,
    .block-brands__slider .block-brands__item:hover > a > img {
        transform:
        none !important;

        box-shadow:
        none !important;

        filter:
        none !important;
    }
}


/* =========================================================
   CORREÇÃO - FILTRO LATERAL NÃO INVADE NEWSLETTER / RODAPÉ

   Em páginas com poucos produtos, o painel lateral de filtros
   pode continuar visível e ficar por cima das áreas inferiores.

   Esta correção mantém newsletter, atalhos e rodapé em uma
   camada acima do filtro, sem alterar o grid dos produtos.
   ========================================================= */

#baratao-newsletter-v3,
.site-newsletter,
#baratao-service-bar-v2,
#baratao-service-bar-v3,
.site-header__service-bar,
.site-footer,
.site__footer {
    position: relative !important;
    z-index: 50 !important;
    clear: both !important;
    isolation: isolate;
}


/* Garante fundos opacos para esconder qualquer conteúdo
   da lateral que tente continuar por baixo dessas áreas. */

#baratao-newsletter-v3,
.site-newsletter {
    background-color: #186331 !important;
}

#baratao-service-bar-v2,
#baratao-service-bar-v3,
.site-header__service-bar {
    background-color: #f3f3f3 !important;
}

.site-footer,
.site__footer {
    background-color: #f7f7f7;
}


/* Mantém o botão voltar ao topo acima das seções inferiores. */

.top-button {
    position: relative;
    z-index: 60;
}


/* =========================================================
   MOBILE
   Não força empilhamento desnecessário no menu/filtros móveis.
   ========================================================= */

@media (max-width: 991px) {

    #baratao-newsletter-v3,
    .site-newsletter,
    #baratao-service-bar-v2,
    #baratao-service-bar-v3,
    .site-header__service-bar,
    .site-footer,
    .site__footer {
        z-index: 10 !important;
    }
}

/* =========================================================
   MOLDURA DOS PRODUTOS - MOBILE
   Sem movimento em dispositivos touch.
   ========================================================= */

@media (max-width: 991px) {

    .product-card,
    .product-card:hover {
        transform: none !important;

        box-shadow:
        inset 0 0 0 1px #e2e2e2;
    }

    .product-card::before,
    .product-card:hover::before {
        width: 0 !important;
    }
}

/* =========================================================
   AJUSTE DE ESPAÇAMENTO DOS PRODUTOS NO MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .block-products-carousel__slider .owl-stage-outer {
        padding-top: 4px;
        padding-bottom: 4px;

        margin-top: -4px;
        margin-bottom: -4px;
    }

    .block-products-carousel__slider .owl-item {
        padding-left: 3px;
        padding-right: 3px;
    }

    .product-card:hover {
        transform: none !important;
    }
}

/* =========================================================
   GLOBALIZAÇÃO VISUAL - TODAS AS PÁGINAS
   HOME / CATEGORIAS / PRODUTOS / BUSCA / PROMOÇÕES
   /CADASTRAR /ENTRAR /REPRESENTANTE

   Objetivo:
   - newsletter com o mesmo visual em todas as rotas
   - barra Meus Pedidos / Títulos / Notas Fiscais padronizada
   - rodapé padronizado
   - não interfere nos formulários das páginas internas
   ========================================================= */


/* =========================================================
   1. NEWSLETTER GLOBAL
   ========================================================= */

.site-newsletter,
#baratao-newsletter-v3 {
    position: relative !important;
    z-index: 50 !important;

    width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    background: #186331 !important;
    color: #ffffff !important;

    border-top: 6px solid #f2cb13 !important;

    box-sizing: border-box !important;
}


/* Newsletter padrão da Agile */

.site-newsletter {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
}


/* Container */

.site-newsletter > .container,
#baratao-newsletter-v3 .bnews-container {
    width: 100% !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 20px !important;
    padding-right: 20px !important;

    box-sizing: border-box !important;
}


/* Linha principal da newsletter padrão */

.site-newsletter > .container > .row,
.site-newsletter .site-newsletter__row {
    display: flex !important;
    align-items: center !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* Título */

.site-newsletter__title,
#baratao-newsletter-v3 .bnews-title {
    display: block !important;

    margin: 0 !important;

    color: #ffffff !important;

    font-size: 20px !important;
    font-weight: 700 !important;

    line-height: 1.25 !important;
}


/* Formulário padrão */

.site-newsletter form,
.site-newsletter .site-newsletter__form {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;

    gap: 12px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Remove margens de wrappers de formulário SOMENTE na newsletter */

.site-newsletter form .form-group,
.site-newsletter .site-newsletter__form .form-group {
    flex: 1 1 0 !important;

    min-width: 0 !important;

    margin: 0 !important;
}


/* Inputs da newsletter padrão */

.site-newsletter input[type="text"],
.site-newsletter input[type="email"],
.site-newsletter .form-control,
#baratao-newsletter-v3 .bnews-input {
    width: 100% !important;
    min-width: 0 !important;

    height: 44px !important;

    margin: 0 !important;

    padding: 0 14px !important;

    background: #ffffff !important;

    color: #444444 !important;

    border: 1px solid #dedede !important;
    border-radius: 5px !important;

    outline: none !important;

    box-shadow: none !important;

    font-size: 14px !important;
    line-height: 44px !important;

    box-sizing: border-box !important;

    transition:
    border-color 0.20s ease,
    box-shadow 0.20s ease !important;
}


/* Placeholder */

.site-newsletter input::placeholder,
#baratao-newsletter-v3 .bnews-input::placeholder {
    color: #8a8a8a !important;
    opacity: 1 !important;
}


/* Focus */

.site-newsletter input[type="text"]:focus,
.site-newsletter input[type="email"]:focus,
.site-newsletter .form-control:focus,
#baratao-newsletter-v3 .bnews-input:focus {
    border-color: #f2cb13 !important;

    box-shadow:
    0 0 0 3px rgba(242, 203, 19, 0.16) !important;
}


/* Botão */

.site-newsletter button,
.site-newsletter .btn,
#baratao-newsletter-v3 .bnews-button {
    flex: 0 0 auto !important;

    min-width: 138px !important;
    height: 44px !important;

    margin: 0 !important;

    padding: 0 20px !important;

    background: #f2cb13 !important;

    color: #186331 !important;

    border: 0 !important;
    border-radius: 5px !important;

    outline: none !important;

    box-shadow: none !important;

    font-size: 13px !important;
    font-weight: 800 !important;

    line-height: 44px !important;

    text-align: center !important;

    white-space: nowrap !important;

    cursor: pointer !important;

    transition:
    background-color 0.20s ease,
    transform 0.20s ease,
    box-shadow 0.20s ease !important;
}


/* Hover botão */

@media (hover: hover) and (pointer: fine) {

    .site-newsletter button:hover,
    .site-newsletter .btn:hover,
    #baratao-newsletter-v3 .bnews-button:hover {
        background: #ffd817 !important;

        color: #186331 !important;

        transform: translateY(-1px) !important;

        box-shadow:
        0 4px 9px rgba(0, 0, 0, 0.16) !important;
    }
}


/* Estrutura da newsletter customizada da home */

#baratao-newsletter-v3 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
}

#baratao-newsletter-v3 .bnews-layout {
    display: grid !important;

    grid-template-columns:
    minmax(300px, 1fr)
    minmax(0, 2fr) !important;

    align-items: center !important;

    gap: 22px !important;
}

#baratao-newsletter-v3 .bnews-form {
    display: flex !important;
    align-items: center !important;

    gap: 12px !important;

    width: 100% !important;

    margin: 0 !important;
}


/* =========================================================
   2. BARRA DE SERVIÇOS GLOBAL
   MEUS PEDIDOS / TÍTULOS / NOTAS FISCAIS
   ========================================================= */

.site-header__service-bar.service-bar {
    position: relative !important;
    z-index: 50 !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 18px 0 !important;

    background: #f3f3f3 !important;

    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e1e1e1 !important;

    color: #444444 !important;

    box-sizing: border-box !important;

    clear: both !important;

    isolation: isolate !important;
}


/* Container */

.site-header__service-bar .service-bar__container {
    width: 100% !important;
    max-width: 1180px !important;

    margin: 0 auto !important;

    padding-left: 20px !important;
    padding-right: 20px !important;

    box-sizing: border-box !important;
}


/* Remove margens extras herdadas do Bootstrap */

.site-header__service-bar .service-bar__row,
.site-header__service-bar .service-bar__row > .col-12,
.site-header__service-bar .service-bar__row > .col-12 > .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* Espaçamento entre cards */

.site-header__service-bar .service-bar__row > .col-12 > .row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}


/* Coluna */

.site-header__service-bar .service-bar__title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding-left: 8px !important;
    padding-right: 8px !important;

    color: #444444 !important;

    box-sizing: border-box !important;
}


/* Card */

.site-header__service-bar .service-bar__title > a {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    min-height: 76px !important;

    margin: 0 !important;

    /*
       Como o texto do título é um nó de texto direto do link,
       o padding cria a coluna do ícone e a área da descrição.
    */
    padding:
    16px
    46px
    13px
    78px !important;

    background: #ffffff !important;

    color: #3f3f3f !important;

    border: 1px solid #dedede !important;
    border-radius: 8px !important;

    outline: none !important;

    box-shadow: none !important;

    text-align: left !important;
    text-decoration: none !important;

    font-size: 17px !important;
    font-weight: 700 !important;

    line-height: 20px !important;

    box-sizing: border-box !important;

    overflow: hidden !important;

    transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease !important;
}


/* Ícone */

.site-header__service-bar .service-bar__title > a > i {
    position: absolute !important;

    left: 16px !important;
    top: 50% !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 46px !important;
    height: 46px !important;

    margin: 0 !important;
    padding: 0 !important;

    background:
    rgba(24, 99, 49, 0.08) !important;

    color: #186331 !important;

    border-radius: 50% !important;

    font-size: 23px !important;
    line-height: 1 !important;

    text-align: center !important;

    transform:
    translateY(-50%) !important;

    transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease !important;
}


/* Descrições criadas por CSS */

.site-header__service-bar .service-bar__title > a::after {
    position: absolute !important;

    left: 78px !important;
    top: 39px !important;

    display: block !important;

    color: #888888 !important;

    font-size: 12px !important;
    font-weight: 400 !important;

    line-height: 15px !important;

    white-space: nowrap !important;

    pointer-events: none !important;
}


.site-header__service-bar
.service-bar__title:nth-child(1)
> a::after {
    content: "Consulte seus pedidos";
}


.site-header__service-bar
.service-bar__title:nth-child(2)
> a::after {
    content: "Consulte seus pagamentos";
}


.site-header__service-bar
.service-bar__title:nth-child(3)
> a::after {
    content: "Consulte suas notas fiscais";
}


/* Seta discreta */

.site-header__service-bar .service-bar__title > a::before {
    content: "\203A";

    position: absolute !important;

    right: 17px !important;
    top: 50% !important;

    color: #b4b4b4 !important;

    font-family: Arial, sans-serif !important;

    font-size: 31px !important;
    font-weight: 300 !important;

    line-height: 1 !important;

    transform:
    translateY(-53%) !important;

    pointer-events: none !important;

    transition:
    color 0.22s ease,
    transform 0.22s ease !important;
}


/* Linha amarela no hover */

.site-header__service-bar .service-bar__title > a {
    background-image:
    linear-gradient(#f2cb13, #f2cb13) !important;

    background-repeat: no-repeat !important;

    background-size:
    0 3px !important;

    background-position:
    center bottom !important;

    transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease,
    background-size 0.25s ease !important;
}


/* Hover */

@media (hover: hover) and (pointer: fine) {

    .site-header__service-bar .service-bar__title > a:hover {
        color: #186331 !important;

        border-color:
        rgba(24, 99, 49, 0.28) !important;

        transform:
        translateY(-3px) !important;

        box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.08) !important;

        background-size:
        70% 3px !important;
    }


    .site-header__service-bar .service-bar__title > a:hover > i {
        background: #186331 !important;

        color: #f2cb13 !important;

        transform:
        translateY(-50%)
        scale(1.05) !important;
    }


    .site-header__service-bar .service-bar__title > a:hover::before {
        color: #186331 !important;

        transform:
        translate(3px, -53%) !important;
    }
}


/* =========================================================
   3. RODAPÉ GLOBAL
   ========================================================= */

.site__footer,
.site__footer .site-footer,
.site-footer {
    position: relative !important;
    z-index: 50 !important;

    background: #f4f4f4 !important;

    color: #5f5f5f !important;

    clear: both !important;

    isolation: isolate !important;
}


.site__footer .site-footer {
    padding-top: 28px !important;
}


/* Container */

.site__footer .site-footer > .container {
    width: 100% !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 20px !important;
    padding-right: 20px !important;
}


/* Colunas/widgets */

.site__footer .site-footer__widget {
    margin-bottom: 24px !important;
}


/* Logo institucional */

.site__footer .footer-institutional-v,
.site__footer .footer-contacts__text {
    margin-bottom: 18px !important;
}


.site__footer .footer-institutional-v p,
.site__footer .footer-contacts__text p {
    margin: 0 !important;
}


.site__footer .footer-institutional-v img,
.site__footer .footer-contacts__text img {
    display: block !important;

    width: auto !important;
    max-width: 240px !important;

    height: auto !important;
    max-height: 68px !important;

    margin: 0 !important;

    object-fit: contain !important;
}


/* Títulos */

.site__footer .footer-links__title,
.site__footer .footer-contacts__title,
.site__footer .footer-seals__title,
.site__footer .footer-payment__title,
.site__footer .footer-apps__title {
    position: relative !important;

    display: block !important;

    margin:
    0
    0
    17px
    0 !important;

    padding:
    0
    0
    10px
    0 !important;

    color: #186331 !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 1.25 !important;
}


/* Linha amarela pequena dos títulos */

.site__footer .footer-links__title::after,
.site__footer .footer-contacts__title::after,
.site__footer .footer-seals__title::after,
.site__footer .footer-payment__title::after,
.site__footer .footer-apps__title::after {
    content: "";

    position: absolute !important;

    left: 0 !important;
    bottom: 0 !important;

    width: 28px !important;
    height: 2px !important;

    background: #f2cb13 !important;

    border-radius: 2px !important;
}


/* Listas */

.site__footer .footer-links__list,
.site__footer .footer-contacts__contacts {
    list-style: none !important;

    margin:
    0
    0
    18px
    0 !important;

    padding: 0 !important;
}


.site__footer .footer-links__item,
.site__footer .footer-contacts__contacts li {
    margin: 0 0 10px 0 !important;

    padding: 0 !important;

    color: #606060 !important;

    font-size: 14px !important;

    line-height: 1.45 !important;
}


/* Links */

.site__footer .footer-links__link,
.site__footer .footer-links__list a,
.site__footer .footer-contacts__contacts a,
.site__footer .footer__text a {
    color: #606060 !important;

    text-decoration: none !important;

    transition:
    color 0.18s ease,
    transform 0.18s ease !important;
}


@media (hover: hover) and (pointer: fine) {

    .site__footer .footer-links__link:hover,
    .site__footer .footer-links__list a:hover,
    .site__footer .footer-contacts__contacts a:hover,
    .site__footer .footer__text a:hover {
        color: #186331 !important;

        text-decoration: none !important;
    }
}


/* Texto da coluna Fale Conosco */

.site__footer .footer__text {
    color: #606060 !important;

    font-size: 13px !important;

    line-height: 1.75 !important;
}


/* Ícones gerais do footer */

.site__footer .footer-contacts__icon {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 18px !important;

    margin-right: 6px !important;

    color: #616161 !important;

    font-size: 14px !important;

    vertical-align: middle !important;
}


/* Redes sociais - cores oficiais */

.site__footer .footer-contacts__contacts .fa-instagram {
    color: #e4405f !important;
}

.site__footer .footer-contacts__contacts .fa-facebook,
.site__footer .footer-contacts__contacts .fa-facebook-f {
    color: #1877f2 !important;
}

.site__footer .footer-contacts__contacts .fa-youtube {
    color: #ff0000 !important;
}

.site__footer .footer-contacts__contacts .fa-tiktok {
    color: #111111 !important;
}


/* CORREÇÃO IMPORTANTE DO TIKTOK:
   impede a imagem do ícone de ficar gigante nas páginas internas */

.site__footer .footer-contacts__contacts li a img,
.site__footer img[src*="ico-tiktok"],
.site__footer img[src*="tiktok"] {
    display: inline-block !important;

    width: 17px !important;
    min-width: 17px !important;
    max-width: 17px !important;

    height: 17px !important;
    min-height: 17px !important;
    max-height: 17px !important;

    margin:
    0
    7px
    0
    0 !important;

    padding: 0 !important;

    object-fit: contain !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;

    vertical-align: -3px !important;
}


/* Imagem das formas de pagamento */

.site__footer .footer__text > img,
.site__footer .footer__text .img-fluid {
    width: auto !important;

    max-width: 300px !important;

    height: auto !important;

    object-fit: contain !important;
}


/* Selos */

.site__footer .footer-seals__text img {
    display: block !important;

    width: auto !important;
    max-width: 280px !important;

    height: auto !important;

    margin-top: 6px !important;

    object-fit: contain !important;
}


/* Rodapé inferior */

.site__footer .site-footer__bottom {
    margin-top: 8px !important;

    padding:
    16px
    0
    18px !important;

    background: transparent !important;

    border-top: 1px solid #dcdcdc !important;

    color: #777777 !important;
}


.site__footer .site-footer__copyright {
    color: #777777 !important;

    font-size: 11px !important;

    line-height: 1.6 !important;

    text-align: center !important;
}


/* =========================================================
   4. PROTEÇÃO CONTRA SOBREPOSIÇÃO DO CONTEÚDO
   ========================================================= */

#baratao-newsletter-v3,
.site-newsletter,
#baratao-service-bar-v2,
#baratao-service-bar-v3,
.site-header__service-bar,
.site__footer,
.site-footer {
    position: relative !important;

    z-index: 50 !important;

    clear: both !important;

    isolation: isolate !important;
}


/* =========================================================
   5. TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    /* Newsletter */

    .site-newsletter__title,
    #baratao-newsletter-v3 .bnews-title {
        font-size: 17px !important;
    }


    .site-newsletter form,
    .site-newsletter .site-newsletter__form,
    #baratao-newsletter-v3 .bnews-form {
        gap: 8px !important;
    }


    /* Barra de serviços em 3 colunas compactas */

    .site-header__service-bar .service-bar__title {
        flex:
        0
        0
        33.333333% !important;

        max-width:
        33.333333% !important;
    }


    .site-header__service-bar .service-bar__title > a {
        min-height: 64px !important;

        padding:
        20px
        34px
        12px
        60px !important;

        font-size: 14px !important;
    }


    .site-header__service-bar .service-bar__title > a > i {
        left: 12px !important;

        width: 38px !important;
        height: 38px !important;

        font-size: 19px !important;
    }


    .site-header__service-bar .service-bar__title > a::after {
        display: none !important;
    }


    .site-header__service-bar .service-bar__title > a::before {
        right: 10px !important;

        font-size: 25px !important;
    }
}


/* =========================================================
   6. MOBILE
   ========================================================= */

@media (max-width: 767px) {

    /* Newsletter */

    .site-newsletter,
    #baratao-newsletter-v3 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }


    .site-newsletter > .container,
    #baratao-newsletter-v3 .bnews-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    .site-newsletter > .container > .row,
    .site-newsletter .site-newsletter__row {
        display: block !important;
    }


    .site-newsletter__title,
    #baratao-newsletter-v3 .bnews-title {
        margin-bottom: 12px !important;

        font-size: 17px !important;

        text-align: left !important;
    }


    .site-newsletter form,
    .site-newsletter .site-newsletter__form,
    #baratao-newsletter-v3 .bnews-form {
        display: grid !important;

        grid-template-columns: 1fr !important;

        gap: 9px !important;
    }


    #baratao-newsletter-v3 .bnews-layout {
        grid-template-columns: 1fr !important;

        gap: 12px !important;
    }


    .site-newsletter button,
    .site-newsletter .btn,
    #baratao-newsletter-v3 .bnews-button {
        width: 100% !important;
        min-width: 0 !important;

        transform: none !important;
    }


    /* Barra de serviços - 1 por linha */

    .site-header__service-bar.service-bar {
        padding: 13px 0 !important;
    }


    .site-header__service-bar .service-bar__container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    .site-header__service-bar .service-bar__row > .col-12 > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    .site-header__service-bar .service-bar__title {
        flex:
        0
        0
        100% !important;

        width: 100% !important;
        max-width: 100% !important;

        padding-left: 0 !important;
        padding-right: 0 !important;

        margin-bottom: 8px !important;
    }


    .site-header__service-bar .service-bar__title:last-child {
        margin-bottom: 0 !important;
    }


    .site-header__service-bar .service-bar__title > a {
        min-height: 60px !important;

        padding:
        19px
        40px
        12px
        62px !important;

        font-size: 15px !important;

        transform: none !important;
    }


    .site-header__service-bar .service-bar__title > a > i {
        left: 12px !important;

        width: 38px !important;
        height: 38px !important;

        font-size: 19px !important;

        transform:
        translateY(-50%) !important;
    }


    .site-header__service-bar .service-bar__title > a::after {
        display: none !important;
    }


    .site-header__service-bar .service-bar__title > a::before {
        right: 13px !important;

        font-size: 25px !important;
    }


    /* Footer */

    .site__footer .site-footer {
        padding-top: 24px !important;
    }


    .site__footer .site-footer > .container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }


    .site__footer .site-footer__widget {
        margin-bottom: 28px !important;
    }


    .site__footer .footer-institutional-v img,
    .site__footer .footer-contacts__text img {
        max-width: 210px !important;

        margin-left: 0 !important;
        margin-right: auto !important;
    }


    .site__footer .footer-links__title,
    .site__footer .footer-contacts__title,
    .site__footer .footer-seals__title,
    .site__footer .footer-payment__title,
    .site__footer .footer-apps__title {
        text-align: left !important;
    }


    .site__footer .footer-links__title::after,
    .site__footer .footer-contacts__title::after,
    .site__footer .footer-seals__title::after,
    .site__footer .footer-payment__title::after,
    .site__footer .footer-apps__title::after {
        left: 0 !important;

        transform: none !important;
    }


    .site__footer .footer-links__list,
    .site__footer .footer-contacts__contacts,
    .site__footer .footer__text {
        text-align: left !important;
    }


    .site__footer .footer-seals__text img {
        max-width: 240px !important;

        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

/* =========================================================
   AJUSTE FINAL GLOBAL - V2
   CORRIGE DIFERENÇAS ENTRE HOME E PÁGINAS INTERNAS

   Atua nas duas estruturas que podem existir na Agile:
   1) newsletter customizada #baratao-newsletter-v3
   2) barra customizada #baratao-service-bar-v3
   3) barra padrão .site-header__service-bar
   4) footer padrão .site__footer / .site-footer

   IMPORTANTE:
   este bloco fica NO FINAL do CSS para sobrescrever
   diferenças de estilo carregadas em páginas internas.
   ========================================================= */


/* =========================================================
   NEWSLETTER V3 - DESKTOP
   Corrige o problema dos inputs empilhados.
   ========================================================= */

#baratao-newsletter-v3 {
    width: 100% !important;

    padding: 18px 0 !important;

    background: #186331 !important;

    color: #ffffff !important;

    border-top: 5px solid #f2cb13 !important;

    box-sizing: border-box !important;
}


#baratao-newsletter-v3,
#baratao-newsletter-v3 * {
    box-sizing: border-box !important;
}


#baratao-newsletter-v3 .bnews-container {
    width: 100% !important;
    max-width: 1180px !important;

    margin: 0 auto !important;

    padding: 0 20px !important;
}


/* Título + formulário na mesma linha */

#baratao-newsletter-v3 .bnews-layout {
    display: grid !important;

    grid-template-columns:
    minmax(280px, 1fr)
    minmax(0, 2fr) !important;

    align-items: center !important;

    gap: 24px !important;

    width: 100% !important;
}


#baratao-newsletter-v3 .bnews-title-area {
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


#baratao-newsletter-v3 .bnews-title {
    margin: 0 !important;

    color: #ffffff !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 1.25 !important;

    text-align: left !important;
}


/* Form */

#baratao-newsletter-v3 .bnews-form {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/*
   ESTA ERA A PARTE QUE FALTAVA:
   .bnews-fields é quem contém Nome + E-mail + Botão.
*/

#baratao-newsletter-v3 .bnews-fields {
    display: grid !important;

    grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr)
    auto !important;

    align-items: center !important;

    gap: 12px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Inputs */

#baratao-newsletter-v3 .bnews-input {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;

    height: 44px !important;

    margin: 0 !important;

    padding: 0 14px !important;

    background: #ffffff !important;

    color: #444444 !important;

    border: 1px solid #dcdcdc !important;
    border-radius: 5px !important;

    outline: 0 !important;

    box-shadow: none !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 44px !important;
}


#baratao-newsletter-v3 .bnews-input:focus {
    border-color: #f2cb13 !important;

    box-shadow:
    0 0 0 3px rgba(242, 203, 19, 0.16) !important;
}


/* Botão */

#baratao-newsletter-v3 .bnews-button {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 140px !important;

    height: 44px !important;

    margin: 0 !important;

    padding: 0 20px !important;

    background: #f2cb13 !important;

    color: #186331 !important;

    border: 0 !important;
    border-radius: 5px !important;

    outline: 0 !important;

    box-shadow: none !important;

    font-size: 13px !important;
    font-weight: 800 !important;

    line-height: 1 !important;

    white-space: nowrap !important;

    cursor: pointer !important;

    transition:
    background-color 0.20s ease,
    transform 0.20s ease,
    box-shadow 0.20s ease !important;
}


@media (hover: hover) and (pointer: fine) {

    #baratao-newsletter-v3 .bnews-button:hover {
        background: #ffd817 !important;

        color: #186331 !important;

        transform: translateY(-1px) !important;

        box-shadow:
        0 4px 9px rgba(0, 0, 0, 0.15) !important;
    }
}


/* =========================================================
   BARRA DE SERVIÇOS V3
   Corrige a versão que estava aparecendo "solta".
   ========================================================= */

#baratao-service-bar-v3 {
    position: relative !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 14px 0 !important;

    background: #f3f3f3 !important;

    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e2e2e2 !important;

    color: #444444 !important;

    box-sizing: border-box !important;

    clear: both !important;

    z-index: 50 !important;

    isolation: isolate !important;
}


#baratao-service-bar-v3,
#baratao-service-bar-v3 * {
    box-sizing: border-box !important;
}


#baratao-service-bar-v3 .bsb-container {
    width: 100% !important;
    max-width: 1180px !important;

    margin: 0 auto !important;

    padding: 0 20px !important;
}


/* Três cards lado a lado */

#baratao-service-bar-v3 .bsb-grid {
    display: grid !important;

    grid-template-columns:
    repeat(3, minmax(0, 1fr)) !important;

    gap: 10px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Card */

#baratao-service-bar-v3 .bsb-item {
    position: relative !important;

    display: grid !important;

    grid-template-columns:
    42px
    minmax(0, 1fr)
    22px !important;

    align-items: center !important;

    column-gap: 10px !important;

    width: 100% !important;
    min-height: 64px !important;

    margin: 0 !important;

    padding: 9px 12px !important;

    background: #ffffff !important;

    color: #444444 !important;

    border: 1px solid #dddddd !important;
    border-radius: 7px !important;

    outline: 0 !important;

    box-shadow: none !important;

    text-decoration: none !important;

    overflow: hidden !important;

    transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease !important;
}


/* Linha amarela do hover */

#baratao-service-bar-v3 .bsb-item::after {
    content: "" !important;

    position: absolute !important;

    left: 50% !important;
    bottom: 0 !important;

    width: 0 !important;
    height: 3px !important;

    background: #f2cb13 !important;

    border-radius: 4px 4px 0 0 !important;

    transform: translateX(-50%) !important;

    transition:
    width 0.25s ease !important;
}


/* Ícone */

#baratao-service-bar-v3 .bsb-icon {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 38px !important;
    height: 38px !important;

    min-width: 38px !important;
    min-height: 38px !important;

    margin: 0 !important;
    padding: 0 !important;

    background:
    rgba(24, 99, 49, 0.08) !important;

    color: #186331 !important;

    border-radius: 50% !important;

    line-height: 1 !important;

    transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease !important;
}


#baratao-service-bar-v3 .bsb-icon i {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 24px !important;
    height: 24px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #186331 !important;

    font-size: 19px !important;
    line-height: 1 !important;

    text-align: center !important;
}


/* Conteúdo */

#baratao-service-bar-v3 .bsb-content {
    display: flex !important;

    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


#baratao-service-bar-v3 .bsb-title {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #3f3f3f !important;

    font-size: 15px !important;
    font-weight: 700 !important;

    line-height: 18px !important;

    text-align: left !important;
}


#baratao-service-bar-v3 .bsb-description {
    display: block !important;

    width: 100% !important;

    margin: 2px 0 0 0 !important;
    padding: 0 !important;

    color: #888888 !important;

    font-size: 10px !important;
    font-weight: 400 !important;

    line-height: 13px !important;

    text-align: left !important;
}


/* Seta */

#baratao-service-bar-v3 .bsb-arrow {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 22px !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #b4b4b4 !important;

    font-size: 17px !important;
    line-height: 1 !important;

    transition:
    color 0.22s ease,
    transform 0.22s ease !important;
}


#baratao-service-bar-v3 .bsb-arrow i {
    margin: 0 !important;
    padding: 0 !important;

    line-height: 1 !important;
}


/* Hover */

@media (hover: hover) and (pointer: fine) {

    #baratao-service-bar-v3 .bsb-item:hover {
        transform:
        translateY(-2px) !important;

        border-color:
        rgba(24, 99, 49, 0.25) !important;

        box-shadow:
        0 5px 13px rgba(0, 0, 0, 0.07) !important;
    }


    #baratao-service-bar-v3 .bsb-item:hover::after {
        width: 68% !important;
    }


    #baratao-service-bar-v3 .bsb-item:hover .bsb-icon {
        background: #186331 !important;

        color: #f2cb13 !important;

        transform:
        scale(1.04) !important;
    }


    #baratao-service-bar-v3 .bsb-item:hover .bsb-icon i {
        color: #f2cb13 !important;
    }


    #baratao-service-bar-v3 .bsb-item:hover .bsb-title {
        color: #186331 !important;
    }


    #baratao-service-bar-v3 .bsb-item:hover .bsb-arrow {
        color: #186331 !important;

        transform:
        translateX(2px) !important;
    }
}


/* =========================================================
   BARRA PADRÃO DA AGILE
   Mantém compatibilidade com páginas que usam markup antigo.
   ========================================================= */

.site-header__service-bar.service-bar {
    padding: 14px 0 !important;
}


.site-header__service-bar .service-bar__container {
    max-width: 1180px !important;

    padding-left: 20px !important;
    padding-right: 20px !important;
}


/* =========================================================
   FOOTER - CORREÇÃO DEFINITIVA DAS LISTAS / ÍCONES
   ========================================================= */

/* Remove marcadores mesmo quando a página interna usa
   uma variação de classe diferente. */

.site__footer ul,
.site-footer ul,
.site__footer .footer-links__list,
.site__footer .footer-contacts__contacts,
.site-footer .footer-links__list,
.site-footer .footer-contacts__contacts {
    list-style: none !important;
    list-style-type: none !important;

    margin-left: 0 !important;

    padding-left: 0 !important;
}


/* Remove qualquer marcador ::marker herdado */

.site__footer li::marker,
.site-footer li::marker {
    content: "" !important;

    font-size: 0 !important;
}


/* Mantém o espaçamento limpo */

.site__footer li,
.site-footer li {
    padding-left: 0 !important;
}


/* TikTok nunca estoura */

.site__footer img[src*="tiktok"],
.site-footer img[src*="tiktok"],
.site__footer img[src*="ico-tiktok"],
.site-footer img[src*="ico-tiktok"] {
    display: inline-block !important;

    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;

    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;

    margin:
    0
    7px
    0
    0 !important;

    padding: 0 !important;

    object-fit: contain !important;

    vertical-align: -3px !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;
}


/* Ícones das redes sempre pequenos */

.site__footer .footer-contacts__contacts i,
.site-footer .footer-contacts__contacts i {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 16px !important;

    margin-right: 7px !important;

    font-size: 13px !important;

    line-height: 1 !important;

    vertical-align: middle !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    #baratao-newsletter-v3 .bnews-layout {
        grid-template-columns:
        minmax(220px, 0.8fr)
        minmax(0, 2fr) !important;

        gap: 16px !important;
    }


    #baratao-newsletter-v3 .bnews-title {
        font-size: 16px !important;
    }


    #baratao-newsletter-v3 .bnews-fields {
        gap: 8px !important;
    }


    #baratao-newsletter-v3 .bnews-button {
        min-width: 120px !important;

        padding: 0 14px !important;
    }


    #baratao-service-bar-v3 .bsb-grid {
        gap: 8px !important;
    }


    #baratao-service-bar-v3 .bsb-item {
        grid-template-columns:
        36px
        minmax(0, 1fr)
        18px !important;

        column-gap: 8px !important;

        min-height: 60px !important;

        padding: 8px 9px !important;
    }


    #baratao-service-bar-v3 .bsb-icon {
        width: 34px !important;
        height: 34px !important;

        min-width: 34px !important;
        min-height: 34px !important;
    }


    #baratao-service-bar-v3 .bsb-icon i {
        font-size: 17px !important;
    }


    #baratao-service-bar-v3 .bsb-title {
        font-size: 13px !important;
    }


    #baratao-service-bar-v3 .bsb-description {
        display: none !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #baratao-newsletter-v3 {
        padding: 15px 0 !important;
    }


    #baratao-newsletter-v3 .bnews-container {
        padding: 0 15px !important;
    }


    #baratao-newsletter-v3 .bnews-layout {
        grid-template-columns:
        1fr !important;

        gap: 12px !important;
    }


    #baratao-newsletter-v3 .bnews-title {
        font-size: 16px !important;
    }


    #baratao-newsletter-v3 .bnews-fields {
        grid-template-columns:
        1fr !important;

        gap: 8px !important;
    }


    #baratao-newsletter-v3 .bnews-button {
        width: 100% !important;
        min-width: 0 !important;

        transform: none !important;
    }


    #baratao-service-bar-v3 {
        padding: 12px 0 !important;
    }


    #baratao-service-bar-v3 .bsb-container {
        padding: 0 15px !important;
    }


    #baratao-service-bar-v3 .bsb-grid {
        grid-template-columns:
        1fr !important;

        gap: 8px !important;
    }


    #baratao-service-bar-v3 .bsb-item {
        grid-template-columns:
        38px
        minmax(0, 1fr)
        20px !important;

        column-gap: 10px !important;

        min-height: 58px !important;

        padding: 8px 11px !important;

        transform: none !important;
    }


    #baratao-service-bar-v3 .bsb-icon {
        width: 36px !important;
        height: 36px !important;

        min-width: 36px !important;
        min-height: 36px !important;
    }


    #baratao-service-bar-v3 .bsb-icon i {
        font-size: 17px !important;
    }


    #baratao-service-bar-v3 .bsb-title {
        font-size: 14px !important;
    }


    #baratao-service-bar-v3 .bsb-description {
        display: none !important;
    }


    #baratao-service-bar-v3 .bsb-arrow {
        font-size: 15px !important;
    }
}

/* =========================================================
   HOVER GLOBAL DO RODAPÉ - V3

   Aplica o mesmo comportamento em:
   - Institucional
   - Redes Sociais
   - Fale Conosco
   - e-mail
   - ícones

   Efeito:
   - fica verde
   - desloca 2px para a direita
   - suave e sem alterar o layout
   ========================================================= */

@media (hover: hover) and (pointer: fine) {

    /* =====================================================
       INSTITUCIONAL
       ===================================================== */

    .site__footer .footer-links__list li,
    .site-footer .footer-links__list li {
        transition:
        transform 0.18s ease !important;
    }

    .site__footer .footer-links__list li:hover,
    .site-footer .footer-links__list li:hover {
        transform:
        translateX(2px) !important;
    }

    .site__footer .footer-links__list li:hover a,
    .site-footer .footer-links__list li:hover a,
    .site__footer .footer-links__link:hover,
    .site-footer .footer-links__link:hover {
        color: #186331 !important;

        text-decoration: none !important;
    }


    /* =====================================================
       REDES SOCIAIS
       ===================================================== */

    .site__footer .footer-contacts__contacts li,
    .site-footer .footer-contacts__contacts li {
        transition:
        transform 0.18s ease !important;
    }

    .site__footer .footer-contacts__contacts li:hover,
    .site-footer .footer-contacts__contacts li:hover {
        transform:
        translateX(2px) !important;
    }

    .site__footer .footer-contacts__contacts li:hover a,
    .site-footer .footer-contacts__contacts li:hover a {
        color: #186331 !important;

        text-decoration: none !important;
    }

    /* No hover, todos os ícones sociais ficam verdes */
    .site__footer .footer-contacts__contacts li:hover i,
    .site-footer .footer-contacts__contacts li:hover i {
        color: #186331 !important;
    }

    /* TikTok em imagem ganha pequeno destaque sem deformar */
    .site__footer .footer-contacts__contacts li:hover img,
    .site-footer .footer-contacts__contacts li:hover img {
        transform:
        scale(1.06) !important;

        transition:
        transform 0.18s ease !important;
    }


    /* =====================================================
       FALE CONOSCO / E-MAIL
       Para os itens que são links.
       ===================================================== */

    .site__footer .footer__text a,
    .site-footer .footer__text a,
    .site__footer .footer-contacts__text a,
    .site-footer .footer-contacts__text a {
        display: inline-block !important;

        transition:
        color 0.18s ease,
        transform 0.18s ease !important;
    }

    .site__footer .footer__text a:hover,
    .site-footer .footer__text a:hover,
    .site__footer .footer-contacts__text a:hover,
    .site-footer .footer-contacts__text a:hover {
        color: #186331 !important;

        transform:
        translateX(2px) !important;

        text-decoration: none !important;
    }


    /* =====================================================
       ÍCONES DE CONTATO
       ===================================================== */

    .site__footer .footer__text a:hover i,
    .site-footer .footer__text a:hover i,
    .site__footer .footer-contacts__text a:hover i,
    .site-footer .footer-contacts__text a:hover i {
        color: #186331 !important;
    }


    /* =====================================================
       FORMAS DE PAGAMENTO E SITE SEGURO
       Hover bem discreto
       ===================================================== */

    .site__footer .footer__text > img,
    .site-footer .footer__text > img,
    .site__footer .footer-seals__text img,
    .site-footer .footer-seals__text img {
        transition:
        transform 0.20s ease !important;
    }

    .site__footer .footer__text > img:hover,
    .site-footer .footer__text > img:hover,
    .site__footer .footer-seals__text img:hover,
    .site-footer .footer-seals__text img:hover {
        transform:
        scale(1.025) !important;
    }
}


/* =========================================================
   MOBILE
   Sem deslocamentos no toque
   ========================================================= */

@media (max-width: 991px) {

    .site__footer .footer-links__list li:hover,
    .site-footer .footer-links__list li:hover,
    .site__footer .footer-contacts__contacts li:hover,
    .site-footer .footer-contacts__contacts li:hover,
    .site__footer .footer__text a:hover,
    .site-footer .footer__text a:hover,
    .site__footer .footer-contacts__text a:hover,
    .site-footer .footer-contacts__text a:hover {
        transform:
        none !important;
    }
}

/* =========================================================
   V4 - 3 AJUSTES APROVADOS
   1) linha amarela mais afastada do título
   2) modo LISTA de produtos com mais respiro
   3) parte final idêntica à HOME em todas as páginas
   ========================================================= */


/* =========================================================
   1. LINHA AMARELA DOS TÍTULOS
   Desce levemente sem mover o texto.
   ========================================================= */

.site__footer .footer-links__title::after,
.site__footer .footer-contacts__title::after,
.site__footer .footer-seals__title::after,
.site__footer .footer-payment__title::after,
.site__footer .footer-apps__title::after,
.site-footer .footer-links__title::after,
.site-footer .footer-contacts__title::after,
.site-footer .footer-seals__title::after,
.site-footer .footer-payment__title::after,
.site-footer .footer-apps__title::after {
    bottom: -3px !important;
}


/* Mantém um pequeno respiro entre a linha e o conteúdo abaixo */

.site__footer .footer-links__title,
.site__footer .footer-contacts__title,
.site__footer .footer-seals__title,
.site__footer .footer-payment__title,
.site__footer .footer-apps__title,
.site-footer .footer-links__title,
.site-footer .footer-contacts__title,
.site-footer .footer-seals__title,
.site-footer .footer-payment__title,
.site-footer .footer-apps__title {
    margin-bottom: 20px !important;
}


/* =========================================================
   2. MODO LISTA DE PRODUTOS
   Mais espaço e remoção da moldura do grid dentro da lista.

   IMPORTANTE:
   só atua quando a própria Agile informa data-layout="list".
   O modo GRID continua com a moldura normalmente.
   ========================================================= */

/* Remove a moldura criada para os cards do grid */
.products-view__list[data-layout="list"] .product-card,
.products-list[data-layout="list"] .product-card {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    padding: 14px 16px !important;

    background: transparent !important;

    border-radius: 0 !important;

    box-shadow: none !important;

    transform: none !important;

    overflow: visible !important;

    transition: none !important;
}


/* Remove a linha amarela dos cards somente no modo lista */
.products-view__list[data-layout="list"] .product-card::before,
.products-list[data-layout="list"] .product-card::before,
.products-view__list[data-layout="list"] .product-card:hover::before,
.products-list[data-layout="list"] .product-card:hover::before {
    display: none !important;

    width: 0 !important;
}


/* Não deixa o card subir no hover no modo lista */
@media (hover: hover) and (pointer: fine) {

    .products-view__list[data-layout="list"] .product-card:hover,
    .products-list[data-layout="list"] .product-card:hover {
        transform: none !important;

        box-shadow: none !important;
    }
}


/* Linhas da tabela/lista com mais altura */
.products-view__list[data-layout="list"] table tbody tr,
.products-list[data-layout="list"] table tbody tr {
    min-height: 96px !important;
}


/* Células com mais respiro */
.products-view__list[data-layout="list"] table tbody td,
.products-list[data-layout="list"] table tbody td {
    padding-top: 14px !important;
    padding-bottom: 14px !important;

    vertical-align: middle !important;
}


/* Primeira coluna - produto */
.products-view__list[data-layout="list"] table tbody td:first-child,
.products-list[data-layout="list"] table tbody td:first-child {
    padding-left: 18px !important;
    padding-right: 22px !important;
}


/* Colunas de unidade e quantidade */
.products-view__list[data-layout="list"] table tbody td:nth-child(2),
.products-view__list[data-layout="list"] table tbody td:nth-child(3),
.products-list[data-layout="list"] table tbody td:nth-child(2),
.products-list[data-layout="list"] table tbody td:nth-child(3) {
    padding-left: 18px !important;
    padding-right: 18px !important;
}


/* Cabeçalho da lista também ganha um pouco de espaço */
.products-view__list[data-layout="list"] table thead th,
.products-list[data-layout="list"] table thead th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;

    vertical-align: middle !important;
}


/* Imagem do produto mais afastada do conteúdo */
.products-view__list[data-layout="list"] .product-card__image,
.products-view__list[data-layout="list"] .product-card__image-body,
.products-view__list[data-layout="list"] .product-card__image-link,
.products-list[data-layout="list"] .product-card__image,
.products-list[data-layout="list"] .product-card__image-body,
.products-list[data-layout="list"] .product-card__image-link {
    margin-right: 18px !important;
}


/* Área de informações não fica espremida */
.products-view__list[data-layout="list"] .product-card__info,
.products-view__list[data-layout="list"] .product-card__name,
.products-view__list[data-layout="list"] .product-card__actions,
.products-list[data-layout="list"] .product-card__info,
.products-list[data-layout="list"] .product-card__name,
.products-list[data-layout="list"] .product-card__actions {
    min-width: 0 !important;
}


/* Nome do produto respira melhor */
.products-view__list[data-layout="list"] .product-card__name,
.products-list[data-layout="list"] .product-card__name {
    margin-bottom: 5px !important;

    line-height: 1.35 !important;
}


/* Select da unidade */
.products-view__list[data-layout="list"] select,
.products-list[data-layout="list"] select {
    min-height: 34px !important;

    margin-top: 6px !important;
}


/* Quantidade */
.products-view__list[data-layout="list"] .input-number,
.products-list[data-layout="list"] .input-number {
    margin-left: auto !important;
    margin-right: auto !important;
}


/* =========================================================
   3. PARTE FINAL IGUAL À HOME
   Força a mesma estrutura visual do footer em qualquer rota.
   ========================================================= */

/* Mesmo fundo e mesma largura */
.site__footer,
.site-footer,
.site__footer .site-footer {
    width: 100% !important;

    background: #f4f4f4 !important;

    color: #606060 !important;
}


.site__footer .site-footer,
.site-footer {
    padding-top: 28px !important;
}


/* Mesmo container em todas as páginas */
.site__footer .site-footer > .container,
.site-footer > .container {
    width: 100% !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 20px !important;
    padding-right: 20px !important;

    box-sizing: border-box !important;
}


/* Faz as 3 colunas seguirem exatamente a mesma grade da HOME */
.site__footer .site-footer__widgets > .row,
.site-footer .site-footer__widgets > .row {
    display: grid !important;

    grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr) !important;

    column-gap: 64px !important;
    row-gap: 0 !important;

    align-items: start !important;

    width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Neutraliza diferenças de col-* do Bootstrap entre páginas */
.site__footer .site-footer__widgets > .row > [class*="col-"],
.site-footer .site-footer__widgets > .row > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;

    flex: none !important;

    margin: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* Mesmo espaçamento vertical dos widgets */
.site__footer .site-footer__widget,
.site-footer .site-footer__widget {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
}


/* Logo sempre com o mesmo tamanho */
.site__footer .footer-institutional-v img,
.site__footer .footer-contacts__text img,
.site-footer .footer-institutional-v img,
.site-footer .footer-contacts__text img {
    width: auto !important;
    max-width: 240px !important;

    height: auto !important;
    max-height: 68px !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* Títulos idênticos */
.site__footer .footer-links__title,
.site__footer .footer-contacts__title,
.site__footer .footer-seals__title,
.site__footer .footer-payment__title,
.site__footer .footer-apps__title,
.site-footer .footer-links__title,
.site-footer .footer-contacts__title,
.site-footer .footer-seals__title,
.site-footer .footer-payment__title,
.site-footer .footer-apps__title {
    color: #186331 !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 1.25 !important;
}


/* Links e contatos com o mesmo tamanho da HOME */
.site__footer .footer-links__item,
.site__footer .footer-contacts__contacts li,
.site-footer .footer-links__item,
.site-footer .footer-contacts__contacts li,
.site__footer .footer__text,
.site-footer .footer__text {
    font-size: 14px !important;

    line-height: 1.7 !important;
}


/* Formas de pagamento */
.site__footer .footer__text > img,
.site__footer .footer__text .img-fluid,
.site-footer .footer__text > img,
.site-footer .footer__text .img-fluid {
    width: auto !important;
    max-width: 300px !important;

    height: auto !important;
}


/* Site seguro */
.site__footer .footer-seals__text img,
.site-footer .footer-seals__text img {
    width: auto !important;
    max-width: 280px !important;

    height: auto !important;
}


/* Copyright igual em todas as rotas */
.site__footer .site-footer__bottom,
.site-footer .site-footer__bottom {
    margin-top: 8px !important;

    padding-top: 16px !important;
    padding-bottom: 18px !important;

    background: transparent !important;

    border-top: 1px solid #dcdcdc !important;
}


.site__footer .site-footer__copyright,
.site-footer .site-footer__copyright {
    color: #777777 !important;

    font-size: 11px !important;

    line-height: 1.6 !important;

    text-align: center !important;
}


/* Newsletter e barra de atalhos mantêm a mesma separação da HOME */
.site-newsletter,
#baratao-newsletter-v3 {
    margin-bottom: 0 !important;
}


.site-header__service-bar,
#baratao-service-bar-v3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* =========================================================
   TABLET - FOOTER
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .site__footer .site-footer__widgets > .row,
    .site-footer .site-footer__widgets > .row {
        grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

        column-gap: 36px !important;
        row-gap: 26px !important;
    }


    /* Terceira coluna ocupa a largura toda */
    .site__footer .site-footer__widgets > .row > [class*="col-"]:nth-child(3),
    .site-footer .site-footer__widgets > .row > [class*="col-"]:nth-child(3) {
        grid-column: 1 / -1 !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    /* Lista: não exagera no espaço em telas pequenas */
    .products-view__list[data-layout="list"] table tbody td,
    .products-list[data-layout="list"] table tbody td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }


    .products-view__list[data-layout="list"] .product-card,
    .products-list[data-layout="list"] .product-card {
        padding: 10px !important;
    }


    /* Footer em uma coluna */
    .site__footer .site-footer__widgets > .row,
    .site-footer .site-footer__widgets > .row {
        grid-template-columns:
        1fr !important;

        column-gap: 0 !important;
        row-gap: 26px !important;
    }


    .site__footer .site-footer__widgets > .row > [class*="col-"]:nth-child(3),
    .site-footer .site-footer__widgets > .row > [class*="col-"]:nth-child(3) {
        grid-column: auto !important;
    }
}

/* =========================================================
   V5 - AJUSTES SOMENTE EM PRODUTOS
   1) CARROSSEL DA HOME COM MAIS RESPIRO EM CIMA
   2) MODO LISTA SEM MOLDURA APERTADA
   ========================================================= */


/* =========================================================
   1. CARROSSEL DE PRODUTOS DA HOME
   Afasta os cards do título da seção.
   ========================================================= */

.block-products-carousel__slider {
    margin-top: 6px !important;
}

.block-products-carousel__slider .owl-stage-outer {
    padding-top: 8px !important;
    padding-bottom: 10px !important;

    /*
       Remove o margin-top negativo anterior,
       que puxava os cards para perto do título.
    */
    margin-top: 0 !important;
    margin-bottom: -10px !important;
}


/* Mantém o espaçamento horizontal entre os cards */

.block-products-carousel__slider .owl-item {
    box-sizing: border-box !important;

    padding-left: 5px !important;
    padding-right: 5px !important;
}


/* =========================================================
   2. MODO LISTA DE PRODUTOS
   A estrutura real da Agile coloca .product-card dentro
   de células de tabela. Por isso o seletor anterior
   data-layout="list" não pegava todos os casos.
   ========================================================= */


/* Remove a moldura do card SOMENTE quando ele está em tabela */

table .product-card {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 8px 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    transform: none !important;

    overflow: visible !important;

    transition: none !important;
}


/* Remove a linha amarela do card no modo lista */

table .product-card::before,
table .product-card:hover::before {
    display: none !important;

    width: 0 !important;
    height: 0 !important;
}


/* Não deixa o card subir nem ganhar sombra na lista */

@media (hover: hover) and (pointer: fine) {

    table .product-card:hover {
        transform: none !important;

        box-shadow: none !important;
    }
}


/* Mais espaço entre imagem e informações */

table .product-card__image,
table .product-card__image-body,
table .product-card__image-link {
    margin-right: 18px !important;
}


/* Nome com um pouco mais de respiro */

table .product-card__name {
    margin-bottom: 6px !important;

    line-height: 1.35 !important;
}


/* Área de informações pode ocupar o espaço disponível */

table .product-card__info,
table .product-card__actions {
    min-width: 0 !important;
}


/* Select de unidade */

table .product-card select,
table select {
    min-height: 34px;
}


/* =========================================================
   ESPAÇAMENTO DAS LINHAS DA TABELA
   Usa :has apenas quando o navegador suporta.
   Assim não mexe em outras tabelas do site.
   ========================================================= */

@supports selector(tr:has(.product-card)) {

    table tbody tr:has(.product-card) > td {
        padding-top: 14px !important;
        padding-bottom: 14px !important;

        vertical-align: middle !important;
    }


    table tbody tr:has(.product-card) > td:first-child {
        padding-left: 18px !important;
        padding-right: 24px !important;
    }


    table tbody tr:has(.product-card) > td:not(:first-child) {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991px) {

    /* Carrossel: mantém respiro, mas menor */
    .block-products-carousel__slider {
        margin-top: 4px !important;
    }

    .block-products-carousel__slider .owl-stage-outer {
        padding-top: 5px !important;
        padding-bottom: 5px !important;

        margin-top: 0 !important;
        margin-bottom: -5px !important;
    }

    .block-products-carousel__slider .owl-item {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }


    /* Lista */
    table .product-card {
        padding: 6px 0 !important;
    }

    table .product-card__image,
    table .product-card__image-body,
    table .product-card__image-link {
        margin-right: 12px !important;
    }
}