
/*
Theme Name: Navrospet Child
Theme URI: https://navrospet.navros.com.br/
Description: Tema filho do Hello Elementor exclusivo do site Navros Pet.
Author: navros
Template: hello-elementor
Version: 1.0.0
Text Domain: navrospet-child
*/
.navros-mascote {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#navros-mascote-img {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
}

@media (max-width: 767px) {
    .navros-mascote {
        height: 325px;
    }
}

/* ==========================================================================
   Navros Pet — Hero da Home
   ========================================================================== */

.navros-hero-section {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #FAF6EE;
    padding: 48px 32px;
    box-sizing: border-box;
    min-height: 500px;
}

/* Eyebrow */
.navros-hero__eyebrow p {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 16px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4A4A4A !important;
}

.navros-hero__eyebrow-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #D94F3D;
}

/* H1 */
.navros-hero__title .elementor-heading-title {
    margin: 0;
    max-width: 620px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
    color: #242424 !important;
}

.navros-hero__title-highlight {
    color: #D94F3D !important;
}

/* Texto de apoio */
.navros-hero__subtitle p {
    margin: 24px 0 0;
    max-width: 520px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #4A4A4A !important;
}

/* Botões */
.navros-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

.navros-hero__btn .elementor-button {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 28px;
    box-shadow: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.navros-hero__btn--primary .elementor-button {
    background-color: #D94F3D !important;
    border-color: #D94F3D !important;
    color: #FFFFFF !important;
}
.navros-hero__btn--primary .elementor-button:hover,
.navros-hero__btn--primary .elementor-button:focus-visible {
    background-color: #B83C2D !important;
    border-color: #B83C2D !important;
    color: #FFFFFF !important;
}

.navros-hero__btn--secondary .elementor-button {
    background-color: transparent !important;
    border: 1px solid #242424 !important;
    color: #242424 !important;
}
.navros-hero__btn--secondary .elementor-button:hover,
.navros-hero__btn--secondary .elementor-button:focus-visible {
    background-color: #242424 !important;
    border-color: #242424 !important;
    color: #FFFFFF !important;
}

.navros-hero__btn .elementor-button:focus-visible {
    outline: 2px solid #242424;
    outline-offset: 2px;
}

/* Linha de confiança */
.navros-hero__trust p {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 22px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4A4A4A !important;
}

.navros-hero__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.navros-hero__trust-check {
    color: #D94F3D;
    font-weight: 700;
}

/* Composição visual do gato */
.navros-hero__stage {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1025px) {
    .navros-hero__stage {
        transform: translateX(-26px);
    }
}

.navros-hero__blob {
    position: absolute;
    z-index: 1;
    width: 78%;
    height: 82%;
    background-color: #A8C7A1;
    border-radius: 42% 58% 63% 37% / 47% 40% 60% 53%;
    pointer-events: none;
}

.navros-hero__blob-accent {
    position: absolute;
    z-index: 0;
    right: 10%;
    top: 9%;
    width: 20%;
    height: 20%;
    background-color: #FFF7D6;
    border-radius: 61% 39% 47% 53% / 53% 47% 53% 47%;
    pointer-events: none;
}

.navros-hero__stage .navros-mascote {
    position: relative;
    z-index: 2;
}

/* Tablet */
@media (max-width: 1024px) {
    .navros-hero__title .elementor-heading-title {
        font-size: 42px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .navros-hero-section {
        padding: 32px 20px;
        min-height: auto;
    }

    .navros-hero__title .elementor-heading-title {
        font-size: 36px;
        max-width: 100%;
    }

    .navros-hero__subtitle p {
        max-width: 100%;
    }

    .navros-hero__ctas {
        flex-direction: column;
        align-items: stretch;
    }

    .navros-hero__btn .elementor-button {
        width: 100%;
        text-align: center;
    }

    .navros-hero__stage {
        height: 325px;
    }

    .navros-hero__blob {
        width: 88%;
        height: 88%;
    }

    .navros-hero__blob-accent {
        width: 24%;
        height: 24%;
    }
}


/* ============================================================
   Navros Pet — Página de Produto estilo Cobasi
   Adicionar em: Aparência → Personalizar → CSS Adicional
   ============================================================ */

/* ── Corrige galeria: miniaturas abaixo (não ao lado) ── */
.woocommerce-product-gallery {
    display: flex !important;
    flex-direction: column !important;
}

.woocommerce-product-gallery .flex-viewport {
    order: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f5f0;
}

.woocommerce-product-gallery .flex-control-nav {
    order: 2;
    margin-top: 10px;
}

.woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: 70px !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    border-radius: 8px;
    border: 2px solid transparent;
    opacity: 0.65;
    transition: all 0.2s;
    width: 100% !important;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs li img:hover {
    border-color: #d94f3d;
    opacity: 1;
}

/* Remove box-shadow padrão do Astra nas imagens do produto */
.woocommerce-product-gallery img {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* ── Layout duas colunas desktop ── */
@media (min-width: 922px) {
    .woocommerce div.product {
        display: flex;
        flex-wrap: wrap;
        gap: 2em;
        align-items: flex-start;
    }

    .woocommerce div.product div.images {
        width: 48% !important;
        float: none !important;
        position: sticky;
        top: 100px;
    }

    .woocommerce div.product div.summary {
        width: 46% !important;
        float: none !important;
    }
}

/* ── Summary card ── */
.woocommerce div.product div.summary {
    background: #fff;
    border-radius: 16px;
    padding: 1.8em !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}

/* ── Título ── */
.woocommerce div.product h1.product_title {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 0.2em !important;
    color: #242424 !important;
}

/* ── Categoria ── */
.woocommerce div.product .posted_in {
    font-size: 0.8rem;
    color: #d94f3d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
    display: block;
}

/* ── Avaliações ── */
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0.8em;
    font-size: 0.85rem;
}

/* ── Preço ── */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin: 1em 0 !important;
    padding: 1em 0 !important;
    border-top: 1px solid #f0ece6 !important;
    border-bottom: 1px solid #f0ece6 !important;
    display: block !important;
}

.woocommerce div.product p.price .woocommerce-Price-amount bdi,
.woocommerce div.product span.price .woocommerce-Price-amount bdi {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #242424 !important;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1 !important;
    margin-right: 8px;
}

.woocommerce div.product p.price del .woocommerce-Price-amount bdi,
.woocommerce div.product span.price del .woocommerce-Price-amount bdi {
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    color: #aaa !important;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none !important;
    background: transparent !important;
}

/* ── Botão Adicionar ao Carrinho ── */
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product .single_add_to_cart_button {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
    color: #fff !important;
    padding: 14px 28px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    width: 100%;
    text-align: center;
    transition: background 0.2s;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    background-color: #43a047 !important;
    border-color: #43a047 !important;
}

/* ── Quantidade ── */
.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 1.2em;
}

