body {
    font-family: "Roboto", "sans-serif";
}

.btn-light {
    color: #ffffff;
    background-color: #113cd5;
    border-radius: 12px;
}
fa
.loading__spinner {
    color: #005aFF;
}

.site-header__logo img {
    height: 50px;
}

.site-header__cart i {
    color: #FFFFFF;
    transition: all 0.1s ease-out;
    font-size: 26px;
}

.site-header__cart i:hover {
    color: #dddddd;
}

.site-header__cart .indicator__value {
    background-color: #fff;
    color: #113cd5;
}

.footer-contacts__text img {
    height: 70px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #005aFF;
    color: #FFF;
}

.nav-links__item-link:hover {
    background-color: #112c8b;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #005aFF;
}

.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: 70px;
}

.product-card__price {
    color: #005aFF;
}

.product__price {
    color: #005aFF;
}

.product__new-price {
    color: #005aFF;
}

.top-button {
    color: #005aFF;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #005aFF;
        color: #FFF;
    }
}

.page-header__back i {
    color: #005aFF;
}

.input-check__input:checked ~ .input-check__box {
    background: #005aFF;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #112c8b;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #005aFF;
}

.block-header__arrow {
    background: transparent;
    color: #005aFF;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #112c8b;
}

.block-header__arrow:active {
    background: transparent;
    color: #005aFF;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #005aFF;
}

.filter__arrow {
    color: #005aFF;
}

.site-newsletter__title {
    color: #005aFF;
}

.footer-links__title {
    color: #fff;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #fff;
}

.footer-newsletter__title {
    color: #005aFF;
}

.footer-payment__title {
    color: #fff;
}

.footer-seals__title {
    color: #fff;
}

.footer-apps__title {
    color: #fff;
}

.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: #005aFF;
}

.page-header__title {
    color: #005aFF;
}

.product__name {
    color: #005aFF;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #005aFF;
}

.product-tabs__item:hover {
    color: #005aFF;
}

.product-tabs__item--active {
    border-bottom-color: #005aFF;
}

.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 {
    color: #005aFF;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #005aFF;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #005aFF;
}

.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: #005aFF;
}

.site-newsletter__title {
    color: #fff;
}

.service-bar {
    background: #112c8b;
}

.btn-success {
    color: #fff;
    background-color: #112c8b;
    border-color: #112c8b;
}

.site-header__phone-title {
    color: #005aFF;
}

.search__button {
    color: #112c8b;
}

.search__button:hover {
    color: #005aFF;
}

.page-header__title {
    color: #112c8b;
}

.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__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 {
    color: #fff;
}

.block-header__divider {
    margin-bottom: 35px;
}

.block-header__title {
    font-size: 25px;
}

.block-header__title {
    margin-bottom: 30px;
    text-align: center;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    background: #fff;
    padding: 10px;
    z-index: 100;
}

.block-header__title {
    font-size: 20px;
}

.block-header__link {
    margin-bottom: 50px;
    text-align: left;
    top: 2%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    background: #fff;
}

/* start */

.topbar {
    background-color: #113cd5;
    color: #FFFFFF;
    border-bottom: 1px #2673FF80 solid;
    font-size: 14px;
}

.site-header {
    background-color: #113cd5;
}

.site-header__middle {
    color: #FFFFFF;
}

.site-header__nav-panel {
    border-top: 1px #2673FF80 solid;
}

.search__form {
    flex-direction: row-reverse;
    background-color: #fff;
    border-radius: 24px;
}

.search__border {
    display: none;
}

.search__button {
    background: #fff;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.search__button i {
    color: #113cd5;
}

.search__input::placeholder {
    color: #858585;
}

.site-header__phone-title {
    color: #FFFFFF;
    font-size: 14px;
}

.site-header__phone-number {
    font-size: 14px;
    font-weight: 400;
}

.site-header__phone-number a {
    font-size: 16px;
    font-weight: 400;
}

.site-header__phone-number__0800 {
    display: none;
}

.site-header__phone-number .fa-whatsapp {
    color: #4CAF50;
    font-size: 18px;
}

.nav-links__item-body {
    font-size: 14px;
    font-weight: 600;
}

.nav-links__item-link:hover {
    background-color: initial;
    color: #dddddd;
}

/* mobile */
.mobile-header__panel {
    background-color: #113cd5;
}

.mobile-header__menu-button i {
    color: #FFFFFF;
}

.mobile-header__search-button {
    margin-left: 0;
    padding-left: 16px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    background-color: #FFFFFF;
}

