/* ============================================================
   FERRAMENTAS INTELIGENTES - DESKTOP
   ============================================================ */

a.multclean-tools-button,
a.multclean-tools-button:link,
a.multclean-tools-button:visited {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;

    padding: 0 14px !important;
    box-sizing: border-box !important;

    background-color: #111111 !important;
    border: 1px solid #fffb00 !important;
    border-radius: 8px !important;

    color: #fffb00 !important;
    -webkit-text-fill-color: #fffb00 !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 34px !important;

    text-align: center !important;
    text-decoration: none !important;

    opacity: 1 !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease !important;
}

/* Força o texto interno a ficar amarelo */

a.multclean-tools-button *,
a.multclean-tools-button:link *,
a.multclean-tools-button:visited * {
    color: #fffb00 !important;
    -webkit-text-fill-color: #fffb00 !important;
    opacity: 1 !important;
}

/* Hover igual ao Rastreio */

a.multclean-tools-button:hover,
a.multclean-tools-button:focus {
    background-color: #fffb00 !important;
    border-color: #fffb00 !important;

    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;

    opacity: 1 !important;
}

/* Texto preto no hover */

a.multclean-tools-button:hover *,
a.multclean-tools-button:focus * {
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    opacity: 1 !important;
}

/* Esconde no mobile */

@media (max-width: 767.98px) {
    a.multclean-tools-button {
        display: none !important;
    }
}

/* ============================================================
   MULTCLEAN - LOGO MOBILE CENTRALIZADA E MAIOR
   ============================================================ */

@media (max-width: 767.98px) {

    /* Centraliza o container da logo no cabeçalho */
    .head-row .logo-container {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
        width: auto !important;
        max-width: none !important;
    }

    /* Aumenta a logo */
    .head-row .logo-container .logo-img {
        width: 155px !important;
        max-width: 155px !important;
        height: auto !important;
    }
}

/* Setas do carrossel de marcas */

.js-swiper-brands-prev,
.js-swiper-brands-next {
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 50 !important;
}

.js-swiper-brands-prev svg,
.js-swiper-brands-next svg {
    pointer-events: none !important;
}

/* Aviso de cookies no centro do rodape, somente no desktop. */
.powered-by-logo {
    display: none !important;
}

@media (min-width: 768px) {
  .multclean-cookie-notification {
    right: auto !important;
    bottom: 18px !important;
    left: 50% !important;
    box-sizing: border-box !important;
    width: max-content !important;
    max-width: calc(100vw - 48px) !important;
    margin: 0 !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
    z-index: 1100 !important;
  }

  .multclean-cookie-notification .btn-link {
    display: inline-block !important;
    white-space: nowrap !important;
  }
}

/* Carrossel de marcas sem controles manuais em desktop e mobile. */
.section-brands-home .js-swiper-brands-prev,
.section-brands-home .js-swiper-brands-next,
.section-brands-home .multclean-brands-control,
.section-brands-home .multclean-brands-control-prev,
.section-brands-home .multclean-brands-control-next {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Faixa de marcas: separada do menu e com leitura confortável. */
@media (min-width: 768px) {
    header.js-head-main.head-main > .js-nav-desktop-color-container.nav-desktop-container {
        height: 54px !important;
        min-height: 54px !important;
        max-height: 54px !important;
    }

    header.js-head-main.head-main
    > .js-nav-desktop-color-container.nav-desktop-container
    > .js-nav-desktop-container.multclean-desktop-navigation-grid {
        height: 53px !important;
        min-height: 53px !important;
        max-height: 53px !important;
    }
}

.section-brands-home {
    padding: 17px 0 20px !important;
    background: #fff;
}

.section-brands-home > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.section-brands-home .position-relative {
    margin-bottom: 0 !important;
}

.section-brands-home .brand-swiper,
.section-brands-home .swiper-slide {
    height: 78px !important;
    line-height: 78px !important;
}

.section-brands-home .brand-image {
    width: auto !important;
    max-width: 150px !important;
    max-height: 66px !important;
    transform: scale(1);
    transition: transform .24s cubic-bezier(.2, .7, .25, 1), filter .24s ease !important;
    transform-origin: center;
    will-change: transform;
}

.section-brands-home .swiper-slide {
    z-index: 1;
    overflow: visible !important;
}

.section-brands-home .swiper-slide > a,
.section-brands-home .swiper-slide > .gallery-item-container > a {
    display: flex !important;
    width: 100% !important;
    height: 78px !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    overflow: visible !important;
}

.section-brands-home .swiper-slide:hover {
    z-index: 5;
}

.section-brands-home .swiper-slide > a:hover .brand-image,
.section-brands-home .swiper-slide > a:focus-visible .brand-image,
.section-brands-home .swiper-slide > .gallery-item-container > a:hover .brand-image,
.section-brands-home .swiper-slide > .gallery-item-container > a:focus-visible .brand-image {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.14);
}

.section-brands-home .swiper-wrapper {
    transition-timing-function: cubic-bezier(.22, .61, .36, 1) !important;
}

@media (max-width: 767.98px) {
    .section-brands-home {
        padding: 6px 0 12px !important;
    }

    .section-brands-home .brand-swiper,
    .section-brands-home .swiper-slide {
        height: 72px !important;
        line-height: 72px !important;
    }

    .section-brands-home .brand-image {
        display: block !important;
        width: auto !important;
        max-width: calc(100% - 6px) !important;
        max-height: 66px !important;
        margin: auto !important;
        object-fit: contain !important;
        transform: scale(1.28) !important;
    }

    .section-brands-home .swiper-slide {
        min-width: 0 !important;
        margin-right: 8px !important;
        overflow: hidden !important;
    }

    .section-brands-home .swiper-slide > a,
    .section-brands-home .swiper-slide > .gallery-item-container,
    .section-brands-home .swiper-slide > .gallery-item-container > a {
        display: flex !important;
        width: 100% !important;
        height: 72px !important;
        padding: 0 2px !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box;
        overflow: hidden !important;
    }
}