.woocommerce div.product form.cart .quantity {
    border: 1px solid #e4ded5;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #fff;
}

.woocommerce div.product form.cart .quantity input.qty {
    border: none !important;
    box-shadow: none !important;
    width: 50px !important;
    text-align: center;
    font-weight: 600;
    height: 46px;
    padding: 0 !important;
    font-size: 1rem;
}

/* ── Meta (categoria, tags) ── */
.woocommerce div.product .product_meta {
    font-size: 0.82rem;
    color: #888;
    margin-top: 1.2em;
    padding-top: 1em;
    border-top: 1px solid #f0ece6;
}

.woocommerce div.product .product_meta a {
    color: #d94f3d;
    text-decoration: none;
}

/* ── Disponibilidade ── */
.woocommerce div.product .woocommerce-product-details__short-description {
    margin-bottom: 1em;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5a5a5a;
}

/* ── Badge promoção ── */
.woocommerce span.onsale {
    background: #d94f3d !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
    min-height: auto !important;
    line-height: 1.4 !important;
    top: 10px !important;
    left: 10px !important;
}

/* ── Tabs ── */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #e4ded5;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #888 !important;
    font-weight: 600;
    padding: 12px 20px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #d94f3d !important;
    background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    background: #d94f3d !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-top: 0 !important;
    padding: 1.5em 0 !important;
    border: none !important;
}

/* ── Variações ── */
.woocommerce div.product .variations_form .variations select {
    border-radius: 8px;
    border: 1px solid #e4ded5;
    padding: 8px 12px;
    font-size: 0.95rem;
}

.woocommerce div.product .variations label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #555;
}

