/*=========================================================================================================*/

/* Centraliza os títulos e o conteúdo dos blocos do rodapé no Mobile */
@media (max-width: 991px) {
    /* Centraliza os textos e títulos dos blocos */
    .site-footer .site-footer__widgets .row {
        text-align: center !important;
    }

    /* LISTAS DE TEXTO (Institucional, Redes Sociais, Fale Conosco):
     Força o alinhamento em coluna (um abaixo do outro) e centralizado */
    .site-footer .footer-links__list,
    .site-footer .footer-contacts__contacts {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        padding-left: 0 !important;
    }

    .site-footer .footer-links__list li,
    .site-footer .footer-contacts__contacts li {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 6px !important;
    }

    /* IMAGENS E SELOS (Destaques, Cartões, Apps e Segurança):
     Mantém lado a lado na horizontal, mas centralizados */
    .site-footer .footer-apps__text,
    .site-footer .footer-payment__icons,
    .site-footer .footer-security__text {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }

    /* Exceção específica para a lista de Destaques (selos lado a lado) */
    .site-footer .footer-payment__title + ul.footer-contacts__contacts,
    .site-footer ul.footer-highlights-list {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }

    .site-footer .footer-payment__title + ul.footer-contacts__contacts li {
        width: auto !important;
        display: inline-block !important;
    }
}


.site-footer__logo img {
    width: 150px;
    margin-bottom: 30px;
    margin-top: 20px;
}



/* Centraliza os títulos e o conteúdo dos blocos do rodapé apenas no Mobile */
@media (max-width: 991px) {
    /* Centraliza o texto dos títulos e das colunas */
    .site-footer .site-footer__widgets .row {
        text-align: center !important;
    }

    /* Centraliza os contêineres Flex (Selos, Cartões, Apps e Redes Sociais) */
    .site-footer .footer-apps__text,
    .site-footer .footer-payment__icons,
    .site-footer .footer-security__text,
    .site-footer .footer-contacts__contacts,
    .site-footer .footer-links__list,
    .site-footer ul {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }

    /* Garante que imagens e itens de lista não fiquem colados */
    .site-footer ul li {
        display: inline-flex !important;
        justify-content: center !important;
    }
}

.img-fluid {
    /*max-width: 90%;*/
    height: auto;
    margin-top: 10px;
}

/* Trava a altura dos ícones de pagamento para não deformarem */
.footer-payment-icon {
    height: 35px !important;
    width: auto !important;
    object-fit: contain !important;
    margin-left: 10px;
    margin-top: 10px;
}


/* Esconde a coluna cujo  não tem nenhuma imagem dentro */
.block-banner-8 > div:has(a.block-banner__body):not(:has(.block-banner__image)) {
    display: none;
}

/* Faz as colunas restantes crescerem e ocuparem o espaço livre */
.block-banner-8.row {
    display: flex;
    flex-wrap: wrap;
}

.block-banner-8 > div {
    flex: 1 1 0;
    max-width: none;
    /* remove o limite herdado do Bootstrap (col-lg-2 etc) */
}

/*MOBILE BANNERS 6x Beneficios */

/* Desktop/tablet: mantém o comportamento atual (flex distribuindo o espaço) */
.block-banner-8.row {
    display: flex;
    flex-wrap: wrap;
}

.block-banner-8 > div:has(a.block-banner__body):not(:has(.block-banner__image)) {
    display: none;
}

/* Mobile: vira carrossel */
@media (max-width: 767px) {
    .block-banner-8.row {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 8px;
        /* espaço pra scrollbar não cortar o banner */
    }

    /* esconde a scrollbar (opcional, visual mais limpo) */
    .block-banner-8.row::-webkit-scrollbar {
        height: 4px;
    }
    .block-banner-8.row::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.2);
        border-radius: 4px;
    }

    .block-banner-8 > div {
        flex: 0 0 auto;
        /* não deixa esticar nem encolher */
        width: 45%;
        /* controla quantos aparecem por vez — ajuste esse valor */
        scroll-snap-align: start;
        max-width: none;
    }
}

/* Garante alinhamento dos títulos e tira margens superiores indesejadas */
.site-footer h5 {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

/* Força alinhamento dos blocos pelo topo */
.site-footer .row {
    align-items: flex-start !important;
}


.site-footer ul li img {
    max-height: 60px !important;
    width: auto !important;
    object-fit: contain !important;
}


body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #22294f;
}

.site-header__logo img {
    height: 95px;
}

