body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.price {
    font-size: 1.1rem;
}
.price .text-muted {
    opacity: 0.7;
}
.price .fw-bold {
    font-size: 1.2rem;
}
.price .badge {
    font-size: 0.75rem;
    vertical-align: middle;
}


/* ===== Banner principal ===== */
.banner-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding: 4rem 1rem;
    overflow: hidden;
}

/* Gradiente escuro de fundo para legibilidade */
.banner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.35)
    );*/
    background: radial-gradient(
            ellipse at center,
            rgba(0,0,0,0.65) 0%,
            rgba(0,0,0,0.45) 40%,
            rgba(0,0,0,0.25) 100%
    );
    box-shadow: inset 0 0 120px rgba(0,0,0,0.35);
    z-index: 1;
 /*
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
            ellipse at center,
            rgba(0,0,0,0.65) 0%,
            rgba(0,0,0,0.45) 40%,
            rgba(0,0,0,0.25) 100%
    );
    z-index: 1;
    filter: blur(6px);
    */
}

/* Conteúdo centralizado */
.banner-hero .banner-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

/* Título principal */
.banner-hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Subtítulo */
.banner-hero p.lead {
    font-size: 1.25rem;
    font-weight: 400;
    opacity: 0.9;
}

/* ===== Card de busca ===== */
.banner-search {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    padding: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
}

.banner-search .input-group input {
    border-radius: 8px 0 0 8px;
    border: none;
    height: 52px;
    font-size: 1rem;
    padding-left: 1rem;
}

.banner-search .input-group input::placeholder {
    color: #888;
}

