/* ACE TENNIS — MENU CANÔNICO V2 */

@media (min-width: 1200px) {
    .ace-global-header-scope.cms-index-index
    .ace-h11-mega-nav {
        display: grid !important;
        grid-template-columns: repeat(8, 132px) !important;
        justify-content: space-between !important;
        align-items: stretch !important;
        width: min(1420px, calc(100% - 48px)) !important;
        max-width: none !important;
        min-height: 56px !important;
        height: 56px !important;
        gap: 0 !important;
        column-gap: 0 !important;
        padding: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    .ace-global-header-scope.cms-index-index
    .ace-h11-mega-nav > .ace-h11-nav-item {
        position: relative !important;
        display: block !important;
        width: 132px !important;
        min-width: 132px !important;
        max-width: 132px !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .ace-global-header-scope.cms-index-index
    .ace-h11-mega-nav > .ace-h11-nav-item > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 132px !important;
        min-width: 132px !important;
        max-width: 132px !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 12px !important;
        background: transparent !important;
        color: #050505 !important;
        -webkit-text-fill-color: #050505 !important;
        box-shadow: none !important;
        transform: none !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        box-sizing: border-box !important;
        transition: background-color .12s ease, color .12s ease !important;
    }

    .ace-global-header-scope.cms-index-index
    .ace-h11-mega-nav > .ace-h11-nav-item > a:hover,

    body.cms-index-index
    .ace-h11-mega-nav > .ace-h11-nav-item:nth-child(1) > a,

    body.categorypath-tenis
    .ace-h11-mega-nav > .ace-h11-nav-item:nth-child(2) > a,

    body.categorypath-raquetes
    .ace-h11-mega-nav > .ace-h11-nav-item:nth-child(3) > a,

    body.categorypath-cordas
    .ace-h11-mega-nav > .ace-h11-nav-item:nth-child(4) > a,

    body.categorypath-confeccoes
    .ace-h11-mega-nav > .ace-h11-nav-item:nth-child(5) > a,

    body.categorypath-roupas
    .ace-h11-mega-nav > .ace-h11-nav-item:nth-child(6) > a,

    body.categorypath-acessorios
    .ace-h11-mega-nav > .ace-h11-nav-item:nth-child(7) > a,

    body.categorypath-promocoes
    .ace-h11-mega-nav > .ace-h11-nav-item:nth-child(8) > a {
        width: 132px !important;
        min-width: 132px !important;
        max-width: 132px !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #050505 !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 20px rgba(0,0,0,.16) !important;
        transform: none !important;
    }
}


/* ACE TENNIS — MENU CANÔNICO V2 END */