/* ── Produtos relacionados ── */
.woocommerce div.product .related.products > h2,
.woocommerce div.product .upsells.products > h2 {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.2em;
    color: #242424;
    padding-top: 2em;
    border-top: 1px solid #f0ece6;
}

/* ── Responsivo mobile ── */
@media (max-width: 921px) {
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce div.product div.summary {
        padding: 1.2em !important;
    }

    .woocommerce div.product h1.product_title {
        font-size: 1.2rem !important;
    }

    .woocommerce div.product form.cart .single_add_to_cart_button {
        width: 100%;
    }
}


/* Cola no CSS Adicional */

/* Força galeria em linha horizontal (miniaturas abaixo) */
.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
}

.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:first-child {
    grid-column: 1 !important;
    width: 100% !important;
}
/* BOTOES DA HOME PROMOÇOES  */
/* =========================================================
   NAVROS PET - BENEFÍCIOS HOME
   ========================================================= */

/* =====================================================
   NAVROS PET — BENEFÍCIO 1
   ===================================================== */

.bene-1 {
    width: 220px !important;
    min-width: 220px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Wrapper interno criado pelo Elementor */
.bene-1 > .e-con-inner {
    width: 100% !important;
    max-width: none !important;

    height: 48px !important;
    min-height: 48px !important;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    align-items: stretch !important;
    justify-content: flex-start !important;

    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;

    overflow: visible !important;
}

/* BLOCO CINZA */
.bene-1 .bene-txt {
    flex: 1 1 0 !important;

    width: auto !important;
    min-width: 0 !important;

    height: 48px !important;
    min-height: 48px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;

    gap: 1px !important;

    padding: 0 22px 0 16px !important;
    margin: 0 !important;

    box-sizing: border-box !important;

    background: #dedede !important;

    border-radius: 24px 0 0 24px !important;

    position: relative !important;
    z-index: 1 !important;
}

.bene-1 .bene-txt h2 {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 13px !important;
    line-height: 14px !important;
    font-weight: 700 !important;

    white-space: nowrap !important;
}

.bene-1 .bene-txt p {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 10px !important;
    line-height: 12px !important;

    white-space: nowrap !important;
}

/* BLOCO VERMELHO / ÍCONE */
.bene-1 .bene-ico {
    flex: 0 0 48px !important;

    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;

    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;

    /* segredo do encaixe */
    margin: 0 0 0 -12px !important;

    background: #2F7D63 !important;

    border-radius: 0 999px 999px 999px !important;

    box-sizing: border-box !important;

    position: relative !important;
    z-index: 2 !important;
}

/* Widget do ícone */
.bene-1 .bene-ico > .elementor-widget-icon {
    width: 48px !important;
    height: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border-radius: 0 !important;
}

.bene-1 .bene-ico .elementor-icon-wrapper {
    line-height: 0 !important;
}

.bene-1 .bene-ico svg {
    width: 24px !important;
    height: 24px !important;
}

/* =====================================================
   NAVROS PET — CORES DOS BENEFÍCIOS
   ===================================================== */

.bene-1 .bene-txt {
    background: #F2F2EE !important;
}

.bene-1 .bene-txt h1,
.bene-1 .bene-txt h2,
.bene-1 .bene-txt h3,
.bene-1 .bene-txt h4,
.bene-1 .bene-txt h5,
.bene-1 .bene-txt h6 {
    color: #242424 !important;
}

.bene-1 .bene-txt p {
    color: #4A4A4A !important;
}

.bene-1 .bene-ico {
    background: #2F7D63 !important;
}

.bene-1 .bene-ico .elementor-icon {
    

    background: transparent !important;
    color: #FFFFFF !important;
}

.bene-1 .bene-ico svg {
    fill: currentColor !important;
}


.bene-1 .bene-ico svg {
    color: #FFFFFF !important;
    fill: currentColor !important;
}

/* =====================================================
   NAVROS PET — CATEGORIAS / HOVER
   ===================================================== */

.nps-cat {
    cursor: pointer !important;
}

/* Imagem */
.nps-cat .nps-cat-img img {
    border-radius: 50% !important;
    box-shadow: 0 0 0 3px transparent !important;

    transition:
        box-shadow .22s ease,
        transform .22s ease !important;
}

/* Nome da categoria */
.nps-cat .nps-cat-name .elementor-heading-title,
.nps-cat .nps-cat-name .e-heading-base {
    display: inline-block !important;

    padding: 3px 10px !important;
    border-radius: 999px !important;

    transition:
        background-color .22s ease,
        color .22s ease !important;
}

/* Hover do conjunto inteiro */
.nps-cat:hover .nps-cat-img img {
     box-shadow: none !important;
    transform: translateY(-2px) scale(1.03) !important;
}

* aro de 104px */
.nps-cat .nps-cat-img {
    position: relative !important;
}

.nps-cat .nps-cat-img::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 104px !important;
    height: 104px !important;
    transform: translate(-50%, -50%) !important;
    border: 3px solid transparent !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    pointer-events: none !important;
    z-index: 10 !important;
    transition: border-color .22s ease !important;
}