/* Navegação inferior exclusiva do mobile. */
@media (max-width: 767.98px) {
    body {
        padding-bottom: 66px !important;
    }

    .multclean-mobile-bottom-nav {
        position: fixed !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        height: 64px !important;
        padding: 4px max(4px, env(safe-area-inset-right)) max(4px, env(safe-area-inset-bottom)) max(4px, env(safe-area-inset-left)) !important;
        border-top: 1px solid rgba(255, 251, 0, .7) !important;
        background: #050505 !important;
        box-shadow: 0 -5px 18px rgba(0, 0, 0, .28) !important;
        z-index: 9000 !important;
    }

    .multclean-mobile-bottom-link {
        display: flex !important;
        min-width: 0 !important;
        height: 56px !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 2px !important;
        margin: 0 !important;
        padding: 3px 2px !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: transparent !important;
        color: #fffb00 !important;
        font-family: inherit !important;
        text-align: center !important;
        text-decoration: none !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    .multclean-mobile-bottom-link svg {
        width: 23px !important;
        height: 23px !important;
        fill: #fffb00 !important;
    }

    .multclean-mobile-bottom-link span {
        display: block !important;
        max-width: 100% !important;
        overflow: hidden !important;
        color: #fffb00 !important;
        font-size: 9px !important;
        font-weight: 800 !important;
        line-height: 1.05 !important;
        text-overflow: ellipsis !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    .multclean-mobile-bottom-link:active,
    .multclean-mobile-bottom-link[aria-current="page"] {
        background: rgba(255, 251, 0, .14) !important;
    }

    .multclean-mobile-bottom-link[aria-current="page"] {
        color: #fff !important;
    }

    .multclean-mobile-bottom-link[aria-current="page"] svg {
        fill: #fff !important;
    }

    .multclean-mobile-bottom-link[aria-current="page"] > span {
        color: #fff !important;
    }

    .multclean-mobile-bottom-link:focus-visible {
        outline: 2px solid #fffb00 !important;
        outline-offset: -2px !important;
    }

    .btn-whatsapp {
        bottom: 76px !important;
    }
}

/* Controles próprios do carrossel de marcas (desktop e mobile) */
.section-brands-home .multclean-brands-arrow {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    z-index: 100 !important;
    top: 50% !important;
    width: 42px !important;
    height: 42px !important;
    margin-top: -21px !important;
    line-height: 42px !important;
    color: #222 !important;
}

@media (max-width: 767.98px) {
    .section-brands-home .multclean-brands-arrow-prev {
        left: 4px !important;
        right: auto !important;
    }

    .section-brands-home .multclean-brands-arrow-next {
        right: 4px !important;
        left: auto !important;
    }

    .section-brands-home .multclean-brands-arrow {
        background: rgba(255, 255, 255, 0.9) !important;
        border-radius: 50% !important;
    }
}

/* ============================================================
   CABEÇALHO MOBILE PRETO + IDENTIDADE MULTCLEAN
   ============================================================ */
@media (max-width: 767.98px) {
    .head-main,
    .head-main .head-row {
        background: #000 !important;
        color: #fffb00 !important;
        fill: #fffb00 !important;
        border-color: #fffb00 !important;
    }

    .multclean-mobile-logo {
        display: block !important;
        line-height: 0 !important;
    }

    .multclean-mobile-logo-img {
        display: block !important;
        width: 220px !important;
        max-width: 52vw !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .head-main .menu-container .header-utility,
    .head-main .utilities-container .header-utility,
    .head-main .utilities-container .header-icon,
    .head-main .menu-container svg,
    .head-main .utilities-container svg {
        color: #fffb00 !important;
        fill: #fffb00 !important;
        stroke: #fffb00 !important;
    }

    .head-main .menu-container .utility-icon,
    .head-main .utilities-container .utility-icon {
        width: 24px !important;
        height: 24px !important;
        stroke-width: 0.7px !important;
        paint-order: stroke fill !important;
    }

    .head-main .badge {
        color: #000 !important;
        background: #fffb00 !important;
        border-color: #fffb00 !important;
        font-weight: 700 !important;
    }

    .head-main .search-container .form-control {
        color: #222 !important;
        fill: #222 !important;
        background: #fff !important;
        border-color: rgba(255, 251, 0, 0.5) !important;
    }

    .head-main .search-container .search-submit-btn {
        background: #111 !important;
    }

    .head-main .search-container .search-submit-btn::before {
        color: #fffb00 !important;
    }

    .modal-nav-hamburger,
    .modal-nav-hamburger .modal-header,
    .modal-nav-hamburger .modal-body,
    .modal-nav-hamburger .modal-footer,
    .modal-nav-hamburger .nav-secondary {
        color: #fffb00 !important;
        fill: #fffb00 !important;
        background: #000 !important;
    }

    .modal-nav-hamburger .nav-list-link,
    .modal-nav-hamburger .secondary-menu-link,
    .modal-nav-hamburger a,
    .modal-nav-hamburger button,
    .modal-nav-hamburger .modal-title {
        color: #fffb00 !important;
        fill: #fffb00 !important;
        font-weight: 700 !important;
        border-color: rgba(255, 251, 0, 0.35) !important;
    }

    .modal-nav-hamburger svg,
    .modal-nav-hamburger .nav-list-arrow svg,
    .modal-nav-hamburger .utility-icon,
    .modal-nav-hamburger .modal-close svg,
    .modal-nav-hamburger .modal-back svg {
        color: #fffb00 !important;
        fill: #fffb00 !important;
        stroke: #fffb00 !important;
        stroke-width: 0.7px !important;
        paint-order: stroke fill !important;
    }
}

/* Menu horizontal mobile: usa os mesmos itens do menu principal desktop. */
@media (max-width: 767.98px) {
    .main-categories-container {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 12px !important;
        min-height: 12px !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #000 !important;
        border-bottom: 1px solid #fffb00 !important;
        z-index: 300 !important;
    }

    .multclean-mobile-header-separator {
        display: block !important;
        width: 100% !important;
        height: 12px !important;
        background: #000 !important;
    }

    .main-categories-container::-webkit-scrollbar {
        display: none;
    }

    .multclean-mobile-main-nav {
        display: flex !important;
        align-items: center !important;
        justify-content: space-around !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 6px !important;
        white-space: nowrap !important;
    }

    .multclean-mobile-main-nav .nav-item {
        flex: 0 0 auto !important;
        margin: 0 !important;
    }

    .multclean-mobile-main-nav .nav-list-link {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 14px 12px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #fffb00 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        text-decoration: none !important;
        cursor: pointer !important;
    }

    .multclean-mobile-main-nav .nav-list-link.selected {
        color: #fffb00 !important;
        text-decoration: underline !important;
    }

    .multclean-mobile-dropdown {
        position: relative !important;
    }

    .multclean-mobile-dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        display: none;
        min-width: 210px !important;
        margin: 0 !important;
        padding: 6px 0 !important;
        background: #000 !important;
        border: 1px solid #fffb00 !important;
        border-top: 0 !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25) !important;
        z-index: 400 !important;
    }

    .multclean-mobile-dropdown.is-open .multclean-mobile-dropdown-menu {
        display: block !important;
    }

    .multclean-mobile-dropdown-menu a {
        display: block !important;
        padding: 10px 14px !important;
        color: #fffb00 !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        text-align: left !important;
        text-decoration: none !important;
    }

    .multclean-mobile-dropdown-menu a:hover,
    .multclean-mobile-dropdown-menu a:focus {
        background: #fffb00 !important;
        color: #000 !important;
    }

    .multclean-mobile-dropdown.is-open .multclean-mobile-dropdown-icon {
        transform: rotate(-90deg) !important;
    }
}

/* Mantém os controles originais visíveis somente no desktop. */
.section-brands-home .js-swiper-brands-prev:not(.multclean-brands-control),
.section-brands-home .js-swiper-brands-next:not(.multclean-brands-control) {
    display: block !important;
}

/* Botões próprios das marcas: sempre visíveis e clicáveis. */
.section-brands-home .multclean-brands-control {
    position: absolute !important;
    top: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: -22px 0 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #222 !important;
    font-family: Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    z-index: 200 !important;
}

.section-brands-home .multclean-brands-control-prev {
    left: -22px !important;
}

.section-brands-home .multclean-brands-control-next {
    right: -22px !important;
}

@media (max-width: 767.98px) {
    .section-brands-home .js-swiper-brands-prev:not(.multclean-brands-control),
    .section-brands-home .js-swiper-brands-next:not(.multclean-brands-control) {
        display: none !important;
    }

    .section-brands-home .multclean-brands-control-prev {
        left: 4px !important;
    }

    .section-brands-home .multclean-brands-control-next {
        right: 4px !important;
    }
}

/* Regra final: nenhuma seta no carrossel de marcas. */
.section-brands-home .js-swiper-brands-prev,
.section-brands-home .js-swiper-brands-next,
.section-brands-home .multclean-brands-control,
.section-brands-home .multclean-brands-control-prev,
.section-brands-home .multclean-brands-control-next {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Menu lateral mobile Multclean: navegação em acordeão. */
@media (max-width: 767.98px) {
    #nav-hamburger.modal-nav-main {
        width: min(94vw, 430px) !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        overflow: hidden !important;
        color: #f7f7f7 !important;
        background: #070707 !important;
        border-right: 1px solid rgba(255, 251, 0, .5) !important;
        box-shadow: 18px 0 42px rgba(0, 0, 0, .55) !important;
    }

    #nav-hamburger .multclean-mobile-menu-modal-header {
        position: relative !important;
        min-height: 72px !important;
        padding: 22px 62px 18px 20px !important;
        color: #fffb00 !important;
        background: #050505 !important;
        border-bottom: 2px solid #fffb00 !important;
    }

    #nav-hamburger .modal-title {
        color: #fffb00 !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        letter-spacing: .08em !important;
        text-transform: uppercase !important;
    }

    #nav-hamburger .modal-close {
        top: 50% !important;
        right: 18px !important;
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        transform: translateY(-50%) !important;
        border: 1px solid rgba(255, 251, 0, .38) !important;
        border-radius: 50% !important;
        background: #101010 !important;
        transition: transform .2s ease, background .2s ease !important;
    }

    #nav-hamburger .modal-close:active {
        transform: translateY(-50%) scale(.9) rotate(8deg) !important;
        background: #fffb00 !important;
    }

    #nav-hamburger .modal-close svg {
        width: 18px !important;
        height: 18px !important;
        color: #fffb00 !important;
        fill: #fffb00 !important;
        stroke: #fffb00 !important;
    }

    #nav-hamburger > .modal-body,
    #nav-hamburger .modal-body {
        min-height: 0 !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        scrollbar-width: thin !important;
        scrollbar-color: #fffb00 #111 !important;
        background: #070707 !important;
    }

    #nav-hamburger .multclean-mobile-menu-top {
        padding: 16px 14px 12px !important;
        background: linear-gradient(180deg, #0d0d0d 0%, #070707 100%) !important;
    }

    #nav-hamburger .multclean-mobile-menu-account {
        display: grid !important;
        grid-template-columns: 42px 1fr 18px !important;
        align-items: center !important;
        gap: 11px !important;
        min-height: 64px !important;
        padding: 10px 12px !important;
        color: #fff !important;
        background: #121212 !important;
        border: 1px solid rgba(255, 251, 0, .34) !important;
        border-radius: 14px !important;
        text-decoration: none !important;
        box-shadow: inset 0 1px rgba(255, 255, 255, .04) !important;
    }

    #nav-hamburger .multclean-mobile-menu-account-icon {
        display: grid !important;
        width: 42px !important;
        height: 42px !important;
        place-items: center !important;
        color: #050505 !important;
        background: #fffb00 !important;
        border-radius: 50% !important;
        box-shadow: 0 0 18px rgba(255, 251, 0, .18) !important;
    }

    #nav-hamburger .multclean-mobile-menu-account-icon svg {
        width: 22px !important;
        height: 22px !important;
        fill: none !important;
        stroke: #050505 !important;
        stroke-width: 1.8 !important;
        stroke-linecap: round !important;
    }

    #nav-hamburger .multclean-mobile-menu-account small,
    #nav-hamburger .multclean-mobile-menu-account strong {
        display: block !important;
        color: inherit !important;
        text-align: left !important;
    }

    #nav-hamburger .multclean-mobile-menu-account small {
        margin-bottom: 2px !important;
        color: #a7a7a7 !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        letter-spacing: .06em !important;
        text-transform: uppercase !important;
    }

    #nav-hamburger .multclean-mobile-menu-account strong { font-size: 14px !important; font-weight: 800 !important; }
    #nav-hamburger .multclean-mobile-menu-account-arrow { width: 18px !important; height: 18px !important; fill: none !important; stroke: #fffb00 !important; stroke-width: 2 !important; }

    #nav-hamburger .multclean-mobile-menu-search { margin-top: 10px !important; }
    #nav-hamburger .multclean-mobile-menu-search-group {
        min-height: 50px !important;
        overflow: hidden !important;
        background: #fff !important;
        border: 1px solid transparent !important;
        border-radius: 12px !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .18) !important;
        transition: border-color .18s ease, box-shadow .18s ease !important;
    }

    #nav-hamburger .multclean-mobile-menu-search-group:focus-within {
        border-color: #fffb00 !important;
        box-shadow: 0 0 0 3px rgba(255, 251, 0, .14) !important;
    }

    #nav-hamburger .multclean-mobile-menu-search-input {
        min-height: 50px !important;
        padding-left: 15px !important;
        color: #1a1a1a !important;
        background: #fff !important;
        border: 0 !important;
        font-size: 14px !important;
    }

    #nav-hamburger .multclean-mobile-menu-search-submit {
        width: 52px !important;
        min-height: 50px !important;
        color: #fffb00 !important;
        background-color: #090909 !important;
        border-radius: 0 !important;
    }

    #nav-hamburger .multclean-mobile-menu-heading {
        padding: 7px 18px 12px !important;
        color: #fff !important;
    }

    #nav-hamburger .multclean-mobile-menu-heading span,
    #nav-hamburger .multclean-mobile-menu-heading small { display: block !important; }
    #nav-hamburger .multclean-mobile-menu-heading span { font-size: 16px !important; font-weight: 900 !important; }
    #nav-hamburger .multclean-mobile-menu-heading small { margin-top: 3px !important; color: #9e9e9e !important; font-size: 11px !important; line-height: 1.35 !important; }

    #nav-hamburger .multclean-mobile-menu-list {
        display: grid !important;
        gap: 10px !important;
        padding: 0 14px 18px !important;
        background: #070707 !important;
    }

    #nav-hamburger .multclean-menu-accordion { margin: 0 !important; }
    #nav-hamburger .multclean-menu-accordion > summary { list-style: none !important; }
    #nav-hamburger .multclean-menu-accordion > summary::-webkit-details-marker { display: none !important; }

    #nav-hamburger .multclean-menu-level-0 > .multclean-menu-summary,
    #nav-hamburger .multclean-menu-leaf.multclean-menu-level-0 {
        display: grid !important;
        min-height: 60px !important;
        grid-template-columns: 38px 1fr 22px !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 9px 13px !important;
        color: #080808 !important;
        background: linear-gradient(135deg, #fffb00 0%, #e9df00 100%) !important;
        border: 1px solid #fffb00 !important;
        border-radius: 13px !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        text-align: left !important;
        text-decoration: none !important;
        box-shadow: 0 7px 20px rgba(0, 0, 0, .22) !important;
        cursor: pointer !important;
        transition: transform .16s ease, box-shadow .16s ease, border-radius .16s ease !important;
    }

    #nav-hamburger .multclean-menu-level-0 > .multclean-menu-summary:active,
    #nav-hamburger .multclean-menu-leaf.multclean-menu-level-0:active { transform: scale(.985) !important; }
    #nav-hamburger .multclean-menu-level-0[open] > .multclean-menu-summary { border-radius: 13px 13px 4px 4px !important; box-shadow: 0 0 22px rgba(255, 251, 0, .13) !important; }

    #nav-hamburger .multclean-menu-number {
        display: grid !important;
        width: 36px !important;
        height: 36px !important;
        place-items: center !important;
        color: #fffb00 !important;
        background: #080808 !important;
        border-radius: 10px !important;
        font-size: 11px !important;
        font-weight: 900 !important;
        letter-spacing: .04em !important;
    }

    #nav-hamburger .multclean-menu-chevron { display: grid !important; width: 22px !important; height: 22px !important; place-items: center !important; }
    #nav-hamburger .multclean-menu-chevron svg,
    #nav-hamburger .multclean-menu-leaf > svg,
    #nav-hamburger .multclean-menu-view-all svg {
        width: 19px !important;
        height: 19px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
        transition: transform .2s ease !important;
    }

    #nav-hamburger .multclean-menu-accordion[open] > .multclean-menu-summary .multclean-menu-chevron svg { transform: rotate(180deg) !important; }
    #nav-hamburger .multclean-menu-children {
        display: grid !important;
        gap: 7px !important;
        padding: 9px !important;
        overflow: hidden !important;
        background: #101010 !important;
        border: 1px solid rgba(255, 251, 0, .5) !important;
        border-top: 0 !important;
        border-radius: 0 0 13px 13px !important;
        animation: multclean-menu-dropdown-in .24s cubic-bezier(.2, .8, .2, 1) both !important;
    }

    #nav-hamburger .multclean-menu-view-all,
    #nav-hamburger .multclean-menu-leaf:not(.multclean-menu-level-0),
    #nav-hamburger .multclean-menu-accordion:not(.multclean-menu-level-0) > .multclean-menu-summary {
        display: grid !important;
        min-height: 44px !important;
        grid-template-columns: 1fr 18px !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 10px 12px !important;
        color: #f5f5f5 !important;
        background: #1a1a1a !important;
        border: 1px solid rgba(255, 255, 255, .08) !important;
        border-radius: 9px !important;
        font-size: 12px !important;
        font-weight: 750 !important;
        line-height: 1.25 !important;
        text-align: left !important;
        text-decoration: none !important;
    }

    #nav-hamburger .multclean-menu-view-all { color: #080808 !important; background: #fffb00 !important; border-color: #fffb00 !important; font-weight: 900 !important; }
    #nav-hamburger .multclean-menu-accordion:not(.multclean-menu-level-0)[open] > .multclean-menu-summary { color: #fffb00 !important; border-color: rgba(255, 251, 0, .5) !important; }
    #nav-hamburger .multclean-menu-accordion:not(.multclean-menu-level-0) .multclean-menu-children { margin-top: 5px !important; padding: 6px !important; background: #0b0b0b !important; border-radius: 9px !important; }

    #nav-hamburger .multclean-mobile-menu-footer {
        padding: 15px 14px calc(20px + env(safe-area-inset-bottom)) !important;
        color: #fff !important;
        background: #050505 !important;
        border-top: 1px solid rgba(255, 251, 0, .28) !important;
    }

    #nav-hamburger .multclean-mobile-menu-footer-title {
        display: block !important;
        margin-bottom: 9px !important;
        color: #fff !important;
        font-size: 11px !important;
        letter-spacing: .08em !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    #nav-hamburger .nav-secondary,
    #nav-hamburger .nav-secondary ul {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    #nav-hamburger .nav-secondary .secondary-menu-item { margin: 0 !important; }
    #nav-hamburger .nav-secondary .secondary-menu-link {
        display: inline-flex !important;
        min-height: 38px !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 13px !important;
        color: #fffb00 !important;
        background: #111 !important;
        border: 1px solid rgba(255, 251, 0, .55) !important;
        border-radius: 999px !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        text-decoration: none !important;
    }

    #nav-hamburger .multclean-mobile-menu-socials {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 18px !important;
        margin-top: 15px !important;
    }

    #nav-hamburger .multclean-mobile-menu-socials a { margin: 0 !important; padding: 5px !important; color: #fffb00 !important; }
    #nav-hamburger .multclean-mobile-menu-socials svg { width: 21px !important; height: 21px !important; fill: #fffb00 !important; }
}

