.button_promocao {
    background-color: #000000;
    /* fundo preto */
    color: #FFD700;
    /* amarelo ouro */
    font-weight: bold;
    /* letras em negrito */
    padding: 10px 20px;
    font-size: 12px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    max-width: 150px;
    width: 100%;
    margin-left: auto;
    text-align: center;

    /* Animação combinada: pulso + glow */
    animation: pulseGlow 1.5s infinite ease-in-out;
}

/* Efeito combinado */
@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 8px #FFD700, 0 0 12px #FFD700 inset;
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 20px #FFD700, 0 0 25px #FFD700 inset;
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 8px #FFD700, 0 0 12px #FFD700 inset;
    }
}

body {

    margin: 0;
    font-family: "Roboto", "sans-serif";
}
.background-color: #000000
.loading__spinner {
    color: #32577d;
}

.site-header__logo img {
    height: 122px;
}

.site-header__cart i {
    color: #01359B;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #32577d;
    color: #fff;
}

.footer-contacts__text img {
    height: 140px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #32577d;
    color: #FFF;
}

.nav-links__item-link:hover {
    background-color: #01359B;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #32577d;
}

.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: #32577d;
}

.product-card__new-price {
    color: #32577d;
}

.product__price {
    color: #32577d;
}

.product__new-price {
    color: #32577d;
}

.top-button {
    color: #32577d;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #32577d;
        color: #FFF;
    }
}

.page-header__back i {
    color: #32577d;
}

.input-check__input:checked ~ .input-check__box {
    background: #32577d;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #01359B;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #32577d;
}

.block-header__arrow {
    background: transparent;
    color: #32577d;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #01359B;
}

.block-header__arrow:active {
    background: transparent;
    color: #32577d;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #32577d;
}

.filter__arrow {
    color: #32577d;
}

.site-newsletter__title {
    color: #32577d;
}

.footer-links__title {
    color: #32577d;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #32577d;
}

.footer-newsletter__title {
    color: #32577d;
}

.footer-payment__title {
    color: #32577d;
}

.footer-seals__title {
    color: #32577d;
}

.footer-apps__title {
    color: #32577d;
}

.megamenu__links--level--1 .megamenu__item a {
    font-size: 12px;
    white-space: nowrap;
    margin-right: 15px;
}

.footer-seals__text img {
    width: 50%!important;
}

.block-header__title {
    color: #32577d;
}

.page-header__title {
    color: #32577d;
}

.product__name {
    color: #32577d;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #32577d;
}

.product-tabs__item:hover {
    color: #32577d;
}

.product-tabs__item--active {
    border-bottom-color: #32577d;
}

.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--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: 12px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #32577d;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #32577d;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #32577d;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}


/* TOPBAR CUSTOMIZADA */

.topbar-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* --- TOP BAR --- */
.topbar-message {
    position: relative;
    /* necessário pro scanner neon */
    background: linear-gradient(90deg, #0d5c0d, #c41e3a, #0d5c0d);
    color: #ffffff;
    /* Branco neve */
    padding: 0.75rem 0;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
    border-bottom: 2px solid #FFD700;
    cursor: pointer;
    isolation: isolate;
    /* evita blend com fora da barra */
}

/* === SCANNER NEON (efeito brilho que percorre a barra) === */
.topbar-message::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    /* não bloqueia clique */
    background: linear-gradient(110deg,
    transparent 0%,
    rgba(255,215,0,0.0) 42%,
    rgba(255,255,255,0.28) 50%,
    rgba(196,30,58,0.18) 54%,
    rgba(255,215,0,0.0) 60%,
    transparent 100%);
    transform: translateX(-120%);
    filter: blur(2px);
    mix-blend-mode: screen;
    /* intensifica o brilho */
    animation: sweep var(--sweep-duration) linear infinite,
    sweepPause var(--sweep-interval) step-end infinite;
    will-change: transform;
    z-index: 0;
    /* atrás do conteúdo */
}

/* Pausa também no hover */
.topbar-message:hover::before,
.topbar-message__container:hover {
    animation-play-state: paused;
}

