@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

body {
    font-family: "Montserrat", "sans-serif";
}

.loading__spinner {
    color: #92c647;
}

.site-header__logo img {
    height: 70px;
}

.topbar__item.topbar__item--link.topbar__item--cadastrar, .topbar__item.topbar__item--link.topbar__item--divider.topbar__item--cadastrar {
    display: none;
}

.site-header__cart i {
    color: #999;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #2e2456;
    color: #fff;
}

.site-header__phone-number {
    margin-right: 9px;

}
.site-header__phone {
    text-align: center !important;
}
.footer-contacts__text img {
    height: 70px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #92c647;
    color: #FFF;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #2e2456;
}

.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: #2e2456;
}

.product-card__new-price {
    color: #2e2456;
}

.product__price {
    color: #2e2456;
}

.product__new-price {
    color: #2e2456;
}

.top-button {
    color: #92c647;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #2e2456;
        color: #FFF;
    }

}

.page-header__back i {
    color: #92c647;
}

.input-check__input:checked ~ .input-check__box {
    background: #2e2456;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #2e2456;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 12px;
    height: 12px;
    margin: 0 4px;
}

.block-slideshow .owl-carousel .owl-dot:hover {
    transform: scale(1.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #92c647;
    transform: scale(1.3);
    animation: pulse 2s infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px rgba(146, 198, 71, 0.3);
    }
    50% {
        box-shadow: 0 0 16px rgba(146, 198, 71, 0.6);
    }
}

.block-header__arrow {
    background: transparent;
    color: #2e2456;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #999;
}

.block-header__arrow:active {
    background: transparent;
    color: #2e2456;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #2e2456;
}

.filter__arrow {
    color: #2e2456;
}

.footer-links__title {
    color: #2e2456;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #2e2456;
}

.footer-newsletter__title {
    color: #2e2456;
}

.footer-payment__title {
    color: #2e2456;
}

.footer-seals__title {
    color: #2e2456;
}

.footer-apps__title {
    color: #2e2456;
}

.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: #2e2456;
}

.page-header__title {
    color: #2e2456;
}

.product__name {
    color: #2e2456;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #2e2456;
}

.product-tabs__item:hover {
    color: #2e2456;
}

.product-tabs__item--active {
    border-bottom-color: #2e2456;
}

.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: 120px;
    /* aumentei de 90px para 110px */
}

.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.nav-links__item-link {
    display: block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.nav-links__item-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
    z-index: 1;
}