.mobile-header__search-button i {
    color: #113cd5;
    font-size: 16px;
}

.mobile-header__search-form, .mobile-header__search form {
    flex-direction: row-reverse;
    border-radius: 24px
}

.mobile-header__search .input-group-append {
    background: none;
}

.mobile-header__search-input, .mobile-header__search input {
    border: none;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background-color: #FFFFFF;
}

.mobile-header__indicators i {
    color: #FFFFFF;
    transition: all 0.1s ease-out;
    font-size: 26px;
}

.mobile-header__indicators .indicator__value {
    background-color: #fff;
    color: #005aFF;
}

.mobile-header__search input:hover~div {
    background: none;
}

.mobile-header {
    background-color: #113cd5;
}

.mobile-header__search {
    background: #113cd5;
    box-shadow: none;
}

.product-card {
    border: 1px solid #E6E6E6;
    border-radius: 16px;
}

.block-products-carousel .block-products-carousel__slider .product-card .product-card__info {
    min-height: initial;
    padding: 0 1px;
}

.block-products-carousel .owl-carousel.owl-drag .owl-item {
    padding: 0 12px;
}

.block-products-carousel__column .product-card__name {
    text-align: start;
}

/*.product-card__rating-legend {
    display: none;
}*/

.block-products-carousel .block-products-carousel__slider .product-card .product-card__actions {
    padding: 0px 16px 10px;
}

.block-products-carousel .owl-stage {
    display: flex;
}

.block-products-carousel__column {
    height: 100%;
}

.block-products-carousel__cell {
    height: 100%;
}

.product-card {
    display: flex;
    /*justify-content: space-between;*/
    height: 100%;
}

.product-card__prices[data-preco="0.00"] {
    display: none;
}

.site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__badges-list {
    top: 18px;
    left: 0;
}

.site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__badge {
    background-color: #005aFF !important;
    border-bottom-right-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-top: -11px;
}

.block-products-carousel__column .product-card__prices {
    text-align: start;
}

.product-card__old-price {
    margin-bottom: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #858585;
}

.site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__buttons {
    max-width: initial;
    padding: 0 8px
}

@media screen and (max-width: 600px) {
    .site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__buttons {
        padding: 0;
    }
}

.site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__buttons button:hover {
    background-color: #0148C9;
    border-color: #0148C9;
}

.site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__buttons > .row > .col-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.product-card__buttons .input-number .input-number__add,
.product-card__buttons .input-number .input-number__sub {
    opacity: 1;
}

.product-card__buttons .input-number .input-number__add:before,
.product-card__buttons .input-number .input-number__add:after,
.product-card__buttons .input-number .input-number__sub:before,
.product-card__buttons .input-number .input-number__sub:after {
    background-color: #B6B6B6;
}

.block-products-carousel__slider .owl-nav i {
    color: #E2E2E2;
}

.block-products-carousel .block-header__link {
    left: initial;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
}

.block-products-carousel .block-header__link:after {
    content: "Ver todos";
    color: #113cd5;
}