.site-header__cart i {
    color: #da5a1c;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #22294f;
    color: #fff;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #22294f;
    color: #FFF;
}

.price-alert-text {
    background: #f1f1f1;
    padding: 10px;
    width: 350px;
    font-weight: 700;
    text-align: center;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #22294f;
}

.block-products-carousel__column .product-card__name {
    min-height: 55px;
}

.block-products-carousel__column .product-card__prices {
    min-height: 35px;
    margin-bottom: 10px;
}

.block-products-carousel__column .product-card__buttons {
    margin-top: 0px;
}

.product-card__prices {
    min-height: 15px;
}

.product-card__price {
    color: #22294f;
}

.product-card__new-price {
    color: #22294f;
}

.product__price {
    color: #22294f;
}

.product__new-price {
    color: #22294f;
}

.top-button {
    color: #22294f;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #22294f;
        color: #FFF;
    }
}

.product__new-price--text {
    font-size: 16px;
    color: #28A744;
    margin-bottom: 5px;
}

.product-card__new-price--text {
    font-size: 10px;
    color: #28A744;
    margin-top: 5px;
}



.page-header__back i {
    color: #22294f;
}

.input-check__input:checked ~ .input-check__box {
    background: #22294f;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #da5a1c;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #22294f;
}

.block-header__arrow {
    background: transparent;
    color: #22294f;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #da5a1c;
}

.block-header__arrow:active {
    background: transparent;
    color: #22294f;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #22294f;
}

.filter__arrow {
    color: #22294f;
}

.site-newsletter__title {
    color: #22294f;
}


.footer-newsletter__title {
    color: #22294f;
}

.megamenu__links--level--1 .megamenu__item a {
    font-size: 12px;
    white-space: nowrap;
    margin-right: 15px;
}

.block-header__title {
    color: #22294f;
}

.page-header__title {
    color: #22294f;
}

.product__name {
    color: #22294f;
}

.product-tabs__item {
    color: #22294f;
}

.product-tabs__item:hover {
    color: #22294f;
}

.product-tabs__item--active {
    border-bottom-color: #22294f;
}

.block-products-carousel[data-layout=grid-5] .product-card .product-card__actions {
    padding: 15px 15px 15px;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 0px;
    height: 46px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-links__item-link {
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .nav-links__item-link {
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }
}

.nav-links__item-link:hover {
    background-color: #fff;
    color: #da5a1c;
}

.nav-links__item--has-submenu .nav-links__item-body {
    padding-right: 15px!important;
}

.nav-links__item-body .fa-chevron-down {
    display: none;
}

.megamenu__links--level--1 > .megamenu__item > a {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}


.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}

.topbar-message {
    background: #606061;
    color: #FFF;
    min-height: 40px;
    padding: 10px;
}

.topbar-message .fa-shipping-fast {
    font-size: 20px;
}

.topbar-app {
    background: #e1e1e1;
    color: #FFF;
    min-height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.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;
    height: 48px;
}

.topbar-app .btn {
    font-weight: 500;
    box-shadow: 1px 1px 3px #606061;
    -webkit-box-shadow: 1px 1px 3px #606061;
    -moz-box-shadow: 1px 1px 3px #606061;
}

.site-newsletter {
    background: #22294f;
}

.site-newsletter__title {
    color: #fff;
}

.service-bar {
    background: #da5a1c;
}

.site-header__phone-title {
    color: #22294f;
}

.search__button {
    color: #da5a1c;
}

.search__button:hover {
    color: #22294f;
}

.page-header__title {
    color: #da5a1c;
}

.service-bar__title:hover {
    color: #22294f !important;
}

.service-bar__title {
    color: #fff !important;
}

.mobile-header__logo img {
    max-height: 45px;
    max-width: 200px;
    object-fit: contain;
    margin-left: 24px;
}

.site-header__phone-title {
    font-size: 17px;
}

.nav-links__item--has-submenu .nav-links__item-body {
    padding-right: 15px!important;
}

/*.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}*/

.nav-links__item-body {
    padding: 0 15px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}

.search__button {
    background: #da5a1c;
    color: #fff;
}

.megamenu__links--level--1 > .megamenu__item > a {
    color: #fff;
}

.site-footer {
    margin-top: 0px;
}

.site-footer {
    background: #fff;
    border-top: 1px solid #ebebeb;
}

.service-bar {
    margin-bottom: 1px;
}

.footer-apps__text img {
    width: 128px;
    height: 50px;
}


.footer-payment__text {
    width: 100%;
}