.nps-cat:hover .nps-cat-img::after {
    border-color: #2F7D63 !important;
}

.nps-cat:hover .nps-cat-name .elementor-heading-title,
.nps-cat:hover .nps-cat-name .e-heading-base {
    background: #2F7D63 !important;
    color: #FFFFFF !important;
}

.nps-offer-discount {
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nps-offer-ate {
    display: block;
    margin: 0 0 3px 2px;

    font-size: 14px;
    line-height: 1;
    font-weight: 400;

    color: #666;
}

.nps-offer-main {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.nps-offer-number {
    font-size: 52px;
    line-height: .82;
    font-weight: 800;
    letter-spacing: -2px;

    color: #282828;
}

.nps-offer-suffix {
    display: flex;
    flex-direction: column;

    padding-top: 1px;

    font-size: 16px;
    line-height: 1;
    font-weight: 800;

    color: #282828;
}

.nps-offer-suffix strong {
    font: inherit;
}

/* =========================================
   FICHA TÉCNICA / INFORMAÇÃO ADICIONAL
   ========================================= */

.woocommerce-product-attributes {
    width: calc(100% - 40px) !important;
    margin: 0 20px 24px !important;

    border: 1px solid #e6e6e6 !important;
    border-radius: 12px !important;

    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;

    font-family: inherit !important;
}

/* células */
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    padding: 12px 16px !important;
    vertical-align: middle !important;
    font-family: inherit !important;
}

/* nome do atributo */
.woocommerce-product-attributes th {
    width: 180px !important;

    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    font-style: normal !important;

    color: #333 !important;
    background: #fafafa !important;
}

/* valor */
.woocommerce-product-attributes td,
.woocommerce-product-attributes td p {
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    font-style: normal !important;

    color: #555 !important;
    background: #fff !important;
}

/* limpa margens internas */
.woocommerce-product-attributes td p {
    margin: 0 !important;
}

/* remove itálico herdado */
.woocommerce-product-attributes em,
.woocommerce-product-attributes i {
    font-style: normal !important;
}

/* título interno */
.woocommerce-Tabs-panel--additional_information > h2 {
    margin: 0 20px 18px !important;
}

/* =========================================================
   NAVROS HOME — HERO / SLIDER PRINCIPAL
   Largura alinhada ao padrão Cobasi
   Mantém peek lateral do plugin em 110px
   ========================================================= */

/* Container Elementor exclusivo do hero */
body.home .elementor-element.elementor-element-15f1a38 {
    width: 100% !important;
    max-width: 1340px !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    margin-left: auto !important;
    margin-right: auto !important;
}

/* Widget Navros Slider */
body.home .elementor-element.elementor-element-be000c1 {
    width: 100% !important;
    max-width: none !important;
}

body.home .elementor-element.elementor-element-be000c1 > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
}

/* Outer do slider:
   1340px total = 110px peek + 1120px slide + 110px peek */
body.home .elementor-element.elementor-element-be000c1 .navros-slider-outer {
    width: 100% !important;
    max-width: 1340px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}

/* NAVROS HOME — HERO / SLIDER PRINCIPAL — FIM */


/* =========================================================
   NAVROS HOME — BENEFÍCIOS → RECOMENDADOS
   Remove altura fixa excessiva e mantém respiro de 24px
   ========================================================= */

body.home .elementor-element.elementor-element-2fa111f {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 24px !important;
}

/* NAVROS HOME — BENEFÍCIOS → RECOMENDADOS — FIM */