/* Conteúdo acima do scanner */
.topbar-message__container {
    z-index: 1;
}

@keyframes sweep {
    from {
        transform: translateX(-120%);
    }
    to {
        transform: translateX(120%);
    }
}
/* "Fake" intervalo entre passadas (mantém último frame por um tempo) */
@keyframes sweepPause {
    from, to {
        opacity: 1;
    }
}

/* Lista com rolagem (desktop) */
.topbar-message__container {
    display: flex;
    width: fit-content;
    animation: scroll var(--animation-speed) linear infinite;
}

.topbar-message__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topbar-message__item {
    white-space: nowrap;
    padding: 0 2.5rem;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    text-shadow: 0 0 8px rgba(255,215,0,0.6);
}

.topbar-message__item::after {
    content: '•';
    margin-left: 3rem;
    color: #FFD700;
    opacity: 0.9;
    text-shadow: 0 0 6px #FFD700;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Efeito de brilho pulsante no primeiro item */
@keyframes pulse {
    0%, 100% {
        color: #ffffff;
        text-shadow: 0 0 6px #FFD700;
    }
    50% {
        color: #FFD700;
        text-shadow: 0 0 15px #c41e3a;
    }
}
.pulse {
    animation: pulse 1.5s infinite;
}

/* --- CORREÇÃO: Oculta a lista duplicada em todas as resoluções para corrigir o erro de repetição --- */
.topbar-message__list[aria-hidden="true"] {
    display: none;
}

/* ---------------- MOBILE MODE ---------------- */
@media (max-width: 768px) {
    .topbar-message__container {
        animation: none;
        /* sem rolagem no mobile */
        width: 100%;
        justify-content: center;
    }

    .topbar-message__list {
        width: 100%;
        justify-content: center;
    }
    .topbar-message__item {
        display: none;
        /* mostra só a ativa */
        padding: 0 1rem;
        font-size: 0.95rem;
        text-align: center;
    }
    .topbar-message__item.is-active {
        display: flex;
    }
    .topbar-message__item::after {
        display: none;
        /* sem separador no mobile */
    }
}



:root {
    --animation-speed: 55s;
    /* rolagem desktop */
    --sweep-duration: 4s;
    /* velocidade do scanner neon */
    --sweep-interval: 3s;
    /* pausa entre passadas (ajuste via step-end abaixo) */
}

/* FIM TOPBAR CUSTOMIZADA */

.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;
    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;
}

.site-newsletter {
    background: #32577d;
}

.site-newsletter__title {
    color: #fff;
}

.service-bar {
    background: #01359B;
}

.site-header__phone-title {
    color: #32577d;
}

.search__button {
    color: #fff;
}

.search__button:hover {
    color: #fff;
}

.page-header__title {
    color: #32577d;
}

.service-bar__title:hover {
    color: #fff;
}

.service-bar__title {
    color: #fff;
}

.mobile-header__logo img {
    max-height: 45px;
    max-width: 200px;
}

.site-header__phone-title {
    font-size: 17px;
}

.nav-links__item--has-submenu .nav-links__item-body {
    padding-right: 5px!important;
}

.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.nav-links__item-body {
    padding: 0 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.search__button {
    background: #01359B;
    color: #fff;
}


.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;
}

.site-footer {
    margin: 0px;
    background: #fff;
    border-top: 1px solid #ebebeb;
}

.service-bar {
    margin-bottom: 0px;
}

.site-header__middle {
    height: 135px;
}

.site-header__resumed {
    height: 131px;
}

.site-header__middle__resumed {
    height: 120px;
    align-items: baseline;
}
.product-card__login {
    background: #32577d;
    color: #fff;
    min-height: 40px;
    padding-top: 8px;
    font-size: 16px;
}
.btn-light, .btn-light.disabled, .btn-light:disabled {
    color: #fff;
    background: #32577d;
}
@media (max-width: 991px) {
    .site-header__phone {
        width: 100% !important;
    }
    button.filter__title {
        color: #F58634;
    }
    /* Link cobrindo toda a barra */
    .topbar-link {
        display: block;
        text-decoration: none;
        color: inherit;
    }
}