@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:wght@400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --ace-black: #050805;
    --ace-green: #b6ff00;
    --ace-bg: #f5f7f2;
    --ace-border: #e3e3e3;
}

html,
body {
    background: var(--ace-bg) !important;
    color: #111;
}

.page-wrapper,
.page-main,
.columns,
.column.main {
    background: var(--ace-bg) !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* HERO */
.ace-top-hero {
    background:
        linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.14) 100%),
        none center center / cover no-repeat !important;
    min-height: 255px;
}

.ace-top-hero-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 34px 28px 28px;
    box-sizing: border-box;
}

.ace-hero-brand {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.ace-brand-main {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1;
}

.ace-brand-sub {
    color: var(--ace-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .26em;
    margin-top: 4px;
}

.ace-top-hero h1 {
    color: #fff;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 900;
    margin: 0 0 12px;
    max-width: 680px;
}

.ace-top-hero p {
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
    max-width: 620px;
    margin: 0;
}

/* HEADER */
.page-header {
    background: var(--ace-black) !important;
    border: 0 !important;
    margin: 0 !important;
}

.header.panel,
.panel.wrapper,
.skip-link,
.skip-content,
.compare.wrapper,
.link.compare,
.authorization-link,
.header.links,
.greet.welcome {
    display: none !important;
}

.header.content {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 18px 28px !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.page-header .logo {
    display: none !important;
}

.header.content::before {
    content: "NIKE • LACOSTE • HEAD • WILSON • BABOLAT";
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-right: auto;
    white-space: nowrap;
}

.block-search {
    width: 370px !important;
    margin-left: auto !important;
    float: none !important;
    padding-left: 0 !important;
}

.block-search .label,
.block-search .nested {
    display: none !important;
}

.block-search .control {
    border: 0 !important;
    padding: 0 !important;
}

.block-search input {
    position: static !important;
    height: 44px !important;
    border-radius: 999px !important;
    background: #fff !important;
    border: 1px solid rgba(255,255,255,.7) !important;
    color: #111 !important;
    padding-left: 18px !important;
}

.minicart-wrapper {
    margin-left: 22px !important;
    float: none !important;
}

.minicart-wrapper .action.showcart:before {
    color: var(--ace-green) !important;
    font-size: 30px !important;
}

/* MENU */
.nav-sections {
    background: var(--ace-black) !important;
    border-top: 1px solid rgba(182,255,0,.14) !important;
    border-bottom: 1px solid rgba(182,255,0,.14) !important;
    margin: 0 !important;
}

.navigation {
    max-width: 1320px !important;
    margin: 0 auto !important;
    background: transparent !important;
}

.navigation .level0 > .level-top {
    color: #fff !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}

.navigation .level0 > .level-top:hover,
.navigation .level0.active > .level-top {
    color: var(--ace-green) !important;
}

/* CONTEÚDO */
.page-main {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 36px 28px 0 !important;
    box-sizing: border-box !important;
}

.columns {
    padding: 0 !important;
    margin: 0 !important;
}

/* BREADCRUMB */
.breadcrumbs {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 12px 28px !important;
    background: var(--ace-bg) !important;
}

.breadcrumbs a,
.breadcrumbs strong {
    color: #666 !important;
}

/* HOME */
.cms-index-index .page-main {
    background: var(--ace-bg) !important;
    padding-top: 38px !important;
}

.cms-index-index .columns,
.cms-index-index .column.main {
    background: transparent !important;
}

.ace-section-title {
    margin: 34px 0 14px;
}

.ace-section-title h2 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
}

.ace-section-title p {
    color: #555;
    margin-top: 6px;
}

.ace-product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.ace-product-card {
    background: #fff !important;
    border: 1px solid var(--ace-border) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

.ace-product-image {
    background: #f4f4f4 !important;
    height: 200px !important;
    padding: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ace-product-image img {
    max-height: 165px !important;
    object-fit: contain !important;
}

.ace-product-info {
    padding: 18px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.ace-product-info h3 {
    font-size: 16px !important;
    min-height: 42px !important;
    margin-bottom: 12px !important;
}

.ace-product-price strong {
    font-size: 20px !important;
    font-weight: 900 !important;
}

.ace-product-btn {
    margin-top: auto !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background: var(--ace-green) !important;
    color: #111 !important;
    border-radius: 999px !important;
    padding: 11px 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* CATEGORIA */
.catalog-category-view .sidebar-main,
.catalog-category-view .sidebar-additional {
    display: none !important;
}

.catalog-category-view .columns {
    display: block !important;
}

.catalog-category-view .column.main {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.catalog-category-view .page-title-wrapper {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 24px !important;
    text-align: left !important;
}

.catalog-category-view .page-title-wrapper .page-title {
    color: #111 !important;
    font-size: 40px !important;
    font-weight: 900 !important;
    margin: 0 0 8px !important;
}

.catalog-category-view .page-title-wrapper:after {
    content: "Produtos selecionados para treino, jogo e performance.";
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: 600;
}

.catalog-category-view .toolbar-products {
    background: #fff !important;
    border: 1px solid var(--ace-border) !important;
    border-radius: 18px !important;
    padding: 14px 18px !important;
    margin-bottom: 24px !important;
}

.catalog-category-view .products-grid .product-items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.catalog-category-view .products-grid .product-item {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

.catalog-category-view .product-item-info {
    width: 100% !important;
}

/* WHATSAPP */
.ace-whatsapp-float {
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 9999 !important;
    width: 62px !important;
    height: 62px !important;
    border-radius: 999px !important;
    background: #25d366 !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.28) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
}

.ace-whatsapp-float:before {
    content: "☘" !important;
    color: #fff !important;
    font-size: 28px !important;
}

.ace-whatsapp-float span {
    display: none !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .ace-top-hero {
        min-height: 210px;
    }

    .ace-top-hero-inner {
        padding: 24px 16px 18px;
    }

    .ace-top-hero h1 {
        font-size: 28px;
    }

    .header.content {
        flex-wrap: wrap !important;
        padding: 14px 16px !important;
    }

    .header.content::before {
        content: "NIKE • HEAD • WILSON";
        font-size: 11px;
        max-width: 45%;
        white-space: normal;
    }

    .block-search {
        order: 3;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 12px !important;
    }

    .page-main {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .ace-product-grid,
    .catalog-category-view .products-grid .product-items {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================================
   FUNDO GERAL COM CARDS FLUTUANDO
   ========================================================= */

/* imagem no fundo da página inteira */
html,
body,
.page-wrapper {
    background: #f5f7f2 !important;
}

/* remove o bloco branco grande */
.page-main,
.columns,
.column.main,
.cms-index-index .page-main,
.cms-index-index .columns,
.cms-index-index .column.main,
.catalog-category-view .page-main,
.catalog-category-view .columns,
.catalog-category-view .column.main {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* o conteúdo fica centralizado, mas sem fundo branco */
.page-main {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 42px 28px 0 !important;
}

/* títulos em branco para aparecer sobre a imagem */
.ace-section-title h2,
.catalog-category-view .page-title-wrapper .page-title {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.45);
}

.ace-section-title p,
.catalog-category-view .page-title-wrapper:after {
    color: rgba(255,255,255,.85) !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

/* cards flutuando sobre a imagem */
.ace-product-card,
.catalog-category-view .product-item-info,
.catalog-category-view .toolbar-products {
    background: rgba(255,255,255,.96) !important;
    border: 1px solid rgba(255,255,255,.35) !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.26) !important;
}

/* categoria: remove qualquer fundo do título */
.catalog-category-view .page-title-wrapper {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* breadcrumb discreto sobre o fundo */
.breadcrumbs {
    background: transparent !important;
}

.breadcrumbs a,
.breadcrumbs strong {
    color: rgba(255,255,255,.78) !important;
}

/* mobile: evita bug de background fixo */
@media (max-width: 768px) {
    html,
    body,
    .page-wrapper {
        background: #f5f7f2 !important;
    }

    .page-main {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* =========================================================
   CORREÇÃO FINAL: topo transparente, carrinho à direita e WhatsApp
   ========================================================= */

/* Remove a tarja preta do meio */
html body .page-header {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

/* Header sobre a imagem, sem faixa preta */
html body .header.content {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 18px 28px !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
}

/* Marcas à esquerda */
html body .header.content::before {
    order: 1 !important;
    flex: 0 1 auto !important;
    margin-right: 24px !important;
}

/* Busca antes do carrinho */
html body .block-search {
    order: 2 !important;
    width: 370px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    float: none !important;
}

/* Carrinho depois da busca, à direita */
html body .minicart-wrapper {
    order: 3 !important;
    position: static !important;
    float: none !important;
    margin-left: 18px !important;
    margin-right: 0 !important;
    right: auto !important;
    top: auto !important;
}

html body .minicart-wrapper .action.showcart {
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

html body .minicart-wrapper .action.showcart:before {
    color: #b6ff00 !important;
    font-size: 31px !important;
}

/* Menu pode continuar escuro, mas sem parecer tarja pesada */
html body .nav-sections {
    background: rgba(0,0,0,.62) !important;
    background-image: none !important;
    backdrop-filter: blur(2px);
    border-top: 1px solid rgba(182,255,0,.12) !important;
    border-bottom: 1px solid rgba(182,255,0,.12) !important;
}

/* Corrige WhatsApp: remove trevo e volta ícone correto */
html body .ace-whatsapp-float {
    background: #25d366 !important;
    width: 62px !important;
    height: 62px !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body .ace-whatsapp-float:before {
    content: "" !important;
    width: 34px !important;
    height: 34px !important;
    display: block !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M16.04 3C9.42 3 4.04 8.27 4.04 14.76c0 2.08.57 4.1 1.64 5.87L4 29l8.62-2.2c1.06.28 2.16.43 3.28.43h.14c6.62 0 12-5.27 12-11.76S22.66 3 16.04 3zm0 21.96h-.12c-1.04 0-2.06-.16-3.03-.48l-.43-.14-5.1 1.3.99-4.97-.25-.4a9.83 9.83 0 0 1-1.56-5.31c0-5.22 4.34-9.47 9.68-9.47s9.68 4.25 9.68 9.47-4.34 9.47-9.82 9.47zm5.3-7.06c-.29-.14-1.72-.84-1.98-.94-.27-.1-.46-.14-.65.14-.19.28-.75.94-.92 1.13-.17.19-.34.21-.63.07-.29-.14-1.22-.44-2.32-1.4-.86-.75-1.44-1.68-1.61-1.96-.17-.28-.02-.43.13-.57.13-.13.29-.34.44-.51.15-.17.19-.28.29-.47.1-.19.05-.35-.02-.5-.07-.14-.65-1.54-.89-2.11-.23-.55-.47-.48-.65-.49h-.56c-.19 0-.5.07-.77.35-.27.28-1.01.97-1.01 2.36s1.03 2.74 1.18 2.93c.15.19 2.03 3.04 4.92 4.26.69.29 1.23.47 1.65.6.69.22 1.32.19 1.82.12.55-.08 1.72-.69 1.96-1.36.24-.67.24-1.24.17-1.36-.07-.12-.26-.19-.55-.33z'/%3E%3C/svg%3E") !important;
}

html body .ace-whatsapp-float span {
    display: none !important;
}

/* Mobile mantém busca embaixo e carrinho à direita */
@media (max-width: 768px) {
    html body .header.content {
        flex-wrap: wrap !important;
        padding: 14px 16px !important;
    }

    html body .header.content::before {
        order: 1 !important;
        max-width: 45% !important;
    }

    html body .minicart-wrapper {
        order: 2 !important;
        margin-left: auto !important;
    }

    html body .block-search {
        order: 3 !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        margin-top: 12px !important;
        margin-left: 0 !important;
    }
}

/* =========================================================
   CORREÇÃO: UMA IMAGEM SÓ NO FUNDO DO SITE
   ========================================================= */

/* imagem única no fundo geral */
html {
    min-height: 100% !important;
    background: #f5f7f2 !important;
}

body,
.page-wrapper {
    min-height: 100% !important;
    background: transparent !important;
    background-image: none !important;
}

/* remove a segunda imagem do banner */
html body .ace-top-hero {
    background: transparent !important;
    background-image: none !important;
}

/* remove imagem/fundo duplicado do topo */
html body .page-header {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* mantém apenas uma camada escura leve no menu */
html body .nav-sections {
    background: rgba(0,0,0,.58) !important;
    background-image: none !important;
    backdrop-filter: blur(2px);
    border-top: 1px solid rgba(182,255,0,.12) !important;
    border-bottom: 1px solid rgba(182,255,0,.12) !important;
}

/* remove fundos do conteúdo */
html body main.page-main,
html body .columns,
html body .column.main,
html body.cms-index-index main.page-main,
html body.cms-index-index .columns,
html body.cms-index-index .column.main,
html body.catalog-category-view main.page-main,
html body.catalog-category-view .columns,
html body.catalog-category-view .column.main {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* deixa o header sem tarja preta, mas preserva busca/carrinho */
html body .header.content {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* mobile: sem fixed para evitar bug */
@media (max-width: 768px) {
    html {
        background: #f5f7f2 !important;
    }
}

/* =========================================================
   AJUSTE DE ESPAÇAMENTO ENTRE MENU E CONTEÚDO
   ========================================================= */

/* diminui espaço logo abaixo do menu */
html body main.page-main {
    padding-top: 14px !important;
}

/* breadcrumb mais compacto */
html body .breadcrumbs {
    padding-top: 8px !important;
    padding-bottom: 6px !important;
}

/* categoria: aproxima título do menu */
html body.catalog-category-view main.page-main {
    padding-top: 10px !important;
}

html body.catalog-category-view .page-title-wrapper {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}

/* home: aproxima lançamentos do menu */
html body.cms-index-index main.page-main {
    padding-top: 20px !important;
}

html body.cms-index-index .ace-section-title {
    margin-top: 18px !important;
}

/* reduz levemente o espaço do menu */
html body .nav-sections {
    margin-bottom: 0 !important;
}


/* =========================================================
   CARROSSEL DE MARCAS + RODAPÉ LIMPO
   ========================================================= */

html body .header.content::before {
    content: "" !important;
    display: none !important;
}

html body .ace-brand-carousel {
    overflow: hidden !important;
    width: 100% !important;
    padding: 14px 0 !important;
    background: rgba(0,0,0,.42) !important;
    border-top: 1px solid rgba(182,255,0,.12) !important;
    border-bottom: 1px solid rgba(182,255,0,.12) !important;
    backdrop-filter: blur(2px);
}

html body .ace-brand-track {
    display: flex !important;
    align-items: center !important;
    gap: 54px !important;
    width: max-content !important;
    animation: aceBrandScroll 34s linear infinite !important;
}

html body .ace-brand-carousel:hover .ace-brand-track {
    animation-play-state: paused !important;
}

html body .ace-brand-track img {
    max-width: 120px !important;
    max-height: 42px !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) contrast(1.15) !important;
    opacity: .92 !important;
    transition: all .2s ease;
}

html body .ace-brand-track img:hover {
    opacity: 1 !important;
    transform: scale(1.06);
}

@keyframes aceBrandScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

html body .header.content {
    justify-content: flex-end !important;
}

html body .block-search {
    margin-left: auto !important;
}

html body .minicart-wrapper {
    margin-left: 22px !important;
}

/* Remove rodapé padrão Magento */
html body small.copyright,
html body .copyright,
html body .page-footer .links,
html body .page-footer .block.newsletter,
html body .page-footer .bugs,
html body .page-footer .footer.content > ul,
html body .page-footer .footer.content > .links {
    display: none !important;
}

/* Rodapé Ace Tennis */
html body .page-footer {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    margin-top: 56px !important;
    padding: 0 !important;
}

html body .footer.content {
    max-width: none !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

html body .ace-footer {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 28px 28px !important;
    box-sizing: border-box !important;
}

html body .ace-footer-inner {
    background: rgba(0,0,0,.72) !important;
    border: 1px solid rgba(182,255,0,.16) !important;
    border-radius: 24px !important;
    padding: 34px !important;
    display: grid !important;
    grid-template-columns: 1.3fr 1fr 1fr 1fr !important;
    gap: 28px !important;
    box-shadow: 0 22px 55px rgba(0,0,0,.30) !important;
    backdrop-filter: blur(3px);
}

html body .ace-footer-brand strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    line-height: 1 !important;
}

html body .ace-footer-brand span {
    display: block !important;
    color: #b6ff00 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .26em !important;
    margin-top: 7px !important;
}

html body .ace-footer-brand p,
html body .ace-footer-col p {
    color: rgba(255,255,255,.75) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin: 16px 0 0 !important;
}

html body .ace-footer-col h3 {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    margin: 0 0 14px !important;
}

html body .ace-footer-col a,
html body .ace-footer-link {
    display: block !important;
    color: rgba(255,255,255,.78) !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

html body .ace-footer-col a:hover,
html body .ace-footer-link:hover {
    color: #b6ff00 !important;
}

html body .ace-footer-badge {
    display: inline-flex !important;
    margin-top: 14px !important;
    background: #b6ff00 !important;
    color: #111111 !important;
    border-radius: 999px !important;
    padding: 8px 14px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

html body .ace-footer-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: rgba(255,255,255,.70) !important;
    font-size: 13px !important;
    padding: 16px 4px 0 !important;
}

@media (max-width: 768px) {
    html body .ace-brand-carousel {
        padding: 10px 0 !important;
    }

    html body .ace-brand-track {
        gap: 34px !important;
        animation-duration: 28s !important;
    }

    html body .ace-brand-track img {
        max-width: 86px !important;
        max-height: 32px !important;
    }

    html body .ace-footer {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    html body .ace-footer-inner {
        grid-template-columns: 1fr !important;
        padding: 26px !important;
    }

    html body .ace-footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }
}

/* === ACE HOTFIX FINAL START === */

/* -------------------------------------------------
   BUSCA DA HOME - sobe para perto do texto do banner
------------------------------------------------- */
.cms-index-index .header.content {
    position: absolute !important;
    top: 185px !important;
    right: 70px !important;
    z-index: 50 !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
    box-shadow: none !important;
}

.cms-index-index .header.content:before,
.cms-index-index .header.content:after {
    display: none !important;
    content: none !important;
}

.cms-index-index .header.content .block-search {
    width: 370px !important;
    margin: 0 !important;
    float: none !important;
}

.cms-index-index .header.content .block-search .control {
    border: 0 !important;
    padding: 0 !important;
}

.cms-index-index .header.content .block-search input {
    height: 52px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.96) !important;
    border: 0 !important;
    padding: 0 56px 0 24px !important;
    font-size: 16px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.18) !important;
}

.cms-index-index .header.content .block-search .action.search {
    right: 18px !important;
    top: 12px !important;
}

.cms-index-index .header.content .minicart-wrapper {
    margin: 0 !important;
    float: none !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

.cms-index-index .header.content .minicart-wrapper .action.showcart {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* -------------------------------------------------
   CARDS DE PRODUTO - HOME + CATEGORIA
------------------------------------------------- */
.cms-index-index .products-grid .product-items,
.catalog-category-view .products-grid .product-items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 26px !important;
    margin: 0 !important;
}

.cms-index-index .products-grid .product-item,
.catalog-category-view .products-grid .product-item {
    margin: 0 !important;
    padding: 0 !important;
}

.cms-index-index .products-grid .product-item-info,
.catalog-category-view .products-grid .product-item-info {
    background: rgba(255,255,255,.95) !important;
    border-radius: 26px !important;
    padding: 22px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.20) !important;
    border: 1px solid rgba(0,0,0,.06) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    transition: transform .15s ease, box-shadow .15s ease !important;
}

.cms-index-index .products-grid .product-item-info:hover,
.catalog-category-view .products-grid .product-item-info:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 22px 55px rgba(0,0,0,.24) !important;
}

.cms-index-index .products-grid .product-item-photo,
.catalog-category-view .products-grid .product-item-photo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 220px !important;
    background: #f7f7f7 !important;
    border-radius: 18px !important;
    margin-bottom: 18px !important;
    overflow: hidden !important;
}

.cms-index-index .products-grid .product-image-container,
.catalog-category-view .products-grid .product-image-container {
    width: 100% !important;
}

.cms-index-index .products-grid .product-image-photo,
.catalog-category-view .products-grid .product-image-photo {
    margin: 0 auto !important;
}

.cms-index-index .products-grid .product-item-details,
.catalog-category-view .products-grid .product-item-details {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    padding: 0 !important;
}

.cms-index-index .products-grid .product-item-name,
.catalog-category-view .products-grid .product-item-name {
    margin: 0 0 14px !important;
    min-height: 48px !important;
}

.cms-index-index .products-grid .product-item-name a,
.catalog-category-view .products-grid .product-item-name a,
.cms-index-index .products-grid .product-item-link,
.catalog-category-view .products-grid .product-item-link {
    color: #111111 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.cms-index-index .products-grid .product-item-name a:hover,
.catalog-category-view .products-grid .product-item-name a:hover,
.cms-index-index .products-grid .product-item-link:hover,
.catalog-category-view .products-grid .product-item-link:hover {
    color: #111111 !important;
    text-decoration: none !important;
}

.cms-index-index .products-grid .price-box,
.catalog-category-view .products-grid .price-box {
    margin: 4px 0 16px !important;
}

.cms-index-index .products-grid .price-label,
.catalog-category-view .products-grid .price-label {
    display: none !important;
}

.cms-index-index .products-grid .special-price,
.catalog-category-view .products-grid .special-price,
.cms-index-index .products-grid .price-final_price,
.catalog-category-view .products-grid .price-final_price {
    display: inline-block !important;
}

.cms-index-index .products-grid .price,
.catalog-category-view .products-grid .price {
    color: #111111 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.cms-index-index .products-grid .old-price .price,
.catalog-category-view .products-grid .old-price .price {
    color: #7d7d7d !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: line-through !important;
}

.cms-index-index .products-grid .product-item-actions,
.catalog-category-view .products-grid .product-item-actions {
    margin-top: auto !important;
    padding-top: 4px !important;
}

.cms-index-index .products-grid .actions-primary,
.catalog-category-view .products-grid .actions-primary {
    width: 100% !important;
}

.cms-index-index .products-grid .actions-primary .action,
.catalog-category-view .products-grid .actions-primary .action {
    width: 100% !important;
    height: 46px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: #b6ff00 !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .02em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
}

.cms-index-index .products-grid .actions-primary .action:hover,
.catalog-category-view .products-grid .actions-primary .action:hover {
    background: #c4ff2b !important;
    color: #111111 !important;
}

/* -------------------------------------------------
   SEÇÕES DA HOME (parte de baixo bonita novamente)
------------------------------------------------- */
.cms-index-index .ace-home-sections {
    max-width: 1280px !important;
    margin: 42px auto 0 !important;
    padding: 0 26px 0 !important;
    position: relative !important;
    z-index: 3 !important;
}

.cms-index-index .ace-home-benefits {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
    margin-bottom: 34px !important;
}

.cms-index-index .ace-benefit-card {
    background: rgba(255,255,255,.94) !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 18px !important;
    padding: 22px !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.10) !important;
}

.cms-index-index .ace-benefit-card strong {
    display: block !important;
    color: #151515 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
}

.cms-index-index .ace-benefit-card span {
    display: block !important;
    color: #5b5b5b !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.cms-index-index .ace-home-categories {
    margin-bottom: 34px !important;
}

.cms-index-index .ace-home-categories h2 {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    margin: 0 0 8px !important;
}

.cms-index-index .ace-home-categories p {
    color: rgba(255,255,255,.86) !important;
    font-size: 16px !important;
    margin: 0 0 20px !important;
}

.cms-index-index .ace-category-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.cms-index-index .ace-category-card {
    display: block !important;
    background: rgba(0,0,0,.78) !important;
    border: 1px solid rgba(182,255,0,.22) !important;
    border-radius: 22px !important;
    padding: 24px !important;
    min-height: 132px !important;
    text-decoration: none !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.20) !important;
    transition: transform .15s ease, border-color .15s ease !important;
}

.cms-index-index .ace-category-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(182,255,0,.45) !important;
    text-decoration: none !important;
}

.cms-index-index .ace-category-card small {
    display: block !important;
    color: #b6ff00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    margin-bottom: 12px !important;
}

.cms-index-index .ace-category-card strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
}

.cms-index-index .ace-home-cta {
    margin-top: 10px !important;
    background: rgba(255,255,255,.94) !important;
    border-radius: 24px !important;
    padding: 28px 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    box-shadow: 0 16px 36px rgba(0,0,0,.12) !important;
}

.cms-index-index .ace-home-cta h2 {
    color: #151515 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    margin: 0 0 8px !important;
}

.cms-index-index .ace-home-cta p {
    color: #5b5b5b !important;
    font-size: 15px !important;
    margin: 0 !important;
}

.cms-index-index .ace-home-cta-action a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 180px !important;
    height: 48px !important;
    padding: 0 26px !important;
    background: #b6ff00 !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 999px !important;
}

/* -------------------------------------------------
   FOOTER / RODAPÉ - acabamento final
------------------------------------------------- */
html body .page-footer {
    margin-top: 44px !important;
}

html body .ace-footer {
    margin-top: 0 !important;
}

html body .ace-footer-bottom {
    padding-bottom: 10px !important;
}

html body small.copyright,
html body .copyright {
    display: none !important;
}

/* -------------------------------------------------
   MOBILE
------------------------------------------------- */
@media (max-width: 1100px) {
    .cms-index-index .header.content {
        top: 205px !important;
        right: 24px !important;
    }

    .cms-index-index .header.content .block-search {
        width: 300px !important;
    }

    .cms-index-index .ace-home-benefits,
    .cms-index-index .ace-category-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .cms-index-index .header.content {
        position: static !important;
        padding: 14px 16px 0 !important;
        justify-content: flex-start !important;
        gap: 12px !important;
    }

    .cms-index-index .header.content .block-search {
        width: calc(100% - 70px) !important;
    }

    .cms-index-index .ace-home-sections {
        padding: 0 16px !important;
    }

    .cms-index-index .ace-home-benefits,
    .cms-index-index .ace-category-grid {
        grid-template-columns: 1fr !important;
    }

    .cms-index-index .ace-home-cta {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .cms-index-index .products-grid .product-items,
    .catalog-category-view .products-grid .product-items {
        gap: 18px !important;
    }

    .cms-index-index .products-grid .product-item-photo,
    .catalog-category-view .products-grid .product-item-photo {
        min-height: 180px !important;
    }
}

/* === ACE HOTFIX FINAL END === */

/* === ACE HOME ORDER FIX START === */

/* Remove restos feios da CMS antiga */
.cms-index-index .column.main > .ace-home-sections,
.cms-index-index .column.main > .ace-home-benefits,
.cms-index-index .column.main > .ace-home-categories,
.cms-index-index .column.main > .ace-home-cta {
    display: none !important;
}

/* Mantém produtos como primeira área real da home */
.cms-index-index main.page-main {
    padding-top: 42px !important;
}

/* Títulos das seções de produtos */
.cms-index-index .ace-section-title h2,
.cms-index-index .block-title strong {
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.45) !important;
}

.cms-index-index .ace-section-title p {
    color: rgba(255,255,255,.9) !important;
}

/* Cards dos produtos */
.cms-index-index .ace-product-card,
.cms-index-index .products-grid .product-item-info,
.catalog-category-view .product-item-info {
    background: rgba(255,255,255,.96) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255,255,255,.55) !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.24) !important;
    overflow: hidden !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.cms-index-index .ace-product-card:hover,
.cms-index-index .products-grid .product-item-info:hover,
.catalog-category-view .product-item-info:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.30) !important;
}

.cms-index-index .ace-product-card img,
.cms-index-index .product-image-photo,
.catalog-category-view .product-image-photo {
    object-fit: contain !important;
}

.cms-index-index .ace-product-card a,
.cms-index-index .product-item-name a,
.cms-index-index .product-item-link,
.catalog-category-view .product-item-name a,
.catalog-category-view .product-item-link {
    color: #111111 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

.cms-index-index .ace-product-card a:hover,
.cms-index-index .product-item-name a:hover,
.cms-index-index .product-item-link:hover,
.catalog-category-view .product-item-name a:hover,
.catalog-category-view .product-item-link:hover {
    color: #111111 !important;
    text-decoration: none !important;
}

.cms-index-index .price,
.catalog-category-view .price {
    color: #111111 !important;
    font-weight: 900 !important;
}

/* Parte bonita depois dos produtos */
.cms-index-index .ace-home-bottom {
    max-width: 1320px !important;
    margin: 64px auto 0 !important;
    padding: 0 28px !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-home-bottom-head {
    margin-bottom: 22px !important;
}

.cms-index-index .ace-home-bottom-head span {
    display: block !important;
    color: #b6ff00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
}

.cms-index-index .ace-home-bottom-head h2 {
    color: #ffffff !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    margin: 0 0 8px !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.45) !important;
}

.cms-index-index .ace-home-bottom-head p {
    color: rgba(255,255,255,.88) !important;
    font-size: 16px !important;
    margin: 0 !important;
}

.cms-index-index .ace-bottom-category-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.cms-index-index .ace-bottom-category-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 150px !important;
    padding: 24px !important;
    border-radius: 24px !important;
    background: rgba(0,0,0,.78) !important;
    border: 1px solid rgba(182,255,0,.22) !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.24) !important;
    text-decoration: none !important;
    backdrop-filter: blur(3px);
}

.cms-index-index .ace-bottom-category-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(182,255,0,.55) !important;
    text-decoration: none !important;
}

.cms-index-index .ace-bottom-category-card small {
    color: #b6ff00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

.cms-index-index .ace-bottom-category-card strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    margin-top: 18px !important;
}

.cms-index-index .ace-bottom-category-card em {
    display: block !important;
    color: rgba(255,255,255,.72) !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-top: 10px !important;
}

.cms-index-index .ace-bottom-benefits {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin-top: 28px !important;
}

.cms-index-index .ace-bottom-benefits > div {
    background: rgba(255,255,255,.95) !important;
    border-radius: 20px !important;
    padding: 22px !important;
    border: 1px solid rgba(255,255,255,.45) !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.18) !important;
}

.cms-index-index .ace-bottom-benefits strong {
    display: block !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
}

.cms-index-index .ace-bottom-benefits span {
    display: block !important;
    color: #555555 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.cms-index-index .ace-bottom-cta {
    margin-top: 30px !important;
    background: rgba(255,255,255,.96) !important;
    border-radius: 26px !important;
    padding: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    box-shadow: 0 20px 48px rgba(0,0,0,.22) !important;
}

.cms-index-index .ace-bottom-cta h2 {
    color: #111111 !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    margin: 0 0 8px !important;
}

.cms-index-index .ace-bottom-cta p {
    color: #555555 !important;
    margin: 0 !important;
}

.cms-index-index .ace-bottom-cta a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    min-width: 180px !important;
    padding: 0 26px !important;
    border-radius: 999px !important;
    background: #b6ff00 !important;
    color: #111111 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* Rodapé final mais limpo */
html body .page-footer {
    background: transparent !important;
    border: 0 !important;
    margin-top: 48px !important;
    padding: 0 !important;
}

html body .ace-footer {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 28px 28px !important;
}

html body .ace-footer-inner {
    background: rgba(0,0,0,.76) !important;
    border: 1px solid rgba(182,255,0,.18) !important;
    border-radius: 26px !important;
    padding: 34px !important;
    display: grid !important;
    grid-template-columns: 1.3fr 1fr 1fr 1fr !important;
    gap: 34px !important;
    box-shadow: 0 22px 55px rgba(0,0,0,.32) !important;
    backdrop-filter: blur(3px);
}

html body .ace-footer-bottom {
    color: rgba(255,255,255,.76) !important;
    padding: 16px 4px 0 !important;
}

html body small.copyright,
html body .copyright {
    display: none !important;
}

@media (max-width: 900px) {
    .cms-index-index .ace-bottom-category-grid,
    .cms-index-index .ace-bottom-benefits,
    html body .ace-footer-inner {
        grid-template-columns: 1fr !important;
    }

    .cms-index-index .ace-bottom-cta {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

/* === ACE HOME ORDER FIX END === */

/* === ACE BOTTOM FIX START === */

/* Parte de baixo da HOME */
.cms-index-index .ace-home-bottom {
    max-width: 1320px !important;
    margin: 64px auto 0 !important;
    padding: 0 28px !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 3 !important;
}

.cms-index-index .ace-home-bottom-head {
    margin-bottom: 22px !important;
}

.cms-index-index .ace-home-bottom-head span {
    display: block !important;
    color: #b6ff00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
}

.cms-index-index .ace-home-bottom-head h2 {
    color: #ffffff !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    margin: 0 0 8px !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.45) !important;
}

.cms-index-index .ace-home-bottom-head p {
    color: rgba(255,255,255,.88) !important;
    font-size: 16px !important;
    margin: 0 !important;
}

.cms-index-index .ace-bottom-category-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 28px !important;
}

.cms-index-index .ace-bottom-category-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 150px !important;
    padding: 24px !important;
    border-radius: 24px !important;
    background: rgba(0,0,0,.78) !important;
    border: 1px solid rgba(182,255,0,.22) !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.24) !important;
    text-decoration: none !important;
    backdrop-filter: blur(3px);
}

.cms-index-index .ace-bottom-category-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(182,255,0,.55) !important;
    text-decoration: none !important;
}

.cms-index-index .ace-bottom-category-card small {
    color: #b6ff00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

.cms-index-index .ace-bottom-category-card strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    margin-top: 18px !important;
}

.cms-index-index .ace-bottom-category-card em {
    display: block !important;
    color: rgba(255,255,255,.72) !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-top: 10px !important;
}

.cms-index-index .ace-bottom-benefits {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.cms-index-index .ace-bottom-benefits > div {
    background: rgba(255,255,255,.95) !important;
    border-radius: 20px !important;
    padding: 22px !important;
    border: 1px solid rgba(255,255,255,.45) !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.18) !important;
}

.cms-index-index .ace-bottom-benefits strong {
    display: block !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
}

.cms-index-index .ace-bottom-benefits span {
    display: block !important;
    color: #555555 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.cms-index-index .ace-bottom-cta {
    margin-top: 0 !important;
    background: rgba(255,255,255,.96) !important;
    border-radius: 26px !important;
    padding: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    box-shadow: 0 20px 48px rgba(0,0,0,.22) !important;
}

.cms-index-index .ace-bottom-cta h2 {
    color: #111111 !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    margin: 0 0 8px !important;
}

.cms-index-index .ace-bottom-cta p {
    color: #555555 !important;
    margin: 0 !important;
}

.cms-index-index .ace-bottom-cta a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    min-width: 180px !important;
    padding: 0 26px !important;
    border-radius: 999px !important;
    background: #b6ff00 !important;
    color: #111111 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* Rodapé final */
html body .page-footer {
    background: transparent !important;
    border: 0 !important;
    margin-top: 48px !important;
    padding: 0 !important;
}

html body .ace-footer {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 28px 28px !important;
}

html body .ace-footer-inner {
    background: rgba(0,0,0,.76) !important;
    border: 1px solid rgba(182,255,0,.18) !important;
    border-radius: 26px !important;
    padding: 34px !important;
    display: grid !important;
    grid-template-columns: 1.3fr 1fr 1fr 1fr !important;
    gap: 34px !important;
    box-shadow: 0 22px 55px rgba(0,0,0,.32) !important;
    backdrop-filter: blur(3px);
}

html body .ace-footer-brand strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    letter-spacing: .10em !important;
    margin-bottom: 6px !important;
}

html body .ace-footer-brand span {
    display: block !important;
    color: #b6ff00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}

html body .ace-footer-brand p,
html body .ace-footer-col p {
    color: rgba(255,255,255,.76) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

html body .ace-footer-col h3 {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 0 0 14px !important;
}

html body .ace-footer-col a {
    display: block !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    margin: 8px 0 !important;
}

html body .ace-footer-col a:hover {
    color: #b6ff00 !important;
}

html body .ace-footer-link {
    color: #b6ff00 !important;
    font-weight: 900 !important;
    margin-top: 14px !important;
}

html body .ace-footer-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 18px !important;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    background: #b6ff00 !important;
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

html body .ace-footer-bottom {
    display: flex !important;
    justify-content: space-between !important;
    gap: 20px !important;
    color: rgba(255,255,255,.76) !important;
    padding: 16px 4px 0 !important;
    font-size: 14px !important;
}

html body small.copyright,
html body .copyright,
html body .bugs,
html body .report-bugs,
html body .footer.content,
html body .footer.links,
html body .block.newsletter {
    display: none !important;
}

@media (max-width: 900px) {
    .cms-index-index .ace-bottom-category-grid,
    .cms-index-index .ace-bottom-benefits,
    html body .ace-footer-inner {
        grid-template-columns: 1fr !important;
    }

    .cms-index-index .ace-bottom-cta {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    html body .ace-footer-bottom {
        flex-direction: column !important;
    }
}

/* === ACE BOTTOM FIX END === */

/* === ACE FINAL HOME FIX START === */

/* Remove qualquer sobra de conteúdo CMS textual abaixo dos produtos na home */
.cms-index-index .page-main > .columns .column.main > p,
.cms-index-index .page-main > .columns .column.main > h2,
.cms-index-index .page-main > .columns .column.main > h3,
.cms-index-index .page-main > .columns .column.main > h4,
.cms-index-index .page-main > .columns .column.main > ul,
.cms-index-index .page-main > .columns .column.main > ol {
    display: none !important;
}

/* Cards dos produtos da HOME */
.cms-index-index .products-grid .product-items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 18px !important;
    margin: 0 !important;
}

.cms-index-index .products-grid .product-item {
    float: none !important;
    width: calc(50% - 9px) !important;
    margin: 0 !important;
}

.cms-index-index .products-grid .product-item-info {
    background: rgba(255,255,255,.96) !important;
    border-radius: 26px !important;
    overflow: hidden !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.20) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 455px !important;
    border: 0 !important;
}

.cms-index-index .products-grid .product-item-info:hover,
.cms-index-index .products-grid .product-item:hover .product-item-info {
    box-shadow: 0 18px 42px rgba(0,0,0,.24) !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cms-index-index .products-grid .product-item-photo {
    display: block !important;
    background: #f6f6f6 !important;
    padding: 26px 26px 0 !important;
    margin: 0 !important;
}

.cms-index-index .products-grid .product-item-photo .product-image-container {
    width: 100% !important;
}

.cms-index-index .products-grid .product-item-details {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 18px 18px 18px !important;
}

.cms-index-index .products-grid .product-item-name {
    margin: 0 0 14px !important;
    min-height: 54px !important;
}

.cms-index-index .products-grid .product-item-name a,
.cms-index-index .products-grid .product-item-link {
    color: #111111 !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.cms-index-index .products-grid .price-box {
    margin: 0 0 16px !important;
}

.cms-index-index .products-grid .price-box .old-price {
    display: inline-block !important;
    margin-right: 6px !important;
}

.cms-index-index .products-grid .price-box .price {
    color: #111111 !important;
    font-weight: 900 !important;
    font-size: 18px !important;
}

.cms-index-index .products-grid .product-item-actions {
    margin-top: auto !important;
    padding-top: 4px !important;
}

.cms-index-index .products-grid .product-item-actions .actions-primary {
    width: 100% !important;
}

.cms-index-index .products-grid .product-item-actions .actions-primary .action,
.cms-index-index .products-grid .product-item-actions .actions-primary .tocart {
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 999px !important;
    background: #b6ff00 !important;
    border: 0 !important;
    color: #111111 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
}

.cms-index-index .products-grid .product-item-actions .actions-primary .action:hover,
.cms-index-index .products-grid .product-item-actions .actions-primary .tocart:hover {
    background: #c8ff39 !important;
    color: #111111 !important;
}

/* Responsivo */
@media (max-width: 900px) {
    .cms-index-index .products-grid .product-item {
        width: 100% !important;
    }
}

/* === ACE FINAL HOME FIX END === */

/* === ACE DUPLICATE AND CARD FIX START === */

/* Esconde blocos antigos duplicados da HOME */
.cms-index-index .column.main > .ace-home-sections,
.cms-index-index .column.main > .ace-categories-title,
.cms-index-index .column.main > .ace-categories,
.cms-index-index .column.main > .ace-benefits,
.cms-index-index .column.main > .ace-benefits-after-categories,
.cms-index-index .column.main > .ace-final-cta,
.cms-index-index .column.main > .ace-category,
.cms-index-index .column.main > .ace-benefit {
    display: none !important;
}

/* Esconde textos soltos antigos caso estejam como HTML simples */
.cms-index-index .column.main > h2:not(.ace-home-bottom h2),
.cms-index-index .column.main > h3:not(.ace-home-bottom h3),
.cms-index-index .column.main > p:not(.ace-home-bottom p),
.cms-index-index .column.main > ul,
.cms-index-index .column.main > ol {
    display: none !important;
}

/* Garante que a parte correta continue aparecendo */
.cms-index-index .ace-home-bottom,
.cms-index-index .ace-home-bottom * {
    visibility: visible !important;
}

/* Corrige cards customizados dos produtos */
.cms-index-index .ace-products-grid {
    align-items: stretch !important;
}

.cms-index-index .ace-product-card {
    height: auto !important;
    min-height: 455px !important;
    padding-bottom: 18px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 26px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.24) !important;
}

.cms-index-index .ace-product-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.30) !important;
}

/* Área da imagem do produto */
.cms-index-index .ace-product-card .ace-product-image,
.cms-index-index .ace-product-card .product-image-wrapper,
.cms-index-index .ace-product-card .product-item-photo {
    background: #f7f7f7 !important;
    min-height: 220px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    box-sizing: border-box !important;
}

/* Conteúdo do card */
.cms-index-index .ace-product-card .ace-product-info,
.cms-index-index .ace-product-card .ace-product-content,
.cms-index-index .ace-product-card .product-item-details {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 18px 18px 0 !important;
    box-sizing: border-box !important;
}

/* Título do produto */
.cms-index-index .ace-product-card a,
.cms-index-index .ace-product-card .product-item-link {
    color: #111111 !important;
    text-decoration: none !important;
    font-weight: 900 !important;
}

/* Preço */
.cms-index-index .ace-product-card .price,
.cms-index-index .ace-product-card .price-final_price,
.cms-index-index .ace-product-card .special-price {
    color: #111111 !important;
    font-weight: 900 !important;
}

/* Botão VER PRODUTO sem cortar */
.cms-index-index .ace-product-card .ace-product-button,
.cms-index-index .ace-product-card .ace-view-product,
.cms-index-index .ace-product-card .product-item-actions,
.cms-index-index .ace-product-card .actions-primary {
    margin-top: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-product-card .ace-product-button,
.cms-index-index .ace-product-card .ace-view-product,
.cms-index-index .ace-product-card .action.primary,
.cms-index-index .ace-product-card .tocart,
.cms-index-index .ace-product-card .actions-primary .action {
    width: calc(100% - 36px) !important;
    min-height: 46px !important;
    height: 46px !important;
    margin: 14px 18px 0 !important;
    border-radius: 999px !important;
    background: #b6ff00 !important;
    color: #111111 !important;
    border: 0 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.cms-index-index .ace-product-card .ace-product-button:hover,
.cms-index-index .ace-product-card .ace-view-product:hover,
.cms-index-index .ace-product-card .action.primary:hover,
.cms-index-index .ace-product-card .tocart:hover {
    background: #c8ff39 !important;
    color: #111111 !important;
}

/* Corrige também cards Magento padrão, caso algum produto use grid nativo */
.cms-index-index .products-grid .product-item-info {
    height: auto !important;
    min-height: 455px !important;
    padding-bottom: 18px !important;
    overflow: hidden !important;
}

.cms-index-index .products-grid .product-item-actions {
    margin-top: auto !important;
    padding: 0 18px 18px !important;
}

.cms-index-index .products-grid .actions-primary .action {
    min-height: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    background: #b6ff00 !important;
    color: #111111 !important;
    font-weight: 900 !important;
}

/* === ACE DUPLICATE AND CARD FIX END === */

/* === ACE PRODUCT PAGE FIX START === */

/* =========================================================
   CABEÇALHO DA PÁGINA DE PRODUTO IGUAL À HOME
   ========================================================= */

.catalog-product-view .header.content {
    position: absolute !important;
    top: 185px !important;
    right: 70px !important;
    z-index: 50 !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
    box-shadow: none !important;
}

.catalog-product-view .header.content:before,
.catalog-product-view .header.content:after {
    display: none !important;
    content: none !important;
}

.catalog-product-view .header.content .block-search {
    width: 370px !important;
    margin: 0 !important;
    float: none !important;
}

.catalog-product-view .header.content .block-search .control {
    border: 0 !important;
    padding: 0 !important;
}

.catalog-product-view .header.content .block-search input {
    height: 52px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.96) !important;
    border: 0 !important;
    padding: 0 56px 0 24px !important;
    font-size: 16px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.18) !important;
}

.catalog-product-view .header.content .block-search .action.search {
    right: 18px !important;
    top: 12px !important;
}

.catalog-product-view .header.content .minicart-wrapper {
    margin: 0 !important;
    float: none !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

/* =========================================================
   PÁGINA DE PRODUTO MAIS LEGÍVEL
   ========================================================= */

.catalog-product-view main.page-main {
    max-width: 1320px !important;
    padding-top: 36px !important;
}

.catalog-product-view .columns,
.catalog-product-view .column.main {
    background: transparent !important;
}

.catalog-product-view .breadcrumbs {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 10px 28px 20px !important;
}

.catalog-product-view .breadcrumbs a,
.catalog-product-view .breadcrumbs strong,
.catalog-product-view .breadcrumbs .item:not(:last-child):after {
    color: rgba(255,255,255,.85) !important;
}

/* imagem do produto em card branco */
.catalog-product-view .product.media {
    background: rgba(255,255,255,.96) !important;
    border-radius: 26px !important;
    padding: 22px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.25) !important;
    border: 1px solid rgba(255,255,255,.45) !important;
    overflow: hidden !important;
}

/* caixa de informações do produto */
.catalog-product-view .product-info-main {
    background: rgba(0,0,0,.74) !important;
    border: 1px solid rgba(182,255,0,.18) !important;
    border-radius: 26px !important;
    padding: 34px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.28) !important;
    backdrop-filter: blur(3px);
}

/* título, avaliação, sku e disponibilidade */
.catalog-product-view .page-title-wrapper .page-title,
.catalog-product-view .product-info-main .page-title,
.catalog-product-view .product-info-main .base {
    color: #ffffff !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    margin: 0 0 14px !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.35) !important;
}

.catalog-product-view .product-info-main .product-reviews-summary a,
.catalog-product-view .product-info-main .stock,
.catalog-product-view .product-info-main .stock span,
.catalog-product-view .product-info-main .sku,
.catalog-product-view .product-info-main .sku .type,
.catalog-product-view .product-info-main .sku .value {
    color: rgba(255,255,255,.78) !important;
}

/* preço */
.catalog-product-view .product-info-price {
    border-bottom: 1px solid rgba(255,255,255,.18) !important;
    margin-bottom: 24px !important;
    padding-bottom: 18px !important;
}

.catalog-product-view .product-info-price .price,
.catalog-product-view .product-info-main .price {
    color: #b6ff00 !important;
    font-size: 34px !important;
    font-weight: 900 !important;
}

/* labels, selects e quantidade */
.catalog-product-view .product-info-main label,
.catalog-product-view .product-info-main .label,
.catalog-product-view .product-info-main .field label,
.catalog-product-view .product-info-main .control label {
    color: #ffffff !important;
    font-weight: 800 !important;
}

.catalog-product-view .product-info-main select,
.catalog-product-view .product-info-main input.qty {
    height: 46px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,.35) !important;
    background: rgba(255,255,255,.96) !important;
    color: #111111 !important;
    font-weight: 700 !important;
}

.catalog-product-view .product-info-main input.qty {
    width: 72px !important;
    text-align: center !important;
}

/* botão comprar no padrão do site */
.catalog-product-view .box-tocart .action.tocart,
.catalog-product-view .box-tocart .action.primary {
    width: 260px !important;
    height: 52px !important;
    border-radius: 999px !important;
    background: #b6ff00 !important;
    border: 0 !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.catalog-product-view .box-tocart .action.tocart:hover,
.catalog-product-view .box-tocart .action.primary:hover {
    background: #c8ff39 !important;
    color: #111111 !important;
}

/* textos abaixo do comprar agora ficam visíveis */
.catalog-product-view .product-info-main,
.catalog-product-view .product-info-main p,
.catalog-product-view .product-info-main span,
.catalog-product-view .product-info-main div,
.catalog-product-view .product-info-main a {
    color: rgba(255,255,255,.82) !important;
}

.catalog-product-view .product-info-main a:hover {
    color: #b6ff00 !important;
}

/* remove favoritos/comparar se estiverem poluindo */
.catalog-product-view .product-social-links,
.catalog-product-view .action.towishlist,
.catalog-product-view .action.tocompare {
    display: none !important;
}

/* descrição curta */
.catalog-product-view .product.attribute.overview,
.catalog-product-view .product.attribute.overview .value {
    color: rgba(255,255,255,.86) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-top: 18px !important;
}

/* abas de detalhes e avaliações */
.catalog-product-view .product.info.detailed {
    margin-top: 44px !important;
    background: rgba(255,255,255,.96) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.22) !important;
}

.catalog-product-view .product.data.items > .item.title > .switch {
    background: #f4f4f4 !important;
    color: #111111 !important;
    font-weight: 800 !important;
    border: 0 !important;
}

.catalog-product-view .product.data.items > .item.title.active > .switch {
    background: #ffffff !important;
    color: #111111 !important;
}

.catalog-product-view .product.data.items > .item.content {
    background: #ffffff !important;
    color: #111111 !important;
    border: 0 !important;
    padding: 28px !important;
}

.catalog-product-view .product.data.items > .item.content,
.catalog-product-view .product.data.items > .item.content p,
.catalog-product-view .product.data.items > .item.content div,
.catalog-product-view .product.data.items > .item.content span {
    color: #111111 !important;
}

/* mobile */
@media (max-width: 1100px) {
    .catalog-product-view .header.content {
        top: 205px !important;
        right: 24px !important;
    }

    .catalog-product-view .header.content .block-search {
        width: 300px !important;
    }
}

@media (max-width: 768px) {
    .catalog-product-view .header.content {
        position: static !important;
        padding: 14px 16px 0 !important;
        justify-content: flex-start !important;
        gap: 12px !important;
    }

    .catalog-product-view .header.content .block-search {
        width: calc(100% - 70px) !important;
    }

    .catalog-product-view .product-info-main,
    .catalog-product-view .product.media {
        padding: 22px !important;
        border-radius: 20px !important;
    }

    .catalog-product-view .box-tocart .action.tocart,
    .catalog-product-view .box-tocart .action.primary {
        width: 100% !important;
    }
}

/* === ACE PRODUCT PAGE FIX END === */

/* === ACE PRODUCT ORGANIZE START === */

/* Organiza SOMENTE o miolo da página de produto */
.catalog-product-view main.page-main {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 36px 28px 0 !important;
}

/* Cria layout correto: imagem esquerda / compra direita / detalhes embaixo */
.catalog-product-view .column.main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 440px !important;
    gap: 34px !important;
    align-items: start !important;
    background: transparent !important;
}

/* Imagem do produto */
.catalog-product-view .product.media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 18px !important;
    box-sizing: border-box !important;
    background: rgba(255,255,255,.96) !important;
    border-radius: 26px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.24) !important;
    overflow: hidden !important;
}

/* Controla altura da imagem para não quebrar a página */
.catalog-product-view .product.media .gallery-placeholder,
.catalog-product-view .product.media .fotorama,
.catalog-product-view .product.media .fotorama__wrap,
.catalog-product-view .product.media .fotorama__stage {
    max-height: 560px !important;
}

.catalog-product-view .product.media .fotorama__stage {
    height: 560px !important;
    background: #ffffff !important;
}

.catalog-product-view .product.media .fotorama__stage__frame {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.catalog-product-view .product.media .fotorama__img {
    object-fit: contain !important;
    max-width: 100% !important;
    max-height: 540px !important;
    width: auto !important;
    height: auto !important;
    margin: auto !important;
}

/* Caixa de compra à direita */
.catalog-product-view .product-info-main {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 30px !important;
    box-sizing: border-box !important;
    background: rgba(0,0,0,.76) !important;
    border: 1px solid rgba(182,255,0,.18) !important;
    border-radius: 26px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.28) !important;
    backdrop-filter: blur(3px);
}

/* Título e preço */
.catalog-product-view .product-info-main .page-title-wrapper,
.catalog-product-view .product-info-main .page-title {
    margin: 0 !important;
}

.catalog-product-view .product-info-main .base {
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
}

.catalog-product-view .product-info-price {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 18px !important;
    border-bottom: 1px solid rgba(255,255,255,.18) !important;
    margin: 16px 0 24px !important;
    padding-bottom: 20px !important;
}

.catalog-product-view .product-info-price .price {
    color: #b6ff00 !important;
    font-size: 32px !important;
    font-weight: 900 !important;
}

/* Disponível / SKU */
.catalog-product-view .product-info-stock-sku {
    text-align: right !important;
}

.catalog-product-view .stock,
.catalog-product-view .stock span,
.catalog-product-view .sku,
.catalog-product-view .sku .type,
.catalog-product-view .sku .value {
    color: rgba(255,255,255,.78) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* Campos */
.catalog-product-view .product-options-wrapper {
    margin-top: 8px !important;
}

.catalog-product-view .product-info-main .field {
    margin-bottom: 18px !important;
}

.catalog-product-view .product-info-main label,
.catalog-product-view .product-info-main .label {
    color: #ffffff !important;
    font-weight: 900 !important;
    margin-bottom: 7px !important;
}

.catalog-product-view .product-info-main select,
.catalog-product-view .product-info-main input.qty {
    height: 46px !important;
    border-radius: 12px !important;
    border: 0 !important;
    background: rgba(255,255,255,.96) !important;
    color: #111111 !important;
    font-weight: 800 !important;
}

.catalog-product-view .product-info-main input.qty {
    width: 72px !important;
    text-align: center !important;
}

/* Botão comprar */
.catalog-product-view .box-tocart {
    margin-top: 12px !important;
}

.catalog-product-view .box-tocart .fieldset {
    margin: 0 !important;
}

.catalog-product-view .box-tocart .actions {
    padding-top: 12px !important;
}

.catalog-product-view .box-tocart .action.tocart,
.catalog-product-view .box-tocart .action.primary {
    width: 100% !important;
    height: 52px !important;
    border-radius: 999px !important;
    background: #b6ff00 !important;
    border: 0 !important;
    color: #111111 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.catalog-product-view .box-tocart .action.tocart:hover,
.catalog-product-view .box-tocart .action.primary:hover {
    background: #c8ff39 !important;
    color: #111111 !important;
}

/* Texto abaixo do botão */
.catalog-product-view .product-info-main .product.attribute.overview,
.catalog-product-view .product-info-main .product.attribute.overview .value,
.catalog-product-view .product-info-main p {
    color: rgba(255,255,255,.86) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

/* Remove favoritos/comparar da página */
.catalog-product-view .product-social-links,
.catalog-product-view .action.towishlist,
.catalog-product-view .action.tocompare {
    display: none !important;
}

/* Detalhes embaixo, ocupando a largura toda */
.catalog-product-view .product.info.detailed {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 42px 0 0 !important;
    background: rgba(255,255,255,.96) !important;
    border-radius: 24px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.22) !important;
    overflow: hidden !important;
}

/* Abas */
.catalog-product-view .product.data.items {
    margin: 0 !important;
}

.catalog-product-view .product.data.items > .item.title > .switch {
    background: #f4f4f4 !important;
    color: #111111 !important;
    border: 0 !important;
    font-weight: 900 !important;
}

.catalog-product-view .product.data.items > .item.title.active > .switch {
    background: #ffffff !important;
    color: #111111 !important;
}

.catalog-product-view .product.data.items > .item.content {
    background: #ffffff !important;
    color: #111111 !important;
    border: 0 !important;
    padding: 28px !important;
}

.catalog-product-view .product.data.items > .item.content,
.catalog-product-view .product.data.items > .item.content p,
.catalog-product-view .product.data.items > .item.content div,
.catalog-product-view .product.data.items > .item.content span {
    color: #111111 !important;
}

/* Responsivo */
@media (max-width: 1000px) {
    .catalog-product-view .column.main {
        grid-template-columns: 1fr !important;
    }

    .catalog-product-view .product.media,
    .catalog-product-view .product-info-main,
    .catalog-product-view .product.info.detailed {
        grid-column: 1 !important;
    }

    .catalog-product-view .product.media {
        grid-row: 1 !important;
    }

    .catalog-product-view .product-info-main {
        grid-row: 2 !important;
    }

    .catalog-product-view .product.info.detailed {
        grid-row: 3 !important;
    }
}

@media (max-width: 768px) {
    .catalog-product-view main.page-main {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .catalog-product-view .product.media .fotorama__stage {
        height: 360px !important;
    }

    .catalog-product-view .product.media .fotorama__img {
        max-height: 340px !important;
    }

    .catalog-product-view .product-info-main {
        padding: 22px !important;
    }
}

/* === ACE PRODUCT ORGANIZE END === */




/* === ACE CATEGORY TEMPLATE FIX START === */

/* Cabeçalho da categoria igual ao padrão da home */
.catalog-category-view .header.content {
    position: absolute !important;
    top: 185px !important;
    right: 70px !important;
    z-index: 50 !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
    box-shadow: none !important;
}

.catalog-category-view .header.content:before,
.catalog-category-view .header.content:after {
    display: none !important;
    content: none !important;
}

.catalog-category-view .header.content .block-search {
    width: 370px !important;
    margin: 0 !important;
    float: none !important;
}

.catalog-category-view .header.content .block-search input {
    height: 52px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.96) !important;
    border: 0 !important;
    padding: 0 56px 0 24px !important;
    font-size: 16px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.18) !important;
}

.catalog-category-view .header.content .minicart-wrapper {
    margin: 0 !important;
    float: none !important;
    position: relative !important;
}

/* Miolo da categoria */
.catalog-category-view main.page-main {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 28px 28px 0 !important;
    background: transparent !important;
}

.catalog-category-view .columns,
.catalog-category-view .column.main {
    background: transparent !important;
    display: block !important;
}

.catalog-category-view .sidebar.sidebar-main,
.catalog-category-view .sidebar.sidebar-additional {
    display: none !important;
}

/* Título */
.catalog-category-view .page-title-wrapper {
    margin: 0 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
}

.catalog-category-view .page-title-wrapper .page-title {
    color: #ffffff !important;
    font-size: 40px !important;
    font-weight: 900 !important;
    margin: 0 0 8px !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.45) !important;
}

.catalog-category-view .page-title-wrapper:after {
    content: "Produtos selecionados para treino, jogo e performance.";
    display: block !important;
    color: rgba(255,255,255,.9) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* Toolbar */
.catalog-category-view .toolbar-products {
    max-width: 850px !important;
    background: rgba(255,255,255,.96) !important;
    border-radius: 999px !important;
    padding: 12px 18px !important;
    margin: 0 0 26px !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.18) !important;
    border: 1px solid rgba(255,255,255,.45) !important;
}

.catalog-category-view .toolbar-products,
.catalog-category-view .toolbar-products label,
.catalog-category-view .toolbar-products .toolbar-amount,
.catalog-category-view .toolbar-products .sorter-label {
    color: #111111 !important;
    font-weight: 800 !important;
}

.catalog-category-view .toolbar-products select {
    height: 38px !important;
    border-radius: 10px !important;
    color: #111111 !important;
    background: #ffffff !important;
}

/* Grid novo, controlado */
.catalog-category-view .ace-category-products-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 320px)) !important;
    gap: 26px !important;
    justify-content: start !important;
    align-items: stretch !important;
}

/* Card novo */
.catalog-category-view .ace-category-product-card {
    width: 100% !important;
    min-height: 420px !important;
    background: rgba(255,255,255,.97) !important;
    border-radius: 26px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.24) !important;
    border: 1px solid rgba(255,255,255,.50) !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.catalog-category-view .ace-category-product-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.30) !important;
}

/* Imagem maior e proporcional */
.catalog-category-view .ace-category-product-image {
    height: 220px !important;
    background: #f7f7f7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
}

.catalog-category-view .ace-category-product-image .product-image-container {
    width: 100% !important;
    max-width: 250px !important;
    margin: 0 auto !important;
}

.catalog-category-view .ace-category-product-image .product-image-wrapper {
    height: 180px !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.catalog-category-view .ace-category-product-image .product-image-photo {
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 175px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    transform: scale(1.12);
}

/* Conteúdo do card */
.catalog-category-view .ace-category-product-body {
    flex: 1 !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
}

.catalog-category-view .ace-category-product-title {
    color: #111111 !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    min-height: 44px !important;
    margin-bottom: 14px !important;
}

.catalog-category-view .ace-category-product-title:hover {
    color: #111111 !important;
    text-decoration: none !important;
}

/* Preço */
.catalog-category-view .ace-category-product-price {
    margin-bottom: 18px !important;
}

.catalog-category-view .ace-category-product-price .price {
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.catalog-category-view .ace-category-product-price .old-price {
    display: inline-block !important;
    margin-right: 6px !important;
}

.catalog-category-view .ace-category-product-price .old-price .price {
    color: #777777 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: line-through !important;
}

/* Botão */
.catalog-category-view .ace-category-product-button {
    width: 100% !important;
    height: 46px !important;
    margin-top: auto !important;
    border-radius: 999px !important;
    background: #b6ff00 !important;
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.catalog-category-view .ace-category-product-button:hover {
    background: #c8ff39 !important;
    color: #111111 !important;
    text-decoration: none !important;
}

/* Remove sobras do grid nativo */
.catalog-category-view .products-grid .product-items,
.catalog-category-view .products-grid .product-item,
.catalog-category-view .products-grid .product-item-info {
    all: unset;
}

/* Rodapé com respiro */
.catalog-category-view .page-footer {
    margin-top: 54px !important;
}

/* Mobile */
@media (max-width: 1100px) {
    .catalog-category-view .header.content {
        top: 205px !important;
        right: 24px !important;
    }

    .catalog-category-view .header.content .block-search {
        width: 300px !important;
    }
}

@media (max-width: 768px) {
    .catalog-category-view .header.content {
        position: static !important;
        padding: 14px 16px 0 !important;
        justify-content: flex-start !important;
    }

    .catalog-category-view main.page-main {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .catalog-category-view .toolbar-products {
        max-width: none !important;
        border-radius: 20px !important;
    }

    .catalog-category-view .ace-category-products-grid {
        grid-template-columns: 1fr !important;
    }
}

/* === ACE CATEGORY TEMPLATE FIX END === */

/* === ACE CATEGORY CARD ONLY FIX START === */

/* Grid dos cards */
.catalog-category-view .ace-category-products-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(300px, 340px)) !important;
    gap: 28px !important;
    justify-content: start !important;
    align-items: stretch !important;
    margin-top: 8px !important;
}

/* Card */
.catalog-category-view .ace-category-product-card {
    width: 100% !important;
    min-height: 0 !important;
    background: rgba(255,255,255,.98) !important;
    border-radius: 28px !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.24) !important;
    border: 1px solid rgba(255,255,255,.55) !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.catalog-category-view .ace-category-product-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.30) !important;
}

/* Imagem do produto maior e preenchendo melhor */
.catalog-category-view .ace-category-product-image {
    width: 100% !important;
    height: 220px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #f3f3f3 !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.catalog-category-view .ace-category-product-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
}

/* Corpo do card */
.catalog-category-view .ace-category-product-body {
    flex: 1 !important;
    padding: 18px 2px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

/* Nome */
.catalog-category-view .ace-category-product-title {
    color: #111111 !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    min-height: 48px !important;
    margin-bottom: 12px !important;
}

.catalog-category-view .ace-category-product-title:hover {
    color: #111111 !important;
    text-decoration: none !important;
}

/* Preço */
.catalog-category-view .ace-category-product-price {
    margin: 0 0 18px !important;
}

.catalog-category-view .ace-category-product-price .price {
    color: #111111 !important;
    font-size: 21px !important;
    font-weight: 900 !important;
}

.catalog-category-view .ace-category-product-price .old-price {
    display: inline-block !important;
    margin-right: 6px !important;
}

.catalog-category-view .ace-category-product-price .old-price .price {
    color: #777777 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: line-through !important;
}

/* Botão */
.catalog-category-view .ace-category-product-button {
    width: 100% !important;
    height: 48px !important;
    margin-top: auto !important;
    border-radius: 999px !important;
    background: #b6ff00 !important;
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    letter-spacing: .02em !important;
}

.catalog-category-view .ace-category-product-button:hover {
    background: #c8ff39 !important;
    color: #111111 !important;
    text-decoration: none !important;
}

/* Oculta qualquer sobra do grid nativo antigo */
.catalog-category-view .products-grid .product-items,
.catalog-category-view .products-grid .product-item,
.catalog-category-view .products-grid .product-item-info,
.catalog-category-view .products-grid .product-item-photo,
.catalog-category-view .products-grid .product-item-details {
    display: none !important;
}

/* Mobile */
@media (max-width: 768px) {
    .catalog-category-view .ace-category-products-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .catalog-category-view .ace-category-product-image {
        height: 240px !important;
    }
}

/* === ACE CATEGORY CARD ONLY FIX END === */

/* === ACE CARD IMAGE CENTER FIX START === */

.catalog-category-view .ace-category-product-image {
    width: 100% !important;
    height: 220px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #f3f3f3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.catalog-category-view .ace-category-product-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* fallback para blocos de imagem do Magento */
.catalog-category-view .ace-category-product-image .product-image-container,
.catalog-category-view .ace-category-product-image .product-image-wrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.catalog-category-view .ace-category-product-image .product-image-photo {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto !important;
}

/* === ACE CARD IMAGE CENTER FIX END === */











/* === ACE CLEAN MOCKUP HOME START === */

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

.cms-index-index,
.cms-index-index * {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

body.cms-index-index,
.cms-index-index .page-wrapper {
    background: #ffffff !important;
}

.cms-index-index .page-header,
.cms-index-index .nav-sections,
.cms-index-index .ace-brand-carousel,
.cms-index-index main.page-main,
.cms-index-index .columns,
.cms-index-index .column.main {
    display: none !important;
}

/* Layout base */
.cms-index-index .ace-ref-layout-clean {
    background: #ffffff !important;
    color: #111111 !important;
}

/* Header */
.cms-index-index .ace-ref-clean-top {
    height: 70px !important;
    background: #050505 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.cms-index-index .ace-ref-clean-top__inner {
    max-width: 1280px !important;
    height: 70px !important;
    margin: 0 auto !important;
    padding: 0 32px !important;
    display: grid !important;
    grid-template-columns: 145px 540px 1fr !important;
    gap: 28px !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-ref-clean-logo,
.cms-index-index .ace-ref-footer__logo {
    display: inline-flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    line-height: .78 !important;
}

.cms-index-index .ace-ref-clean-logo strong,
.cms-index-index .ace-ref-footer__logo strong {
    color: #ffffff !important;
    font-size: 40px !important;
    font-style: italic !important;
    font-weight: 900 !important;
    letter-spacing: .20em !important;
}

.cms-index-index .ace-ref-clean-logo span,
.cms-index-index .ace-ref-footer__logo span {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .45em !important;
    margin-top: 7px !important;
}

/* Busca */
.cms-index-index .ace-ref-clean-search {
    height: 42px !important;
    display: flex !important;
    background: #ffffff !important;
    border-radius: 3px !important;
    overflow: hidden !important;
}

.cms-index-index .ace-ref-clean-search input {
    flex: 1 !important;
    height: 42px !important;
    border: 0 !important;
    background: #ffffff !important;
    color: #333333 !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    outline: none !important;
    box-shadow: none !important;
}

.cms-index-index .ace-ref-clean-search button {
    width: 54px !important;
    height: 42px !important;
    border: 0 !important;
    background: #65a814 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cms-index-index .ace-ref-clean-search button svg {
    width: 18px !important;
    height: 18px !important;
    fill: none !important;
    stroke: #ffffff !important;
    stroke-width: 2.5 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* Conta/carrinho */
.cms-index-index .ace-ref-clean-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 30px !important;
}

.cms-index-index .ace-ref-clean-actions a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

.cms-index-index .ace-ref-clean-actions svg {
    width: 18px !important;
    height: 18px !important;
    fill: none !important;
    stroke: #ffffff !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* Menu */
.cms-index-index .ace-ref-clean-menu {
    height: 42px !important;
    background: #101010 !important;
}

.cms-index-index .ace-ref-clean-menu__inner {
    max-width: 1280px !important;
    height: 42px !important;
    margin: 0 auto !important;
    padding: 0 32px !important;
    display: flex !important;
    align-items: center !important;
    gap: 38px !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-ref-clean-menu a {
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
}

/* Hero */
.cms-index-index .ace-ref-clean-hero {
    min-height: 360px !important;
    background:
        linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.70) 34%, rgba(0,0,0,.12) 100%),
        none center center / cover no-repeat !important;
}

.cms-index-index .ace-ref-clean-hero__inner {
    max-width: 1280px !important;
    min-height: 360px !important;
    margin: 0 auto !important;
    padding: 42px 32px !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-ref-clean-hero__text {
    max-width: 520px !important;
}

.cms-index-index .ace-ref-clean-hero__text div {
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    letter-spacing: .42em !important;
    line-height: .9 !important;
    margin-bottom: 8px !important;
}

.cms-index-index .ace-ref-clean-hero__text h1 {
    color: #7dff00 !important;
    font-size: 86px !important;
    line-height: .82 !important;
    font-weight: 900 !important;
    margin: 0 0 10px !important;
    text-transform: uppercase !important;
    letter-spacing: .03em !important;
}

.cms-index-index .ace-ref-clean-hero__text h2 {
    color: #ffffff !important;
    font-size: 34px !important;
    line-height: .95 !important;
    font-weight: 900 !important;
    letter-spacing: .30em !important;
    margin: 0 0 20px !important;
    text-transform: uppercase !important;
}

.cms-index-index .ace-ref-clean-hero__text p {
    max-width: 500px !important;
    color: rgba(255,255,255,.94) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    margin: 0 0 26px !important;
}

.cms-index-index .ace-ref-clean-hero__text a {
    width: 170px !important;
    height: 46px !important;
    background: #65a814 !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

/* Benefícios */
.cms-index-index .ace-ref-clean-benefits {
    background: #050505 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.cms-index-index .ace-ref-clean-benefits__inner {
    max-width: 1280px !important;
    min-height: 66px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
}

.cms-index-index .ace-ref-clean-benefits__inner > div {
    min-height: 66px !important;
    padding: 0 26px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    border-right: 1px solid rgba(255,255,255,.15) !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-ref-clean-benefits__inner > div:last-child {
    border-right: 0 !important;
}

.cms-index-index .ace-ref-clean-benefits i {
    width: 30px !important;
    font-style: normal !important;
    font-size: 21px !important;
}

.cms-index-index .ace-ref-clean-benefits strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.cms-index-index .ace-ref-clean-benefits small {
    display: block !important;
    color: rgba(255,255,255,.72) !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    margin-top: 4px !important;
}

/* Showcase no estilo cliente */
.cms-index-index .ace-ref-clean-showcase {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 22px 46px 12px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-ref-clean-showcase h2 {
    display: block !important;
    margin: 0 0 14px !important;
    color: #111111 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}

.cms-index-index .ace-ref-clean-showcase__shell {
    display: grid !important;
    grid-template-columns: 28px 1fr 28px !important;
    gap: 12px !important;
    align-items: center !important;
}

.cms-index-index .ace-ref-clean-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    padding: 0 2px 12px !important;
    -webkit-overflow-scrolling: touch !important;
}

.cms-index-index .ace-ref-clean-track::-webkit-scrollbar {
    height: 0 !important;
}

.cms-index-index .ace-ref-clean-card {
    flex: 0 0 178px !important;
    width: 178px !important;
    height: 225px !important;
    padding: 10px 10px 12px !important;
    background: #ffffff !important;
    border: 1px solid #dedede !important;
    border-radius: 2px !important;
    color: #111111 !important;
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.cms-index-index .ace-ref-clean-card__image {
    width: 100% !important;
    height: 115px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 8px !important;
}

.cms-index-index .ace-ref-clean-card__image img {
    max-width: 145px !important;
    max-height: 108px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.cms-index-index .ace-ref-clean-card__name {
    min-height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

.cms-index-index .ace-ref-clean-card__price {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 5px !important;
}

.cms-index-index .ace-ref-clean-card__price small {
    color: #777777 !important;
    font-size: 10px !important;
    text-decoration: line-through !important;
}

.cms-index-index .ace-ref-clean-card__price strong {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.cms-index-index .ace-ref-clean-card__installment {
    color: #111111 !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    margin-top: 4px !important;
}

/* Setas */
.cms-index-index .ace-ref-clean-arrow {
    width: 28px !important;
    height: 28px !important;
    border: 0 !important;
    background: transparent !important;
    color: #111111 !important;
    font-size: 34px !important;
    line-height: 24px !important;
    cursor: pointer !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.cms-index-index .ace-ref-clean-arrow--next {
    background: #050505 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-size: 26px !important;
}

/* Marcas */
.cms-index-index .ace-ref-clean-brands {
    background: #ffffff !important;
    border-top: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
    padding: 11px 46px !important;
}

.cms-index-index .ace-ref-clean-brands__inner {
    max-width: 1280px !important;
    min-height: 38px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 26px !important;
}

.cms-index-index .ace-ref-clean-brands__item {
    height: 32px !important;
    min-width: 84px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    filter: grayscale(1) contrast(1.25) brightness(.15) !important;
}

.cms-index-index .ace-ref-clean-brands__item img {
    max-width: 86px !important;
    max-height: 28px !important;
    object-fit: contain !important;
}

.cms-index-index .ace-ref-clean-brands__button {
    min-width: 96px !important;
    height: 34px !important;
    background: #050505 !important;
    color: #ffffff !important;
    border-radius: 2px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

/* === ACE CLEAN MOCKUP HOME END === */

/* === ACE MOCK FULLWIDTH FOOTER FIX START === */

/* Corrige largura geral da home do mockup */
.cms-index-index .ace-ref-layout-clean,
.cms-index-index .ace-ref-clean-top,
.cms-index-index .ace-ref-clean-menu,
.cms-index-index .ace-ref-clean-hero,
.cms-index-index .ace-ref-clean-benefits,
.cms-index-index .ace-ref-clean-showcase,
.cms-index-index .ace-ref-clean-brands,
.cms-index-index .ace-mock-footer {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Conteúdos agora ocupam melhor a tela, sem ficar estreito no meio */
.cms-index-index .ace-ref-clean-top__inner,
.cms-index-index .ace-ref-clean-menu__inner,
.cms-index-index .ace-ref-clean-hero__inner,
.cms-index-index .ace-ref-clean-benefits__inner,
.cms-index-index .ace-ref-clean-brands__inner,
.cms-index-index .ace-mock-footer__inner,
.cms-index-index .ace-mock-footer__copy {
    width: 100% !important;
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Ajuste do painel de produtos para ficar mais parecido com a referência */
.cms-index-index .ace-ref-clean-showcase {
    padding: 22px 54px 12px !important;
}

.cms-index-index .ace-ref-clean-showcase__shell {
    grid-template-columns: 30px 1fr 30px !important;
}

.cms-index-index .ace-ref-clean-card {
    flex: 0 0 178px !important;
    width: 178px !important;
    height: 225px !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}

/* Faixa de marcas */
.cms-index-index .ace-ref-clean-brands {
    padding: 11px 54px !important;
    background: #ffffff !important;
    border-top: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
}

.cms-index-index .ace-ref-clean-brands__inner {
    min-height: 40px !important;
}

.cms-index-index .ace-ref-clean-brands__item {
    filter: grayscale(1) contrast(1.25) brightness(.15) !important;
    opacity: 1 !important;
}

.cms-index-index .ace-ref-clean-brands__button {
    background: #050505 !important;
    color: #ffffff !important;
}

/* Remove qualquer rodapé antigo/plain text que tenha sobrado */
.cms-index-index .ace-ref-footer,
.cms-index-index .ace-custom-footer,
.cms-index-index .ace-footer,
.cms-index-index .footer.links,
.cms-index-index .block.newsletter,
.cms-index-index small.copyright {
    display: none !important;
}

/* Rodapé preto igual ao mockup */
.cms-index-index .page-footer,
.cms-index-index footer.page-footer,
.cms-index-index .footer.content {
    background: #050505 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.cms-index-index .ace-mock-footer {
    display: block !important;
    background: #050505 !important;
    color: #ffffff !important;
    padding: 34px 54px 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.cms-index-index .ace-mock-footer__inner {
    display: grid !important;
    grid-template-columns: 1.3fr .9fr .9fr 1fr 1.25fr !important;
    gap: 42px !important;
    align-items: start !important;
}

.cms-index-index .ace-mock-footer__logo {
    display: inline-flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    line-height: .78 !important;
    margin-bottom: 20px !important;
}

.cms-index-index .ace-mock-footer__logo strong {
    color: #ffffff !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    font-style: italic !important;
    letter-spacing: .20em !important;
}

.cms-index-index .ace-mock-footer__logo span {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .45em !important;
    margin-top: 7px !important;
}

.cms-index-index .ace-mock-footer__brand p {
    max-width: 270px !important;
    margin: 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
}

.cms-index-index .ace-mock-footer h3 {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    margin: 0 0 15px !important;
}

.cms-index-index .ace-mock-footer__col {
    display: flex !important;
    flex-direction: column !important;
}

.cms-index-index .ace-mock-footer__col a {
    color: rgba(255,255,255,.82) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.cms-index-index .ace-mock-footer__col a:hover {
    color: #8cff00 !important;
}

/* Pagamentos coloridos */
.cms-index-index .ace-mock-payments {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin: 8px 0 8px !important;
    max-width: 280px !important;
}

.cms-index-index .ace-mock-card {
    width: 58px !important;
    height: 27px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    position: relative !important;
    overflow: hidden !important;
}

.cms-index-index .ace-mock-card--visa {
    background: #1434cb !important;
}

.cms-index-index .ace-mock-card--amex {
    background: #2e77bb !important;
    letter-spacing: .04em !important;
}

.cms-index-index .ace-mock-card--pix {
    background: #32bcad !important;
}

.cms-index-index .ace-mock-card--master {
    background: #ffffff !important;
}

.cms-index-index .ace-mock-card--master i,
.cms-index-index .ace-mock-card--master b {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    display: block !important;
    position: absolute !important;
    top: 6px !important;
}

.cms-index-index .ace-mock-card--master i {
    background: #eb001b !important;
    left: 18px !important;
}

.cms-index-index .ace-mock-card--master b {
    background: #f79e1b !important;
    left: 27px !important;
    opacity: .95 !important;
}

.cms-index-index .ace-mock-card--boleto {
    width: 74px !important;
    background: #f3f3f3 !important;
    color: #111111 !important;
    text-transform: none !important;
    justify-content: flex-end !important;
    padding-right: 7px !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-mock-card--boleto em {
    position: absolute !important;
    left: 8px !important;
    top: 6px !important;
    width: 18px !important;
    height: 15px !important;
    display: block !important;
    background: repeating-linear-gradient(
        90deg,
        #111 0 2px,
        transparent 2px 4px,
        #111 4px 5px,
        transparent 5px 7px
    ) !important;
}

.cms-index-index .ace-mock-footer__secure small {
    display: block !important;
    color: #ffffff !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 0 0 17px !important;
}

.cms-index-index .ace-mock-footer__cert-title {
    margin-top: 0 !important;
}

.cms-index-index .ace-mock-certs {
    display: flex !important;
    gap: 9px !important;
    flex-wrap: wrap !important;
}

.cms-index-index .ace-mock-cert {
    height: 29px !important;
    padding: 0 14px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    color: #111111 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.cms-index-index .ace-mock-cert--google {
    color: #4285f4 !important;
}

.cms-index-index .ace-mock-cert--blindado {
    color: #2f7d32 !important;
}

.cms-index-index .ace-mock-footer__copy {
    margin-top: 28px !important;
    padding: 15px 0 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    color: rgba(255,255,255,.68) !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

/* Responsivo */
@media (max-width: 1000px) {
    .cms-index-index .ace-mock-footer__inner {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px !important;
    }
}

@media (max-width: 640px) {
    .cms-index-index .ace-mock-footer {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .cms-index-index .ace-mock-footer__inner {
        grid-template-columns: 1fr !important;
    }
}

/* === ACE MOCK FULLWIDTH FOOTER FIX END === */

/* === ACE MOCK COMPACT HEADER LAUNCHES START === */

/* Some a faixa de marcas antiga que estava dentro do hero */
.cms-index-index .ace-ref-layout-clean > .ace-ref-clean-brands {
    display: none !important;
}

/* Topo mais compacto */
.cms-index-index .ace-ref-clean-top {
    height: 58px !important;
}

.cms-index-index .ace-ref-clean-top__inner {
    height: 58px !important;
    max-width: 1440px !important;
    grid-template-columns: 135px 520px 1fr !important;
}

.cms-index-index .ace-ref-clean-logo strong {
    font-size: 33px !important;
}

.cms-index-index .ace-ref-clean-logo span {
    font-size: 10px !important;
    margin-top: 5px !important;
}

.cms-index-index .ace-ref-clean-search,
.cms-index-index .ace-ref-clean-search input,
.cms-index-index .ace-ref-clean-search button {
    height: 38px !important;
}

.cms-index-index .ace-ref-clean-menu {
    height: 36px !important;
}

.cms-index-index .ace-ref-clean-menu__inner {
    height: 36px !important;
    max-width: 1440px !important;
}

.cms-index-index .ace-ref-clean-menu a {
    font-size: 12px !important;
}

/* Hero menor, mantendo o visual aprovado */
.cms-index-index .ace-ref-clean-hero {
    min-height: 285px !important;
}

.cms-index-index .ace-ref-clean-hero__inner {
    min-height: 285px !important;
    max-width: 1440px !important;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}

.cms-index-index .ace-ref-clean-hero__text div {
    font-size: 25px !important;
    margin-bottom: 5px !important;
}

.cms-index-index .ace-ref-clean-hero__text h1 {
    font-size: 66px !important;
    margin-bottom: 7px !important;
}

.cms-index-index .ace-ref-clean-hero__text h2 {
    font-size: 26px !important;
    margin-bottom: 14px !important;
}

.cms-index-index .ace-ref-clean-hero__text p {
    font-size: 14px !important;
    line-height: 1.45 !important;
    max-width: 460px !important;
    margin-bottom: 18px !important;
}

.cms-index-index .ace-ref-clean-hero__text a {
    width: 150px !important;
    height: 40px !important;
    font-size: 12px !important;
}

/* Benefícios mais compactos */
.cms-index-index .ace-ref-clean-benefits__inner {
    max-width: 1440px !important;
    min-height: 56px !important;
}

.cms-index-index .ace-ref-clean-benefits__inner > div {
    min-height: 56px !important;
}

.cms-index-index .ace-ref-clean-benefits strong {
    font-size: 12px !important;
}

.cms-index-index .ace-ref-clean-benefits small {
    font-size: 10px !important;
}

/* Destaques mais próximo da referência */
.cms-index-index .ace-ref-clean-showcase {
    max-width: 1440px !important;
    padding-top: 18px !important;
}

/* LANÇAMENTOS */
.cms-index-index .ace-mock-launches {
    background: #ffffff !important;
    padding: 22px 54px 28px !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-mock-launches__inner {
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
}

.cms-index-index .ace-mock-launches__head {
    margin-bottom: 18px !important;
}

.cms-index-index .ace-mock-launches__head h2 {
    display: block !important;
    color: #111111 !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    margin: 0 0 8px !important;
}

.cms-index-index .ace-mock-launches__head p {
    color: #555555 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.cms-index-index .ace-mock-launches__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

.cms-index-index .ace-mock-launch-card {
    min-height: 330px !important;
    background: #ffffff !important;
    border: 1px solid #dedede !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #111111 !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    transition: box-shadow .18s ease, transform .18s ease !important;
}

.cms-index-index .ace-mock-launch-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.10) !important;
}

.cms-index-index .ace-mock-launch-card__image {
    height: 155px !important;
    background: #f7f7f7 !important;
    border-radius: 4px !important;
    margin: 0 0 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cms-index-index .ace-mock-launch-card__image img {
    max-width: 180px !important;
    max-height: 135px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.cms-index-index .ace-mock-launch-card__name {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    min-height: 40px !important;
    margin-bottom: 12px !important;
}

.cms-index-index .ace-mock-launch-card__price {
    display: flex !important;
    align-items: baseline !important;
    gap: 7px !important;
    margin-bottom: 5px !important;
}

.cms-index-index .ace-mock-launch-card__price small {
    color: #777777 !important;
    font-size: 12px !important;
    text-decoration: line-through !important;
}

.cms-index-index .ace-mock-launch-card__price strong {
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.cms-index-index .ace-mock-launch-card__installment {
    color: #444444 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.cms-index-index .ace-mock-launch-card__button {
    width: 100% !important;
    height: 42px !important;
    margin-top: auto !important;
    border-radius: 999px !important;
    background: #aaff00 !important;
    color: #111111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

/* Nova faixa de marcas abaixo dos lançamentos */
.cms-index-index .ace-mock-brands {
    background: #ffffff !important;
    border-top: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
    padding: 11px 54px !important;
}

.cms-index-index .ace-mock-brands__inner {
    width: 100% !important;
    max-width: 1440px !important;
    min-height: 40px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 26px !important;
}

.cms-index-index .ace-mock-brands__item {
    height: 32px !important;
    min-width: 84px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    filter: grayscale(1) contrast(1.25) brightness(.15) !important;
}

.cms-index-index .ace-mock-brands__item img {
    max-width: 86px !important;
    max-height: 28px !important;
    object-fit: contain !important;
}

.cms-index-index .ace-mock-brands__button {
    min-width: 96px !important;
    height: 34px !important;
    background: #050505 !important;
    color: #ffffff !important;
    border-radius: 2px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

/* Footer continua logo após a faixa de marcas */
.cms-index-index .ace-mock-footer {
    margin-top: 0 !important;
}

/* Responsivo */
@media (max-width: 1100px) {
    .cms-index-index .ace-mock-launches__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 800px) {
    .cms-index-index .ace-ref-clean-top,
    .cms-index-index .ace-ref-clean-top__inner {
        height: auto !important;
    }

    .cms-index-index .ace-ref-clean-top__inner {
        grid-template-columns: 1fr !important;
        padding: 16px !important;
    }

    .cms-index-index .ace-mock-launches__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 520px) {
    .cms-index-index .ace-mock-launches {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .cms-index-index .ace-mock-launches__grid {
        grid-template-columns: 1fr !important;
    }
}

/* === ACE MOCK COMPACT HEADER LAUNCHES END === */

/* === ACE MOCK FEATURED BIGGER CARDS START === */

/* área geral da vitrine */
.cms-index-index .ace-ref-clean-showcase {
    max-width: 1440px !important;
    padding: 18px 40px 10px !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-ref-clean-showcase h2,
.cms-index-index .ace-ref-clean-showcase__title {
    font-size: 22px !important;
    margin-bottom: 16px !important;
}

/* trilha dos cards */
.cms-index-index .ace-ref-clean-showcase .product-items,
.cms-index-index .ace-ref-clean-showcase__items,
.cms-index-index .ace-ref-clean-showcase__track {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 22px !important;
}

/* card maior */
.cms-index-index .ace-ref-clean-showcase .product-item,
.cms-index-index .ace-ref-clean-showcase__item,
.cms-index-index .ace-ref-clean-showcase__card {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    flex: 0 0 210px !important;
}

/* caixa interna do card */
.cms-index-index .ace-ref-clean-showcase .product-item-info,
.cms-index-index .ace-ref-clean-showcase__card-inner,
.cms-index-index .ace-ref-clean-showcase__card > a {
    min-height: 320px !important;
    padding: 16px 14px 14px !important;
    border: 1px solid #dddddd !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

/* área da imagem */
.cms-index-index .ace-ref-clean-showcase .product-image-wrapper,
.cms-index-index .ace-ref-clean-showcase .product-item-photo,
.cms-index-index .ace-ref-clean-showcase__image {
    height: 150px !important;
    min-height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    background: #ffffff !important;
}

.cms-index-index .ace-ref-clean-showcase .product-image-container,
.cms-index-index .ace-ref-clean-showcase .product-image-photo,
.cms-index-index .ace-ref-clean-showcase__image img {
    max-width: 135px !important;
    max-height: 135px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
}

/* nome do produto */
.cms-index-index .ace-ref-clean-showcase .product-item-name,
.cms-index-index .ace-ref-clean-showcase .product.name,
.cms-index-index .ace-ref-clean-showcase__name {
    min-height: 42px !important;
    margin: 8px 0 8px !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #111111 !important;
}

/* preços */
.cms-index-index .ace-ref-clean-showcase .price-box,
.cms-index-index .ace-ref-clean-showcase__price {
    margin: 0 0 6px !important;
    text-align: center !important;
}

.cms-index-index .ace-ref-clean-showcase .old-price,
.cms-index-index .ace-ref-clean-showcase .price-label,
.cms-index-index .ace-ref-clean-showcase .special-price + .old-price {
    font-size: 11px !important;
}

.cms-index-index .ace-ref-clean-showcase .price,
.cms-index-index .ace-ref-clean-showcase__price strong {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #111111 !important;
}

/* parcelamento */
.cms-index-index .ace-ref-clean-showcase .ace-installment,
.cms-index-index .ace-ref-clean-showcase .installment,
.cms-index-index .ace-ref-clean-showcase .product-item-details .minimal-price-link,
.cms-index-index .ace-ref-clean-showcase .product-item-details .price-excluding-tax,
.cms-index-index .ace-ref-clean-showcase__installment {
    text-align: center !important;
    font-size: 11px !important;
    color: #444444 !important;
}

/* seta esquerda/direita mais alinhada */
.cms-index-index .ace-ref-clean-showcase .ace-arrow,
.cms-index-index .ace-ref-clean-showcase__arrow,
.cms-index-index .ace-ref-clean-showcase .swiper-button-prev,
.cms-index-index .ace-ref-clean-showcase .swiper-button-next {
    width: 34px !important;
    height: 34px !important;
    margin-top: -17px !important;
}

/* responsivo */
@media (max-width: 1200px) {
    .cms-index-index .ace-ref-clean-showcase .product-item,
    .cms-index-index .ace-ref-clean-showcase__item,
    .cms-index-index .ace-ref-clean-showcase__card {
        width: 190px !important;
        min-width: 190px !important;
        max-width: 190px !important;
        flex: 0 0 190px !important;
    }
}

@media (max-width: 900px) {
    .cms-index-index .ace-ref-clean-showcase .product-item,
    .cms-index-index .ace-ref-clean-showcase__item,
    .cms-index-index .ace-ref-clean-showcase__card {
        width: 170px !important;
        min-width: 170px !important;
        max-width: 170px !important;
        flex: 0 0 170px !important;
    }

    .cms-index-index .ace-ref-clean-showcase .product-item-info,
    .cms-index-index .ace-ref-clean-showcase__card-inner,
    .cms-index-index .ace-ref-clean-showcase__card > a {
        min-height: 290px !important;
    }
}

/* === ACE MOCK FEATURED BIGGER CARDS END === */

/* === ACE PRODUCT HOVER 360 START === */

/* prepara área da imagem para efeito 3D */
.cms-index-index .ace-ref-clean-card__image,
.cms-index-index .ace-mock-launch-card__image {
    perspective: 800px !important;
    overflow: visible !important;
}

/* deixa a imagem pronta para girar */
.cms-index-index .ace-ref-clean-card__image img,
.cms-index-index .ace-mock-launch-card__image img {
    transform-style: preserve-3d !important;
    backface-visibility: visible !important;
    will-change: transform !important;
    transition: transform .22s ease !important;
}

/* efeito ao passar o mouse */
.cms-index-index .ace-ref-clean-card:hover .ace-ref-clean-card__image img,
.cms-index-index .ace-mock-launch-card:hover .ace-mock-launch-card__image img {
    animation: aceProductSpin360 .78s cubic-bezier(.22,.61,.36,1) both !important;
}

/* leve destaque no card também */
.cms-index-index .ace-ref-clean-card:hover,
.cms-index-index .ace-mock-launch-card:hover {
    border-color: #b7b7b7 !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.12) !important;
}

/* animação 360 */
@keyframes aceProductSpin360 {
    0% {
        transform: rotateY(0deg) scale(1);
    }

    45% {
        transform: rotateY(180deg) scale(1.08);
    }

    100% {
        transform: rotateY(360deg) scale(1.04);
    }
}

/* acessibilidade: se o navegador pedir menos animação, remove giro */
@media (prefers-reduced-motion: reduce) {
    .cms-index-index .ace-ref-clean-card:hover .ace-ref-clean-card__image img,
    .cms-index-index .ace-mock-launch-card:hover .ace-mock-launch-card__image img {
        animation: none !important;
        transform: scale(1.04) !important;
    }
}

/* === ACE PRODUCT HOVER 360 END === */

/* === ACE PRODUCT IMAGE INTEGRATION BIGGER START === */

/* =========================================================
   DESTAQUES — mantém o card, mas aumenta a imagem
   ========================================================= */

.cms-index-index .ace-ref-clean-card {
    background: #ffffff !important;
    border: 1px solid #dedede !important;
    border-radius: 3px !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

/* remove sensação de “caixa dentro de caixa” */
.cms-index-index .ace-ref-clean-card__image {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    height: 138px !important;
    min-height: 138px !important;
    margin: 0 0 6px !important;
    padding: 2px 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    perspective: 900px !important;
}

/* imagem maior dentro do card */
.cms-index-index .ace-ref-clean-card__image img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 168px !important;
    max-height: 132px !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    mix-blend-mode: multiply !important;
    transform-style: preserve-3d !important;
    backface-visibility: visible !important;
    will-change: transform !important;
}

/* texto fica um pouco mais compacto para caber a imagem maior */
.cms-index-index .ace-ref-clean-card__name {
    min-height: 30px !important;
    max-height: 30px !important;
    margin-bottom: 5px !important;
    font-size: 11px !important;
    line-height: 1.22 !important;
}

.cms-index-index .ace-ref-clean-card__price strong {
    font-size: 15px !important;
}

.cms-index-index .ace-ref-clean-card__installment {
    font-size: 10px !important;
    margin-top: 3px !important;
}


/* =========================================================
   LANÇAMENTOS — imagem maior e mais integrada ao card
   ========================================================= */

.cms-index-index .ace-mock-launch-card {
    background: #ffffff !important;
    border: 1px solid #dedede !important;
    border-radius: 4px !important;
    overflow: hidden !important;
}

/* remove fundo cinza/caixa interna */
.cms-index-index .ace-mock-launch-card__image {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 188px !important;
    min-height: 188px !important;
    margin: 0 0 12px !important;
    padding: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    perspective: 900px !important;
}

/* imagem maior dentro dos lançamentos */
.cms-index-index .ace-mock-launch-card__image img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 230px !important;
    max-height: 178px !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    mix-blend-mode: multiply !important;
    transform-style: preserve-3d !important;
    backface-visibility: visible !important;
    will-change: transform !important;
}

/* compacta texto para a imagem maior não estourar o card */
.cms-index-index .ace-mock-launch-card__name {
    min-height: 36px !important;
    margin-bottom: 9px !important;
}

.cms-index-index .ace-mock-launch-card__price {
    margin-bottom: 3px !important;
}

.cms-index-index .ace-mock-launch-card__button {
    height: 40px !important;
}


/* =========================================================
   Remove fundos/wrappers do Magento que criam “quadrado”
   ========================================================= */

.cms-index-index .product-item-photo,
.cms-index-index .product-image-container,
.cms-index-index .product-image-wrapper,
.cms-index-index .product-image-photo {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.cms-index-index .product-image-wrapper {
    padding-bottom: 0 !important;
}

.cms-index-index .product-image-photo {
    position: static !important;
    object-fit: contain !important;
    object-position: center center !important;
}


/* =========================================================
   Hover 360 preservado, mas mais elegante
   ========================================================= */

.cms-index-index .ace-ref-clean-card:hover .ace-ref-clean-card__image img,
.cms-index-index .ace-mock-launch-card:hover .ace-mock-launch-card__image img {
    animation: aceProductSpin360Integrated .75s cubic-bezier(.22,.61,.36,1) both !important;
}

@keyframes aceProductSpin360Integrated {
    0% {
        transform: rotateY(0deg) scale(1);
    }

    45% {
        transform: rotateY(180deg) scale(1.09);
    }

    100% {
        transform: rotateY(360deg) scale(1.05);
    }
}

.cms-index-index .ace-ref-clean-card:hover,
.cms-index-index .ace-mock-launch-card:hover {
    border-color: #cfcfcf !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.10) !important;
}


/* =========================================================
   Observação visual: se a foto tiver fundo real, suaviza
   ========================================================= */

.cms-index-index .ace-ref-clean-card__image,
.cms-index-index .ace-mock-launch-card__image {
    isolation: isolate !important;
}


/* Mobile */
@media (max-width: 900px) {
    .cms-index-index .ace-ref-clean-card__image {
        height: 128px !important;
        min-height: 128px !important;
    }

    .cms-index-index .ace-ref-clean-card__image img {
        max-width: 150px !important;
        max-height: 122px !important;
    }

    .cms-index-index .ace-mock-launch-card__image {
        height: 165px !important;
        min-height: 165px !important;
    }

    .cms-index-index .ace-mock-launch-card__image img {
        max-width: 200px !important;
        max-height: 155px !important;
    }
}

/* === ACE PRODUCT IMAGE INTEGRATION BIGGER END === */

/* === ACE HIGHLIGHT CARD ALIGNMENT FIX START === */

/* Cards de destaque: alinhar melhor conteúdo e dar respiro embaixo */
.cms-index-index .ace-ref-clean-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center !important;
    padding: 18px 18px 24px !important;
    min-height: 335px !important;
    box-sizing: border-box !important;
}

/* Área da imagem */
.cms-index-index .ace-ref-clean-card__image {
    width: 100% !important;
    height: 150px !important;
    min-height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
}

.cms-index-index .ace-ref-clean-card__image img {
    max-width: 170px !important;
    max-height: 140px !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Nome do produto */
.cms-index-index .ace-ref-clean-card__name {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 0 12px 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Preços */
.cms-index-index .ace-ref-clean-card__old-price {
    display: block !important;
    width: 100% !important;
    margin: 0 0 4px 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    color: #8b8b8b !important;
}

.cms-index-index .ace-ref-clean-card__price {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px 0 !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

.cms-index-index .ace-ref-clean-card__price strong,
.cms-index-index .ace-ref-clean-card__price .price {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #111 !important;
}

/* Parcelamento — agora com respiro */
.cms-index-index .ace-ref-clean-card__installment {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding-bottom: 10px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: #555 !important;
    text-align: center !important;
}

/* Se existir container interno de conteúdo, organiza tudo */
.cms-index-index .ace-ref-clean-card__content,
.cms-index-index .ace-ref-clean-card .product-item-details {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center !important;
    flex: 1 1 auto !important;
}

/* === ACE HIGHLIGHT CARD ALIGNMENT FIX END === */

/* === ACE TRANSPARENT PRODUCT IMAGE TEST START === */

/* Cards de destaque: imagem maior, sem quadrado interno */
.cms-index-index .ace-ref-clean-card__image {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 145px !important;
    min-height: 145px !important;
    padding: 0 !important;
    margin-bottom: 8px !important;
    overflow: visible !important;
}

.cms-index-index .ace-ref-clean-card__image img {
    max-width: 175px !important;
    max-height: 140px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: transparent !important;
    mix-blend-mode: normal !important;
}

/* Lançamentos: imagem maior, sem fundo cinza */
.cms-index-index .ace-mock-launch-card__image {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 190px !important;
    min-height: 190px !important;
    padding: 0 !important;
    overflow: visible !important;
}

.cms-index-index .ace-mock-launch-card__image img {
    max-width: 245px !important;
    max-height: 185px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: transparent !important;
    mix-blend-mode: normal !important;
}

/* Dá um respiro inferior no destaque */
.cms-index-index .ace-ref-clean-card {
    padding-bottom: 18px !important;
}

.cms-index-index .ace-ref-clean-card__installment {
    margin-top: 4px !important;
    padding-bottom: 4px !important;
}

/* === ACE TRANSPARENT PRODUCT IMAGE TEST END === */

/* === ACE PRODUCT HOVER SLOWER START === */

/* Giro mais lento e elegante no hover */
.cms-index-index .ace-ref-clean-card:hover .ace-ref-clean-card__image img,
.cms-index-index .ace-mock-launch-card:hover .ace-mock-launch-card__image img {
    animation: aceProductSpin360Slow 1.6s cubic-bezier(.22,.61,.36,1) both !important;
}

/* Versão mais suave do 360 */
@keyframes aceProductSpin360Slow {
    0% {
        transform: rotateY(0deg) scale(1);
    }

    35% {
        transform: rotateY(120deg) scale(1.05);
    }

    70% {
        transform: rotateY(270deg) scale(1.07);
    }

    100% {
        transform: rotateY(360deg) scale(1.04);
    }
}

/* Acessibilidade */
@media (prefers-reduced-motion: reduce) {
    .cms-index-index .ace-ref-clean-card:hover .ace-ref-clean-card__image img,
    .cms-index-index .ace-mock-launch-card:hover .ace-mock-launch-card__image img {
        animation: none !important;
        transform: scale(1.04) !important;
    }
}

/* === ACE PRODUCT HOVER SLOWER END === */


/* === ACE PDP CUSTOM BODY START === */

/* Esconde somente o miolo nativo do Magento */
.catalog-product-view .page-title-wrapper.product,
.catalog-product-view .product.media,
.catalog-product-view .product-info-main,
.catalog-product-view .product.info.detailed {
    display: none !important;
}

/* Mantém header/footer do tema e controla só o corpo */
.catalog-product-view main.page-main {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f5f5f5 !important;
}

.catalog-product-view .columns,
.catalog-product-view .column.main {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f5f5f5 !important;
}

/* Container */
.catalog-product-view .ace-pdp-mock {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 24px 20px 44px !important;
    box-sizing: border-box !important;
    color: #111111 !important;
}

/* Breadcrumb */
.catalog-product-view .ace-pdp-breadcrumb {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 20px !important;
    font-size: 13px !important;
    color: #777777 !important;
}

.catalog-product-view .ace-pdp-breadcrumb a {
    color: #555555 !important;
    text-decoration: none !important;
}

.catalog-product-view .ace-pdp-breadcrumb strong {
    color: #111111 !important;
    font-weight: 800 !important;
}

/* Grid principal */
.catalog-product-view .ace-pdp-main {
    display: grid !important;
    grid-template-columns: minmax(420px, 1.15fr) minmax(330px, .86fr) 310px !important;
    gap: 28px !important;
    align-items: start !important;
}

/* Galeria */
.catalog-product-view .ace-pdp-gallery {
    position: relative !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 18px !important;
    box-shadow: 0 14px 36px rgba(0,0,0,.05) !important;
}

.catalog-product-view .ace-pdp-badge {
    position: absolute !important;
    top: 22px !important;
    left: 22px !important;
    z-index: 3 !important;
    background: #9dff00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    padding: 7px 14px !important;
    border-radius: 4px !important;
}

.catalog-product-view .ace-pdp-heart {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 3 !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 25px !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.10) !important;
}

.catalog-product-view .ace-pdp-main-image {
    height: 460px !important;
    border-radius: 14px !important;
    background: #f7f7f7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.catalog-product-view .ace-pdp-main-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.catalog-product-view .ace-pdp-gallery-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 28px !important;
    z-index: 5 !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.10) !important;
}

.catalog-product-view .ace-pdp-gallery-arrow--prev {
    left: 26px !important;
}

.catalog-product-view .ace-pdp-gallery-arrow--next {
    right: 26px !important;
}

.catalog-product-view .ace-pdp-thumbs {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 10px !important;
    margin-top: 12px !important;
}

.catalog-product-view .ace-pdp-thumb {
    height: 68px !important;
    border: 2px solid #eeeeee !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    padding: 3px !important;
    overflow: hidden !important;
}

.catalog-product-view .ace-pdp-thumb.is-active {
    border-color: #9dff00 !important;
}

.catalog-product-view .ace-pdp-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Informações */
.catalog-product-view .ace-pdp-info {
    background: transparent !important;
    padding-top: 4px !important;
}

.catalog-product-view .ace-pdp-info h1 {
    color: #111111 !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    margin: 0 0 10px !important;
}

.catalog-product-view .ace-pdp-rating {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
}

.catalog-product-view .ace-pdp-rating span {
    color: #9dff00 !important;
    letter-spacing: 2px !important;
    font-size: 16px !important;
}

.catalog-product-view .ace-pdp-rating small {
    color: #555555 !important;
    font-size: 13px !important;
}

.catalog-product-view .ace-pdp-price {
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
}

.catalog-product-view .ace-pdp-price small {
    color: #777777 !important;
    font-size: 15px !important;
    text-decoration: line-through !important;
}

.catalog-product-view .ace-pdp-price strong {
    color: #111111 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.catalog-product-view .ace-pdp-stock {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #238c25 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 22px !important;
}

.catalog-product-view .ace-pdp-stock i {
    width: 4px !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: #238c25 !important;
}

/* Opções fake visuais */
.catalog-product-view .ace-pdp-option {
    margin-bottom: 20px !important;
}

.catalog-product-view .ace-pdp-option label {
    display: block !important;
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
}

.catalog-product-view .ace-pdp-color-list {
    display: flex !important;
    gap: 13px !important;
}

.catalog-product-view .ace-pdp-color-list span {
    width: 28px !important;
    height: 28px !important;
    border-radius: 999px !important;
    border: 2px solid #e4e4e4 !important;
    box-shadow: 0 0 0 3px #ffffff inset !important;
}

.catalog-product-view .ace-pdp-color-list span.is-active {
    border-color: #9dff00 !important;
}

.catalog-product-view .ace-pdp-size-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
}

.catalog-product-view .ace-pdp-size-list button {
    min-width: 45px !important;
    height: 40px !important;
    border: 1px solid #dddddd !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-weight: 700 !important;
}

.catalog-product-view .ace-pdp-size-list button.is-active {
    background: #9dff00 !important;
    border-color: #9dff00 !important;
}

/* Carrinho */
.catalog-product-view .ace-pdp-cart-form {
    margin-top: 18px !important;
}

.catalog-product-view .ace-pdp-cart-form > label {
    display: block !important;
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    margin-bottom: 9px !important;
}

.catalog-product-view .ace-pdp-cart-row {
    display: grid !important;
    grid-template-columns: 110px 1fr !important;
    gap: 14px !important;
    align-items: center !important;
}

.catalog-product-view .ace-pdp-qty {
    height: 46px !important;
    display: grid !important;
    grid-template-columns: 32px 1fr 32px !important;
    border-radius: 9px !important;
    overflow: hidden !important;
    background: #f3f3f3 !important;
}

.catalog-product-view .ace-pdp-qty button,
.catalog-product-view .ace-pdp-qty input {
    border: 0 !important;
    background: transparent !important;
    text-align: center !important;
    color: #111111 !important;
    font-weight: 800 !important;
}

.catalog-product-view .ace-pdp-cart-button {
    height: 52px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #9dff00 !important;
    color: #111111 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.catalog-product-view .ace-pdp-favorite {
    width: 100% !important;
    height: 46px !important;
    margin-top: 12px !important;
    border: 1px solid #111111 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #111111 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

/* Lateral */
.catalog-product-view .ace-pdp-side {
    background: #ffffff !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 14px 36px rgba(0,0,0,.05) !important;
}

.catalog-product-view .ace-pdp-benefits-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}

.catalog-product-view .ace-pdp-benefits-grid div {
    min-height: 124px !important;
    padding: 18px 14px !important;
    text-align: center !important;
    border-right: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
    box-sizing: border-box !important;
}

.catalog-product-view .ace-pdp-benefits-grid div:nth-child(2n) {
    border-right: 0 !important;
}

.catalog-product-view .ace-pdp-benefits-grid span {
    width: 46px !important;
    height: 46px !important;
    margin: 0 auto 10px !important;
    border-radius: 999px !important;
    background: rgba(157,255,0,.18) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
}

.catalog-product-view .ace-pdp-benefits-grid strong {
    display: block !important;
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    margin-bottom: 5px !important;
}

.catalog-product-view .ace-pdp-benefits-grid small {
    color: #555555 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}

.catalog-product-view .ace-pdp-meta {
    padding: 16px 20px !important;
    border-top: 1px solid #eeeeee !important;
}

.catalog-product-view .ace-pdp-meta p {
    display: flex !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    font-size: 13px !important;
}

.catalog-product-view .ace-pdp-meta span {
    color: #666666 !important;
    font-weight: 600 !important;
}

.catalog-product-view .ace-pdp-meta strong {
    color: #111111 !important;
    font-weight: 800 !important;
    text-align: right !important;
}

/* Relacionados */
.catalog-product-view .ace-pdp-related {
    margin-top: 24px !important;
}

.catalog-product-view .ace-pdp-related h2 {
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    margin: 0 0 14px !important;
}

.catalog-product-view .ace-pdp-related-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
}

.catalog-product-view .ace-pdp-related-card {
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 12px !important;
    padding: 10px !important;
    text-decoration: none !important;
    color: #111111 !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.05) !important;
}

.catalog-product-view .ace-pdp-related-card span {
    height: 80px !important;
    background: #f7f7f7 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 8px !important;
}

.catalog-product-view .ace-pdp-related-card img {
    max-width: 85px !important;
    max-height: 72px !important;
    object-fit: contain !important;
}

.catalog-product-view .ace-pdp-related-card strong {
    display: block !important;
    color: #111111 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    min-height: 31px !important;
    margin-bottom: 5px !important;
}

.catalog-product-view .ace-pdp-related-card b {
    display: block !important;
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
}

.catalog-product-view .ace-pdp-related-card em {
    height: 30px !important;
    border-radius: 999px !important;
    background: #9dff00 !important;
    color: #111111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    font-size: 10px !important;
    font-weight: 900 !important;
}

/* Abas */
.catalog-product-view .ace-pdp-tabs {
    background: #ffffff !important;
    border-radius: 16px !important;
    margin-top: 28px !important;
    overflow: hidden !important;
    box-shadow: 0 14px 36px rgba(0,0,0,.05) !important;
}

.catalog-product-view .ace-pdp-tab-head {
    display: flex !important;
    border-bottom: 1px solid #eeeeee !important;
}

.catalog-product-view .ace-pdp-tab-head button {
    height: 56px !important;
    padding: 0 28px !important;
    border: 0 !important;
    background: #ffffff !important;
    color: #444444 !important;
    font-weight: 800 !important;
}

.catalog-product-view .ace-pdp-tab-head button.is-active {
    color: #111111 !important;
    box-shadow: inset 0 -4px 0 #9dff00 !important;
}

.catalog-product-view .ace-pdp-tab-content {
    padding: 22px 26px 28px !important;
    color: #444444 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.catalog-product-view .ace-pdp-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 22px !important;
}

.catalog-product-view .ace-pdp-tags span {
    background: #f7f7f7 !important;
    color: #333333 !important;
    border-radius: 8px !important;
    padding: 12px 18px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

/* Responsivo */
@media (max-width: 1180px) {
    .catalog-product-view .ace-pdp-main {
        grid-template-columns: 1fr 1fr !important;
    }

    .catalog-product-view .ace-pdp-side {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 780px) {
    .catalog-product-view .ace-pdp-mock {
        padding: 16px 14px 34px !important;
    }

    .catalog-product-view .ace-pdp-main {
        grid-template-columns: 1fr !important;
    }

    .catalog-product-view .ace-pdp-main-image {
        height: 340px !important;
    }

    .catalog-product-view .ace-pdp-cart-row {
        grid-template-columns: 1fr !important;
    }

    .catalog-product-view .ace-pdp-related-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .catalog-product-view .ace-pdp-tab-head {
        overflow-x: auto !important;
    }
}

/* === ACE PDP CUSTOM BODY END === */









/* === ACE FOOTER RESTORE AND RELATED FIX START === */

.catalog-product-view .page-footer,
.catalog-product-view footer.page-footer,
.catalog-product-view .footer.content {
    background: #050505 !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.catalog-product-view .footer.content > *:not(.ace-mock-footer),
.catalog-product-view .footer.links,
.catalog-product-view .block.newsletter,
.catalog-product-view small.copyright {
    display: none !important;
}

.ace-mock-footer {
    display: block !important;
    width: 100% !important;
    background: #050505 !important;
    color: #ffffff !important;
    padding: 34px 54px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}

.ace-mock-footer__inner {
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1.3fr .9fr .9fr 1fr 1.25fr !important;
    gap: 42px !important;
}

.ace-mock-footer__logo {
    display: inline-flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    line-height: .78 !important;
    margin-bottom: 20px !important;
}

.ace-mock-footer__logo strong {
    color: #fff !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    font-style: italic !important;
    letter-spacing: .20em !important;
}

.ace-mock-footer__logo span {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .45em !important;
    margin-top: 7px !important;
}

.ace-mock-footer__brand p {
    max-width: 270px !important;
    margin: 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
}

.ace-mock-footer h3 {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 0 0 15px !important;
}

.ace-mock-footer__col {
    display: flex !important;
    flex-direction: column !important;
}

.ace-mock-footer__col a {
    color: rgba(255,255,255,.82) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

.ace-mock-payments,
.ace-mock-certs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
}

.ace-mock-card {
    width: 58px !important;
    height: 27px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    color: #fff !important;
    position: relative !important;
    overflow: hidden !important;
}

.ace-mock-card--visa { background: #1434cb !important; }
.ace-mock-card--amex { background: #2e77bb !important; }
.ace-mock-card--pix { background: #32bcad !important; }

.ace-mock-card--master {
    background: #fff !important;
}

.ace-mock-card--master i,
.ace-mock-card--master b {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 6px !important;
}

.ace-mock-card--master i {
    background: #eb001b !important;
    left: 18px !important;
}

.ace-mock-card--master b {
    background: #f79e1b !important;
    left: 27px !important;
}

.ace-mock-card--boleto {
    width: 74px !important;
    background: #f3f3f3 !important;
    color: #111 !important;
    justify-content: flex-end !important;
    padding-right: 7px !important;
}

.ace-mock-card--boleto em {
    position: absolute !important;
    left: 8px !important;
    top: 6px !important;
    width: 18px !important;
    height: 15px !important;
    background: repeating-linear-gradient(90deg,#111 0 2px,transparent 2px 4px,#111 4px 5px,transparent 5px 7px) !important;
}

.ace-mock-footer__secure small {
    display: block !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 8px 0 17px !important;
}

.ace-mock-cert {
    height: 29px !important;
    padding: 0 14px !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #111 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

.ace-mock-cert--google { color: #4285f4 !important; }
.ace-mock-cert--blindado { color: #2f7d32 !important; }

.ace-mock-footer__copy {
    max-width: 1440px !important;
    margin: 28px auto 0 !important;
    padding: 15px 0 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    color: rgba(255,255,255,.68) !important;
    text-align: center !important;
    font-size: 12px !important;
}

/* Relacionados: botão não pode sair da borda */
.catalog-product-view .ace-pdp-related-card {
    min-height: 190px !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.catalog-product-view .ace-pdp-related-card span {
    height: 72px !important;
    min-height: 72px !important;
}

.catalog-product-view .ace-pdp-related-card strong {
    min-height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
}

.catalog-product-view .ace-pdp-related-card em {
    margin-top: auto !important;
    min-height: 28px !important;
    height: 28px !important;
}

/* === ACE FOOTER RESTORE AND RELATED FIX END === */

/* === ACE PDP HEADER FINAL CLEAN START === */

/* Esconde headers antigos somente na página de produto */
.catalog-product-view .page-header,
.catalog-product-view .nav-sections,
.catalog-product-view .ace-brand-carousel,
.catalog-product-view .ace-global-header,
.catalog-product-view .ace-global-home-header,
.catalog-product-view .ace-product-home-header,
.catalog-product-view #ace-internal-header-final {
    display: none !important;
}

/* Header interno usando o mesmo comportamento visual da home */
.catalog-product-view .ace-ref-layout-internal {
    display: block !important;
    width: 100% !important;
    background: #050505 !important;
    color: #ffffff !important;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    position: relative !important;
    z-index: 50 !important;
}

/* Linha superior */
.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-top {
    height: 58px !important;
    background: #050505 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

/* Igual home: container centralizado, não fullwidth jogado para esquerda */
.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-top__inner {
    width: 100% !important;
    max-width: 1440px !important;
    height: 58px !important;
    margin: 0 auto !important;
    padding: 0 32px !important;
    display: grid !important;
    grid-template-columns: 135px 520px 1fr !important;
    gap: 28px !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-logo {
    display: inline-flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    line-height: .78 !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-logo strong {
    color: #ffffff !important;
    font-size: 33px !important;
    font-style: italic !important;
    font-weight: 900 !important;
    letter-spacing: .20em !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-logo span {
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .45em !important;
    margin-top: 5px !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-search {
    height: 38px !important;
    display: flex !important;
    background: #ffffff !important;
    border-radius: 3px !important;
    overflow: hidden !important;
    margin: 0 !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-search input {
    flex: 1 !important;
    height: 38px !important;
    border: 0 !important;
    background: #ffffff !important;
    color: #333333 !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    outline: none !important;
    box-shadow: none !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-search button {
    width: 54px !important;
    height: 38px !important;
    border: 0 !important;
    background: #65a814 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-search svg {
    width: 17px !important;
    height: 17px !important;
    fill: none !important;
    stroke: #ffffff !important;
    stroke-width: 2.5 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 30px !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-actions a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-actions svg {
    width: 18px !important;
    height: 18px !important;
    fill: none !important;
    stroke: #ffffff !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* Menu igual ao da home */
.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-menu {
    height: 36px !important;
    background: #101010 !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-menu__inner {
    width: 100% !important;
    max-width: 1440px !important;
    height: 36px !important;
    margin: 0 auto !important;
    padding: 0 32px !important;
    display: flex !important;
    align-items: center !important;
    gap: 38px !important;
    box-sizing: border-box !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-menu a {
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
}

.catalog-product-view .ace-ref-layout-internal .ace-ref-clean-menu a:hover {
    color: #9dff00 !important;
}

/* Remove faixa/breadcrumb duplicado antigo */
.catalog-product-view .breadcrumbs {
    display: none !important;
}

.catalog-product-view main.page-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: #f5f5f5 !important;
}

/* Correção definitiva dos relacionados */
.catalog-product-view .ace-pdp-related-grid {
    align-items: stretch !important;
}

.catalog-product-view .ace-pdp-related-card {
    min-height: 212px !important;
    height: 212px !important;
    padding: 10px 8px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.catalog-product-view .ace-pdp-related-card span {
    height: 70px !important;
    min-height: 70px !important;
    margin-bottom: 7px !important;
}

.catalog-product-view .ace-pdp-related-card img {
    max-height: 62px !important;
}

.catalog-product-view .ace-pdp-related-card strong {
    min-height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
}

.catalog-product-view .ace-pdp-related-card b {
    min-height: 18px !important;
    margin-bottom: 6px !important;
    font-size: 12px !important;
}

.catalog-product-view .ace-pdp-related-card em {
    width: 100% !important;
    height: 27px !important;
    min-height: 27px !important;
    margin-top: auto !important;
    box-sizing: border-box !important;
    font-size: 9px !important;
    line-height: 1 !important;
    padding: 0 4px !important;
}

/* Mobile */
@media (max-width: 900px) {
    .catalog-product-view .ace-ref-layout-internal .ace-ref-clean-top,
    .catalog-product-view .ace-ref-layout-internal .ace-ref-clean-top__inner {
        height: auto !important;
    }

    .catalog-product-view .ace-ref-layout-internal .ace-ref-clean-top__inner {
        grid-template-columns: 1fr !important;
        padding: 16px !important;
    }

    .catalog-product-view .ace-ref-layout-internal .ace-ref-clean-actions {
        justify-content: flex-start !important;
    }

    .catalog-product-view .ace-ref-layout-internal .ace-ref-clean-menu,
    .catalog-product-view .ace-ref-layout-internal .ace-ref-clean-menu__inner {
        height: auto !important;
    }

    .catalog-product-view .ace-ref-layout-internal .ace-ref-clean-menu__inner {
        flex-wrap: wrap !important;
        padding: 14px 16px !important;
        gap: 18px !important;
    }
}

/* === ACE PDP HEADER FINAL CLEAN END === */

/* === ACE PRODUCT CLICKABLE CARDS START === */

.cms-index-index .ace-ref-clean-card,
.cms-index-index .ace-mock-launch-card,
.catalog-product-view .ace-pdp-related-card {
    cursor: pointer !important;
    text-decoration: none !important;
}

.cms-index-index .ace-ref-clean-card:hover,
.cms-index-index .ace-mock-launch-card:hover,
.catalog-product-view .ace-pdp-related-card:hover {
    text-decoration: none !important;
}

/* Corrige o botão dos relacionados para nunca sair da borda */
.catalog-product-view .ace-pdp-related-card {
    min-height: 218px !important;
    height: 218px !important;
    padding: 10px 8px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.catalog-product-view .ace-pdp-related-card span {
    height: 66px !important;
    min-height: 66px !important;
    margin-bottom: 6px !important;
}

.catalog-product-view .ace-pdp-related-card strong {
    min-height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
}

.catalog-product-view .ace-pdp-related-card b {
    font-size: 12px !important;
    margin-bottom: 6px !important;
}

.catalog-product-view .ace-pdp-related-card em {
    width: 100% !important;
    height: 28px !important;
    min-height: 28px !important;
    margin-top: auto !important;
    padding: 0 4px !important;
    box-sizing: border-box !important;
    font-size: 9px !important;
    line-height: 28px !important;
    text-align: center !important;
}

/* === ACE PRODUCT CLICKABLE CARDS END === */

/* === ACE CATEGORY PROJECT PAGE START === */

/* Esconde listagem nativa quebrada da categoria */
.catalog-category-view .page-title-wrapper,
.catalog-category-view .category-view,
.catalog-category-view .products.wrapper,
.catalog-category-view .toolbar,
.catalog-category-view .sidebar,
.catalog-category-view .breadcrumbs {
    display: none !important;
}

.catalog-category-view main.page-main,
.catalog-category-view .columns,
.catalog-category-view .column.main {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f5f5f5 !important;
}

/* Página de categoria no padrão do projeto */
.catalog-category-view .ace-category-mock {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 28px 54px 44px !important;
    box-sizing: border-box !important;
    background: #f5f5f5 !important;
}

.catalog-category-view .ace-category-mock__head {
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 26px 30px !important;
    margin-bottom: 24px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 24px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.05) !important;
}

.catalog-category-view .ace-category-mock__breadcrumb {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
    color: #777777 !important;
    font-size: 13px !important;
}

.catalog-category-view .ace-category-mock__breadcrumb a {
    color: #555555 !important;
    text-decoration: none !important;
}

.catalog-category-view .ace-category-mock h1 {
    color: #111111 !important;
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 0 0 10px !important;
}

.catalog-category-view .ace-category-mock__head p {
    color: #555555 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.catalog-category-view .ace-category-mock__back {
    min-width: 150px !important;
    height: 42px !important;
    border-radius: 999px !important;
    background: #9dff00 !important;
    color: #111111 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.catalog-category-view .ace-category-mock__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

.catalog-category-view .ace-category-card {
    min-height: 340px !important;
    background: #ffffff !important;
    border: 1px solid #dedede !important;
    border-radius: 5px !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    color: #111111 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.catalog-category-view .ace-category-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.10) !important;
}

.catalog-category-view .ace-category-card__image {
    height: 185px !important;
    min-height: 185px !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 14px !important;
    overflow: visible !important;
    perspective: 900px !important;
}

.catalog-category-view .ace-category-card__image img {
    max-width: 230px !important;
    max-height: 175px !important;
    object-fit: contain !important;
    background: transparent !important;
}

.catalog-category-view .ace-category-card:hover .ace-category-card__image img {
    animation: aceProductSpin360Slow 1.6s cubic-bezier(.22,.61,.36,1) both !important;
}

.catalog-category-view .ace-category-card__name {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    min-height: 40px !important;
    margin-bottom: 10px !important;
}

.catalog-category-view .ace-category-card__price {
    display: flex !important;
    align-items: baseline !important;
    gap: 7px !important;
    margin-bottom: 4px !important;
}

.catalog-category-view .ace-category-card__price small {
    color: #777777 !important;
    font-size: 12px !important;
    text-decoration: line-through !important;
}

.catalog-category-view .ace-category-card__price strong {
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.catalog-category-view .ace-category-card__installment {
    color: #444444 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.catalog-category-view .ace-category-card__button {
    width: 100% !important;
    height: 42px !important;
    margin-top: auto !important;
    border-radius: 999px !important;
    background: #9dff00 !important;
    color: #111111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.catalog-category-view .ace-category-mock__empty {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 40px !important;
    color: #555555 !important;
    text-align: center !important;
    font-weight: 700 !important;
}

/* Ajustes da galeria da PDP */
.catalog-product-view .ace-pdp-thumb {
    cursor: pointer !important;
}

.catalog-product-view .ace-pdp-gallery-arrow {
    cursor: pointer !important;
}

.catalog-product-view .ace-pdp-main-image img {
    transition: opacity .18s ease, transform .18s ease !important;
}

/* Responsivo categorias */
@media (max-width: 1100px) {
    .catalog-category-view .ace-category-mock__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 800px) {
    .catalog-category-view .ace-category-mock {
        padding: 20px 18px 34px !important;
    }

    .catalog-category-view .ace-category-mock__head {
        display: block !important;
    }

    .catalog-category-view .ace-category-mock__back {
        margin-top: 18px !important;
    }

    .catalog-category-view .ace-category-mock__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 520px) {
    .catalog-category-view .ace-category-mock__grid {
        grid-template-columns: 1fr !important;
    }
}

/* === ACE CATEGORY PROJECT PAGE END === */


/* === ACE CATEGORY REAL FIX START === */

/* Categoria: remove visual antigo quebrado */
.catalog-category-view .page-header,
.catalog-category-view .nav-sections,
.catalog-category-view .ace-brand-carousel,
.catalog-category-view .ace-home-hero,
.catalog-category-view .ace-hero,
.catalog-category-view .ace-global-hero,
.catalog-category-view .ace-ref-clean-hero,
.catalog-category-view .ace-ref-layout:not(.ace-ref-layout-internal),
.catalog-category-view .page-title-wrapper,
.catalog-category-view .category-view,
.catalog-category-view .products.wrapper,
.catalog-category-view .toolbar,
.catalog-category-view .sidebar,
.catalog-category-view .breadcrumbs {
    display: none !important;
}

.catalog-category-view body,
.catalog-category-view .page-wrapper,
.catalog-category-view main.page-main,
.catalog-category-view .columns,
.catalog-category-view .column.main {
    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f5f5f5 !important;
    background-image: none !important;
}

/* Garante que o header interno aparece na categoria */
.catalog-category-view .ace-ref-layout-internal {
    display: block !important;
}

/* Categoria Ace */
.catalog-category-view .ace-category-mock {
    display: block !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 28px 54px 52px !important;
    box-sizing: border-box !important;
    background: #f5f5f5 !important;
}

.catalog-category-view .ace-category-mock__head {
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 26px 30px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.05) !important;
}

.catalog-category-view .ace-category-mock__breadcrumb {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
    color: #777777 !important;
    font-size: 13px !important;
}

.catalog-category-view .ace-category-mock__breadcrumb a {
    color: #555555 !important;
    text-decoration: none !important;
}

.catalog-category-view .ace-category-mock h1 {
    color: #111111 !important;
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 0 0 10px !important;
}

.catalog-category-view .ace-category-mock__head p {
    color: #555555 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.catalog-category-view .ace-category-mock__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

.catalog-category-view .ace-category-card {
    min-height: 350px !important;
    background: #ffffff !important;
    border: 1px solid #dedede !important;
    border-radius: 8px !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    color: #111111 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.catalog-category-view .ace-category-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.10) !important;
}

.catalog-category-view .ace-category-card__image {
    height: 185px !important;
    min-height: 185px !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 14px !important;
    overflow: visible !important;
    perspective: 900px !important;
}

.catalog-category-view .ace-category-card__image img {
    max-width: 230px !important;
    max-height: 175px !important;
    object-fit: contain !important;
    background: transparent !important;
}

.catalog-category-view .ace-category-card:hover .ace-category-card__image img {
    animation: aceProductSpin360Slow 1.6s cubic-bezier(.22,.61,.36,1) both !important;
}

.catalog-category-view .ace-category-card__name {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    min-height: 42px !important;
    margin-bottom: 10px !important;
}

.catalog-category-view .ace-category-card__price {
    display: flex !important;
    align-items: baseline !important;
    gap: 7px !important;
    margin-bottom: 4px !important;
}

.catalog-category-view .ace-category-card__price small {
    color: #777777 !important;
    font-size: 12px !important;
    text-decoration: line-through !important;
}

.catalog-category-view .ace-category-card__price strong {
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.catalog-category-view .ace-category-card__installment {
    color: #444444 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.catalog-category-view .ace-category-card__button {
    width: 100% !important;
    height: 42px !important;
    margin-top: auto !important;
    border-radius: 999px !important;
    background: #9dff00 !important;
    color: #111111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.catalog-category-view .ace-category-mock__empty {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 40px !important;
    color: #555555 !important;
    text-align: center !important;
    font-weight: 700 !important;
}

/* PDP galeria */
.catalog-product-view .ace-pdp-thumb,
.catalog-product-view .ace-pdp-gallery-arrow,
.catalog-product-view .ace-pdp-main-image button,
.catalog-product-view .ace-pdp-gallery button {
    cursor: pointer !important;
    pointer-events: auto !important;
}

.catalog-product-view .ace-pdp-main-image img,
.catalog-product-view #acePdpMainImage {
    transition: opacity .16s ease !important;
}

@media (max-width: 1100px) {
    .catalog-category-view .ace-category-mock__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 800px) {
    .catalog-category-view .ace-category-mock {
        padding: 20px 18px 34px !important;
    }

    .catalog-category-view .ace-category-mock__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 520px) {
    .catalog-category-view .ace-category-mock__grid {
        grid-template-columns: 1fr !important;
    }
}

/* === ACE CATEGORY REAL FIX END === */

/* === ACE CATEGORY FINAL CLEAN FIX START === */

.catalog-category-view .ace-ref-layout-internal {
    display: block !important;
}

.catalog-category-view .ace-ref-layout-internal .ace-ref-clean-menu__inner {
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
}

.catalog-category-view .ace-ref-layout-internal .ace-ref-clean-menu__inner::-webkit-scrollbar {
    display: none !important;
}

/* remove qualquer resto da home dentro de categoria */
.catalog-category-view .ace-home-hero,
.catalog-category-view .ace-hero,
.catalog-category-view .ace-global-hero,
.catalog-category-view .ace-ref-clean-hero,
.catalog-category-view .ace-ref-layout-clean:not(.ace-ref-layout-internal) {
    display: none !important;
}

/* === ACE CATEGORY FINAL CLEAN FIX END === */



/* === ACE CATEGORY HERO LEAK FIX START === */

body:not(.cms-index-index) .ace-home-hero,
body:not(.cms-index-index) .ace-hero,
body:not(.cms-index-index) .ace-global-hero,
body:not(.cms-index-index) .ace-ref-clean-hero,
body:not(.cms-index-index) .ace-ref-layout-clean:not(.ace-ref-layout-internal) {
    display: none !important;
}

/* === ACE CATEGORY HERO LEAK FIX END === */

/* === ACE CATEGORY HERO LEAK FIX START === */

body:not(.cms-index-index) .ace-home-hero,
body:not(.cms-index-index) .ace-hero,
body:not(.cms-index-index) .ace-global-hero,
body:not(.cms-index-index) .ace-ref-clean-hero,
body:not(.cms-index-index) .ace-ref-layout-clean:not(.ace-ref-layout-internal) {
    display: none !important;
}

/* === ACE CATEGORY HERO LEAK FIX END === */

/* === ACE HOME EXTRA PRODUCTS RESTORE START === */

.cms-index-index .ace-home-extra-products {
    background: #ffffff !important;
    padding: 34px 0 12px !important;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}

.cms-index-index .ace-home-extra-products--second {
    padding-top: 14px !important;
    padding-bottom: 46px !important;
}

.cms-index-index .ace-home-extra-products__inner {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 54px !important;
    box-sizing: border-box !important;
}

.cms-index-index .ace-home-extra-products__head {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin-bottom: 18px !important;
}

.cms-index-index .ace-home-extra-products__head h2 {
    color: #111111 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    margin: 0 !important;
}

.cms-index-index .ace-home-extra-products__head p {
    color: #555555 !important;
    font-size: 13px !important;
    margin: 0 !important;
}

.cms-index-index .ace-home-extra-products__grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.cms-index-index .ace-home-extra-card {
    min-height: 315px !important;
    background: #ffffff !important;
    border: 1px solid #dedede !important;
    border-radius: 5px !important;
    padding: 14px !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    color: #111111 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.cms-index-index .ace-home-extra-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.10) !important;
    text-decoration: none !important;
}

.cms-index-index .ace-home-extra-card__image {
    height: 150px !important;
    min-height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    perspective: 900px !important;
}

.cms-index-index .ace-home-extra-card__image img {
    max-width: 190px !important;
    max-height: 140px !important;
    object-fit: contain !important;
    background: transparent !important;
}

.cms-index-index .ace-home-extra-card:hover .ace-home-extra-card__image img {
    animation: aceProductSpin360Slow 1.6s cubic-bezier(.22,.61,.36,1) both !important;
}

.cms-index-index .ace-home-extra-card strong {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    min-height: 38px !important;
    margin-bottom: 8px !important;
}

.cms-index-index .ace-home-extra-card__price {
    display: flex !important;
    align-items: baseline !important;
    gap: 7px !important;
    margin-bottom: 4px !important;
}

.cms-index-index .ace-home-extra-card__price small {
    color: #777777 !important;
    font-size: 11px !important;
    text-decoration: line-through !important;
}

.cms-index-index .ace-home-extra-card__price b {
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.cms-index-index .ace-home-extra-card em {
    color: #555555 !important;
    font-size: 12px !important;
    font-style: normal !important;
}

.cms-index-index .ace-home-extra-card__button {
    width: 100% !important;
    height: 36px !important;
    margin-top: auto !important;
    border-radius: 999px !important;
    background: #9dff00 !important;
    color: #111111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

@media (max-width: 1100px) {
    .cms-index-index .ace-home-extra-products__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    .cms-index-index .ace-home-extra-products__inner {
        padding: 0 18px !important;
    }

    .cms-index-index .ace-home-extra-products__head {
        display: block !important;
    }

    .cms-index-index .ace-home-extra-products__head p {
        margin-top: 8px !important;
    }

    .cms-index-index .ace-home-extra-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 480px) {
    .cms-index-index .ace-home-extra-products__grid {
        grid-template-columns: 1fr !important;
    }
}

/* === ACE HOME EXTRA PRODUCTS RESTORE END === */

/* =========================================================
   FIX NATIVE PDP DISPLAY — 2026-06-05
   Corrige layout da PDP nativa apos remocao do ace-pdp-mock.
   ========================================================= */

.catalog-product-view .header.content {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

.catalog-product-view .page-main {
    padding-top: 36px !important;
}

.catalog-product-view .product.media {
    border: 1px solid var(--ace-border, #d8ded2) !important;
    box-shadow: 0 4px 18px rgba(0,0,0,.10) !important;
}

.catalog-product-view .product-info-main .price-box .price,
.catalog-product-view .product-info-main .price-wrapper .price,
.catalog-product-view .product-info-main .special-price .price,
.catalog-product-view .product-info-main .regular-price .price {
    color: var(--ace-green, #97f000) !important;
}

.catalog-product-view .product-info-main .product-info-price,
.catalog-product-view .product-info-main label,
.catalog-product-view .product-info-main .control,
.catalog-product-view .product-info-main .product-info-stock-sku {
    color: rgba(255,255,255,.85) !important;
    border-color: rgba(255,255,255,.15) !important;
}

/* =========================================================
   FIX NATIVE PDP DISPLAY v2 SAFE — 2026-06-05
   Corrige PDP nativa escondida por regras antigas do mock.
   Não recria mock. Apenas força blocos nativos Magento visíveis.
   ========================================================= */

.catalog-product-view main.page-main,
.catalog-product-view .page-main,
.catalog-product-view .columns,
.catalog-product-view .column.main {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
}

.catalog-product-view .columns {
    max-width: 1280px !important;
    margin: 40px auto !important;
    padding: 0 24px !important;
}

.catalog-product-view .header.content {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

.catalog-product-view .page-title-wrapper.product,
.catalog-product-view .product.media,
.catalog-product-view .product-info-main,
.catalog-product-view .product.info.detailed {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 2 !important;
}

.catalog-product-view .product.media {
    float: left !important;
    width: 52% !important;
    min-height: 520px !important;
    margin: 0 3% 48px 0 !important;
    padding: 24px !important;
    background: #fff !important;
    border: 1px solid #d8ded2 !important;
    box-shadow: 0 4px 18px rgba(0,0,0,.10) !important;
}

.catalog-product-view .gallery-placeholder,
.catalog-product-view .fotorama,
.catalog-product-view .fotorama__wrap,
.catalog-product-view .fotorama__stage {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 420px !important;
}

.catalog-product-view .product-info-main {
    float: right !important;
    width: 45% !important;
    min-height: 320px !important;
    margin: 0 0 48px 0 !important;
    padding: 28px !important;
    background: #101410 !important;
    color: #fff !important;
    border-radius: 18px !important;
}

.catalog-product-view .product-info-main .page-title,
.catalog-product-view .product-info-main .page-title span,
.catalog-product-view .product-info-main .base,
.catalog-product-view .product-info-main label,
.catalog-product-view .product-info-main .label,
.catalog-product-view .product-info-main .stock,
.catalog-product-view .product-info-main .product-info-stock-sku,
.catalog-product-view .product-info-main .product.attribute.sku,
.catalog-product-view .product-info-main .product-add-form,
.catalog-product-view .product-info-main .product-info-price {
    color: #fff !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.catalog-product-view .product-info-main .price-box .price,
.catalog-product-view .product-info-main .price-wrapper .price,
.catalog-product-view .product-info-main .special-price .price,
.catalog-product-view .product-info-main .regular-price .price {
    color: #97f000 !important;
}

.catalog-product-view .box-tocart,
.catalog-product-view .product-add-form,
.catalog-product-view #product_addtocart_form {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.catalog-product-view .box-tocart .action.tocart,
.catalog-product-view .box-tocart .action.primary {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.catalog-product-view .column.main::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 768px) {
    .catalog-product-view .product.media,
    .catalog-product-view .product-info-main {
        float: none !important;
        width: 100% !important;
        margin: 0 0 24px 0 !important;
    }
}

/* =========================================================
   FINAL PDP NATIVE POLISH SAFE — 2026-06-05
   PDP nativa com layout grid, card galeria branco,
   card info escuro, preco verde ACE e botao pill.
   Este bloco vem por ultimo e sobrescreve os patches anteriores.
   ========================================================= */

body.catalog-product-view,
.catalog-product-view {
    background: #f3f5f1 !important;
}

.catalog-product-view main.page-main {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 48px 24px 72px !important;
    background: transparent !important;
}

.catalog-product-view .columns,
.catalog-product-view .column.main {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
    transform: none !important;
}

.catalog-product-view .column.main {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr) !important;
    gap: 36px !important;
    align-items: start !important;
}

.catalog-product-view .product.media {
    display: block !important;
    float: none !important;
    width: auto !important;
    min-height: 560px !important;
    margin: 0 !important;
    padding: 34px !important;
    background: #ffffff !important;
    border: 1px solid rgba(15, 23, 15, .08) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.10) !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 2 !important;
}

.catalog-product-view .gallery-placeholder,
.catalog-product-view .fotorama,
.catalog-product-view .fotorama__wrap,
.catalog-product-view .fotorama__stage {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 500px !important;
}

.catalog-product-view .fotorama__img,
.catalog-product-view .gallery-placeholder__image {
    object-fit: contain !important;
    max-height: 500px !important;
}

.catalog-product-view .product-info-main {
    display: block !important;
    float: none !important;
    width: auto !important;
    min-height: 420px !important;
    margin: 0 !important;
    padding: 34px 34px 38px !important;
    background: linear-gradient(145deg, #0b120c 0%, #101b12 100%) !important;
    color: #fff !important;
    border-radius: 24px !important;
    border: 1px solid rgba(151, 240, 0, .18) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.18) !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 2 !important;
}

.catalog-product-view .product-info-main .page-title,
.catalog-product-view .product-info-main .page-title span,
.catalog-product-view .product-info-main .base {
    color: #fff !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    margin: 0 0 8px !important;
}

.catalog-product-view .product-info-main .product-reviews-summary,
.catalog-product-view .product-info-main .reviews-actions,
.catalog-product-view .product-info-main .reviews-actions a {
    color: rgba(255,255,255,.72) !important;
    font-size: 13px !important;
}

.catalog-product-view .product-info-price {
    margin: 20px 0 26px !important;
    padding: 0 0 24px !important;
    border-bottom: 1px solid rgba(255,255,255,.14) !important;
}

.catalog-product-view .product-info-main .price-box .price,
.catalog-product-view .product-info-main .price-wrapper .price,
.catalog-product-view .product-info-main .regular-price .price,
.catalog-product-view .product-info-main .special-price .price {
    color: #97f000 !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
}

.catalog-product-view .product-info-stock-sku,
.catalog-product-view .product-info-main .stock,
.catalog-product-view .product-info-main .sku,
.catalog-product-view .product-info-main .sku .type,
.catalog-product-view .product-info-main .sku .value {
    color: rgba(255,255,255,.78) !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
}

.catalog-product-view .box-tocart,
.catalog-product-view .product-add-form,
.catalog-product-view #product_addtocart_form {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.catalog-product-view .box-tocart .fieldset {
    display: block !important;
    margin: 0 !important;
}

.catalog-product-view .box-tocart .field.qty {
    margin: 0 0 22px !important;
}

.catalog-product-view .box-tocart label,
.catalog-product-view .product-info-main label {
    color: rgba(255,255,255,.82) !important;
    font-weight: 800 !important;
    font-size: 13px !important;
}

.catalog-product-view .product-info-main input.qty {
    width: 72px !important;
    height: 48px !important;
    border-radius: 10px !important;
    border: 0 !important;
    background: #fff !important;
    color: #111 !important;
    font-weight: 800 !important;
    text-align: center !important;
}

.catalog-product-view .box-tocart .actions {
    display: block !important;
    margin: 0 !important;
}

.catalog-product-view .box-tocart .action.tocart,
.catalog-product-view .box-tocart .action.primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 56px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #97f000, #b7ff19) !important;
    border: 0 !important;
    color: #102000 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    font-size: 15px !important;
    cursor: pointer !important;
    box-shadow: 0 16px 36px rgba(151,240,0,.20) !important;
    transition: box-shadow .2s, transform .1s !important;
}

.catalog-product-view .box-tocart .action.tocart:hover,
.catalog-product-view .box-tocart .action.primary:hover {
    box-shadow: 0 20px 44px rgba(151,240,0,.30) !important;
    transform: translateY(-1px) !important;
}

.catalog-product-view .product.attribute.overview,
.catalog-product-view .product-info-main .product.attribute.overview .value,
.catalog-product-view .product-info-main p {
    color: rgba(255,255,255,.78) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.catalog-product-view .product.info.detailed {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 36px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    overflow: visible !important;
}

.catalog-product-view .product.data.items {
    background: #fff !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.08) !important;
    overflow: hidden !important;
}

.catalog-product-view .product.data.items > .item.title > .switch {
    background: #f6f6f6 !important;
    color: #111 !important;
    font-weight: 900 !important;
    border: 0 !important;
}

.catalog-product-view .product.data.items > .item.title.active > .switch {
    background: #fff !important;
    color: #111 !important;
}

.catalog-product-view .product.data.items > .item.content {
    background: #fff !important;
    color: #1f2933 !important;
    padding: 28px !important;
    border: 0 !important;
}

.catalog-product-view .product.data.items > .item.content,
.catalog-product-view .product.data.items > .item.content p,
.catalog-product-view .product.data.items > .item.content div,
.catalog-product-view .product.data.items > .item.content span {
    color: #1f2933 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.catalog-product-view .header.content {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

@media (max-width: 900px) {
    .catalog-product-view main.page-main {
        padding: 28px 16px 56px !important;
    }

    .catalog-product-view .column.main {
        display: block !important;
    }

    .catalog-product-view .product.media,
    .catalog-product-view .product-info-main {
        width: 100% !important;
        margin: 0 0 24px !important;
    }

    .catalog-product-view .product.info.detailed {
        grid-column: auto !important;
    }
}

/* =========================================================
   ACE PDP VISUAL REFINEMENT FINAL — 2026-06-05
   Refinamento visual sobre a PDP nativa Magento.
   Corrige proporção, imagem cortada/zoomada e acabamento geral.
   ========================================================= */

body.catalog-product-view {
    background: #f4f6f2 !important;
}

.catalog-product-view main.page-main {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 48px 20px 72px !important;
    background: transparent !important;
}

.catalog-product-view .columns,
.catalog-product-view .column.main {
    width: 100% !important;
    max-width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
}

.catalog-product-view .column.main {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
    gap: 32px !important;
    align-items: start !important;
}

/* Card da imagem: menor, mais limpo e sem cara de bloco estourado */
.catalog-product-view .product.media {
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 500px !important;
    margin: 0 !important;
    padding: 28px !important;
    background: #fff !important;
    border: 1px solid rgba(10, 20, 10, .08) !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.08) !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Força a galeria nativa a se comportar como imagem de produto, não como banner cropado */
.catalog-product-view .gallery-placeholder,
.catalog-product-view .fotorama,
.catalog-product-view .fotorama__wrap,
.catalog-product-view .fotorama__stage,
.catalog-product-view .fotorama__stage__shaft,
.catalog-product-view .fotorama__stage__frame {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;
}

.catalog-product-view .fotorama__stage {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
    overflow: hidden !important;
}

.catalog-product-view .fotorama__stage__shaft,
.catalog-product-view .fotorama__stage__frame {
    width: 100% !important;
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
}

.catalog-product-view .gallery-placeholder__image,
.catalog-product-view .fotorama__img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;

    width: auto !important;
    height: auto !important;
    max-width: 92% !important;
    max-height: 92% !important;

    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
}

/* Miniaturas da galeria */
.catalog-product-view .fotorama__nav-wrap {
    margin-top: 16px !important;
}

.catalog-product-view .fotorama__thumb {
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid rgba(0,0,0,.08) !important;
}

/* Card de informações: mais elegante e menos bruto */
.catalog-product-view .product-info-main {
    float: none !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 32px 32px 34px !important;
    background: linear-gradient(145deg, #071008 0%, #101b12 100%) !important;
    color: #fff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(151,240,0,.16) !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.16) !important;
    overflow: visible !important;
}

.catalog-product-view .product-info-main .page-title,
.catalog-product-view .product-info-main .page-title span,
.catalog-product-view .product-info-main .base {
    color: #fff !important;
    font-size: 27px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    margin: 0 0 8px !important;
}

.catalog-product-view .product-info-main .product-reviews-summary,
.catalog-product-view .product-info-main .reviews-actions,
.catalog-product-view .product-info-main .reviews-actions a {
    color: rgba(255,255,255,.72) !important;
    font-size: 12px !important;
    margin-bottom: 10px !important;
}

.catalog-product-view .product-info-price {
    display: block !important;
    margin: 18px 0 26px !important;
    padding: 0 0 22px !important;
    border-bottom: 1px solid rgba(255,255,255,.14) !important;
}

.catalog-product-view .product-info-main .price-box .price,
.catalog-product-view .product-info-main .price-wrapper .price,
.catalog-product-view .product-info-main .regular-price .price,
.catalog-product-view .product-info-main .special-price .price {
    color: #97f000 !important;
    font-size: 31px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
}

/* Estoque e SKU em bloco mais organizado */
.catalog-product-view .product-info-stock-sku {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 3px !important;
    color: rgba(255,255,255,.8) !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
}

.catalog-product-view .stock,
.catalog-product-view .stock span,
.catalog-product-view .sku,
.catalog-product-view .sku .type,
.catalog-product-view .sku .value {
    color: rgba(255,255,255,.8) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}

/* Quantidade e botão */
.catalog-product-view .product-add-form,
.catalog-product-view #product_addtocart_form,
.catalog-product-view .box-tocart {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.catalog-product-view .box-tocart {
    margin-top: 10px !important;
}

.catalog-product-view .box-tocart .fieldset {
    margin: 0 !important;
}

.catalog-product-view .box-tocart .field.qty {
    margin: 0 0 22px !important;
}

.catalog-product-view .box-tocart label,
.catalog-product-view .product-info-main label {
    color: rgba(255,255,255,.82) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.catalog-product-view .product-info-main input.qty {
    width: 68px !important;
    height: 46px !important;
    border-radius: 10px !important;
    border: 0 !important;
    background: #fff !important;
    color: #111 !important;
    text-align: center !important;
    font-weight: 900 !important;
}

.catalog-product-view .box-tocart .actions {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.catalog-product-view .box-tocart .action.tocart,
.catalog-product-view .box-tocart .action.primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 54px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #97f000, #c0ff22) !important;
    border: 0 !important;
    color: #102000 !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
    box-shadow: 0 14px 34px rgba(151,240,0,.22) !important;
}

.catalog-product-view .box-tocart .action.tocart:hover,
.catalog-product-view .box-tocart .action.primary:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 18px 42px rgba(151,240,0,.32) !important;
}

/* Descrição curta dentro do card */
.catalog-product-view .product.attribute.overview,
.catalog-product-view .product-info-main .product.attribute.overview .value,
.catalog-product-view .product-info-main p {
    color: rgba(255,255,255,.76) !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

/* Detalhes abaixo: mais próximo de uma seção limpa, sem bloco pesado */
.catalog-product-view .product.info.detailed {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 34px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.catalog-product-view .product.data.items {
    background: #fff !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 38px rgba(0,0,0,.06) !important;
    overflow: hidden !important;
    border: 1px solid rgba(0,0,0,.05) !important;
}

.catalog-product-view .product.data.items > .item.title > .switch {
    background: #f5f5f5 !important;
    color: #111 !important;
    font-weight: 900 !important;
    border: 0 !important;
    padding: 15px 26px !important;
}

.catalog-product-view .product.data.items > .item.title.active > .switch {
    background: #fff !important;
    color: #111 !important;
}

.catalog-product-view .product.data.items > .item.content {
    background: #fff !important;
    color: #26313a !important;
    padding: 26px 30px !important;
    border: 0 !important;
}

.catalog-product-view .product.data.items > .item.content,
.catalog-product-view .product.data.items > .item.content p,
.catalog-product-view .product.data.items > .item.content div,
.catalog-product-view .product.data.items > .item.content span {
    color: #26313a !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* Responsivo */
@media (max-width: 900px) {
    .catalog-product-view main.page-main {
        padding: 28px 16px 56px !important;
    }

    .catalog-product-view .column.main {
        display: block !important;
    }

    .catalog-product-view .product.media,
    .catalog-product-view .product-info-main {
        width: 100% !important;
        margin: 0 0 24px !important;
    }

    .catalog-product-view .fotorama__stage,
    .catalog-product-view .fotorama__stage__shaft,
    .catalog-product-view .fotorama__stage__frame {
        height: 420px !important;
        min-height: 420px !important;
        max-height: 420px !important;
    }
}

/* =========================================================
   ACE PDP PERFECT DYNAMIC FINAL — 2026-06-05
   Volta o visual aprovado da PDP custom, mas com dados reais.
   Esconde a PDP nativa apenas quando a PDP dinâmica está ativa.
   ========================================================= */

.catalog-product-view .column.main {
    display: block !important;
}

.catalog-product-view .column.main > .product.media,
.catalog-product-view .column.main > .product-info-main,
.catalog-product-view .column.main > .product.info.detailed,
.catalog-product-view .column.main > .page-title-wrapper.product {
    display: none !important;
}

.catalog-product-view main.page-main {
    max-width: 1220px !important;
    margin: 0 auto !important;
    padding: 42px 24px 72px !important;
    background: transparent !important;
}

body.catalog-product-view,
.catalog-product-view {
    background: #f4f6f2 !important;
}

.ace-pdp-perfect,
.ace-pdp-perfect * {
    box-sizing: border-box;
}

.ace-pdp-perfect {
    width: 100%;
    color: #101510;
}

.ace-pdp-perfect__breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 22px;
    color: #6d756b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ace-pdp-perfect__breadcrumb a {
    color: #1b211b;
    text-decoration: none;
}

.ace-pdp-perfect__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 34px;
    align-items: start;
}

.ace-pdp-perfect__gallery {
    position: relative;
    min-height: 560px;
    padding: 34px 62px 28px;
    background: #fff;
    border: 1px solid rgba(10, 20, 10, .08);
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(0,0,0,.10);
    overflow: hidden;
}

.ace-pdp-perfect__main-image {
    height: 455px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ace-pdp-perfect__main-image img {
    display: block;
    max-width: 92%;
    max-height: 92%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ace-pdp-perfect__gallery-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #1b211b;
    font-size: 42px;
    line-height: 32px;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0,0,0,.10);
}

.ace-pdp-perfect__gallery-arrow--prev {
    left: 22px;
}

.ace-pdp-perfect__gallery-arrow--next {
    right: 22px;
}

.ace-pdp-perfect__thumbs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
}

.ace-pdp-perfect__thumb {
    width: 68px;
    height: 68px;
    padding: 6px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    opacity: .72;
}

.ace-pdp-perfect__thumb.is-active {
    opacity: 1;
    border-color: #97f000;
    box-shadow: 0 0 0 3px rgba(151,240,0,.20);
}

.ace-pdp-perfect__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ace-pdp-perfect__info {
    padding: 34px 34px 38px;
    min-height: 500px;
    background:
        radial-gradient(circle at top right, rgba(151,240,0,.16), transparent 32%),
        linear-gradient(145deg, #071008 0%, #101b12 100%);
    color: #fff;
    border-radius: 28px;
    border: 1px solid rgba(151,240,0,.18);
    box-shadow: 0 26px 70px rgba(0,0,0,.18);
}

.ace-pdp-perfect__tag {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 12px;
    background: rgba(151,240,0,.12);
    border: 1px solid rgba(151,240,0,.22);
    border-radius: 999px;
    color: #b7ff19;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.ace-pdp-perfect__info h1 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ace-pdp-perfect__review {
    color: rgba(255,255,255,.70);
    font-size: 13px;
    font-weight: 700;
}

.ace-pdp-perfect__price-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin: 24px 0 28px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ace-pdp-perfect__price {
    color: #97f000;
    font-size: 36px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .02em;
}

.ace-pdp-perfect__stock {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    padding-top: 3px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ace-pdp-perfect__stock strong {
    color: #fff;
}

.ace-pdp-perfect__form {
    margin: 0 0 28px;
}

.ace-pdp-perfect__form label {
    display: block;
    margin: 0 0 10px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 900;
}

.ace-pdp-perfect__qty {
    width: 72px;
    height: 48px;
    margin: 0 0 22px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    color: #111;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
}

.ace-pdp-perfect__buy {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #97f000, #c0ff22);
    color: #102000;
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .06em;
    cursor: pointer;
    box-shadow: 0 16px 38px rgba(151,240,0,.24);
}

.ace-pdp-perfect__buy:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 48px rgba(151,240,0,.32);
}

.ace-pdp-perfect__buy:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.ace-pdp-perfect__summary {
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.68;
}

.ace-pdp-perfect__details {
    margin: 38px 0 0;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 18px 50px rgba(0,0,0,.07);
    overflow: hidden;
}

.ace-pdp-perfect__tabs {
    display: flex;
    background: #f6f6f6;
}

.ace-pdp-perfect__tabs button {
    min-width: 140px;
    padding: 18px 26px;
    border: 0;
    background: transparent;
    color: #111;
    font-weight: 950;
    cursor: default;
}

.ace-pdp-perfect__tabs button.is-active {
    background: #fff;
}

.ace-pdp-perfect__details-content {
    padding: 30px 34px 34px;
    color: #26313a;
    font-size: 14px;
    line-height: 1.75;
}

.ace-pdp-perfect__details-content,
.ace-pdp-perfect__details-content p,
.ace-pdp-perfect__details-content div,
.ace-pdp-perfect__details-content span,
.ace-pdp-perfect__details-content li {
    color: #26313a;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 900px) {
    .catalog-product-view main.page-main {
        padding: 28px 16px 56px !important;
    }

    .ace-pdp-perfect__grid {
        display: block;
    }

    .ace-pdp-perfect__gallery,
    .ace-pdp-perfect__info {
        margin-bottom: 24px;
    }

    .ace-pdp-perfect__gallery {
        min-height: 430px;
        padding: 24px 48px;
    }

    .ace-pdp-perfect__main-image {
        height: 350px;
    }

    .ace-pdp-perfect__info h1 {
        font-size: 27px;
    }

    .ace-pdp-perfect__price {
        font-size: 31px;
    }
}

/* =========================================================
   ACE PDP ORIGINAL VISUAL DYNAMIC OVERRIDE — 2026-06-05
   Usa a estrutura visual antiga ace-pdp-mock, mas com dados reais.
   ========================================================= */

.catalog-product-view .ace-pdp-perfect {
    display: none !important;
}

.catalog-product-view .ace-pdp-mock.ace-pdp-original-dynamic {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.catalog-product-view .column.main > .product.media,
.catalog-product-view .column.main > .product-info-main,
.catalog-product-view .column.main > .product.info.detailed,
.catalog-product-view .column.main > .page-title-wrapper.product {
    display: none !important;
}

.catalog-product-view .ace-pdp-mock.ace-pdp-original-dynamic .ace-pdp-main {
    display: grid !important;
    grid-template-columns: minmax(420px, 1.15fr) minmax(330px, .86fr) 310px !important;
    gap: 24px !important;
    align-items: start !important;
}

.catalog-product-view .ace-pdp-mock.ace-pdp-original-dynamic .ace-pdp-main-image img {
    object-fit: contain !important;
}

.catalog-product-view .ace-pdp-mock.ace-pdp-original-dynamic .ace-pdp-options,
.catalog-product-view .ace-pdp-mock.ace-pdp-original-dynamic .ace-pdp-color-list,
.catalog-product-view .ace-pdp-mock.ace-pdp-original-dynamic .ace-pdp-size-list {
    display: none !important;
}

@media (max-width: 1100px) {
    .catalog-product-view .ace-pdp-mock.ace-pdp-original-dynamic .ace-pdp-main {
        grid-template-columns: 1fr !important;
    }
}


/* ACE TENNIS HOME FASE 1.1 — INICIO */

:root {
  --ace-h11-black: #0b0b0c;
  --ace-h11-white: #ffffff;
  --ace-h11-text: #151515;
  --ace-h11-muted: #767676;
  --ace-h11-line: #e6e6e3;
  --ace-h11-green: #97f000;
  --ace-h11-green-dark: #6fb900;
  --ace-h11-red: #d71920;
  --ace-h11-container: 1420px;
}

.cms-index-index,
.cms-index-index body,
.cms-index-index .page-wrapper {
  background: #fff !important;
}

.cms-index-index .page-main {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cms-index-index .columns,
.cms-index-index .columns .column.main {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cms-index-index .page-title-wrapper,
.cms-index-index .breadcrumbs {
  display: none !important;
}

.ace-h11-top-strip,
.ace-h11-site-header,
.ace-h11-hero-slider,
.ace-h11-benefits,
.ace-h11-products {
  font-family: Inter, Montserrat, Arial, Helvetica, sans-serif !important;
}

.ace-h11-container {
  width: min(var(--ace-h11-container), calc(100% - 48px));
  margin: 0 auto;
}

.ace-h11-top-strip {
  background: var(--ace-h11-black);
  color: var(--ace-h11-white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
}

.ace-h11-top-strip .ace-h11-container {
  min-height: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 18px;
}

.ace-h11-top-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.ace-h11-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--ace-h11-line);
}

.ace-h11-main-header {
  min-height: 86px;
  display: grid;
  grid-template-columns: 220px minmax(240px, 1fr) 220px;
  align-items: center;
  gap: 36px;
}

.ace-h11-logo {
  display: inline-grid;
  line-height: 1;
  width: max-content;
  color: var(--ace-h11-text) !important;
  text-decoration: none !important;
}

.ace-h11-logo strong {
  font-size: 32px;
  letter-spacing: .08em;
  font-weight: 950;
}

.ace-h11-logo strong span {
  color: var(--ace-h11-green-dark);
}

.ace-h11-logo small {
  margin-top: 4px;
  font-size: 12px;
  color: var(--ace-h11-muted);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ace-h11-search {
  height: 48px;
  display: flex;
  align-items: center;
  background: #f4f4f3;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 12px 0 24px;
  transition: .2s ease;
}

.ace-h11-search:focus-within {
  background: #fff;
  border-color: #cfcfca;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.ace-h11-search input {
  width: 100%;
  height: 44px;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  font-size: 15px;
  color: var(--ace-h11-text);
  box-shadow: none !important;
}

.ace-h11-search input::placeholder {
  color: #9a9a96;
}

.ace-h11-search button {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #8a8a86;
  font-size: 24px;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
}

.ace-h11-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: #505050;
}

.ace-h11-icon {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: .2s ease;
  color: #505050 !important;
  text-decoration: none !important;
  font-size: 18px;
}

.ace-h11-icon:hover {
  background: #f1f1ee;
  color: #111 !important;
}

.ace-h11-badge-count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.ace-h11-menu-row {
  border-top: 1px solid var(--ace-h11-line);
  background: #fff;
}

.ace-h11-nav {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ace-h11-nav a {
  min-width: 112px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  color: #292929 !important;
  font-size: 14px;
  font-weight: 800;
  transition: .22s ease;
  white-space: nowrap;
  text-decoration: none !important;
}

.ace-h11-nav a:hover,
.ace-h11-nav a.active {
  background: var(--ace-h11-black);
  color: #fff !important;
}

.ace-h11-nav a.sale {
  color: var(--ace-h11-red) !important;
}

.ace-h11-nav a.sale:hover {
  color: #fff !important;
  background: var(--ace-h11-red);
}

.ace-h11-hero-slider {
  position: relative;
  overflow: hidden;
  background: #e9e9e6;
  min-height: 520px;
}

.ace-h11-slides {
  display: flex;
  width: 100%;
  transition: transform .7s cubic-bezier(.2,.75,.2,1);
}

.ace-h11-slide {
  flex: 0 0 100%;
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 68% 45%, rgba(255,255,255,.9) 0 14%, transparent 34%),
    linear-gradient(90deg, #f2f2ef 0%, #e7e7e4 52%, #dededb 100%);
}

.ace-h11-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: radial-gradient(circle, rgba(0,0,0,.14) 1.4px, transparent 1.7px);
  background-size: 18px 18px;
  background-position: 20% 90%;
  mask-image: radial-gradient(circle at 20% 90%, #000 0 12%, transparent 20%);
  pointer-events: none;
}

.ace-h11-slide-inner {
  position: relative;
  width: min(1180px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 24px;
  min-height: 520px;
}

.ace-h11-hero-copy {
  position: relative;
  z-index: 2;
  padding-left: 24px;
}

.ace-h11-eyebrow {
  margin: 0 0 10px;
  color: var(--ace-h11-green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.ace-h11-hero-title {
  margin: 0;
  max-width: 620px;
  font-size: clamp(42px, 5.3vw, 78px);
  line-height: .96;
  letter-spacing: -.045em;
  font-weight: 950;
  text-transform: uppercase;
  color: #111 !important;
}

.ace-h11-hero-title .outline {
  color: transparent;
  -webkit-text-stroke: 1.6px #111;
  text-stroke: 1.6px #111;
}

.ace-h11-hero-text {
  margin: 22px 0 0;
  max-width: 470px;
  color: #62625f;
  font-size: 17px;
  line-height: 1.55;
}

.ace-h11-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ace-h11-btn {
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 18px;
  padding: 0 28px;
  cursor: pointer;
  font-weight: 900;
  transition: .22s ease;
  text-decoration: none !important;
}

.ace-h11-btn-dark {
  background: #000;
  color: #fff !important;
  box-shadow: 0 18px 35px rgba(0,0,0,.16);
}

.ace-h11-btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(0,0,0,.22);
}

.ace-h11-btn-light {
  background: #fff;
  color: #111 !important;
  border: 1px solid #dadad6;
}

.ace-h11-hero-art {
  position: relative;
  height: 430px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.ace-h11-hero-art::before {
  content: "ACE";
  position: absolute;
  top: 42px;
  right: 30px;
  color: rgba(0,0,0,.055);
  font-size: clamp(96px, 13vw, 190px);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -.08em;
  z-index: -2;
}

.ace-h11-hero-art::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 2%;
  bottom: 58px;
  height: 32px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,.22), transparent 68%);
  filter: blur(6px);
  opacity: .7;
  z-index: -1;
}

.ace-h11-shoe,
.ace-h11-racket,
.ace-h11-bag {
  position: relative;
  filter: drop-shadow(0 34px 44px rgba(0,0,0,.22));
}

.ace-h11-shoe {
  width: min(650px, 95%);
  height: 210px;
  transform: rotate(-10deg) translateY(-8px);
}

.ace-h11-shoe-sole {
  position: absolute;
  left: 42px;
  right: 18px;
  bottom: 16px;
  height: 44px;
  background: linear-gradient(90deg, #101010, #202020 42%, #0d0d0d);
  border-radius: 20px 70px 38px 30px;
}

.ace-h11-shoe-body {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 48px;
  height: 134px;
  background: linear-gradient(135deg, #fafafa 0%, #e6e6e4 50%, #c9c9c6 100%);
  border-radius: 125px 205px 60px 80px;
  border: 1px solid rgba(0,0,0,.08);
  overflow: hidden;
}

.ace-h11-shoe-body::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 54px;
  width: 260px;
  height: 32px;
  border-radius: 50px;
  background: linear-gradient(90deg, #101010, #222);
  transform: rotate(-9deg);
}

.ace-h11-shoe-body::after {
  content: "";
  position: absolute;
  right: 45px;
  top: 0;
  width: 145px;
  height: 150px;
  background: linear-gradient(135deg, var(--ace-h11-green), var(--ace-h11-green-dark));
  transform: skewX(-15deg);
  opacity: .92;
}

.ace-h11-shoe-laces {
  position: absolute;
  left: 190px;
  top: 48px;
  width: 170px;
  height: 68px;
  border-radius: 18px;
  background:
    repeating-linear-gradient(145deg, transparent 0 14px, rgba(255,255,255,.95) 15px 19px),
    rgba(0,0,0,.05);
  transform: rotate(-6deg);
}

.ace-h11-racket {
  width: min(570px, 92%);
  height: 350px;
  transform: rotate(-18deg) translateY(8px);
}

.ace-h11-racket-head {
  position: absolute;
  width: 260px;
  height: 345px;
  left: 55px;
  top: 0;
  border: 18px solid #111;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,.7) 49% 51%, transparent 52%),
    repeating-linear-gradient(90deg, transparent 0 20px, rgba(0,0,0,.2) 21px 23px),
    repeating-linear-gradient(0deg, transparent 0 20px, rgba(0,0,0,.16) 21px 23px),
    rgba(255,255,255,.35);
}

.ace-h11-racket-throat {
  position: absolute;
  left: 267px;
  top: 255px;
  width: 88px;
  height: 62px;
  border-left: 20px solid #111;
  border-right: 20px solid #111;
  transform: rotate(28deg);
}

.ace-h11-racket-handle {
  position: absolute;
  left: 348px;
  top: 286px;
  width: 190px;
  height: 38px;
  border-radius: 28px;
  background: repeating-linear-gradient(90deg, #111 0 18px, #2d2d2d 19px 28px);
  transform: rotate(28deg);
}

.ace-h11-ball {
  position: absolute;
  width: 68px;
  height: 68px;
  right: 86px;
  top: 84px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #dfff72, var(--ace-h11-green) 55%, var(--ace-h11-green-dark));
  box-shadow: 0 20px 38px rgba(111,185,0,.34);
}

.ace-h11-bag {
  width: min(560px, 92%);
  height: 315px;
  transform: rotate(-8deg) translateY(5px);
}

.ace-h11-bag-body {
  position: absolute;
  left: 48px;
  right: 50px;
  top: 58px;
  height: 220px;
  border-radius: 70px 120px 90px 86px;
  background: linear-gradient(135deg, #101010 0%, #222 48%, #0b0b0b 100%);
  overflow: hidden;
}

.ace-h11-bag-body::before {
  content: "";
  position: absolute;
  inset: 20px 70px 30px 36px;
  border-radius: 55px 95px 80px 70px;
  border: 3px solid rgba(255,255,255,.18);
}

.ace-h11-bag-body::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 100%;
  background: linear-gradient(135deg, var(--ace-h11-green), var(--ace-h11-green-dark));
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.ace-h11-bag-strap {
  position: absolute;
  left: 95px;
  top: 38px;
  width: 330px;
  height: 120px;
  border: 18px solid #222;
  border-bottom: 0;
  border-radius: 160px 160px 0 0;
}

.ace-h11-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  color: #111;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
  transition: .2s ease;
  font-size: 34px;
  line-height: 1;
}

.ace-h11-slider-arrow:hover {
  background: #111;
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

.ace-h11-slider-arrow.prev {
  left: 28px;
}

.ace-h11-slider-arrow.next {
  right: 28px;
}

.ace-h11-dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
}

.ace-h11-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  cursor: pointer;
  transition: .22s ease;
  padding: 0;
}

.ace-h11-dot.active {
  width: 30px;
  background: #fff;
}

.ace-h11-benefits {
  background: #fff;
  border-bottom: 1px solid var(--ace-h11-line);
}

.ace-h11-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 118px;
}

.ace-h11-benefit {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  border-right: 1px solid var(--ace-h11-line);
}

.ace-h11-benefit:last-child {
  border-right: 0;
}

.ace-h11-benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: #f4f4f3;
  display: grid;
  place-items: center;
  color: #111;
  font-weight: 900;
}

.ace-h11-benefit strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: #111;
}

.ace-h11-benefit span {
  display: block;
  color: #868682;
  font-size: 14px;
  line-height: 1.35;
}

.ace-h11-products {
  background: #fafafa;
  padding: 64px 0 76px;
}

.ace-h11-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.ace-h11-section-head h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #111;
  font-weight: 950;
}

.ace-h11-section-head p {
  margin: 0;
  max-width: 500px;
  color: #70706c;
  line-height: 1.55;
}

.ace-h11-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ace-h11-product-card {
  background: #fff;
  border: 1px solid #ededeb;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0,0,0,.06);
  transition: .22s ease;
}

.ace-h11-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0,0,0,.10);
}

.ace-h11-product-img {
  height: 260px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f5f5f2, #e9e9e5);
  text-decoration: none !important;
}

.ace-h11-product-img img {
  max-width: 86%;
  max-height: 86%;
  object-fit: contain;
  transition: .22s ease;
}

.ace-h11-product-card:hover .ace-h11-product-img img {
  transform: scale(1.04) rotate(-2deg);
}

.ace-h11-product-img span {
  font-size: 52px;
  color: #111;
  font-weight: 950;
  letter-spacing: -.08em;
}

.ace-h11-product-info {
  padding: 20px 20px 22px;
}

.ace-h11-product-name {
  display: block;
  min-height: 44px;
  color: #161616 !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
}

.ace-h11-product-price {
  margin-top: 12px;
  color: #111;
  font-size: 22px;
  font-weight: 950;
}

.ace-h11-product-btn {
  margin-top: 16px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 15px;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.ace-h11-empty-products {
  background: #fff;
  border: 1px dashed #cfcfca;
  border-radius: 22px;
  padding: 26px;
  color: #777;
}

@media (max-width: 1100px) {
  .ace-h11-top-strip .ace-h11-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 6px 0;
  }

  .ace-h11-main-header {
    grid-template-columns: 180px 1fr auto;
    gap: 22px;
  }

  .ace-h11-nav {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 8px 0;
  }

  .ace-h11-slide-inner {
    grid-template-columns: 1fr 1fr;
  }

  .ace-h11-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ace-h11-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ace-h11-container {
    width: min(100% - 28px, var(--ace-h11-container));
  }

  .ace-h11-top-strip .ace-h11-container {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 6px;
  }

  .ace-h11-top-item:nth-child(n+3) {
    display: none;
  }

  .ace-h11-main-header {
    min-height: auto;
    padding: 16px 0;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .ace-h11-logo strong {
    font-size: 24px;
  }

  .ace-h11-logo small {
    font-size: 10px;
  }

  .ace-h11-search {
    grid-column: 1 / -1;
    order: 3;
    height: 44px;
  }

  .ace-h11-header-actions {
    gap: 6px;
  }

  .ace-h11-header-actions .ace-h11-icon:first-child {
    display: none;
  }

  .ace-h11-nav a {
    min-width: auto;
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .ace-h11-hero-slider,
  .ace-h11-slide {
    min-height: 650px;
  }

  .ace-h11-slide-inner {
    width: min(100% - 28px, 600px);
    min-height: 650px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 10px;
  }

  .ace-h11-hero-copy {
    padding-left: 0;
    padding-top: 28px;
  }

  .ace-h11-hero-title {
    font-size: clamp(38px, 12vw, 58px);
  }

  .ace-h11-hero-text {
    font-size: 15px;
  }

  .ace-h11-hero-art {
    height: 280px;
  }

  .ace-h11-products-grid {
    grid-template-columns: 1fr;
  }

  .ace-h11-section-head {
    display: block;
  }

  .ace-h11-section-head > p {
    margin-top: 10px;
  }

  .ace-h11-benefits-grid {
    grid-template-columns: 1fr;
  }

  .ace-h11-benefit {
    border-right: 0;
    border-bottom: 1px solid var(--ace-h11-line);
    padding: 20px 0;
  }

  .ace-h11-benefit:last-child {
    border-bottom: 0;
  }
}

/* ACE TENNIS HOME FASE 1.1 — FIM */

/* ACE TENNIS HOME FASE 1.1 — FONT FADE FIX — INICIO */

/* Banner agora troca por fade/crossfade, sem deslocamento lateral */
.cms-index-index .ace-h11-hero-slider {
  min-height: 520px !important;
  background: #ececea !important;
}

.cms-index-index .ace-h11-slides {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  min-height: 520px !important;
  transform: none !important;
  overflow: hidden !important;
}

.cms-index-index .ace-h11-slide {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  align-items: center !important;
  min-height: 520px !important;
  width: 100% !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 1 !important;
  transform: scale(1.018) !important;
  transition:
    opacity 1050ms ease,
    visibility 1050ms ease,
    transform 1350ms ease !important;
}

.cms-index-index .ace-h11-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2 !important;
  transform: scale(1) !important;
}

/* Tipografia inspirada no exemplo: serifada, elegante e menos pesada */
.cms-index-index .ace-h11-hero-title {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: clamp(64px, 7.4vw, 118px) !important;
  line-height: .82 !important;
  letter-spacing: -.075em !important;
  color: #151515 !important;
  max-width: 560px !important;
}

.cms-index-index .ace-h11-hero-title span {
  display: block !important;
  color: #151515 !important;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
}

.cms-index-index .ace-h11-hero-title .outline {
  color: #151515 !important;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
}

.cms-index-index .ace-h11-eyebrow {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: .32em !important;
  font-weight: 900 !important;
  color: #65b300 !important;
}

.cms-index-index .ace-h11-hero-text {
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: 24px !important;
  max-width: 475px !important;
  color: #6d6d67 !important;
  font-size: 21px !important;
  line-height: 1.34 !important;
  font-weight: 400 !important;
  letter-spacing: -.015em !important;
}

.cms-index-index .ace-h11-hero-copy {
  padding-left: 24px !important;
}

.cms-index-index .ace-h11-btn {
  font-family: Arial, Helvetica, sans-serif !important;
  border-radius: 0 !important;
  min-width: 150px !important;
  height: 56px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: .02em !important;
}

.cms-index-index .ace-h11-btn-dark {
  background: #111 !important;
  color: #fff !important;
}

.cms-index-index .ace-h11-btn-light {
  background: transparent !important;
  color: #111 !important;
  border: 1px solid #111 !important;
}

/* Mantém setas fixas, sem interferir no fade */
.cms-index-index .ace-h11-slider-arrow {
  z-index: 8 !important;
}

.cms-index-index .ace-h11-dots {
  z-index: 9 !important;
}

/* Suaviza visual geral do banner */
.cms-index-index .ace-h11-slide::before {
  opacity: .18 !important;
}

/* Mobile */
@media (max-width: 760px) {
  .cms-index-index .ace-h11-hero-slider,
  .cms-index-index .ace-h11-slides,
  .cms-index-index .ace-h11-slide {
    min-height: 650px !important;
  }

  .cms-index-index .ace-h11-hero-title {
    font-size: clamp(54px, 16vw, 82px) !important;
    line-height: .84 !important;
  }

  .cms-index-index .ace-h11-hero-text {
    font-size: 17px !important;
  }
}

/* ACE TENNIS HOME FASE 1.1 — FONT FADE FIX — FIM */

/* ACE TENNIS HOME FASE 1.1 — AUTO FADE FONT V2 — INICIO */

/* Fade automático mais longo e mais suave */
.cms-index-index .ace-h11-slides {
  display: block !important;
  position: relative !important;
  min-height: 520px !important;
  transform: none !important;
  overflow: hidden !important;
}

.cms-index-index .ace-h11-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  min-height: 520px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 1 !important;
  transform: scale(1.025) !important;
  transition:
    opacity 2100ms cubic-bezier(.22,.61,.36,1),
    visibility 2100ms cubic-bezier(.22,.61,.36,1),
    transform 3600ms cubic-bezier(.22,.61,.36,1) !important;
}

.cms-index-index .ace-h11-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2 !important;
  transform: scale(1) !important;
}

/* Fonte mais próxima da inspiração: serifada fina, editorial, premium */
.cms-index-index .ace-h11-hero-title {
  font-family: "Libre Bodoni", "Bodoni 72", "Bodoni MT", Didot, Georgia, "Times New Roman", serif !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: clamp(76px, 7.8vw, 128px) !important;
  line-height: .80 !important;
  letter-spacing: -.085em !important;
  color: #151515 !important;
  max-width: 610px !important;
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
}

.cms-index-index .ace-h11-hero-title span,
.cms-index-index .ace-h11-hero-title .outline {
  display: block !important;
  color: #151515 !important;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
  font-family: inherit !important;
  font-weight: 400 !important;
}

/* Subtítulo mais parecido com a referência */
.cms-index-index .ace-h11-hero-text {
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: 28px !important;
  max-width: 540px !important;
  color: #6d6d67 !important;
  font-size: clamp(22px, 1.9vw, 31px) !important;
  line-height: 1.22 !important;
  font-weight: 400 !important;
  letter-spacing: -.025em !important;
}

/* Botão mais minimalista, como referência */
.cms-index-index .ace-h11-btn {
  border-radius: 0 !important;
  min-width: 164px !important;
  height: 58px !important;
  padding: 0 30px !important;
  font-family: "Courier New", monospace !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
}

.cms-index-index .ace-h11-btn-dark {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
}

.cms-index-index .ace-h11-btn-light {
  background: transparent !important;
  color: #111 !important;
  border: 1px solid #111 !important;
}

/* Eyebrow pequeno e sofisticado */
.cms-index-index .ace-h11-eyebrow {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: .34em !important;
  font-weight: 900 !important;
  color: #65b300 !important;
}

/* Evita qualquer deslocamento horizontal herdado */
.cms-index-index #aceH11Slides {
  transform: none !important;
}

/* Mobile */
@media (max-width: 760px) {
  .cms-index-index .ace-h11-slides,
  .cms-index-index .ace-h11-slide {
    min-height: 650px !important;
  }

  .cms-index-index .ace-h11-hero-title {
    font-size: clamp(58px, 17vw, 88px) !important;
    line-height: .82 !important;
    letter-spacing: -.07em !important;
  }

  .cms-index-index .ace-h11-hero-text {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .cms-index-index .ace-h11-btn {
    height: 52px !important;
    font-size: 15px !important;
  }
}

/* ACE TENNIS HOME FASE 1.1 — AUTO FADE FONT V2 — FIM */

/* ACE TENNIS HOME FASE 1.1 — BANNER COMPOSITION V3 — INICIO */

/* Altura maior para não cortar artes dos banners */
.cms-index-index .ace-h11-hero-slider {
  min-height: 620px !important;
  height: 620px !important;
  overflow: hidden !important;
  background: #eeeeeb !important;
}

.cms-index-index .ace-h11-slides {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  min-height: 620px !important;
  height: 620px !important;
  overflow: hidden !important;
  transform: none !important;
}

.cms-index-index .ace-h11-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  min-height: 620px !important;
  height: 620px !important;
  display: grid !important;
  align-items: center !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 1 !important;
  transform: scale(1.018) !important;
  transition:
    opacity 2600ms cubic-bezier(.22,.61,.36,1),
    visibility 2600ms cubic-bezier(.22,.61,.36,1),
    transform 4200ms cubic-bezier(.22,.61,.36,1) !important;
}

.cms-index-index .ace-h11-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2 !important;
  transform: scale(1) !important;
}

/* Container interno mais alto e mais centralizado */
.cms-index-index .ace-h11-slide-inner {
  width: min(1240px, calc(100% - 120px)) !important;
  min-height: 620px !important;
  height: 620px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: .86fr 1.14fr !important;
  align-items: center !important;
  gap: 56px !important;
}

/* Todos os slides com o mesmo padrão tipográfico */
.cms-index-index .ace-h11-hero-copy {
  padding-left: 0 !important;
  max-width: 590px !important;
  position: relative !important;
  z-index: 4 !important;
}

.cms-index-index .ace-h11-eyebrow {
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 0 0 18px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  color: #65b300 !important;
  font-weight: 900 !important;
  letter-spacing: .38em !important;
  text-transform: uppercase !important;
}

.cms-index-index .ace-h11-hero-title,
.cms-index-index .ace-h11-hero-title span,
.cms-index-index .ace-h11-hero-title .outline {
  font-family: "Cormorant Garamond", "Libre Bodoni", Didot, Georgia, "Times New Roman", serif !important;
  text-transform: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #151515 !important;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
}

.cms-index-index .ace-h11-hero-title {
  margin: 0 !important;
  max-width: 640px !important;
  font-size: clamp(82px, 7.6vw, 128px) !important;
  line-height: .78 !important;
  letter-spacing: -.055em !important;
}

.cms-index-index .ace-h11-hero-title span {
  display: block !important;
}

.cms-index-index .ace-h11-hero-text {
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 32px 0 0 !important;
  max-width: 540px !important;
  color: #686861 !important;
  font-size: clamp(21px, 1.8vw, 29px) !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  letter-spacing: -.02em !important;
}

/* Todos os botões com o mesmo padrão */
.cms-index-index .ace-h11-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 42px !important;
}

.cms-index-index .ace-h11-btn {
  min-width: 168px !important;
  height: 58px !important;
  padding: 0 30px !important;
  border-radius: 0 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  box-shadow: none !important;
  transition: .22s ease !important;
}

.cms-index-index .ace-h11-btn-dark {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
}

.cms-index-index .ace-h11-btn-light {
  background: rgba(255,255,255,.45) !important;
  color: #111 !important;
  border: 1px solid #111 !important;
}

.cms-index-index .ace-h11-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 38px rgba(0,0,0,.13) !important;
}

/* Artes com área maior e sem corte interno */
.cms-index-index .ace-h11-hero-art {
  height: 540px !important;
  min-height: 540px !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
  position: relative !important;
  isolation: isolate !important;
}

.cms-index-index .ace-h11-hero-art::before {
  top: 58px !important;
  right: 36px !important;
  font-size: clamp(120px, 13vw, 210px) !important;
  color: rgba(0,0,0,.045) !important;
}

.cms-index-index .ace-h11-hero-art::after {
  bottom: 70px !important;
}

/* Raquete reposicionada para não cortar */
.cms-index-index .ace-h11-racket {
  width: min(560px, 90%) !important;
  height: 430px !important;
  transform: rotate(-16deg) translate(0, 0) !important;
  margin: 0 auto !important;
}

.cms-index-index .ace-h11-racket-head {
  width: 255px !important;
  height: 340px !important;
  left: 62px !important;
  top: 36px !important;
  border-width: 18px !important;
}

.cms-index-index .ace-h11-racket-throat {
  left: 272px !important;
  top: 292px !important;
}

.cms-index-index .ace-h11-racket-handle {
  left: 355px !important;
  top: 324px !important;
  width: 170px !important;
}

.cms-index-index .ace-h11-ball {
  right: 86px !important;
  top: 112px !important;
}

/* Tênis e bolsa com escala segura */
.cms-index-index .ace-h11-shoe {
  width: min(610px, 90%) !important;
  height: 245px !important;
  transform: rotate(-9deg) translateY(0) !important;
  margin: 0 auto !important;
}

.cms-index-index .ace-h11-bag {
  width: min(560px, 88%) !important;
  height: 390px !important;
  transform: rotate(-7deg) translateY(0) !important;
  margin: 0 auto !important;
}

/* Setas e bolinhas acima do fade */
.cms-index-index .ace-h11-slider-arrow {
  z-index: 10 !important;
}

.cms-index-index .ace-h11-dots {
  z-index: 11 !important;
  bottom: 34px !important;
}

/* Mobile/tablet */
@media (max-width: 1100px) {
  .cms-index-index .ace-h11-hero-slider,
  .cms-index-index .ace-h11-slides,
  .cms-index-index .ace-h11-slide {
    min-height: 650px !important;
    height: 650px !important;
  }

  .cms-index-index .ace-h11-slide-inner {
    min-height: 650px !important;
    height: 650px !important;
    width: min(100% - 64px, 980px) !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }

  .cms-index-index .ace-h11-hero-title {
    font-size: clamp(72px, 9vw, 108px) !important;
  }
}

@media (max-width: 760px) {
  .cms-index-index .ace-h11-hero-slider,
  .cms-index-index .ace-h11-slides,
  .cms-index-index .ace-h11-slide {
    min-height: 760px !important;
    height: 760px !important;
  }

  .cms-index-index .ace-h11-slide-inner {
    min-height: 760px !important;
    height: 760px !important;
    width: min(100% - 28px, 600px) !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 10px !important;
  }

  .cms-index-index .ace-h11-hero-copy {
    padding-top: 12px !important;
  }

  .cms-index-index .ace-h11-hero-title {
    font-size: clamp(60px, 17vw, 92px) !important;
    line-height: .82 !important;
    letter-spacing: -.045em !important;
  }

  .cms-index-index .ace-h11-hero-text {
    font-size: 18px !important;
    line-height: 1.34 !important;
    margin-top: 22px !important;
  }

  .cms-index-index .ace-h11-hero-actions {
    margin-top: 26px !important;
  }

  .cms-index-index .ace-h11-btn {
    min-width: 145px !important;
    height: 52px !important;
    font-size: 15px !important;
  }

  .cms-index-index .ace-h11-hero-art {
    height: 330px !important;
    min-height: 330px !important;
  }

  .cms-index-index .ace-h11-racket {
    transform: rotate(-16deg) scale(.76) translateX(22px) !important;
  }

  .cms-index-index .ace-h11-shoe {
    transform: rotate(-9deg) scale(.82) !important;
  }

  .cms-index-index .ace-h11-bag {
    transform: rotate(-7deg) scale(.78) !important;
  }
}

/* ACE TENNIS HOME FASE 1.1 — BANNER COMPOSITION V3 — FIM */

/* ACE TENNIS HOME FASE 1.1 — MEGA MENU V1 — INICIO */

.cms-index-index .ace-h11-site-header,
.cms-index-index .ace-h11-menu-row,
.cms-index-index .ace-h11-main-header {
  overflow: visible !important;
}

.cms-index-index .ace-h11-site-header {
  z-index: 120 !important;
}

.cms-index-index .ace-h11-menu-row {
  position: relative !important;
  z-index: 130 !important;
}

.cms-index-index .ace-h11-mega-nav {
  position: relative !important;
  overflow: visible !important;
}

.cms-index-index .ace-h11-nav-item {
  height: 56px !important;
  display: flex !important;
  align-items: center !important;
  position: static !important;
}

.cms-index-index .ace-h11-nav-item > a {
  min-width: 112px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  color: #292929 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  transition: .22s ease !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.cms-index-index .ace-h11-nav-item > a:hover,
.cms-index-index .ace-h11-nav-item > a.active,
.cms-index-index .ace-h11-nav-item.has-mega:hover > a {
  background: #0b0b0c !important;
  color: #fff !important;
}

.cms-index-index .ace-h11-nav-item > a.sale {
  color: #d71920 !important;
}

.cms-index-index .ace-h11-nav-item.has-mega:hover > a.sale {
  background: #d71920 !important;
  color: #fff !important;
}

.cms-index-index .ace-h11-mega {
  position: absolute !important;
  top: calc(100% - 1px) !important;
  left: 50% !important;
  width: min(900px, calc(100vw - 64px)) !important;
  min-height: 286px !important;
  display: grid !important;
  grid-template-columns: 1fr 420px !important;
  gap: 0 !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.16) !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate(-50%, 14px) !important;
  transition:
    opacity .22s ease,
    visibility .22s ease,
    transform .22s ease !important;
  z-index: 160 !important;
}

.cms-index-index .ace-h11-mega::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -18px !important;
  height: 18px !important;
  background: transparent !important;
}

.cms-index-index .ace-h11-nav-item.has-mega:hover .ace-h11-mega,
.cms-index-index .ace-h11-nav-item.has-mega:focus-within .ace-h11-mega {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.cms-index-index .ace-h11-mega-list {
  padding: 28px 32px !important;
  border-right: 1px solid #ededeb !important;
}

.cms-index-index .ace-h11-mega-list strong {
  display: block !important;
  margin: 0 0 18px !important;
  color: #9a9a96 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.cms-index-index .ace-h11-mega-list a {
  min-width: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 10px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #3b3b38 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  transition: .18s ease !important;
}

.cms-index-index .ace-h11-mega-list a:hover {
  color: #111 !important;
  transform: translateX(4px) !important;
}

.cms-index-index .ace-h11-mega-list a span {
  color: #c7c7c2 !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

.cms-index-index .ace-h11-mega-list .ace-h11-mega-all {
  margin-top: 8px !important;
  color: #111 !important;
  font-weight: 850 !important;
}

.cms-index-index .ace-h11-mega-media {
  display: block !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 22px !important;
  background: #fafafa !important;
  text-decoration: none !important;
}

.cms-index-index .ace-h11-mega-visual {
  position: relative !important;
  height: 242px !important;
  width: 100% !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 72% 28%, rgba(151,240,0,.62), transparent 18%),
    linear-gradient(135deg, #f4f4f1, #e7e7e2) !important;
}

.cms-index-index .ace-h11-mega-visual::before {
  content: attr(data-label) !important;
  position: absolute !important;
  left: 24px !important;
  bottom: 22px !important;
  color: rgba(0,0,0,.12) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 58px !important;
  line-height: .9 !important;
  letter-spacing: -.06em !important;
  font-weight: 500 !important;
}

.cms-index-index .ace-h11-mega-visual::after {
  content: "" !important;
  position: absolute !important;
  right: 34px !important;
  top: 42px !important;
  width: 160px !important;
  height: 92px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #101010, #2b2b2b) !important;
  transform: rotate(-14deg) !important;
  box-shadow: 0 24px 48px rgba(0,0,0,.18) !important;
}

.cms-index-index .ace-h11-mega-visual.mega-raquetes::after {
  width: 120px !important;
  height: 170px !important;
  right: 66px !important;
  top: 24px !important;
  border: 13px solid #111 !important;
  border-radius: 50% !important;
  background:
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(0,0,0,.15) 15px 17px),
    repeating-linear-gradient(0deg, transparent 0 14px, rgba(0,0,0,.13) 15px 17px),
    rgba(255,255,255,.28) !important;
  transform: rotate(-18deg) !important;
}

.cms-index-index .ace-h11-mega-visual.mega-cordas::after {
  width: 190px !important;
  height: 190px !important;
  right: 32px !important;
  top: 26px !important;
  border: 16px solid #111 !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.cms-index-index .ace-h11-mega-visual.mega-promocoes {
  background:
    radial-gradient(circle at 76% 32%, rgba(215,25,32,.55), transparent 18%),
    linear-gradient(135deg, #fff4f4, #ededeb) !important;
}

.cms-index-index .ace-h11-mega-visual.mega-promocoes::after {
  background: #d71920 !important;
}

@media (max-width: 900px) {
  .cms-index-index .ace-h11-mega {
    display: none !important;
  }
}

/* ACE TENNIS HOME FASE 1.1 — MEGA MENU V1 — FIM */

/* ACE TENNIS HOME FASE 1.1 — TOPBAR ICONS V1 — INICIO */

/* Tarja preta: mais alta, mais legível e mais parecida com a referência */
.cms-index-index .ace-h11-top-strip {
  min-height: 42px !important;
  background: #080808 !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: -.01em !important;
  position: relative !important;
  z-index: 150 !important;
}

.cms-index-index .ace-h11-top-strip .ace-h11-container {
  min-height: 42px !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  align-items: center !important;
  gap: 22px !important;
}

.cms-index-index .ace-h11-top-item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  color: #fff !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

.cms-index-index .ace-h11-top-item svg {
  width: 18px !important;
  height: 18px !important;
  color: #fff !important;
  stroke: currentColor !important;
  flex: 0 0 auto !important;
  opacity: .96 !important;
}

.cms-index-index .ace-h11-top-item span {
  display: inline-block !important;
  color: #fff !important;
}

/* Header: um pouco mais limpo e alinhado como inspiração */
.cms-index-index .ace-h11-main-header {
  min-height: 88px !important;
  grid-template-columns: 220px minmax(340px, 1fr) 230px !important;
  gap: 38px !important;
}

.cms-index-index .ace-h11-search {
  height: 50px !important;
  background: #f5f5f4 !important;
  border-radius: 999px !important;
}

.cms-index-index .ace-h11-search button svg {
  width: 21px !important;
  height: 21px !important;
  stroke: #8a8a86 !important;
}

.cms-index-index .ace-h11-header-actions {
  gap: 18px !important;
  color: #505050 !important;
}

.cms-index-index .ace-h11-icon {
  width: 42px !important;
  height: 42px !important;
  color: #555 !important;
  background: transparent !important;
}

.cms-index-index .ace-h11-icon svg {
  width: 22px !important;
  height: 22px !important;
  stroke: currentColor !important;
  color: inherit !important;
}

.cms-index-index .ace-h11-icon:hover {
  background: #f2f2ef !important;
  color: #111 !important;
}

.cms-index-index .ace-h11-badge-count {
  top: 1px !important;
  right: 1px !important;
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 6px !important;
  background: #0b0b0c !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 20px !important;
}

/* Mobile */
@media (max-width: 760px) {
  .cms-index-index .ace-h11-top-strip {
    min-height: 36px !important;
    font-size: 12px !important;
  }

  .cms-index-index .ace-h11-top-strip .ace-h11-container {
    min-height: 36px !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }

  .cms-index-index .ace-h11-top-item:nth-child(n+3) {
    display: none !important;
  }

  .cms-index-index .ace-h11-main-header {
    min-height: auto !important;
    grid-template-columns: 1fr auto !important;
    gap: 14px !important;
  }

  .cms-index-index .ace-h11-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .cms-index-index .ace-h11-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* ACE TENNIS HOME FASE 1.1 — TOPBAR ICONS V1 — FIM */

/* ACE TENNIS HOME — TOPBAR PRODUCTS POLISH V1 — INICIO */

/* =========================================================
   TARJA PRETA — mais limpa, legível e menos “embaçada”
   ========================================================= */

.cms-index-index .ace-h11-top-strip {
  min-height: 44px !important;
  height: 44px !important;
  background: #050505 !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.cms-index-index .ace-h11-top-strip .ace-h11-container {
  min-height: 44px !important;
  height: 44px !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  align-items: center !important;
  gap: 26px !important;
}

.cms-index-index .ace-h11-top-item {
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  color: #fff !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}

.cms-index-index .ace-h11-top-item span {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.cms-index-index .ace-h11-top-item svg {
  width: 18px !important;
  height: 18px !important;
  color: #fff !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
  opacity: 1 !important;
  flex: 0 0 auto !important;
  filter: none !important;
}

/* Separadores discretos entre os itens, como na referência */
.cms-index-index .ace-h11-top-item:not(:last-child)::after {
  content: "" !important;
  width: 3px !important;
  height: 3px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.28) !important;
  margin-left: 26px !important;
}

/* Header superior direito — ícones mais nítidos */
.cms-index-index .ace-h11-icon {
  width: 42px !important;
  height: 42px !important;
  color: #4d4d4d !important;
  opacity: 1 !important;
  filter: none !important;
}

.cms-index-index .ace-h11-icon svg {
  width: 22px !important;
  height: 22px !important;
  stroke-width: 1.75 !important;
  stroke: currentColor !important;
  opacity: 1 !important;
  filter: none !important;
}

.cms-index-index .ace-h11-badge-count {
  top: 0 !important;
  right: 0 !important;
  min-width: 19px !important;
  height: 19px !important;
  padding: 0 5px !important;
  background: #050505 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 19px !important;
  box-shadow: 0 3px 8px rgba(0,0,0,.18) !important;
}


/* =========================================================
   CARDS DE PRODUTO — remover “quadrado dentro do card”
   ========================================================= */

.cms-index-index .ace-h11-products {
  background:
    radial-gradient(circle at 16% 8%, rgba(151,240,0,.055), transparent 22%),
    #fafafa !important;
  padding: 72px 0 86px !important;
}

.cms-index-index .ace-h11-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

.cms-index-index .ace-h11-product-card {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.055) !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.07) !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
}

.cms-index-index .ace-h11-product-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(0,0,0,.09) !important;
  box-shadow: 0 34px 86px rgba(0,0,0,.12) !important;
}

/* O fundo da área da imagem fica branco para a foto quadrada não aparecer como bloco separado */
.cms-index-index .ace-h11-product-img {
  height: 285px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  padding: 26px 28px 10px !important;
  text-decoration: none !important;
  overflow: hidden !important;
  position: relative !important;
}

.cms-index-index .ace-h11-product-img::before {
  content: "" !important;
  position: absolute !important;
  left: 24px !important;
  right: 24px !important;
  bottom: 24px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: radial-gradient(ellipse, rgba(0,0,0,.11), transparent 68%) !important;
  filter: blur(8px) !important;
  opacity: .58 !important;
  z-index: 0 !important;
}

.cms-index-index .ace-h11-product-img img {
  position: relative !important;
  z-index: 1 !important;
  max-width: 92% !important;
  max-height: 92% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  mix-blend-mode: multiply !important;
  transition: transform .24s ease !important;
}

.cms-index-index .ace-h11-product-card:hover .ace-h11-product-img img {
  transform: scale(1.055) rotate(-2deg) !important;
}

.cms-index-index .ace-h11-product-info {
  padding: 8px 24px 24px !important;
  background: #fff !important;
}

.cms-index-index .ace-h11-product-name {
  display: block !important;
  min-height: 45px !important;
  color: #151515 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
}

.cms-index-index .ace-h11-product-price {
  margin-top: 14px !important;
  color: #111 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.025em !important;
}

.cms-index-index .ace-h11-product-btn {
  margin-top: 18px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  border-radius: 16px !important;
  background: #080808 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
  transition: .22s ease !important;
}

.cms-index-index .ace-h11-product-btn:hover {
  background: #97f000 !important;
  color: #111 !important;
  transform: translateY(-1px) !important;
}

/* Melhor composição quando houver só 2 ou 3 produtos */
.cms-index-index .ace-h11-products-grid {
  justify-content: start !important;
}

@media (max-width: 1100px) {
  .cms-index-index .ace-h11-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .cms-index-index .ace-h11-top-strip {
    min-height: 38px !important;
    height: auto !important;
    font-size: 12px !important;
  }

  .cms-index-index .ace-h11-top-strip .ace-h11-container {
    min-height: 38px !important;
    height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    padding: 6px 0 !important;
  }

  .cms-index-index .ace-h11-top-item span {
    font-size: 12px !important;
  }

  .cms-index-index .ace-h11-top-item:not(:last-child)::after {
    display: none !important;
  }

  .cms-index-index .ace-h11-products-grid {
    grid-template-columns: 1fr !important;
  }

  .cms-index-index .ace-h11-product-img {
    height: 260px !important;
  }
}

/* ACE TENNIS HOME — TOPBAR PRODUCTS POLISH V1 — FIM */


/* ACE TENNIS HOME — TOPBAR VISIBILITY V2 — INICIO */

/* Tarja preta superior mais próxima da referência */
.cms-index-index .ace-h11-top-strip {
  height: 48px !important;
  min-height: 48px !important;
  background: #050505 !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: auto !important;
}

.cms-index-index .ace-h11-top-strip .ace-h11-container {
  height: 48px !important;
  min-height: 48px !important;
  width: min(1480px, calc(100% - 96px)) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 34px !important;
  padding: 0 !important;
}

.cms-index-index .ace-h11-top-item {
  height: 48px !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  color: #ffffff !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
}

.cms-index-index .ace-h11-top-item span {
  display: inline-block !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
}

.cms-index-index .ace-h11-top-item svg {
  width: 19px !important;
  height: 19px !important;
  color: #ffffff !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  flex: 0 0 auto !important;
}

/* Pontinhos separadores mais visíveis como na inspiração */
.cms-index-index .ace-h11-top-item:not(:last-child)::after {
  content: "" !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.32) !important;
  margin-left: 34px !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
}

/* Evita que regras anteriores deixem a tarja pequena */
.cms-index-index .ace-h11-top-strip * {
  -webkit-font-smoothing: subpixel-antialiased !important;
  text-rendering: optimizeLegibility !important;
}

/* Header logo/busca começa logo abaixo da tarja, como na referência */
.cms-index-index .ace-h11-site-header {
  border-top: 0 !important;
}

@media (max-width: 1100px) {
  .cms-index-index .ace-h11-top-strip {
    height: auto !important;
    min-height: 44px !important;
    font-size: 13px !important;
  }

  .cms-index-index .ace-h11-top-strip .ace-h11-container {
    width: min(100% - 40px, 1480px) !important;
    height: auto !important;
    min-height: 44px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 22px !important;
    padding: 7px 0 !important;
  }

  .cms-index-index .ace-h11-top-item,
  .cms-index-index .ace-h11-top-item span {
    height: auto !important;
    min-height: 0 !important;
    font-size: 13px !important;
  }

  .cms-index-index .ace-h11-top-item:not(:last-child)::after {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .cms-index-index .ace-h11-top-strip .ace-h11-container {
    grid-template-columns: 1fr !important;
  }

  .cms-index-index .ace-h11-top-item:nth-child(n+3) {
    display: none !important;
  }
}

/* ACE TENNIS HOME — TOPBAR VISIBILITY V2 — FIM */

/* ACE TENNIS HOME — TOPBAR CLEAN FONT V3 — INICIO */

/*
   Ajuste fino:
   A versão anterior estava com peso 800/900 e parecia "embacada".
   Aqui deixamos mais próximo da referência: fonte limpa, menor peso e melhor leitura.
*/

.cms-index-index .ace-h11-top-strip {
  height: 42px !important;
  min-height: 42px !important;
  background: #050505 !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.cms-index-index .ace-h11-top-strip .ace-h11-container {
  height: 42px !important;
  min-height: 42px !important;
  width: min(1480px, calc(100% - 96px)) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
  padding: 0 !important;
}

.cms-index-index .ace-h11-top-item {
  height: 42px !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #fff !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
}

.cms-index-index .ace-h11-top-item span {
  display: inline-block !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.cms-index-index .ace-h11-top-item svg {
  width: 16px !important;
  height: 16px !important;
  color: #fff !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
  opacity: .96 !important;
  filter: none !important;
  transform: none !important;
  flex: 0 0 auto !important;
}

/* Separadores discretos, sem pesar a tarja */
.cms-index-index .ace-h11-top-item:not(:last-child)::after {
  content: "" !important;
  width: 3px !important;
  height: 3px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.24) !important;
  margin-left: 30px !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
}

/* Força qualquer regra antiga de negrito a perder prioridade */
.cms-index-index .ace-h11-top-strip strong,
.cms-index-index .ace-h11-top-strip b,
.cms-index-index .ace-h11-top-strip * {
  text-shadow: none !important;
}

/* Mobile */
@media (max-width: 1100px) {
  .cms-index-index .ace-h11-top-strip {
    height: auto !important;
    min-height: 40px !important;
    font-size: 13px !important;
  }

  .cms-index-index .ace-h11-top-strip .ace-h11-container {
    width: min(100% - 40px, 1480px) !important;
    height: auto !important;
    min-height: 40px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 20px !important;
    padding: 7px 0 !important;
  }

  .cms-index-index .ace-h11-top-item,
  .cms-index-index .ace-h11-top-item span {
    height: auto !important;
    min-height: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  .cms-index-index .ace-h11-top-item:not(:last-child)::after {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .cms-index-index .ace-h11-top-strip .ace-h11-container {
    grid-template-columns: 1fr !important;
  }

  .cms-index-index .ace-h11-top-item:nth-child(n+3) {
    display: none !important;
  }
}

/* ACE TENNIS HOME — TOPBAR CLEAN FONT V3 — FIM */

/* ACE TENNIS HOME — TOPBAR SIZE UP FINAL — INICIO */

/* Correção: aumentar 1 ponto, sem deixar negrito demais */
.cms-index-index .ace-h11-top-strip {
  height: 44px !important;
  min-height: 44px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  background: #050505 !important;
}

.cms-index-index .ace-h11-top-strip .ace-h11-container {
  height: 44px !important;
  min-height: 44px !important;
}

.cms-index-index .ace-h11-top-item {
  height: 44px !important;
  min-height: 44px !important;
  gap: 9px !important;
}

.cms-index-index .ace-h11-top-item span {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.cms-index-index .ace-h11-top-item svg {
  width: 17px !important;
  height: 17px !important;
  stroke-width: 1.75 !important;
}

.cms-index-index .ace-h11-top-item:not(:last-child)::after {
  width: 3px !important;
  height: 3px !important;
  margin-left: 30px !important;
  background: rgba(255,255,255,.24) !important;
}

/* ACE TENNIS HOME — TOPBAR SIZE UP FINAL — FIM */



/* ACE TENNIS HOME — PRODUCT IMAGE SPIN V3 — INICIO */

/*
   V3:
   - não usa mais verso do card;
   - remove o fundo escuro que fazia a imagem sumir;
   - gira somente a imagem do produto;
   - mantém o produto visível durante todo o movimento;
   - só gira o card ativo via JS.
*/

.cms-index-index .ace-h11-product-card {
  perspective: 1200px !important;
  transform-style: preserve-3d !important;
}

.cms-index-index .ace-h11-product-img {
  transform: none !important;
  transform-style: preserve-3d !important;
  overflow: hidden !important;
}

/* Remove completamente o "verso" escuro criado no efeito anterior */
.cms-index-index .ace-h11-product-img::after {
  content: none !important;
  display: none !important;
}

/* Cancela qualquer giro anterior aplicado no container da imagem */
.cms-index-index .ace-h11-products-grid:hover .ace-h11-product-img,
.cms-index-index .ace-h11-product-card:hover .ace-h11-product-img,
.cms-index-index .ace-h11-product-card.is-flipping .ace-h11-product-img,
.cms-index-index .ace-h11-product-card:not(.is-flipping) .ace-h11-product-img {
  transform: none !important;
}

/* A imagem continua visível mesmo durante o giro */
.cms-index-index .ace-h11-product-img img {
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
  transform-style: preserve-3d !important;
  transform-origin: center center !important;
  transition: transform 1850ms cubic-bezier(.16,.84,.22,1) !important;
  will-change: transform !important;
}

/* Estado normal */
.cms-index-index .ace-h11-product-card:not(.is-flipping) .ace-h11-product-img img {
  transform: rotateY(0deg) scale(1) !important;
}

/* Só o card ativo gira */
.cms-index-index .ace-h11-product-card.is-flipping .ace-h11-product-img img {
  transform: rotateY(180deg) scale(1.055) !important;
}

/* Mantém nome, preço e botão parados */
.cms-index-index .ace-h11-product-info,
.cms-index-index .ace-h11-product-name,
.cms-index-index .ace-h11-product-price,
.cms-index-index .ace-h11-product-btn {
  transform: none !important;
  backface-visibility: visible !important;
}

/* Acessibilidade */
@media (prefers-reduced-motion: reduce) {
  .cms-index-index .ace-h11-product-img img {
    transition: none !important;
    transform: none !important;
  }
}

/* ACE TENNIS HOME — PRODUCT IMAGE SPIN V3 — FIM */

/* ACE TENNIS HOME FASE 1.2A — CATEGORIAS — INICIO */

.cms-index-index .ace-h12-categories {
  position: relative !important;
  padding: 82px 0 74px !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(151,240,0,.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%) !important;
  overflow: hidden !important;
}

.cms-index-index .ace-h12-categories::before {
  content: "ACE TENNIS" !important;
  position: absolute !important;
  right: -40px !important;
  top: 18px !important;
  color: rgba(0,0,0,.035) !important;
  font-size: clamp(72px, 9vw, 150px) !important;
  font-weight: 950 !important;
  letter-spacing: -.08em !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

.cms-index-index .ace-h12-section-head {
  position: relative !important;
  z-index: 2 !important;
  max-width: 720px !important;
  margin: 0 auto 38px !important;
  text-align: center !important;
}

.cms-index-index .ace-h12-section-head > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 30px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .12em !important;
}

.cms-index-index .ace-h12-section-head h2 {
  margin: 18px 0 10px !important;
  color: #101010 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(42px, 5vw, 74px) !important;
  font-weight: 500 !important;
  line-height: .92 !important;
  letter-spacing: -.055em !important;
}

.cms-index-index .ace-h12-section-head p {
  margin: 0 auto !important;
  max-width: 590px !important;
  color: #6f6f6a !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

.cms-index-index .ace-h12-category-grid {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.cms-index-index .ace-h12-category-card {
  position: relative !important;
  min-height: 244px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 18px !important;
  border-radius: 30px !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(0,0,0,.065) !important;
  box-shadow: 0 20px 55px rgba(0,0,0,.055) !important;
  overflow: hidden !important;
  text-decoration: none !important;
  isolation: isolate !important;
  transform: translateY(0) !important;
  transition:
    transform .26s ease,
    box-shadow .26s ease,
    border-color .26s ease,
    background .26s ease !important;
}

.cms-index-index .ace-h12-category-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 74% 16%, rgba(151,240,0,.26), transparent 23%),
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(242,242,238,.82)) !important;
  z-index: -2 !important;
}

.cms-index-index .ace-h12-category-card::after {
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 86px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: radial-gradient(ellipse, rgba(0,0,0,.12), transparent 68%) !important;
  filter: blur(8px) !important;
  opacity: .5 !important;
  z-index: -1 !important;
}

.cms-index-index .ace-h12-category-card:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(0,0,0,.12) !important;
  box-shadow: 0 34px 90px rgba(0,0,0,.12) !important;
  background: #fff !important;
}

.cms-index-index .ace-h12-category-art {
  position: relative !important;
  height: 136px !important;
  width: 100% !important;
}

.cms-index-index .ace-h12-category-art .shape {
  position: absolute !important;
  display: block !important;
  transition: transform .34s ease !important;
}

.cms-index-index .ace-h12-category-card:hover .shape-main {
  transform: translateY(-4px) rotate(var(--hover-rotate, 0deg)) scale(1.04) !important;
}

.cms-index-index .ace-h12-category-info {
  position: relative !important;
  z-index: 2 !important;
}

.cms-index-index .ace-h12-category-info strong {
  display: block !important;
  color: #111 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.03em !important;
}

.cms-index-index .ace-h12-category-info span {
  display: block !important;
  margin-top: 8px !important;
  color: #777770 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}

/* Ilustrações CSS por categoria */
.cms-index-index .cat-racket .shape-main {
  width: 70px !important;
  height: 96px !important;
  left: 50% !important;
  top: 11px !important;
  margin-left: -35px !important;
  border: 10px solid #111 !important;
  border-radius: 50% !important;
  background:
    repeating-linear-gradient(90deg, transparent 0 10px, rgba(0,0,0,.16) 11px 12px),
    repeating-linear-gradient(0deg, transparent 0 10px, rgba(0,0,0,.14) 11px 12px),
    rgba(255,255,255,.35) !important;
  --hover-rotate: -10deg;
  transform: rotate(-10deg) !important;
}

.cms-index-index .cat-racket .shape-line {
  width: 12px !important;
  height: 64px !important;
  left: 50% !important;
  top: 88px !important;
  margin-left: 7px !important;
  border-radius: 999px !important;
  background: #111 !important;
  transform: rotate(-10deg) !important;
}

.cms-index-index .cat-shoes .shape-main {
  width: 126px !important;
  height: 58px !important;
  left: 50% !important;
  top: 47px !important;
  margin-left: -63px !important;
  border-radius: 999px 48px 42px 34px !important;
  background: linear-gradient(135deg, #111, #333) !important;
  --hover-rotate: -7deg;
  transform: rotate(-7deg) !important;
}

.cms-index-index .cat-shoes .shape-line {
  width: 88px !important;
  height: 10px !important;
  left: 50% !important;
  top: 96px !important;
  margin-left: -43px !important;
  border-radius: 999px !important;
  background: #97f000 !important;
  transform: rotate(-7deg) !important;
}

.cms-index-index .cat-bags .shape-main {
  width: 106px !important;
  height: 82px !important;
  left: 50% !important;
  top: 42px !important;
  margin-left: -53px !important;
  border-radius: 24px 24px 30px 30px !important;
  background: linear-gradient(135deg, #171717, #343434) !important;
  --hover-rotate: -4deg;
  transform: rotate(-4deg) !important;
}

.cms-index-index .cat-bags .shape-line {
  width: 62px !important;
  height: 34px !important;
  left: 50% !important;
  top: 23px !important;
  margin-left: -31px !important;
  border: 8px solid #111 !important;
  border-bottom: 0 !important;
  border-radius: 999px 999px 0 0 !important;
}

.cms-index-index .cat-clothes .shape-main {
  width: 96px !important;
  height: 98px !important;
  left: 50% !important;
  top: 28px !important;
  margin-left: -48px !important;
  border-radius: 24px 24px 18px 18px !important;
  background: linear-gradient(135deg, #111, #2d2d2d) !important;
  clip-path: polygon(20% 0, 38% 12%, 62% 12%, 80% 0, 100% 20%, 82% 40%, 82% 100%, 18% 100%, 18% 40%, 0 20%) !important;
  --hover-rotate: 0deg;
}

.cms-index-index .cat-clothes .shape-line {
  width: 34px !important;
  height: 7px !important;
  left: 50% !important;
  top: 53px !important;
  margin-left: -17px !important;
  border-radius: 999px !important;
  background: #97f000 !important;
}

.cms-index-index .cat-strings .shape-main {
  width: 106px !important;
  height: 106px !important;
  left: 50% !important;
  top: 25px !important;
  margin-left: -53px !important;
  border: 12px solid #111 !important;
  border-radius: 50% !important;
  background: transparent !important;
  --hover-rotate: -12deg;
  transform: rotate(-12deg) !important;
}

.cms-index-index .cat-strings .shape-line {
  width: 72px !important;
  height: 72px !important;
  left: 50% !important;
  top: 42px !important;
  margin-left: -36px !important;
  border: 2px solid rgba(151,240,0,.9) !important;
  border-radius: 50% !important;
}

.cms-index-index .cat-accessories .shape-main {
  width: 92px !important;
  height: 92px !important;
  left: 50% !important;
  top: 30px !important;
  margin-left: -46px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #111, #333) !important;
  --hover-rotate: -8deg;
  transform: rotate(-8deg) !important;
}

.cms-index-index .cat-accessories .shape-line {
  width: 64px !important;
  height: 64px !important;
  left: 50% !important;
  top: 44px !important;
  margin-left: -32px !important;
  border-radius: 50% !important;
  border: 3px dashed #97f000 !important;
}

@media (max-width: 1200px) {
  .cms-index-index .ace-h12-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .cms-index-index .ace-h12-categories {
    padding: 58px 0 54px !important;
  }

  .cms-index-index .ace-h12-section-head {
    margin-bottom: 28px !important;
  }

  .cms-index-index .ace-h12-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .cms-index-index .ace-h12-category-card {
    min-height: 214px !important;
    border-radius: 24px !important;
  }

  .cms-index-index .ace-h12-category-art {
    height: 116px !important;
  }

  .cms-index-index .ace-h12-category-info strong {
    font-size: 18px !important;
  }

  .cms-index-index .ace-h12-category-info span {
    font-size: 12px !important;
  }
}

/* ACE TENNIS HOME FASE 1.2A — CATEGORIAS — FIM */

/* ACE TENNIS HOME FASE 1.2A — POLISH PRODUCTS V1 — INICIO */

/* Categorias: deixa a seção mais compacta e premium */
.cms-index-index .ace-h12-categories {
  padding: 56px 0 58px !important;
}

.cms-index-index .ace-h12-section-head {
  margin: 0 auto 30px !important;
}

.cms-index-index .ace-h12-section-head > span {
  height: 28px !important;
  padding: 0 16px !important;
  font-size: 10px !important;
  letter-spacing: .13em !important;
}

.cms-index-index .ace-h12-section-head h2 {
  margin: 16px 0 10px !important;
  font-size: clamp(40px, 4.35vw, 64px) !important;
  line-height: .9 !important;
}

.cms-index-index .ace-h12-section-head p {
  max-width: 560px !important;
  font-size: 15px !important;
}

.cms-index-index .ace-h12-category-grid {
  gap: 16px !important;
}

.cms-index-index .ace-h12-category-card {
  min-height: 222px !important;
  border-radius: 28px !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.05) !important;
}

.cms-index-index .ace-h12-category-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 28px 72px rgba(0,0,0,.105) !important;
}

.cms-index-index .ace-h12-category-art {
  height: 124px !important;
}

.cms-index-index .ace-h12-category-info strong {
  font-size: 20px !important;
}

.cms-index-index .ace-h12-category-info span {
  font-size: 12.5px !important;
}

/* Produtos: melhora composição quando há poucos produtos */
.cms-index-index .ace-h11-products {
  padding: 70px 0 102px !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(151,240,0,.07), transparent 22%),
    linear-gradient(180deg, #fbfbfa 0%, #ffffff 100%) !important;
}

.cms-index-index .ace-h11-products .ace-h11-section-title,
.cms-index-index .ace-h11-products .ace-h11-products-title,
.cms-index-index .ace-h11-products h2 {
  letter-spacing: -.035em !important;
}

.cms-index-index .ace-h11-products .ace-h11-section-head {
  margin-bottom: 34px !important;
}

.cms-index-index .ace-h11-products .ace-h11-section-head p,
.cms-index-index .ace-h11-products p {
  color: #6f6f6a !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  max-width: 520px !important;
}

/* Centraliza melhor quando a loja ainda tem poucos produtos */
.cms-index-index .ace-h11-products-grid {
  grid-template-columns: repeat(auto-fit, minmax(286px, 318px)) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 28px !important;
  max-width: 1040px !important;
  margin: 0 auto !important;
}

/* Cards um pouco mais sólidos e elegantes */
.cms-index-index .ace-h11-product-card {
  border-radius: 30px !important;
  box-shadow: 0 24px 68px rgba(0,0,0,.075) !important;
}

.cms-index-index .ace-h11-product-img {
  height: 292px !important;
  padding: 28px 28px 12px !important;
}

.cms-index-index .ace-h11-product-info {
  padding: 10px 24px 24px !important;
}

.cms-index-index .ace-h11-product-name {
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.cms-index-index .ace-h11-product-price {
  font-size: 24px !important;
}

.cms-index-index .ace-h11-product-btn {
  height: 49px !important;
  border-radius: 16px !important;
}

/* Evita o footer encostar visualmente nos produtos */
.cms-index-index .ace-footer,
.cms-index-index footer {
  margin-top: 0 !important;
}

@media (max-width: 1200px) {
  .cms-index-index .ace-h12-categories {
    padding: 54px 0 56px !important;
  }

  .cms-index-index .ace-h12-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .cms-index-index .ace-h12-categories {
    padding: 46px 0 46px !important;
  }

  .cms-index-index .ace-h12-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cms-index-index .ace-h11-products-grid {
    grid-template-columns: 1fr !important;
    max-width: 360px !important;
  }
}

/* ACE TENNIS HOME FASE 1.2A — POLISH PRODUCTS V1 — FIM */

/* ACE TENNIS HOME FASE 1.2B — PROMOS — INICIO */

.cms-index-index .ace-h12-promos {
  position: relative !important;
  padding: 24px 0 72px !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(151,240,0,.055), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%) !important;
  overflow: hidden !important;
}

.cms-index-index .ace-h12-promo-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, .78fr) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.cms-index-index .ace-h12-promo-card {
  position: relative !important;
  display: block !important;
  min-height: 100% !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  isolation: isolate !important;
  border: 1px solid rgba(0,0,0,.075) !important;
  box-shadow: 0 28px 82px rgba(0,0,0,.08) !important;
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease !important;
}

.cms-index-index .ace-h12-promo-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(0,0,0,.13) !important;
  box-shadow: 0 38px 105px rgba(0,0,0,.13) !important;
}

.cms-index-index .ace-h12-promo-main {
  min-height: 390px !important;
  background:
    radial-gradient(circle at 78% 24%, rgba(151,240,0,.38), transparent 20%),
    linear-gradient(135deg, #101010 0%, #1d1d1d 48%, #f2f2ee 48.2%, #ffffff 100%) !important;
}

.cms-index-index .ace-h12-promo-copy {
  position: relative !important;
  z-index: 3 !important;
}

.cms-index-index .ace-h12-promo-main .ace-h12-promo-copy {
  width: min(430px, 54%) !important;
  padding: 48px 44px !important;
}

.cms-index-index .ace-h12-promo-copy span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: rgba(151,240,0,.14) !important;
  color: #97f000 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
}

.cms-index-index .ace-h12-promo-copy h2,
.cms-index-index .ace-h12-promo-copy h3 {
  margin: 18px 0 12px !important;
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
  line-height: .9 !important;
  letter-spacing: -.055em !important;
}

.cms-index-index .ace-h12-promo-copy h2 {
  font-size: clamp(52px, 5vw, 82px) !important;
}

.cms-index-index .ace-h12-promo-copy h3 {
  font-size: 38px !important;
}

.cms-index-index .ace-h12-promo-copy p {
  max-width: 360px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.74) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

.cms-index-index .ace-h12-promo-copy strong {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  margin-top: 24px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: #97f000 !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

.cms-index-index .ace-h12-promo-art {
  position: absolute !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* Arte principal — raquete */
.cms-index-index .ace-h12-art-racket {
  right: 64px !important;
  top: 50% !important;
  width: 360px !important;
  height: 310px !important;
  transform: translateY(-50%) rotate(-14deg) !important;
}

.cms-index-index .ace-h12-art-racket .racket-head {
  position: absolute !important;
  left: 42px !important;
  top: 0 !important;
  width: 178px !important;
  height: 236px !important;
  border: 18px solid #111 !important;
  border-radius: 50% !important;
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(0,0,0,.18) 19px 21px),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(0,0,0,.14) 19px 21px),
    rgba(255,255,255,.38) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.22) !important;
}

.cms-index-index .ace-h12-art-racket .racket-handle {
  position: absolute !important;
  left: 203px !important;
  top: 206px !important;
  width: 32px !important;
  height: 118px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #111, #333) !important;
}

.cms-index-index .ace-h12-art-racket .ball {
  position: absolute !important;
  right: 28px !important;
  top: 36px !important;
  width: 74px !important;
  height: 74px !important;
  border-radius: 50% !important;
  background: #97f000 !important;
  box-shadow: 0 0 42px rgba(151,240,0,.55) !important;
}

/* Stack lateral */
.cms-index-index .ace-h12-promo-stack {
  display: grid !important;
  grid-template-rows: 1fr 1fr !important;
  gap: 22px !important;
}

.cms-index-index .ace-h12-promo-mini {
  min-height: 184px !important;
  border-radius: 30px !important;
}

.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy {
  padding: 26px 28px !important;
  width: 68% !important;
}

.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy span {
  min-height: 24px !important;
  padding: 0 11px !important;
  font-size: 9px !important;
}

.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy h3 {
  margin: 13px 0 8px !important;
  font-size: 34px !important;
}

.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy p {
  font-size: 13px !important;
  line-height: 1.42 !important;
}

.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy strong {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 12px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #97f000 !important;
  font-size: 11px !important;
}

.cms-index-index .ace-h12-promo-light {
  background:
    radial-gradient(circle at 82% 20%, rgba(151,240,0,.35), transparent 24%),
    linear-gradient(135deg, #f8f8f4, #ffffff) !important;
}

.cms-index-index .ace-h12-promo-light .ace-h12-promo-copy h3,
.cms-index-index .ace-h12-promo-light .ace-h12-promo-copy p {
  color: #111 !important;
}

.cms-index-index .ace-h12-promo-light .ace-h12-promo-copy p {
  color: #64645f !important;
}

.cms-index-index .ace-h12-promo-light .ace-h12-promo-copy strong {
  color: #111 !important;
}

.cms-index-index .ace-h12-promo-dark {
  background:
    radial-gradient(circle at 84% 24%, rgba(151,240,0,.22), transparent 22%),
    linear-gradient(135deg, #0b0b0b, #1b1b1b) !important;
}

.cms-index-index .ace-h12-art-string {
  right: 24px !important;
  top: 32px !important;
  width: 112px !important;
  height: 112px !important;
}

.cms-index-index .ace-h12-art-string span {
  display: block !important;
  width: 104px !important;
  height: 104px !important;
  border: 13px solid #111 !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 2px rgba(151,240,0,.55) !important;
}

.cms-index-index .ace-h12-art-bag {
  right: 24px !important;
  bottom: 24px !important;
  width: 118px !important;
  height: 104px !important;
}

.cms-index-index .ace-h12-art-bag .bag-body {
  position: absolute !important;
  left: 8px !important;
  bottom: 0 !important;
  width: 102px !important;
  height: 72px !important;
  border-radius: 22px 22px 26px 26px !important;
  background: #f4f4f0 !important;
}

.cms-index-index .ace-h12-art-bag .bag-handle {
  position: absolute !important;
  left: 30px !important;
  top: 4px !important;
  width: 58px !important;
  height: 38px !important;
  border: 8px solid #f4f4f0 !important;
  border-bottom: 0 !important;
  border-radius: 999px 999px 0 0 !important;
}

@media (max-width: 1100px) {
  .cms-index-index .ace-h12-promo-grid {
    grid-template-columns: 1fr !important;
  }

  .cms-index-index .ace-h12-promo-stack {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
  }
}

@media (max-width: 760px) {
  .cms-index-index .ace-h12-promos {
    padding: 10px 0 52px !important;
  }

  .cms-index-index .ace-h12-promo-main {
    min-height: 430px !important;
  }

  .cms-index-index .ace-h12-promo-main .ace-h12-promo-copy {
    width: 100% !important;
    padding: 34px 28px !important;
  }

  .cms-index-index .ace-h12-art-racket {
    right: -58px !important;
    bottom: 18px !important;
    top: auto !important;
    transform: rotate(-14deg) scale(.76) !important;
  }

  .cms-index-index .ace-h12-promo-stack {
    grid-template-columns: 1fr !important;
  }

  .cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy {
    width: 76% !important;
  }
}

/* ACE TENNIS HOME FASE 1.2B — PROMOS — FIM */

/* ACE TENNIS HOME FASE 1.2B — MOVE AFTER PRODUCTS — INICIO */

/*
   Nova ordem aprovada:
   Categorias -> Produtos em destaque -> Banners comerciais -> Footer
*/

.cms-index-index .ace-h11-products {
  padding-top: 72px !important;
  padding-bottom: 68px !important;
}

.cms-index-index .ace-h12-promos {
  padding: 18px 0 96px !important;
  background:
    radial-gradient(circle at 16% 10%, rgba(151,240,0,.06), transparent 23%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%) !important;
}

.cms-index-index .ace-h12-promos .ace-h11-container {
  max-width: 1320px !important;
}

.cms-index-index .ace-h12-promo-grid {
  margin-top: 0 !important;
}

.cms-index-index .ace-h12-promo-main {
  min-height: 350px !important;
}

.cms-index-index .ace-h12-promo-main .ace-h12-promo-copy {
  padding: 42px 42px !important;
}

.cms-index-index .ace-h12-promo-copy h2 {
  font-size: clamp(48px, 4.6vw, 74px) !important;
}

.cms-index-index .ace-h12-promo-mini {
  min-height: 164px !important;
}

.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy {
  padding: 22px 26px !important;
}

.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy h3 {
  font-size: 31px !important;
}

/* Evita sensação de que o footer subiu demais */
.cms-index-index .ace-footer,
.cms-index-index footer {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .cms-index-index .ace-h11-products {
    padding-bottom: 52px !important;
  }

  .cms-index-index .ace-h12-promos {
    padding: 10px 0 64px !important;
  }
}

/* ACE TENNIS HOME FASE 1.2B — MOVE AFTER PRODUCTS — FIM */

/* ACE TENNIS HOME FASE 1.2C — LANCAMENTOS — INICIO */

/* Categorias agora ficam diretas, sem o título grande */
.cms-index-index .ace-h12-categories {
  padding: 42px 0 52px !important;
}

.cms-index-index .ace-h12-categories::before {
  top: 2px !important;
  opacity: .75 !important;
}

.cms-index-index .ace-h12-category-grid {
  margin-top: 0 !important;
}

/* Produtos em destaque sobe um pouco e fica mais prioritário */
.cms-index-index .ace-h11-products {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

/* Nova vitrine de lançamentos */
.cms-index-index .ace-h12-launches {
  position: relative !important;
  padding: 28px 0 76px !important;
  background:
    radial-gradient(circle at 86% 10%, rgba(151,240,0,.07), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%) !important;
  overflow: hidden !important;
}

.cms-index-index .ace-h12-launches::before {
  content: "LANÇAMENTOS" !important;
  position: absolute !important;
  left: -24px !important;
  top: 10px !important;
  color: rgba(0,0,0,.035) !important;
  font-size: clamp(68px, 9vw, 142px) !important;
  font-weight: 950 !important;
  letter-spacing: -.08em !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

.cms-index-index .ace-h12-launches-head {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px) !important;
  gap: 38px !important;
  align-items: end !important;
  margin-bottom: 30px !important;
}

.cms-index-index .ace-h12-launches-head span {
  display: inline-flex !important;
  align-items: center !important;
  height: 28px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #97f000 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.cms-index-index .ace-h12-launches-head h2 {
  margin: 16px 0 0 !important;
  max-width: 680px !important;
  color: #111 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(42px, 4.7vw, 72px) !important;
  font-weight: 500 !important;
  line-height: .9 !important;
  letter-spacing: -.055em !important;
}

.cms-index-index .ace-h12-launches-head p {
  margin: 0 !important;
  color: #6f6f6a !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

/* Grid dos lançamentos */
.cms-index-index .ace-h12-launches-grid {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 300px)) !important;
  justify-content: center !important;
  gap: 26px !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

.cms-index-index .ace-h12-launch-card {
  background: #fff !important;
}

.cms-index-index .ace-h12-launch-card .ace-h11-product-img {
  height: 270px !important;
}

/* Banners comerciais agora ficam depois dos lançamentos */
.cms-index-index .ace-h12-promos {
  padding-top: 10px !important;
  padding-bottom: 96px !important;
}

@media (max-width: 900px) {
  .cms-index-index .ace-h12-launches-head {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    text-align: center !important;
  }

  .cms-index-index .ace-h12-launches-head h2 {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cms-index-index .ace-h12-launches-head p {
    max-width: 560px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 760px) {
  .cms-index-index .ace-h12-categories {
    padding: 34px 0 42px !important;
  }

  .cms-index-index .ace-h11-products {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .cms-index-index .ace-h12-launches {
    padding: 22px 0 58px !important;
  }

  .cms-index-index .ace-h12-launches-grid {
    grid-template-columns: 1fr !important;
    max-width: 360px !important;
  }
}

/* ACE TENNIS HOME FASE 1.2C — LANCAMENTOS — FIM */

/* ACE TENNIS HOME FASE 1.2C — LANCAMENTOS IMAGES FIX V1 — INICIO */

.cms-index-index .ace-h12-launch-card .ace-h11-product-img {
  background: #fff !important;
  overflow: hidden !important;
}

.cms-index-index .ace-h12-launch-card .ace-h11-product-img img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 92% !important;
  max-height: 92% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  mix-blend-mode: multiply !important;
}

/* Garante que o efeito de giro não esconda a imagem dos lançamentos */
.cms-index-index .ace-h12-launch-card .ace-h11-product-img::after {
  content: none !important;
  display: none !important;
}

.cms-index-index .ace-h12-launch-card .ace-h11-product-card.is-flipping .ace-h11-product-img img,
.cms-index-index .ace-h12-launch-card.is-flipping .ace-h11-product-img img {
  visibility: visible !important;
  opacity: 1 !important;
}

/* ACE TENNIS HOME FASE 1.2C — LANCAMENTOS IMAGES FIX V1 — FIM */

/* ACE TENNIS HOME FASE 1.2C — FEATURED MATCH LAUNCHES V1 — INICIO */

/*
   Objetivo:
   deixar "Produtos em destaque" com a mesma linguagem visual de "Novidades/Lançamentos".
*/

.cms-index-index .ace-h11-products {
  position: relative !important;
  padding: 28px 0 76px !important;
  background:
    radial-gradient(circle at 86% 10%, rgba(151,240,0,.07), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%) !important;
  overflow: hidden !important;
}

.cms-index-index .ace-h11-products::before {
  content: "DESTAQUES" !important;
  position: absolute !important;
  left: -24px !important;
  top: 10px !important;
  color: rgba(0,0,0,.035) !important;
  font-size: clamp(68px, 9vw, 142px) !important;
  font-weight: 950 !important;
  letter-spacing: -.08em !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

.cms-index-index .ace-h11-products .ace-h11-container {
  max-width: 1320px !important;
}

/* Cabeçalho dos destaques no mesmo padrão dos lançamentos */
.cms-index-index .ace-h11-products .ace-h11-section-head,
.cms-index-index .ace-h11-products .ace-h11-products-head,
.cms-index-index .ace-h11-products .ace-h11-title-row {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px) !important;
  gap: 38px !important;
  align-items: end !important;
  margin: 0 0 30px !important;
  max-width: none !important;
  text-align: left !important;
}

.cms-index-index .ace-h11-products .ace-h11-section-head > span,
.cms-index-index .ace-h11-products .ace-h11-products-head > span,
.cms-index-index .ace-h11-products .ace-h11-kicker,
.cms-index-index .ace-h11-products .ace-h11-section-kicker {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  height: 28px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #97f000 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.cms-index-index .ace-h11-products h2,
.cms-index-index .ace-h11-products .ace-h11-section-title,
.cms-index-index .ace-h11-products .ace-h11-products-title {
  margin: 16px 0 0 !important;
  max-width: 680px !important;
  color: #111 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(42px, 4.7vw, 72px) !important;
  font-weight: 500 !important;
  line-height: .9 !important;
  letter-spacing: -.055em !important;
  text-transform: none !important;
}

.cms-index-index .ace-h11-products p,
.cms-index-index .ace-h11-products .ace-h11-section-head p,
.cms-index-index .ace-h11-products .ace-h11-products-head p {
  margin: 0 !important;
  color: #6f6f6a !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
  max-width: 470px !important;
}

/* Cards dos destaques no mesmo padrão dos lançamentos */
.cms-index-index .ace-h11-products-grid {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 300px)) !important;
  justify-content: center !important;
  gap: 26px !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

.cms-index-index .ace-h11-products .ace-h11-product-card {
  background: #fff !important;
  border-radius: 30px !important;
  box-shadow: 0 24px 68px rgba(0,0,0,.075) !important;
}

.cms-index-index .ace-h11-products .ace-h11-product-img {
  height: 270px !important;
  padding: 28px 28px 12px !important;
  background: #fff !important;
}

.cms-index-index .ace-h11-products .ace-h11-product-img img {
  max-width: 92% !important;
  max-height: 92% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  mix-blend-mode: multiply !important;
}

.cms-index-index .ace-h11-products .ace-h11-product-info {
  padding: 10px 24px 24px !important;
}

.cms-index-index .ace-h11-products .ace-h11-product-name {
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.cms-index-index .ace-h11-products .ace-h11-product-price {
  font-size: 24px !important;
}

.cms-index-index .ace-h11-products .ace-h11-product-btn {
  height: 49px !important;
  border-radius: 16px !important;
}

/* Harmoniza espaçamento entre Destaques e Novidades */
.cms-index-index .ace-h12-launches {
  padding-top: 22px !important;
}

@media (max-width: 900px) {
  .cms-index-index .ace-h11-products .ace-h11-section-head,
  .cms-index-index .ace-h11-products .ace-h11-products-head,
  .cms-index-index .ace-h11-products .ace-h11-title-row {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    text-align: center !important;
  }

  .cms-index-index .ace-h11-products .ace-h11-section-head > span,
  .cms-index-index .ace-h11-products .ace-h11-products-head > span,
  .cms-index-index .ace-h11-products .ace-h11-kicker,
  .cms-index-index .ace-h11-products .ace-h11-section-kicker {
    margin: 0 auto !important;
  }

  .cms-index-index .ace-h11-products h2,
  .cms-index-index .ace-h11-products .ace-h11-section-title,
  .cms-index-index .ace-h11-products .ace-h11-products-title {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cms-index-index .ace-h11-products p,
  .cms-index-index .ace-h11-products .ace-h11-section-head p,
  .cms-index-index .ace-h11-products .ace-h11-products-head p {
    max-width: 560px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 760px) {
  .cms-index-index .ace-h11-products {
    padding: 22px 0 58px !important;
  }

  .cms-index-index .ace-h11-products-grid {
    grid-template-columns: 1fr !important;
    max-width: 360px !important;
  }
}

/* ACE TENNIS HOME FASE 1.2C — FEATURED MATCH LAUNCHES V1 — FIM */


/* ACE TENNIS HOME — FEATURED PILL LIKE LAUNCHES V1 — INICIO */

/* Etiqueta DESTAQUES igual ao pill de LANÇAMENTOS */
.cms-index-index .ace-h11-products .ace-h11-featured-pill,
.cms-index-index .ace-h11-products .ace-h11-section-head span:first-child,
.cms-index-index .ace-h11-products .ace-h11-products-head span:first-child,
.cms-index-index .ace-h11-products .ace-h11-title-row span:first-child {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #97f000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Garante posicionamento parecido com a seção Novidades */
.cms-index-index .ace-h11-products .ace-h11-section-head,
.cms-index-index .ace-h11-products .ace-h11-products-head,
.cms-index-index .ace-h11-products .ace-h11-title-row {
  align-items: end !important;
}

/* ACE TENNIS HOME — FEATURED PILL LIKE LAUNCHES V1 — FIM */

/* ACE TENNIS HOME — FEATURED PILL FORCE V2 — INICIO */

/* Força a etiqueta DESTAQUES a ficar igual à etiqueta LANÇAMENTOS */
.cms-index-index .ace-h11-products .ace-h11-featured-pill,
.cms-index-index .ace-h11-products p.ace-h11-eyebrow,
.cms-index-index .ace-h11-products .ace-h11-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  height: 28px !important;
  min-height: 28px !important;
  margin: 0 0 16px 0 !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #97f000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Remove aparência antiga espaçada/sem fundo */
.cms-index-index .ace-h11-products p.ace-h11-eyebrow::before,
.cms-index-index .ace-h11-products p.ace-h11-eyebrow::after,
.cms-index-index .ace-h11-products .ace-h11-featured-pill::before,
.cms-index-index .ace-h11-products .ace-h11-featured-pill::after {
  content: none !important;
  display: none !important;
}

/* Mantém o título logo abaixo do pill, igual Lançamentos */
.cms-index-index .ace-h11-products .ace-h11-featured-pill + h2,
.cms-index-index .ace-h11-products .ace-h11-eyebrow + h2 {
  margin-top: 16px !important;
}

/* ACE TENNIS HOME — FEATURED PILL FORCE V2 — FIM */

/* ACE TENNIS HOME — ALIGN FEATURED LAUNCHES HEAD V1 — INICIO */

/*
   Alinha visualmente:
   - Produtos em destaque
   - Novidades / Lançamentos
*/

.cms-index-index .ace-h11-products .ace-h11-section-head,
.cms-index-index .ace-h12-launches .ace-h12-launches-head {
  width: min(1320px, calc(100% - 96px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px) !important;
  gap: 38px !important;
  align-items: end !important;
  text-align: left !important;
}

/* Remove qualquer deslocamento interno diferente no bloco esquerdo */
.cms-index-index .ace-h11-products .ace-h11-section-head > div,
.cms-index-index .ace-h12-launches .ace-h12-launches-head > div {
  margin: 0 !important;
  padding: 0 !important;
}

/* Posição dos pills igual nas duas seções */
.cms-index-index .ace-h11-products .ace-h11-featured-pill,
.cms-index-index .ace-h12-launches .ace-h12-launches-head span {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Títulos começam exatamente no mesmo eixo */
.cms-index-index .ace-h11-products .ace-h11-section-head h2,
.cms-index-index .ace-h12-launches .ace-h12-launches-head h2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 680px !important;
}

/* Texto da direita também fica no mesmo eixo */
.cms-index-index .ace-h11-products .ace-h11-section-head > p,
.cms-index-index .ace-h12-launches .ace-h12-launches-head > p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 470px !important;
}

/* Mantém cards centralizados, sem alterar o alinhamento do cabeçalho */
.cms-index-index .ace-h11-products-grid,
.cms-index-index .ace-h12-launches-grid {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Mobile: centraliza os dois igualmente */
@media (max-width: 900px) {
  .cms-index-index .ace-h11-products .ace-h11-section-head,
  .cms-index-index .ace-h12-launches .ace-h12-launches-head {
    width: min(100% - 32px, 680px) !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    text-align: center !important;
  }

  .cms-index-index .ace-h11-products .ace-h11-featured-pill,
  .cms-index-index .ace-h12-launches .ace-h12-launches-head span {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cms-index-index .ace-h11-products .ace-h11-section-head h2,
  .cms-index-index .ace-h12-launches .ace-h12-launches-head h2,
  .cms-index-index .ace-h11-products .ace-h11-section-head > p,
  .cms-index-index .ace-h12-launches .ace-h12-launches-head > p {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ACE TENNIS HOME — ALIGN FEATURED LAUNCHES HEAD V1 — FIM */

/* ACE TENNIS HOME — FORCE ALIGN FEATURED HEAD V2 — INICIO */

/*
   Correção visual direta:
   o cabeçalho "Produtos em destaque" estava começando mais à direita
   que o cabeçalho "Lançamentos".
*/

@media (min-width: 901px) {
  .cms-index-index .ace-h11-products .ace-h11-featured-pill {
    position: relative !important;
    left: -48px !important;
  }

  .cms-index-index .ace-h11-products h2,
  .cms-index-index .ace-h11-products .ace-h11-section-title,
  .cms-index-index .ace-h11-products .ace-h11-products-title {
    position: relative !important;
    left: -48px !important;
  }

  /* Garante que a faixa grande "DESTAQUES" do fundo não force leitura desalinhada */
  .cms-index-index .ace-h11-products::before {
    left: -36px !important;
  }
}

/* Em telas menores, volta centralizado para não quebrar responsivo */
@media (max-width: 900px) {
  .cms-index-index .ace-h11-products .ace-h11-featured-pill,
  .cms-index-index .ace-h11-products h2,
  .cms-index-index .ace-h11-products .ace-h11-section-title,
  .cms-index-index .ace-h11-products .ace-h11-products-title {
    left: auto !important;
    position: relative !important;
  }
}

/* ACE TENNIS HOME — FORCE ALIGN FEATURED HEAD V2 — FIM */

/* ACE TENNIS — PROMOS H12 V1 — INICIO */

.ace-h12-promos,
.ace-h12-promos * {
  box-sizing: border-box !important;
}

.ace-h12-promos {
  width: 100% !important;
  padding: 18px 0 76px !important;
  background: #f6f6f4 !important;
}

.ace-h12-promos .ace-h11-container {
  width: min(1480px, calc(100% - 96px)) !important;
  margin: 0 auto !important;
}

.ace-h12-promo-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr) !important;
  gap: 22px !important;
}

.ace-h12-promo-stack {
  display: grid !important;
  gap: 22px !important;
}

.ace-h12-promo-card {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  overflow: hidden !important;
  min-height: 230px !important;
  padding: 34px !important;
  border-radius: 34px !important;
  text-decoration: none !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.11) !important;
  isolation: isolate !important;
}

.ace-h12-promo-main {
  min-height: 482px !important;
  background:
    radial-gradient(circle at 78% 30%, rgba(151,240,0,.36), transparent 28%),
    linear-gradient(135deg, #080808, #242424) !important;
}

.ace-h12-promo-light {
  background:
    radial-gradient(circle at 82% 24%, rgba(151,240,0,.22), transparent 30%),
    #ffffff !important;
  color: #111 !important;
  border: 1px solid rgba(0,0,0,.07) !important;
}

.ace-h12-promo-dark {
  background:
    radial-gradient(circle at 86% 30%, rgba(151,240,0,.24), transparent 28%),
    linear-gradient(135deg, #151515, #050505) !important;
}

.ace-h12-promo-copy {
  position: relative !important;
  z-index: 2 !important;
  max-width: 360px !important;
}

.ace-h12-promo-copy span {
  display: inline-flex !important;
  margin-bottom: 13px !important;
  color: #97f000 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.ace-h12-promo-light .ace-h12-promo-copy span {
  color: #486d00 !important;
}

.ace-h12-promo-copy h3 {
  margin: 0 0 13px !important;
  color: inherit !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(31px, 3vw, 54px) !important;
  line-height: .96 !important;
  font-weight: 800 !important;
  letter-spacing: -.04em !important;
}

.ace-h12-promo-mini .ace-h12-promo-copy h3 {
  font-size: clamp(25px, 2vw, 35px) !important;
}

.ace-h12-promo-copy p {
  margin: 0 0 22px !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
}

.ace-h12-promo-light .ace-h12-promo-copy p {
  color: rgba(0,0,0,.62) !important;
}

.ace-h12-promo-copy strong {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 19px !important;
  border-radius: 999px !important;
  background: #97f000 !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

.ace-h12-promo-art {
  position: absolute !important;
  right: 24px !important;
  bottom: 18px !important;
  z-index: 1 !important;
  opacity: .95 !important;
  pointer-events: none !important;
}

.ace-h12-art-racket {
  width: 250px !important;
  height: 250px !important;
  border: 15px solid rgba(151,240,0,.86) !important;
  border-radius: 50% !important;
  transform: rotate(-22deg) !important;
}

.ace-h12-art-racket::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -155px !important;
  width: 22px !important;
  height: 172px !important;
  border-radius: 999px !important;
  background: rgba(151,240,0,.86) !important;
  transform: translateX(-50%) !important;
}

.ace-h12-art-racket::after {
  content: "" !important;
  position: absolute !important;
  inset: 42px !important;
  border-radius: 50% !important;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255,255,255,.22) 47%, transparent 49%),
    linear-gradient(0deg, transparent 45%, rgba(255,255,255,.22) 47%, transparent 49%) !important;
  background-size: 34px 34px !important;
}

.ace-h12-art-string {
  width: 156px !important;
  height: 156px !important;
  border-radius: 34px !important;
  background:
    repeating-linear-gradient(90deg, rgba(151,240,0,.7) 0 3px, transparent 3px 18px),
    repeating-linear-gradient(0deg, rgba(0,0,0,.12) 0 3px, transparent 3px 18px),
    rgba(151,240,0,.16) !important;
  transform: rotate(8deg) !important;
}

.ace-h12-art-bag {
  width: 176px !important;
  height: 132px !important;
  border-radius: 30px !important;
  background: #97f000 !important;
  transform: rotate(-6deg) !important;
}

.ace-h12-art-bag::before {
  content: "" !important;
  position: absolute !important;
  left: 42px !important;
  top: -34px !important;
  width: 92px !important;
  height: 54px !important;
  border: 12px solid #97f000 !important;
  border-bottom: 0 !important;
  border-radius: 45px 45px 0 0 !important;
}

.ace-h12-promo-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.16) !important;
}

@media (max-width: 980px) {
  .ace-h12-promos {
    padding: 12px 0 54px !important;
  }

  .ace-h12-promos .ace-h11-container {
    width: min(100% - 32px, 1480px) !important;
  }

  .ace-h12-promo-grid {
    grid-template-columns: 1fr !important;
  }

  .ace-h12-promo-main {
    min-height: 360px !important;
  }

  .ace-h12-promo-card {
    min-height: 220px !important;
    padding: 26px !important;
    border-radius: 26px !important;
  }

  .ace-h12-promo-art {
    opacity: .32 !important;
  }
}

/* ACE TENNIS — PROMOS H12 V1 — FIM */
















/* ACE TENNIS — HOME MOBILE FINAL 1.4A V14 — INICIO */

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  body.cms-index-index {
    background: #f6f6f4 !important;
    overflow-x: hidden !important;
  }

  body.cms-index-index .ace-global-shell {
    display: none !important;
  }

  body.cms-index-index .ace-h11-container,
  body.cms-index-index .ace-h12-promos .ace-h11-container {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Tarja preta superior */
  body.cms-index-index .ace-h11-top-strip {
    height: 40px !important;
    min-height: 40px !important;
    background: #050505 !important;
    overflow: visible !important;
  }

  body.cms-index-index .ace-h11-top-strip .ace-h11-container {
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body.cms-index-index .ace-h11-top-item {
    display: none !important;
  }

  body.cms-index-index .ace-h11-top-item:first-child {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 7px !important;
    width: 100% !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  /* Header */
  body.cms-index-index .ace-h11-site-header {
    background: #fff !important;
    border-bottom: 1px solid rgba(0,0,0,.07) !important;
  }

  body.cms-index-index .ace-h11-main-header {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 92px !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: unset !important;
    padding: 12px 0 11px !important;
  }

  body.cms-index-index .ace-mobile-hamburger {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    background: transparent !important;
    display: inline-grid !important;
    place-items: center !important;
    padding: 0 !important;
    cursor: pointer !important;
  }

  body.cms-index-index .ace-mobile-hamburger span {
    display: block !important;
    width: 23px !important;
    height: 2px !important;
    margin: 2px 0 !important;
    background: #111 !important;
    border-radius: 99px !important;
  }

  body.cms-index-index .ace-h11-logo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    text-align: center !important;
  }

  body.cms-index-index .ace-h11-logo strong {
    font-size: 27px !important;
    line-height: .9 !important;
  }

  body.cms-index-index .ace-h11-logo small {
    margin-top: 4px !important;
    font-size: 9px !important;
    letter-spacing: .18em !important;
  }

  body.cms-index-index .ace-h11-header-actions {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    min-width: 92px !important;
  }

  body.cms-index-index .ace-h11-icon {
    width: 31px !important;
    height: 31px !important;
  }

  body.cms-index-index .ace-h11-icon svg {
    width: 17px !important;
    height: 17px !important;
  }

  body.cms-index-index .ace-h11-search {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-self: center !important;
    position: relative !important;
    width: min(100%, calc(100vw - 58px)) !important;
    max-width: min(100%, calc(100vw - 58px)) !important;
    height: 44px !important;
    margin: 0 auto !important;
    border-radius: 999px !important;
    background: #f4f4f3 !important;
    border: 1px solid rgba(0,0,0,.06) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.cms-index-index .ace-h11-search input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    padding-left: 19px !important;
    padding-right: 54px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
  }

  body.cms-index-index .ace-h11-search button {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 46px !important;
    height: 100% !important;
    flex: 0 0 46px !important;
  }

  body.cms-index-index .ace-h11-menu-row,
  body.cms-index-index .ace-h11-mega,
  body.cms-index-index .ace-h11-hero,
  body.cms-index-index .ace-h11-hero-section,
  body.cms-index-index .ace-h11-slider,
  body.cms-index-index .ace-h11-hero-slider,
  body.cms-index-index .ace-h11-slide,
  body.cms-index-index .ace-h11-hero-slide,
  body.cms-index-index .ace-h11-benefits,
  body.cms-index-index .ace-h11-benefits-row,
  body.cms-index-index .ace-h11-benefits-section,
  body.cms-index-index .ace-h12-categories {
    display: none !important;
  }

  /* Banner mobile */
  body.cms-index-index .ace-mobile-mini-banner {
    display: block !important;
    background: #fff !important;
    padding: 0 0 10px !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-mobile-banner-frame {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-mobile-banner-track {
    display: flex !important;
    gap: 0 !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.cms-index-index .ace-mobile-banner-track::-webkit-scrollbar {
    display: none !important;
  }

  body.cms-index-index .ace-mobile-mini-banner-card {
    position: relative !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-height: 166px !important;
    padding: 20px 50px 18px 50px !important;
    border-radius: 0 !important;
    scroll-snap-align: start !important;
    overflow: hidden !important;
    text-decoration: none !important;
    color: #fff !important;
    background:
      linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.34)),
      radial-gradient(circle at 88% 38%, rgba(151,240,0,.46), transparent 25%),
      linear-gradient(135deg, #161616, #37302a) !important;
  }

  body.cms-index-index .ace-mobile-mini-banner-card::after {
    content: "" !important;
    position: absolute !important;
    right: -42px !important;
    bottom: -56px !important;
    width: 152px !important;
    height: 152px !important;
    border: 12px solid rgba(151,240,0,.48) !important;
    border-radius: 50% !important;
    transform: rotate(-18deg) !important;
    pointer-events: none !important;
  }

  body.cms-index-index .ace-mobile-banner-card-2 {
    background:
      linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.72)),
      radial-gradient(circle at 88% 38%, rgba(151,240,0,.32), transparent 25%),
      #f7f7f5 !important;
    color: #111 !important;
  }

  body.cms-index-index .ace-mobile-banner-card-3 {
    background:
      linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.38)),
      radial-gradient(circle at 88% 38%, rgba(151,240,0,.33), transparent 25%),
      #090909 !important;
  }

  body.cms-index-index .ace-mobile-mini-banner-card span {
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    margin-bottom: 8px !important;
    padding: 5px 9px !important;
    border-radius: 999px !important;
    background: #97f000 !important;
    color: #111 !important;
    font-size: 9px !important;
    font-weight: 950 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
  }

  body.cms-index-index .ace-mobile-mini-banner-card strong {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    max-width: 210px !important;
    color: inherit !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: -.04em !important;
  }

  body.cms-index-index .ace-mobile-mini-banner-card small {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    max-width: 210px !important;
    margin-top: 7px !important;
    color: currentColor !important;
    opacity: .86 !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    font-weight: 650 !important;
  }

  body.cms-index-index .ace-mobile-mini-banner-card em {
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 10px !important;
    min-height: 35px !important;
    height: 35px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111 !important;
    font-style: normal !important;
    font-size: 10px !important;
    line-height: 35px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    white-space: nowrap !important;
  }

  body.cms-index-index .ace-mobile-banner-arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 10 !important;
    width: 30px !important;
    height: 30px !important;
    border: 0 !important;
    border-radius: 999px !important;
    transform: translateY(-50%) !important;
    background: rgba(255,255,255,.94) !important;
    color: #111 !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.16) !important;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 800 !important;
    padding: 0 !important;
  }

  body.cms-index-index .ace-mobile-banner-prev {
    left: 10px !important;
  }

  body.cms-index-index .ace-mobile-banner-next {
    right: 10px !important;
  }

  body.cms-index-index .ace-mobile-banner-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 8px 0 0 !important;
  }

  body.cms-index-index .ace-mobile-banner-dots button {
    width: 7px !important;
    height: 7px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(0,0,0,.22) !important;
    padding: 0 !important;
  }

  body.cms-index-index .ace-mobile-banner-dots button.is-active {
    width: 22px !important;
    background: #111 !important;
  }

  /* Produtos e lançamentos com o mesmo padrão */
  body.cms-index-index .ace-h11-products,
  body.cms-index-index .ace-h12-featured,
  body.cms-index-index .ace-h12-launches {
    padding-top: 22px !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-h11-products .ace-h11-container,
  body.cms-index-index .ace-h12-featured .ace-h11-container,
  body.cms-index-index .ace-h12-launches .ace-h11-container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  body.cms-index-index .ace-h11-section-head,
  body.cms-index-index .ace-h12-section-head,
  body.cms-index-index .ace-h12-featured-head,
  body.cms-index-index .ace-h12-launch-head {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  body.cms-index-index .ace-h11-section-head h2,
  body.cms-index-index .ace-h11-products h2,
  body.cms-index-index .ace-h12-featured h2,
  body.cms-index-index .ace-h12-launches h2 {
    font-size: clamp(27px, 7.5vw, 34px) !important;
    line-height: 1.02 !important;
    text-align: left !important;
  }

  body.cms-index-index .ace-h11-section-head p,
  body.cms-index-index .ace-h11-products p,
  body.cms-index-index .ace-h12-featured p,
  body.cms-index-index .ace-h12-launches p {
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
  }

  body.cms-index-index .ace-h11-products-grid,
  body.cms-index-index .ace-h12-products-grid,
  body.cms-index-index .ace-h12-featured-grid,
  body.cms-index-index .ace-h12-launch-grid,
  body.cms-index-index .ace-h12-launches .ace-h11-products-grid,
  body.cms-index-index .ace-h12-launches .ace-h12-products-grid,
  body.cms-index-index .product-items {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  body.cms-index-index .ace-h11-product-card,
  body.cms-index-index .ace-h12-product-card,
  body.cms-index-index .ace-product-card,
  body.cms-index-index .product-item,
  body.cms-index-index .product-item-info,
  body.cms-index-index .ace-h12-launches .ace-h11-product-card,
  body.cms-index-index .ace-h12-launches .ace-h12-product-card,
  body.cms-index-index .ace-h12-launches .ace-product-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 292px !important;
    height: 292px !important;
    border-radius: 18px !important;
    padding: 9px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body.cms-index-index .ace-h11-product-img,
  body.cms-index-index .ace-h12-product-img,
  body.cms-index-index .product-image-container,
  body.cms-index-index .ace-h12-launches .ace-h11-product-img,
  body.cms-index-index .ace-h12-launches .ace-h12-product-img {
    height: 98px !important;
    min-height: 98px !important;
    max-height: 98px !important;
    padding: 3px !important;
    margin: 0 0 7px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.cms-index-index .ace-h11-product-img img,
  body.cms-index-index .ace-h12-product-card img,
  body.cms-index-index .ace-product-card img,
  body.cms-index-index .product-item img,
  body.cms-index-index .product-image-photo,
  body.cms-index-index .ace-h12-launches img {
    width: 100% !important;
    max-width: 100% !important;
    height: 90px !important;
    max-height: 90px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
  }

  body.cms-index-index .ace-h11-product-info,
  body.cms-index-index .product-item-details {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }

  body.cms-index-index .ace-h11-product-name,
  body.cms-index-index .ace-h12-product-title,
  body.cms-index-index .product-item-name,
  body.cms-index-index .ace-h11-product-card h3,
  body.cms-index-index .ace-h12-product-card h3 {
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 0 5px !important;
    font-size: 9.8px !important;
    line-height: 1.16 !important;
    font-weight: 950 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
  }

  body.cms-index-index .ace-h11-product-price,
  body.cms-index-index .ace-h12-product-price,
  body.cms-index-index .price-box,
  body.cms-index-index .price {
    min-height: 23px !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    margin: 0 0 7px !important;
  }

  body.cms-index-index .ace-h11-product-btn,
  body.cms-index-index .ace-h12-product-cta,
  body.cms-index-index .action.primary,
  body.cms-index-index .product-item button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 35px !important;
    height: 35px !important;
    border-radius: 12px !important;
    padding: 0 7px !important;
    font-size: 8.5px !important;
    line-height: 35px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    margin-top: auto !important;
    overflow: hidden !important;
  }

  /* Banners comerciais inferiores compactos */
  body.cms-index-index .ace-h12-promos {
    padding-top: 30px !important;
    padding-bottom: 38px !important;
  }

  body.cms-index-index .ace-h12-promo-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.cms-index-index .ace-h12-promo-card,
  body.cms-index-index .ace-h12-promo-main,
  body.cms-index-index .ace-h12-promo-mini {
    min-height: 166px !important;
    height: 166px !important;
    border-radius: 22px !important;
    padding: 20px !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-h12-promo-copy {
    max-width: 210px !important;
  }

  body.cms-index-index .ace-h12-promo-copy h3 {
    font-size: 24px !important;
    line-height: 1 !important;
  }

  body.cms-index-index .ace-h12-promo-copy p {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  body.cms-index-index .ace-h12-promo-copy strong {
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 14px !important;
    font-size: 10px !important;
    line-height: 34px !important;
  }

  body.cms-index-index .ace-h12-promo-art {
    right: -38px !important;
    bottom: -48px !important;
    opacity: .38 !important;
    transform: scale(.72) !important;
  }
}

/* Drawer */
@media (max-width: 760px) {
  body.cms-index-index .ace-mobile-drawer {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    background: rgba(0,0,0,.52) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity .22s ease, visibility .22s ease !important;
  }

  body.cms-index-index.ace-mobile-menu-open .ace-mobile-drawer {
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.cms-index-index .ace-mobile-drawer-panel {
    width: min(86vw, 352px) !important;
    height: 100% !important;
    background: #fff !important;
    border-radius: 0 28px 28px 0 !important;
    transform: translateX(-104%) !important;
    transition: transform .24s ease !important;
    box-shadow: 18px 0 70px rgba(0,0,0,.24) !important;
    padding: 22px !important;
    overflow-y: auto !important;
  }

  body.cms-index-index.ace-mobile-menu-open .ace-mobile-drawer-panel {
    transform: translateX(0) !important;
  }

  body.cms-index-index .ace-mobile-drawer-head {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 18px !important;
  }

  body.cms-index-index .ace-mobile-drawer-head strong {
    display: block !important;
    color: #111 !important;
    font-size: 31px !important;
    line-height: .9 !important;
    font-weight: 950 !important;
  }

  body.cms-index-index .ace-mobile-drawer-head strong span {
    color: #97f000 !important;
  }

  body.cms-index-index .ace-mobile-drawer-head small {
    display: block !important;
    margin-top: 5px !important;
    color: rgba(0,0,0,.48) !important;
    font-size: 10px !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }

  body.cms-index-index .ace-mobile-drawer-close {
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    background: #f5f5f3 !important;
    color: #111 !important;
    font-size: 25px !important;
    line-height: 1 !important;
  }

  body.cms-index-index .ace-mobile-drawer-callout {
    margin-bottom: 16px !important;
    padding: 16px !important;
    border-radius: 22px !important;
    background:
      radial-gradient(circle at 88% 20%, rgba(151,240,0,.28), transparent 32%),
      #111 !important;
    color: #fff !important;
  }

  body.cms-index-index .ace-mobile-drawer-callout span {
    display: inline-flex !important;
    margin-bottom: 7px !important;
    color: #97f000 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
  }

  body.cms-index-index .ace-mobile-drawer-callout strong {
    display: block !important;
    font-size: 19px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
  }

  body.cms-index-index .ace-mobile-drawer-nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  body.cms-index-index .ace-mobile-drawer-nav a {
    display: flex !important;
    align-items: center !important;
    min-height: 46px !important;
    border-radius: 16px !important;
    padding: 0 12px !important;
    color: #111 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    background: #f5f5f3 !important;
  }

  body.cms-index-index .ace-mobile-drawer-service {
    margin-top: 18px !important;
    padding: 15px 16px !important;
    border-radius: 20px !important;
    background: #f7f7f5 !important;
  }

  body.cms-index-index .ace-mobile-drawer-service strong {
    display: block !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 950 !important;
  }

  body.cms-index-index .ace-mobile-drawer-service span {
    display: block !important;
    margin-top: 3px !important;
    color: rgba(0,0,0,.62) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 390px) {
  body.cms-index-index .ace-h11-product-card,
  body.cms-index-index .ace-h12-product-card,
  body.cms-index-index .ace-product-card,
  body.cms-index-index .product-item,
  body.cms-index-index .product-item-info {
    min-height: 278px !important;
    height: 278px !important;
  }

  body.cms-index-index .ace-h11-product-img,
  body.cms-index-index .ace-h12-product-img,
  body.cms-index-index .product-image-container {
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }

  body.cms-index-index .ace-h11-product-img img,
  body.cms-index-index .product-item img,
  body.cms-index-index .product-image-photo {
    height: 82px !important;
    max-height: 82px !important;
  }
}

@media (min-width: 761px) {
  .ace-mobile-hamburger,
  .ace-mobile-drawer,
  .ace-mobile-mini-banner {
    display: none !important;
  }
}

/* ACE TENNIS — HOME MOBILE FINAL 1.4A V14 — FIM */


/* ACE TENNIS — HOME MOBILE AJUSTE FINO 1.4A V15 — INICIO */

@media (max-width: 760px) {
  /*
    V15 — ajuste fino final:
    - tarja preta alinhada
    - ícones do topo mais limpos
    - botões dos cards sem corte
    - lançamentos no padrão dos destaques
    - banners inferiores mais proporcionais
    - menu um pouco mais vivo
  */

  /* 1) Topbar alinhada */
  body.cms-index-index .ace-h11-top-strip {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    display: block !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-h11-top-strip .ace-h11-container {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.cms-index-index .ace-h11-top-item:first-child {
    height: 40px !important;
    line-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translateY(1px) !important;
  }

  body.cms-index-index .ace-h11-top-item:first-child svg,
  body.cms-index-index .ace-h11-top-item:first-child i {
    flex: 0 0 auto !important;
    transform: translateY(-1px) !important;
  }

  /* 2) Ícones do topo: remove ícone menos claro e deixa wishlist/carrinho mais limpos */
  body.cms-index-index .ace-h11-header-actions {
    min-width: 82px !important;
    max-width: 82px !important;
    gap: 7px !important;
  }

  body.cms-index-index .ace-h11-header-actions .ace-h11-icon:first-child {
    display: none !important;
  }

  body.cms-index-index .ace-h11-icon {
    position: relative !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(0,0,0,.06) !important;
  }

  body.cms-index-index .ace-h11-icon svg {
    width: 18px !important;
    height: 18px !important;
    stroke-width: 1.8 !important;
  }

  body.cms-index-index .ace-h11-badge,
  body.cms-index-index .counter.qty,
  body.cms-index-index .counter-number {
    min-width: 17px !important;
    height: 17px !important;
    line-height: 17px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    right: -3px !important;
    top: -4px !important;
  }

  /* 3) Banner: botão menos achatado e setas menores/mais discretas */
  body.cms-index-index .ace-mobile-mini-banner-card {
    min-height: 174px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  body.cms-index-index .ace-mobile-mini-banner-card em {
    min-height: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 18px !important;
    font-size: 10px !important;
    border-radius: 999px !important;
  }

  body.cms-index-index .ace-mobile-banner-arrow {
    width: 28px !important;
    height: 28px !important;
    line-height: 26px !important;
    font-size: 20px !important;
    opacity: .92 !important;
  }

  body.cms-index-index .ace-mobile-banner-prev {
    left: 8px !important;
  }

  body.cms-index-index .ace-mobile-banner-next {
    right: 8px !important;
  }

  /* 4) Cards de produto: aumenta um pouco a altura para o botão não cortar */
  body.cms-index-index .ace-h11-product-card,
  body.cms-index-index .ace-h12-product-card,
  body.cms-index-index .ace-product-card,
  body.cms-index-index .product-item,
  body.cms-index-index .product-item-info,
  body.cms-index-index .ace-h12-launches .ace-h11-product-card,
  body.cms-index-index .ace-h12-launches .ace-h12-product-card,
  body.cms-index-index .ace-h12-launches .ace-product-card,
  body.cms-index-index .ace-h12-launch-card,
  body.cms-index-index .ace-h12-launch-item {
    height: 318px !important;
    min-height: 318px !important;
    max-height: 318px !important;
    padding: 10px !important;
    border-radius: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.cms-index-index .ace-h11-product-img,
  body.cms-index-index .ace-h12-product-img,
  body.cms-index-index .product-image-container,
  body.cms-index-index .ace-h12-launches .ace-h11-product-img,
  body.cms-index-index .ace-h12-launches .ace-h12-product-img,
  body.cms-index-index .ace-h12-launch-card .ace-h12-product-img,
  body.cms-index-index .ace-h12-launch-item .ace-h12-product-img {
    height: 106px !important;
    min-height: 106px !important;
    max-height: 106px !important;
    margin-bottom: 8px !important;
  }

  body.cms-index-index .ace-h11-product-img img,
  body.cms-index-index .ace-h12-product-card img,
  body.cms-index-index .ace-product-card img,
  body.cms-index-index .product-item img,
  body.cms-index-index .product-image-photo,
  body.cms-index-index .ace-h12-launches img {
    height: 98px !important;
    max-height: 98px !important;
    object-fit: contain !important;
  }

  body.cms-index-index .ace-h11-product-name,
  body.cms-index-index .ace-h12-product-title,
  body.cms-index-index .product-item-name,
  body.cms-index-index .ace-h11-product-card h3,
  body.cms-index-index .ace-h12-product-card h3,
  body.cms-index-index .ace-h12-launch-card h3,
  body.cms-index-index .ace-h12-launch-item h3 {
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    font-size: 9.6px !important;
    line-height: 1.18 !important;
    margin-bottom: 6px !important;
  }

  body.cms-index-index .ace-h11-product-price,
  body.cms-index-index .ace-h12-product-price,
  body.cms-index-index .price-box,
  body.cms-index-index .price {
    min-height: 24px !important;
    height: 24px !important;
    font-size: 15px !important;
    line-height: 24px !important;
    margin: 0 0 8px !important;
  }

  body.cms-index-index .ace-h11-product-btn,
  body.cms-index-index .ace-h12-product-cta,
  body.cms-index-index .action.primary,
  body.cms-index-index .product-item button,
  body.cms-index-index .ace-h12-launch-card .ace-h12-product-cta,
  body.cms-index-index .ace-h12-launch-item .ace-h12-product-cta {
    min-height: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    border-radius: 13px !important;
    font-size: 8.4px !important;
    padding: 0 8px !important;
    margin-top: auto !important;
    overflow: visible !important;
  }

  /* 5) Lançamentos igual Destaques: 2 colunas e card menor */
  body.cms-index-index .ace-h12-launches .ace-h11-container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  body.cms-index-index .ace-h12-launch-grid,
  body.cms-index-index .ace-h12-launches .ace-h12-products-grid,
  body.cms-index-index .ace-h12-launches .ace-h11-products-grid,
  body.cms-index-index .ace-h12-launches .product-items,
  body.cms-index-index .ace-h12-launches .products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.cms-index-index .ace-h12-launches .ace-h12-product-card,
  body.cms-index-index .ace-h12-launches .ace-h11-product-card,
  body.cms-index-index .ace-h12-launches .ace-product-card,
  body.cms-index-index .ace-h12-launches .product-item,
  body.cms-index-index .ace-h12-launches .product-item-info {
    width: 100% !important;
    max-width: 100% !important;
    height: 318px !important;
    min-height: 318px !important;
  }

  /* 6) Banners comerciais inferiores: deixa mais uniforme e esconde arte excessiva */
  body.cms-index-index .ace-h12-promos {
    padding-top: 30px !important;
    padding-bottom: 38px !important;
  }

  body.cms-index-index .ace-h12-promo-grid,
  body.cms-index-index .ace-h12-promo-stack {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.cms-index-index .ace-h12-promo-card,
  body.cms-index-index .ace-h12-promo-main,
  body.cms-index-index .ace-h12-promo-mini {
    min-height: 174px !important;
    height: 174px !important;
    border-radius: 22px !important;
    padding: 22px 48px 20px 22px !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-h12-promo-copy {
    max-width: 220px !important;
    position: relative !important;
    z-index: 3 !important;
  }

  body.cms-index-index .ace-h12-promo-copy h3 {
    font-size: 24px !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
  }

  body.cms-index-index .ace-h12-promo-copy p {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  body.cms-index-index .ace-h12-promo-copy strong,
  body.cms-index-index .ace-h12-promo-copy a {
    min-height: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 14px !important;
    font-size: 10px !important;
  }

  body.cms-index-index .ace-h12-promo-art {
    opacity: .20 !important;
    right: -58px !important;
    bottom: -58px !important;
    transform: scale(.58) !important;
  }

  body.cms-index-index .ace-h12-promo-main .ace-h12-promo-art {
    opacity: .18 !important;
  }

  /* 7) Drawer um pouco mais vivo */
  body.cms-index-index .ace-mobile-drawer-panel {
    background:
      radial-gradient(circle at 100% 0%, rgba(151,240,0,.10), transparent 30%),
      #fff !important;
  }

  body.cms-index-index .ace-mobile-drawer-callout {
    min-height: 86px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  body.cms-index-index .ace-mobile-drawer-nav a {
    position: relative !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-mobile-drawer-nav a::after {
    content: "›" !important;
    margin-left: auto !important;
    opacity: .35 !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  body.cms-index-index .ace-mobile-drawer-service {
    background:
      radial-gradient(circle at 92% 30%, rgba(151,240,0,.22), transparent 36%),
      #111 !important;
    color: #fff !important;
  }

  body.cms-index-index .ace-mobile-drawer-service strong {
    color: #fff !important;
  }

  body.cms-index-index .ace-mobile-drawer-service span {
    color: rgba(255,255,255,.75) !important;
  }
}

@media (max-width: 390px) {
  body.cms-index-index .ace-h11-product-card,
  body.cms-index-index .ace-h12-product-card,
  body.cms-index-index .ace-product-card,
  body.cms-index-index .product-item,
  body.cms-index-index .product-item-info {
    height: 306px !important;
    min-height: 306px !important;
    max-height: 306px !important;
  }

  body.cms-index-index .ace-h11-product-img,
  body.cms-index-index .ace-h12-product-img,
  body.cms-index-index .product-image-container {
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }

  body.cms-index-index .ace-h11-product-img img,
  body.cms-index-index .product-item img,
  body.cms-index-index .product-image-photo {
    height: 88px !important;
    max-height: 88px !important;
  }
}

/* ACE TENNIS — HOME MOBILE AJUSTE FINO 1.4A V15 — FIM */

/* ACE TENNIS — HOME MOBILE FINAL POLISH 1.4A V16 — INICIO */

@media (max-width: 760px) {
  /*
    V16 — ajuste final mobile:
    - nome do produto sem corte agressivo
    - botão sempre visível
    - lançamentos igual destaques
    - banners comerciais legíveis
    - ícones topo mais limpos
  */

  /* Ícones do topo: mantém só usuário + carrinho/wishlist mais limpos */
  body.cms-index-index .ace-h11-header-actions {
    min-width: 78px !important;
    max-width: 78px !important;
    gap: 6px !important;
  }

  body.cms-index-index .ace-h11-header-actions .ace-h11-icon:nth-child(2) {
    display: none !important;
  }

  body.cms-index-index .ace-h11-icon {
    width: 32px !important;
    height: 32px !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.05) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.05) !important;
  }

  body.cms-index-index .ace-h11-icon svg {
    width: 17px !important;
    height: 17px !important;
  }

  /* Cards de produto: 2 colunas, altura suficiente e texto sem estourar */
  body.cms-index-index .ace-h11-products-grid,
  body.cms-index-index .ace-h12-products-grid,
  body.cms-index-index .ace-h12-featured-grid,
  body.cms-index-index .ace-h12-launch-grid,
  body.cms-index-index .ace-mobile-launch-grid,
  body.cms-index-index .product-items {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.cms-index-index .ace-h11-product-card,
  body.cms-index-index .ace-h12-product-card,
  body.cms-index-index .ace-product-card,
  body.cms-index-index .product-item,
  body.cms-index-index .product-item-info,
  body.cms-index-index .ace-mobile-launch-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 334px !important;
    min-height: 334px !important;
    max-height: 334px !important;
    padding: 10px !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body.cms-index-index .ace-h11-product-img,
  body.cms-index-index .ace-h12-product-img,
  body.cms-index-index .product-image-container,
  body.cms-index-index .ace-mobile-launch-card .ace-h11-product-img,
  body.cms-index-index .ace-mobile-launch-card .ace-h12-product-img {
    height: 102px !important;
    min-height: 102px !important;
    max-height: 102px !important;
    margin: 0 0 8px !important;
    padding: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.cms-index-index .ace-h11-product-img img,
  body.cms-index-index .ace-h12-product-img img,
  body.cms-index-index .ace-h12-product-card img,
  body.cms-index-index .ace-product-card img,
  body.cms-index-index .product-item img,
  body.cms-index-index .product-image-photo,
  body.cms-index-index .ace-mobile-launch-card img {
    width: 100% !important;
    max-width: 100% !important;
    height: 94px !important;
    max-height: 94px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
  }

  body.cms-index-index .ace-h11-product-info,
  body.cms-index-index .ace-h12-product-info,
  body.cms-index-index .product-item-details,
  body.cms-index-index .ace-mobile-launch-card .ace-h11-product-info,
  body.cms-index-index .ace-mobile-launch-card .ace-h12-product-info {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
  }

  body.cms-index-index .ace-h11-product-name,
  body.cms-index-index .ace-h12-product-title,
  body.cms-index-index .product-item-name,
  body.cms-index-index .ace-h11-product-card h3,
  body.cms-index-index .ace-h12-product-card h3,
  body.cms-index-index .ace-mobile-launch-card h3 {
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 0 7px !important;
    font-size: 9.2px !important;
    line-height: 1.18 !important;
    font-weight: 950 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
  }

  body.cms-index-index .ace-h11-product-price,
  body.cms-index-index .ace-h12-product-price,
  body.cms-index-index .price-box,
  body.cms-index-index .price,
  body.cms-index-index .ace-mobile-launch-card .price {
    height: 25px !important;
    min-height: 25px !important;
    margin: 0 0 9px !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 950 !important;
  }

  body.cms-index-index .ace-h11-product-btn,
  body.cms-index-index .ace-h12-product-cta,
  body.cms-index-index .action.primary,
  body.cms-index-index .product-item button,
  body.cms-index-index .ace-mobile-launch-card .ace-h11-product-btn,
  body.cms-index-index .ace-mobile-launch-card .ace-h12-product-cta {
    width: 100% !important;
    max-width: 100% !important;
    height: 39px !important;
    min-height: 39px !important;
    line-height: 39px !important;
    margin-top: auto !important;
    padding: 0 8px !important;
    border-radius: 13px !important;
    font-size: 8.2px !important;
    text-align: center !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  /* Lançamentos: força o mesmo visual dos cards de destaque */
  body.cms-index-index .ace-h12-launches .ace-mobile-launch-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.cms-index-index .ace-h12-launches .ace-mobile-launch-card {
    height: 334px !important;
    min-height: 334px !important;
    max-height: 334px !important;
  }

  body.cms-index-index .ace-h12-launches .ace-mobile-launch-card a,
  body.cms-index-index .ace-h12-launches .ace-mobile-launch-card button {
    max-width: 100% !important;
  }

  /* Banners comerciais inferiores: texto legível e arte discreta */
  body.cms-index-index .ace-h12-promos {
    padding-top: 30px !important;
    padding-bottom: 38px !important;
  }

  body.cms-index-index .ace-h12-promo-grid,
  body.cms-index-index .ace-h12-promo-stack {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.cms-index-index .ace-h12-promo-card,
  body.cms-index-index .ace-h12-promo-main,
  body.cms-index-index .ace-h12-promo-mini {
    position: relative !important;
    height: 188px !important;
    min-height: 188px !important;
    max-height: 188px !important;
    border-radius: 22px !important;
    padding: 22px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
  }

  body.cms-index-index .ace-h12-promo-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,.04)) !important;
    pointer-events: none !important;
  }

  body.cms-index-index .ace-h12-promo-light::before {
    background: linear-gradient(90deg, rgba(255,255,255,.72), rgba(255,255,255,.18)) !important;
  }

  body.cms-index-index .ace-h12-promo-copy {
    position: relative !important;
    z-index: 3 !important;
    max-width: 250px !important;
    transform: none !important;
  }

  body.cms-index-index .ace-h12-promo-copy h3 {
    max-width: 230px !important;
    margin: 0 0 8px !important;
    font-size: 24px !important;
    line-height: 1.02 !important;
    overflow: visible !important;
  }

  body.cms-index-index .ace-h12-promo-copy p {
    max-width: 230px !important;
    margin: 0 0 10px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    overflow: visible !important;
  }

  body.cms-index-index .ace-h12-promo-copy strong,
  body.cms-index-index .ace-h12-promo-copy a {
    height: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    white-space: nowrap !important;
  }

  body.cms-index-index .ace-h12-promo-art {
    z-index: 2 !important;
    opacity: .14 !important;
    right: -78px !important;
    bottom: -72px !important;
    transform: scale(.50) !important;
    pointer-events: none !important;
  }

  body.cms-index-index .ace-h12-promo-light .ace-h12-promo-art {
    opacity: .18 !important;
  }

  /* Tarja preta: ajuste final do texto vertical */
  body.cms-index-index .ace-h11-top-strip,
  body.cms-index-index .ace-h11-top-strip .ace-h11-container,
  body.cms-index-index .ace-h11-top-item:first-child {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }

  body.cms-index-index .ace-h11-top-item:first-child {
    transform: translateY(0) !important;
  }
}

@media (max-width: 390px) {
  body.cms-index-index .ace-h11-product-card,
  body.cms-index-index .ace-h12-product-card,
  body.cms-index-index .ace-product-card,
  body.cms-index-index .product-item,
  body.cms-index-index .product-item-info,
  body.cms-index-index .ace-mobile-launch-card {
    height: 318px !important;
    min-height: 318px !important;
    max-height: 318px !important;
  }

  body.cms-index-index .ace-h11-product-name,
  body.cms-index-index .ace-h12-product-title,
  body.cms-index-index .product-item-name,
  body.cms-index-index .ace-h11-product-card h3,
  body.cms-index-index .ace-h12-product-card h3,
  body.cms-index-index .ace-mobile-launch-card h3 {
    font-size: 8.9px !important;
  }
}

/* ACE TENNIS — HOME MOBILE FINAL POLISH 1.4A V16 — FIM */

/* ACE TENNIS — HOME MOBILE FINAL BANNERS 1.4A V17 — INICIO */

@media (max-width: 760px) {
  /*
    V17:
    - Corrige botão do banner principal mobile.
    - Simplifica banners comerciais inferiores no mobile.
    - Desktop intacto.
  */

  /* Botão do banner principal mobile */
  body.cms-index-index .ace-mobile-mini-banner-card em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 116px !important;
    width: auto !important;
    height: 40px !important;
    min-height: 40px !important;
    line-height: 1 !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  /* Banners comerciais inferiores: no mobile ficam como cards simples e legíveis */
  body.cms-index-index .ace-h12-promos {
    padding-top: 28px !important;
    padding-bottom: 36px !important;
    background: #f6f6f4 !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-h12-promos .ace-h11-container {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.cms-index-index .ace-h12-promo-grid,
  body.cms-index-index .ace-h12-promo-stack {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  body.cms-index-index .ace-h12-promo-card,
  body.cms-index-index .ace-h12-promo-main,
  body.cms-index-index .ace-h12-promo-mini {
    position: relative !important;
    width: 100% !important;
    height: 158px !important;
    min-height: 158px !important;
    max-height: 158px !important;
    border-radius: 22px !important;
    padding: 20px 22px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.06) !important;
  }

  /* Remove a arte gigante no mobile, porque estava cortando e poluindo */
  body.cms-index-index .ace-h12-promo-art,
  body.cms-index-index .ace-h12-promo-card svg,
  body.cms-index-index .ace-h12-promo-card [class*="art"],
  body.cms-index-index .ace-h12-promo-card [class*="visual"] {
    display: none !important;
  }

  /* Fundo limpo para os banners escuros */
  body.cms-index-index .ace-h12-promo-card:not(.ace-h12-promo-light),
  body.cms-index-index .ace-h12-promo-main:not(.ace-h12-promo-light) {
    background:
      radial-gradient(circle at 88% 28%, rgba(151,240,0,.20), transparent 28%),
      linear-gradient(135deg, #101010 0%, #1f1f1f 100%) !important;
    color: #fff !important;
  }

  /* Fundo limpo para banner claro */
  body.cms-index-index .ace-h12-promo-light {
    background:
      radial-gradient(circle at 88% 26%, rgba(151,240,0,.22), transparent 30%),
      linear-gradient(135deg, #ffffff 0%, #f4f4f0 100%) !important;
    color: #111 !important;
  }

  body.cms-index-index .ace-h12-promo-copy {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    max-width: 260px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  body.cms-index-index .ace-h12-promo-copy span,
  body.cms-index-index .ace-h12-promo-copy .ace-h12-promo-kicker {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 24px !important;
    padding: 0 11px !important;
    margin: 0 0 8px !important;
    border-radius: 999px !important;
    background: rgba(151,240,0,.18) !important;
    color: #97f000 !important;
    font-size: 9px !important;
    font-weight: 950 !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body.cms-index-index .ace-h12-promo-light .ace-h12-promo-copy span,
  body.cms-index-index .ace-h12-promo-light .ace-h12-promo-copy .ace-h12-promo-kicker {
    background: rgba(151,240,0,.22) !important;
    color: #4f9700 !important;
  }

  body.cms-index-index .ace-h12-promo-copy h3 {
    display: block !important;
    max-width: 250px !important;
    max-height: none !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: inherit !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: -.04em !important;
    overflow: visible !important;
  }

  body.cms-index-index .ace-h12-promo-copy p {
    display: block !important;
    max-width: 240px !important;
    max-height: 38px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: currentColor !important;
    opacity: .82 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-h12-promo-copy strong,
  body.cms-index-index .ace-h12-promo-copy a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 112px !important;
    height: 36px !important;
    min-height: 36px !important;
    line-height: 1 !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: #97f000 !important;
    color: #111 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body.cms-index-index .ace-h12-promo-light .ace-h12-promo-copy strong,
  body.cms-index-index .ace-h12-promo-light .ace-h12-promo-copy a {
    background: #111 !important;
    color: #fff !important;
  }
}

/* ACE TENNIS — HOME MOBILE FINAL BANNERS 1.4A V17 — FIM */

/* ACE TENNIS — HOME MOBILE CLEAN ICONS PROMOS 1.4A V18 — INICIO */

@media (max-width: 760px) {
  /*
    V18:
    - Esconde ícones antigos do header mobile.
    - Mostra ícones limpos: conta + carrinho.
    - Corrige label do botão do banner.
    - Esconde banners comerciais antigos no mobile.
    - Mostra banners comerciais próprios mobile.
  */

  /* Ícones antigos fora do mobile */
  body.cms-index-index .ace-h11-header-actions {
    display: none !important;
  }

  body.cms-index-index .ace-mobile-clean-actions {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important;
    width: 82px !important;
    min-width: 82px !important;
  }

  body.cms-index-index .ace-mobile-clean-action {
    position: relative !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    color: #111 !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.08) !important;
    text-decoration: none !important;
  }

  body.cms-index-index .ace-mobile-clean-action svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  /* Botão do banner principal: label sem achatamento */
  body.cms-index-index .ace-mobile-mini-banner-card em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 126px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: visible !important;
    transform: none !important;
    font-stretch: normal !important;
  }

  /* Esconde banners comerciais antigos no mobile */
  body.cms-index-index .ace-h12-promos {
    display: none !important;
  }

  /* Banners comerciais mobile próprios */
  body.cms-index-index .ace-mobile-promos-v18 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin: 30px auto 38px !important;
    padding: 0 !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 {
    position: relative !important;
    min-height: 172px !important;
    height: 172px !important;
    border-radius: 24px !important;
    padding: 22px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-shadow: 0 16px 42px rgba(0,0,0,.06) !important;
  }

  body.cms-index-index .ace-mobile-promo-v18::after {
    content: "" !important;
    position: absolute !important;
    right: -42px !important;
    bottom: -56px !important;
    width: 150px !important;
    height: 150px !important;
    border: 12px solid rgba(151,240,0,.34) !important;
    border-radius: 50% !important;
    transform: rotate(-18deg) !important;
    pointer-events: none !important;
  }

  body.cms-index-index .ace-mobile-promo-v18-dark {
    background:
      radial-gradient(circle at 86% 24%, rgba(151,240,0,.23), transparent 30%),
      linear-gradient(135deg, #101010 0%, #1e1e1e 100%) !important;
    color: #fff !important;
  }

  body.cms-index-index .ace-mobile-promo-v18-light {
    background:
      radial-gradient(circle at 86% 24%, rgba(151,240,0,.24), transparent 32%),
      linear-gradient(135deg, #fff 0%, #f4f4f0 100%) !important;
    color: #111 !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 span {
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    align-self: flex-start !important;
    min-height: 24px !important;
    padding: 0 11px !important;
    margin: 0 0 10px !important;
    border-radius: 999px !important;
    background: rgba(151,240,0,.18) !important;
    color: #97f000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body.cms-index-index .ace-mobile-promo-v18-light span {
    background: rgba(151,240,0,.22) !important;
    color: #4f9700 !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 strong {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    max-width: 245px !important;
    color: inherit !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 28px !important;
    line-height: .98 !important;
    font-weight: 500 !important;
    letter-spacing: -.045em !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 small {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    max-width: 245px !important;
    margin-top: 9px !important;
    color: currentColor !important;
    opacity: .82 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 em {
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: flex-start !important;
    width: auto !important;
    min-width: 118px !important;
    height: 36px !important;
    margin-top: 14px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: #97f000 !important;
    color: #111 !important;
    font-style: normal !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body.cms-index-index .ace-mobile-promo-v18-light em {
    background: #111 !important;
    color: #fff !important;
  }
}

@media (min-width: 761px) {
  .ace-mobile-clean-actions,
  .ace-mobile-promos-v18 {
    display: none !important;
  }
}

/* ACE TENNIS — HOME MOBILE CLEAN ICONS PROMOS 1.4A V18 — FIM */

/* ACE TENNIS — HOME MOBILE ICONES BOTOES 1.4A V19 — INICIO */

@media (max-width: 760px) {
  /*
    V19:
    - Ícones mobile fixos e limpos no topo.
    - Esconde definitivamente os ícones antigos.
    - Ajusta botões dos banners mobile.
  */

  body.cms-index-index .ace-h11-header-actions {
    display: none !important;
  }

  body.cms-index-index .ace-mobile-clean-actions:not(.ace-mobile-actions-fixed) {
    display: none !important;
  }

  body.cms-index-index .ace-mobile-actions-fixed {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important;
    width: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    z-index: 5 !important;
  }

  body.cms-index-index .ace-mobile-clean-action {
    position: relative !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    color: #111 !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.08) !important;
    text-decoration: none !important;
  }

  body.cms-index-index .ace-mobile-clean-action svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  /* Botão do banner principal mobile */
  body.cms-index-index .ace-mobile-mini-banner-card em,
  body.cms-index-index .ace-mobile-promo-v18 em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 128px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.cms-index-index .ace-mobile-mini-banner-card em {
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.10) !important;
  }

  body.cms-index-index .ace-mobile-banner-card-2 em {
    background: #111 !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 em {
    margin-top: 14px !important;
    background: #97f000 !important;
    color: #111 !important;
  }

  body.cms-index-index .ace-mobile-promo-v18-light em {
    background: #111 !important;
    color: #fff !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 {
    min-height: 182px !important;
    height: 182px !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 strong,
  body.cms-index-index .ace-mobile-promo-v18 small {
    max-width: 270px !important;
  }
}

@media (min-width: 761px) {
  .ace-mobile-actions-fixed {
    display: none !important;
  }
}

/* ACE TENNIS — HOME MOBILE ICONES BOTOES 1.4A V19 — FIM */

/* ACE TENNIS — HOME MOBILE AJUSTE BOTOES PROMOS 1.4A V20 — INICIO */

@media (max-width: 760px) {
  /*
    V20:
    - Mantém os 2 ícones limpos do topo.
    - Dá mais altura aos banners comerciais mobile.
    - Sobe os botões para não ficarem colados/cortados no final.
    - Desktop intacto.
  */

  body.cms-index-index .ace-mobile-promos-v18 {
    gap: 14px !important;
    margin-bottom: 42px !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 {
    min-height: 202px !important;
    height: 202px !important;
    padding: 24px 22px 30px !important;
    justify-content: flex-start !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 span {
    margin-bottom: 10px !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 strong {
    max-width: 285px !important;
    font-size: 28px !important;
    line-height: .98 !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 small {
    max-width: 285px !important;
    margin-top: 9px !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 em {
    margin-top: 12px !important;
    height: 42px !important;
    min-height: 42px !important;
    line-height: 1 !important;
    transform: translateY(-4px) !important;
  }
}

@media (max-width: 390px) {
  body.cms-index-index .ace-mobile-promo-v18 {
    min-height: 196px !important;
    height: 196px !important;
    padding: 22px 20px 28px !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 strong {
    font-size: 26px !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 em {
    transform: translateY(-5px) !important;
  }
}

/* ACE TENNIS — HOME MOBILE AJUSTE BOTOES PROMOS 1.4A V20 — FIM */

/* ACE TENNIS — HOME MOBILE BOTOES PROMOS DEFINITIVO 1.4A V21 — INICIO */

@media (max-width: 760px) {
  /*
    V21:
    Ajuste definitivo dos botões dos banners comerciais mobile.
    Usa position:absolute para impedir corte no final do card.
  */

  body.cms-index-index .ace-mobile-promo-v18 {
    position: relative !important;
    min-height: 210px !important;
    height: 210px !important;
    padding: 24px 22px 66px !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 em {
    position: absolute !important;
    left: 22px !important;
    bottom: 24px !important;
    z-index: 5 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 150px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

    padding: 0 22px !important;
    border-radius: 999px !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;

    transform: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.cms-index-index .ace-mobile-promo-v18-dark em {
    background: #97f000 !important;
    color: #111 !important;
  }

  body.cms-index-index .ace-mobile-promo-v18-light em {
    background: #111 !important;
    color: #fff !important;
  }
}

@media (max-width: 390px) {
  body.cms-index-index .ace-mobile-promo-v18 {
    min-height: 204px !important;
    height: 204px !important;
    padding-bottom: 64px !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 em {
    bottom: 22px !important;
    min-width: 142px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    font-size: 10px !important;
  }
}

/* ACE TENNIS — HOME MOBILE BOTOES PROMOS DEFINITIVO 1.4A V21 — FIM */

/* ACE TENNIS — HOME MOBILE DESCE BOTOES PROMOS 1.4A V22 — INICIO */

@media (max-width: 760px) {
  /*
    V22:
    - Desce os botões dos banners comerciais mobile.
    - Mantém visual atual aprovado.
    - Desktop intacto.
  */

  body.cms-index-index .ace-mobile-promo-v18 {
    min-height: 214px !important;
    height: 214px !important;
    padding: 24px 22px 58px !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 small {
    max-width: 285px !important;
    max-height: 48px !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 em {
    position: absolute !important;
    left: 22px !important;
    bottom: 13px !important;
    transform: none !important;

    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    line-height: 1 !important;
  }
}

@media (max-width: 390px) {
  body.cms-index-index .ace-mobile-promo-v18 {
    min-height: 208px !important;
    height: 208px !important;
    padding-bottom: 56px !important;
  }

  body.cms-index-index .ace-mobile-promo-v18 em {
    bottom: 12px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
  }
}

/* ACE TENNIS — HOME MOBILE DESCE BOTOES PROMOS 1.4A V22 — FIM */

/* ACE TENNIS — HOME TABLET 1.4B FIX DUPLICIDADE — INICIO */

@media (min-width: 761px) and (max-width: 1100px) {
  /*
    Correção mínima:
    - Não recria layout.
    - Não troca hero.
    - Só remove duplicidade do header no tablet.
    - Mantém mobile <=760 intacto.
    - Mantém desktop >1100 intacto.
  */

  html,
  body {
    overflow-x: hidden !important;
  }

  body.cms-index-index {
    overflow-x: hidden !important;
  }

  body.cms-index-index .page-wrapper,
  body.cms-index-index .page-main,
  body.cms-index-index .columns,
  body.cms-index-index .column.main {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /*
    Este é o header/shell extra que está duplicando no tablet.
    No mobile ele já era escondido; agora escondemos também no tablet.
  */
  body.cms-index-index .ace-global-shell {
    display: none !important;
  }

  /*
    Elementos exclusivos do mobile não devem aparecer no tablet,
    exceto se algum CSS antigo tentar forçar.
  */
  body.cms-index-index .ace-mobile-hamburger,
  body.cms-index-index .ace-mobile-actions-fixed,
  body.cms-index-index .ace-mobile-clean-actions,
  body.cms-index-index .ace-mobile-drawer,
  body.cms-index-index .ace-mobile-mini-banner,
  body.cms-index-index .ace-mobile-promos-v18 {
    display: none !important;
  }

  /*
    Mantém o header real da Home visível.
  */
  body.cms-index-index .ace-h11-top-strip,
  body.cms-index-index .ace-h11-site-header,
  body.cms-index-index .ace-h11-main-header,
  body.cms-index-index .ace-h11-menu-row,
  body.cms-index-index .ace-h11-hero,
  body.cms-index-index .ace-h11-hero-section {
    display: block !important;
  }

  body.cms-index-index .ace-h11-main-header {
    display: grid !important;
  }

  /*
    Só evita estouro lateral do menu em tablet.
    Não muda o desenho.
  */
  body.cms-index-index .ace-h11-menu-row {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.cms-index-index .ace-h11-menu-row::-webkit-scrollbar {
    height: 3px !important;
  }

  body.cms-index-index .ace-h11-menu-row::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.18) !important;
    border-radius: 999px !important;
  }
}

/* ACE TENNIS — HOME TABLET 1.4B FIX DUPLICIDADE — FIM */

/* ACE TENNIS — HOME TABLET 1.4B V5 TOPBAR — INICIO */

@media (min-width: 761px) and (max-width: 1100px) {
  /*
    Ajuste fino:
    centraliza verticalmente o texto/ícones da tarja preta no tablet.
  */

  body.cms-index-index .ace-h11-top-strip {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    background: #050505 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  body.cms-index-index .ace-h11-top-strip .ace-h11-container {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.cms-index-index .ace-h11-top-item {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    line-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: translateY(1px) !important;
  }

  body.cms-index-index .ace-h11-top-item svg,
  body.cms-index-index .ace-h11-top-item i {
    display: inline-block !important;
    vertical-align: middle !important;
    transform: translateY(-1px) !important;
  }
}

/* ACE TENNIS — HOME TABLET 1.4B V5 TOPBAR — FIM */

/* ACE TENNIS — HOME TABLET 1.4B V6 TOPBAR SEM CORTE — INICIO */

@media (min-width: 761px) and (max-width: 1100px) {
  /*
    V6:
    - Evita corte lateral da tarja preta.
    - Tablet horizontal mostra até 4 chamadas compactas.
    - Tablet vertical mostra só 2 chamadas principais.
    - Mobile e desktop grande intactos.
  */

  body.cms-index-index .ace-h11-top-strip {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    overflow: hidden !important;
    background: #050505 !important;
  }

  body.cms-index-index .ace-h11-top-strip .ace-h11-container {
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    overflow: hidden !important;
  }

  body.cms-index-index .ace-h11-top-item {
    height: 38px !important;
    line-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    color: #fff !important;
    font-size: 10.5px !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: max-content !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transform: none !important;
  }

  body.cms-index-index .ace-h11-top-item svg,
  body.cms-index-index .ace-h11-top-item i {
    flex: 0 0 auto !important;
    transform: none !important;
  }

  body.cms-index-index .ace-h11-top-item:nth-child(n+5) {
    display: none !important;
  }
}

/* Tablet vertical: não força 3 ou 4 mensagens porque corta */
@media (min-width: 761px) and (max-width: 900px) {
  body.cms-index-index .ace-h11-top-strip .ace-h11-container {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    justify-content: space-around !important;
    gap: 18px !important;
  }

  body.cms-index-index .ace-h11-top-item {
    font-size: 11px !important;
    flex: 0 0 auto !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }

  body.cms-index-index .ace-h11-top-item:nth-child(n+3) {
    display: none !important;
  }
}

/* ACE TENNIS — HOME TABLET 1.4B V6 TOPBAR SEM CORTE — FIM */

/* ACE TENNIS — BOTTOM PROMOS COMPACTO OFICIAL — INICIO
   Objetivo:
   - reduzir altura dos banners comerciais inferiores;
   - liberar mais área visual para produtos na Home;
   - manter o visual premium já aprovado;
   - não alterar topo, hero principal, menu ou grid de produtos.
*/
@media (min-width: 1024px) {
    .ace-h12-promos {
        padding-top: 26px !important;
        padding-bottom: 32px !important;
    }

    .ace-h12-promos .ace-h11-container,
    .ace-h12-promos .ace-container,
    .ace-h12-promo-grid {
        max-width: 1120px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ace-h12-promo-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.85fr) !important;
        gap: 16px !important;
        align-items: stretch !important;
    }

    .ace-h12-promo-main {
        min-height: 300px !important;
        height: 300px !important;
        padding: 34px 38px !important;
        border-radius: 24px !important;
        overflow: hidden !important;
    }

    .ace-h12-promo-stack {
        display: grid !important;
        gap: 16px !important;
        grid-template-rows: 142px 142px !important;
    }

    .ace-h12-promo-mini {
        min-height: 142px !important;
        height: 142px !important;
        padding: 24px 30px !important;
        border-radius: 22px !important;
        overflow: hidden !important;
    }

    .ace-h12-promo-main h2,
    .ace-h12-promo-main .ace-h12-promo-title {
        font-size: clamp(34px, 3.2vw, 48px) !important;
        line-height: .92 !important;
        letter-spacing: -.04em !important;
        max-width: 300px !important;
        margin-bottom: 12px !important;
    }

    .ace-h12-promo-mini h3,
    .ace-h12-promo-mini .ace-h12-promo-title {
        font-size: 23px !important;
        line-height: .95 !important;
        letter-spacing: -.035em !important;
        max-width: 230px !important;
        margin-bottom: 8px !important;
    }

    .ace-h12-promo-main p,
    .ace-h12-promo-mini p,
    .ace-h12-promo-text {
        font-size: 13px !important;
        line-height: 1.35 !important;
        max-width: 260px !important;
        margin-bottom: 14px !important;
    }

    .ace-h12-promo-main .ace-h12-promo-badge,
    .ace-h12-promo-mini .ace-h12-promo-badge,
    .ace-h12-promo-badge {
        font-size: 9px !important;
        line-height: 1 !important;
        padding: 7px 12px !important;
        margin-bottom: 14px !important;
        border-radius: 999px !important;
    }

    .ace-h12-promo-main a,
    .ace-h12-promo-mini a,
    .ace-h12-promo-link {
        font-size: 10px !important;
        line-height: 1 !important;
    }

    .ace-h12-promo-main img,
    .ace-h12-promo-main svg,
    .ace-h12-promo-main .ace-h12-art,
    .ace-h12-promo-main .ace-h12-promo-art {
        max-height: 250px !important;
        max-width: 58% !important;
    }

    .ace-h12-promo-mini img,
    .ace-h12-promo-mini svg,
    .ace-h12-promo-mini .ace-h12-art,
    .ace-h12-promo-mini .ace-h12-promo-art {
        max-height: 118px !important;
        max-width: 38% !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ace-h12-promos {
        padding-top: 22px !important;
        padding-bottom: 28px !important;
    }

    .ace-h12-promo-grid {
        gap: 14px !important;
    }

    .ace-h12-promo-main {
        min-height: 260px !important;
        height: auto !important;
        padding: 30px !important;
    }

    .ace-h12-promo-mini {
        min-height: 132px !important;
        padding: 22px 24px !important;
    }
}

@media (max-width: 767px) {
    .ace-h12-promos {
        padding-top: 18px !important;
        padding-bottom: 24px !important;
    }

    .ace-h12-promo-grid {
        gap: 14px !important;
    }

    .ace-h12-promo-main,
    .ace-h12-promo-mini {
        min-height: 210px !important;
        padding: 26px 22px !important;
        border-radius: 22px !important;
    }
}
/* ACE TENNIS — BOTTOM PROMOS COMPACTO OFICIAL — FIM */

/* ACE TENNIS — BRANDBOOK FINAL — INICIO
   Fonte/paleta oficiais para Home:
   RGB: #FFFFFF | #D5FE00 | #000000
   CMYK referência: #FFFFFF | #CED600 | #010101
   Logo oficial: web/images/brand/logo.png
   Escopo: visual, fonte e marca. Não altera estrutura da Home.
*/
:root {
  --ace-brand-white: #FFFFFF;
  --ace-brand-green: #D5FE00;
  --ace-brand-green-cmyk: #CED600;
  --ace-brand-black: #000000;
  --ace-brand-black-soft: #010101;
  --ace-brand-bg: #F7F8F4;

  --ace-black: #000000;
  --ace-green: #D5FE00;
  --ace-bg: #F7F8F4;
  --ace-border: #E4E4E0;

  --ace-h11-black: #000000;
  --ace-h11-white: #FFFFFF;
  --ace-h11-text: #101010;
  --ace-h11-muted: #686868;
  --ace-h11-line: #E6E6E3;
  --ace-h11-green: #D5FE00;
  --ace-h11-green-dark: #9BC000;
  --ace-h11-red: #D5FE00;
}

/* Fonte única em toda a Home */
body.cms-index-index,
body.cms-index-index *:not(svg):not(path):not(i):not(.fa):not([class*="icon"]):not([class*="Icon"]) {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

/* Mantém peso/hierarquia, mas sem variar família */
body.cms-index-index h1,
body.cms-index-index h2,
body.cms-index-index h3,
body.cms-index-index h4,
body.cms-index-index h5,
body.cms-index-index h6,
body.cms-index-index .price,
body.cms-index-index .product-item-name,
body.cms-index-index .action,
body.cms-index-index button,
body.cms-index-index a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

/* Logo oficial — header custom e header Magento */
body.cms-index-index .page-header .logo img,
body.cms-index-index header .logo img,
body.cms-index-index .ace-h11-logo img,
body.cms-index-index .ace-logo img {
  content: url("../images/brand/logo.png") !important;
  object-fit: contain !important;
  max-width: 170px !important;
  max-height: 70px !important;
}

/* Caso o logo atual seja texto/CSS, usa imagem oficial sem mudar estrutura */
body.cms-index-index .ace-h11-logo,
body.cms-index-index .ace-logo,
body.cms-index-index .ace-h11-brand-logo {
  background-image: url("../images/brand/logo.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
  min-width: 170px !important;
  min-height: 70px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body.cms-index-index .ace-h11-logo *,
body.cms-index-index .ace-logo *,
body.cms-index-index .ace-h11-brand-logo * {
  color: transparent !important;
  font-size: 0 !important;
}

/* Topo e áreas pretas na paleta oficial */
body.cms-index-index .ace-h11-top-strip,
body.cms-index-index .ace-footer,
body.cms-index-index .page-footer {
  background: #000000 !important;
  color: #FFFFFF !important;
}

/* Menu e header */
body.cms-index-index .ace-h11-site-header,
body.cms-index-index .ace-h11-menu-row {
  background-color: #FFFFFF !important;
  color: #101010 !important;
}

body.cms-index-index .ace-h11-menu-row a,
body.cms-index-index .ace-h11-nav a,
body.cms-index-index .navigation a {
  color: #101010 !important;
}

body.cms-index-index .ace-h11-menu-row a:hover,
body.cms-index-index .ace-h11-nav a:hover,
body.cms-index-index .navigation a:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Promoções deixa de ser vermelho e passa para identidade oficial */
body.cms-index-index .ace-h11-menu-row a[href*="promo"],
body.cms-index-index .ace-h11-menu-row a[href*="promoc"],
body.cms-index-index .ace-h11-nav a[href*="promo"],
body.cms-index-index .ace-h11-nav a[href*="promoc"],
body.cms-index-index .navigation a[href*="promo"],
body.cms-index-index .navigation a[href*="promoc"] {
  color: #000000 !important;
  background: #D5FE00 !important;
  border-radius: 999px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* CTAs */
body.cms-index-index .ace-h11-btn-primary,
body.cms-index-index .ace-btn-primary,
body.cms-index-index .action.primary,
body.cms-index-index button.action.primary {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}

body.cms-index-index .ace-h11-btn-primary:hover,
body.cms-index-index .ace-btn-primary:hover,
body.cms-index-index .action.primary:hover,
body.cms-index-index button.action.primary:hover {
  background: #D5FE00 !important;
  border-color: #D5FE00 !important;
  color: #000000 !important;
}

body.cms-index-index .ace-h11-btn-secondary,
body.cms-index-index .ace-btn-secondary {
  background: #FFFFFF !important;
  border-color: #000000 !important;
  color: #000000 !important;
}

body.cms-index-index .ace-h11-btn-secondary:hover,
body.cms-index-index .ace-btn-secondary:hover {
  background: #D5FE00 !important;
  border-color: #D5FE00 !important;
  color: #000000 !important;
}

/* Selos, detalhes e bolinhas do carrossel */
body.cms-index-index .ace-h11-badge,
body.cms-index-index .ace-h12-promo-badge,
body.cms-index-index .ace-badge,
body.cms-index-index .ace-tag,
body.cms-index-index .ace-h11-hero-dot.is-active,
body.cms-index-index .ace-h11-hero-dot.active,
body.cms-index-index .slick-dots .slick-active button {
  background: #D5FE00 !important;
  color: #000000 !important;
  border-color: #D5FE00 !important;
}

/* Ilustrações verdes existentes usam a cor oficial */
body.cms-index-index .ace-h11-ball,
body.cms-index-index .ace-h11-art-green,
body.cms-index-index .ace-h12-art-green,
body.cms-index-index .ace-h12-promo-art {
  --ace-h11-green: #D5FE00;
  --ace-h11-green-dark: #9BC000;
}

/* Fundo geral e blocos claros */
body.cms-index-index {
  background: #F7F8F4 !important;
  color: #101010 !important;
}

body.cms-index-index .ace-h12-promos {
  background: #F7F8F4 !important;
}

/* Banners inferiores sem mudar dimensões */
body.cms-index-index .ace-h12-promo-main,
body.cms-index-index .ace-h12-promo-dark {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

body.cms-index-index .ace-h12-promo-light {
  background-color: #FFFFFF !important;
  color: #101010 !important;
}

body.cms-index-index .ace-h12-promo-main .ace-h12-promo-badge,
body.cms-index-index .ace-h12-promo-dark .ace-h12-promo-badge,
body.cms-index-index .ace-h12-promo-light .ace-h12-promo-badge {
  background: #D5FE00 !important;
  color: #000000 !important;
}

/* Links de destaque */
body.cms-index-index .ace-h12-promo-link,
body.cms-index-index .ace-h11-accent,
body.cms-index-index .ace-accent,
body.cms-index-index .price-box .price,
body.cms-index-index .special-price .price {
  color: #000000 !important;
}

/* Foco acessível com verde oficial */
body.cms-index-index a:focus,
body.cms-index-index button:focus,
body.cms-index-index input:focus {
  outline-color: #D5FE00 !important;
}
/* ACE TENNIS — BRANDBOOK FINAL — FIM */














/* ACE TENNIS — LOGO REAL GRANDE E BOTTOM COPY FIX — INICIO
   Correção baseada no HTML real:
   Logo: .ace-h11-logo
   Banners: .ace-h12-promo-copy span/h3/p/strong
*/

/* HEADER: abre espaço real para uma logo maior */
body.cms-index-index .ace-h11-main-header {
  display: grid !important;
  grid-template-columns: 280px minmax(360px, 720px) auto !important;
  align-items: center !important;
  column-gap: 26px !important;
  min-height: 108px !important;
}

body.cms-index-index .ace-h11-search {
  width: 100% !important;
  max-width: 720px !important;
}

/* LOGO MAIOR: bolinha oficial + nome ao lado */
body.cms-index-index .ace-h11-logo {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 270px !important;
  min-width: 270px !important;
  max-width: 270px !important;
  height: 104px !important;
  min-height: 104px !important;
  max-height: 104px !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;

  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-decoration: none !important;
}

body.cms-index-index .ace-h11-logo::before {
  content: "" !important;
  display: block !important;

  width: 104px !important;
  min-width: 104px !important;
  height: 104px !important;

  background-image: url("../images/brand/logo-official-circle.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-color: transparent !important;
}

body.cms-index-index .ace-h11-logo::after {
  content: "ACE\A TENNIS" !important;
  white-space: pre !important;
  display: block !important;

  margin-left: 14px !important;
  padding-top: 4px !important;

  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.08 !important;
  letter-spacing: .25em !important;
  font-weight: 900 !important;
  color: #000000 !important;
}

/* Esconde o texto antigo ACE. / Tennis Store */
body.cms-index-index .ace-h11-logo strong,
body.cms-index-index .ace-h11-logo small,
body.cms-index-index .ace-h11-logo img {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* BOTTOM: usa a estrutura real .ace-h12-promo-copy */
body.cms-index-index .ace-h12-promo-mini {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
}

/* Remove CTA/descrição real dos banners pequenos: p e strong */
body.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy p,
body.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy strong {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

/* Wrapper real dos textos dos banners pequenos */
body.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy {
  position: absolute !important;
  left: 38px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 8 !important;

  width: 58% !important;
  max-width: 58% !important;

  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

/* Badge real é span */
body.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy span {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;

  width: auto !important;
  max-width: max-content !important;
  height: auto !important;

  font-size: 7px !important;
  line-height: 1 !important;
  letter-spacing: .12em !important;
  padding: 5px 9px !important;
  margin: 0 0 9px 0 !important;
  white-space: nowrap !important;
}

/* Título real é h3 */
body.cms-index-index .ace-h12-promo-mini .ace-h12-promo-copy h3 {
  position: static !important;
  display: block !important;

  font-size: 23px !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
  font-weight: 500 !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* Card preto: sobe o conjunto inteiro */
body.cms-index-index .ace-h12-promo-dark .ace-h12-promo-copy {
  top: 45% !important;
  width: 60% !important;
  max-width: 60% !important;
}

body.cms-index-index .ace-h12-promo-dark .ace-h12-promo-copy h3 {
  font-size: 22px !important;
  line-height: 1.04 !important;
}

/* Artes laterais com espaço para texto */
body.cms-index-index .ace-h12-promo-mini .ace-h12-promo-art {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) scale(.72) !important;
  transform-origin: center !important;
  z-index: 4 !important;

  max-width: 98px !important;
  max-height: 98px !important;
  object-fit: contain !important;
}

body.cms-index-index .ace-h12-promo-dark .ace-h12-promo-art {
  right: 12px !important;
  transform: translateY(-50%) scale(.68) !important;
  max-width: 94px !important;
  max-height: 94px !important;
}

/* Mantém banner grande sem mexer demais */
body.cms-index-index .ace-h12-promo-main .ace-h12-promo-copy h2 {
  font-size: clamp(29px, 2.85vw, 40px) !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
}

/* Responsivo */
@media (max-width: 768px) {
  body.cms-index-index .ace-h11-main-header {
    grid-template-columns: 190px 1fr auto !important;
    min-height: 84px !important;
    column-gap: 14px !important;
  }

  body.cms-index-index .ace-h11-logo {
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }

  body.cms-index-index .ace-h11-logo::before {
    width: 76px !important;
    min-width: 76px !important;
    height: 76px !important;
  }

  body.cms-index-index .ace-h11-logo::after {
    font-size: 12px !important;
    letter-spacing: .2em !important;
    margin-left: 9px !important;
  }
}
/* ACE TENNIS — LOGO REAL GRANDE E BOTTOM COPY FIX — FIM */

/* ACE TENNIS — SOMENTE LOGO MAIOR HEADER — INICIO
   Escopo fechado:
   - aumenta a logo do header;
   - não toca nos banners;
   - não toca nas seções da Home.
*/

/* Dá mais espaço horizontal e vertical para a marca */
body.cms-index-index .ace-h11-main-header {
  grid-template-columns: 360px minmax(360px, 700px) auto !important;
  column-gap: 28px !important;
  min-height: 124px !important;
  align-items: center !important;
}

/* Logo maior no topo */
body.cms-index-index .ace-h11-logo {
  width: 345px !important;
  min-width: 345px !important;
  max-width: 345px !important;

  height: 118px !important;
  min-height: 118px !important;
  max-height: 118px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Bolinha oficial bem maior */
body.cms-index-index .ace-h11-logo::before {
  width: 118px !important;
  min-width: 118px !important;
  max-width: 118px !important;

  height: 118px !important;
  min-height: 118px !important;
  max-height: 118px !important;

  background-image: url("../images/brand/logo-official-circle.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-color: transparent !important;
}

/* Nome ao lado maior e mais proporcional */
body.cms-index-index .ace-h11-logo::after {
  content: "ACE\A TENNIS" !important;
  white-space: pre !important;
  display: block !important;

  margin-left: 16px !important;
  padding-top: 3px !important;

  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.08 !important;
  letter-spacing: .25em !important;
  font-weight: 900 !important;
  color: #000000 !important;
}

/* Garante que o texto antigo não aparece junto */
body.cms-index-index .ace-h11-logo strong,
body.cms-index-index .ace-h11-logo small,
body.cms-index-index .ace-h11-logo img {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Ajusta busca para não esmagar com a logo maior */
body.cms-index-index .ace-h11-search {
  max-width: 700px !important;
}

/* Responsivo */
@media (max-width: 768px) {
  body.cms-index-index .ace-h11-main-header {
    grid-template-columns: 220px 1fr auto !important;
    min-height: 92px !important;
    column-gap: 16px !important;
  }

  body.cms-index-index .ace-h11-logo {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
  }

  body.cms-index-index .ace-h11-logo::before {
    width: 86px !important;
    min-width: 86px !important;
    max-width: 86px !important;

    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
  }

  body.cms-index-index .ace-h11-logo::after {
    font-size: 13px !important;
    letter-spacing: .2em !important;
    margin-left: 10px !important;
  }
}
/* ACE TENNIS — SOMENTE LOGO MAIOR HEADER — FIM */

/* ACE TENNIS — HOME BLACK NEON EXPERIMENTAL — INICIO
   Referência visual enviada pelo cliente:
   - preto como base forte;
   - verde neon #D5FE00 como faixa e destaque;
   - branco para contraste;
   - hero com impacto esportivo;
   - sem alterar estrutura, carrosséis, cards, categorias ou scripts.
*/

body.cms-index-index {
  background:
    radial-gradient(circle at 12% 18%, rgba(213,254,0,.10), transparent 24%),
    radial-gradient(circle at 86% 32%, rgba(213,254,0,.08), transparent 26%),
    #f7f8f4 !important;
}

/* Top strip mais próximo do print do cliente */
body.cms-index-index .ace-h11-top-strip {
  background: #000000 !important;
  color: #ffffff !important;
  border-bottom: 0 !important;
}

body.cms-index-index .ace-h11-top-strip strong,
body.cms-index-index .ace-h11-top-strip b,
body.cms-index-index .ace-h11-top-strip span em,
body.cms-index-index .ace-h11-top-strip .highlight {
  color: #D5FE00 !important;
}

body.cms-index-index .ace-h11-top-strip svg,
body.cms-index-index .ace-h11-top-strip path {
  stroke: #ffffff !important;
}

/* Header principal branco, limpo, com marca maior já aplicada */
body.cms-index-index .ace-h11-site-header {
  background: #ffffff !important;
  border-bottom: 0 !important;
  box-shadow: 0 8px 28px rgba(0,0,0,.06) !important;
}

body.cms-index-index .ace-h11-main-header {
  background: #ffffff !important;
}

/* Busca no padrão clean do print */
body.cms-index-index .ace-h11-search {
  background: #f2f2f2 !important;
  border: 1px solid rgba(0,0,0,.04) !important;
  box-shadow: none !important;
}

body.cms-index-index .ace-h11-search input {
  background: transparent !important;
  color: #111111 !important;
}

body.cms-index-index .ace-h11-search input::placeholder {
  color: #8c8c8c !important;
}

body.cms-index-index .ace-h11-search button svg,
body.cms-index-index .ace-h11-header-actions svg {
  stroke: #000000 !important;
}

/* Menu vira faixa verde neon, como a referência */
body.cms-index-index .ace-h11-menu-row {
  background: #D5FE00 !important;
  border-top: 1px solid rgba(0,0,0,.08) !important;
  border-bottom: 1px solid rgba(0,0,0,.14) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.08) !important;
}

body.cms-index-index .ace-h11-nav {
  min-height: 52px !important;
  align-items: center !important;
}

body.cms-index-index .ace-h11-nav a,
body.cms-index-index .ace-h11-menu-row a {
  color: #000000 !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

body.cms-index-index .ace-h11-nav a:hover,
body.cms-index-index .ace-h11-menu-row a:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Item ativo no menu em pílula preta */
body.cms-index-index .ace-h11-nav a.active,
body.cms-index-index .ace-h11-nav .active > a,
body.cms-index-index .ace-h11-menu-row a.active {
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  padding: 13px 28px !important;
  box-shadow: 0 10px 20px rgba(0,0,0,.16) !important;
}

/* Promoções deixa de parecer botão solto e entra na faixa */
body.cms-index-index .ace-h11-menu-row a[href*="promo"],
body.cms-index-index .ace-h11-menu-row a[href*="promoc"],
body.cms-index-index .ace-h11-nav a[href*="promo"],
body.cms-index-index .ace-h11-nav a[href*="promoc"] {
  background: transparent !important;
  color: #000000 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* HERO: atmosfera preta/neon esportiva */
body.cms-index-index .ace-h11-hero-slider {
  background: #050505 !important;
  color: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  isolation: isolate !important;
}

/* faixa/brush neon atrás da arte */
body.cms-index-index .ace-h11-hero-slider::before {
  content: "" !important;
  position: absolute !important;
  right: -8% !important;
  top: -18% !important;
  width: 58% !important;
  height: 135% !important;
  background:
    radial-gradient(circle at 58% 42%, rgba(213,254,0,.98), rgba(213,254,0,.82) 20%, transparent 47%),
    linear-gradient(135deg, transparent 0 34%, rgba(213,254,0,.95) 34% 49%, transparent 49% 100%) !important;
  transform: rotate(-8deg) !important;
  opacity: .96 !important;
  z-index: 0 !important;
}

/* textura escura sutil */
body.cms-index-index .ace-h11-hero-slider::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 72% 50%, rgba(213,254,0,.20), transparent 23%),
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.92) 43%, rgba(0,0,0,.62) 67%, rgba(0,0,0,.78) 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

body.cms-index-index .ace-h11-slide,
body.cms-index-index .ace-h11-slide-inner,
body.cms-index-index .ace-h11-slides {
  background: transparent !important;
}

body.cms-index-index .ace-h11-slide-inner {
  position: relative !important;
  z-index: 3 !important;
  min-height: 520px !important;
}

/* Texto hero mais campanha esportiva */
body.cms-index-index .ace-h11-hero-copy {
  color: #ffffff !important;
  max-width: 560px !important;
  z-index: 4 !important;
}

body.cms-index-index .ace-h11-eyebrow {
  color: #D5FE00 !important;
  letter-spacing: .34em !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.cms-index-index .ace-h11-hero-title {
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-weight: 950 !important;
  font-style: italic !important;
  letter-spacing: -.045em !important;
  line-height: .86 !important;
  text-shadow: 0 10px 24px rgba(0,0,0,.28) !important;
}

body.cms-index-index .ace-h11-hero-title span {
  color: #ffffff !important;
}

body.cms-index-index .ace-h11-hero-text {
  color: rgba(255,255,255,.88) !important;
  font-weight: 500 !important;
}

/* Botões do hero */
body.cms-index-index .ace-h11-hero-actions .ace-h11-btn,
body.cms-index-index .ace-h11-btn {
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
}

body.cms-index-index .ace-h11-hero-actions .ace-h11-btn-dark,
body.cms-index-index .ace-h11-btn-dark {
  background: #D5FE00 !important;
  color: #000000 !important;
  border-color: #D5FE00 !important;
}

body.cms-index-index .ace-h11-hero-actions .ace-h11-btn-light,
body.cms-index-index .ace-h11-btn-light {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.75) !important;
}

body.cms-index-index .ace-h11-hero-actions .ace-h11-btn-light:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

/* Arte do hero mais forte e integrada */
body.cms-index-index .ace-h11-hero-art {
  z-index: 4 !important;
  filter: drop-shadow(0 34px 40px rgba(0,0,0,.45)) !important;
  transform: scale(1.06) translateX(24px) !important;
}

body.cms-index-index .ace-h11-racket,
body.cms-index-index .ace-h11-shoe,
body.cms-index-index .ace-h11-bag,
body.cms-index-index .ace-h11-ball {
  filter: saturate(1.08) contrast(1.05) !important;
}

/* Setas do carrossel em neon */
body.cms-index-index .ace-h11-slider-arrow {
  background: #D5FE00 !important;
  color: #000000 !important;
  border: 0 !important;
  box-shadow: 0 14px 32px rgba(213,254,0,.28) !important;
  z-index: 8 !important;
}

body.cms-index-index .ace-h11-slider-arrow:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

/* Dots do carrossel */
body.cms-index-index .ace-h11-dot,
body.cms-index-index .ace-h11-hero-dot {
  background: rgba(255,255,255,.40) !important;
}

body.cms-index-index .ace-h11-dot.active,
body.cms-index-index .ace-h11-dot.is-active,
body.cms-index-index .ace-h11-hero-dot.active,
body.cms-index-index .ace-h11-hero-dot.is-active {
  background: #D5FE00 !important;
}

/* Benefícios logo abaixo do hero: mantém estrutura, mas conecta com o tema */
body.cms-index-index .ace-h11-benefits {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0,0,0,.06) !important;
}

body.cms-index-index .ace-h11-benefit-icon {
  background: #000000 !important;
  color: #D5FE00 !important;
}

body.cms-index-index .ace-h11-benefit-icon svg,
body.cms-index-index .ace-h11-benefit-icon path {
  stroke: #D5FE00 !important;
}

/* Categorias continuam iguais, só ganham um pouco de atmosfera */
body.cms-index-index .ace-h12-categories {
  background:
    radial-gradient(circle at 15% 16%, rgba(213,254,0,.13), transparent 25%),
    radial-gradient(circle at 88% 8%, rgba(213,254,0,.12), transparent 22%),
    #f7f8f4 !important;
}

body.cms-index-index .ace-h12-category-card {
  background: rgba(255,255,255,.90) !important;
  border-color: rgba(0,0,0,.08) !important;
}

/* Cards de produto mantidos brancos para preservar fotos */
body.cms-index-index .ace-h11-product-card,
body.cms-index-index .ace-h12-launch-card {
  background: #ffffff !important;
  border-color: rgba(0,0,0,.06) !important;
}

/* Botões de produto mais ACE */
body.cms-index-index .ace-h11-product-btn {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

body.cms-index-index .ace-h11-product-btn:hover {
  background: #D5FE00 !important;
  color: #000000 !important;
  border-color: #D5FE00 !important;
}

/* Seções de produtos com leve contraste, sem mudar cards */
body.cms-index-index .ace-h11-products,
body.cms-index-index .ace-h12-launches {
  background:
    radial-gradient(circle at 92% 4%, rgba(213,254,0,.09), transparent 26%),
    #f8f9f5 !important;
}

/* Bottom banners: NÃO redesenha. Só respeita o estado atual salvo. */
body.cms-index-index .ace-h12-promos {
  background: #f7f8f4 !important;
}

/* Responsivo básico sem mexer em estrutura */
@media (max-width: 1024px) {
  body.cms-index-index .ace-h11-slide-inner {
    min-height: 460px !important;
  }

  body.cms-index-index .ace-h11-hero-art {
    transform: scale(.98) translateX(8px) !important;
  }
}

@media (max-width: 768px) {
  body.cms-index-index .ace-h11-menu-row {
    background: #D5FE00 !important;
  }

  body.cms-index-index .ace-h11-slide-inner {
    min-height: 420px !important;
  }

  body.cms-index-index .ace-h11-hero-title {
    font-size: clamp(42px, 13vw, 68px) !important;
  }
}
/* ACE TENNIS — HOME BLACK NEON EXPERIMENTAL — FIM */

/* ACE TENNIS — LOGO HORIZONTAL GRANDE CLIENTE — INICIO
   Escopo fechado:
   - usa logo horizontal grande no padrão do exemplo do cliente;
   - remove bolinha pequena + texto empilhado;
   - não toca nos banners, cards, categorias nem hero.
*/

/* Abre espaço real para a marca horizontal */
body.cms-index-index .ace-h11-main-header {
  grid-template-columns: 360px minmax(360px, 700px) auto !important;
  column-gap: 28px !important;
  min-height: 116px !important;
  align-items: center !important;
}

/* Logo horizontal grande: bola + ACE TENNIS ao lado */
body.cms-index-index .ace-h11-logo {
  position: relative !important;
  display: block !important;

  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;

  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;

  background-image: url("../images/brand/logo-header-final.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
  background-color: transparent !important;

  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;

  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-decoration: none !important;
}

/* Remove qualquer montagem por pseudo-elementos anterior */
body.cms-index-index .ace-h11-logo::before,
body.cms-index-index .ace-h11-logo::after {
  content: none !important;
  display: none !important;
}

/* Esconde o texto antigo ACE. / Tennis Store */
body.cms-index-index .ace-h11-logo strong,
body.cms-index-index .ace-h11-logo small,
body.cms-index-index .ace-h11-logo img {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Evita a busca ser esmagada pela logo maior */
body.cms-index-index .ace-h11-search {
  max-width: 700px !important;
}

/* Responsivo */
@media (max-width: 768px) {
  body.cms-index-index .ace-h11-main-header {
    grid-template-columns: 230px 1fr auto !important;
    min-height: 88px !important;
    column-gap: 14px !important;
  }

  body.cms-index-index .ace-h11-logo {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }
}
/* ACE TENNIS — LOGO HORIZONTAL GRANDE CLIENTE — FIM */


/* ACE TENNIS — ESTADOS CORRETOS PROMOCOES MENU — INICIO
   O item principal Promoções:
   - fica transparente/preto sobre a faixa verde quando inativo;
   - vira pílula preta apenas quando seu próprio menu está ativo;
   - não estiliza links internos do mega menu.
*/

/* Item pai não recebe fundo próprio */
body.cms-index-index
.ace-h11-nav
> .ace-h11-nav-item:last-child {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* ESTADO NORMAL de Promoções */
body.cms-index-index
.ace-h11-nav
> .ace-h11-nav-item:last-child
> a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 132px !important;
  min-height: 40px !important;
  height: 40px !important;

  padding: 0 26px !important;
  margin: 0 !important;

  background: transparent !important;
  color: #000000 !important;

  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;

  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;

  transform: none !important;
  transition:
    background-color .18s ease,
    color .18s ease,
    transform .18s ease,
    box-shadow .18s ease !important;
}

/* ATIVO somente quando o próprio item estiver sendo usado */
body.cms-index-index
.ace-h11-nav
> .ace-h11-nav-item:last-child:hover
> a,

body.cms-index-index
.ace-h11-nav
> .ace-h11-nav-item:last-child:focus-within
> a,

body.cms-index-index
.ace-h11-nav
> .ace-h11-nav-item:last-child.is-open
> a,

body.cms-index-index
.ace-h11-nav
> .ace-h11-nav-item:last-child.open
> a,

body.cms-index-index
.ace-h11-nav
> .ace-h11-nav-item:last-child.active
> a,

body.cms-index-index
.ace-h11-nav
> .ace-h11-nav-item:last-child
> a[aria-expanded="true"] {
  background: #000000 !important;
  color: #FFFFFF !important;

  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .20) !important;

  transform: translateY(-1px) !important;
}

/* Quando o mouse está em outro item, Promoções volta ao normal */
body.cms-index-index
.ace-h11-nav:hover
> .ace-h11-nav-item:last-child:not(:hover):not(:focus-within)
> a:not([aria-expanded="true"]) {
  background: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Links internos de qualquer mega menu permanecem normais */
body.cms-index-index
.ace-h11-nav
.ace-h11-mega a,

body.cms-index-index
.ace-h11-nav
.ace-h11-mega-list a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;

  height: auto !important;
  min-height: 0 !important;

  padding: 10px 12px !important;
  margin: 0 !important;

  background: transparent !important;
  color: #111111 !important;

  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;

  font-size: inherit !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  text-transform: none !important;

  transform: none !important;
  overflow: visible !important;
}

/* Hover somente nos links internos */
body.cms-index-index
.ace-h11-nav
.ace-h11-mega a:hover,

body.cms-index-index
.ace-h11-nav
.ace-h11-mega-list a:hover {
  background: rgba(213, 254, 0, .20) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  border-radius: 10px !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Evita que regras amplas por URL atinjam o painel interno */
body.cms-index-index
.ace-h11-mega a[href*="promo"],

body.cms-index-index
.ace-h11-mega a[href*="promoc"],

body.cms-index-index
.ace-h11-mega-list a[href*="promo"],

body.cms-index-index
.ace-h11-mega-list a[href*="promoc"] {
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;

  padding: 10px 12px !important;

  background: transparent !important;
  color: #111111 !important;

  border-radius: 10px !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ACE TENNIS — ESTADOS CORRETOS PROMOCOES MENU — FIM */

/* ACE TENNIS — HOME BLACK NEON FASE 2 — INICIO
   Camada estética aplicada sem alterar estrutura ou funcionalidade.
   Os banners inferiores não são modificados neste bloco.
*/

/* ==========================================================
   CATEGORIAS — FAIXA ESCURA COM IDENTIDADE ACE
   ========================================================== */

body.cms-index-index .ace-h12-categories {
  position: relative !important;
  overflow: hidden !important;

  padding-top: 82px !important;
  padding-bottom: 92px !important;

  background:
    radial-gradient(circle at 10% 10%, rgba(213,254,0,.17), transparent 25%),
    radial-gradient(circle at 92% 88%, rgba(213,254,0,.10), transparent 28%),
    linear-gradient(135deg, #050505 0%, #101010 55%, #050505 100%) !important;

  border-top: 1px solid rgba(213,254,0,.22) !important;
  border-bottom: 1px solid rgba(213,254,0,.18) !important;
}

/* Textura esportiva discreta */
body.cms-index-index .ace-h12-categories::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;

  background:
    linear-gradient(115deg, transparent 0 74%, rgba(213,254,0,.06) 74% 76%, transparent 76% 100%),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,.015) 0,
      rgba(255,255,255,.015) 1px,
      transparent 1px,
      transparent 22px
    ) !important;

  pointer-events: none !important;
}

/* Cabeçalho da seção */
body.cms-index-index .ace-h12-categories .ace-h12-section-head {
  position: relative !important;
  z-index: 2 !important;
}

body.cms-index-index .ace-h12-categories .ace-h12-section-head > span {
  display: inline-flex !important;
  align-items: center !important;

  background: #D5FE00 !important;
  color: #000000 !important;

  border-radius: 999px !important;
  padding: 8px 16px !important;

  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

body.cms-index-index .ace-h12-categories .ace-h12-section-head h2 {
  color: #FFFFFF !important;
  font-weight: 900 !important;
  letter-spacing: -.045em !important;
}

body.cms-index-index .ace-h12-categories .ace-h12-section-head p {
  color: rgba(255,255,255,.68) !important;
}

/* Grid permanece igual */
body.cms-index-index .ace-h12-category-grid {
  position: relative !important;
  z-index: 2 !important;
}

/* Cards escuros, sem alterar dimensões ou conteúdo */
body.cms-index-index .ace-h12-category-card {
  background:
    linear-gradient(145deg, rgba(29,29,29,.98), rgba(12,12,12,.98)) !important;

  border: 1px solid rgba(255,255,255,.09) !important;
  box-shadow:
    0 18px 40px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.03) !important;

  color: #FFFFFF !important;
}

/* Linha neon inferior */
body.cms-index-index .ace-h12-category-card::after {
  content: "" !important;
  position: absolute !important;
  left: 22px !important;
  right: 22px !important;
  bottom: 0 !important;

  height: 3px !important;
  background: #D5FE00 !important;
  border-radius: 999px 999px 0 0 !important;

  opacity: .68 !important;
  transform: scaleX(.32) !important;
  transform-origin: left center !important;
  transition: transform .22s ease, opacity .22s ease !important;
}

body.cms-index-index .ace-h12-category-card:hover {
  border-color: rgba(213,254,0,.42) !important;
  box-shadow:
    0 24px 54px rgba(0,0,0,.34),
    0 0 0 1px rgba(213,254,0,.10) !important;

  transform: translateY(-5px) !important;
}

body.cms-index-index .ace-h12-category-card:hover::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

body.cms-index-index .ace-h12-category-info strong {
  color: #FFFFFF !important;
  font-weight: 900 !important;
}

body.cms-index-index .ace-h12-category-info span {
  color: rgba(255,255,255,.60) !important;
}

/* Artes das categorias usam a cor oficial */
body.cms-index-index .ace-h12-category-card .shape-main,
body.cms-index-index .ace-h12-category-card .shape-line {
  border-color: #D5FE00 !important;
}

body.cms-index-index .ace-h12-category-card .shape-main {
  background-color: rgba(213,254,0,.13) !important;
}

/* ==========================================================
   PRODUTOS EM DESTAQUE — CLARO, PREMIUM E LEGÍVEL
   ========================================================== */

body.cms-index-index .ace-h11-products {
  position: relative !important;
  overflow: hidden !important;

  padding-top: 88px !important;
  padding-bottom: 96px !important;

  background:
    radial-gradient(circle at 92% 2%, rgba(213,254,0,.16), transparent 27%),
    linear-gradient(180deg, #F7F8F4 0%, #FFFFFF 100%) !important;
}

body.cms-index-index .ace-h11-products::before {
  content: "" !important;
  position: absolute !important;
  right: -120px !important;
  top: -180px !important;

  width: 410px !important;
  height: 410px !important;

  border: 62px solid rgba(213,254,0,.10) !important;
  border-radius: 50% !important;

  pointer-events: none !important;
}

/* Cabeçalho */
body.cms-index-index .ace-h11-products .ace-h11-section-head {
  position: relative !important;
  z-index: 2 !important;
}

body.cms-index-index .ace-h11-products .ace-h11-featured-pill {
  background: #000000 !important;
  color: #D5FE00 !important;

  border-radius: 999px !important;
  border: 0 !important;

  padding: 8px 16px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .17em !important;
}

body.cms-index-index .ace-h11-products .ace-h11-section-head h2 {
  color: #000000 !important;
  font-weight: 900 !important;
  letter-spacing: -.045em !important;
}

body.cms-index-index .ace-h11-products .ace-h11-section-head p {
  color: #606060 !important;
}

/* Cards continuam claros e preservam as fotos */
body.cms-index-index .ace-h11-products .ace-h11-product-card {
  position: relative !important;

  background: #FFFFFF !important;
  border: 1px solid rgba(0,0,0,.07) !important;

  box-shadow:
    0 16px 34px rgba(0,0,0,.07),
    0 2px 8px rgba(0,0,0,.025) !important;

  overflow: hidden !important;
}

body.cms-index-index .ace-h11-products .ace-h11-product-card::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;

  width: 4px !important;
  background: #D5FE00 !important;

  opacity: 0 !important;
  transition: opacity .18s ease !important;
}

body.cms-index-index .ace-h11-products .ace-h11-product-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(213,254,0,.55) !important;

  box-shadow:
    0 24px 52px rgba(0,0,0,.13),
    0 0 0 1px rgba(213,254,0,.12) !important;
}

body.cms-index-index .ace-h11-products .ace-h11-product-card:hover::before {
  opacity: 1 !important;
}

/* Imagem permanece branca */
body.cms-index-index .ace-h11-products .ace-h11-product-img {
  background:
    radial-gradient(circle at center, #FFFFFF 0%, #F7F7F5 100%) !important;
}

/* Nome e preço */
body.cms-index-index .ace-h11-products .ace-h11-product-name {
  color: #121212 !important;
  font-weight: 800 !important;
}

body.cms-index-index .ace-h11-products .ace-h11-product-price,
body.cms-index-index .ace-h11-products .price {
  color: #000000 !important;
  font-weight: 900 !important;
}

/* Botão */
body.cms-index-index .ace-h11-products .ace-h11-product-btn {
  background: #000000 !important;
  color: #FFFFFF !important;

  border: 1px solid #000000 !important;
  border-radius: 10px !important;

  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .025em !important;
}

body.cms-index-index .ace-h11-products .ace-h11-product-btn:hover {
  background: #D5FE00 !important;
  color: #000000 !important;

  border-color: #D5FE00 !important;
}

/* ==========================================================
   LANÇAMENTOS — SEÇÃO ESCURA COM CARDS CLAROS
   ========================================================== */

body.cms-index-index .ace-h12-launches {
  position: relative !important;
  overflow: hidden !important;

  padding-top: 88px !important;
  padding-bottom: 100px !important;

  background:
    radial-gradient(circle at 84% 16%, rgba(213,254,0,.17), transparent 25%),
    radial-gradient(circle at 8% 100%, rgba(213,254,0,.08), transparent 30%),
    linear-gradient(145deg, #050505 0%, #111111 58%, #070707 100%) !important;

  border-top: 1px solid rgba(213,254,0,.18) !important;
}

body.cms-index-index .ace-h12-launches::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;

  background:
    linear-gradient(120deg, transparent 0 70%, rgba(213,254,0,.045) 70% 72%, transparent 72% 100%),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,.012) 0,
      rgba(255,255,255,.012) 1px,
      transparent 1px,
      transparent 24px
    ) !important;

  pointer-events: none !important;
}

/* Cabeçalho */
body.cms-index-index .ace-h12-launches .ace-h12-launches-head {
  position: relative !important;
  z-index: 2 !important;
}

body.cms-index-index .ace-h12-launches .ace-h12-launches-head span {
  display: inline-flex !important;
  align-items: center !important;

  background: #D5FE00 !important;
  color: #000000 !important;

  border-radius: 999px !important;
  padding: 8px 16px !important;

  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

body.cms-index-index .ace-h12-launches .ace-h12-launches-head h2 {
  color: #FFFFFF !important;
  font-weight: 900 !important;
  letter-spacing: -.045em !important;
}

body.cms-index-index .ace-h12-launches .ace-h12-launches-head > p {
  color: rgba(255,255,255,.66) !important;
}

/* Grid permanece igual */
body.cms-index-index .ace-h12-launches-grid {
  position: relative !important;
  z-index: 2 !important;
}

/* Cards claros sobre fundo escuro */
body.cms-index-index .ace-h12-launch-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(255,255,255,.14) !important;

  box-shadow:
    0 20px 48px rgba(0,0,0,.32),
    0 0 0 1px rgba(213,254,0,.03) !important;

  overflow: hidden !important;
}

body.cms-index-index .ace-h12-launch-card:hover {
  transform: translateY(-6px) !important;

  border-color: rgba(213,254,0,.70) !important;
  box-shadow:
    0 28px 64px rgba(0,0,0,.44),
    0 0 0 1px rgba(213,254,0,.18) !important;
}

body.cms-index-index .ace-h12-launch-card .ace-h11-product-img {
  background:
    radial-gradient(circle at center, #FFFFFF 0%, #F4F4F1 100%) !important;
}

body.cms-index-index .ace-h12-launch-card .ace-h11-product-name {
  color: #111111 !important;
  font-weight: 800 !important;
}

body.cms-index-index .ace-h12-launch-card .ace-h11-product-price,
body.cms-index-index .ace-h12-launch-card .price {
  color: #000000 !important;
  font-weight: 900 !important;
}

body.cms-index-index .ace-h12-launch-card .ace-h11-product-btn {
  background: #000000 !important;
  color: #FFFFFF !important;

  border: 1px solid #000000 !important;
  border-radius: 10px !important;

  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.cms-index-index .ace-h12-launch-card .ace-h11-product-btn:hover {
  background: #D5FE00 !important;
  color: #000000 !important;
  border-color: #D5FE00 !important;
}

/* ==========================================================
   TRANSIÇÕES VISUAIS ENTRE AS SEÇÕES
   ========================================================== */

body.cms-index-index .ace-h12-categories,
body.cms-index-index .ace-h11-products,
body.cms-index-index .ace-h12-launches {
  scroll-margin-top: 120px !important;
}

/* Mantém os banners inferiores completamente fora do escopo */
body.cms-index-index .ace-h12-promos {
  position: relative !important;
}

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

@media (max-width: 1024px) {
  body.cms-index-index .ace-h12-categories,
  body.cms-index-index .ace-h11-products,
  body.cms-index-index .ace-h12-launches {
    padding-top: 68px !important;
    padding-bottom: 74px !important;
  }
}

@media (max-width: 768px) {
  body.cms-index-index .ace-h12-categories,
  body.cms-index-index .ace-h11-products,
  body.cms-index-index .ace-h12-launches {
    padding-top: 54px !important;
    padding-bottom: 60px !important;
  }

  body.cms-index-index .ace-h12-category-card:hover,
  body.cms-index-index .ace-h11-product-card:hover,
  body.cms-index-index .ace-h12-launch-card:hover {
    transform: none !important;
  }
}

/* ACE TENNIS — HOME BLACK NEON FASE 2 — FIM */

/* ACE TENNIS - CATEGORY CARDS CONTRAST FIX V1 - INICIO
   Corrige somente a apresentacao dos seis cards de categorias.
   Mantem links, icones, ordem, largura do grid e funcionalidade.
*/

/* Estrutura base do card */
body.cms-index-index
.ace-h12-categories
.ace-h12-category-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;

  min-height: 222px !important;
  padding: 0 !important;

  overflow: hidden !important;
  isolation: isolate !important;

  background: #f5f5f2 !important;
  background-image: none !important;

  border: 1px solid rgba(255, 255, 255, .22) !important;
  border-radius: 22px !important;

  color: #ffffff !important;
  text-decoration: none !important;

  box-shadow:
    0 18px 42px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .65) !important;

  transition:
    transform .20s ease,
    border-color .20s ease,
    box-shadow .20s ease !important;
}

/* Remove pseudo-elementos antigos que clareavam o card inteiro */
body.cms-index-index
.ace-h12-categories
.ace-h12-category-card::before,

body.cms-index-index
.ace-h12-categories
.ace-h12-category-card::after {
  content: none !important;
  display: none !important;
}

/* Area superior da ilustracao */
body.cms-index-index
.ace-h12-categories
.ace-h12-category-card
.ace-h12-category-art {
  position: relative !important;
  z-index: 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 1 1 auto !important;

  width: 100% !important;
  min-height: 146px !important;
  height: 146px !important;

  margin: 0 !important;
  padding: 14px 12px 6px !important;

  background:
    radial-gradient(
      circle at 72% 24%,
      rgba(213, 254, 0, .26) 0,
      rgba(213, 254, 0, .10) 24%,
      transparent 52%
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f0f0ed 72%,
      #e5e5e1 100%
    ) !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Rodape preto com nome e descricao */
body.cms-index-index
.ace-h12-categories
.ace-h12-category-card
.ace-h12-category-info {
  position: relative !important;
  z-index: 2 !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 72px !important;

  margin: auto 0 0 !important;
  padding: 12px 14px 13px !important;

  background:
    linear-gradient(
      135deg,
      #171717 0%,
      #070707 100%
    ) !important;

  border: 0 !important;
  border-top: 3px solid #D5FE00 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Nome da categoria */
body.cms-index-index
.ace-h12-categories
.ace-h12-category-info strong {
  display: block !important;

  margin: 0 0 3px !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;

  text-shadow: none !important;
}

/* Descricao da categoria */
body.cms-index-index
.ace-h12-categories
.ace-h12-category-info span {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, .70) !important;

  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;

  text-shadow: none !important;
}

/* Mantem os desenhos acima do fundo */
body.cms-index-index
.ace-h12-categories
.ace-h12-category-art .shape {
  position: absolute !important;
  z-index: 2 !important;
}

/* Hover no desktop */
body.cms-index-index
.ace-h12-categories
.ace-h12-category-card:hover {
  transform: translateY(-5px) !important;

  border-color: rgba(213, 254, 0, .78) !important;

  box-shadow:
    0 26px 58px rgba(0, 0, 0, .40),
    0 0 0 1px rgba(213, 254, 0, .15) !important;
}

/* Tablet */
@media (max-width: 1024px) {
  body.cms-index-index
  .ace-h12-categories
  .ace-h12-category-card {
    min-height: 210px !important;
  }

  body.cms-index-index
  .ace-h12-categories
  .ace-h12-category-art {
    min-height: 136px !important;
    height: 136px !important;
  }
}

/* Celular */
@media (max-width: 768px) {
  body.cms-index-index
  .ace-h12-categories
  .ace-h12-category-card {
    min-height: 190px !important;
  }

  body.cms-index-index
  .ace-h12-categories
  .ace-h12-category-art {
    min-height: 122px !important;
    height: 122px !important;
  }

  body.cms-index-index
  .ace-h12-categories
  .ace-h12-category-info {
    min-height: 66px !important;
    padding: 10px 12px 11px !important;
  }

  body.cms-index-index
  .ace-h12-categories
  .ace-h12-category-info strong {
    font-size: 15px !important;
  }

  body.cms-index-index
  .ace-h12-categories
  .ace-h12-category-card:hover {
    transform: none !important;
  }
}

/* ACE TENNIS - CATEGORY CARDS CONTRAST FIX V1 - FIM */


/* ACE TENNIS - MOBILE HEADER FINAL V1 - INICIO
   Ajuste restrito a celulares.
   Organiza:
   - hamburguer na esquerda;
   - logo centralizada e sem corte;
   - busca em uma linha completa abaixo.
*/

@media (max-width: 768px) {

  /*
   * Evita que larguras minimas antigas provoquem
   * estouro horizontal no cabecalho.
   */
  body.cms-index-index .ace-h11-site-header {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  /*
   * Primeira linha:
   * hamburguer | logo centralizada | espaco de equilibrio
   *
   * Segunda linha:
   * campo de busca ocupando toda a largura.
   */
  body.cms-index-index
  .ace-h11-main-header {
    display: grid !important;

    grid-template-columns:
      48px
      minmax(0, 1fr)
      48px !important;

    grid-template-rows:
      72px
      48px !important;

    align-items: center !important;
    justify-content: stretch !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    min-height: 132px !important;

    column-gap: 8px !important;
    row-gap: 4px !important;

    margin: 0 auto !important;
    padding: 6px 14px 10px !important;

    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  /*
   * Logo:
   * remove largura minima desktop;
   * centraliza entre as duas colunas laterais;
   * mantem proporcao horizontal.
   */
  body.cms-index-index
  .ace-h11-main-header
  .ace-h11-logo {
    grid-column: 2 !important;
    grid-row: 1 !important;

    justify-self: center !important;
    align-self: center !important;

    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 220px !important;

    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;

    margin: 0 !important;
    padding: 0 !important;

    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;

    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  /*
   * Magento ou tema podem usar qualquer uma destas
   * classes para o botao hamburguer.
   */
  body.cms-index-index
  .ace-h11-main-header
  .nav-toggle,

  body.cms-index-index
  .ace-h11-main-header
  .ace-h11-mobile-toggle,

  body.cms-index-index
  .ace-h11-main-header
  .ace-h11-menu-toggle {
    grid-column: 1 !important;
    grid-row: 1 !important;

    justify-self: start !important;
    align-self: center !important;

    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;

    transform: none !important;
  }

  /*
   * Busca em linha propria, abaixo da marca.
   */
  body.cms-index-index
  .ace-h11-main-header
  .ace-h11-search {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;

    align-self: center !important;
    justify-self: stretch !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    height: 42px !important;
    min-height: 42px !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
  }

  body.cms-index-index
  .ace-h11-main-header
  .ace-h11-search form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.cms-index-index
  .ace-h11-main-header
  .ace-h11-search input {
    width: 100% !important;
    max-width: none !important;
    height: 42px !important;

    padding-left: 20px !important;
    padding-right: 48px !important;

    box-sizing: border-box !important;
  }

  /*
   * Os atalhos de telefone, conta, favoritos e carrinho
   * nao aparecem nesta composicao mobile.
   */
  body.cms-index-index
  .ace-h11-main-header
  .ace-h11-header-actions {
    display: none !important;
  }
}

/*
 * Ajuste fino para celulares menores,
 * como 390 px e larguras proximas.
 */
@media (max-width: 420px) {

  body.cms-index-index
  .ace-h11-main-header {
    grid-template-columns:
      44px
      minmax(0, 1fr)
      44px !important;

    column-gap: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.cms-index-index
  .ace-h11-main-header
  .ace-h11-logo {
    max-width: 198px !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
  }
}

/*
 * Ajuste adicional para celulares muito estreitos.
 */
@media (max-width: 360px) {

  body.cms-index-index
  .ace-h11-main-header
  .ace-h11-logo {
    max-width: 178px !important;
  }
}

/* ACE TENNIS - MOBILE HEADER FINAL V1 - FIM */

/* ACE NON-HOME LEGACY HERO FLASH GUARD */

/*
 * As páginas internas não podem herdar a fotografia antiga
 * usada pelo primeiro protótipo da Home.
 */
body:not(.cms-index-index),
body:not(.cms-index-index) .page-wrapper {
    background-image: none !important;
}

/*
 * Remove também a fotografia aplicada diretamente ao elemento html.
 * O @supports mantém compatibilidade com navegadores sem :has().
 */
@supports selector(html:has(body)) {
    html:has(body:not(.cms-index-index)) {
        background-image: none !important;
    }
}

/* ACE NON-HOME LEGACY HERO FLASH GUARD END */