.footer-seals__title {
    height: 10px;
    width: 250px;
}

.footer-seals__text img {
    width: 70% !important;
    height: 45px;
}

.alert-warning {
    background: #da5a1c;
    color: #fff;
}

/*ESTILO BORDAR DOS CARDS DE PRODUTOS*/
.product-card-logged {
    BORDER: 1PX SOLID;
    BORDER-RADIUS: 12PX;
    MARGIN: 8PX !important;
    BORDER-COLOR: #c3c3c3;
    transition: all 0.5s ease;
}

/*ESTILO BORDAR DOS CARDS DE PRODUTOS MOBILE*/
@media (min-width: 375px) and (max-width: 413px) {
    .product-card {
        margin: 5px !important;
    }
}

@media (max-width: 374px) {
    .product-card {
        margin: 8px !important;
    }
}

.indicator .indicator--mobile {
    background: #d3e8ff !important;
    border-radius: 4px !important;
    padding: 2px !important;
}

header__menu-button:focus, .mobile-header__menu-button:hover {
    background: rgba(255, 255, 255, 0.5) !important;
    color: #22294f !important;
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500 !important;
}

.mobile-header__logo {
    margin: auto !important;
}

.mobile-header__indicators {
    margin-left: 0 !important;
}

/*ajuste do titulo dos selos do footer*/
.footer-seals__title {
    height: 15px;
    width: auto;
}

/*cor do icone do carrinho mobile*/
@media (max-width: 991px) {
    .indicator__button {
        color: #da5a1c;
        font-size: 30px;
    }

}
/*icone menu mobile*/
.mobile-header__menu-button {
    color: #da5a1c;
}

/*titulos do menu mobile*/
.mobilemenu__title {
    color: #da5a1c;
}


@media (max-width: 991px) {
    .site__body {
        margin-top: 2px;
    }}


@media (max-width: 991px) {
    .site-header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #ffffff;
    }}



/*titulos de destaque pdp*/
[dir=ltr] .product-tabs__title, .block-header__title + .block-header__divider {
    margin-left: 16px;

}

.block-header {
    padding: 10px !important;
}


/*borda da mini imagem do pdpd*/
.product-gallery__carousel-item {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}


/*hover card*/
.product-card-logged:hover {
    BORDER: 1PX SOLID;
    BORDER-RADIUS: 12PX;
    MARGIN: 8PX !important;
    BORDER-COLOR: #38c859;
}

.product-card__name {
    margin-left: 5px;
    margin-right: 5px;
}

.owl-carousel .owl-stage-outer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



.product-card__image {
    padding: 10px 10px 10px;
    min-height: 240px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 413px) {
    .products-list[data-layout="grid-4-sidebar"] .products-list__item {
        width: 50%;
        margin: 0px 0px;
        padding: 5px;
    }
}


.block-products-carousel[data-layout="grid-5"] .product-card .product-card__info {
    padding: 0 15px 0;
    z-index: 0;
    min-height: 10px;
}

.search__button {
    color: #fff;
    background: #22294f;
}

button#btn-voice-search {
    margin-right: 5px;
}


.search__button[data-click="limparBusca"] {
    color: #22294f;
    background-color: #22294f;
    border-top: solid 1px #22294f;
    border-bottom: solid 1px #22294f;
}

input.search__input {
    border-width: 2px;
    border-style: solid;
    border-color: #22294f;
    border-image: initial;
}

.product-card .product-card__info {
    padding: 0 0 0;
    min-height: 10px;
}

.product-card__prices {
    margin-top: 10px;
    line-height: 1;
    font-weight: 700;
    min-height: 35px;
    position: relative;
    font-size: 20px;
}

/* tira qualquer borda/sombra do input */
.search__input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    /* garante fundo limpo */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* mantém a moldura vermelha no container */
.search__border {
    border: 2px solid #22294f;
}


/* Ícones sempre brancos */
.search__button i {
    color: #fff !important;
}

/* Garante no hover/focus também */
.search__button:hover i,
.search__button:focus i {
    color: #fff !important;
}

/* Estilo do botão */
.search__button {
    background: #22294f;
    /* vermelho */
    border: none;
    /* circular (como no print) */
    transition: background 0.3s ease;
}

.search__button:hover,
.search__button:focus {
    background: #22294f;
}

.block-products-carousel .owl-stage-outer {
    margin-bottom: -50px;
}

.block-products-carousel .owl-stage {
    padding-bottom: 40px;
}

