/*
 * Alfa Printi Suite 4.9.8 — correções finais e isoladas do frontend.
 * Esta folha é carregada somente nas superfícies comerciais do plugin e
 * deliberadamente não alcança o wp-admin nem a barra administrativa.
 */

/* ========================================================================
   1. Controles de fechar: glifo sempre centralizado dentro do botão/círculo
   ======================================================================== */
html body:not(.wp-admin).apcsu-plugin-owned-surface :is(
    .apcsu-core-shadowbox__close,
    .apcsu-m2-gallery-lightbox__close,
    .apcsu-m2-required-shadowbox__close,
    .apcsu-ui-statement-modal__close,
    .apcsu-cart-mobile-actions-sheet__close,
    .apcsu-prod-art-modal-close,
    .apcsu-prod-tooltip-close,
    .apcsu-prod-remove-art-link,
    .apcsu-prod-order-modal__close,
    .apcsu-cart-rules-shadowbox__close,
    .apcsu-cart-remove-shadowbox__x,
    .apcsu-cart-address-modal__close,
    .apcsu-prod-deadline-modal__close,
    .apcsu-prod-info-shadowbox__close,
    .apcsu-prod-cep-modal__close,
    .apcsu-core-order-art-shadowbox-close,
    .apcsu-close-control-v498
) {
    display: inline-grid !important;
    place-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    padding: 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
    line-height: 1 !important;
}

html body:not(.wp-admin).apcsu-plugin-owned-surface :is(
    .apcsu-core-shadowbox__close,
    .apcsu-m2-gallery-lightbox__close,
    .apcsu-m2-required-shadowbox__close,
    .apcsu-ui-statement-modal__close,
    .apcsu-cart-mobile-actions-sheet__close,
    .apcsu-prod-art-modal-close,
    .apcsu-prod-tooltip-close,
    .apcsu-prod-remove-art-link,
    .apcsu-prod-order-modal__close,
    .apcsu-cart-rules-shadowbox__close,
    .apcsu-cart-remove-shadowbox__x,
    .apcsu-cart-address-modal__close,
    .apcsu-prod-deadline-modal__close,
    .apcsu-prod-info-shadowbox__close,
    .apcsu-prod-cep-modal__close,
    .apcsu-core-order-art-shadowbox-close,
    .apcsu-close-control-v498
) > :is(i, svg, span, .apcsu-close-glyph) {
    display: block !important;
    align-self: center !important;
    justify-self: center !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    transform: none !important;
}

