/* ===================================================================
   SKIN Melhoramentos Higiene
   Marca: navy #203050 + verde #32bcad
   =================================================================== */
:root{ --mh-navy:#203050; --mh-green:#32bcad; --mh-green-dark:#279e91; }

/* ===================== HEADER v2 (réplica da imagem) ===================== */
.bcx-mhhd-elite{flex:0 0 auto;line-height:0}
.bcx-mhhd-elite img{max-height:48px;width:auto;display:block}
.bcx-mhhd-acc{color:var(--mh-navy)}
.bcx-mhhd-acc span{display:inline!important;font-size:12.5px;line-height:1.15;font-weight:700;color:var(--mh-navy);max-width:120px;white-space:normal}
.bcx-mhhd-wish{display:flex;align-items:center;color:var(--mh-navy);text-decoration:none}
.bcx-mhhd-wish:hover{color:var(--mh-green-dark)}
.bcx-mhhd-cartbadge{background:#e0271b!important}   /* badge vermelho como na imagem */
/* barra de menu BRANCA, texto escuro, linha teal embaixo */
.bcx-mhhd-nav{background:#fff!important;border-top:1px solid #eef1f5;border-bottom:2px solid var(--mh-green)}
.bcx-mhhd-nav-in{display:flex;align-items:center;gap:12px}
.bcx-mhhd-menu > li > a{color:#3a4a5e!important;font-weight:600}
.bcx-mhhd-menu > li > a:hover{background:transparent!important;color:var(--mh-green-dark)!important}
/* hamburguer visível também no desktop, à esquerda do menu */
.bcx-mhhd-burger{display:flex!important;position:static;flex-direction:column;gap:4px;background:none;border:0;cursor:pointer;padding:6px}
.bcx-mhhd-burger span{width:24px;height:3px;background:#3a4a5e;border-radius:2px}
@media(max-width:900px){ .bcx-mhhd-nav .bcx-mhhd-menu{display:none} }
/* drawer: acordeão de subcategorias */
.bcx-mhhd-drawer-menu .sub-menu{list-style:none;margin:0;padding:0 0 0 14px;display:none}
.bcx-mhhd-drawer-menu li.open > .sub-menu{display:block}
.bcx-mhhd-drawer-menu .menu-item-has-children > a::after{content:"▾";float:right;color:#9aa7b8}
.bcx-mhhd-drawer-menu li.open > a::after{content:"▴"}
.bcx-mhhd-drawer-menu .sub-menu a{color:#5a6b80!important;font-weight:500!important}
/* drawer global (abre no desktop tambem, ☰ do menu) */
.bcx-mhhd-drawer{display:none}
.bcx-mhhd-drawer.is-open{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:100}
.bcx-mhhd-drawer .bcx-mhhd-drawer-in{position:absolute;top:0;left:0;bottom:0;width:340px;max-width:88%;background:#fff;padding:22px 20px;overflow:auto}
.bcx-mhhd-drawer .bcx-mhhd-drawer-close{position:absolute;top:10px;right:14px;font-size:28px;background:none;border:0;color:var(--mh-navy);cursor:pointer}
.bcx-mhhd-drawer .bcx-mhhd-drawer-menu{list-style:none;margin:20px 0 0;padding:0}
.bcx-mhhd-drawer .bcx-mhhd-drawer-menu > li > a{display:block;padding:11px 4px;border-bottom:1px solid #eef1f5;color:var(--mh-navy);text-decoration:none;font-weight:700}
.bcx-mhhd-drawer .bcx-mhhd-drawer-acc{display:block;margin-top:16px;padding:12px;background:var(--mh-navy);color:#fff;text-align:center;border-radius:8px;text-decoration:none;font-weight:700}

/* ===================== HEADER (topo) ===================== */
.bcx-mhhd{background:#fff;box-shadow:0 2px 10px rgba(32,48,80,.06);position:relative;z-index:50}
.bcx-mhhd-main{border-bottom:1px solid #eef1f5}
.bcx-mhhd-row{display:flex;align-items:center;gap:22px;padding:14px 16px}
.bcx-mhhd-logo{flex:0 0 auto;line-height:0}
.bcx-mhhd-logo img{max-height:52px;width:auto;display:block}
.bcx-mhhd-logo span{font-weight:800;color:var(--mh-navy);font-size:20px}
.bcx-mhhd-search{flex:1 1 auto;display:flex;max-width:640px;border:2px solid var(--mh-navy);border-radius:10px;overflow:hidden}
.bcx-mhhd-search input[type=search]{flex:1;border:0;padding:11px 14px;font-size:15px;outline:none}
.bcx-mhhd-search button{border:0;background:var(--mh-navy);color:#fff;padding:0 18px;cursor:pointer;display:grid;place-items:center}
.bcx-mhhd-search button:hover{background:var(--mh-green-dark)}
.bcx-mhhd-ic{flex:0 0 auto;display:flex;align-items:center;gap:20px}
.bcx-mhhd-acc,.bcx-mhhd-cart{display:flex;align-items:center;gap:7px;color:var(--mh-navy);text-decoration:none;font-size:13px;font-weight:600;position:relative}
.bcx-mhhd-acc:hover,.bcx-mhhd-cart:hover{color:var(--mh-green-dark)}
.bcx-mhhd-cartbadge{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--mh-green);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}
.bcx-mhhd-burger{display:none;flex-direction:column;gap:4px;background:none;border:0;cursor:pointer;padding:6px}
.bcx-mhhd-burger span{width:22px;height:2px;background:var(--mh-navy);border-radius:2px}
.bcx-mhhd-nav{background:var(--mh-navy)}
.bcx-mhhd-menu{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:2px}
.bcx-mhhd-menu > li > a{display:block;color:#eaf0f6;text-decoration:none;padding:12px 14px;font-size:13.5px;font-weight:600}
.bcx-mhhd-menu > li > a:hover{background:rgba(255,255,255,.08);color:#fff}
.bcx-mhhd-menu .sub-menu{display:none}
.bcx-mhhd-search-mob{display:none}
.bcx-mhhd-drawer{display:none}
@media(max-width:900px){
  .bcx-mhhd-burger{display:flex}
  .bcx-mhhd-nav{display:none}
  .bcx-mhhd-search{display:none}
  .bcx-mhhd-search-mob{display:flex;margin:0 16px 12px;border:2px solid var(--mh-navy);border-radius:10px;overflow:hidden}
  .bcx-mhhd-search-mob input{flex:1;border:0;padding:10px 12px;outline:none}
  .bcx-mhhd-search-mob button{border:0;background:var(--mh-navy);color:#fff;padding:0 16px}
  .bcx-mhhd-row{gap:12px}
  .bcx-mhhd-acc span{display:none}
  .bcx-mhhd-drawer.is-open{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:100}
  .bcx-mhhd-drawer-in{position:absolute;top:0;left:0;bottom:0;width:82%;max-width:320px;background:#fff;padding:20px;overflow:auto}
  .bcx-mhhd-drawer-close{position:absolute;top:10px;right:14px;font-size:28px;background:none;border:0;color:var(--mh-navy);cursor:pointer}
  .bcx-mhhd-drawer-menu{list-style:none;margin:24px 0 0;padding:0}
  .bcx-mhhd-drawer-menu > li > a{display:block;padding:12px 4px;border-bottom:1px solid #eef1f5;color:var(--mh-navy);text-decoration:none;font-weight:600}
  .bcx-mhhd-drawer-acc{display:block;margin-top:16px;padding:12px;background:var(--mh-navy);color:#fff;text-align:center;border-radius:8px;text-decoration:none;font-weight:700}
}

.bcx-mh .bcx-container,.bcx-mhhd .bcx-container{max-width:1280px;margin:0 auto;padding:0 16px}
.bcx-mh-section{padding:34px 0}
.bcx-mh-shead{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}
.bcx-mh-eyebrow{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--mh-green-dark);font-weight:700}
.bcx-mh-stitle{margin:2px 0 0;font-size:26px;line-height:1.15;color:var(--mh-navy);font-weight:800}
.bcx-mh-slink{white-space:nowrap;color:var(--mh-navy);font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:4px}
.bcx-mh-slink:hover{color:var(--mh-green-dark)}

/* S1 Hero carrossel */
.bcx-mh-hero{position:relative;overflow:hidden;background:#eef1f5}
.bcx-mh-hero-track{position:relative}
.bcx-mh-slide{display:none;line-height:0}
.bcx-mh-slide.is-active{display:block;animation:mhfade .5s ease}
.bcx-mh-slide img{width:100%;height:auto;display:block}
@keyframes mhfade{from{opacity:.3}to{opacity:1}}
.bcx-mh-hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border:0;border-radius:50%;background:rgba(32,48,80,.55);color:#fff;font-size:26px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .2s}
.bcx-mh-hero-nav:hover{background:var(--mh-navy)}
.bcx-mh-hero-nav.prev{left:14px}.bcx-mh-hero-nav.next{right:14px}
.bcx-mh-hero-dots{position:absolute;left:0;right:0;bottom:12px;display:flex;gap:8px;justify-content:center;z-index:2}
.bcx-mh-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.6);cursor:pointer;padding:0}
.bcx-mh-dot.is-active{background:var(--mh-green)}

/* S2 Benefícios */
.bcx-mh-benefits{background:var(--mh-navy)}
.bcx-mh-benefits-in{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-top:18px;padding-bottom:18px}
.bcx-mh-benefit{display:flex;align-items:center;gap:12px;color:#eaf0f6}
.bcx-mh-benefit svg{color:var(--mh-green);flex:0 0 auto}
.bcx-mh-benefit strong{display:block;font-size:15px;color:#fff}
.bcx-mh-benefit span{display:block;font-size:12.5px;color:#b9c4d4}

/* Linhas de produto (carrossel horizontal) */
.bcx-mh-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);gap:16px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:8px;-webkit-overflow-scrolling:touch}
.bcx-mh-row::-webkit-scrollbar{height:8px}
.bcx-mh-row::-webkit-scrollbar-thumb{background:#c7d0dc;border-radius:8px}
.bcx-mh-row > li,.bcx-mh-row > .product{scroll-snap-align:start;margin:0!important;width:auto!important;float:none!important}
@media(min-width:1000px){.bcx-mh-row{grid-auto-columns:minmax(220px,1fr)}}

/* S4 Banners institucionais */
.bcx-mh-banners3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bcx-mh-banner3{line-height:0;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(32,48,80,.10)}
.bcx-mh-banner3 img{width:100%;height:auto;display:block;transition:transform .3s}
.bcx-mh-banner3:hover img{transform:scale(1.03)}

/* S5 Categorias */
.bcx-mh-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.bcx-mh-cat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:18px 12px;background:#fff;border:1px solid #e7ecf2;border-radius:14px;text-decoration:none;transition:.2s}
.bcx-mh-cat:hover{border-color:var(--mh-green);box-shadow:0 10px 24px rgba(32,48,80,.10);transform:translateY(-2px)}
.bcx-mh-cat-img{width:96px;height:96px;display:grid;place-items:center}
.bcx-mh-cat-img img{max-width:100%;max-height:100%;object-fit:contain}
.bcx-mh-cat-label{font-weight:700;color:var(--mh-navy);font-size:14.5px;line-height:1.2}
.bcx-mh-cat-count{font-size:12px;color:#7c8aa0}

/* S6/S7 banners de marca */
.bcx-mh-brandbanner{padding:14px 0}
.bcx-mh-brandbanner img{width:100%;height:auto;display:block;border-radius:12px}

/* S8 Blog */
.bcx-mh-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bcx-mh-post{text-decoration:none;background:#fff;border:1px solid #e7ecf2;border-radius:12px;overflow:hidden;transition:.2s}
.bcx-mh-post:hover{box-shadow:0 10px 24px rgba(32,48,80,.10)}
.bcx-mh-post-img{display:block;line-height:0}
.bcx-mh-post-img img{width:100%;height:170px;object-fit:cover;display:block}
.bcx-mh-post-title{display:block;padding:12px 14px;color:var(--mh-navy);font-weight:700;font-size:14.5px;line-height:1.3}

/* Banner lifestyle full-width (S3 topo, S9, S12) */
.bcx-mh-band{padding:14px 0}
.bcx-mh-band img{width:100%;height:auto;display:block;border-radius:12px}

/* S7 bloco categorias: foto vertical + 4 colunas */
.bcx-mh-cols7{display:grid;grid-template-columns:300px 1fr;gap:24px;align-items:stretch}
.bcx-mh-cols7-photo{border-radius:14px;overflow:hidden}
.bcx-mh-cols7-photo img{width:100%;height:100%;object-fit:cover;display:block}
.bcx-mh-cols7{grid-template-columns:300px 1fr}
.bcx-mh-cols7-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
/* cada bloco = texto + imagem do produto (2 colunas) */
.bcx-mh-col7{display:grid!important;grid-template-columns:1fr 120px;gap:12px;align-items:center;background:#f4f6f8;border:0;border-radius:0;padding:22px 20px}
.bcx-mh-col7-img{line-height:0}
.bcx-mh-col7-img img{width:120px;height:auto;object-fit:contain}
@media(max-width:900px){ .bcx-mh-cols7-grid{grid-template-columns:1fr} }
@media(max-width:520px){ .bcx-mh-col7{grid-template-columns:1fr 90px} }
.bcx-mh-col7{background:#fff;border:1px solid #e7ecf2;border-radius:14px;padding:18px 18px 16px}
.bcx-mh-col7 h3{margin:0 0 10px;color:var(--mh-navy);font-size:17px;font-weight:800}
.bcx-mh-col7 ul{list-style:none;margin:0 0 14px;padding:0}
.bcx-mh-col7 li{padding:5px 0 5px 18px;position:relative;color:#4a5568;font-size:14px}
.bcx-mh-col7 li::before{content:"";position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:50%;background:var(--mh-green)}
.bcx-mh-col7-btn{display:inline-block;background:var(--mh-navy);color:#fff;text-decoration:none;font-weight:700;font-size:13px;padding:9px 16px;border-radius:8px;transition:.2s}
.bcx-mh-col7-btn:hover{background:var(--mh-green-dark)}

/* Botões/CTA do motor na cor verde da marca (garantia) */
.bcx-mh .button,.bcx-mh .bcx-btn,.bcx-mh .add_to_cart_button{background:var(--mh-green)}
.bcx-mh .button:hover,.bcx-mh .add_to_cart_button:hover{background:var(--mh-green-dark)}

/* Responsivo */
@media(max-width:900px){
  .bcx-mh-benefits-in{grid-template-columns:1fr 1fr}
  .bcx-mh-banners3{grid-template-columns:1fr}
  .bcx-mh-cats{grid-template-columns:1fr 1fr}
  .bcx-mh-posts{grid-template-columns:1fr}
  .bcx-mh-stitle{font-size:22px}
  .bcx-mh-hero-nav{width:36px;height:36px;font-size:20px}
}
@media(max-width:900px){
  .bcx-mh-cols7{grid-template-columns:1fr}
  .bcx-mh-cols7-photo{max-height:280px}
}

/* ===================== REFINAMENTO HEADER (igual produção) ===================== */
/* faixa do topo com cinza claro ("beijinho cinza") */
.bcx-mhhd-main{background:#f2f2f2}
/* topo 100% da largura: empurra conta/coração/carrinho pra borda direita */
.bcx-mhhd-acc{margin-left:auto}
/* busca: branca, borda FINA, cantos suaves, botão VERDE */
.bcx-mhhd-search{max-width:520px;background:#fff;border:1px solid #d7dce2!important;border-radius:6px!important;overflow:hidden}
.bcx-mhhd-search input[type=search]{background:#fff}
.bcx-mhhd-search button{background:var(--mh-green)!important;padding:0 16px}
.bcx-mhhd-search button:hover{background:var(--mh-green-dark)!important}
.bcx-mhhd-search-mob{border:1px solid #d7dce2!important}
.bcx-mhhd-search-mob button{background:var(--mh-green)!important}

/* Benefícios: fundo BRANCO, ícones/títulos navy grandes (igual produção) */
.bcx-mh-benefits{background:#fff!important;border-top:1px solid #eef1f5;border-bottom:1px solid #eef1f5}
.bcx-mh-benefits-in{padding-top:26px!important;padding-bottom:26px!important;gap:24px}
.bcx-mh-benefit{color:var(--mh-navy)!important;gap:14px}
.bcx-mh-benefit svg{color:var(--mh-navy)!important;width:36px!important;height:36px!important;stroke-width:2.3;flex:0 0 auto}
.bcx-mh-benefit strong{color:var(--mh-navy)!important;font-size:16px}
.bcx-mh-benefit span{color:#6b7788!important;font-size:13px}
/* Títulos de seção centralizados (igual produção) */
.bcx-mh-shead{justify-content:center;text-align:center}
.bcx-mh-stitle{text-align:center}

/* Carrosséis de produto: SEM barra de rolagem, COM pontinhos */
.bcx-mh-row{scrollbar-width:none;-ms-overflow-style:none}
.bcx-mh-row::-webkit-scrollbar{display:none!important;height:0!important;width:0!important}
.bcx-mh-rowdots{display:flex;gap:8px;justify-content:center;margin-top:16px}
.bcx-mh-rowdot{width:9px;height:9px;border-radius:50%;border:0;background:#c7d0dc;cursor:pointer;padding:0;transition:background .2s}
.bcx-mh-rowdot.is-active{background:var(--mh-green)}

/* ===================== AJUSTES v3 (feedback Calderon) ===================== */
/* busca menor e mais bonita */
.bcx-mhhd-search{max-width:420px;border-width:1.5px;border-radius:8px}
.bcx-mhhd-search input[type=search]{padding:9px 14px;font-size:14px}
.bcx-mhhd-search button{padding:0 15px}
/* menu mais compacto (comparar com o real) */
.bcx-mhhd-menu{gap:0;flex:1;justify-content:space-between}
.bcx-mhhd-menu > li > a{padding:9px 4px!important;font-size:12px!important;font-weight:600!important;white-space:nowrap}
.bcx-mhhd-nav-in{gap:10px;flex-wrap:nowrap}
.bcx-mhhd-nav .bcx-mhhd-menu{flex-wrap:nowrap}
/* respiro no topo do header (estava colando no topo) */
.bcx-mhhd .bcx-mhhd-row{padding-top:18px!important;padding-bottom:16px!important}
/* banner desktop x mobile: wrapper <span> (o plugin webp mexe no <img>, não no span) */
.bcx-only-desk{display:block}
.bcx-only-mob{display:none}
.bcx-only-desk img,.bcx-only-mob img{width:100%;height:auto;display:block}
@media(max-width:760px){
  .bcx-only-desk{display:none}
  .bcx-only-mob{display:block}
}
/* S7 em 4 colunas */
.bcx-mh-cols4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media(max-width:900px){ .bcx-mh-cols4{grid-template-columns:1fr 1fr} }
@media(max-width:520px){ .bcx-mh-cols4{grid-template-columns:1fr} }
@media(max-width:520px){
  .bcx-mh-benefits-in{grid-template-columns:1fr}
  .bcx-mh-cats{grid-template-columns:1fr 1fr}
  .bcx-mh-cols7-grid{grid-template-columns:1fr}
}


/* ===================== AJUSTES v4 (Calderon 04/07, homolog Melhoramentos) ===================== */
.bcx-mh-hero-nav{font-size:0;line-height:0}
.bcx-mh-hero-nav::before{content:"";display:block;width:11px;height:11px;border-top:2.6px solid #fff;border-right:2.6px solid #fff;box-sizing:border-box}
.bcx-mh-hero-nav.prev::before{transform:rotate(-135deg);margin-left:4px}
.bcx-mh-hero-nav.next::before{transform:rotate(45deg);margin-right:4px}
.bcx-mh-col7{grid-template-columns:1fr 230px!important;align-items:center;padding-right:6px!important}
.bcx-mh-col7-img{align-self:stretch;display:flex;align-items:center;justify-content:center}
.bcx-mh-col7-img img{width:100%!important;max-height:215px!important;object-fit:contain}
@media(max-width:520px){ .bcx-mh-col7{grid-template-columns:1fr 150px!important} .bcx-mh-col7-img img{max-height:160px!important} }
.bcx-mh-posts{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){ .bcx-mh-posts{grid-template-columns:1fr 1fr} }
@media(max-width:520px){ .bcx-mh-posts{grid-template-columns:1fr} }
@media(max-width:900px){ .bcx-mhhd-acc span{display:none!important} }
.bcx-mh-mobslider{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0 7.5%;padding:4px 0 8px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}
.bcx-mh-mobslider::-webkit-scrollbar{display:none}
.bcx-mh-mobslide{flex:0 0 85%;scroll-snap-align:center;line-height:0;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(32,48,80,.10)}
.bcx-mh-mobslide img{width:100%;height:auto;display:block}
/* ===================== AJUSTES v5 (Calderon 04/07): busca maior/larga ===================== */
.bcx-mhhd-search{max-width:560px!important;border-radius:10px!important}
.bcx-mhhd-search input[type=search]{padding:13px 16px!important;font-size:15.5px!important}
.bcx-mhhd-search button{padding:0 20px!important}
.bcx-mhhd-search button svg{width:24px;height:24px}
.bcx-mhhd-search-mob button svg{width:22px;height:22px}
/* ===================== AJUSTES v6 (Calderon 04/07): botão adicionar AZUL (fundo + pulso) via --bcx-cta ===================== */
.cta-buy,.single_add_to_cart_button{--bcx-cta:var(--mh-navy);--bcx-cta-dark:#16233d;--gm-blue:var(--mh-navy);--gm-blue-dark:#16233d;color:#fff!important}




/* ===================== AJUSTES v7 (Calderon 04/07): tela de pedido no ESTILO dos blocos da minha conta (2 blocos brancos padronizados) ===================== */
.bcx-account-order-detail{font-family:'Inter',sans-serif}
.bcx-account-order-detail h2,.woocommerce-order-details__title,.bcx-account-order-detail .woocommerce-customer-details h2,.bcx-account-order-detail .woocommerce-column__title{color:var(--bcx-primary,#32bcad)!important;font-size:14px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;margin:0 0 14px!important}
/* BLOCO 1: itens do pedido em card branco (igual .bcx-order-card) */
.bcx-account-order-detail .woocommerce-order-details{background:#fff;border:2px solid var(--bcx-border,#E2E8F0);border-radius:12px;padding:18px 20px;margin-top:22px}
.woocommerce-table--order-details{width:100%;border-collapse:collapse;background:transparent;border:0;box-shadow:none}
.woocommerce-table--order-details th,.woocommerce-table--order-details td{padding:11px 6px;border:0;border-bottom:1px solid var(--bcx-border,#E2E8F0);font-size:14px;color:var(--bcx-text-mid,#475569);text-align:left}
.woocommerce-table--order-details thead th{font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:var(--bcx-text-soft,#94A3B8);font-weight:700}
.woocommerce-table--order-details tbody a{color:var(--bcx-text,#0F172A);font-weight:600;text-decoration:none}
.woocommerce-table--order-details tbody a:hover{color:var(--bcx-primary,#32bcad)}
.woocommerce-table--order-details tfoot tr:last-child th,.woocommerce-table--order-details tfoot tr:last-child td{font-size:16px;font-weight:800;color:var(--bcx-text,#0F172A);border-bottom:0;padding-top:14px}
/* BLOCO 2: endereço(s) em card branco padronizado (carda a SEÇÃO inteira, colunas internas sem borda) */
.bcx-account-order-detail .woocommerce-customer-details{background:#fff;border:2px solid var(--bcx-border,#E2E8F0);border-radius:12px;padding:18px 20px;margin-top:16px}
.bcx-account-order-detail .woocommerce-customer-details .woocommerce-columns--addresses{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;margin:0}
.bcx-account-order-detail .woocommerce-customer-details .woocommerce-column,.bcx-account-order-detail .woocommerce-customer-details .col-1,.bcx-account-order-detail .woocommerce-customer-details .col-2{background:transparent!important;border:0!important;padding:0!important;margin:0!important;width:auto!important;float:none!important}
.bcx-account-order-detail .woocommerce-customer-details address{font-style:normal;color:var(--bcx-text-mid,#475569);line-height:1.7;font-size:14px;border:0!important;padding:0!important}


/* ===================== AJUSTES v8 (Calderon 04/07): itens dos blocos de papel = links de categoria + fix hover do botão Ver Todos ===================== */
.bcx-mh-col7 li a{color:#4a5568;text-decoration:none;transition:color .15s}
.bcx-mh-col7 li a:hover{color:var(--mh-green-dark)}
.bcx-mh-col7-btn,.bcx-mh-col7-btn:hover,.bcx-mh-col7-btn:focus,.bcx-mh-col7-btn:active,.bcx-mh-col7-btn:visited{color:#fff!important}


/* ===================== AJUSTES v9 (Calderon 04/07): setas laterais nos carrosséis de produto (chevron centrado na bolinha, além dos dots) ===================== */
.bcx-mh-rowwrap{position:relative}
.bcx-mh-rowarrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border:0;border-radius:50%;background:var(--mh-navy);cursor:pointer;display:grid;place-items:center;box-shadow:0 4px 14px rgba(32,48,80,.22);font-size:0;transition:background .2s,opacity .2s}
.bcx-mh-rowarrow:hover{background:var(--mh-green-dark)}
.bcx-mh-rowarrow::before{content:"";width:10px;height:10px;border-top:2.5px solid #fff;border-right:2.5px solid #fff;box-sizing:border-box}
.bcx-mh-rowarrow.prev{left:-8px}
.bcx-mh-rowarrow.prev::before{transform:rotate(-135deg);margin-left:3px}
.bcx-mh-rowarrow.next{right:-8px}
.bcx-mh-rowarrow.next::before{transform:rotate(45deg);margin-right:3px}
.bcx-mh-rowarrow.is-hidden{opacity:0;pointer-events:none}
@media(max-width:760px){.bcx-mh-rowarrow{display:none!important}}


/* ===================== AJUSTES v10 (Calderon 04/07): tira favoritos + hambúrguer mobile na esquerda ===================== */
.bcx-mhhd-wish{display:none!important}
.bcx-mhhd-burger-mob{display:none}
@media(max-width:900px){
  .bcx-mhhd-burger-mob{display:flex!important;order:-1;margin-right:6px;padding:6px 4px}
  .bcx-mhhd-burger-mob span{width:22px;height:2px;background:var(--mh-navy);border-radius:2px}
}


/* ===================== AJUSTES v11 (Calderon 04/07): busca única responsiva (autocomplete no mobile) + mais alta + margem lateral no mobile ===================== */
.bcx-mhhd-search input[type=search]{padding:14px 16px!important;font-size:15px!important}
@media(max-width:900px){
  .bcx-mhhd-row{flex-wrap:wrap;row-gap:6px}
  .bcx-mhhd-search{display:flex!important;order:9;flex:1 1 100%;max-width:100%!important;margin:4px 8px 2px!important;border-radius:10px!important}
  .bcx-mhhd-search input[type=search]{padding:12px 14px!important;font-size:15px!important}
  .bcx-mhhd-search-mob{display:none!important}
}


/* ===================== AJUSTES v12 (Calderon 04/07): bloco de busca mais alto (estava fininho) ===================== */
.bcx-mhhd-search{min-height:54px;align-items:stretch}
.bcx-mhhd-search input[type=search]{padding:0 16px!important;font-size:15.5px!important;height:auto}
.bcx-mhhd-search button{padding:0 20px!important}
@media(max-width:900px){
  .bcx-mhhd-search{min-height:50px}
  .bcx-mhhd-search input[type=search]{padding:0 14px!important}
}


/* ===================== AJUSTES v13 (Calderon 04/07): botão da busca acompanha a altura do bloco (não corta a lupa) ===================== */
.bcx-mhhd-search{align-items:stretch!important}
.bcx-mhhd-search button{align-self:stretch!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 20px!important}
.bcx-mhhd-search button svg{width:24px;height:24px;display:block;flex:0 0 auto}


/* ===================== AJUSTES v14 (Calderon 04/07): busca um pouco menor no DESKTOP (mobile mantém 50px via media query) ===================== */
.bcx-mhhd-search{min-height:46px}