.product-card {

    background-color: #ffffff !important;
}
.product-card[data-layout="grid"] {
    height: 390px;
    display: flex;
    flex-direction: column;
}

.product-card-logged[data-layout="grid"] {
    height: 390px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.products-list[data-layout="grid"] {
    height: 350px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.footer-contacts__text img {
    height: 90px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .site-header__logo img {
        height: 55px;
    }
}

/* ==========================================================================
   10. LOGO
   ========================================================================== */

.mobile-header__logo img {
    max-height: 45px;
    max-width: 200px;
}

.footer-contacts__text img {
    margin-bottom: 20px;
}

.footer-payment__text {
    align-items: center;
    gap: 6px;
    /* espaço entre as imagens */
    flex-wrap: wrap;
    /* quebra linha se faltar espaço */
}

.footer-payment__text img {
    height: 30px;
    /* ajuste o tamanho como quiser */
    width: auto;
}

.footer-seals__image-wrapper img {
    height: 50px;
    margin-bottom: 20px;
    text-align: center;
    /* pode remover se não quiser centralizado */
}

.footer-apps__text img {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .footer-payment__text img {
        height: 25px;
        width: auto;
    }
}












/* ===== MENU PRINCIPAL - alinhar botões à esquerda ===== */
.nav-links__list {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.nav-panel__nav-links {
    display: flex !important;
    justify-content: flex-start !important;
    text-align: left !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    width: auto !important;
}

.nav-links__item {
    text-align: left !important;
}

/* ===== MOLDURA E CONTAINERS PAI (Remove o fundo laranja externo) ===== */
.megamenu,
.megamenu__links,
.megamenu__links--level--0,
.nav-panel__megamenu {
    background: #ffffff !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
}

/* ===== SEGUNDO NÍVEL - BOTÕES E PAINEL ===== */

/* Scroll e fundo branco no container do segundo nível */
.megamenu__links--level--1 {
    background: #ffffff !important;
    background-color: #ffffff !important;
    max-height: 500px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: thin !important;
    scrollbar-color: #22294f #ffffff !important;
    padding-right: 20px !important;
    border: none !important;
}

.megamenu__links--level--1 > .megamenu__item {
    background: #ffffff !important;
    position: relative !important;
    padding-right: 20px !important;
    margin-right: -20px !important;
}

/* Botões do segundo nível (Estado Padrão: Fundo Branco / Texto Escuro) */
.megamenu__links--level--1 > .megamenu__item > a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #ffffff !important;
    color: #22294f !important;
    padding: 10px 14px !important;
    margin: 3px 8px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: background 0.2s ease, color 0.2s ease !important;
    position: relative !important;
}

/* Seta do segundo nível (Padrão) */
.megamenu__links--level--1 > .megamenu__item > a::after {
    content: "" !important;
    display: none !important;
}

.megamenu__links--level--1 > .megamenu__item--with-flyout > a::after {
    content: "›" !important;
    display: inline !important;
    font-size: 18px !important;
    line-height: 1 !important;
    margin-left: 8px !important;
    opacity: 0.7 !important;
    color: #22294f !important;
}

/* Estado HOVER / ATIVO (Fundo Laranja / Texto Branco) */
.megamenu__links--level--1 > .megamenu__item > a:hover,
.megamenu__links--level--1 > .megamenu__item--flyout-open > a {
    background: #da5a1c !important;
    color: #ffffff !important;
}

.megamenu__links--level--1 > .megamenu__item--with-flyout > a:hover::after,
.megamenu__links--level--1 > .megamenu__item--flyout-open > a::after {
    color: #ffffff !important;
}

/* Ponte invisível que cobre o gap entre segundo e terceiro nível */
.megamenu__links--level--1 > .megamenu__item--with-flyout > a::before {
    content: "" !important;
    position: absolute !important;
    right: -30px !important;
    top: 0 !important;
    width: 30px !important;
    height: 100% !important;
    background: transparent !important;
    display: block !important;
}

/* Scrollbar da lista do segundo nível */
.megamenu__links--level--1::-webkit-scrollbar {
    width: 6px !important;
}

.megamenu__links--level--1::-webkit-scrollbar-track {
    background: #ffffff !important;
}

.megamenu__links--level--1::-webkit-scrollbar-thumb {
    background: #22294f !important;
    border-radius: 3px !important;
}

/* ===== TERCEIRO NÍVEL ===== */
.megamenu__flyout-panel .menu--layout--classic,
.megamenu__flyout-panel .menu--layout--classic .menu {
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    color: #22294f !important;
    max-height: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
}

/* Links do terceiro nível (subcategorias com quebra de linha) */
.megamenu__flyout-panel .menu--layout--classic .menu__item-link,
.megamenu__flyout-panel .menu__item-link {
    color: #22294f !important;
    font-size: 13px !important;
    padding: 6px 10px !important;
    display: block !important;
    border-radius: 6px !important;
    transition: background 0.2s ease, color 0.2s ease !important;

    /* QUEBRA DE LINHA AUTOMÁTICA */
    white-space: normal !important;
    /* Permite quebrar em 2 ou mais linhas */
    word-break: normal !important;
    /* Quebra nas palavras */
    overflow-wrap: break-word !important;
    /* Evita estourar a coluna */
    line-height: 1.3 !important;
    /* Espaçamento agradável entre linhas */
}

.megamenu__flyout-panel .menu--layout--classic .menu__item-link:hover {
    background: #da5a1c !important;
    color: #fff !important;
    border-radius: 6px !important;
}

/* ===== CONTAINER FLYOUTS ===== */
.megamenu__flyouts {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    bottom: 0 !important;
    width: 750px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    /* Linha divisória entre segundo e terceiro nível */
    border-left: 2px solid rgba(34,41,79,0.15) !important;
}

/* FORÇA top:0 em TODOS os painéis */
.megamenu__flyout-panel,
div.megamenu__flyout-panel[style] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 750px !important;
    max-height: none !important;
    overflow: hidden !important;
    background: transparent !important;
}

/* Colunas com UMA scrollbar apenas */
div.megamenu__flyout-columns[style],
.megamenu__flyout-columns {
    left: 0 !important;
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    --menu3-columns: 3 !important;
    height: 100% !important;
    max-height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: transparent !important;
    padding: 15px !important;
    width: 750px !important;
    box-sizing: border-box !important;
    scrollbar-width: thin !important;
    scrollbar-color: #22294f !important;
}

/* Garante que todas as colunas do grid tenham exatamente o mesmo tamanho */
.megamenu__flyout-columns > * {
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.megamenu__flyout-panel .menu--layout--classic,
.megamenu__flyout-panel .menu__item-link {
    min-width: 0 !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

.megamenu__flyout-columns::-webkit-scrollbar {
    width: 6px !important;
}

.megamenu__flyout-columns::-webkit-scrollbar-track {
    background: #ffffff !important;
}

.megamenu__flyout-columns::-webkit-scrollbar-thumb {
    background: #22294f !important;
    border-radius: 3px !important;
}

/* Remove scrollbar do menu pai que causa a segunda barra */
div.menu.menu--layout--classic[style],
.megamenu__flyout-panel .menu--layout--classic {
    max-height: none !important;
    height: 100% !important;
    overflow: hidden !important;
    background: transparent !important;
}

/* Delay para não perder o hover ao passar entre os painéis */
.megamenu__item--with-flyout .megamenu__flyout-panel,
div.megamenu__flyout-panel[style] {
    transition: opacity 0.6s ease !important;
}

/* Espaço para alinhar os botoes do menu com o topo - posicinado na mesma linha da marca */
.nav-panel__row {
    padding-left: 30px;
}

/* Mantém todos os cards com a mesma altura */
.product-card-logged {
    display: flex !important;
    flex-direction: column !important;
    min-height: 390px !important;
}

.product-card-logged > div[data-content="div-embalagem"]:first-child {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.product-card-logged .product-card__info {
    flex: 1 1 auto;
}

.product-card-logged > div[data-content="div-embalagem"]:last-child {
    margin-top: auto;
}

.product-card-logged .product-card__prices {
    min-height: 35px;
}

.product-card-logged .product-card__buttons {
    min-height: 76px;
    display: flex;
    align-items: flex-end;
}

/* ===== CONTATOS DO HEADER (SAC / Televendas) ===== */
.site-header__phone-number {
    align-items: flex-end !important;
    margin-left: auto !important;
    text-align: right !important;
    gap: 12px !important;
}

.site-header__phone-number a {
    display: flex !important;
    justify-content: flex-end !important;
}

.product-tabs .typography__line {
    display: block;
    padding: 6px 10px;
}

.product-tabs .typography__line:nth-child(odd) {
    background: #f1f1f1;
}

.product-tabs .typography__line:nth-child(even) {
    background: #ffffff;
}

[dir=ltr] .product-tabs__title, .block-header__title + .block-header__divider {
    margin-left: 16px;
    color: #004565 !important;
}

.product__collection--img img {
    width: 70px !important;
}

/*BORDAS

.product-card.product-card:hover {

    border: 1px solid;

    border-color: #004476;

    transform: scale(1.01);

}*/

.product-card.product-card {
    border: 1px solid;
    background-color: white;
    border-color: #d1cfcf;
    border-radius: 10px;
}

.product-card {
    margin: 10px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(57, 56, 56, .1);
    transition: min-height .4s ease-in-out;
}
.block-products-carousel[data-layout="grid-5"] .product-card .product-card__image {
    height: 240px;
}
.product-card__buttons {
    max-width: 170px !important;
}

/*AJUSTE NOS SELOS*/
.product-card__badges-list {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    /* Força alinhamento no TOPO */
    width: 88% !important;
    flex-direction: row;
}

/* 1. O SELO "MAIS VENDIDOS" fica SEMPRE em 1º lugar (Esquerda) */
.product-card__badges-list > .product__collection--9999990715849583 {
    order: 1 !important;
    margin: 0 !important;
}

/* 2. O OUTRO SELO (Marca/Atlas/etc) fica SEMPRE em 2º lugar (Direita) */
.product-card__badges-list > div:not(.product__collection--9999990715849583) {
    order: 2 !important;
    margin-left: auto !important;
    /* Se estiver sozinho, vai pra direita */
}


.product-card__badges-list img {
    max-width: 55px;
}

.product-share {
    display: none;
}

.card-body input.form-control {
    border: 3px solid #DA5A1C;
}
a.btn[href*="/imprimir"] {
    display: none !important;
}
/* =========================================================
   OCULTAR ELEMENTOS INDESEJADOS
   ========================================================= */

/* --- OCULTA O QUE NÃO INTERESSA --- */

/* 1. Oculta os links de navegação superiores (Breadcrumb/Voltar) */
.container__confirmation-container .page-header__container {
    display: none !important;
}

/* 2. Oculta a tabela de produtos */
.container__confirmation-container .cart-table {
    display: none !important;
}

/* 3. Oculta os dados do Cliente e de Entrega (coluna esquerda) */
.container__confirmation-container .row > .col-12.col-lg-6:first-child {
    display: none !important;
}

/* 4. Oculta o título "Resumo" do card */
.container__confirmation-container .col-12.col-lg-6:last-child .card-body > h5 {
    display: none !important;
}

/* 5. Oculta o detalhamento de valores (Pedido, Produtos, Frete, Total) */
.container__confirmation-container .checkout__totals-subtotals {
    display: none !important;
}

/* 6. Oculta linhas divisórias e botões do rodapé (Imprimir / Voltar) */
.container__confirmation-container .card-body > hr,
.container__confirmation-container > hr,
.container__confirmation-container .order__home-button {
    display: none !important;
}


/* --- MANTÉM OS TAMANHOS E ALINHAMENTOS ORIGINAIS --- */

/* 7. Mantém visível o bloco de "Obrigado" e "Google Review" */
.container__confirmation-container .page-header {
    display: block !important;
}

/* 8. Centraliza o card do Link de Pagamento e mantém no tamanho menor original */
.container__confirmation-container .row > .col-12.col-lg-6:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1.5rem !important;
}

/* =========================================================
   CARD PRINCIPAL (CENTRALIZADO E RESPONSIVO)
   ========================================================= */
.container__confirmation-container .page-header:first-of-type {
    text-align: center;
    background-color: #ffffff;
    padding: 35px 20px;
    border-radius: 16px;
    margin: 20px auto;
    max-width: 500px;
    width: 90%;
    border: 1px solid #e9ecef;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Título de Agradecimento */
.container__confirmation-container .page-header__title h1 {
    font-size: 1.6rem;
    color: #DA5A1C;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Ajustes finos para Mobile */
@media (max-width: 480px) {
    .container__confirmation-container .page-header:first-of-type {
        padding: 25px 15px;
        width: 92%;
    }

    .container__confirmation-container .page-header__title h1 {
        font-size: 1.35rem;
    }

    .numero-pedido-destaque {
        font-size: 1.15rem !important;
        padding: 12px 18px !important;
        width: 100%;
        /* No mobile ocupa a largura total da caixa */
    }
}
.card-body button.btn.btn-light.ml-2 {
    color: white;
    background-color: #DA5A1C;
}
.document {
    border: none !important;
}
.site-footer__logo {
    display: none !important;
}

.freight-methods__list-checkout {
    min-height: 700px;
}