/*
Theme Name: Nutribit Suplementos Ultra
Author: OpenAI
Description: Tema WordPress/WooCommerce independente da Nutribit Suplementos, com início, produtos, carrinho, checkout, menus e rodapé integrados.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: nutribit-suplementos-ultra
*/

:root {
    --mf-azul: #082A4A;
    --mf-azul-escuro: #041B2D;
    --mf-azul-menu: #0F3D5C;
    --mf-verde: #00A86B;
    --mf-verde-hover: #008C59;
    --mf-branco: #ffffff;
    --mf-texto: #111827;
    --mf-texto-suave: #64748b;
    --mf-borda: #e5e7eb;
    --mf-fonte: 'Montserrat', Arial, Helvetica, sans-serif;
}

/* Base geral */
html,
body {
    font-family: var(--mf-fonte) !important;
}

body,
button,
input,
select,
textarea,
a,
p,
span,
strong,
small,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--mf-fonte) !important;
}

/* Evita scroll lateral */
html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* ===============================
   TOPO / HEADER
================================ */

.ma-header-ultragym,
.ma-main-header,
.ma-mobile-search-area,
.ma-category-nav {
    background: var(--mf-azul) !important;
}

/* Logo */
.ma-logo-area,
.ma-logo-area:hover,
.ma-logo-area:focus {
    text-decoration: none !important;
    color: #ffffff !important;
}

