/* Variables */
:root{
    --pet-orange: #ff914d;
    --pet-dark: #0b0b0b;
    --container-width: 1200px;
}


.petshop-topbar{
    background: #F8F9FA;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    font-size: 14px;
}
.petshop-topbar .container{
    max-width: var(--container-width);
    margin: 0 auto;
    display:flex;
    justify-content:space-between;
    padding:10px 20px;
    align-items:center;
}


.petshop-topbar a{ color:var(--pet-dark); text-decoration:none; margin-right:8px; }
.petshop-topbar .separator{ opacity:0.4; margin:0 8px; }


.petshop-header-main{ background: #F8F9FA; padding:26px 0 12px; }
.petshop-header-main .container{
    max-width: var(--container-width);
    margin:0 auto;
    display:grid;
    grid-template-columns: 1fr 2fr 1fr;
    background-color: #ffffff;
    border-radius: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    gap:20px;
    align-items:center;
}
.branding{ padding: 15px }
.branding img{ max-height:44px;}

.site-title{ font-weight:700; font-size:20px; color:var(--pet-dark); text-decoration:none; }


.primary-nav{ text-align:center; }
.primary-nav .menu{ list-style:none; margin:0; padding:0; display:flex; justify-content:center; gap:34px; }
.primary-nav .menu li{ position:relative; }
.primary-nav .menu li a{ text-decoration:none; color:var(--pet-dark); font-weight:600; padding:6px 0; }
.primary-nav .menu li a:hover,
.primary-nav .menu li.current-menu-item > a{ color:var(--pet-orange); }
.primary-nav .menu li.current-menu-item > a::after,
.primary-nav .menu li a:hover::after{ content:''; position:absolute; left:0; right:0; height:4px; background:var(--pet-orange); bottom:-12px; border-radius:4px; width:60%; margin:0 auto; }


.header-controls{ display:flex; justify-content:flex-end; gap:14px; align-items:center; }
.search-wrap form{ display:flex; align-items:center; background:#fff; padding:10px 12px; border-radius:40px; box-shadow: 0 10px 20px rgba(0,0,0,0.06); }
.search-wrap input[type="search"]{ border:0; outline:0; width:200px; font-size:14px; }
.search-wrap button{ border:0; background:var(--pet-dark); color:#fff; padding:8px 10px; border-radius:50%; cursor:pointer; }

.icons-wrap {
    display: flex;
    padding: 0 20px 0 10px ;
}

.icons-wrap a{ text-decoration:none; margin-left:10px; font-size:18px; position:relative; }
.cart-count{ background:var(--pet-orange); color:#fff; font-size:11px; padding:2px 6px; border-radius:12px; position:absolute; top:-8px; right:-10px; }

.header-controls .search-wrap form,
.header-controls .search-wrap form .wc-search-pill {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.header-controls .search-wrap .woocommerce-product-search button {
    width:38px;
    height:38px;
    padding:0;
    border-radius:50%;
    border:0;
    background:var(--pet-dark);
    color:#fff;
    position:relative;
    overflow:hidden;

    font-size:0; /* esconde o texto */
}

.header-controls .search-wrap .woocommerce-product-search .search-field {
    margin-right: 10px;
    border-radius: 20px;
}

.header-controls .search-wrap .woocommerce-product-search button::before{
    content: "";
    display:block;
    width:18px;
    height:18px;
    margin:auto;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" d="M21 21l-4.35-4.35"/><circle cx="10.5" cy="10.5" r="6.5" stroke="%23ffffff" stroke-width="2" fill="none"/></svg>');
    background-repeat:no-repeat;
    background-position:center;
}

.petshop-hero {
    padding: 0 0 40px;
    background: #fbfbfb;
    position: relative;
    overflow: visible;
}

/* grid */
.petshop-hero .hero-grid {
    max-width: var(--container-width);
    margin: 0 auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
    position: relative;
}

/* conteúdo esquerdo */
.hero-content { z-index: 5; padding: 30px 20px; }
.eyebrow { color: var(--pet-orange); font-weight:700; font-size:14px; display:block; margin-bottom:12px; }
.hero-title { font-size:56px; line-height:1; margin:0 0 18px; color:#0b0b0b; font-weight:800; }
.hero-desc { color:#777; max-width:520px; margin-bottom:22px; }
.btn-primary { background:#0b0b0b; color:#fff; padding:12px 26px; border-radius:12px; text-decoration:none; display:inline-block; }
.btn-primar-banner { background:#128C7E; color:#fff; padding:12px 26px; border-radius:12px; text-decoration:none; display:inline-block; }
.btn-primar-banner:hover {
    background: #0d6f62; /* cor mais escura */
    color: #e6e6e6; /* cor do texto um pouco mais clara */
}
/* área das imagens — container relativo para posicionamento absoluto das figuras */
.hero-graphics{
    position: relative;
    width: 100%;
    height: 373px; /* ajuste conforme necessidade */
    display:block;
}

/* grande blob de fundo como background, ocupa a área inteira do bloco gráfico */
.hero-blob{
    width: 100%;
    height: 100%;
    background-repeat:no-repeat;
    background-position: center right;
    background-size: contain; /* ou cover conforme seu SVG */
    z-index:1;
    pointer-events: none;
}

/* silhuetas principais por cima do blob */
.hero-img.hero-silhouettes{
    position:absolute;
    bottom: 0;
    top: -8%;
    left: -13%;
    width: 145%;
    max-width: 1137px;
    z-index:3;
    display:block;
    transform: translateY(0);
    pointer-events:none;
}

/* pequenas figuras (paws, shapes) — cada uma com posição própria */
.hero-img.paw {
    position:absolute;
    width:80px;
    z-index:2;
    pointer-events:none;
    opacity: 0.95;
}

/* posições de exemplo — ajuste conforme seu layout (Figma) */
.hero-img.paw-1 { right: 26%; top: 8%; transform: translate(0,0) scale(1.1); }
.hero-img.paw-2 { right: 58%; bottom: 24%; width:120px; opacity:0.65; }

.menu-togglee {
    display: none; /* desktop */
    background: none;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    z-index: 9999; /* fica sempre por cima */
    padding: 20px;
}

.menu-togglee:hover {
    background: none;
}
.menu-togglee:focus {
    outline: 1px solid #ff914d;
    border-radius: 40px;
}
.hamburger rect {
    fill: var(--pet-dark);
    transition: 0.3s ease;
}

/* Estado aberto: animação para virar "X" */
.menu-togglee.active .top {
    transform: translateY(24px) rotate(45deg);
}
.menu-togglee.active .middle {
    opacity: 0;
}
.menu-togglee.active .bottom {
    transform: translateY(-24px) rotate(-45deg);
}

.header-controls .disabled {
    display: none;
}

.breadcroumb-boxs {
    position: relative;
    background: linear-gradient(135deg, #798795, #556270);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
}

.breadcroumb-boxs .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.breadcroumb-boxs .container .breadcroumb-box {
    text-align: center;
}

.breadcroumb-boxs .brea-image {
    position: relative;      /* necessário para o posicionamento do título */
    width: 100%;
    height: 430px;
    max-height: 600px;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.breadcroumb-boxs .brea-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* cobre sem distorcer */
    display: block;
}

.breadcroumb-boxs .brea-image .brea-title {
    position: absolute;
    top: 15%;               /* centraliza vertical */
    left: 50%;              /* centraliza horizontal */
    transform: translate(-50%, -50%);
    text-align: center;
}

.breadcroumb-boxs .brea-image .brea-title h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.info-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    max-width: 1000px;
    margin: 40px auto;
}

.info-box {
    flex: 1;
    text-align: center;
    padding: 25px 15px;
    border-right: 1px solid #e0e0e0;
}

.info-box:last-child {
    border-right: none;
}

.info-box i {
    font-size: 28px;
    color: #ff914d; /* verde */
    margin-bottom: 10px;
}

.info-box h4 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.info-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}


/* Responsive adjustments */
@media (max-width: 980px){
    .search-wrap input[type="search"]{ width:120px; }
    /*.branding { width: 300px }*/

    .hero-content { text-align: center; padding: 10px 0; }
    .hero-desc { text-align: center; margin: 10px auto 20px auto;}
    .hero-title { font-size:34px; }
    .hero-graphics { display: flex; margin: auto } /* se quiser esconder no mobile para economizar espaço */
    .hero-img.hero-silhouettes {
        max-width: 750px;
        position: absolute;
        top: 23%;
        left: -25%;
    }
}

@media (max-width: 780px) {

    .menu-togglee {
        display: block;
    }
    .primary-nav {
        display: none; /* some por padrão */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #eee;
        padding: 30px;
    }

    .primary-nav.open {
        display: block; /* aparece quando clicado */
    }

    .primary-nav .menu {
        flex-direction: column;
        gap: 15px;
    }

    .primary-nav .menu li a {
        font-size: 18px;
    }

    .petshop-hero .hero-grid {
        display: block;
    }
    .petshop-header-main .container{ grid-template-columns: 1fr auto; }
    /*.custom-logo {max-width: 300px}*/
    .search-wrap {display: none}
    .hero-content { text-align: center; padding: 10px 0; }
    .hero-desc { text-align: center; margin: 10px;}
    .hero-title { font-size:34px; }
    .hero-graphics { display: flex; margin: auto } /* se quiser esconder no mobile para economizar espaço */
    .hero-img.hero-silhouettes {
        max-width: 750px;
        position: absolute;
        top: -8%;
        left: -2%;
        width: 130%;
    }
}

@media (max-width: 680px) {

    .branding img {
        max-width: 150px;
    }
    .hero-graphics {
        order: -1;
        height: 226px;
        margin-bottom: 20px;
    }

    .hero-img.hero-silhouettes {
        max-width: 600px;
        position: absolute;
        top: -10%;
        left: 5%;
        width: 100%;
    }

    .breadcroumb-boxs {
        border-radius: 0;
    }

    .breadcroumb-boxs .brea-image {
        position: relative;      /* necessário para o posicionamento do título */
        width: 100%;
        height: 200px;
        max-height: 600px;
        overflow: hidden;
        border-radius: 0;
        box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    }

    .breadcroumb-boxs .brea-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;      /* cobre sem distorcer */
        display: block;
    }
}


@media (max-width: 480px) {
    .hero-img.hero-silhouettes {
        max-width: 600px;
        position: absolute;
        top: 0%;
        left: -15%;
        width: 130%;
    }
}