.nav-links__item-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.nav-links__item-link:hover::before {
    left: 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-body {
    align-items: center;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.nav-links__item--has-submenu .nav-links__item-body {
    padding-right: 15px!important;

}

.nav-links__item-body .fa-chevron-down {
    display: none;
}


.megamenu__body {
    background: #92c647;
}

.megamenu__links--level--1 > .megamenu__item > a {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
    color: #FFF;
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #FFF;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #FFF;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #FFF;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/*.nav-links__item:nth-last-child(-n+2) .nav-links__item-body {
    background: #2e2456;
    color: #fff;
    padding: 10px;
    border-top: #2e2456 5px solid;
    border-bottom: #2e2456 5px solid;
    height: 70px;
    font-size: 15px;
    align-items: center;
    margin-top: 0px;
}*/
.nav-links__item:last-child .nav-links__item-body {
    background: #2e2456;
    color: #fff;
    padding: 10px;
    height: 70px;
    font-size: 15px;
    align-items: center;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* REMOVIDAS essas linhas que causavam problema:
    border-top: #2e2456 5px solid;
    border-bottom: #2e2456 5px solid;
    margin-top: 0px;
    */
}

.nav-links__item:last-child .nav-links__item-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.nav-links__item:last-child:hover .nav-links__item-body {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.nav-links__item:last-child:hover .nav-links__item-body::before {
    left: 100%;
}

.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;
    width: 100%;
    object-fit: cover;
}

.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: #12a0db;
    color: #FFF;
}

.site-newsletter__button {
    background: #2e2456;
    border: #2e2456;
}

.service-bar {
    background: #92c647;
    color: #fff;
}

.site-newsletter__button:active {
    background: #2e2456!important;
    border: #2e2456!important;
}

.site-newsletter__button:hover {
    background: #2e2456!important;
    border: #2e2456!important;
}

.site-newsletter__button:focus {
    background: #2e2456!important;
    border: #2e2456!important;
}

.topbar {
    background: #2e2456;
    color: #ffffff;
}

.nav-links__item-link img {
    height: 40px;
    position: absolute;
    margin-top: -35px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.nav-links__item-body {
    align-items: end;
    margin-top: 20px;
}

.nav-links__item:nth-child(1):hover {
    background: #2e2456;
}

.nav-links__item:nth-child(2):hover {
    background: #2e2456;
}

.nav-links__item:nth-child(3):hover {
    background: #2e2456;
}

.nav-links__item:nth-child(4):hover {
    background: #2e2456;
}

.nav-links__item:nth-child(5):hover {
    background: #2e2456;
}

.nav-links__item:nth-child(6):hover {
    background: #2e2456;
}

.nav-links__item:nth-child(7):hover {
    background: #2e2456;
}

.nav-links__item:nth-child(8):hover {
    background: #2e2456;
}

/* Botao de desconto*/

.site-header__topbar.banner-topo-novo.banner-topo-desktop
{
    background: #559cd5;
    display: flex;
    justify-content: center;
}

.desconto {
    display: none;
    position: fixed;
    /*z-index: 1;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.desconto-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    max-height: 300px;
    text-align: center;
    border-radius: 10px;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    80% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

#desconto-ok {
    margin-bottom: 10px;
}

.close {
    margin-left: 320px;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #bbb9b9;
}

.success-icon {
    font-size: 50px;
    color: green;
    margin-bottom: 10px;
}

.desconto button {
    background-color: #253261;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    width: 100px;
}

.desconto button:hover {
    background-color: #2f438b;
}
.body-message {
    background-color: #2E2456;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
}
@media (min-width: 992px) {
    .body-message {
        display: none;
    }
}
.product__actions-item.product__actions-item--addtocart a {
    background-color: #28a745;
    color: white;
}

.btn.btn-xs.btn-light.product-card__login {
    background-color: #28a745;
    color: white;
}

.product-card {
    margin-top: 15px;
    border: 2px solid rgba(0, 168, 255, 0.3);
    border-radius: 12px;
    padding: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 15px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s;
}

.product-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: #92c647;
}

.product-card:hover::before {
    left: 100%;
}

/* Melhorias para espaçamento dos cards em mobile */
@media (max-width: 767px) {
    .product-card {
        margin-left: 0;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .product-card {
        padding: 12px;
        margin-bottom: 15px;
    }
}

/* Ajuste específico para produtos em grid mobile */
@media (max-width: 991px) {
    .block-products-carousel[data-layout=grid-5] .product-card,
    .block-products-carousel[data-layout=grid-4] .product-card,
    .block-products-carousel[data-layout=grid-3] .product-card {
        margin-left: 0;
    }
}

.botao-institucional {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #fff !important;
    background-color: #2E2456;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    align-items: center;
    transition: background-color 0.3s ease;
    visibility: hidden;
}

@media (min-width: 992px) {
    .botao-institucional {
        margin-top: 20px;
        /* ou o valor que você precisar */
    }
}

.site-header__cart {
    display: flex;
    width: 10% !important;
}

.search__input {
    width: 450px !important;
    max-width: 450px;
}

/* Para diferentes tamanhos de tela */
@media (min-width: 768px) and (max-width: 1199px) {
    .search__input {
        width: 350px !important;
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    .search__input {
        width: 500px !important;
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .search__input {
        width: 100% !important;
        max-width: 280px;
    }
}