body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #A51919;
}

.site-header__logo img {
    height: 70px;
}

.site-header__cart i {
    color: #999;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #A51919;
    color: #fff;
}

.footer-contacts__text img {
    height: 70px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: linear-gradient(to right, #ffffff 0%, #550000 20%, #550000 80%, #ffffff 100%);
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


@media (max-width: 991px) {
    .nav-panel {
        padding: 10px;
        overflow-x: auto;
    }

    .nav-links__list {
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        transform: none;
        top: auto;
        left: auto;
        padding: 10px 0;
    }

    .nav-links__item {
        flex: 1 1 auto;
        min-width: 120px;
        padding: 8px;
        font-size: 14px;
        text-align: center;
        background: #A51919;
        border-radius: 8px;
        white-space: nowrap;
    }

    .nav-links__item-link {
        font-size: 14px;
        font-weight: 500;
    }
}


.block-brands__slider .owl-nav i,
.block-products-carousel__slider .owl-nav i {
    color: #A51919;
}

.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: #A51919;
}

.product-card__new-price {
    color: #A51919;
}

.product__price {
    color: #A51919;
}

.product__new-price {
    color: #A51919;
}

.top-button {
    color: #A51919;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #A51919;
        color: #FFF;
    }

}

.page-header__back i {
    color: #A51919;
}

.input-check__input:checked~.input-check__box {
    background: #A51919;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #999;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #A51919;
}

.block-header__arrow {
    background: transparent;
    color: #A51919;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #999;
}

.block-header__arrow:active {
    background: transparent;
    color: #A51919;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #A51919;
}

.filter__arrow {
    color: #A51919;
}

.title-checkout,
.footer-links__title {
    color: #A51919;
}

.footer-contacts__title,
.service-bar__title:hover {
    color: #A51919;
}

.footer-newsletter__title {
    color: #A51919;
}

.footer-payment__title {
    color: #A51919;
}

.footer-seals__title {
    color: #A51919;
}

.footer-apps__title {
    color: #A51919;
}

.megamenu__links--level--1 .megamenu__item a {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 15px;
}

.footer-seals__text img {
    width: 50% !important;
}

.block-header__title {
    color: #A51919;
}

.page-header__title {
    color: #A51919;
}

.product__name {
    color: #A51919;
}

.product__features--validade {
    color: #A51919 !important;
    font-weight: bold;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #A51919;
}

.product-tabs__item:hover {
    color: #A51919;
}

.product-tabs__item--active {
    border-bottom-color: #A51919;
}

.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;
}

.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

/* Adicionar transições suaves ao navbar */
.nav-links__item {
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0 6px;
}

.nav-links__item-link {
    position: relative;
    transition: color 0.3s ease;
}

.nav-links__item-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.nav-links__item-link:hover::after {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-links__item-link {
        font-size: 12px;
        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: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}

.megamenu__links--level--1>.megamenu__item>a:hover {
    color: #A51919;
}

.megamenu__links--level--1>.megamenu__item>a:active {
    color: #A51919;
}

.megamenu__links--level--1>.megamenu__item>a:focus {
    color: #A51919;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
    background: #A51919;
    border-radius: 15px;
    padding: 10px;
}

.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;
    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;
}

.btn-whatsapp {
    right: 0px;
    left: 15px;
}

.product-card__login {
    background: #CCCCCC;
    color: #5a5a5a;
    width: 100%;
}

.product-card__login:hover {
    background: #5a5a5a;
    color: #fff;
    width: 100%;
}

.product-card__login:active {
    background: #5a5a5a;
    color: #fff;
    width: 100%;
}

.product-card__login:focus {
    background: #5a5a5a;
    color: #fff;
    width: 100%;
}

.product__actions-item--addtocart a {
    background: #CCCCCC;
    color: #5a5a5a;
}

.product__actions-item--addtocart a:hover {
    background: #5a5a5a;
    color: #fff;
}

.product__actions-item--addtocart a:active {
    background: #5a5a5a;
    color: #fff;
}

.product__actions-item--addtocart a:focus {
    background: #5a5a5a;
    color: #fff;
}