html body:not(.wp-admin).apcsu-plugin-owned-surface .apcsu-close-glyph {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

/* ========================================================================
   3. Carrinho — resumo do pedido
   ======================================================================== */
html body:not(.wp-admin).apcsu-surface-cart.apcsu-plugin-owned-surface .cart_totals .shipping-calculator-button {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: auto !important;
    min-height: 36px !important;
    margin: 9px 0 0 !important;
    padding: 7px 11px !important;
    border: 1px solid #d5deeb !important;
    border-radius: 9px !important;
    background: #f8fafc !important;
    color: #0b1a3d !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease !important;
}

html body:not(.wp-admin).apcsu-surface-cart.apcsu-plugin-owned-surface .cart_totals .shipping-calculator-button:is(:hover, :focus-visible) {
    border-color: #9eb2d0 !important;
    background: #eef3ff !important;
    color: #2a4fcc !important;
    outline: none !important;
}

/* O caminhão fica somente no título “Entrega final prevista”. */
html body:not(.wp-admin).apcsu-surface-cart.apcsu-plugin-owned-surface .cart_totals .apcsu-prod-final-estimate-value :is(i, svg, .apcsu-prod-truck-icon),
html body:not(.wp-admin).apcsu-surface-cart.apcsu-plugin-owned-surface .cart_totals .apcsu-prod-final-estimate-value::before,
html body:not(.wp-admin).apcsu-surface-cart.apcsu-plugin-owned-surface .cart_totals .apcsu-prod-estimate-text::before,
html body:not(.wp-admin).apcsu-surface-cart.apcsu-plugin-owned-surface .cart_totals .apcsu-prod-estimate-main::before {
    display: none !important;
    content: none !important;
}

/* ========================================================================
   4. Checkout — métodos legíveis, espaçamento e bordas consistentes
   ======================================================================== */
html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    #payment ul.payment_methods,
    ul.woocommerce-shipping-methods
) {
    list-style: none !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    #payment ul.payment_methods > li,
    ul.woocommerce-shipping-methods > li
) {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 10px !important;
    padding: 13px 14px !important;
    border: 1px solid #dce5f1 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #17233d !important;
    text-align: left !important;
    list-style: none !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    #payment ul.payment_methods > li,
    ul.woocommerce-shipping-methods > li
):last-child {
    margin-bottom: 0 !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    #payment ul.payment_methods > li,
    ul.woocommerce-shipping-methods > li
)::marker {
    content: "" !important;
    font-size: 0 !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    #payment ul.payment_methods > li,
    ul.woocommerce-shipping-methods > li
)::before,
html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    #payment ul.payment_methods > li,
    ul.woocommerce-shipping-methods > li
)::after {
    display: none !important;
    content: none !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    #payment ul.payment_methods > li > input[type="radio"],
    ul.woocommerce-shipping-methods > li > input[type="radio"]
) {
    appearance: auto !important;
    position: static !important;
    display: block !important;
    grid-column: 1 !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    clip: auto !important;
    clip-path: none !important;
    accent-color: #0b1a3d !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    #payment ul.payment_methods > li > label,
    ul.woocommerce-shipping-methods > li > label
) {
    position: static !important;
    display: inline-flex !important;
    grid-column: 2 !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 5px 8px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #17233d !important;
    -webkit-text-fill-color: #17233d !important;
    font-size: 13.5px !important;
    font-weight: 750 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    text-indent: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    opacity: 1 !important;
    visibility: visible !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    #payment ul.payment_methods > li > label,
    ul.woocommerce-shipping-methods > li > label
)::before,
html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    #payment ul.payment_methods > li > label,
    ul.woocommerce-shipping-methods > li > label
)::after {
    display: none !important;
    content: none !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface #payment .payment_box {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 12px !important;
    border: 1px solid #e3e9f2 !important;
    border-radius: 10px !important;
    background: #f7f9fc !important;
    color: #52617a !important;
    font-size: 12.5px !important;
    line-height: 1.5 !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
    display: grid !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

/* Checkout em blocos. */
html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    .wc-block-components-radio-control__option,
    .wc-block-components-radio-control-accordion-option
) {
    min-height: 58px !important;
    margin: 0 0 10px !important;
    padding: 13px 14px !important;
    border: 1px solid #dce5f1 !important;
    border-radius: 12px !important;
    background: #fff !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    .wc-block-components-radio-control__label,
    .wc-block-components-radio-control__description,
    .wc-block-components-radio-control__secondary-label,
    .wc-block-components-shipping-rates-control__package-name
) {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    color: #17233d !important;
    -webkit-text-fill-color: #17233d !important;
    font-size: 13.5px !important;
    line-height: 1.4 !important;
    text-indent: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    opacity: 1 !important;
    visibility: visible !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    .wc-block-components-text-input,
    .wc-block-components-combobox,
    .wc-block-components-address-form__address_2-toggle
) {
    margin-bottom: 14px !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface :is(
    .wc-block-components-text-input input,
    .wc-block-components-combobox .wc-block-components-combobox-control input,
    form.checkout .form-row :is(input.input-text, textarea, select)
) {
    border: 1px solid #dce5f1 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface form.checkout .form-row {
    margin-bottom: 14px !important;
}

html body:not(.wp-admin).apcsu-surface-checkout.apcsu-plugin-owned-surface .apcsu-checkout-duplicate-summary-v498 {
    display: none !important;
}

/* ========================================================================
   5. Minha Conta — menu mobile, abas de acesso e botões sem conflito
   ======================================================================== */
html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-menu-toggle-v498 {
    display: none !important;
}

html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface #customer_login.apcsu-account-auth-tabs-v498 {
    display: block !important;
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--apcsu-ui-owned-border, #dce5f1) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: var(--apcsu-ui-owned-shadow, 0 16px 38px rgba(20, 43, 79, .08)) !important;
}

