/*
Theme Name: Magazine Ferreira Ultra Integrado V29.2
Theme URI: https://example.com/
Author: OpenAI
Description: Tema WordPress/WooCommerce moderno para loja online. Estrutura com header personalizado, carrinho lateral, checkout, produto estilizado, menus, categorias e rodapé profissional.
Version: 29.2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: magazine-ferreira-integrado
*/

/* Fonte comercial limpa */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
    --mf-azul: #0075E2;
    --mf-azul-escuro: #0F2B5B;
    --mf-azul-menu: #123B7A;
    --mf-verde: #30C048;
    --mf-verde-hover: #28AA3F;
    --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 dados duplicados, caso venham de plugin/snippet */
.cliente-ferreira-dados-footer,
.mf-dados-footer-extra,
.ma-footer-extra-store-data,
.footer-extra-store-data {
    display: none !important;
}


/* Dados oficiais da Magazine Ferreira 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;
    }
}

@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;
    }
}
/* =========================================================
   MAGAZINE FERREIRA 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, #0F2B5B);
    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, #0075E2) !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(48, 192, 72, 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, #30C048) !important;
    border-radius: 15px !important;
    background: var(--mf-verde, #30C048) !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, #28AA3F) !important;
    background: var(--mf-verde-hover, #28AA3F) !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;
}