/* =========================================================
   NAVROS PET — MOBILE ESPECIAL
   Desktop permanece intacto
   ========================================================= */

@media (max-width: 767px) {

    /* =====================================================
       1. HEADER MOBILE
       Linha 1: logo + ícones
       Linha 2: busca
       ===================================================== */

    body .nh-header__inner {
        width: calc(100% - 28px) !important;
        max-width: none !important;

        height: auto !important;
        min-height: 108px !important;

        margin: 0 auto !important;
        padding: 10px 0 12px !important;

        display: grid !important;

        grid-template-columns:
            minmax(0, 1fr) auto !important;

        grid-template-areas:
            "logo icons"
            "search search" !important;

        column-gap: 12px !important;
        row-gap: 10px !important;

        align-items: center !important;
    }

    body .nh-logo {
        grid-area: logo !important;

        width: 135px !important;
        max-width: 135px !important;
        min-width: 0 !important;

        margin: 0 !important;
    }

    body .nh-search {
        grid-area: search !important;

        display: flex !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        height: 40px !important;

        margin: 0 !important;

        border-radius: 20px !important;
    }

    body .nh-search__input {
        min-width: 0 !important;
        font-size: 13px !important;
    }

    body .nh-icons {
        grid-area: icons !important;

        width: auto !important;
        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        gap: 16px !important;

        justify-content: flex-end !important;
    }

    body .nh-icon {
        flex: 0 0 auto !important;
    }

    body .nh-icon__label {
        display: none !important;
    }

    body .nh-menubar,
    body .nh-mega {
        display: none !important;
    }


    /* =====================================================
       2. HOME — ESPAÇAMENTO GERAL
       ===================================================== */

    body.home .elementor {
        overflow-x: clip;
    }


    /* =====================================================
       3. HERO / SLIDER MOBILE
       No desktop continua 1340px + peeks.
       No celular vira um banner único.
       ===================================================== */

    body.home .elementor-element.elementor-element-15f1a38 {
        width: 100% !important;
        max-width: 100% !important;

        padding-left: 12px !important;
        padding-right: 12px !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.home
    .elementor-element.elementor-element-be000c1 {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.home
    .elementor-element.elementor-element-be000c1
    > .elementor-widget-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.home
    .elementor-element.elementor-element-be000c1
    .navros-slider-outer {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 auto !important;

        overflow: hidden !important;
    }

    /*
     * No celular não queremos reservar largura para
     * os banners vizinhos ("peek").
     */
    body.home .navros-slider-outer {
        --navros-peek: 0px !important;
    }


    /* =====================================================
       4. BENEFÍCIOS MOBILE
       Desktop = cápsulas.
       Mobile = ícone em cima + texto embaixo.
       ===================================================== */

    body.home .bene-1 {
        width: 72px !important;
        min-width: 72px !important;
        max-width: 72px !important;

        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        flex: 0 0 72px !important;
    }

    body.home .bene-1 > .e-con-inner {
        width: 100% !important;
        max-width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        display: flex !important;

        /*
         * O ícone está depois do texto no HTML.
         * column-reverse coloca o ícone em cima.
         */
        flex-direction: column-reverse !important;
        flex-wrap: nowrap !important;

        align-items: center !important;
        justify-content: flex-start !important;

        gap: 7px !important;

        padding: 0 !important;
        margin: 0 !important;

        overflow: visible !important;
    }


    /* texto deixa de ser a cápsula cinza */
    body.home .bene-1 .bene-txt {
        width: 72px !important;
        min-width: 0 !important;

        height: auto !important;
        min-height: 0 !important;

        display: block !important;

        padding: 0 !important;
        margin: 0 !important;

        background: transparent !important;

        border-radius: 0 !important;

        text-align: center !important;
    }


    /* "Navros Pet" repetido não precisa aparecer no mobile */
    body.home .bene-1 .bene-txt h1,
    body.home .bene-1 .bene-txt h2,
    body.home .bene-1 .bene-txt h3,
    body.home .bene-1 .bene-txt h4,
    body.home .bene-1 .bene-txt h5,
    body.home .bene-1 .bene-txt h6 {
        display: none !important;
    }


    body.home .bene-1 .bene-txt p {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 11px !important;
        line-height: 1.18 !important;
        font-weight: 600 !important;

        color: #242424 !important;

        white-space: normal !important;
        overflow-wrap: normal !important;

        text-align: center !important;
    }


    /* ícone mobile */
    body.home .bene-1 .bene-ico {
        flex: 0 0 48px !important;

        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;

        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;

        margin: 0 auto !important;
        padding: 0 !important;

        border-radius: 14px 14px 14px 14px !important;
    }


    body.home .bene-1 .bene-ico
    > .elementor-widget-icon {
        width: 48px !important;
        height: 48px !important;
    }


    body.home .bene-1 .bene-ico svg {
        width: 24px !important;
        height: 24px !important;
    }


    /* =====================================================
       5. CONTAINER QUE SEGURA OS 5 BENEFÍCIOS
       Mantém todos lado a lado como na Cobasi.
       ===================================================== */

    body.home
    .e-con:has(> .e-con-inner > .bene-1)
    > .e-con-inner {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        justify-content: space-between !important;
        align-items: flex-start !important;

        width: 100% !important;
        max-width: 100% !important;

        gap: 4px !important;

        padding-left: 10px !important;
        padding-right: 10px !important;

        overflow: visible !important;
    }


    /* Caso os benefícios estejam diretamente no container */
    body.home
    .e-con:has(> .bene-1) {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        justify-content: space-between !important;
        align-items: flex-start !important;

        gap: 4px !important;

        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    /* =====================================================
       6. RESPIRO ENTRE BENEFÍCIOS E RECOMENDADOS
       ===================================================== */

    body.home
    .elementor-element.elementor-element-2fa111f {
        height: auto !important;
        min-height: 0 !important;

        margin-bottom: 26px !important;
    }
}


/* =========================================================
   NAVROS PET — OFERTAS MOBILE
   Desktop: banner + produtos lado a lado
   Mobile: banner em cima + produtos abaixo
   ========================================================= */

@media (max-width: 767px) {

    /* PAI */
    body.home .nps-oferta-row {
        width: 100% !important;
        max-width: 100% !important;

        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;

        align-items: stretch !important;
        justify-content: flex-start !important;

        gap: 14px !important;

        padding-left: 12px !important;
        padding-right: 12px !important;

        margin-left: auto !important;
        margin-right: auto !important;

        overflow: visible !important;
    }

    /* Caso o container Elementor possua e-con-inner */
    body.home .nps-oferta-row > .e-con-inner {
        width: 100% !important;
        max-width: 100% !important;

        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;

        align-items: stretch !important;

        gap: 14px !important;
    }


    /* =====================================================
       BANNER DA OFERTA
       ===================================================== */

    body.home .nps-oferta-banner {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        flex: 0 0 auto !important;

        margin: 0 !important;
    }

    body.home .nps-oferta-banner > .e-con-inner {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.home .nps-oferta-banner img {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        height: auto !important;

        margin: 0 auto !important;
    }


    /* =====================================================
       SLIDER DE PRODUTOS
       Agora recebe TODA a largura do celular
       ===================================================== */

    body.home .nps-oferta-slider {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        flex: 0 0 auto !important;

        margin: 0 !important;
    }

    body.home .nps-oferta-slider > .e-con-inner,
    body.home .nps-oferta-slider .elementor-widget,
    body.home .nps-oferta-slider .elementor-widget-container {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.home .nps-oferta-slider .nps-outer {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.home .nps-oferta-slider .nps-viewport {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

/* =========================================================
   NAVROS PET — CATEGORIAS MOBILE
   Desktop permanece inalterado
   Mobile: grade 2 colunas estilo Cobasi
   ========================================================= */

@media (max-width: 767px) {

    /* =====================================================
       CONTAINER PAI DAS 8 CATEGORIAS
       ===================================================== */

    body.home .elementor-element-b16a255 {
        width: 100% !important;
        max-width: 100% !important;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        column-gap: 10px !important;
        row-gap: 10px !important;

        align-items: stretch !important;

        padding-left: 12px !important;
        padding-right: 12px !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }

    /*
     * Se o Elementor estiver usando wrapper interno,
     * transformamos esse wrapper na grade.
     */
    body.home .elementor-element-b16a255 > .e-con-inner {
        width: 100% !important;
        max-width: 100% !important;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        column-gap: 10px !important;
        row-gap: 10px !important;
    }


    /* =====================================================
       CADA CATEGORIA
       ===================================================== */

    body.home :is(
        .elementor-element-c643598,
        .elementor-element-15a443f,
        .elementor-element-78c2e84,
        .elementor-element-b46d3dd,
        .elementor-element-9838496,
        .elementor-element-04d67f1,
        .elementor-element-8002c25,
        .elementor-element-d5e7862
    ) {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        min-height: 58px !important;
        height: 58px !important;

        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        align-items: center !important;
        justify-content: flex-start !important;

        gap: 8px !important;

        margin: 0 !important;
        padding: 4px 10px 4px 4px !important;

        background: #ffffff !important;

        border: 1px solid #e5e5e5 !important;
        border-radius: 999px !important;

        box-sizing: border-box !important;

        overflow: hidden !important;
    }


    /* =====================================================
       IMAGEM / ÍCONE
       ===================================================== */

    body.home .elementor-element-b16a255 .nps-cat-img {
        flex: 0 0 48px !important;

        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;

        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    body.home .elementor-element-b16a255 .nps-cat-img
    .elementor-widget-container {
        width: 48px !important;
        height: 48px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    body.home .elementor-element-b16a255 .nps-cat-img img {
        display: block !important;

        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;

        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;

        object-fit: contain !important;

        margin: 0 !important;
        padding: 0 !important;

        border-radius: 50% !important;
    }


    /* =====================================================
       NOME DA CATEGORIA
       ===================================================== */

    body.home .elementor-element-b16a255 .nps-cat-name {
        flex: 1 1 auto !important;

        width: auto !important;
        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    body.home .elementor-element-b16a255 .nps-cat-name
    .elementor-heading-title {
        margin: 0 !important;
        padding: 0 !important;

        font-size: 15px !important;
        line-height: 1.15 !important;
        font-weight: 600 !important;

        color: #242424 !important;

        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;

        text-align: left !important;
    }
}


/* Celulares particularmente estreitos */
@media (max-width: 380px) {

    body.home .elementor-element-b16a255 {
        column-gap: 8px !important;
        row-gap: 8px !important;

        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    body.home :is(
        .elementor-element-c643598,
        .elementor-element-15a443f,
        .elementor-element-78c2e84,
        .elementor-element-b46d3dd,
        .elementor-element-9838496,
        .elementor-element-04d67f1,
        .elementor-element-8002c25,
        .elementor-element-d5e7862
    ) {
        padding-right: 7px !important;
        gap: 5px !important;
    }

    body.home .elementor-element-b16a255 .nps-cat-name
    .elementor-heading-title {
        font-size: 13px !important;
    }
}

/* NAVROS PET — CATEGORIAS MOBILE — FIM */

/* =========================================================
   NAVROS PET — CATEGORIAS MOBILE — FINAL
   ========================================================= */

@media (max-width: 767px) {

    /* Grade 2 x 4 */
    body.home .elementor-element-b16a255 {
        width: 100% !important;
        max-width: 100% !important;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 10px !important;

        padding: 0 12px !important;
        margin: 0 auto !important;
    }


    /* Cápsula */
    body.home .elementor-element-b16a255 > .nps-cat {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;

        height: 58px !important;
        min-height: 58px !important;

        margin: 0 !important;
        padding: 3px 10px 3px 4px !important;

        background: #fff !important;

        border: 1px solid #dedfdd !important;
        border-radius: 999px !important;

        box-shadow: 0 1px 3px rgba(0,0,0,.035) !important;

        overflow: hidden !important;
        box-sizing: border-box !important;
    }


    /*
     * ESTE é o elemento que realmente contém
     * imagem + nome.
     */
    body.home
    .elementor-element-b16a255
    > .nps-cat
    > .e-con-inner {

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        height: 50px !important;
        min-height: 50px !important;

        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        align-items: center !important;

        /* importante: não espalhar os elementos */
        justify-content: flex-start !important;

        gap: 7px !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* Ícone */
    body.home
    .elementor-element-b16a255
    .nps-cat-img {

        order: 1 !important;

        flex: 0 0 50px !important;

        width: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important;

        height: 50px !important;
        min-height: 50px !important;
        max-height: 50px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    body.home
    .elementor-element-b16a255
    .nps-cat-img
    .elementor-widget-container {

        width: 50px !important;
        height: 50px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    body.home
    .elementor-element-b16a255
    .nps-cat-img img {

        display: block !important;

        width: 50px !important;
        height: 50px !important;

        max-width: 50px !important;
        max-height: 50px !important;

        object-fit: contain !important;

        margin: 0 !important;
        padding: 0 !important;

        border-radius: 50% !important;
    }


    /* Nome */
    body.home
    .elementor-element-b16a255
    .nps-cat-name {

        order: 2 !important;

        display: block !important;

        flex: 0 1 auto !important;

        width: auto !important;
        min-width: 0 !important;
        max-width: calc(100% - 57px) !important;

        margin: 0 !important;
        padding: 0 !important;

        opacity: 1 !important;
        visibility: visible !important;
    }

    body.home
    .elementor-element-b16a255
    .nps-cat-name
    .elementor-widget-container {

        display: block !important;

        width: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        text-align: left !important;
    }

    body.home
    .elementor-element-b16a255
    .nps-cat-name
    .elementor-heading-title {

        display: block !important;

        width: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        color: #222 !important;

        font-size: 15px !important;
        line-height: 1.1 !important;
        font-weight: 600 !important;

        text-align: left !important;

        white-space: nowrap !important;

        opacity: 1 !important;
        visibility: visible !important;
    }
}


/* ==========================================
============================================*/

/* =========================================================
   NAVROS PET — BENEFÍCIOS MOBILE — ÍCONE EM FORMA DE PINGO
   ========================================================= */

@media (max-width: 767px) {

    body.home .bene-1 .bene-ico {
        width: 54px !important;
        min-width: 54px !important;
        max-width: 54px !important;

        height: 54px !important;
        min-height: 54px !important;
        max-height: 54px !important;

        flex: 0 0 54px !important;

        margin: 0 auto !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        background: #008D70 !important;

        /* formato pingo igual ao desktop */
        border-radius: 0 999px 999px 999px !important;

        box-shadow: none !important;
    }

    body.home .bene-1 .bene-ico > .elementor-widget-icon {
        width: 54px !important;
        height: 54px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    body.home .bene-1 .bene-ico .elementor-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 100% !important;

        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
    }

    body.home .bene-1 .bene-ico svg {
        width: 27px !important;
        height: 27px !important;

        color: #fff !important;
        fill: currentColor !important;
    }
}


/* =========================================================
   NAVROS PET — BENEFÍCIOS MOBILE
   MOSTRA TÍTULO / ESCONDE SUBTÍTULO
   ========================================================= */

@media (max-width: 767px) {

    /* TÍTULO */
    body.home .bene-1 .bene-txt h1,
    body.home .bene-1 .bene-txt h2,
    body.home .bene-1 .bene-txt h3,
    body.home .bene-1 .bene-txt h4,
    body.home .bene-1 .bene-txt h5,
    body.home .bene-1 .bene-txt h6 {
        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 11px !important;
        line-height: 1.15 !important;
        font-weight: 600 !important;

        color: #242424 !important;

        text-align: center !important;
        white-space: normal !important;

        opacity: 1 !important;
        visibility: visible !important;
    }

    /* SUBTÍTULO */
    body.home .bene-1 .bene-txt p,
    body.home .bene-1 .bene-txt p::before,
    body.home .bene-1 .bene-txt p::after {
        display: none !important;
        content: none !important;
    }
}
/* =========================================================
   NAVROS PET — BENEFÍCIOS MOBILE — CORES
   ========================================================= */

@media (max-width: 767px) {

    /* padrão verde */
    body.home .bene-1 .bene-ico {
        background: #008D70 !important;
    }

    /* 1º e 4º benefícios em laranja */
    body.home .bene-1:nth-child(1) .bene-ico,
    body.home .bene-1:nth-child(4) .bene-ico {
        background: #e6751c !important;
    }
}


/* =========================================================
   NAVROS PET — BENEFÍCIOS — CORES DESKTOP + MOBILE
   ========================================================= */

/* padrão verde */
body.home .bene-1 .bene-ico {
    background: #008D70 !important;
}

/* Entrega rápida + Parcele em 12x */
body.home .bene-1:nth-child(1) .bene-ico,
body.home .bene-1:nth-child(4) .bene-ico {
    background: #e6751c !important;
}