.ma-text-logo,
.ma-side-text-logo {
    color: #ffffff !important;
    font-family: var(--mf-fonte) !important;
    font-weight: 700 !important;
    letter-spacing: -0.7px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.ma-text-logo {
    font-size: 28px !important;
    line-height: 1 !important;
}

.ma-side-text-logo {
    font-size: 21px !important;
}

/* Esconde qualquer logo antiga/imagem duplicada */
.ma-logo-area img,
.ma-header-ultragym img.custom-logo,
.ma-header-ultragym .custom-logo,
.site-branding,
.site-title,
.site-description {
    display: none !important;
}

/* Busca */
.ma-search-inner {
    border-radius: 20px !important;
    box-shadow: none !important;
}

.ma-search-inner input {
    font-weight: 400 !important;
    color: var(--mf-texto) !important;
}

.ma-search-inner input::placeholder {
    color: #94a3b8 !important;
    font-weight: 400 !important;
}

.ma-search-inner button {
    background: var(--mf-verde) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.ma-search-inner button:hover,
.ma-search-inner button:focus {
    background: var(--mf-verde-hover) !important;
    color: #ffffff !important;
}

/* ===============================
   ÍCONES DO TOPO SEM BORDA
================================ */

.ma-account-icon,
.ma-cart-box,
.ma-order-link,
.ma-order-icon,
.ma-cart-icon {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Ícone minha conta */
.ma-account-icon {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
}

.ma-account-icon svg {
    width: 31px !important;
    height: 31px !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
}

/* Carrinho */
.ma-cart-box {
    padding: 0 !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.ma-cart-icon {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
}

.ma-cart-icon svg {
    width: 34px !important;
    height: 34px !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
}

.ma-cart-text {
    color: #ffffff !important;
    line-height: 1.05 !important;
}

.ma-cart-text small {
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
}

.ma-cart-text strong {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
}

.ma-cart-count-badge {
    background: var(--mf-verde) !important;
    color: #ffffff !important;
    border: 2px solid var(--mf-azul) !important;
    font-weight: 800 !important;
    box-shadow: none !important;
}

/* Acompanhar pedido */
.ma-order-link {
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 0 !important;
}

.ma-order-icon svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
}

.ma-order-link small {
    color: #ffffff !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.ma-order-link strong {
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
}

/* Botão menu mobile */
.ma-mobile-menu-btn {
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 16px !important;
}

.ma-mobile-menu-btn span {
    background: var(--mf-azul-escuro) !important;
    height: 3px !important;
    border-radius: 999px !important;
}

/* ===============================
   CATEGORIAS
================================ */

.ma-category-nav {
    border-top: 1px solid rgba(255,255,255,0.12) !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
}

.ma-category-inner,
.ma-category-menu-list {
    font-family: var(--mf-fonte) !important;
}

.ma-category-inner a,
.ma-category-menu-list > li > a {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: transparent !important;
    transition: color .18s ease, border-color .18s ease, opacity .18s ease !important;
}

/* Hover/ativo em azul escuro, não verde */
.ma-category-inner a:hover,
.ma-category-menu-list > li > a:hover,
.ma-category-menu-list > li.current-menu-item > a,
.ma-category-menu-list > li.current-menu-ancestor > a,
.ma-category-menu-list > li.current-product_cat-ancestor > a,
.ma-category-menu-list > li.current-product_cat-parent > a,
.ma-category-inner a.active,
.ma-category-inner a.current {
    color: var(--mf-azul-escuro) !important;
    background: transparent !important;
    border-color: var(--mf-azul-escuro) !important;
}

/* Linha ativa em azul escuro */
.ma-category-inner a::after,
.ma-category-menu-list > li > a::after {
    background: var(--mf-azul-escuro) !important;
    border-color: var(--mf-azul-escuro) !important;
}

/* Seta mais elegante */
.ma-category-menu-list .menu-item-has-children > a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
}

.ma-category-menu-list .menu-item-has-children > a::before {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: rotate(45deg) translateY(-2px) !important;
    display: inline-block !important;
    order: 2 !important;
    margin-left: 3px !important;
    opacity: .9 !important;
}

/* Esconde possíveis setas antigas */
.ma-category-menu-list .menu-item-has-children > a .sub-arrow,
.ma-category-menu-list .menu-item-has-children > a .dropdown-toggle,
.ma-category-menu-list .menu-item-has-children > a i,
.ma-category-menu-list .menu-item-has-children > a svg {
    display: none !important;
}

/* ===============================
   PRODUTOS MAIS LEVES
================================ */

.woocommerce ul.products {
    align-items: stretch !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Imagens alinhadas */
.woocommerce ul.products li.product img {
    width: 100% !important;
    height: 300px !important;
    object-fit: contain !important;
    padding: 24px !important;
    background: #f7f9fb !important;
}

/* Título mais fino */
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.ma-product-title,
.ma14-product-title {
    color: var(--mf-texto) !important;
    font-size: 17px !important;
    line-height: 1.28 !important;
    font-weight: 500 !important;
    letter-spacing: -0.1px !important;
    min-height: 48px !important;
}

/* Remove negrito exagerado nos cards */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product span,
.woocommerce ul.products li.product p,
.woocommerce ul.products li.product div {
    font-weight: 400 !important;
}

/* Preço principal */
.woocommerce ul.products li.product .price,
.ma-price,
.ma14-price,
.ma-product-price {
    color: var(--mf-azul) !important;
    font-size: 26px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
}

/* Preço antigo */
.woocommerce ul.products li.product del,
.woocommerce ul.products li.product del span {
    color: var(--mf-texto-suave) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

/* Parcelamento e Pix */
.ma-installments,
.ma14-installments,
.ma-pix,
.ma14-pix,
.ma-product-pix,
.ma-archive-pix {
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

/* Botões */
.woocommerce ul.products li.product .button,
.ma-buy-button,
.ma-archive-buy,
.ma14-buy-button,
.single_add_to_cart_button,
.checkout-button,
#place_order {
    background: var(--mf-verde) !important;
    border-color: var(--mf-verde) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}

.woocommerce ul.products li.product .button:hover,
.ma-buy-button:hover,
.ma-archive-buy:hover,
.ma14-buy-button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover {
    background: var(--mf-verde-hover) !important;
    border-color: var(--mf-verde-hover) !important;
    color: #ffffff !important;
}

/* ===============================
   MENU LATERAL
================================ */

.ma-side-menu {
    font-family: var(--mf-fonte) !important;
}

.ma-side-section span {
    color: var(--mf-azul-escuro) !important;
    font-weight: 700 !important;
    letter-spacing: .2px !important;
}

.ma-side-section a {
    color: var(--mf-texto) !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.ma-side-section a:hover,
.ma-side-section a:focus {
    color: var(--mf-azul-escuro) !important;
}

.ma-side-info strong {
    color: var(--mf-azul-escuro) !important;
    font-weight: 700 !important;
}

.ma-side-info p {
    font-weight: 400 !important;
}

/* ===============================
   CARRINHO LATERAL
================================ */

.ma-cart-drawer {
    font-family: var(--mf-fonte) !important;
}

.ma-drawer-btn-primary {
    background: var(--mf-verde) !important;
    border-color: var(--mf-verde) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.ma-drawer-btn-secondary {
    color: var(--mf-azul-escuro) !important;
    font-weight: 600 !important;
}

/* ===============================
   RODAPÉ
================================ */

.ma-footer,
footer {
    background: var(--mf-azul) !important;
}

.ma-footer p,
.ma-footer a,
.ma-footer span,
.ma-footer li,
footer p,
footer a,
footer span,
footer li {
    font-weight: 400 !important;
}

.ma-footer h3,
footer h3 {
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
}

/* Remove metadados visuais duplicados eventualmente inseridos por plugins. */
.cliente-ferreira-dados-footer,
.mf-dados-footer-extra,
.ma-footer-extra-store-data,
.footer-extra-store-data {
    display: none !important;
}


/* Dados oficiais da Nutribit Suplementos abaixo da logo */
.ma-footer-brand {
    min-width: 0 !important;
}

.ma-footer-brand > p {
    max-width: 390px !important;
    margin: 14px 0 0 !important;
    color: rgba(255,255,255,0.94) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.ma-footer-company-info {
    display: grid !important;
    gap: 10px !important;
    max-width: 420px !important;
    margin-top: 18px !important;
    padding-top: 17px !important;
    border-top: 1px solid rgba(255,255,255,0.24) !important;
}

.ma-footer-company-info p {
    margin: 0 !important;
    color: rgba(255,255,255,0.94) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.62 !important;
    overflow-wrap: anywhere !important;
}

.ma-footer-company-info strong {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.ma-footer-company-info a {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    overflow-wrap: anywhere !important;
}

.ma-footer-company-info a:hover,
.ma-footer-company-info a:focus {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* Mantém as quatro colunas organizadas mesmo com os novos dados */
.ma-footer-grid {
    grid-template-columns: minmax(290px, 1.25fr) repeat(3, minmax(165px, 0.8fr)) !important;
    align-items: start !important;
    gap: 32px !important;
}

/* Linha inferior com CNPJ sem estourar a largura */
.ma-footer-bottom .ma-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    flex-wrap: wrap !important;
}

.ma-footer-bottom span {
    color: rgba(255,255,255,0.94) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

@media (max-width: 1100px) {
    .ma-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 28px !important;
    }
}

@media (max-width: 700px) {
    .ma-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .ma-footer-brand > p,
    .ma-footer-company-info {
        max-width: none !important;
    }

    .ma-footer-company-info {
        margin-top: 16px !important;
        padding-top: 15px !important;
    }

    .ma-footer-bottom .ma-container {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    .ma-footer-bottom span {
        width: 100% !important;
        font-size: 12px !important;
        text-align: left !important;
    }
}

/* ===============================
   RESPONSIVO
================================ */

@media (max-width: 991px) {
    .ma-main-inner {
        align-items: center !important;
    }

    .ma-text-logo {
        font-size: 23px !important;
        letter-spacing: -0.5px !important;
        font-weight: 700 !important;
    }

    .ma-account-icon svg {
        width: 29px !important;
        height: 29px !important;
    }

    .ma-cart-icon svg {
        width: 31px !important;
        height: 31px !important;
    }

    .ma-cart-text {
        display: none !important;
    }

    .ma-category-inner a,
    .ma-category-menu-list > li > a {
        font-size: 12px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
    }
}

@media (max-width: 600px) {
    .ma-main-inner {
        gap: 14px !important;
    }

    .ma-text-logo {
        font-size: 22px !important;
        max-width: 240px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .ma-mobile-menu-btn {
        width: 68px !important;
        height: 68px !important;
        min-width: 68px !important;
    }

    .ma-account-icon svg {
        width: 29px !important;
        height: 29px !important;
    }

    .ma-cart-icon svg {
        width: 32px !important;
        height: 32px !important;
    }

    .ma-category-inner {
        gap: 24px !important;
    }

    .ma-category-inner a,
    .ma-category-menu-list > li > a {
        font-size: 11px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
    }

    .woocommerce ul.products li.product img {
        height: 210px !important;
        padding: 16px !important;
    }

    .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px !important;
        min-height: 42px !important;
    }

    .woocommerce ul.products li.product .price,
    .ma-price,
    .ma14-price,
    .ma-product-price {
        font-size: 21px !important;
    }
}

/* ==========================================================
   NUTRIBIT SUPLEMENTOS V2.5 — PRODUTO CORRETO SOMENTE NO DESKTOP
   O WooCommerce aplicava uma grade ao contêiner externo e colocava
   produto, descrição e benefícios lado a lado. No mobile essa grade
   já era desativada; por isso a correção abaixo começa em 1025px.
   ========================================================== */

@media (min-width: 1025px) {
    body.single-product .ma14-product-wrap,
    body.single-product.woocommerce div.product.ma14-product-wrap,
    body.single-product .woocommerce div.product.ma14-product-wrap {
        display: block !important;
        grid-template-columns: none !important;
        gap: 0 !important;
        width: min(1380px, 100%) !important;
        max-width: 1380px !important;
        margin: 0 auto !important;
    }

    body.single-product .ma14-product-hero {
        display: grid !important;
        grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr) !important;
        gap: 30px !important;
        align-items: start !important;
        width: 100% !important;
        margin: 0 0 30px !important;
    }

    body.single-product .ma14-product-image-card,
    body.single-product .ma14-product-info-card,
    body.single-product .ma14-product-desc-card,
    body.single-product .ma14-product-benefits-black {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.single-product .ma14-product-image-card {
        min-height: 610px !important;
        padding: 82px 38px 38px !important;
    }

    body.single-product .ma14-product-main-img {
        width: 100% !important;
        max-width: 620px !important;
        height: 480px !important;
    }

    body.single-product .ma14-product-info-card {
        padding: 34px !important;
        overflow: hidden !important;
    }

    body.single-product .ma14-product-title {
        max-width: 100% !important;
        margin-bottom: 22px !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        font-size: clamp(36px, 2.7vw, 48px) !important;
        line-height: 1.03 !important;
        letter-spacing: -1.7px !important;
    }

    body.single-product .ma14-product-price-row {
        grid-template-columns: 92px minmax(0, 1fr) !important;
        gap: 14px !important;
    }

    body.single-product .ma14-product-main-price {
        max-width: 100% !important;
        font-size: clamp(48px, 3.5vw, 62px) !important;
        letter-spacing: -2.8px !important;
    }

    body.single-product .ma14-product-pix-price {
        font-size: clamp(34px, 2.7vw, 46px) !important;
        letter-spacing: -1.8px !important;
    }

    body.single-product .ma14-product-bottom {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 370px !important;
        gap: 28px !important;
        align-items: start !important;
        width: 100% !important;
        margin-top: 0 !important;
    }

    body.single-product .ma14-desc-title h2 {
        overflow-wrap: anywhere !important;
        font-size: clamp(28px, 2.4vw, 38px) !important;
        line-height: 1.05 !important;
    }
}

/* O JavaScript atualiza as duas classes para também suportar caches antigos. */
body.ma-menu-open,
body.ma-side-menu-open {
    overflow: hidden !important;
}

body.ma-menu-open .ma-menu-overlay,
body.ma-side-menu-open .ma-menu-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

body.ma-menu-open .ma-side-menu,
body.ma-side-menu-open .ma-side-menu {
    left: 0 !important;
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.ma-mobile-menu-btn {
    position: relative !important;
    z-index: 20 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* ==========================================================
   BASE VISUAL PREMIUM DA VITRINE
   ========================================================== */

/* Logo: o arquivo original possui bastante transparência ao redor. */
.ma-logo-area.ns-logo-area {
    display: flex !important;
    flex: 0 0 420px !important;
    width: 420px !important;
    min-width: 420px !important;
    height: 112px !important;
    overflow: hidden !important;
    align-items: center !important;
    justify-content: center !important;
}

.ma-logo-area .ns-header-logo {
    display: block !important;
    width: 420px !important;
    height: 112px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    transform: none !important;
}

.ma-category-inner,
.ma-category-menu-list {
    justify-content: flex-start !important;
}

.ma-category-menu-list {
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* Banner premium */
.ns-premium-home {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.ns31-hero-wrap {
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 34px !important;
    background:
        radial-gradient(circle at 40% 30%, rgba(34, 102, 176, .22), transparent 28%),
        linear-gradient(135deg, #031326 0%, #061a33 50%, #0a2748 100%) !important;
}

.ns31-hero {
    position: relative !important;
    width: min(1240px, calc(100vw - 32px)) !important;
    min-height: 620px !important;
    margin: 0 auto !important;
    padding: 64px 0 30px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr) !important;
    gap: 38px !important;
    align-items: center !important;
}

.ns31-copy {
    position: relative !important;
    z-index: 2 !important;
    color: #fff !important;
}

.ns31-eyebrow {
    display: inline-flex !important;
    min-height: 36px !important;
    align-items: center !important;
    padding: 0 15px !important;
    border: 1px solid #00A86B !important;
    border-radius: 999px !important;
    color: #4ED6A2 !important;
    background: rgba(0, 168, 107, .07) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
}

.ns31-copy h1 {
    display: flex !important;
    flex-direction: column !important;
    margin: 22px 0 0 !important;
    max-width: 680px !important;
    font-size: clamp(48px, 5.4vw, 82px) !important;
    line-height: .98 !important;
    letter-spacing: -4px !important;
    font-weight: 800 !important;
}

.ns31-copy h1 span {
    display: block !important;
    color: #fff !important;
}

.ns31-copy h1 .ns31-blue {
    color: #4db4ff !important;
}

.ns31-copy h1 .ns31-orange {
    color: #00A86B !important;
}

.ns31-copy > p {
    max-width: 650px !important;
    margin: 24px 0 0 !important;
    color: #e8eef7 !important;
    font-size: 18px !important;
    line-height: 1.58 !important;
}

.ns31-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin-top: 31px !important;
}

.ns31-btn {
    min-height: 58px !important;
    padding: 0 26px !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    pointer-events: auto !important;
}

.ns31-primary {
    background: #00A86B !important;
    color: #fff !important;
    box-shadow: 0 18px 34px rgba(0, 168, 107, .3) !important;
}

.ns31-primary:hover,
.ns31-primary:focus {
    background: #008C59 !important;
    color: #fff !important;
}

.ns31-secondary {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #4db4ff !important;
}

.ns31-secondary:hover,
.ns31-secondary:focus {
    background: rgba(77, 180, 255, .12) !important;
    color: #fff !important;
}

.ns31-stamp {
    position: absolute !important;
    left: 48% !important;
    top: 166px !important;
    z-index: 4 !important;
    width: 188px !important;
    height: 188px !important;
    border-radius: 34px !important;
    transform: rotate(-4deg) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(5, 23, 43, .94) !important;
    border: 3px solid #00A86B !important;
    box-shadow: 0 24px 55px rgba(0, 0, 0, .3) !important;
    color: #fff !important;
}

.ns31-stamp::before {
    content: "" !important;
    position: absolute !important;
    inset: -15px !important;
    border: 1px dashed rgba(0, 168, 107, .58) !important;
    border-radius: 34px !important;
}

.ns31-stamp span {
    color: #00A86B !important;
    font-size: 52px !important;
    line-height: .9 !important;
    font-weight: 800 !important;
}

.ns31-stamp strong {
    font-size: 39px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

.ns31-stamp small {
    margin-top: 8px !important;
    padding: 7px 14px !important;
    border-radius: 8px !important;
    background: #00A86B !important;
    color: #061a33 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.ns31-panel {
    position: relative !important;
    z-index: 2 !important;
    margin-left: 76px !important;
    padding: 28px 30px 20px !important;
    border-radius: 30px !important;
    background: linear-gradient(160deg, rgba(6, 26, 51, .95), rgba(8, 35, 67, .92)) !important;
    border: 1px solid rgba(77, 180, 255, .36) !important;
    box-shadow: 0 32px 70px rgba(0, 0, 0, .28) !important;
}

.ns31-panel-head {
    display: grid !important;
    grid-template-columns: 80px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: center !important;
    padding-bottom: 22px !important;
    border-bottom: 1px solid rgba(77, 180, 255, .25) !important;
}

.ns31-panel-head > span,
.ns31-panel-item > b {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #00A86B !important;
    border: 2px solid rgba(77, 180, 255, .35) !important;
    background: radial-gradient(circle, rgba(77, 180, 255, .14), transparent 70%) !important;
}

.ns31-panel-head > span {
    width: 76px !important;
    height: 76px !important;
    border-radius: 50% !important;
}

.ns31-panel-head > span svg {
    width: 34px !important;
    height: 34px !important;
}

.ns31-panel-head small {
    display: block !important;
    color: #4db4ff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.ns31-panel-head strong {
    display: block !important;
    margin-top: 4px !important;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

.ns31-panel-head p,
.ns31-panel-item p {
    margin: 7px 0 0 !important;
    color: #dce8f5 !important;
    line-height: 1.45 !important;
}

.ns31-panel-item {
    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 19px 0 !important;
    border-bottom: 1px solid rgba(77, 180, 255, .2) !important;
}

.ns31-panel-item > b {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
}

.ns31-panel-item > b svg {
    width: 25px !important;
    height: 25px !important;
}

.ns31-panel-item strong {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.ns31-panel-bottom {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    padding-top: 16px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.ns31-categories {
    width: min(1240px, calc(100vw - 32px)) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(77, 180, 255, .35) !important;
    overflow: hidden !important;
    background: rgba(4, 19, 38, .72) !important;
}

.ns31-categories a {
    min-height: 132px !important;
    padding: 22px !important;
    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: center !important;
    color: #fff !important;
    text-decoration: none !important;
    border-right: 1px solid rgba(77, 180, 255, .25) !important;
    pointer-events: auto !important;
}

.ns31-categories a:last-child {
    border-right: 0 !important;
}

.ns31-categories a > b {
    width: 58px !important;
    height: 58px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #4db4ff !important;
    color: #00A86B !important;
    font-size: 25px !important;
    font-weight: 800 !important;
}

.ns31-categories strong {
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.ns31-categories small {
    display: block !important;
    margin-top: 6px !important;
    color: #dbe7f5 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

/* Produtos e cards aprovados */
.ma14-products-section {
    width: 100% !important;
    padding: 56px 16px 72px !important;
    background: #f4f7f5 !important;
}

.ma14-section-inner {
    width: min(1240px, 100%) !important;
    margin: 0 auto !important;
}

.ma14-section-title {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin-bottom: 26px !important;
}

.ma14-section-title span {
    display: block !important;
    margin-bottom: 8px !important;
    color: #00A86B !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
}

.ma14-section-title h2 {
    margin: 0 !important;
    color: #0a1f3a !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -1.4px !important;
}

.ma14-view-store {
    min-height: 48px !important;
    padding: 0 20px !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #00A86B !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.ma14-products-grid .woocommerce,
.ma14-products-grid .products {
    width: 100% !important;
    max-width: none !important;
}

.ma14-products-grid ul.products,
body.woocommerce-shop ul.products,
body.tax-product_cat ul.products,
body.post-type-archive-product ul.products,
body.search-results ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
}

.woocommerce ul.products li.product.ns-ma14-card-shell,
li.product.ns-ma14-card-shell {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    list-style: none !important;
    background: transparent !important;
}

.ma14-product-card {
    width: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #e6edf2 !important;
    border-radius: 22px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .10) !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.ma14-product-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 22px 48px rgba(15, 23, 42, .15) !important;
}

.ma14-product-img {
    width: 100% !important;
    aspect-ratio: 1 / .92 !important;
    padding: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #f3f5f6 !important;
    text-decoration: none !important;
}

.ma14-product-img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    margin: 0 !important;
    transition: transform .18s ease !important;
}

.ma14-product-card:hover .ma14-product-img img {
    transform: scale(1.035) !important;
}

.ma14-product-info {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 18px 20px 20px !important;
    background: #fff !important;
}

.ma14-card-brand {
    display: block !important;
    margin: 0 0 6px !important;
    overflow: hidden !important;
    color: #718096 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.ma14-product-name {
    min-height: 42px !important;
    margin: 0 0 11px !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #172033 !important;
    text-decoration: none !important;
    font-size: 17px !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.ma14-rating-line {
    min-height: 23px !important;
    margin: 0 0 11px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.ns-rating-stars {
    position: relative !important;
    display: inline-block !important;
    width: 92px !important;
    min-width: 92px !important;
    height: 20px !important;
    overflow: hidden !important;
    color: #d8dee7 !important;
    font-family: Arial, "Segoe UI Symbol", sans-serif !important;
    font-size: 19px !important;
    line-height: 20px !important;
    white-space: nowrap !important;
}

.ns-rating-stars-base,
.ns-rating-stars-fill {
    display: block !important;
    height: 20px !important;
    font-family: Arial, "Segoe UI Symbol", sans-serif !important;
    font-size: 19px !important;
    line-height: 20px !important;
    white-space: nowrap !important;
}

.ns-rating-stars-fill {
    position: absolute !important;
    z-index: 2 !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    color: #f5a800 !important;
}

.ma14-rating-note {
    color: #4b5563 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.ma14-price-box {
    margin: auto 0 0 !important;
}

.ma14-price-line-old {
    min-height: 23px !important;
    margin-bottom: 3px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.ma14-old-price {
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: line-through !important;
}

.ma14-discount-pill {
    display: inline-flex !important;
    min-height: 24px !important;
    padding: 3px 8px !important;
    border-radius: 999px !important;
    background: #078d20 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.ma14-current-price {
    display: block !important;
    margin: 3px 0 7px !important;
    color: #172033 !important;
    font-size: 25px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -.8px !important;
}

.ma14-installment-new,
.ma14-pix-new {
    margin: 0 0 7px !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
}

.ma14-pix-new {
    color: #12803d !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.ma14-installment-new strong,
.ma14-pix-new strong {
    color: #172033 !important;
    font-weight: 800 !important;
}

.ma14-buy-btn {
    width: 100% !important;
    min-height: 52px !important;
    margin-top: 15px !important;
    border-radius: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    background: #00A86B !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 22px rgba(0, 168, 107, .24) !important;
    pointer-events: auto !important;
}

.ma14-buy-btn:hover,
.ma14-buy-btn:focus {
    background: #18ad50 !important;
    color: #fff !important;
}

.ma14-buy-btn svg {
    width: 20px !important;
    height: 20px !important;
}

/* Página premium do produto */
body.single-product .ma-wc-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ma14-product-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 34px 16px 70px !important;
    background: #f5f7f9 !important;
    color: #0a1f3a !important;
}

.ma14-product-wrap {
    width: min(1360px, 100%) !important;
    margin: 0 auto !important;
}

.ma14-product-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .78fr) !important;
    gap: 34px !important;
    align-items: start !important;
    margin-bottom: 28px !important;
}

.ma14-product-image-card,
.ma14-product-info-card,
.ma14-product-desc-card,
.ma14-product-benefits-black {
    background: #fff !important;
    border: 1px solid #e3e9ef !important;
    border-radius: 34px !important;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .07) !important;
}

.ma14-product-image-card {
    min-height: 640px !important;
    padding: 78px 42px 42px !important;
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ma14-product-seals {
    position: absolute !important;
    top: 28px !important;
    left: 34px !important;
    z-index: 4 !important;
    display: grid !important;
    gap: 12px !important;
}

.ma14-product-seal {
    width: max-content !important;
    min-height: 38px !important;
    padding: 0 18px !important;
    border-radius: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .13) !important;
}

.ma14-product-seal svg {
    width: 17px !important;
    height: 17px !important;
}

.ma14-product-seal.blue {
    background: #1f5f9f !important;
}

.ma14-product-seal.orange {
    background: #00A86B !important;
}

.ma14-product-main-img {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    height: 520px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 18px 22px rgba(15, 23, 42, .08)) !important;
}

.ma14-product-info-card {
    padding: 36px !important;
}

.ma14-product-badges {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    margin-bottom: 22px !important;
}

.ma14-product-brand,
.ma14-product-rating {
    min-height: 34px !important;
    padding: 6px 15px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.ma14-product-brand {
    background: #f1f5f9 !important;
    color: #64748b !important;
    border: 1px solid #e3e9ef !important;
}

.ma14-product-rating {
    background: #fff7d6 !important;
    color: #9b6500 !important;
    border: 1px solid #f9dfa1 !important;
}

.ma14-product-rating .ns-rating-stars {
    width: 76px !important;
    min-width: 76px !important;
    height: 17px !important;
    font-size: 16px !important;
    line-height: 17px !important;
}

.ma14-product-rating .ns-rating-stars-base,
.ma14-product-rating .ns-rating-stars-fill {
    height: 17px !important;
    font-size: 16px !important;
    line-height: 17px !important;
}

.ma14-product-title {
    margin: 0 0 24px !important;
    color: #0a1f3a !important;
    font-size: clamp(34px, 4vw, 60px) !important;
    line-height: .98 !important;
    font-weight: 800 !important;
    letter-spacing: -2.4px !important;
    text-transform: uppercase !important;
}

.ma14-product-regular {
    margin: 0 0 8px !important;
    color: #94a3b8 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.ma14-product-price-row {
    display: grid !important;
    grid-template-columns: 105px 1fr !important;
    align-items: end !important;
    gap: 18px !important;
    margin: 0 0 22px !important;
}

.ma14-product-label {
    padding-bottom: 14px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}

.ma14-product-main-price {
    color: #0a1f3a !important;
    font-size: clamp(50px, 5vw, 78px) !important;
    line-height: .95 !important;
    font-weight: 800 !important;
    letter-spacing: -4px !important;
    white-space: nowrap !important;
}

.ma14-product-pix-box {
    min-height: 142px !important;
    margin-bottom: 20px !important;
    padding: 26px 30px !important;
    border-radius: 28px !important;
    display: grid !important;
    grid-template-columns: 74px 1fr !important;
    gap: 18px !important;
    align-items: center !important;
    overflow: hidden !important;
    background: #050706 !important;
    color: #fff !important;
    box-shadow: 0 22px 45px rgba(0, 0, 0, .20) !important;
}

.ma14-qr-icon {
    width: 62px !important;
    height: 62px !important;
    border-radius: 17px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #19a957 !important;
    color: #fff !important;
}

.ma14-qr-icon svg {
    width: 42px !important;
    height: 42px !important;
    fill: currentColor !important;
}

.ma14-product-pix-label {
    margin-bottom: 8px !important;
    color: #21d66b !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 2.1px !important;
    text-transform: uppercase !important;
}

.ma14-product-pix-price {
    color: #fff !important;
    font-size: clamp(38px, 4vw, 58px) !important;
    line-height: .95 !important;
    font-weight: 800 !important;
    letter-spacing: -2.8px !important;
    white-space: nowrap !important;
}

.ma14-product-save {
    margin-top: 12px !important;
    color: #a6b2c3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .8px !important;
    text-transform: uppercase !important;
}

.ma14-product-installment {
    min-height: 58px !important;
    margin-bottom: 24px !important;
    padding: 0 20px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    background: #f8fafc !important;
    border: 1px solid #e3e9ef !important;
    color: #0a1f3a !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.ma14-product-installment svg {
    width: 26px !important;
    height: 26px !important;
}

.ma14-buy-form {
    display: grid !important;
    grid-template-columns: 178px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: center !important;
    margin: 0 !important;
}

.ma14-qty {
    height: 64px !important;
    border-radius: 18px !important;
    display: grid !important;
    grid-template-columns: 48px 1fr 48px !important;
    align-items: center !important;
    overflow: hidden !important;
    background: #f8fafc !important;
    border: 1px solid #e3e9ef !important;
}

.ma14-qty .quantity {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.ma14-qty button {
    width: 48px !important;
    height: 64px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #0a1f3a !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.ma14-qty input.qty {
    width: 100% !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #0a1f3a !important;
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
}

body.single-product .ma14-buy-now.button,
body.single-product .ma14-buy-now.single_add_to_cart_button {
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 0 26px !important;
    border: 0 !important;
    border-radius: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    background: #28c964 !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    box-shadow: 0 20px 34px rgba(40, 201, 100, .28) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

body.single-product .ma14-buy-now.button:hover,
body.single-product .ma14-buy-now.single_add_to_cart_button:hover {
    background: #20b859 !important;
}

.ma14-buy-now svg {
    width: 27px !important;
    height: 27px !important;
}

.ma14-native-add-to-cart form.cart,
.ma14-native-add-to-cart .variations_form {
    margin: 0 !important;
}

.ma14-native-add-to-cart table.variations {
    width: 100% !important;
    margin: 0 0 16px !important;
}

.ma14-native-add-to-cart select {
    width: 100% !important;
    min-height: 52px !important;
    border: 1px solid #dfe7ef !important;
    border-radius: 14px !important;
    background: #fff !important;
}

.ma14-native-add-to-cart .single_add_to_cart_button {
    width: 100% !important;
    min-height: 64px !important;
    border-radius: 18px !important;
    background: #28c964 !important;
    color: #fff !important;
}

.ma14-out-of-stock {
    padding: 16px 18px !important;
    border-radius: 14px !important;
    background: #fff1f2 !important;
    color: #be123c !important;
    font-weight: 800 !important;
}

.ma14-product-small-benefits {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
    margin-top: 20px !important;
}

.ma14-mini-benefit {
    min-height: 78px !important;
    padding: 16px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    background: #fff !important;
    border: 1px solid #e3e9ef !important;
}

.ma14-mini-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    background: #E8F8F1 !important;
    color: #00A86B !important;
}

.ma14-mini-benefit strong {
    display: block !important;
    margin-bottom: 4px !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
}

.ma14-mini-benefit span {
    color: #0a1f3a !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.ma14-product-bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 390px !important;
    gap: 28px !important;
    align-items: start !important;
    margin-top: 28px !important;
}

.ma14-product-desc-card {
    min-height: 280px !important;
    padding: 38px !important;
}

.ma14-desc-title {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin-bottom: 26px !important;
}

.ma14-desc-title b {
    width: 52px !important;
    height: 52px !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #E8F8F1 !important;
    color: #00A86B !important;
    font-size: 30px !important;
    font-weight: 800 !important;
}

.ma14-desc-title h2 {
    margin: 0 !important;
    color: #0a1f3a !important;
    font-size: clamp(30px, 3.2vw, 48px) !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: -1.8px !important;
}

.ma14-desc-content,
.ma14-desc-content p,
.ma14-desc-content li {
    color: #526173 !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
}

.ma14-product-benefits-black {
    padding: 32px !important;
    border-radius: 28px !important;
    background: #050706 !important;
    color: #fff !important;
}

.ma14-product-benefits-black h3 {
    margin: 0 0 26px !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.ma14-product-benefits-black ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    gap: 18px !important;
}

.ma14-product-benefits-black li {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.ma14-product-benefits-black li::before {
    content: "✓" !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    background: rgba(25, 169, 87, .14) !important;
    border: 2px solid #19a957 !important;
    color: #19a957 !important;
}

/* Rodapé branco com pagamento e Correios */
.ma14-footer {
    width: 100% !important;
    padding: 32px 16px 0 !important;
    background: #fff !important;
    color: #0a1f3a !important;
    border-top: 1px solid #e5e7eb !important;
}

.ma14-footer-wrap {
    width: min(1240px, 100%) !important;
    margin: 0 auto !important;
}

.ma14-footer-benefits {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px !important;
    margin-bottom: 28px !important;
}

.ma14-footer-benefit {
    min-height: 74px !important;
    padding: 16px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    background: #f8fafc !important;
    border: 1px solid #dfe7ef !important;
    color: #0a1f3a !important;
}

.ma14-footer-benefit > svg {
    width: 38px !important;
    height: 38px !important;
    padding: 8px !important;
    border-radius: 12px !important;
    flex: 0 0 auto !important;
    background: #E8F8F1 !important;
    color: #00A86B !important;
}

.ma14-footer-benefit strong {
    display: block !important;
    color: #0a1f3a !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

.ma14-footer-benefit span {
    display: block !important;
    margin-top: 2px !important;
    color: #475569 !important;
    font-size: 12px !important;
}

.ma14-footer-main {
    display: grid !important;
    grid-template-columns: 1.35fr .78fr .88fr .78fr !important;
    gap: 28px !important;
    padding: 8px 0 30px !important;
}

.ma14-footer .ns-footer-logo {
    display: flex !important;
    width: 380px !important;
    max-width: 100% !important;
    height: 112px !important;
    overflow: hidden !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 14px !important;
}

.ma14-footer .ns-footer-logo img {
    display: block !important;
    width: 380px !important;
    max-width: none !important;
    height: 112px !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ma14-footer p,
.ma14-footer a {
    color: #344054 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    text-decoration: none !important;
}

.ma14-footer-description {
    max-width: 410px !important;
    margin: 0 0 16px !important;
}

.ma14-footer-store-data {
    display: grid !important;
    gap: 5px !important;
    padding-top: 14px !important;
    border-top: 1px solid #e5e7eb !important;
}

.ma14-footer-store-data p {
    margin: 0 !important;
}

.ma14-footer-store-data strong {
    color: #0a1f3a !important;
}

.ma14-footer-col {
    display: grid !important;
    align-content: start !important;
    gap: 8px !important;
}

.ma14-footer-col h3 {
    margin: 0 0 14px !important;
    color: #0a1f3a !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .8px !important;
}

.ma14-footer-col h3::after {
    content: "" !important;
    display: block !important;
    width: 36px !important;
    height: 3px !important;
    margin-top: 8px !important;
    border-radius: 999px !important;
    background: #00A86B !important;
}

.ma14-footer-col a:hover,
.ma14-footer-col a:focus {
    color: #00A86B !important;
}

.ma14-seals {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
    padding: 22px 0 !important;
    border-top: 1px solid #edf2f7 !important;
    border-bottom: 1px solid #edf2f7 !important;
}

.ma14-seal-card {
    min-height: 112px !important;
    padding: 14px 18px !important;
    border-radius: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 10px !important;
    background: #f8fafc !important;
    border: 1px solid #dfe7ef !important;
}

.ma14-seal-card > span {
    color: #00A86B !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.ma14-seals img {
    display: block !important;
    width: auto !important;
    max-width: 270px !important;
    height: auto !important;
    max-height: 64px !important;
    object-fit: contain !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ma14-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.ma14-security-badge > svg {
    width: 48px !important;
    height: 48px !important;
    padding: 10px !important;
    border-radius: 15px !important;
    flex: 0 0 48px !important;
    background: #e8f7ef !important;
    border: 1px solid #cce8da !important;
    color: #16794f !important;
}

.ma14-security-copy strong,
.ma14-security-copy small {
    display: block !important;
}

.ma14-security-copy strong {
    color: #0f2b5b !important;
    font-size: 17px !important;
    font-weight: 800 !important;
}

.ma14-security-copy small {
    margin-top: 4px !important;
    color: #475569 !important;
    font-size: 12px !important;
}

.ma14-footer-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 18px 0 !important;
}

.ma14-footer-bottom p {
    margin: 0 !important;
}

@media (max-width: 1200px) {
    .ma-logo-area.ns-logo-area {
        flex-basis: 320px !important;
        width: 320px !important;
        min-width: 320px !important;
        height: 92px !important;
    }

    .ma-logo-area .ns-header-logo {
        width: 320px !important;
        height: 92px !important;
    }

    .ma14-products-grid ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products,
    body.post-type-archive-product ul.products,
    body.search-results ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .ma-logo-area.ns-logo-area {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        height: 72px !important;
    }

    .ma-logo-area .ns-header-logo {
        width: min(250px, 100%) !important;
        height: 72px !important;
    }

    .ns31-hero {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .ns31-stamp {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 150px !important;
        height: 150px !important;
        margin: -10px auto 0 !important;
    }

    .ns31-panel {
        margin-left: 0 !important;
    }

    .ns31-categories {
        grid-template-columns: 1fr 1fr !important;
    }

    .ma14-product-hero,
    .ma14-product-bottom {
        grid-template-columns: 1fr !important;
    }

    .ma14-footer-benefits {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .ma14-footer-main {
        grid-template-columns: 1fr 1fr !important;
    }

    .ma14-seals {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    .ma14-products-grid ul.products,
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products,
    body.post-type-archive-product ul.products,
    body.search-results ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}

@media (max-width: 560px) {
    .ma-logo-area .ns-header-logo {
        width: min(215px, 100%) !important;
        height: 64px !important;
    }

    .ns31-hero {
        width: calc(100vw - 26px) !important;
        min-height: 0 !important;
        padding-top: 38px !important;
    }

    .ns31-copy h1 {
        font-size: 46px !important;
        letter-spacing: -2.5px !important;
    }

    .ns31-copy > p {
        font-size: 16px !important;
    }

    .ns31-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .ns31-btn {
        width: 100% !important;
    }

    .ns31-panel {
        padding: 22px 18px 16px !important;
    }

    .ns31-panel-bottom {
        grid-template-columns: 1fr !important;
    }

    .ns31-categories {
        width: calc(100vw - 26px) !important;
        grid-template-columns: 1fr !important;
    }

    .ns31-categories a {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(77, 180, 255, .25) !important;
    }

    .ns31-categories a:last-child {
        border-bottom: 0 !important;
    }

    .ma14-products-section {
        padding: 40px 13px 54px !important;
    }

    .ma14-section-title {
        display: block !important;
    }

    .ma14-view-store {
        width: 100% !important;
        margin-top: 18px !important;
    }

    .ma14-product-info {
        padding: 14px !important;
    }

    .ma14-product-name {
        font-size: 14px !important;
    }

    .ma14-current-price {
        font-size: 22px !important;
    }

    .ma14-rating-line {
        display: block !important;
    }

    .ma14-rating-note {
        display: block !important;
        margin-top: 4px !important;
    }

    .ma14-buy-btn {
        min-height: 48px !important;
        font-size: 14px !important;
    }

    .ma14-product-main {
        padding: 20px 12px 54px !important;
    }

    .ma14-product-image-card {
        min-height: auto !important;
        padding: 78px 16px 24px !important;
        border-radius: 24px !important;
    }

    .ma14-product-main-img {
        height: 310px !important;
    }

    .ma14-product-seals {
        top: 16px !important;
        left: 16px !important;
        gap: 8px !important;
    }

    .ma14-product-seal {
        min-height: 32px !important;
        padding: 0 12px !important;
        border-radius: 11px !important;
        font-size: 9px !important;
    }

    .ma14-product-info-card,
    .ma14-product-desc-card,
    .ma14-product-benefits-black {
        padding: 22px !important;
        border-radius: 24px !important;
    }

    .ma14-product-title {
        font-size: 31px !important;
        letter-spacing: -1.3px !important;
    }

    .ma14-product-price-row {
        grid-template-columns: 1fr !important;
        gap: 4px !important;
    }

    .ma14-product-label {
        padding-bottom: 0 !important;
    }

    .ma14-product-main-price {
        font-size: 50px !important;
        letter-spacing: -2.5px !important;
    }

    .ma14-product-pix-box {
        min-height: 112px !important;
        padding: 18px !important;
        grid-template-columns: 54px 1fr !important;
        gap: 12px !important;
        border-radius: 22px !important;
    }

    .ma14-qr-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .ma14-qr-icon svg {
        width: 35px !important;
        height: 35px !important;
    }

    .ma14-product-pix-price {
        font-size: 36px !important;
        letter-spacing: -1.8px !important;
    }

    .ma14-buy-form {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .ma14-product-small-benefits {
        grid-template-columns: 1fr !important;
    }

    .ma14-product-installment {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    .ma14-desc-title {
        align-items: flex-start !important;
    }

    .ma14-desc-title h2 {
        font-size: 29px !important;
    }

    .ma14-footer-benefits,
    .ma14-footer-main {
        grid-template-columns: 1fr !important;
    }

    .ma14-footer .ns-footer-logo {
        width: 330px !important;
        height: 100px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ma14-footer .ns-footer-logo img {
        width: 330px !important;
        height: 100px !important;
    }

    .ma14-footer-description {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ma14-footer-bottom {
        display: block !important;
        text-align: center !important;
    }

    .ma14-footer-bottom p + p {
        margin-top: 10px !important;
    }
}

@media (max-width: 420px) {
    .ma-text-logo {
        font-size: 20px !important;
        max-width: 220px !important;
    }

    .ma-mobile-menu-btn {
        width: 64px !important;
        height: 64px !important;
        min-width: 64px !important;
    }
}
/* =========================================================
   NUTRIBIT SUPLEMENTOS V18 - AVALIAÇÕES DO PRODUTO
   Exibe 1 avaliação inicialmente e as demais em "Ver mais".
========================================================= */

.mf-product-reviews,
.mf-product-reviews * {
    box-sizing: border-box;
}

.mf-product-reviews {
    width: min(1180px, calc(100% - 36px));
    margin: 36px auto 28px;
    padding: 0;
    color: var(--mf-texto, #111827);
    font-family: var(--mf-fonte, 'Montserrat', Arial, Helvetica, sans-serif);
}

.mf-product-reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.mf-product-reviews__heading {
    min-width: 0;
}

.mf-product-reviews__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 9px;
    padding: 6px 12px;
    border: 1px solid rgba(0, 117, 226, 0.18);
    border-radius: 999px;
    background: rgba(0, 117, 226, 0.08);
    color: var(--mf-azul-escuro, #041B2D);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.mf-product-reviews__title {
    margin: 0 !important;
    color: var(--mf-texto, #111827) !important;
    font-size: clamp(24px, 3vw, 32px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px;
}

.mf-product-reviews__subtitle {
    max-width: 650px;
    margin: 7px 0 0 !important;
    color: var(--mf-texto-suave, #64748b) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
}

.mf-product-reviews__summary {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 13px;
    min-width: 205px;
    padding: 16px 18px;
    border: 1px solid var(--mf-borda, #e5e7eb);
    border-radius: 18px;
    background: #f7f9fb;
}

.mf-product-reviews__average {
    color: var(--mf-azul, #082A4A) !important;
    font-size: 31px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.mf-product-reviews__summary-text {
    min-width: 0;
}

.mf-product-reviews__summary .star-rating,
.mf-product-review-card__rating .star-rating {
    float: none !important;
    display: block !important;
    margin: 0 !important;
    color: #f4aa00 !important;
}

.mf-product-reviews__summary .star-rating {
    margin-bottom: 5px !important;
    font-size: 15px !important;
}

.mf-product-reviews__summary-text > span {
    display: block;
    color: var(--mf-texto-suave, #64748b) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.mf-product-reviews__list {
    display: grid;
    gap: 14px;
}

.mf-product-review-card {
    position: relative;
    width: 100%;
    padding: 22px;
    border: 1px solid var(--mf-borda, #e5e7eb);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(15, 43, 91, 0.055);
}

.mf-product-review-card[hidden] {
    display: none !important;
}

.mf-product-review-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 15px;
}

.mf-product-review-card__customer {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.mf-product-review-card__avatar {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    overflow: hidden;
    border: 2px solid #edf2f7;
    border-radius: 50%;
    background: #f7f9fb;
}

.mf-product-review-card__avatar img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.mf-product-review-card__identity {
    min-width: 0;
}

.mf-product-review-card__identity strong {
    display: block;
    overflow: hidden;
    max-width: 320px;
    color: var(--mf-texto, #111827) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mf-product-review-card__identity time {
    display: block;
    margin-top: 3px;
    color: #7b8797;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

.mf-product-review-card__rating {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.mf-product-review-card__rating .star-rating {
    font-size: 16px !important;
}

.mf-product-review-card__verified {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(0, 168, 107, 0.11);
    color: #15812a !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap;
}

.mf-product-review-card__content,
.mf-product-review-card__content p {
    color: #374151 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.72 !important;
}

.mf-product-review-card__content p {
    margin: 0 0 10px !important;
}

.mf-product-review-card__content p:last-child {
    margin-bottom: 0 !important;
}

.mf-product-reviews__actions {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.mf-product-reviews__toggle {
    appearance: none;
    min-width: 225px;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid var(--mf-verde, #00A86B) !important;
    border-radius: 15px !important;
    background: var(--mf-verde, #00A86B) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    cursor: pointer;
    font-family: var(--mf-fonte, 'Montserrat', Arial, Helvetica, sans-serif) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.mf-product-reviews__toggle:hover,
.mf-product-reviews__toggle:focus {
    border-color: var(--mf-verde-hover, #008C59) !important;
    background: var(--mf-verde-hover, #008C59) !important;
    color: #ffffff !important;
    outline: none !important;
    transform: translateY(-1px);
}

.mf-product-reviews__empty {
    padding: 28px 22px;
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
    background: #f7f9fb;
    color: var(--mf-texto-suave, #64748b);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 767px) {
    .mf-product-reviews {
        width: calc(100% - 24px);
        margin-top: 28px;
        margin-bottom: 22px;
    }

    .mf-product-reviews__header {
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
    }

    .mf-product-reviews__summary {
        width: 100%;
        min-width: 0;
    }

    .mf-product-review-card {
        padding: 18px 16px;
        border-radius: 16px;
    }

    .mf-product-review-card__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .mf-product-review-card__rating {
        width: 100%;
        justify-content: space-between;
    }

    .mf-product-review-card__identity strong {
        max-width: 215px;
    }

    .mf-product-reviews__toggle {
        width: 100%;
        min-width: 0;
    }
}
/* Avaliação real nos cards da loja/categorias */
.ma-archive-stars {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    min-height: 22px !important;
    margin: 7px 0 9px !important;
    color: #f4aa00 !important;
}

.ma-archive-stars .star-rating {
    float: none !important;
    display: inline-block !important;
    margin: 0 !important;
    color: #f4aa00 !important;
    font-size: 14px !important;
}

.ma-archive-rating-number,
.ma-archive-rating-count,
.ma-archive-stars--empty span {
    color: var(--mf-texto-suave, #64748b) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.ma-archive-stars--empty {
    color: var(--mf-texto-suave, #64748b) !important;
}

/* ==========================================================
   NUTRIBIT SUPLEMENTOS V2 — IDENTIDADE FINAL E INTERAÇÕES
   ========================================================== */

:root {
    --ns-navy: #082A4A;
    --ns-navy-dark: #041B2D;
    --ns-navy-soft: #0F3D5C;
    --ns-orange: #00A86B;
    --ns-orange-dark: #008C59;
    --ns-bg: #f4f7fb;
}

.ma-top-marquee {
    background: var(--ns-orange) !important;
}

.ma-main-header,
.ma-mobile-search-area,
.ma-category-nav,
.ma-footer {
    background: var(--ns-navy) !important;
}

.ma-main-inner {
    min-height: 132px !important;
    gap: 26px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.ma-logo-area::before,
.ma-footer-logo::before,
.ma-side-head::before {
    content: none !important;
    display: none !important;
}

.ma-logo-area.ns-logo-area {
    display: flex !important;
    flex: 0 0 340px !important;
    width: 340px !important;
    min-width: 340px !important;
    height: 98px !important;
    overflow: visible !important;
}

.ma-logo-area .ns-header-logo {
    display: block !important;
    width: 330px !important;
    height: 94px !important;
    max-width: 330px !important;
    max-height: 94px !important;
    object-fit: contain !important;
    object-position: left center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.ma-side-head .ns-side-logo {
    display: block !important;
    width: min(250px, 100%) !important;
    height: 72px !important;
    max-width: 250px !important;
    max-height: 72px !important;
    object-fit: contain !important;
    object-position: left center !important;
}

.ma-footer-logo {
    display: inline-flex !important;
    width: min(380px, 100%) !important;
    min-height: 105px !important;
    align-items: center !important;
}

.ma-footer-logo .ns-footer-logo-image {
    display: block !important;
    width: min(370px, 100%) !important;
    height: 102px !important;
    max-width: 370px !important;
    max-height: 102px !important;
    object-fit: contain !important;
    object-position: left center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.ma-search-inner button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.checkout-button,
#place_order,
.ma-drawer-btn-primary,
.ma-archive-buy,
.mf-unified-buy,
.ma-ug7-checkout,
.ma-ug7-next {
    background: var(--ns-orange) !important;
    border-color: var(--ns-orange) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(0, 168, 107, .22) !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

.ma-search-inner button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover,
.ma-drawer-btn-primary:hover,
.ma-archive-buy:hover,
.mf-unified-buy:hover,
.ma-ug7-checkout:hover,
.ma-ug7-next:hover {
    background: var(--ns-orange-dark) !important;
    border-color: var(--ns-orange-dark) !important;
    color: #ffffff !important;
}

.ma-category-menu-list > li > a,
.ma-category-inner a,
.mf-v3-parent-link,
.ma-archive-buy,
.mf-unified-buy,
.single_add_to_cart_button {
    position: relative !important;
    pointer-events: auto !important;
}

.ma-category-menu-list > li > a:hover,
.ma-category-menu-list > li > a:focus,
.ma-category-menu-list > li.current-menu-item > a {
    color: #ffffff !important;
}

.ma-category-menu-list > li > a::after {
    background: var(--ns-orange) !important;
}

.mf-v3-category-menu .sub-menu a:hover,
.mf-v3-category-menu .sub-menu a:focus,
.mf-v3-category-menu .mf-v3-view-all > a {
    color: var(--ns-navy) !important;
    background: #E8F8F1 !important;
}

.ma-footer-trust {
    background: var(--ns-navy-soft) !important;
}

.ma-footer {
    border-top: 4px solid var(--ns-orange) !important;
}

.ma-cart-page-shell,
.ma-checkout-page-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 34px 0 56px !important;
    background: var(--ns-bg) !important;
    overflow: visible !important;
}

.ma-cart-page-inner,
.ma-checkout-page-inner,
.ma-cart-page-shell .woocommerce,
.ma-checkout-page-shell .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

@media (max-width: 1200px) {
    .ma-logo-area.ns-logo-area {
        flex-basis: 280px !important;
        width: 280px !important;
        min-width: 280px !important;
    }

    .ma-logo-area .ns-header-logo {
        width: 270px !important;
        max-width: 270px !important;
        height: 80px !important;
        max-height: 80px !important;
    }
}

@media (max-width: 991px) {
    .ma-main-inner {
        min-height: 92px !important;
        gap: 14px !important;
        padding-top: 11px !important;
        padding-bottom: 11px !important;
    }

    .ma-logo-area.ns-logo-area {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        height: 68px !important;
    }

    .ma-logo-area .ns-header-logo {
        width: min(225px, 100%) !important;
        max-width: 225px !important;
        height: 64px !important;
        max-height: 64px !important;
    }

    .ma-footer-logo,
    .ma-footer-logo .ns-footer-logo-image {
        width: min(320px, 100%) !important;
        max-width: 320px !important;
        height: 90px !important;
        max-height: 90px !important;
    }
}

@media (max-width: 600px) {
    .ma-logo-area .ns-header-logo {
        width: min(190px, 100%) !important;
        max-width: 190px !important;
        height: 58px !important;
        max-height: 58px !important;
    }

    .ma-cart-page-shell,
    .ma-checkout-page-shell {
        padding: 18px 0 42px !important;
    }

    .ma-footer-logo,
    .ma-footer-logo .ns-footer-logo-image {
        margin-left: auto !important;
        margin-right: auto !important;
        object-position: center !important;
    }
}

/* ==========================================================
   NUTRIBIT SUPLEMENTOS V2.1 — PRIORIDADES FINAIS DO CABEÇALHO
   A arte original da logo possui uma grande margem transparente.
   O recorte abaixo amplia somente a área útil, sem distorcer a marca.
   ========================================================== */

.ma-logo-area.ns-logo-area {
    flex: 0 0 420px !important;
    width: 420px !important;
    min-width: 420px !important;
    height: 112px !important;
    overflow: hidden !important;
}

.ma-logo-area .ns-header-logo {
    width: 420px !important;
    height: 112px !important;
    max-width: 420px !important;
    max-height: 112px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.ma-category-inner,
.ma-category-menu-list {
    justify-content: flex-start !important;
    text-align: left !important;
}

.ma-category-menu-list > li,
.ma-all-products-item {
    margin-left: 0 !important;
}

@media (max-width: 1200px) {
    .ma-logo-area.ns-logo-area {
        flex-basis: 320px !important;
        width: 320px !important;
        min-width: 320px !important;
        height: 92px !important;
    }

    .ma-logo-area .ns-header-logo {
        width: 320px !important;
        height: 92px !important;
        max-width: 320px !important;
        max-height: 92px !important;
    }
}

@media (max-width: 991px) {
    .ma-logo-area.ns-logo-area {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        height: 76px !important;
    }

    .ma-logo-area .ns-header-logo {
        width: min(250px, 100%) !important;
        height: 76px !important;
        max-width: 250px !important;
        max-height: 76px !important;
    }
}

@media (max-width: 600px) {
    .ma-logo-area.ns-logo-area {
        height: 66px !important;
    }

    .ma-logo-area .ns-header-logo {
        width: min(215px, 100%) !important;
        height: 66px !important;
        max-width: 215px !important;
        max-height: 66px !important;
    }
}

/* ==========================================================
   NUTRIBIT SUPLEMENTOS V2.2 — AJUSTE EXATO PELA REFERÊNCIA
   ========================================================== */

/* Logo oficial incorporada ao tema, sem recorte ou deformação. */
.ma-logo-area.ns-logo-area {
    flex: 0 0 360px !important;
    width: 360px !important;
    min-width: 360px !important;
    height: 132px !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.ma-logo-area .ns-header-logo {
    display: block !important;
    width: 360px !important;
    height: 132px !important;
    max-width: 360px !important;
    max-height: 132px !important;
    object-fit: contain !important;
    object-position: left center !important;
    transform: none !important;
    background: #082A4A !important;
}

.ma-side-head .ns-side-logo {
    width: 300px !important;
    height: 110px !important;
    max-width: 100% !important;
    max-height: 110px !important;
    object-fit: contain !important;
    object-position: left center !important;
    background: #082A4A !important;
}

/* Cards iguais à referência: tipografia leve, preço azul e ação verde. */
.ma14-product-card {
    border-color: #e7edf4 !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .07) !important;
}

.ma14-card-brand {
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.ma14-product-name {
    color: #061a33 !important;
    font-weight: 600 !important;
    letter-spacing: -.1px !important;
}

.ma14-rating-note {
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

.ma14-current-price,
.ma14-current-price .woocommerce-Price-amount,
.ma14-current-price .woocommerce-Price-currencySymbol {
    color: #0B6E99 !important;
    font-weight: 800 !important;
}

.ma14-installment-new {
    color: #344054 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.ma14-installment-new strong {
    color: #172033 !important;
    font-weight: 800 !important;
}

.ma14-pix-new,
.ma14-pix-new strong {
    color: #00A86B !important;
    font-weight: 800 !important;
}

.ma14-pix-new strong {
    color: #172033 !important;
}

.ma14-buy-btn {
    background: #00A86B !important;
    border-color: #00A86B !important;
    box-shadow: 0 12px 22px rgba(0, 168, 107, .22) !important;
    font-weight: 800 !important;
}

.ma14-buy-btn:hover,
.ma14-buy-btn:focus {
    background: #008C59 !important;
    border-color: #008C59 !important;
}

/* Rodapé integralmente azul, com leitura branca e selos preservados. */
.ma14-footer {
    background: #082A4A !important;
    color: #ffffff !important;
    border-top: 4px solid #00A86B !important;
}

.ma14-footer-benefit {
    background: #0F3D5C !important;
    border-color: rgba(255, 255, 255, .16) !important;
    color: #ffffff !important;
}

.ma14-footer-benefit > svg {
    background: rgba(0, 168, 107, .16) !important;
    color: #38D39F !important;
}

.ma14-footer-benefit strong {
    color: #ffffff !important;
}

.ma14-footer-benefit span {
    color: rgba(255, 255, 255, .76) !important;
}

.ma14-footer .ns-footer-logo {
    width: 360px !important;
    height: 132px !important;
    max-width: 100% !important;
    overflow: visible !important;
    justify-content: flex-start !important;
}

.ma14-footer .ns-footer-logo img {
    width: 360px !important;
    height: 132px !important;
    max-width: 100% !important;
    max-height: 132px !important;
    object-fit: contain !important;
    object-position: left center !important;
    background: #082A4A !important;
}

.ma14-footer p,
.ma14-footer a,
.ma14-footer-description,
.ma14-footer-store-data p {
    color: rgba(255, 255, 255, .86) !important;
}

.ma14-footer-store-data {
    border-top-color: rgba(255, 255, 255, .16) !important;
}

.ma14-footer-store-data strong,
.ma14-footer-col h3 {
    color: #ffffff !important;
}

.ma14-footer-col a:hover,
.ma14-footer-col a:focus {
    color: #4ED6A2 !important;
}

.ma14-seals {
    border-top-color: rgba(255, 255, 255, .16) !important;
    border-bottom-color: rgba(255, 255, 255, .16) !important;
}

.ma14-seal-card {
    background: #ffffff !important;
    border-color: rgba(255, 255, 255, .34) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12) !important;
}

.ma14-footer-bottom p {
    color: rgba(255, 255, 255, .72) !important;
}

@media (max-width: 1200px) {
    .ma-logo-area.ns-logo-area {
        flex-basis: 310px !important;
        width: 310px !important;
        min-width: 310px !important;
        height: 114px !important;
    }

    .ma-logo-area .ns-header-logo {
        width: 310px !important;
        height: 114px !important;
        max-width: 310px !important;
        max-height: 114px !important;
    }
}

@media (max-width: 991px) {
    .ma-logo-area.ns-logo-area {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        height: 84px !important;
    }

    .ma-logo-area .ns-header-logo {
        width: min(230px, 100%) !important;
        height: 84px !important;
        max-width: 230px !important;
        max-height: 84px !important;
    }
}

@media (max-width: 600px) {
    .ma-logo-area.ns-logo-area {
        height: 79px !important;
    }

    .ma-logo-area .ns-header-logo {
        width: min(215px, 100%) !important;
        height: 79px !important;
        max-width: 215px !important;
        max-height: 79px !important;
    }

    .ma14-footer .ns-footer-logo {
        width: 300px !important;
        height: 110px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        justify-content: center !important;
    }

    .ma14-footer .ns-footer-logo img {
        width: 300px !important;
        height: 110px !important;
        max-height: 110px !important;
        object-position: center !important;
    }
}

/* ==========================================================
   NUTRIBIT SUPLEMENTOS V2.3 — LOGO LIMPA, CATEGORIAS REAIS E CARD FINAL
   ========================================================== */

/* Marca tipográfica: elimina a imagem distorcida e mantém nitidez total. */
.ns-brand-logo {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: max-content !important;
    max-width: 100% !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.ns-brand-logo-name {
    display: flex !important;
    align-items: baseline !important;
    color: #ffffff !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 42px !important;
    line-height: .92 !important;
    font-weight: 800 !important;
    letter-spacing: -2.2px !important;
    white-space: nowrap !important;
}

.ns-brand-logo-name span,
.ns-brand-logo-name strong {
    display: inline !important;
    color: inherit !important;
    font: inherit !important;
    letter-spacing: inherit !important;
}

.ns-brand-logo-name strong {
    color: #00A86B !important;
}

.ns-brand-logo-tagline {
    display: block !important;
    margin-top: 7px !important;
    color: #4ED6A2 !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 7px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 1.2px !important;
    white-space: nowrap !important;
}

.ns-brand-logo--dark .ns-brand-logo-name {
    color: #082A4A !important;
}

.ma-logo-area.ns-logo-area {
    flex: 0 0 270px !important;
    width: 270px !important;
    min-width: 270px !important;
    height: 92px !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.ma-side-head .ns-brand-logo-name {
    font-size: 34px !important;
}

.ma-side-head .ns-brand-logo-tagline {
    font-size: 6px !important;
}

.ma14-footer .ns-footer-logo {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 78px !important;
    margin: 0 0 18px !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.ma14-footer .ns-brand-logo-name {
    font-size: 40px !important;
}

/* Categorias reais do WooCommerce ao lado de Todos os produtos. */
.ma-category-nav {
    scrollbar-width: none !important;
}

.ma-category-nav::-webkit-scrollbar {
    display: none !important;
}

.ma-category-inner {
    display: flex !important;
    justify-content: flex-start !important;
}

.ma-category-menu-list,
.mf-v3-category-menu {
    display: flex !important;
    width: max-content !important;
    min-width: 100% !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    overflow: visible !important;
}

.ma-category-menu-list > li {
    display: block !important;
    flex: 0 0 auto !important;
}

.ma-category-menu-list > li > a {
    display: inline-flex !important;
    min-height: 56px !important;
    padding: 0 14px !important;
    align-items: center !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    pointer-events: auto !important;
}

/* Peso, proporção e quebras idênticos ao card de referência. */
.ma14-card-brand {
    font-weight: 700 !important;
}

.ma14-product-name {
    font-size: 17px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

.ma14-rating-note {
    font-weight: 800 !important;
}

.ma14-current-price,
.ma14-current-price .woocommerce-Price-amount,
.ma14-current-price .woocommerce-Price-currencySymbol {
    color: #0B6E99 !important;
    font-size: 29px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
}

.ma14-installment-new,
.ma14-pix-new {
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.ma14-installment-new strong,
.ma14-installment-new .woocommerce-Price-amount,
.ma14-installment-new .woocommerce-Price-currencySymbol,
.ma14-installment-new bdi,
.ma14-pix-new strong,
.ma14-pix-new .woocommerce-Price-amount,
.ma14-pix-new .woocommerce-Price-currencySymbol,
.ma14-pix-new bdi {
    display: inline !important;
    white-space: nowrap !important;
}

.ma14-installment-new strong,
.ma14-pix-new,
.ma14-pix-new strong {
    font-weight: 800 !important;
}

.ma14-buy-btn {
    min-height: 58px !important;
    font-size: 17px !important;
    font-weight: 800 !important;
}

@media (min-width: 761px) {
    .ma14-installment-new,
    .ma14-pix-new {
        white-space: nowrap !important;
    }
}

@media (max-width: 1200px) {
    .ma-logo-area.ns-logo-area {
        flex-basis: 235px !important;
        width: 235px !important;
        min-width: 235px !important;
        height: 82px !important;
    }

    .ns-brand-logo-name {
        font-size: 36px !important;
    }

    .ns-brand-logo-tagline {
        font-size: 6px !important;
        letter-spacing: .9px !important;
    }
}

@media (max-width: 991px) {
    .ma-logo-area.ns-logo-area {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        height: 72px !important;
    }

    .ma-logo-area .ns-brand-logo-name {
        font-size: 31px !important;
    }

    .ma-logo-area .ns-brand-logo-tagline {
        font-size: 5.2px !important;
        letter-spacing: .65px !important;
    }
}

@media (max-width: 600px) {
    .ma-logo-area.ns-logo-area {
        height: 64px !important;
    }

    .ma-logo-area .ns-brand-logo-name {
        font-size: 27px !important;
        letter-spacing: -1.5px !important;
    }

    .ma-logo-area .ns-brand-logo-tagline {
        margin-top: 5px !important;
        font-size: 4.4px !important;
        letter-spacing: .45px !important;
    }

    .ma14-footer .ns-footer-logo {
        width: auto !important;
        height: auto !important;
        min-height: 72px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        justify-content: center !important;
    }

    .ma14-footer .ns-brand-logo {
        align-items: center !important;
    }

    .ma14-footer .ns-brand-logo-name {
        font-size: 36px !important;
    }

    .ma14-footer .ns-brand-logo-tagline {
        font-size: 5.8px !important;
    }

    .ma14-current-price,
    .ma14-current-price .woocommerce-Price-amount,
    .ma14-current-price .woocommerce-Price-currencySymbol {
        font-size: 24px !important;
    }

    .ma14-buy-btn {
        min-height: 50px !important;
        font-size: 14px !important;
    }
}

/* ==========================================================
   NUTRIBIT SUPLEMENTOS V1 — IDENTIDADE VISUAL DEFINITIVA
   ========================================================== */

.ma-logo-area .nb-brand-logo-image,
.ma14-footer .nb-brand-logo-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.ma-logo-area.ns-logo-area {
    display: flex !important;
    flex: 0 0 390px !important;
    width: 390px !important;
    min-width: 390px !important;
    height: 116px !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.ma-side-head .ns-brand-logo--dark {
    display: inline-flex !important;
    color: #082A4A !important;
}

.ma-side-head .ns-brand-logo-name {
    color: #082A4A !important;
}

.ma-side-head .ns-brand-logo-name strong {
    color: #00A86B !important;
}

.ma14-footer .ns-footer-logo {
    display: flex !important;
    width: min(430px, 100%) !important;
    max-width: 430px !important;
    height: 145px !important;
    min-height: 0 !important;
    margin: 0 0 18px !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.mf-v3-category-menu .sub-menu a:hover,
.mf-v3-category-menu .sub-menu a:focus,
.mf-v3-category-menu .mf-v3-view-all > a {
    color: #082A4A !important;
    background: #E8F8F1 !important;
}

.nb-payment-methods {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
    margin-top: 10px !important;
}

.nb-payment-methods strong {
    display: inline-flex !important;
    min-width: 58px !important;
    min-height: 34px !important;
    padding: 6px 10px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    background: #082A4A !important;
    border: 1px solid rgba(8, 42, 74, .16) !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .4px !important;
}

.nb-payment-methods strong:first-child {
    background: #00A86B !important;
    border-color: #00A86B !important;
}

.ma14-security-badge,
.nb-delivery-badge {
    display: flex !important;
    gap: 12px !important;
    align-items: center !important;
    margin-top: 8px !important;
}

.ma14-security-badge > svg,
.nb-delivery-badge > svg {
    width: 48px !important;
    height: 48px !important;
    padding: 11px !important;
    flex: 0 0 48px !important;
    color: #00A86B !important;
    background: #E8F8F1 !important;
    border-radius: 12px !important;
}

.ma14-security-copy strong,
.ma14-security-copy small {
    display: block !important;
}

.ma14-security-copy strong {
    color: #082A4A !important;
    font-weight: 900 !important;
}

.ma14-security-copy small {
    margin-top: 3px !important;
    color: #64748b !important;
}

@media (max-width: 1200px) {
    .ma-logo-area.ns-logo-area {
        flex-basis: 310px !important;
        width: 310px !important;
        min-width: 310px !important;
        height: 100px !important;
    }
}

@media (max-width: 991px) {
    .ma-logo-area.ns-logo-area {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        height: 75px !important;
    }

    .ma-logo-area .nb-brand-logo-image {
        width: min(235px, 100%) !important;
        max-width: 235px !important;
    }
}

@media (max-width: 600px) {
    .ma-logo-area.ns-logo-area {
        height: 64px !important;
    }

    .ma-logo-area .nb-brand-logo-image {
        width: min(200px, 100%) !important;
        max-width: 200px !important;
    }

    .ma14-footer .ns-footer-logo {
        width: min(330px, 100%) !important;
        height: 122px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        justify-content: center !important;
    }

    .ma14-footer .nb-brand-logo-image {
        object-position: center !important;
    }
}