.product-card__addtocart {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

.product-card__addtocart:hover {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

.product-card__addtocart:active {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

/* Mudança botão adicionar ao carrinho (verde) */
button.product-card__addtocart:has(i.fa-cart-plus) {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}


.product-card__addtocart:focus {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

input[type=button],
input[type=submit],
input[type=reset] {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

input[type=button]:hover {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

input[type=button]:active {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

input[type=button]:focus {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

input[type=submit]:hover {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

input[type=submit]:active {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

input[type=submit]:focus {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

input[type=reset]:hover {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

input[type=reset]:active {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

input[type=reset]:focus {
    background: #A51919;
    border-color: #A51919;
    color: #fff;
}

.product-card .product-card__info {
    padding: 0;
    min-height: 140px;
}

.block-products-carousel[data-layout=grid-5] .product-card .product-card__info {
    min-height: 110px;
}

.block-brands__slider .owl-carousel .owl-item img {
    width: 70%;
}

.mobile-links--level--0>.mobile-links__item>.mobile-links__item-title {
    background: #410000;
    color: white;
}

.mobilemenu__header {
    background: #660000;
    color: white;
}

/* 🎯 Opção 1: Botão com brilho animado (já está usando)

/* Supondo que seja o 7º item do menu */
.nav-links__list > li:nth-child(7) {
    background: linear-gradient(45deg, #ff4e50, #f9d423) !important;
    color: white !important;
    border-radius: 12px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.nav-links__list > li:nth-child(7):hover {
    transform: scale(1.05);
}

.nav-links__list > li:nth-child(7)::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-20deg);
    animation: brilhoPromo 2s infinite;
}


@keyframes brilhoPromo {
    0% {
        left: -75%;
    }
    50% {
        left: 125%;
    }
    100% {
        left: 125%;
    }
}



/* Catálogos por Segmento */
.nav-links__list > li:nth-child(5),
/* Catálogos Especiais */
.nav-links__list > li:nth-child(6) {
    background: #A51919 !important;
    color: #fff !important;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    /* ✅ Permite que o megamenu apareça */
    z-index: 10;
    /* ✅ Garante que o menu fique sobreposto */
}

/* Sublinhado moderno no texto */
.nav-links__list > li:nth-child(5) .nav-links__item-body,
.nav-links__list > li:nth-child(6) .nav-links__item-body {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(255, 255, 255, 0.7);
}

/* Hover com leve elevação */
.nav-links__list > li:nth-child(5):hover,
.nav-links__list > li:nth-child(6):hover {
    transform: translateY(-1px);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}

/* Ícones suavizados */
.nav-links__list > li:nth-child(5) i,
.nav-links__list > li:nth-child(6) i {
    color: #ffeaea;
}


/* ⚡ Variação 3 – Totalmente embutido com ícone dentro (estilo app moderno) */

.search__border {
    display: none;
    width: 0;
    height: 0;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.search__form {
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #A51919;
    border-radius: 9999px;
    padding: 6px 14px;
    background: white;
}

.search__input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 8px;
    font-size: 14px;
    outline: none;
}

.search__button {
    background: none;
    border: none;
    color: #A51919;
    font-size: 18px;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transform: translateY(1px);
}


/* 🔧 Aqui o segredo: o botão de limpar será posicionado dentro do campo sem quebrar layout */
.input-group-append {
    position: absolute;
    right: 36px;
    /* deixa espaço para o botão de busca */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group-append .search__button {
    padding: 0;
    font-size: 16px;
    color: #A51919;
}

/* Remove qualquer estilo de erro ou validação do navegador */
.search__input:invalid,
.search__input:-moz-submit-invalid,
.search__input:-webkit-autofill,
.search__input:focus:invalid,
.search__input:focus-visible:invalid,
.search__input:focus-visible {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

/* Se houver classes adicionadas dinamicamente, como "search-error" */
.search__input.search-error,
.search__input.is-invalid {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Previne traço vermelho ao clicar em submit com campo vazio */
.search__form:invalid {
    border-color: #A51919 !important;
}


/* ✅ Melhorias visuais nos ícones de carrinho e listas */

.site-header__cart i {
    color: #666;
    font-size: 30px;
    transition: color 0.3s ease;
}

.site-header__cart i:hover {
    color: #A51919;
}

/* Destaque visual para valores maiores que zero */
.indicator__value:not(:empty):not([data-value="0"]) {
    background-color: #972020;
    /* verde para destacar */
    animation: pulseCart 1.2s ease infinite;
}

@keyframes pulseCart {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* ✅ Melhorias na seção “Fale Conosco” */
.site-header__phone {
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
}

.site-header__phone-title {
    color: #666;
    font-weight: 500;
    margin-bottom: 4px;
}

.site-header__phone-number a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    text-decoration: none;
    gap: 6px;
    font-weight: bold;
}

.site-header__phone-number a:hover {
    color: #A51919;
}

.site-header-contacts__icon {
    font-size: 16px;
    min-width: 18px;
}

/* Diferenciar o ícone do WhatsApp */
.site-header__phone-number a[href*="whatsapp"] .site-header-contacts__icon {
    color: #25D366;
    font-size: 18px;
}