.banner-search .input-group .btn {
    border-radius: 0 8px 8px 0;
    background: #ff7e1b;
    border: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.banner-search .input-group .btn:hover {
    background: #e36d0d;
}

.banner-hero .trust-line{
    font-size: 0.90rem;
    font-weight: 500;
    opacity: 0.95;
}

    /*navbar home->global*/
.navbar-global a{
    width: 280px;
    max-width: 100%;
}
.navbar-global a > img{
    display: inline-block;
    width: 100%;
    height: auto !important;
    max-width: 100%;
}
@media(max-width: 768px){
    .navbar-global a{
        width: 200px;
    }
}

/*navbar internas*/
.navbar-interna .navbar-brand{
   text-decoration: none;
   width: 250px;
   max-width: 100%;
}
.navbar-interna .navbar-brand > img{
  display: block;
  max-width: 100%;
}
.navbar-interna .navbar-text-call{
    margin-left:10px;
}
.navbar-interna .navbar-text-call p span {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 0.90rem;
    font-weight: 500;
    color: #5e2d91; /* roxo suave */
    opacity: 0.85;
}
.navbar-interna .navbar-text-call p svg{
    width: 45px;
    height: 45px;
    opacity: 0.9;
}
@media(max-width: 768px){
    .navbar-interna .navbar-text-call p svg{
        width: 40px;
        height: 40px;
    }
    .navbar-interna .navbar-text-call{
        margin-left:0;
    }
}

    /* Remover onsale atarvés do css */
.onsale,
.sale-badge,
.product-badge,
.badge-sale {
    display: none !important;
}

/* Breadcrumb */
/* Breadcrumb estilo Nutra Call */
.woocommerce-breadcrumb {
    background: #fafafa;
    padding: 10px 16px !important;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.4;
}

/* Links */
.woocommerce-breadcrumb a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #2563eb !important; /* azul tipo link moderno */
    text-decoration: none;
    font-weight: 400;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

/* Texto atual (último item) */
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb .breadcrumb_last {
    color: #6b7280; /* cinza suave */
    font-weight: 400;
}

/* Separador > */
.woocommerce-breadcrumb .delimiter {
    margin: 0 6px;
    color: #9ca3af;
}

/* Remove qualquer ícone padrão */
.woocommerce-breadcrumb i,
.woocommerce-breadcrumb svg {
    display: none;
}

.woocommerce-shop .site-main,
.single-product .site-main{
 background-color: #ededed;
}
.woocommerce-shop .site-main,
.single-product .site-main{
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce-shop .site-main > .container,
.single-product .site-main > .container{
  padding-top:0px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
}

@media (min-width: 992px) {
    .woocommerce-shop .site-main > .container,
    .single-product .site-main > .container{
        position: relative;
        padding-top: 50px;
    }
    .woocommerce-breadcrumb{
        position: absolute;
        width: 100%;
        left: 0;top: 0;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
}

/* Card estilo Mercado Livre no summary do produto */
.single-product .product .summary.entry-summary{
    background: #fff;
    padding: 18px 18px;
    border: 1.5px solid rgba(123, 63, 228, 0.55); /* roxo suavizado */
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(123, 63, 228, 0.08);
}

/* Espaço entre título/preço e o resto */
.single-product .product .summary.entry-summary > * + *{
    margin-top: 12px;
}

/* Se o tema estiver colando tudo, garante respiro */
.single-product .product div.images{
    margin-bottom: 14px;
}



@media (max-width: 768px){
    .single-product .product .summary.entry-summary{
        padding: 14px;
        border-radius: 10px;
    }
}


.summary .order-form-row-top{
    display: block;
    border-top: 1px dashed #e5e7eb !important;
    padding-top:10px;
    padding-bottom: 10px;
}
.summary .form-order{
    border: 2px solid #e8e6e6;
}
.summary .order-country{
    margin-top: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}
.summary .order-country span{
    color:red;
    font-weight: 500;
    font-size: 0.80rem;
}
.summary .order-country svg{
    pointer-events: none;
}
.summary .order-country a{
    border: 1px solid #771c83;
    color: #771c83;
    font-weight: 400;
    font-size: 0.80rem;
    border-radius: 10px;
    padding: 5px 6px;
    text-align: center;
    background-color: #fafafa;
    position: relative;
    z-index: 10;
    text-decoration: none;
    transition: background-color ease 0.2s;
}
.summary .order-country a:hover{
    color: #ffff;
    background-color:#5b1665;
    text-decoration: none;
}
.summary  .order-call-info{
    background-color: #fafafa;
    border-radius: 4px;
}
.summary  .order-call-info span{
    color: #535353;
    font-weight: 400;
    font-size: 0.90rem;
}
.single-product .summary .buy-now-btn {
    color:#fff;
    text-transform: uppercase;
    background: #198754;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    transition: all .2s ease;
    box-shadow: 0 4px 10px rgba(25, 135, 84, 0.25);
}

.single-product .summary .buy-now-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}
.summary .posted_in a {
    background: #f3f4f6 !important;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: #374151 !important;
    text-decoration: none;
}

.summary .posted_in a:hover {
    background: #ede9fe;
    color: #5b21b6 !important;
}


/* ================================
   BLOCO DE PREÇO – PRODUCT SUMMARY
   ================================ */

.summary .price {
    margin: 10px 0 14px;
}

/* Linha interna */
.summary .price > .price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

/* Preço antigo */
.summary .price .text-decoration-line-through {
    font-size: 14px;
    color: #9ca3af !important;
    opacity: 0.7;
}

/* Preço atual */
.summary .price .text-danger {
    font-size: 28px;
    font-weight: 700;
    color: #dc2626 !important;
    letter-spacing: -0.5px;
}

/* Badge de desconto */
.summary .price .badge {
    font-size: 13px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 8px;
    line-height: 1;
    position: relative;
    top: -2px;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.25);
}

/* Responsivo */
@media (max-width: 768px) {
    .summary .price {
        margin-bottom: 10px;
    }

    .summary .price .text-danger {
        font-size: 24px;
    }
}

.product-section {
    background: #fff;
    padding: 24px;
    margin: 24px 0;
    border-radius: 12px;
}

.product-section h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
/* Dá respiro do texto da descrição em direção ao form (lado direito) */
.single-product .product-review {
    padding-right: 36px;
}

/* No mobile não precisa desse respiro lateral */
@media (max-width: 991px) {
    .single-product .product-review {
        padding-right: 0;
    }
}

.single-product .summary.entry-summary {
    margin-left: 24px;
}

@media (max-width: 991px) {
    .single-product .summary.entry-summary {
        margin-left: 0;
        margin-top: 24px;
    }
}

/* ================================
   SEÇÃO: REVIEW DO PRODUTO
   ================================ */

.product-review {
    padding-right: 36px; /* mantém respiro do form */
}

/* Título principal da seção */
.product-review  h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111827;
    text-transform: uppercase;
}

/* Blocos de conteúdo */
.product-review > div {
    margin-bottom: 28px;
}

/* Títulos internos (h3) */
.product-review h3 {
    font-size: 18px;
    font-weight: 600;
    color: #4b2cc6; /* roxo do logo (ajustável) */
    margin-bottom: 8px;
    padding-left: 12px;
    position: relative;
}

/* Detalhe visual no h3 (barra lateral) */
.product-review h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: calc(100% - 8px);
    background: #7b3fe4; /* roxo claro */
    border-radius: 2px;
}

/* Texto dos parágrafos */
.product-review p {
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 10px;
}

/* Strong dentro do texto */
.product-review p strong {
    color: #111827;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 991px) {
    .product-review {
        padding-right: 0;
    }

    .product-review > h2 {
        font-size: 22px;
    }

    .product-review h3 {
        font-size: 17px;
    }
}

.product-faq h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111827;
    text-transform: uppercase;
}
.product-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e7eb;
}

.product-faq .accordion-button {
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
}

.product-faq .accordion-button:not(.collapsed) {
    background: transparent;
    color: #111827;
    box-shadow: none;
}
.product-faq .accordion-body {
    padding-left: 0;
    padding-right: 0;
    color: #374151;
    line-height: 1.6;
}

footer{
    background-color: #1c1c1c;
}
footer .info-location{
    color:#fff;
}