body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #8B1843;
}

.site-header__logo img {
    height: 75px;
}

.site-header__cart i {
    color: #E8E443;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #8B1843;
    color: #fff;
}

.footer-contacts__text img {
    height: 85px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #8B1843;
    color: #FFF;
}

.nav-links__item-link:hover {
    background-color: #E8E443;
    color: #8B1843;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #8B1843;
}

.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: #8B1843;
}

.product-card__promotion-legend {
    order: 2;
    font-size: 15px;
}

.product-card__new-price {
    color: #8B1843;
}

.product-card {
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    margin: 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    border-color: #D9D9D9;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* ZOOM NA IMAGEM */
.product-card__image img,
.product-image img {
    transition: transform 0.35s ease;
}

.product-card:hover .product-card__image img,
.product-card:hover .product-image img {
    transform: scale(1.08);
}

/* TÍTULO ANIMADO */
.product-card__name a {
    display: inline-block;
    transition: color 0.25s ease, transform 0.25s ease;
}

.product-card:hover .product-card__name a {
    color: #3483FA;
    /* estilo Mercado Livre / marketplace */
    transform: translateY(-2px);
}

/* BOTÃO ESCONDIDO INICIALMENTE */
.product-card__buttons {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

/* BOTÃO APARECENDO NO HOVER */
.product-card:hover .product-card__buttons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ESTILO DO BOTÃO */
.product-card__buttons .btn,
.product-card__buttons button,
.product-card__actions .btn,
.product-card__actions button {
    border-radius: 10px;
    font-weight: 600;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card__buttons .btn:hover,
.product-card__buttons button:hover,
.product-card__actions .btn:hover,
.product-card__actions button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(52, 131, 250, 0.18);
}

.product__price {
    color: #8B1843;
}

.product__new-price {
    color: #8B1843;
}

.top-button {
    color: #8B1843;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #8B1843;
        color: #FFF;
    }
}

.page-header__back i {
    color: #8B1843;
}

.input-check__input:checked ~ .input-check__box {
    background: #8B1843;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #E8E443;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #8B1843;
}

.block-header__arrow {
    background: transparent;
    color: #8B1843;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #E8E443;
}

.block-header__arrow:active {
    background: transparent;
    color: #8B1843;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #8B1843;
}

.filter__arrow {
    color: #8B1843;
}

.site-newsletter__title {
    color: #8B1843;
}

.footer-links__title {
    color: #8B1843;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #8B1843;
}

.footer-newsletter__title {
    color: #8B1843;
}

.footer-payment__title {
    color: #8B1843;
}

.footer-seals__title {
    color: #8B1843;
}

.footer-apps__title {
    color: #8B1843;
}

.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: #8B1843;
}

.page-header__title {
    color: #8B1843;
}

.product__name {
    color: #8B1843;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #8B1843;
}

.product-tabs__item:hover {
    color: #8B1843;
}

.product-tabs__item--active {
    border-bottom-color: #8B1843;
}

.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: #8B1843;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #8B1843;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #8B1843;
}

.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: #8B1843;
}

.site-newsletter__title {
    color: #fff;
}

.service-bar {
    background: #E8E443;
}

.site-header__phone-title {
    color: #8B1843;
}

.search__button {
    color: #E8E443;
}

.search__button:hover {
    color: #8B1843;
}

.page-header__title {
    color: #8B1843;
}

.service-bar__title:hover {
    color: #8B1843;
}

.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: #E8E443;
    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;
}

.product-card .product-card__actions {
    display: flex;
    flex-direction: column;
}

.product-card__buttons {
    order: 3;
}
@media (min-width: 992px) {
    .site__body {
        margin-top: 186px;
    }

    .topbar-message {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .site-header {
        position: fixed;
        top: 0px;
        width: 100%;
    }

}

.site-header {
    background: #FFF;
}

.is-countdown {
    border: 0px;
    background-color: #b80404;
    color: #ffffff;
    font-size: 10px;
    display: flex;
}


.countdown__title {
    color: #b80404;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
}

.countdown {
    background: #b80404;
    padding: 2px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.countdown-amount {
    font-size: 160%;
}

.countdown-row {
    clear: both;
    width: 100%;
    height: 100%;
    margin-top: 5px;
}

.product-card__prices-condition {
    font-size: 15px;
    color: #008000;
}
.freight-methods__item-header strong {
    color: red;
    font-size: 12px;
}