body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #00036e;
}

.site-header__logo img {
    height: 80px;
}

.site-header__cart i {
    color: #c00c0d;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #00036e;
    color: #fff;
}

.footer-contacts__text img {
    height: 100px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #00036e;
    color: #FFF;
}

.nav-links__item-link:hover {
    background-color: #c00c0d;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #00036e;
}

.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: #00036e;
}

.product-card__new-price {
    color: #00036e;
}

.product__price {
    color: #00036e;
}

.product__new-price {
    color: #00036e;
}

.top-button {
    color: #00036e;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #00036e;
        color: #FFF;
    }
}

.page-header__back i {
    color: #00036e;
}

.input-check__input:checked ~ .input-check__box {
    background: #00036e;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #c00c0d;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #00036e;
}

.block-header__arrow {
    background: transparent;
    color: #00036e;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #c00c0d;
}

.block-header__arrow:active {
    background: transparent;
    color: #00036e;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #00036e;
}

.filter__arrow {
    color: #00036e;
}

.site-newsletter__title {
    color: #00036e;
}

.footer-links__title {
    color: #00036e;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #00036e;
}

.footer-newsletter__title {
    color: #00036e;
}

.footer-payment__title {
    color: #00036e;
}

.footer-seals__title {
    color: #00036e;
}

.footer-apps__title {
    color: #00036e;
}

.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: #00036e;
}

.page-header__title {
    color: #00036e;
}

.product__name {
    color: #00036e;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #00036e;
}

.product-tabs__item:hover {
    color: #00036e;
}

.product-tabs__item--active {
    border-bottom-color: #00036e;
}

.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;
}
*/

@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,
.megamenu__links--level--1 > .megamenu__item > a:active,
.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #00036e;
}

.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;
    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: #00036e;
}

.site-newsletter__title {
    color: #fff;
}

.service-bar {
    background: #c00c0d;
}

.site-header__phone-title {
    color: #00036e;
    font-size: 17px;
}

.search__button {
    background: #c00c0d;
    color: #fff;
}

.search__button:hover {
    color: #00036e;
}

.page-header__title {
    color: #c00c0d;
}

.service-bar__title:hover {
    color: #00036e;
}

.service-bar__title {
    color: #fff;
}

.mobile-header__logo img {
    max-height: 45px;
    max-width: 200px;
}

.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 8px;
}

.megamenu__links--level--1 > .megamenu__item > a {
    color: #fff;
    text-transform: capitalize;
}

.megamenu__body {
    background: #c00c0d;
    color: #fff;
}

.block-products__featured .product-card__name a {
    font-size: 22px;
    line-height: 30px;
}

.block-products__featured-item .product-card__image img {
    max-height: 400px!important;
}

.block-product-featured__container {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-product-featured__container .product__info {
    margin-left: -15px;
}

@media (max-width: 767px) {
    .block-product-featured__container .product__info {
        margin-left: 0px;
        position: inherit;
        text-align: -webkit-center;
    }

    .block-product-featured__container .product__name {
        margin-top: 10px;
    }

    .block-product-featured__container .product__actions {
        display: inline-flex;
    }
}

.product-featured__image {
    text-align: center;
}

.product-featured__image img {
    max-width: 100%;
}

.block-product-featured__container .product__name {
    color: inherit;
    font-weight: normal;
}

.product-card__addtocart,
.product__actions .btn-primary {
    background-color: #00036e;
    color: #fff;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    border: none;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.product-card__addtocart:hover,
.product__actions .btn-primary:hover {
    background-color: #28a745;
    color: #fff;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

/* Animação suave ao carregar */
@keyframes fadeInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Hover com sombreamento mais profundo */
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;

    /* 🆕 Melhoria de performance na animação */
    will-change: transform, box-shadow, opacity;
}