html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-auth-tabs__tablist-v498 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 7px !important;
    border-bottom: 1px solid #dce5f1 !important;
    background: #f5f8fc !important;
}

html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-auth-tab-v498 {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 10px 13px !important;
    border: 1px solid transparent !important;
    border-radius: 11px !important;
    background: transparent !important;
    color: #52617a !important;
    font-family: inherit !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease !important;
}

html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-auth-tab-v498:is(:hover, :focus-visible) {
    color: #2a4fcc !important;
    outline: none !important;
}

html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-auth-tab-v498[aria-selected="true"] {
    border-color: #d5dfed !important;
    background: #fff !important;
    color: #0b1a3d !important;
    box-shadow: 0 5px 14px rgba(20, 43, 79, .08) !important;
}

html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface #customer_login.apcsu-account-auth-tabs-v498 > :is(.u-column1, .u-column2, .col-1, .col-2) {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 24px !important;
    border: 0 !important;
    background: #fff !important;
}

html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface #customer_login.apcsu-account-auth-tabs-v498 > [hidden] {
    display: none !important;
}

html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface #customer_login.apcsu-account-auth-tabs-v498 :is(
    .woocommerce-form-login,
    .woocommerce-form-register
) {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Classe própria aplicada por JS para neutralizar regras conflitantes do tema. */
html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-action-v498,
html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-action-v498:is(:hover, :focus, :focus-visible, :active) {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 46px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 11px 18px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 12px !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-decoration: none !important;
    transform: none !important;
}

html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-action-v498 {
    border-color: var(--apcsu-ui-button-primary-bg, var(--apcsu-ui-owned-primary, #1769e0)) !important;
    background: var(--apcsu-ui-button-primary-bg, var(--apcsu-ui-owned-primary, #1769e0)) !important;
    color: var(--apcsu-ui-button-primary-text, #fff) !important;
    -webkit-text-fill-color: var(--apcsu-ui-button-primary-text, #fff) !important;
    box-shadow: var(--apcsu-ui-button-shadow, 0 9px 20px rgba(23, 105, 224, .14)) !important;
}

html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-action-v498:is(:hover, :focus, :focus-visible, :active) {
    border-color: var(--apcsu-ui-button-primary-hover-bg, var(--apcsu-ui-owned-primary-dark, #1456bb)) !important;
    background: var(--apcsu-ui-button-primary-hover-bg, var(--apcsu-ui-owned-primary-dark, #1456bb)) !important;
    color: var(--apcsu-ui-button-primary-hover-text, #fff) !important;
    -webkit-text-fill-color: var(--apcsu-ui-button-primary-hover-text, #fff) !important;
    outline: none !important;
}

@media (max-width: 767px) {
    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .woocommerce {
        display: block !important;
        width: min(calc(100% - 20px), var(--apcsu-ui-owned-max-width, 1320px)) !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .woocommerce-MyAccount-navigation.apcsu-account-nav-v498 {
        position: static !important;
        display: block !important;
        width: 100% !important;
        margin: 0 0 14px !important;
        padding: 8px !important;
        overflow: visible !important;
        border-radius: 15px !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-menu-toggle-v498 {
        appearance: none !important;
        display: grid !important;
        grid-template-columns: 38px minmax(0, 1fr) 18px !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        min-height: 54px !important;
        margin: 0 !important;
        padding: 8px 11px !important;
        border: 1px solid #dce5f1 !important;
        border-radius: 12px !important;
        background: #fff !important;
        color: #0b1a3d !important;
        box-shadow: none !important;
        font-family: inherit !important;
        text-align: left !important;
        cursor: pointer !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-menu-toggle-v498__icon {
        display: grid !important;
        place-items: center !important;
        width: 38px !important;
        height: 38px !important;
        border-radius: 10px !important;
        background: #eef3ff !important;
        color: #0b1a3d !important;
        font-size: 16px !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-menu-toggle-v498__copy {
        display: grid !important;
        gap: 2px !important;
        min-width: 0 !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-menu-toggle-v498__copy strong {
        color: #0b1a3d !important;
        font-size: 13.5px !important;
        font-weight: 850 !important;
        line-height: 1.2 !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-menu-toggle-v498__copy small {
        overflow: hidden !important;
        color: #60708d !important;
        font-size: 11.5px !important;
        line-height: 1.25 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-menu-toggle-v498__chevron {
        display: grid !important;
        place-items: center !important;
        transition: transform .18s ease !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .woocommerce-MyAccount-navigation.apcsu-account-nav-v498.is-open .apcsu-account-menu-toggle-v498__chevron {
        transform: rotate(180deg) !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .woocommerce-MyAccount-navigation.apcsu-account-nav-v498 > ul {
        display: none !important;
        flex-direction: column !important;
        gap: 6px !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 8px 0 0 !important;
        padding: 6px 0 0 !important;
        overflow: visible !important;
        border-top: 1px solid #e3e9f2 !important;
        white-space: normal !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .woocommerce-MyAccount-navigation.apcsu-account-nav-v498.is-open > ul {
        display: flex !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .woocommerce-MyAccount-navigation.apcsu-account-nav-v498 > ul > li {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .woocommerce-MyAccount-navigation.apcsu-account-nav-v498 > ul > li > a {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 44px !important;
        padding: 10px 12px !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .woocommerce-MyAccount-content {
        float: none !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 17px !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface #customer_login.apcsu-account-auth-tabs-v498 {
        width: 100% !important;
        border-radius: 15px !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-auth-tabs__tablist-v498 {
        padding: 6px !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-auth-tab-v498 {
        min-height: 48px !important;
        padding: 9px 8px !important;
        font-size: 12px !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface #customer_login.apcsu-account-auth-tabs-v498 > :is(.u-column1, .u-column2, .col-1, .col-2) {
        padding: 18px 15px !important;
    }

    html body:not(.wp-admin).apcsu-surface-account.apcsu-plugin-owned-surface .apcsu-account-action-v498 {
        width: 100% !important;
    }
}

/* v4.9.8 — evita a segunda legenda responsiva/ícone antes de “Receba entre”. */
html body:not(.wp-admin).apcsu-surface-cart.apcsu-plugin-owned-surface .cart_totals tr.apcsu-prod-final-estimate-row > td::before,
html body:not(.wp-admin).apcsu-surface-cart.apcsu-plugin-owned-surface .cart_totals tr.apcsu-prod-final-estimate-row > td::after {
    display: none !important;
    content: none !important;
}

/* v4.10.27 — padrão visual de campos/ações obrigatórias pendentes. */
html body:not(.wp-admin).apcsu-plugin-owned-surface .apcsu-required-attention {
    border-color: #dc2626 !important;
    outline: 2px solid #dc2626 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 5px rgba(220, 38, 38, .13) !important;
    animation: apcsu-required-attention-pulse-v41027 .72s ease-out 2 !important;
}

html body:not(.wp-admin).apcsu-plugin-owned-surface .apcsu-required-attention :is(input, select, textarea) {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, .11) !important;
}

@keyframes apcsu-required-attention-pulse-v41027 {
    0%, 100% { box-shadow: 0 0 0 5px rgba(220, 38, 38, .13); }
    50% { box-shadow: 0 0 0 9px rgba(220, 38, 38, .06); }
}

@media (prefers-reduced-motion: reduce) {
    html body:not(.wp-admin).apcsu-plugin-owned-surface .apcsu-required-attention {
        animation: none !important;
    }
}