.block-products-carousel .block-header__title {
    left: 0;
    transform: translateY(-50%);
    color: #3C3C3C;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}

.block-products-carousel .block-header__divider {
    opacity: 0;
}

.block-products-carousel .block-header {
    position: relative;
}

.container__products-carousel-grid {
    margin-top: 48px;
}

.site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__login {
    position: relative;
    color: #FFFFFF;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

@media screen and (max-width: 1400px) {
    .site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__login:before {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__login:before {
        content: "Entre ou \A cadastre-se";
    }
}

.site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__login:after {
    display: none;
    content: "Faça login ou cadastre-se para comprar";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #858585;
}

.site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__login:hover {
    background: none;
    border-color: #FFFFFF;
}

.product .product__info {
    margin-top: 28px;
    margin-bottom: 28px;
}

.product .product__name {
    margin-bottom: 24px;
    color: #3C3C3C;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
}

.product .product__gallery {
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .product .product__gallery {
        height: initial;
    }
}

.product .product-gallery {
    height: 100%;
}

.product .product-gallery__featured {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 24px;
}

.product .product__features {
    margin-bottom: 24px;
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.product .product__prices .product__new-price {
    color: #113cd5;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
}

.product .product__options .product__actions-item .product-card__addtocart {
    background-color: #113cd5;
    border-color: #113cd5;
    border-radius: 8px;
    padding: 7px 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    min-height: initial;
}

.product .product__options .product__actions-item .product-card__addtocart:hover {
    background-color: #0148C9;
    border-color: #0148C9;
}

.product .input-number .form-control {
    height: 40px;
    border-radius: 8px;
    border-color: #E6E6E6;
}

.product .input-number .input-number__add,
.product .input-number .input-number__sub {
    opacity: 1;
}

.product .input-number .input-number__add:before,
.product .input-number .input-number__add:after,
.product .input-number .input-number__sub:before,
.product .input-number .input-number__sub:after {
    background-color: #B6B6B6;
}

.product .product__actions-item.product__actions-item--wishlist .btn {
    background-color: #F1F6FF;
    border-color: #F1F6FF;
    border-radius: 8px;
    color: #113cd5;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    padding: 9px 10px;
}

.product .product-gallery__zoom {
    top: 0;
    right: 0;
    padding: 24px;
    color: #747474;
    font-size: 24px;
}

.breadcrumb .breadcrumb-item {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

}

.breadcrumb .breadcrumb-item.active {
    color: #3C3C3C;
}

.breadcrumb .breadcrumb-item .fa-home {
    display: none;
}

.breadcrumb .fa-angle-double-right:before {
    content: "\f105";
}

.product .row[data-content=product-info] > div:first-child {
    padding-left: 0;
    padding-right: 25px;
}

@media screen and (max-width: 767px) {
    .product .row[data-content=product-info] > div:first-child {
        padding-left: 0;
        padding-right: 0;
    }
}

.product .product__actions {
    margin-top: 8px;
}

.footer-contacts__contacts a {
    word-break: break-all;
}

.mobile-header__search input {
    padding-left: 0px;
}

@media (max-width: 767px) {
    [dir=ltr] .mobile-header__search input {
        padding-left: 0px;
    }
}

.mobile-header .mobile-header__search form.mobile-header__search-form .input-group-append {
    display: none;
}

.container.container__banner-slideshow {
    overflow: hidden;
}

.site-header__service-bar.service-bar {
    margin-top: 0;
    padding: 17px 10px;
}

.service-bar__title {
    color: #fff;
}

.service-bar__title:hover {
    color: #fff
}

.service-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.footer-contacts__text > a > p {
    position: relative;
    margin-bottom: 40px;
}

.site__footer .footer-links__title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.site__footer .footer-links__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.site__footer .footer-apps__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: 8px;
}

.site__footer .footer-apps__text {
    margin-left: -8px;
}

.site__footer .footer-contacts__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.footer-contacts__contacts li {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 4px;
}

.site__footer .footer-payment__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.site-newsletter .site-newsletter__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.site-newsletter .site-newsletter__input {
    border-radius: 8px;
    margin: 5px 6px;
    padding: 19px 12px;
}

.site-newsletter .site-newsletter__input::placeholder {
    color: #858585;
}

.site-newsletter .site-newsletter__button {
    border-radius: 8px;
    padding: 7px 20px;
}

.btn-success:hover {
    background-color: #02852B;
    border-color: #02852B;
}

.alert-warning {
    background: #FF4D00;
    color: white;
}

.site-header__phone {
    text-align: right;
    width: 28%;
}

.site-header__mix {
    width: 150px;
    padding: 0 0 0 10px;
}

.header-mix__area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #113cd5;
    color: #ffff;
    font-weight: bold;
    height: 42px;
    align-items: center;
    border-color: white;
    border-radius: 3px;
    padding: 0 5px 0 5px;
    transition: 0.3s;
}

.header-mix__area:hover {
    background-color: #02852B;
}

.header-mix__button .far.fa-heart {
    padding: 0 8px 0 0;
}

.link_activate_code {
    background: none !important;
}

.site-header__entrar2 {
    box-sizing: border-box;
    text-align: right;
    width: 35%;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.site-footer {
    background: #005aFF;
    color: #fff;
    border-top: 1px solid #005aFF;
}

.site__footer .footer-links__link {
    color: #fff;
}

.fa-user:before {
    content: "\f2bd";
    font-size: 30px;
    position: relative;
    top: 18px;
    padding-right: 10px;
    font-weight: 100;
}

.site-footer__logo img {
    filter: brightness(0) invert(1);
}

.product-card .product-card__info {
    min-height: 10px;
    /*diminui a margem programada para informacoes que foram ocultadas no componente*/
}

.product-card .product-card__actions {
    padding: 0 0 24px;
    text-align: center;
    /*margin-left: 35px;*/
}

@media (max-width: 1199px) and (min-width: 480px) {
    .products-list[data-layout="grid-4-sidebar"] .product-card .product-card__info {
        padding: 0px 0px 15px 1px;
    }
}

@media (max-width: 991px) {
    .product-card__name a {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}


@media (max-width: 991px) {
    /*espaco entre o titulo*/
    .block-products-carousel .block-products-carousel__slider .product-card .product-card__info {
        padding: 0 16px;
    }
}

@media (max-width: 480px) and (min-width: 280px) {
    .product-card__name {
        min-height: 70px;
    }
}

.product-card__promotion-legend {
    text-align: left;
    width: 130%;
}


.block-products-carousel__cell .product-card__name {
    min-height: 10px;
}

@media (max-width: 480px) and (min-width: 280px) {
    .product-card__addtolist {
        width: 150%;
        height: 30px;
        font-size: 12px;
    }}

@media (max-width: 480px) and (min-width: 280px) {
    .product-card__promotion-legend {
        font-size: 11px;
    }}

.product-card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.product-card__addtolist {
    height: 30px;
    background-color: #F1F6FF;
    border-color: #F1F6FF;
    border-radius: 8px;
    color: #113cd5;
}

.products-list[data-layout="grid-4-sidebar"] .product-card .product-card__actions {
    padding: 0 15px 5px;
    margin-block: auto;
    display: flex;
    flex-direction: column;
    align-items: left;
    max-width: 300px;
    padding-right: 0px;
    margin-right: 20px;
}

.product-card__name a {
    font-size: 15px;
    text-align: start;
    color: #3C3C3C;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    padding-left: 15px;
}

.product-card__new-price {
    font-size: 20px;
    line-height: 30px;
    color: #113cd5;
    /* padding-left: 10px; */
    text-align: center;
}

.products-list[data-layout="grid-4-sidebar"] .product-card .product-card__buttons .btn {
    background: #113cd5;
    border-radius: 8px;
    color: #fff;
    height: 40px;
    font-size: 14px;
    padding-top: 10px;
    min-width: 150px;
}

.col-12 {
    padding-right: 1px;
    padding-left: 1px;
}

.product-card__unit-price {
    padding-left: 12px;
}

.site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__login:before {
    content: "Entre ou cadastre-se";
    background: #113cd5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 8px;
    color: #fff;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    white-space: pre-wrap;
}

.product-card__unit-price {
    padding-left: 12px;
    text-align: left;
}

.site__body .block-products-carousel .block-products-carousel__slider .product-card .product-card__buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 8px;
    background-color: #113cd5;
    border-color: #113cd5;
    padding-bottom: 7px;
    padding-top: 7px;
}


/*.nav-links__item:last-child .nav-links__item-link {
    background-color: #ffcb05;
    /*margin-left: 10px;
    margin-top: 5px;
    height: 35px;
    border-radius: 8px;
    color: #000;
    text-align: center;
    position: relative;
}*/

/*.nav-links__item:last-child .nav-links__item-link::after {
    content: "LIQUIDAÇÃO";
    Nome desejado
    color: #000;
    Mantém a cor do texto
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
*/

.megamenu__links--level--1 > .megamenu__item > a {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}

/* Seleciona um link específico pelo texto e substitui */
.megamenu__links--level--1 > .megamenu__item > a:contains("SEM GIRO") {
    color: transparent;
    /* Oculta o texto original */
    position: relative;
}

/*.megamenu__links--level--1 > .megamenu__item > a:contains("Giro")::after {
    content: "LIQUIDAÇÃO";
    Novo nome
    color: #000;
     Mantém a cor do texto
    position: absolute;
    top: 0;
    left: 0;
}
*/

[data-logged="true"].products-list[data-layout="grid-4-sidebar"] .product-card .product-card__buttons .btn {
    word-spacing: 8px;
}


.fa-shopping-cart:before {
    content: "\f07a";
    margin-right: 5px;
}

.fa-clipboard-list:before {
    content: "\f46d";
    margin-right: 5px;
}

/* Centralizar conteúdo do footer no mobile */
@media (max-width: 768px) {
    .site__footer,
    .site-footer,
    .site-footer__widgets,
    .footer-links,
    .footer-contacts__contacts,
    .footer-payment__text {
        text-align: center !important;
    }

    .site-footer__widget,
    .footer-links__list,
    .footer-contacts__contacts,
    .footer-apps__text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-apps__text a {
        margin-bottom: 8px;
    }

    .footer-payment__text img {
        width: 80%;
        margin: 0 auto;
    }

    .footer-contacts__contacts li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-links__item,
    .footer-contacts__title,
    .footer-links__title {
        text-align: center;
    }

    .site-footer__bottom {
        text-align: center;
        margin-top: 20px;
    }
}