@keyframes multclean-menu-dropdown-in {
    from { opacity: 0; transform: translateY(-7px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767.98px) and (hover: hover) and (pointer: fine) {
    #nav-hamburger .multclean-mobile-menu-account:hover { border-color: #fffb00 !important; transform: translateY(-1px) !important; }
    #nav-hamburger .multclean-menu-level-0 > .multclean-menu-summary:hover,
    #nav-hamburger .multclean-menu-leaf.multclean-menu-level-0:hover { transform: translateY(-2px) !important; box-shadow: 0 9px 24px rgba(255, 251, 0, .16) !important; }
    #nav-hamburger .multclean-menu-view-all:hover,
    #nav-hamburger .multclean-menu-leaf:not(.multclean-menu-level-0):hover { color: #080808 !important; background: #fffb00 !important; border-color: #fffb00 !important; }
    #nav-hamburger .nav-secondary .secondary-menu-link:hover { color: #080808 !important; background: #fffb00 !important; }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    #nav-hamburger *,
    #nav-hamburger .multclean-menu-children { animation: none !important; transition: none !important; }
}

/* Correção visual do componente real do menu mobile. */
@media (max-width: 767.98px) {
    .modal-nav-main {
        width: min(96vw, 680px) !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        overflow: hidden !important;
        background: #f5f6f7 !important;
        border: 1px solid #d9d9d9 !important;
        border-radius: 12px 12px 0 0 !important;
        box-shadow: 18px 0 45px rgba(0, 0, 0, .45) !important;
    }

    .modal-nav-main > .modal-header,
    .modal-nav-main .modal-header {
        min-height: 70px !important;
        padding: 20px 58px 18px 20px !important;
        background: #050505 !important;
        border-bottom: 3px solid #fffb00 !important;
    }

    .modal-nav-main > .modal-body,
    .modal-nav-main .modal-body {
        min-height: 0 !important;
        overflow-y: auto !important;
        color: #171717 !important;
        background: #f5f6f7 !important;
        scrollbar-color: #b9b9b9 #f5f6f7 !important;
    }

    .modal-nav-main .modal-close {
        top: 17px !important;
        right: 16px !important;
        width: 38px !important;
        height: 38px !important;
        color: #fffb00 !important;
        background: transparent !important;
        border: 0 !important;
    }

    .modal-nav-main .modal-close svg {
        width: 23px !important;
        height: 23px !important;
        max-width: 23px !important;
        max-height: 23px !important;
        fill: #fffb00 !important;
        stroke: #fffb00 !important;
    }

    .modal-nav-main .multclean-mobile-menu-top {
        padding: 14px 12px 16px !important;
        background: #fff !important;
        border-bottom: 1px solid #dedede !important;
    }

    .modal-nav-main .multclean-mobile-menu-account {
        display: grid !important;
        min-height: 52px !important;
        grid-template-columns: 30px 1fr 18px !important;
        align-items: center !important;
        gap: 9px !important;
        padding: 7px 10px !important;
        color: #313131 !important;
        background: #fff !important;
        border: 0 !important;
        border-bottom: 1px solid #e1e1e1 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        text-decoration: none !important;
    }

    .modal-nav-main .multclean-mobile-menu-account-icon {
        display: grid !important;
        width: 28px !important;
        height: 28px !important;
        place-items: center !important;
        color: #333 !important;
        background: transparent !important;
        border: 1.8px solid #555 !important;
        border-radius: 50% !important;
        box-shadow: none !important;
    }

    .modal-nav-main .multclean-mobile-menu-account-icon svg,
    .modal-nav-main .multclean-mobile-menu-account-arrow {
        width: 17px !important;
        height: 17px !important;
        max-width: 17px !important;
        max-height: 17px !important;
        fill: none !important;
        stroke: #444 !important;
        stroke-width: 1.8 !important;
    }

    .modal-nav-main .multclean-mobile-menu-account small { display: none !important; }
    .modal-nav-main .multclean-mobile-menu-account strong { color: #333 !important; font-size: 14px !important; font-weight: 500 !important; }

    .modal-nav-main .multclean-mobile-menu-search { margin-top: 9px !important; }
    .modal-nav-main .multclean-mobile-menu-search-group {
        min-height: 49px !important;
        overflow: hidden !important;
        background: #eef1f5 !important;
        border: 1px solid transparent !important;
        border-radius: 7px !important;
        box-shadow: none !important;
    }

    .modal-nav-main .multclean-mobile-menu-search-input {
        min-height: 49px !important;
        padding: 0 52px 0 14px !important;
        color: #222 !important;
        background: #eef1f5 !important;
        border: 0 !important;
        font-size: 14px !important;
    }

    .modal-nav-main .multclean-mobile-menu-search-submit {
        width: 50px !important;
        min-height: 49px !important;
        color: #111 !important;
        background-color: #eef1f5 !important;
        border: 0 !important;
    }

    .modal-nav-main .multclean-mobile-menu-list {
        display: grid !important;
        gap: 9px !important;
        padding: 22px 18px 24px !important;
        color: #171717 !important;
        background: #f5f6f7 !important;
    }

    .modal-nav-main .multclean-menu-level-0 > .multclean-menu-summary,
    .modal-nav-main .multclean-menu-leaf.multclean-menu-level-0 {
        display: grid !important;
        min-height: 58px !important;
        grid-template-columns: 34px 1fr 22px !important;
        align-items: center !important;
        gap: 9px !important;
        padding: 9px 13px !important;
        color: #090909 !important;
        background: #ffcc35 !important;
        border: 0 !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        text-align: left !important;
        text-decoration: none !important;
    }

    .modal-nav-main .multclean-menu-level-0[open] > .multclean-menu-summary { border-radius: 8px 8px 0 0 !important; }
    .modal-nav-main .multclean-menu-icon {
        display: grid !important;
        width: 32px !important;
        height: 32px !important;
        place-items: center !important;
        color: #090909 !important;
        background: transparent !important;
        border-radius: 0 !important;
    }

    .modal-nav-main .multclean-menu-icon svg {
        width: 27px !important;
        height: 27px !important;
        max-width: 27px !important;
        max-height: 27px !important;
        fill: none !important;
        stroke: #090909 !important;
        stroke-width: 1.7 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .modal-nav-main .multclean-menu-chevron,
    .modal-nav-main .multclean-menu-chevron svg,
    .modal-nav-main .multclean-menu-leaf > svg,
    .modal-nav-main .multclean-menu-view-all svg {
        width: 20px !important;
        height: 20px !important;
        max-width: 20px !important;
        max-height: 20px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 1.8 !important;
    }

    .modal-nav-main .multclean-menu-children {
        display: grid !important;
        gap: 7px !important;
        padding: 8px !important;
        color: #111 !important;
        background: #ffcc35 !important;
        border: 0 !important;
        border-radius: 0 0 8px 8px !important;
    }

    .modal-nav-main .multclean-menu-view-all,
    .modal-nav-main .multclean-menu-leaf:not(.multclean-menu-level-0),
    .modal-nav-main .multclean-menu-accordion:not(.multclean-menu-level-0) > .multclean-menu-summary {
        display: grid !important;
        min-height: 43px !important;
        grid-template-columns: 1fr 18px !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 9px 11px !important;
        color: #202020 !important;
        background: #fff !important;
        border: 0 !important;
        border-radius: 7px !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        text-align: left !important;
        text-decoration: none !important;
    }

    .modal-nav-main .multclean-menu-view-all { color: #111 !important; background: #f2f2f2 !important; font-weight: 900 !important; }
    .modal-nav-main .multclean-menu-accordion:not(.multclean-menu-level-0) .multclean-menu-children { margin-top: 5px !important; padding: 6px !important; background: rgba(255,255,255,.45) !important; border-radius: 7px !important; }

    .modal-nav-main .multclean-mobile-menu-footer {
        padding: 14px 18px calc(18px + env(safe-area-inset-bottom)) !important;
        color: #3d3d3d !important;
        background: #fff !important;
        border-top: 1px solid #d7d7d7 !important;
    }

    .modal-nav-main .multclean-mobile-menu-footer-title { color: #333 !important; font-size: 12px !important; }
    .modal-nav-main .nav-secondary { background: transparent !important; }
    .modal-nav-main .nav-secondary .secondary-menu-link {
        color: #333 !important;
        background: #f3f3f3 !important;
        border: 1px solid #d5d5d5 !important;
        border-radius: 7px !important;
    }

    .modal-nav-main .multclean-mobile-menu-socials svg {
        width: 21px !important;
        height: 21px !important;
        max-width: 21px !important;
        max-height: 21px !important;
        fill: #444 !important;
        stroke: none !important;
    }
}

/* Garante prioridade sobre o CSS inline original do cabeçalho. */
@media (max-width: 767.98px) {
    .modal-nav-hamburger.modal-nav-main {
        color: #202020 !important;
        background: #f5f6f7 !important;
    }

    .modal-nav-hamburger.modal-nav-main > .modal-body,
    .modal-nav-hamburger.modal-nav-main .modal-body,
    .modal-nav-hamburger.modal-nav-main .modal-footer {
        color: #202020 !important;
        background: #f5f6f7 !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-mobile-menu-account {
        color: #333 !important;
        fill: none !important;
        font-weight: 500 !important;
        border-color: #e1e1e1 !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-mobile-menu-account strong { color: #333 !important; }
    .modal-nav-hamburger.modal-nav-main .nav-secondary { color: #333 !important; background: transparent !important; }
    .modal-nav-hamburger.modal-nav-main .multclean-mobile-menu-socials a { color: #444 !important; fill: #444 !important; }
}

/* Dimensões finais do menu mobile: manter como última regra do arquivo. */
@media (max-width: 767.98px) {
    .modal-nav-hamburger.modal-nav-main .modal-header.no-title {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 30 !important;
        width: 86px !important;
        min-height: 62px !important;
        padding: 0 !important;
        overflow: visible !important;
        pointer-events: none !important;
        background: transparent !important;
        border: 0 !important;
    }

    .modal-nav-hamburger.modal-nav-main .modal-close {
        position: absolute !important;
        top: 10px !important;
        right: 30px !important;
        display: grid !important;
        box-sizing: border-box !important;
        width: 34px !important;
        height: 34px !important;
        place-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        pointer-events: auto !important;
        border: 1px solid rgba(255, 251, 0, .55) !important;
        border-radius: 50% !important;
        transform: none !important;
    }

    .modal-nav-hamburger.modal-nav-main .modal-close svg {
        display: block !important;
        width: 18px !important;
        height: 18px !important;
        max-width: 18px !important;
        max-height: 18px !important;
        margin: 0 !important;
        transform: none !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-mobile-menu-list {
        gap: 6px !important;
        padding-top: 0 !important;
        background: #080808 !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-mobile-menu-list::before {
        display: block !important;
        width: 100% !important;
        height: 12px !important;
        content: "" !important;
        background: #080808 !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-level-0 > .multclean-menu-summary,
    .modal-nav-hamburger.modal-nav-main .multclean-menu-leaf.multclean-menu-level-0 {
        box-sizing: border-box !important;
        height: 26px !important;
        min-height: 26px !important;
        max-height: 26px !important;
        grid-template-columns: 22px 1fr 14px !important;
        gap: 6px !important;
        margin: 0 !important;
        padding: 0 7px !important;
        overflow: hidden !important;
        border-radius: 3px !important;
        font-size: 12px !important;
        line-height: 1 !important;
    }

    .modal-nav-hamburger.modal-nav-main details.multclean-menu-accordion.multclean-menu-level-0 {
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .modal-nav-hamburger.modal-nav-main details.multclean-menu-accordion.multclean-menu-level-0:not([open]) {
        height: 26px !important;
        min-height: 26px !important;
        max-height: 26px !important;
        overflow: hidden !important;
        border-radius: 3px !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-icon {
        width: 21px !important;
        height: 21px !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-icon svg {
        width: 20px !important;
        height: 20px !important;
        max-width: 20px !important;
        max-height: 20px !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-chevron,
    .modal-nav-hamburger.modal-nav-main .multclean-menu-chevron svg {
        width: 10px !important;
        height: 10px !important;
        max-width: 10px !important;
        max-height: 10px !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-chevron {
        position: relative !important;
        display: block !important;
        overflow: visible !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-chevron svg { display: none !important; }
    .modal-nav-hamburger.modal-nav-main .multclean-menu-chevron::before {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        display: block !important;
        width: 7px !important;
        height: 7px !important;
        content: "" !important;
        border-right: 1.5px solid #080808 !important;
        border-bottom: 1.5px solid #080808 !important;
        transform: translate(-50%, -70%) rotate(45deg) !important;
        transform-origin: center !important;
        transition: transform .18s ease !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-accordion[open] > .multclean-menu-summary .multclean-menu-chevron::before {
        transform: translate(-50%, -25%) rotate(225deg) !important;
    }

    .modal-nav-hamburger.modal-nav-main .modal-close { top: 17px !important; right: 30px !important; }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-level-0 > .multclean-menu-summary,
    .modal-nav-hamburger.modal-nav-main .multclean-menu-leaf.multclean-menu-level-0 {
        display: flex !important;
        box-sizing: border-box !important;
        height: 26px !important;
        min-height: 26px !important;
        max-height: 26px !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 0 8px !important;
        overflow: visible !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-icon { flex: 0 0 21px !important; }
    .modal-nav-hamburger.modal-nav-main .multclean-menu-name { flex: 1 1 auto !important; min-width: 0 !important; }
    .modal-nav-hamburger.modal-nav-main .multclean-menu-chevron { flex: 0 0 12px !important; }

    .modal-nav-hamburger.modal-nav-main details.multclean-menu-accordion.multclean-menu-level-0:not([open]) {
        height: 26px !important;
        min-height: 26px !important;
        max-height: 26px !important;
        overflow: visible !important;
    }

    .modal-nav-hamburger.modal-nav-main > .modal-header { display: none !important; }
    .modal-nav-hamburger.modal-nav-main .multclean-mobile-menu-account-wrap { position: relative !important; }
    .modal-nav-hamburger.modal-nav-main .multclean-mobile-menu-account { padding-right: 58px !important; }
    .modal-nav-hamburger.modal-nav-main .multclean-mobile-menu-inline-close {
        position: absolute !important;
        top: 50% !important;
        right: 10px !important;
        z-index: 5 !important;
        display: grid !important;
        box-sizing: border-box !important;
        width: 34px !important;
        height: 34px !important;
        place-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #fffb00 !important;
        background: #080808 !important;
        border: 1px solid rgba(255, 251, 0, .65) !important;
        border-radius: 50% !important;
        transform: translateY(-50%) !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-mobile-menu-inline-close svg {
        width: 18px !important;
        height: 18px !important;
        max-width: 18px !important;
        max-height: 18px !important;
        fill: none !important;
        stroke: #fffb00 !important;
        stroke-width: 1.7 !important;
        stroke-linecap: round !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-accordion.multclean-menu-level-0 {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-level-0 > .multclean-menu-summary,
    .modal-nav-hamburger.modal-nav-main .multclean-menu-leaf.multclean-menu-level-0 {
        display: flex !important;
        box-sizing: border-box !important;
        width: 100% !important;
        height: 36px !important;
        min-height: 36px !important;
        max-height: 36px !important;
        align-items: center !important;
        flex: none !important;
        gap: 7px !important;
        margin: 0 !important;
        padding: 0 10px !important;
        overflow: visible !important;
        border-radius: 6px !important;
    }

    .modal-nav-hamburger.modal-nav-main .multclean-menu-children[hidden] { display: none !important; }
    .modal-nav-hamburger.modal-nav-main .multclean-menu-accordion.is-open > .multclean-menu-summary { border-radius: 6px 6px 0 0 !important; }
    .modal-nav-hamburger.modal-nav-main .multclean-menu-accordion.is-open > .multclean-menu-summary .multclean-menu-chevron::before {
        transform: translate(-50%, -25%) rotate(225deg) !important;
    }
}
/* Aviso comercial e legal no encerramento do rodapé */
.multclean-footer-legal-notice {
  grid-column: 1 / -1;
  order: 3;
  width: 100%;
  margin: 10px auto 0;
  padding: 4px 18px 0;
  color: #fff;
  font-size: 11px;
  font-family: inherit;
  font-weight: 400 !important;
  line-height: 1.45;
  text-align: center;
}

@media (min-width: 768px) {
  /* Menu de categorias do desktop: uma categoria raiz por dropdown */
  .multclean-desktop-navigation-grid.nav-desktop-grid {
    grid-template-columns: minmax(0, 1fr) 0 fit-content(50%) !important;
    column-gap: clamp(18px, 2vw, 34px);
  }

  .multclean-desktop-navigation-grid > .js-desktop-nav-col {
    width: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .multclean-desktop-main-categories {
    width: 100%;
    min-width: 0;
    white-space: nowrap;
  }

  .multclean-desktop-category-nav {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
    justify-content: space-between;
    gap: clamp(10px, 1.55vw, 28px);
  }

  .multclean-desktop-category-nav > .multclean-desktop-category-item {
    display: inline-flex;
    height: 100%;
    min-width: 0;
    align-items: center;
    padding: 0 !important;
  }

  .multclean-desktop-category-trigger,
  .multclean-desktop-category-item-leaf > .nav-list-link {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .multclean-desktop-category-trigger > .nav-list-link,
  .multclean-desktop-category-item-leaf > .nav-list-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 6px;
    padding: 0;
    font-size: clamp(11px, .86vw, 14px) !important;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
  }

  /*
   * Neutraliza o CSS legado salvo no painel da loja, que substituia o texto
   * de todos os acionadores por "Marcas" e ocultava a categoria Vidros.
   */
  .js-desktop-main-categories-col.multclean-desktop-main-categories
  .multclean-desktop-category-trigger > a.nav-list-link::before {
    display: none !important;
    content: none !important;
  }

  .js-desktop-main-categories-col.multclean-desktop-main-categories
  .multclean-desktop-category-trigger > a.nav-list-link > span {
    display: inline !important;
    font-size: inherit !important;
  }

  .multclean-desktop-category-dropdown
  .multclean-desktop-category-list a[href*="vidros"],
  .multclean-desktop-category-dropdown
  .multclean-desktop-category-list a[href*="shampoo-e-lavagem"] {
    display: block !important;
  }

  .multclean-desktop-category-trigger > .nav-list-link::after,
  .multclean-desktop-category-item-leaf > .nav-list-link::after {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    height: 1px;
    content: "";
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
  }

  .multclean-desktop-category-item:hover .multclean-desktop-category-trigger > .nav-list-link::after,
  .multclean-desktop-category-item-leaf:hover > .nav-list-link::after {
    transform: scaleX(1);
  }

  .multclean-desktop-category-trigger > .nav-list-link,
  .multclean-desktop-category-item-leaf > .nav-list-link {
    position: relative;
  }

  .multclean-desktop-category-chevron {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    transform: rotate(90deg);
    transition: transform .2s ease;
  }

  .multclean-desktop-category-item:hover .multclean-desktop-category-chevron {
    transform: rotate(270deg);
  }

  .multclean-desktop-category-dropdown {
    padding: 0 !important;
    border-top: 1px solid rgba(255, 251, 0, .55);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .14);
  }

  /*
   * Ao trocar diretamente de categoria, oculta o dropdown anterior sem
   * aguardar o fade legado de 300 ms. Evita dois painéis sobrepostos.
   */
  .multclean-desktop-category-nav:hover
  > .multclean-desktop-category-item:not(:hover)
  .multclean-desktop-category-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: none !important;
  }

  .multclean-desktop-category-dropdown-container {
    display: block !important;
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .multclean-desktop-category-dropdown-heading {
    display: inline-block !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    break-inside: avoid !important;
  }

  .multclean-desktop-category-dropdown-heading > a {
    position: relative !important;
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 0 !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    color: #1f1f1f !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    transform: none !important;
    transition: color .18s ease !important;
    white-space: normal !important;
  }

  .multclean-desktop-category-dropdown-heading > a::before,
  .multclean-desktop-category-dropdown-heading > a::after {
    display: none !important;
    content: none !important;
  }

  .multclean-desktop-category-dropdown-heading > a:hover,
  .multclean-desktop-category-dropdown-heading > a:focus,
  .multclean-desktop-category-dropdown-heading > a:active {
    color: #000 !important;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    text-decoration: none !important;
    transform: none !important;
  }

  .multclean-desktop-category-list {
    display: block !important;
    column-count: 5 !important;
    column-fill: balance;
    column-gap: clamp(22px, 3vw, 48px) !important;
    width: 100%;
    margin: 0;
  }

  .multclean-desktop-category-list > .nav-item {
    display: inline-block !important;
    width: 100%;
    min-width: 0;
    margin: 0 0 16px !important;
    break-inside: avoid !important;
    vertical-align: top;
  }

  .multclean-desktop-category-item-hierarchical
  .multclean-desktop-category-list > .nav-item {
    position: relative !important;
  }

  .multclean-desktop-category-item-hierarchical
  .multclean-desktop-category-list > .nav-item::before {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: calc(clamp(22px, 3vw, 48px) / -2) !important;
    width: 1px !important;
    background: rgba(31, 31, 31, .13) !important;
    content: "" !important;
    pointer-events: none !important;
  }

  .multclean-desktop-category-item-hierarchical
  .multclean-desktop-category-list > .nav-item > .nav-list-link {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
    padding: 0 0 5px !important;
    color: #151515 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid rgba(255, 251, 0, .82) !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    transform: none !important;
  }

  .multclean-desktop-category-item-hierarchical
  .multclean-desktop-category-list > .nav-item > .list-subitems .nav-list-link {
    color: #353535 !important;
    font-weight: 400 !important;
  }

  .multclean-desktop-category-item-hierarchical
  .multclean-desktop-category-list > .multclean-desktop-category-dropdown-heading::before {
    display: none !important;
    content: none !important;
  }

  .multclean-desktop-category-list > .nav-item > .nav-list-link {
    margin-bottom: 8px !important;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--main-foreground-opacity-20);
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1.25;
  }

  .multclean-desktop-category-list > .nav-item > .list-subitems {
    margin: 0 !important;
  }

  .multclean-desktop-category-list .list-subitems .nav-item {
    display: block;
    padding: 0;
  }

  .multclean-desktop-category-list .list-subitems .nav-list-link {
    margin-bottom: 7px !important;
    font-size: 12px !important;
    line-height: 1.3;
    text-decoration: none;
  }

  .multclean-desktop-category-list a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /* Logos aparecem somente no dropdown desktop de Marcas. */
  .multclean-desktop-category-item-brands
  .multclean-desktop-category-list {
    max-width: 1080px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    column-gap: 14px !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-category-list > .nav-item {
    margin-bottom: 5px !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-category-list > .nav-item > .nav-list-link {
    display: flex !important;
    width: 100% !important;
    min-height: 46px !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 5px 8px !important;
    color: #292929 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 9px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-category-list > .nav-item > .nav-list-link:hover {
    color: #080808 !important;
    background: #fffb00 !important;
    border-color: #fffb00 !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1) !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
  }

  .multclean-desktop-brand-logo {
    display: grid !important;
    box-sizing: border-box !important;
    width: 58px !important;
    height: 36px !important;
    flex: 0 0 58px !important;
    place-items: center !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid rgba(31, 31, 31, .08) !important;
    border-radius: 8px !important;
  }

  .multclean-desktop-brand-logo img {
    display: block !important;
    width: 52px !important;
    height: 28px !important;
    object-fit: contain !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-brand-name {
    min-width: 0 !important;
    padding-bottom: 2px !important;
    border-bottom: 2px solid #fffb00 !important;
  }

  .multclean-desktop-category-item-brands
  .nav-list-link:hover .multclean-desktop-brand-name {
    border-bottom-color: #080808 !important;
  }

  /* Mega menu de marcas: grade ampla, logos e nomes mais legiveis. */
  .multclean-desktop-category-item-brands
  .multclean-desktop-category-dropdown-container {
    width: min(100%, 1480px) !important;
    max-width: 1480px !important;
    padding-top: 24px !important;
    padding-bottom: 28px !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-category-dropdown
  .multclean-desktop-category-list {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(5, minmax(0, 240px)) !important;
    justify-content: center !important;
    column-count: auto !important;
    gap: 12px 18px !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-category-list > .nav-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-category-list > .nav-item > .nav-list-link {
    min-height: 68px !important;
    gap: 13px !important;
    padding: 7px 10px !important;
    background: #fff !important;
    border-color: rgba(18, 20, 22, .1) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 14px rgba(9, 10, 11, .035) !important;
    font-size: 15px !important;
    font-weight: 750 !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-category-list > .nav-item > .nav-list-link:hover,
  .multclean-desktop-category-item-brands
  .multclean-desktop-category-list > .nav-item > .nav-list-link:focus-visible {
    background: #fffb00 !important;
    border-color: #deda00 !important;
    box-shadow: 0 9px 20px rgba(0, 0, 0, .11) !important;
    outline: none !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-brand-logo {
    width: 88px !important;
    height: 52px !important;
    flex-basis: 88px !important;
    border-radius: 10px !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-brand-logo img {
    width: 80px !important;
    height: 42px !important;
  }

  .multclean-desktop-category-item-brands
  .multclean-desktop-brand-name {
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
  }

  body .js-desktop-main-categories-col.multclean-desktop-main-categories
  .multclean-desktop-category-item-brands
  .multclean-desktop-category-dropdown-heading {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body .js-desktop-main-categories-col.multclean-desktop-main-categories
  .multclean-desktop-category-item-brands
  .multclean-desktop-category-dropdown-heading > a {
    display: flex !important;
    min-height: 68px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 16px !important;
    border: 1px solid #fffb00 !important;
    border-radius: 12px !important;
    background: #fffb00 !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease !important;
  }

  body .js-desktop-main-categories-col.multclean-desktop-main-categories
  .multclean-desktop-category-item-brands
  .multclean-desktop-category-dropdown-heading > a:hover,
  body .js-desktop-main-categories-col.multclean-desktop-main-categories
  .multclean-desktop-category-item-brands
  .multclean-desktop-category-dropdown-heading > a:focus-visible,
  body .js-desktop-main-categories-col.multclean-desktop-main-categories
  .multclean-desktop-category-item-brands
  .multclean-desktop-category-dropdown-heading > a:active {
    border-color: #111 !important;
    background: #111 !important;
    color: #fffb00 !important;
  }

  @media (max-width: 1300px) {
    .multclean-desktop-category-item-brands
    .multclean-desktop-category-dropdown
    .multclean-desktop-category-list {
      grid-template-columns: repeat(4, minmax(0, 240px)) !important;
    }

    .multclean-desktop-category-item-brands
    .multclean-desktop-brand-logo {
      width: 76px !important;
      flex-basis: 76px !important;
    }

    .multclean-desktop-category-item-brands
    .multclean-desktop-brand-logo img {
      width: 68px !important;
    }
  }

  @media (max-width: 1100px) {
    .multclean-desktop-category-nav {
      gap: 10px;
    }

    .multclean-desktop-category-trigger > .nav-list-link,
    .multclean-desktop-category-item-leaf > .nav-list-link {
      font-size: 11px;
    }

    .multclean-desktop-category-list {
      column-count: 4 !important;
    }
  }

  .footer-main-info > .multclean-footer-mobile-only-nav {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .multclean-footer-location-wrap {
    display: block !important;
    width: 100%;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    position: static !important;
  }

  .multclean-footer-location-link {
    position: static !important;
    display: inline-flex !important;
    width: auto !important;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 7px 18px !important;
    float: none !important;
    color: #fffb00 !important;
    background: #080808 !important;
    border: 1px solid #fffb00 !important;
    border-radius: 999px !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none !important;
    transform: none !important;
  }
}

@media (max-width: 767.98px) {
  .footer-payments-shipping-container { order: 1; }

  .multclean-footer-legal-notice {
    order: 2;
    max-width: 640px;
    margin-top: 12px;
    padding: 4px 12px 0;
    font-size: 9px;
    line-height: 1.35;
  }

  .footer-legal-container { order: 3; }
}
.section-new-products-home .js-products-new-title {
    position: relative;
    margin: 0 auto 34px !important;
    color: #111 !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -.035em;
    text-align: center;
}

.section-new-products-home .js-products-new-title::before {
    display: table;
    margin: 0 auto 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #111;
    color: #fffb00;
    content: "ACABARAM DE CHEGAR!";
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: .16em;
}

.section-new-products-home .js-products-new-title::after {
    display: none;
    content: none;
}

.section-featured-home:not(.section-new-products-home) .js-products-featured-title {
    position: relative;
    margin: 0 auto 34px !important;
    color: #111 !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -.035em;
    text-align: center;
}

.section-featured-home:not(.section-new-products-home) .js-products-featured-title::before {
    display: table;
    margin: 0 auto 10px;
    padding: 6px 16px;
    border-radius: 999px;
    background: #111;
    color: #fffb00;
    content: "DESTAQUES";
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: .16em;
}

.section-featured-home:not(.section-new-products-home) .js-products-featured-title::after {
    display: none;
    content: none;
}

.section-new-products-home .js-products-new-title,
.section-featured-home:not(.section-new-products-home) .js-products-featured-title {
    animation: mc-showcase-title-enter .58s cubic-bezier(.22, .8, .28, 1) both;
}

.section-new-products-home .js-products-new-title::before,
.section-featured-home:not(.section-new-products-home) .js-products-featured-title::before {
    background-image: linear-gradient(105deg, #111 0%, #111 36%, #454300 48%, #111 60%, #111 100%);
    background-size: 260% 100%;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .12);
    animation: mc-showcase-title-shimmer 3.4s ease-in-out .7s infinite;
    will-change: background-position, box-shadow, transform;
}

.section-new-products-home .js-products-new-title::after,
.section-featured-home:not(.section-new-products-home) .js-products-featured-title::after {
    display: block;
    width: 52px;
    height: 3px;
    margin: 8px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #fffb00 28%, #fffb00 72%, transparent);
    content: "";
    animation: mc-showcase-title-signal 2.4s ease-in-out infinite;
}

@keyframes mc-showcase-title-enter {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.97);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes mc-showcase-title-shimmer {
    0%, 100% {
        background-position: 100% 0;
        box-shadow: 0 7px 20px rgba(0, 0, 0, .12), 0 0 0 0 rgba(255, 251, 0, 0);
        transform: translateY(0) scale(1);
    }
    48% {
        background-position: 0 0;
        box-shadow: 0 10px 27px rgba(0, 0, 0, .18), 0 0 0 3px rgba(255, 251, 0, .22);
        transform: translateY(-2px) scale(1.018);
    }
}

@keyframes mc-showcase-title-signal {
    0%, 100% {
        opacity: .35;
        transform: scaleX(.55);
    }
    50% {
        opacity: 1;
        transform: scaleX(1.16);
    }
}

.section-new-products-home .js-swiper-new .swiper-wrapper {
    transition-timing-function: cubic-bezier(.22,.61,.36,1) !important;
}

/* Vitrine de novidades: cards e imagens consistentes no desktop e mobile. */
.section-new-products-home .js-swiper-new {
    padding: 8px 6px 4px;
}

.section-new-products-home .js-swiper-new .js-item-product {
    height: auto;
    padding: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .055);
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.section-new-products-home .js-swiper-new .product-item-link {
    height: 100%;
}

.section-new-products-home .js-swiper-new .product-item-image-container {
    width: 100%;
    height: clamp(220px, 18vw, 300px) !important;
    min-height: clamp(220px, 18vw, 300px);
    border-radius: 12px;
    background: linear-gradient(145deg, #fafafa, #fff);
}

.section-new-products-home .js-swiper-new .product-item-image {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    padding: clamp(16px, 1.8vw, 28px);
    object-fit: contain !important;
    object-position: center !important;
    box-sizing: border-box;
    transform: none !important;
}

.section-new-products-home .js-swiper-new .product-item-information {
    min-height: 76px;
    padding: 14px 4px 4px !important;
}

.section-new-products-home .js-swiper-new .product-item-name {
    min-height: 2.7em;
    margin-bottom: 0 !important;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.section-new-products-home .js-swiper-new-prev,
.section-new-products-home .js-swiper-new-next {
    display: grid !important;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid #fffb00;
    border-radius: 50%;
    background: #0a0a0a;
    color: #fffb00;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .18);
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.section-new-products-home .js-swiper-new-prev:hover,
.section-new-products-home .js-swiper-new-next:hover,
.section-new-products-home .js-swiper-new-prev:focus-visible,
.section-new-products-home .js-swiper-new-next:focus-visible {
    background: #fffb00;
    color: #080808;
    transform: scale(1.06);
}

.section-new-products-home .js-swiper-new-prev:focus-visible,
.section-new-products-home .js-swiper-new-next:focus-visible {
    outline: 3px solid rgba(255, 251, 0, .38);
    outline-offset: 3px;
}

.section-new-products-home .js-swiper-new-prev svg,
.section-new-products-home .js-swiper-new-next svg,
.section-new-products-home .js-swiper-new-prev svg use,
.section-new-products-home .js-swiper-new-next svg use {
    color: #fffb00 !important;
    fill: #fffb00 !important;
}

.section-new-products-home .js-swiper-new-prev:hover svg,
.section-new-products-home .js-swiper-new-next:hover svg,
.section-new-products-home .js-swiper-new-prev:focus-visible svg,
.section-new-products-home .js-swiper-new-next:focus-visible svg,
.section-new-products-home .js-swiper-new-prev:hover svg use,
.section-new-products-home .js-swiper-new-next:hover svg use,
.section-new-products-home .js-swiper-new-prev:focus-visible svg use,
.section-new-products-home .js-swiper-new-next:focus-visible svg use {
    color: #080808 !important;
    fill: #080808 !important;
}

.section-new-products-home .js-swiper-new-pagination {
    margin-top: 18px;
}

.section-new-products-home .js-swiper-new-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px !important;
    border-radius: 999px;
    background: #a8a8a8;
    opacity: 1;
    transition: width .24s ease, background-color .24s ease;
}

.section-new-products-home .js-swiper-new-pagination .swiper-pagination-bullet-active {
    width: 24px !important;
    background: #111 !important;
}

/* Destaques compartilha o mesmo sistema visual da vitrine de novidades. */
.section-featured-home:not(.section-new-products-home) .js-swiper-featured {
    padding: 8px 6px 4px;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured .swiper-wrapper {
    transition-timing-function: cubic-bezier(.22, .61, .36, 1) !important;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-product {
    height: auto;
    padding: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .055);
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-link {
    height: 100%;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-image-container {
    width: 100%;
    height: clamp(220px, 18vw, 300px) !important;
    min-height: clamp(220px, 18vw, 300px);
    border-radius: 12px;
    background: linear-gradient(145deg, #fafafa, #fff);
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-image {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    padding: clamp(16px, 1.8vw, 28px);
    object-fit: contain !important;
    object-position: center !important;
    box-sizing: border-box;
    transform: none !important;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-information {
    min-height: 76px;
    padding: 14px 4px 4px !important;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-name {
    min-height: 2.7em;
    margin-bottom: 0 !important;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-next {
    display: grid !important;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid #fffb00;
    border-radius: 50%;
    background: #0a0a0a;
    color: #fffb00;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .18);
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev svg,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-next svg,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev svg use,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-next svg use {
    color: #fffb00 !important;
    fill: #fffb00 !important;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev:hover,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-next:hover,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev:focus-visible,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-next:focus-visible {
    background: #fffb00;
    color: #080808;
    transform: scale(1.06);
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev:hover svg,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-next:hover svg,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev:focus-visible svg,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-next:focus-visible svg,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev:hover svg use,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-next:hover svg use,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev:focus-visible svg use,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-next:focus-visible svg use {
    color: #080808 !important;
    fill: #080808 !important;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev:focus-visible,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured-next:focus-visible {
    outline: 3px solid rgba(255, 251, 0, .38);
    outline-offset: 3px;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured-pagination {
    margin-top: 18px;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px !important;
    border-radius: 999px;
    background: #a8a8a8;
    opacity: 1;
    transition: width .24s ease, background-color .24s ease;
}

.section-featured-home:not(.section-new-products-home) .js-swiper-featured-pagination .swiper-pagination-bullet-active {
    width: 24px !important;
    background: #111 !important;
}
/* Vitrines da home: hierarquia comercial para preço, parcelamento e compra. */
.section-new-products-home .js-swiper-new .product-item-information,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-information {
    flex: 1;
}

.section-new-products-home .js-swiper-new .product-item-price-container,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding-top: 11px;
    border-top: 1px solid #ececef;
    text-align: center;
}

.section-new-products-home .js-swiper-new .product-item-price-container > *,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-price-container > * {
    justify-content: center;
}

.section-new-products-home .js-swiper-new .product-item-price,
.section-new-products-home .js-swiper-new .js-price-display,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-price,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-price-display {
    color: #0a0a0a;
    font-size: clamp(19px, 1.35vw, 23px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.025em;
    font-variant-numeric: tabular-nums;
}

.section-new-products-home .js-swiper-new .price-compare,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured .price-compare {
    margin-bottom: 4px !important;
    color: #777;
    font-size: 11px;
}

.section-new-products-home .js-swiper-new .custom-installments,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured .custom-installments {
    display: flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    min-height: 27px;
    margin: 7px auto 0 !important;
    padding: 5px 9px;
    border-left: 3px solid #fffb00;
    border-radius: 0 7px 7px 0;
    background: #f3f4f5;
    color: #4f5257;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
}

.section-new-products-home .js-swiper-new .js-item-submit-container,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-submit-container {
    width: 100%;
    margin-top: 10px !important;
}

.section-new-products-home .js-swiper-new .js-item-submit-container .btn,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-submit-container .btn {
    display: inline-flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border: 1px solid #0a0a0a;
    border-radius: 10px;
    background: #0a0a0a;
    color: #fffb00;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .02em;
    text-transform: uppercase;
    box-shadow: 0 7px 16px rgba(0, 0, 0, .12);
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .section-new-products-home .js-swiper-new .js-item-submit-container .btn:hover,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-submit-container .btn:hover {
        border-color: #fffb00;
        background: #fffb00;
        color: #0a0a0a;
        box-shadow: 0 9px 20px rgba(0, 0, 0, .16);
        transform: translateY(-2px);
    }
}

.section-new-products-home .js-swiper-new .js-item-submit-container .btn:focus-visible,
.section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-submit-container .btn:focus-visible {
    outline: 3px solid rgba(255, 251, 0, .5);
    outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
    .section-new-products-home .js-swiper-new .js-item-product:hover {
        border-color: rgba(255, 251, 0, .9);
        box-shadow: 0 13px 30px rgba(0, 0, 0, .1);
        transform: translateY(-4px);
    }

    .section-new-products-home .js-swiper-new .js-item-product:hover .product-item-image {
        transform: scale(1.035) !important;
    }

    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-product:hover {
        border-color: rgba(255, 251, 0, .9);
        box-shadow: 0 13px 30px rgba(0, 0, 0, .1);
        transform: translateY(-4px);
    }

    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-product:hover .product-item-image {
        transform: scale(1.035) !important;
    }
}

@media (max-width: 767.98px) {
    .section-new-products-home .js-products-new-container {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .section-new-products-home .js-products-new-title {
        margin-bottom: 22px !important;
    }

    .section-new-products-home .js-swiper-new {
        padding: 5px 2px 2px;
    }

    .section-new-products-home .js-swiper-new .js-item-product {
        padding: 8px;
        border-radius: 13px;
        box-shadow: 0 5px 16px rgba(0, 0, 0, .05);
    }

    .section-new-products-home .js-swiper-new .product-item-image-container {
        height: clamp(170px, 53vw, 215px) !important;
        min-height: clamp(170px, 53vw, 215px);
        border-radius: 10px;
    }

    .section-new-products-home .js-swiper-new .product-item-image {
        padding: 14px;
    }

    .section-new-products-home .js-swiper-new .product-item-information {
        min-height: 72px;
        padding: 11px 2px 3px !important;
    }

    .section-new-products-home .js-swiper-new .product-item-name {
        font-size: 13px;
        line-height: 1.32;
    }

    .section-new-products-home .js-swiper-new-prev,
    .section-new-products-home .js-swiper-new-next {
        display: none !important;
    }

    .section-featured-home:not(.section-new-products-home) .js-products-featured-container {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .section-featured-home:not(.section-new-products-home) .js-products-featured-title {
        margin-bottom: 22px !important;
    }

    .section-featured-home:not(.section-new-products-home) .js-swiper-featured {
        padding: 5px 2px 2px;
    }

    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-product {
        padding: 8px;
        border-radius: 13px;
        box-shadow: 0 5px 16px rgba(0, 0, 0, .05);
    }

    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-image-container {
        height: clamp(170px, 53vw, 215px) !important;
        min-height: clamp(170px, 53vw, 215px);
        border-radius: 10px;
    }

    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-image {
        padding: 14px;
    }

    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-information {
        min-height: 72px;
        padding: 11px 2px 3px !important;
    }

    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-name {
        font-size: 13px;
        line-height: 1.32;
    }
    .section-new-products-home .js-swiper-new .product-item-price-container,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-price-container {
        padding-top: 9px;
    }

    .section-new-products-home .js-swiper-new .product-item-price,
    .section-new-products-home .js-swiper-new .js-price-display,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-price,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-price-display {
        font-size: 18px;
    }

    .section-new-products-home .js-swiper-new .custom-installments,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .custom-installments {
        min-height: 24px;
        margin-top: 5px !important;
        padding: 4px 7px;
        font-size: 10px;
    }

    .section-new-products-home .js-swiper-new .js-item-submit-container,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-submit-container {
        margin-top: 8px !important;
    }

    .section-new-products-home .js-swiper-new .js-item-submit-container .btn,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-submit-container .btn {
        min-height: 44px;
        padding: 8px 10px;
        border-radius: 9px;
        font-size: 11px;
    }

    .section-featured-home:not(.section-new-products-home) .js-swiper-featured-prev,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured-next {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-new-products-home .js-swiper-new .swiper-wrapper,
    .section-new-products-home .js-swiper-new .js-item-product,
    .section-new-products-home .js-swiper-new .product-item-image,
    .section-new-products-home .js-swiper-new-pagination .swiper-pagination-bullet {
        transition-duration: 0ms !important;
    }

    .section-new-products-home .js-products-new-title,
    .section-new-products-home .js-products-new-title::before,
    .section-new-products-home .js-products-new-title::after,
    .section-featured-home:not(.section-new-products-home) .js-products-featured-title,
    .section-featured-home:not(.section-new-products-home) .js-products-featured-title::before,
    .section-featured-home:not(.section-new-products-home) .js-products-featured-title::after,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .swiper-wrapper,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .js-item-product,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured .product-item-image,
    .section-featured-home:not(.section-new-products-home) .js-swiper-featured-pagination .swiper-pagination-bullet {
        animation: none !important;
        transition-duration: 0ms !important;
    }
}
.mc-header-account-icon{position:relative;z-index:2;display:inline-flex!important;align-items:center;justify-content:center;color:inherit!important;cursor:pointer;text-decoration:none!important}
.mc-header-account-icon:before{position:absolute;inset:-10px;border-radius:10px;content:""}
.mc-header-account-icon:hover{color:#fffb00!important}

/* Navegacao global e previews rapidos do cabecalho */
@media(min-width:768px){
 .head-main .nav-desktop-container{display:block!important;min-height:56px!important;visibility:visible!important;background:#050505!important;border-bottom:1px solid #fffb00!important}
 .head-main .js-nav-desktop-container.multclean-desktop-navigation-grid{display:grid!important;min-height:55px!important;height:auto!important;visibility:visible!important}
 .head-main .multclean-desktop-main-categories{display:block!important;min-height:55px!important;visibility:visible!important}
 .mc-header-preview-wrap{position:relative;display:inline-flex;align-items:center;align-self:stretch}
 .mc-header-quick-preview{position:absolute;top:calc(100% + 13px);right:-8px;width:290px;padding:20px;border:1px solid rgba(9,10,11,.1);border-top:3px solid #fffb00;border-radius:3px 15px 15px;background:#fff;color:#16181c;box-shadow:0 18px 48px rgba(7,8,10,.2);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .16s ease,visibility .16s ease,transform .16s ease;pointer-events:none;z-index:12000}
 .mc-header-quick-preview:before{position:absolute;top:-9px;right:24px;width:14px;height:14px;border-top:1px solid rgba(9,10,11,.1);border-left:1px solid rgba(9,10,11,.1);background:#fffb00;content:"";transform:rotate(45deg)}
 .mc-header-quick-preview:after{position:absolute;right:0;bottom:100%;left:0;height:18px;content:"";background:transparent}
 .mc-header-preview-wrap:hover .mc-header-quick-preview,.mc-header-preview-wrap:focus-within .mc-header-quick-preview{opacity:1;visibility:visible;transform:none;pointer-events:auto}
 .mc-header-preview-kicker{display:block;margin-bottom:8px;color:#555b64;font-size:9px;font-weight:900;letter-spacing:.14em}
 .mc-header-quick-preview>strong{display:block;color:#111318;font-size:18px;line-height:1.2}
 .mc-header-quick-preview>p{margin:7px 0 15px;color:#656b75;font-size:12px;line-height:1.5}
 .mc-header-quick-preview>a{display:flex;min-height:42px;align-items:center;justify-content:center;gap:12px;margin-top:9px;padding:9px 13px;border:1px solid #111318;border-radius:9px;background:#111318;color:#fffb00!important;font-size:10px;font-weight:900;text-align:center;text-decoration:none!important}
 .mc-header-quick-preview>a.is-secondary{background:#fff;color:#111318!important;border-color:#d9dde2}
 .mc-header-quick-preview a i{font-size:17px;font-style:normal}
 .mc-header-cart-preview-total{display:flex;align-items:center;justify-content:space-between;margin:15px 0 3px;padding:12px 0;border-top:1px solid #e5e7ea;border-bottom:1px solid #e5e7ea;color:#666d76;font-size:11px}
 .mc-header-cart-preview-total b{color:#111318;font-size:16px}
}
@media(max-width:767.98px){.mc-header-quick-preview{display:none!important}.mc-header-preview-wrap{display:contents}}

/* Mantem a identidade visual do cabecalho desktop estavel durante a rolagem */
@keyframes multclean-desktop-logo-line{
 0%,100%{opacity:.46;background-position:100% 50%;transform:scaleX(.76)}
 50%{opacity:.9;background-position:0 50%;transform:scaleX(1)}
}
@media(min-width:768px){
 .head-main .head-row .logo-container{
  display:flex!important;
  align-self:stretch!important;
  align-items:center!important;
  justify-self:stretch!important;
  justify-content:center!important;
  text-align:center!important;
  transform:none!important;
 }
 .head-main .head-row .logo-container>.d-md-block,
 .head-main .head-row .logo-container .logo-img-container{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 auto!important;
 }
 .head-main .head-row .logo-container>.d-md-block{
  position:relative!important;
  isolation:isolate!important;
  max-width:258px!important;
  padding:7px 9px!important;
  border-radius:22px!important;
  background:none!important;
 }
 .head-main .head-row .logo-container>.d-md-block::before{
  display:none!important;
 }
 .head-main .head-row .logo-container>.d-md-block::after{
  position:absolute;
  z-index:0;
  right:10%;
  bottom:3px;
  left:12%;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent 0%,rgba(255,251,0,.95) 25%,rgba(17,17,17,.4) 52%,rgba(255,251,0,.75) 72%,transparent 100%);
  background-size:180% 100%;
  box-shadow:0 3px 12px rgba(255,251,0,.34);
  content:"";
  pointer-events:none;
  transform-origin:center;
  animation:multclean-desktop-logo-line 4.2s ease-in-out infinite;
 }
 .head-main .logo-container .logo-img,
 .head-main.compress .logo-container .logo-img,
 .head-main.compress .logo-container .logo-img.logo-big{
  position:relative!important;
  z-index:1!important;
  width:auto!important;
  max-width:240px!important;
  height:72px!important;
  max-height:72px!important;
  object-fit:contain!important;
  transform:none!important;
  filter:none!important;
  transition:none!important;
 }
}

@media(min-width:768px) and (max-width:1100px){
 .head-main .head-row .logo-container>.d-md-block{
  width:100%!important;
  max-width:170px!important;
  padding:5px!important;
 }
 .head-main .logo-container .logo-img,
 .head-main.compress .logo-container .logo-img,
 .head-main.compress .logo-container .logo-img.logo-big{
  width:160px!important;
  max-width:160px!important;
  height:60px!important;
  max-height:60px!important;
 }
}

/* Centraliza a marca no espaco visivel entre a borda da tela e a busca. */
@media(min-width:768px) and (max-width:991px){
 .head-main .head-row .logo-container{
  transform:translateX(calc((100vw - 720px) / -4 - 4px))!important;
 }
}
@media(min-width:992px) and (max-width:1199px){
 .head-main .head-row .logo-container{
  transform:translateX(calc((100vw - 960px) / -4 - 4px))!important;
 }
}
@media(min-width:1200px) and (max-width:1399px){
 .head-main .head-row .logo-container{
  transform:translateX(calc((100vw - 1140px) / -4 - 4px))!important;
 }
}
@media(min-width:1400px){
 .head-main .head-row .logo-container{
  transform:translateX(calc((100vw - 1520px) / -4 - 4px))!important;
 }
}

@media(min-width:768px) and (prefers-reduced-motion:reduce){
 .head-main .head-row .logo-container>.d-md-block::after{
  animation:none!important;
 }
}

/* Neutraliza o CSS administrativo que ocultava a navegacao fora da home */
@media(min-width:768px){
 body[class*="template-"] .head-main .nav-desktop-container{display:block!important;min-height:56px!important;height:auto!important;visibility:visible!important;overflow:visible!important}
 body[class*="template-"] .head-main .js-nav-desktop-container.multclean-desktop-navigation-grid{display:grid!important;min-height:55px!important;height:auto!important;visibility:visible!important}
 body[class*="template-"] .head-main .multclean-desktop-main-categories{display:block!important;min-height:55px!important;visibility:visible!important}
}
.mc-product-navigating::before{position:fixed;top:0;right:0;left:0;z-index:200000;height:3px;background:linear-gradient(90deg,#fffb00 0,#111 48%,#fffb00 100%);background-size:200% 100%;content:"";animation:mc-product-nav-progress .75s linear infinite;pointer-events:none}
@keyframes mc-product-nav-progress{to{background-position:-200% 0}}
@media(prefers-reduced-motion:reduce){.mc-product-navigating::before{animation:none;background:#fffb00}}

/* Produto destaque compacto e rotativo */
.mc-main-showcase{padding:46px 0 54px;background:#f5f6f7;overflow:hidden}
.mc-main-showcase .container{position:relative}
.mc-main-showcase-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:20px}
.mc-main-showcase-heading h2{margin:5px 0 0;color:#111318;font-size:clamp(30px,3vw,46px);font-weight:900;line-height:1}
.mc-main-showcase-heading p{max-width:none;margin:0;color:#626973;font-size:15px;line-height:1.55;white-space:nowrap}
.mc-main-showcase-eyebrow{display:inline-flex;align-items:center;gap:10px;color:#626973;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.mc-main-showcase-eyebrow:before,.mc-main-showcase-eyebrow:after{width:26px;height:2px;background:#fffb00;content:""}
.mc-main-showcase-shell{position:relative;border:1px solid rgba(255,251,0,.55);border-radius:24px;background:#080909;box-shadow:0 22px 55px rgba(8,9,9,.16);overflow:hidden}
.mc-main-showcase-shell:before{position:absolute;inset:0;background:radial-gradient(circle at 76% 18%,rgba(255,251,0,.13),transparent 31%),linear-gradient(120deg,rgba(255,255,255,.035),transparent 35%);content:"";pointer-events:none}
.mc-main-showcase-slide{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);min-height:470px}
.mc-main-showcase-visual{position:relative;display:flex;min-width:0;align-items:center;justify-content:center;padding:40px 58px;background:linear-gradient(145deg,#fff 0,#f2f3f4 100%);overflow:hidden}
.mc-main-showcase-visual:after{position:absolute;right:11%;bottom:8%;left:11%;height:24px;border-radius:50%;background:rgba(0,0,0,.14);filter:blur(14px);content:"";transform:scaleX(.72)}
.mc-main-showcase-visual>a{position:relative;z-index:1;display:flex;width:100%;height:370px;align-items:center;justify-content:center}
.mc-main-showcase-visual img{display:block;width:100%;height:100%;max-width:540px;object-fit:contain;transition:transform .35s cubic-bezier(.2,.7,.2,1);filter:drop-shadow(0 18px 20px rgba(0,0,0,.16))}
.mc-main-showcase-slide:hover .mc-main-showcase-visual img{transform:translateY(-5px) scale(1.025)}
.mc-main-showcase-badge{position:absolute;top:22px;left:22px;z-index:2;padding:8px 12px;border-radius:999px;background:#111318;color:#fffb00;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.mc-main-showcase-content{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;justify-content:center;padding:54px 70px 66px;color:#fff}
.mc-main-showcase-index{margin-bottom:13px;color:#fffb00;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.mc-main-showcase-content h3{margin:0 0 18px;font-size:clamp(27px,2.4vw,40px);font-weight:900;line-height:1.12}
.mc-main-showcase-content h3 a{color:#fff;text-decoration:none}
.mc-main-showcase-content p{display:-webkit-box;max-width:590px;margin:0 0 28px;overflow:hidden;color:#c7c9cc;font-size:15px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.mc-main-showcase-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.mc-main-showcase-cta{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:14px;padding:13px 20px;border:1px solid #fffb00;border-radius:999px;background:#fffb00;color:#080909!important;font-size:12px;font-weight:900;text-decoration:none!important;transition:transform .22s ease,box-shadow .22s ease}
.mc-main-showcase-cta:hover,.mc-main-showcase-cta:focus{box-shadow:0 10px 26px rgba(255,251,0,.25);transform:translateY(-2px)}
.mc-main-showcase-cta .icon-inline{width:18px;height:18px}
.mc-main-showcase-trust{display:inline-flex;align-items:center;gap:7px;color:#c7c9cc;font-size:11px;font-weight:700}
.mc-main-showcase-trust svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:#fffb00;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.mc-main-showcase-arrow{position:absolute;top:50%;z-index:3;display:flex;width:46px;height:46px;align-items:center;justify-content:center;border:1px solid rgba(255,251,0,.65);border-radius:50%;background:#080909;color:#fffb00;cursor:pointer;transform:translateY(-50%);transition:background .2s ease,color .2s ease,transform .2s ease}
.mc-main-showcase-arrow:hover,.mc-main-showcase-arrow:focus{background:#fffb00;color:#080909;transform:translateY(-50%) scale(1.06)}
.mc-main-showcase-arrow-prev{left:14px}.mc-main-showcase-arrow-next{right:14px}
.mc-main-showcase-arrow .icon-inline{width:20px;height:20px;fill:currentColor}
.mc-main-showcase-pagination{position:absolute!important;right:70px!important;bottom:25px!important;left:auto!important;z-index:3;width:auto!important;padding:0!important;background:transparent!important;box-shadow:none!important}
.mc-main-showcase-pagination .swiper-pagination-bullet{width:7px;height:7px;margin:0 4px!important;background:#fff;opacity:.34;transition:width .2s ease,opacity .2s ease}
.mc-main-showcase-pagination .swiper-pagination-bullet-active{width:25px;border-radius:999px;background:#fffb00;opacity:1}
.mc-main-showcase .swiper-slide:not(.swiper-slide-active) .mc-main-showcase-content>*{opacity:0;transform:translateY(10px)}
.mc-main-showcase .swiper-slide-active .mc-main-showcase-content>*{animation:mc-main-showcase-enter .45s both}
.mc-main-showcase .swiper-slide-active .mc-main-showcase-content>*:nth-child(2){animation-delay:.08s}
.mc-main-showcase .swiper-slide-active .mc-main-showcase-content>*:nth-child(3){animation-delay:.14s}
.mc-main-showcase .swiper-slide-active .mc-main-showcase-content>*:nth-child(4){animation-delay:.2s}
@keyframes mc-main-showcase-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

@media(max-width:767.98px){
 .mc-main-showcase{padding:28px 0 36px}
 .mc-main-showcase-heading{display:block;margin-bottom:16px;text-align:center}
 .mc-main-showcase-heading h2{font-size:32px}
 .mc-main-showcase-heading p{margin:11px auto 0;font-size:14px;white-space:normal}
 .mc-main-showcase-eyebrow{justify-content:center}
 .mc-main-showcase-shell{border-radius:19px}
 .mc-main-showcase-slide{display:block!important;min-height:0}
 .mc-main-showcase-visual{height:278px;padding:34px 34px 22px}
 .mc-main-showcase-visual>a{height:218px}
 .mc-main-showcase-visual img{max-width:310px}
 .mc-main-showcase-badge{top:14px;left:14px;padding:6px 9px;font-size:8px}
 .mc-main-showcase-content{min-height:280px;align-items:center;padding:27px 25px 58px;text-align:center}
 .mc-main-showcase-index{margin-bottom:9px;font-size:9px}
 .mc-main-showcase-content h3{margin-bottom:13px;font-size:24px}
 .mc-main-showcase-content p{margin-bottom:20px;font-size:13px;line-height:1.52;-webkit-line-clamp:3}
 .mc-main-showcase-actions{justify-content:center;gap:11px}
 .mc-main-showcase-cta{min-height:46px}
 .mc-main-showcase-trust{width:100%;justify-content:center}
 .mc-main-showcase-arrow{top:139px;width:40px;height:40px}
 .mc-main-showcase-arrow-prev{left:9px}.mc-main-showcase-arrow-next{right:9px}
 .mc-main-showcase-pagination{right:auto!important;bottom:22px!important;left:50%!important;display:flex!important;width:max-content!important;max-width:calc(100% - 32px);height:auto!important;align-items:center;justify-content:center;gap:5px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:translateX(-50%)!important}
 .mc-main-showcase-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0!important;border:0;background:#fffb00!important;opacity:.35}
 .mc-main-showcase-pagination .swiper-pagination-bullet-active{width:22px;border-radius:999px;opacity:1}
}
@media(prefers-reduced-motion:reduce){
 .mc-main-showcase *{animation:none!important;transition:none!important}
 .mc-main-showcase .swiper-slide-active .mc-main-showcase-content>*{opacity:1;transform:none}
}
/* Alerta de última unidade: centralizado e perceptível sem deslocar o layout */
.mc-last-unit-alert {
  width: 100%;
  text-align: center;
  font-weight: 800;
  animation: mc-last-unit-pulse 1.35s ease-in-out infinite;
}

@keyframes mc-last-unit-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .42;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-last-unit-alert {
    animation: none;
  }
}
