/*
Theme Name: Eletro Perez (Kadence Child)
Template: kadence
Author: Eletro Perez
Description: Tema filho do Kadence — identidade Eletro Perez (escuro + amarelo), design moderno e modo orcamento.
Version: 6.15
*/

:root{
  --ep-red:#ED1C24;
  --ep-red-strong:#C41019;
  --ep-dark:#141414;
  --ep-dark-2:#1c1c1a;
  --ep-ink:#1a1a1a;
  --ep-muted:#6b6b66;
  --ep-line:#ececea;
  --ep-bg:#f6f6f3;
  --ep-wa:#25D366;
  --ep-wa-dark:#1faa55;
}

/* ============ TIPOGRAFIA ============ */
body{ font-family:'Inter',-apple-system,sans-serif; color:#2a2a28; }
h1,h2,h3,h4,.ep-display{ font-family:'Poppins',sans-serif; letter-spacing:-.01em; }

/* ============ CABECALHO ESCURO ============ */
.site-header, .site-header .site-header-row-container-inner{ background-color:var(--ep-dark) !important; }
.site-header a, .site-header .header-navigation a, .site-header .site-title{ color:#fff !important; }
.site-header .header-navigation a:hover, .site-header .site-title:hover{ color:var(--ep-red) !important; }
.site-header svg, .site-header .menu-toggle{ color:#fff !important; fill:#fff !important; }
.site-header .site-title, .site-header .site-description{ display:none !important; }
.site-header .custom-logo{ max-height:46px !important; width:auto !important; }
.header-navigation .menu>li>a{ font-weight:600; font-size:.92rem; }
.header-navigation .menu>li>a:after{ content:""; display:block; height:2px; background:var(--ep-red); width:0; transition:width .2s; margin-top:3px; }
.header-navigation .menu>li:hover>a:after{ width:100%; }
.header-cart-button, .site-header-item-cart, .header-mobile-cart-button{ display:none !important; }
/* dropdowns (submenus) no hover */
.site-header, .site-header-wrap, .site-header-row-container, .site-header-row-container-inner, .site-main-header-inner-wrap, .site-header-item, .main-navigation, .header-navigation, .header-navigation .menu, .primary-menu-container{ overflow:visible !important; }
.header-navigation .menu li.menu-item-has-children{ position:relative; }
.header-navigation .menu li.menu-item-has-children > .sub-menu{ display:block !important; position:absolute; top:100%; left:0; min-width:250px; background:#1c1c1a !important; border:1px solid rgba(255,255,255,.08) !important; border-radius:0 0 12px 12px; box-shadow:0 18px 38px rgba(0,0,0,.4); padding:8px 0 !important; margin:0; list-style:none; opacity:0; visibility:hidden; transform:translateY(10px); transition:opacity .16s ease, transform .16s ease; z-index:999; max-height:76vh; overflow-y:auto; }
.header-navigation .menu li.menu-item-has-children:hover > .sub-menu{ opacity:1; visibility:visible; transform:translateY(0); }
.header-navigation .sub-menu li{ width:100%; }
.header-navigation .sub-menu li a{ color:#dcdcd5 !important; padding:9px 22px !important; font-size:.87rem !important; font-weight:500 !important; display:block; }
.header-navigation .sub-menu li a:hover{ color:var(--ep-red) !important; background:rgba(255,255,255,.05); }
.header-navigation .sub-menu li a:after{ display:none !important; }
.header-navigation .sub-menu::-webkit-scrollbar{ width:7px; } .header-navigation .sub-menu::-webkit-scrollbar-thumb{ background:#3a3a36; border-radius:4px; }

/* --- Menu hamburguer mobile VISIVEL no header escuro --- */
.site-header-item-navgation-popup-toggle,
.mobile-toggle-open-container,
#mobile-toggle.menu-toggle-open{ display:inline-flex !important; visibility:visible !important; opacity:1 !important; align-items:center; justify-content:center; }
#mobile-toggle.menu-toggle-open{ color:#fff !important; background:transparent !important; border:none !important; padding:.4em .5em !important; }
#mobile-toggle .menu-toggle-icon, #mobile-toggle .kadence-svg-iconset{ display:inline-flex !important; }
#mobile-toggle svg, #mobile-toggle svg path{ fill:#fff !important; color:#fff !important; width:26px !important; height:26px !important; }
/* --- Drawer mobile na identidade da marca (escuro) --- */
#mobile-drawer .drawer-inner, #mobile-drawer .drawer-content, #mobile-drawer .drawer-header{ background:#161614 !important; }
#mobile-drawer .mobile-navigation, #mobile-drawer .mobile-navigation ul{ background:transparent !important; }
#mobile-drawer .mobile-navigation a{ color:#eaeae4 !important; border-color:rgba(255,255,255,.08) !important; }
#mobile-drawer .mobile-navigation a:hover, #mobile-drawer .mobile-navigation li.current-menu-item > a{ color:var(--ep-red) !important; }
#mobile-drawer .drawer-sub-toggle, #mobile-drawer .menu-toggle-close{ color:#fff !important; }
#mobile-drawer .menu-toggle-close svg, #mobile-drawer .drawer-sub-toggle svg, #mobile-drawer .drawer-sub-toggle path{ fill:#fff !important; color:#fff !important; }

/* ============ LINKS / BOTOES ============ */
a, a:hover, a:focus, .entry-content a, .site-footer a, .woocommerce a, .ep-crumb a, .ep-sitefooter a{ text-decoration:none !important; }
a{ color:#C41019; }
.button, button.button, .wp-block-button__link,
.woocommerce a.button, .woocommerce button.button{ background:var(--ep-red) !important; color:#fff !important; border:none !important; font-weight:700; border-radius:10px; padding:.7em 1.4em; transition:transform .12s, background .15s; }
.button:hover, .wp-block-button__link:hover, .woocommerce a.button:hover{ background:var(--ep-red-strong) !important; transform:translateY(-2px); }

/* ============ WHATSAPP FLUTUANTE ============ */
.ep-wa-float{ position:fixed; right:22px; bottom:22px; width:58px; height:58px; border-radius:50%; background:var(--ep-wa); display:flex; align-items:center; justify-content:center; z-index:9999; box-shadow:0 8px 22px rgba(37,211,102,.45); animation:eppulse 2.4s infinite; }
.ep-wa-float:hover{ background:var(--ep-wa-dark); }
.ep-wa-float svg{ width:32px; height:32px; fill:#fff; }
@keyframes eppulse{ 0%,100%{ box-shadow:0 8px 22px rgba(37,211,102,.45);} 50%{ box-shadow:0 8px 30px rgba(37,211,102,.75);} }
.ep-consultar{ color:#C41019; font-weight:700; }

/* ============ FULL-BLEED ============ */
.ep-fb{ position:relative; width:100vw; left:50%; right:50%; margin-left:-50vw; margin-right:-50vw; }
.ep-wrap{ max-width:1240px; margin:0 auto; padding:0 24px; }
.home .entry-header, .home .entry-hero-container-inner{ display:none !important; }
html, body{ overflow-x:hidden; }

/* ============ HERO SLIDER ============ */
.ep-slider{ position:relative; width:100vw; left:50%; margin-left:-50vw; background:#0e0e0e; overflow:hidden; }
.ep-slide{ display:none; min-height:480px; }
.ep-slide.is-active{ display:block; animation:epfade .6s ease; }
@keyframes epfade{ from{ opacity:.3 } to{ opacity:1 } }
.ep-slide-inner{ max-width:1240px; margin:0 auto; padding:60px 24px; display:flex; align-items:center; gap:40px; min-height:480px; }
.ep-slide-text{ flex:1.25; z-index:2; }
.ep-slide-eyebrow{ display:inline-block; background:rgba(237,28,36,.15); color:var(--ep-red); font-size:.72rem; letter-spacing:2px; font-weight:700; padding:6px 12px; border-radius:6px; text-transform:uppercase; }
.ep-slide h2{ color:#fff !important; font-size:3.3rem; line-height:1.04; font-weight:800; margin:.4em 0 .35em; }
.ep-slide h2 span{ color:var(--ep-red); }
.ep-slide p{ color:#c9c9c2; font-size:1.1rem; max-width:480px; margin-bottom:1.6rem; }
.ep-slide-cta{ display:inline-flex; align-items:center; gap:9px; background:var(--ep-red); color:#fff; font-weight:700; padding:.95em 2em; border-radius:10px; font-size:1.02rem; }
.ep-slide-cta:hover{ background:var(--ep-red-strong); color:#fff; transform:translateY(-2px); }
.ep-slide-media{ flex:1; display:flex; justify-content:center; align-items:center; }
.ep-slide-media img{ max-height:360px; width:auto; filter:drop-shadow(0 22px 50px rgba(0,0,0,.6)); }
.ep-slider-dots{ position:absolute; bottom:22px; left:0; right:0; display:flex; gap:9px; justify-content:center; z-index:5; }
.ep-dot{ width:30px; height:5px; border-radius:3px; border:none; background:rgba(255,255,255,.3); cursor:pointer; padding:0; }
.ep-dot.is-active{ background:var(--ep-red); }
.ep-arrow{ position:absolute; top:50%; transform:translateY(-50%); z-index:5; width:44px; height:44px; border-radius:50%; border:none; background:rgba(255,255,255,.1); color:#fff; font-size:1.4rem; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.ep-arrow:hover{ background:var(--ep-red); color:#fff; }
.ep-arrow-prev{ left:18px; } .ep-arrow-next{ right:18px; }

/* ============ SECOES ============ */
.ep-section{ padding:48px 0; }
.woocommerce ul.products{ margin-bottom:42px !important; }
.ep-cat-hero{ margin-bottom:0; }
.ep-section.alt{ background:var(--ep-bg); }
.ep-shead{ display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:1.8rem; }
.ep-eyebrow2{ color:var(--ep-red); font-weight:700; font-size:.78rem; letter-spacing:2px; text-transform:uppercase; }
.ep-title{ font-size:1.9rem; font-weight:800; color:var(--ep-ink); margin:.15em 0 0; }
.ep-seeall{ color:#C41019; font-weight:700; font-size:.9rem; white-space:nowrap; }

/* ============ TILES DE CATEGORIA (estilo fotografico) ============ */
.ep-cats{ display:flex !important; flex-wrap:nowrap; gap:14px; }
.ep-cats > br, .ep-cats br{ display:none !important; }
.ep-cats > .ep-cat{ flex:1 1 0; min-width:0; }
.ep-cat{ position:relative; display:block; background:#161616; border-radius:16px; overflow:hidden; height:260px; transition:transform .18s, box-shadow .18s; }
.ep-cat:hover{ transform:translateY(-5px); box-shadow:0 18px 38px rgba(0,0,0,.30); }
.ep-cat-img{ position:absolute; inset:0; }
.ep-cat-img img{ width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.ep-cat:hover .ep-cat-img img{ transform:scale(1.07); }
.ep-cat::after{ content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(12,12,12,.95) 6%, rgba(12,12,12,.62) 48%, rgba(12,12,12,.42) 100%); }
.ep-cat-foot{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding:18px 18px 20px; border:none; }
.ep-cat-name{ display:block; color:#fff; font-weight:700; font-size:1.18rem; font-family:'Poppins',sans-serif; line-height:1.12; }
.ep-cat-link{ display:inline-flex; align-items:center; gap:6px; color:var(--ep-red); font-size:.85rem; font-weight:600; margin-top:7px; }

/* ============ BANNERS PROMO ============ */
.ep-banners{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.ep-banner{ border-radius:16px; padding:30px; min-height:180px; display:flex; flex-direction:column; justify-content:center; color:#fff; position:relative; overflow:hidden; }
.ep-banner h3{ color:#fff !important; font-size:1.5rem; font-weight:800; margin:0 0 .2em; max-width:70%; }
.ep-banner p{ font-size:.9rem; opacity:.88; max-width:75%; margin-bottom:1rem; }
.ep-banner a{ align-self:flex-start; background:#fff; color:#161616 !important; font-weight:700; padding:.55em 1.2em; border-radius:8px; font-size:.85rem; }
.ep-banner.b1{ background:linear-gradient(135deg,#1c1c1a,#2c2c28); }
.ep-banner.b1 h3 span{ color:var(--ep-red); }
.ep-banner.b2{ background:linear-gradient(135deg,#C41019,#ED1C24); }
.ep-banner.b2 a{ background:#161616; color:#fff !important; }
.ep-banner.b3{ background:linear-gradient(135deg,#222,#3a3a34); }
.ep-banner.b3 h3 span{ color:var(--ep-red); }

/* ============ CARDS DE PRODUTO ============ */
.woocommerce ul.products{ display:grid !important; gap:18px; }
.woocommerce ul.products li.product{ width:auto !important; margin:0 !important; background:#fff; border:1px solid var(--ep-line); border-radius:16px; padding:16px !important; text-align:left; transition:box-shadow .18s, transform .18s, border-color .18s; }
.woocommerce ul.products li.product:hover{ box-shadow:0 16px 34px rgba(0,0,0,.10); transform:translateY(-4px); border-color:#e0e0dc; }
.woocommerce ul.products li.product img{ border-radius:10px; margin-bottom:12px; background:#fafafa; }
.woocommerce ul.products li.product .woocommerce-loop-product__title{ font-size:.92rem !important; font-weight:600 !important; color:#26261f; line-height:1.35; min-height:2.5em; padding:0 !important; }
.woocommerce ul.products li.product .price{ display:block; margin:.35em 0 .7em; color:#161616 !important; font-weight:800; font-size:1.05rem; }
/* botao orcamento sempre visivel (Kadence esconde no hover) */
.woocommerce ul.products li.product .product-action-wrap{ position:static !important; opacity:1 !important; visibility:visible !important; transform:none !important; max-height:none !important; height:auto !important; pointer-events:auto !important; margin-top:4px; width:100%; }
.product-action-wrap .add_view_quote_btn, .product-action-wrap .elex-rqst-quote-front-wrap{ width:100% !important; }
.add_to_quote{ display:inline-flex !important; align-items:center; justify-content:center; gap:7px; width:100% !important; background:var(--ep-red) !important; color:#fff !important; border:none !important; padding:.7em 1em !important; border-radius:10px !important; font-weight:700 !important; font-size:.82rem !important; text-transform:none !important; box-shadow:none !important; line-height:1.2 !important; }
.add_to_quote:hover{ background:var(--ep-red-strong) !important; transform:translateY(-1px); }

/* grades responsivas para shortcodes [products] */
.woocommerce ul.products.columns-3{ grid-template-columns:repeat(3,1fr); }
.woocommerce ul.products.columns-4{ grid-template-columns:repeat(4,1fr); }
.woocommerce ul.products.columns-5{ grid-template-columns:repeat(5,1fr); }
.woocommerce ul.products.columns-6{ grid-template-columns:repeat(6,1fr); }

/* ============ MARCAS ============ */
.ep-brands{ display:flex; flex-wrap:wrap; gap:14px 26px; align-items:center; justify-content:center; }
.ep-brands .ep-brand{ background:#fff; border:1px solid var(--ep-line); border-radius:12px; padding:14px 22px; height:64px; min-width:120px; display:inline-flex; align-items:center; justify-content:center; box-shadow:0 2px 10px rgba(0,0,0,.03); }
.ep-brands .ep-brand img{ max-height:38px; max-width:118px; object-fit:contain; display:block; filter:grayscale(100%); opacity:.72; transition:filter .2s, opacity .2s; }
.ep-brands .ep-brand:hover img{ filter:none; opacity:1; }
.ep-brands span:not(.ep-brand){ font-family:'Poppins',sans-serif; font-weight:800; color:#a6a69c; font-size:1.3rem; letter-spacing:.5px; padding:10px 18px; border-radius:10px; background:#fff; border:1px solid var(--ep-line); }
@media(max-width:600px){ .ep-brands .ep-brand{ height:56px; padding:10px 16px; min-width:96px; } .ep-brands .ep-brand img{ max-height:30px; max-width:92px; } }

/* ============ SELOS ============ */
.ep-badges{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.ep-badge{ display:flex; gap:14px; align-items:flex-start; }
.ep-badge .ep-ico{ width:46px; height:46px; flex:none; border-radius:12px; background:rgba(237,28,36,.15); display:flex; align-items:center; justify-content:center; }
.ep-badge .ep-ico svg{ width:24px; height:24px; fill:var(--ep-red); }
.ep-badge b{ display:block; color:#fff; font-size:.98rem; font-family:'Poppins',sans-serif; }
.ep-badge small{ color:#9a9a92; font-size:.84rem; line-height:1.5; }
.ep-badges-sec{ background:var(--ep-dark); }

/* ============ NEWSLETTER ============ */
.ep-news{ background:linear-gradient(120deg,#161616,#2a2a26); border-radius:20px; padding:48px 40px; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; }
.ep-news h3{ color:#fff !important; font-size:1.7rem; font-weight:800; margin:0 0 .2em; }
.ep-news p{ color:#bdbdb5; margin:0; }
.ep-news .button{ white-space:nowrap; }

/* ============ RODAPE ============ */
.site-footer{ display:none !important; }
/* desativa o "footer grudado no fundo" do Kadence (criava vao enorme em paginas curtas) */
body.footer-on-bottom #wrapper.site, body #wrapper.site{ min-height:0 !important; }
body.footer-on-bottom .site-main, .site-content, .content-wrap{ flex-grow:0 !important; min-height:0 !important; }
.elex-powered, .elex-rqst-powered, .elex-raq-powered-by{ display:none !important; }
.ep-sitefooter{ background:var(--ep-dark-2); color:#bdbdb5; }
.ep-sitefooter a{ color:#bdbdb5; }
.ep-sitefooter a:hover{ color:var(--ep-red); }
.ep-foot{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:34px; padding:54px 0 30px; }
.ep-foot h4{ color:#fff !important; font-size:1rem; margin:0 0 1rem; font-family:'Poppins',sans-serif; }
.ep-foot ul{ list-style:none; margin:0; padding:0; }
.ep-foot li{ margin-bottom:.55rem; font-size:.9rem; }
.ep-foot .ep-foot-about p{ font-size:.9rem; line-height:1.7; }
.ep-foot-logo{ height:42px; margin-bottom:1rem; }
.ep-foot-contact li{ display:flex; gap:10px; align-items:flex-start; }
.ep-fi{ flex:none; width:18px; height:18px; margin-top:2px; }
.ep-fi svg{ width:18px; height:18px; fill:#bdbdb5; }
.ep-footbar{ border-top:1px solid rgba(255,255,255,.08); padding:18px 0; font-size:.84rem; text-align:center; }
.ep-social{ display:flex; gap:12px; margin-top:18px; }
.ep-social a{ width:40px; height:40px; border-radius:10px; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; transition:background .15s; }
.ep-social a:hover{ background:var(--ep-red); }
.ep-social svg{ width:20px; height:20px; fill:#dcdcd5; }
.ep-social a:hover svg{ fill:#161616; }

/* ============ SPOTLIGHT DE LINHA (produtos) ============ */
.ep-spot{ background:linear-gradient(120deg,#141414,#222); }
.ep-spot-inner{ display:grid; grid-template-columns:1fr 1.05fr; gap:50px; align-items:center; }
.ep-spot-media{ display:flex; justify-content:center; }
.ep-spot-media img{ width:100%; max-width:420px; max-height:360px; object-fit:contain; filter:drop-shadow(0 22px 50px rgba(0,0,0,.6)); }
.ep-spot-text h2{ color:#fff !important; font-size:2.2rem; font-weight:800; margin:.25em 0 .5em; line-height:1.1; }
.ep-spot-text p{ color:#c5c5be; font-size:1.05rem; line-height:1.7; margin-bottom:1.2rem; max-width:520px; }
.ep-spot-list{ list-style:none; padding:0; margin:0 0 1.7rem; }
.ep-spot-list li{ color:#e2e2db; padding:7px 0 7px 30px; position:relative; font-size:.98rem; }
.ep-spot-list li::before{ content:""; position:absolute; left:0; top:6px; width:20px; height:20px; border-radius:50%; background:rgba(237,28,36,.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ED1C24'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/11px no-repeat; }

/* ============ SOBRE A EMPRESA ============ */
.ep-about{ display:grid; grid-template-columns:1fr 1.08fr; gap:54px; align-items:center; }
.ep-about-media{ position:relative; background:#f0f0ec; border-radius:18px; padding:34px; }
.ep-about-media img{ width:100%; aspect-ratio:4/3; object-fit:contain; }
.ep-about-badge{ position:absolute; right:18px; bottom:18px; background:var(--ep-red); color:#fff; padding:14px 18px; border-radius:14px; font-family:'Poppins',sans-serif; font-weight:800; line-height:1; box-shadow:0 12px 28px rgba(0,0,0,.20); }
.ep-about-badge b{ font-size:1.7rem; display:block; } .ep-about-badge span{ font-size:.72rem; font-weight:600; }
.ep-about-text h2{ font-size:2.1rem; font-weight:800; margin:.2em 0 .55em; color:var(--ep-ink); line-height:1.12; }
.ep-about-text p{ color:#55554e; font-size:1.02rem; line-height:1.75; margin-bottom:1rem; }
.ep-about-stats{ display:flex; gap:38px; margin-top:24px; }
.ep-about-stat b{ font-size:1.9rem; color:var(--ep-ink); font-family:'Poppins',sans-serif; font-weight:800; display:block; }
.ep-about-stat span{ color:var(--ep-muted); font-size:.86rem; }
/* LOJAS */
.ep-stores{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.ep-store{ background:#fff; border:1px solid var(--ep-line); border-radius:16px; padding:28px; }
.ep-store h3{ font-size:1.25rem; font-weight:700; margin:0 0 .4em; color:var(--ep-ink); }
.ep-store p{ color:#55554e; line-height:1.6; margin-bottom:1.2rem; }
/* INSTAGRAM */
#sb_instagram, .sbi_header{ border-radius:14px; overflow:hidden; }
@media(max-width:700px){ .ep-stores{ grid-template-columns:1fr; } }
@media(max-width:900px){
  .ep-spot-inner, .ep-about{ grid-template-columns:1fr; gap:30px; }
  .ep-spot-media{ order:-1; } .ep-spot-media img{ max-height:260px; }
  .ep-about-media{ max-width:460px; }
  .ep-spot-text h2, .ep-about-text h2{ font-size:1.7rem; }
}

/* ============ PAGINAS DE CATEGORIA ============ */
.product-archive-hero-section, .woocommerce-products-header, .product-archive-title, .archive .entry-hero.product-archive-hero-section{ display:none !important; }
.ep-cat-hero{ position:relative; width:100vw; left:50%; margin-left:-50vw; background:#141414; margin-bottom:40px; overflow:hidden; }
.ep-cat-hero:not(.has-cover){ background:linear-gradient(105deg,#161616 55%,#272723); }
.ep-cat-hero.has-cover{ background-size:cover; background-position:center right; background-repeat:no-repeat; }
/* scrim: escurece a esquerda (texto legivel) e deixa a foto aparecer a direita, como capa */
.ep-cat-hero-scrim{ position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(100deg, rgba(15,15,15,.97) 0%, rgba(15,15,15,.9) 26%, rgba(15,15,15,.55) 52%, rgba(15,15,15,.2) 78%, rgba(15,15,15,.08) 100%),
             linear-gradient(0deg, rgba(15,15,15,.4) 0%, rgba(15,15,15,.12) 60%); }
.ep-cat-hero:not(.has-cover) .ep-cat-hero-scrim{ display:none; }
.ep-cat-hero-inner{ position:relative; z-index:2; display:flex; align-items:center; min-height:380px; padding-top:52px; padding-bottom:52px; }
.ep-cat-hero-text{ max-width:640px; }
.ep-crumb{ font-size:.82rem; color:#b7b7b0; margin-bottom:14px; }
.ep-crumb a{ color:#e0e0da; } .ep-crumb a:hover{ color:var(--ep-red); }
.ep-crumb strong{ color:#fff; font-weight:600; }
.ep-crumb span{ margin:0 5px; color:#8a8a84; }
.ep-cat-hero h1{ color:#fff !important; font-size:3rem; line-height:1.05; font-weight:800; margin:0 0 .28em; text-shadow:0 2px 24px rgba(0,0,0,.5); }
.ep-cat-hero p{ color:#eaeae4; max-width:540px; margin:0 0 18px; text-shadow:0 1px 12px rgba(0,0,0,.5); }
.ep-cat-meta{ display:inline-block; background:rgba(237,28,36,.9); color:#fff; font-weight:700; font-size:.8rem; padding:8px 16px; border-radius:20px; box-shadow:0 8px 22px -8px rgba(237,28,36,.7); }
.ep-loop-head{ margin:0 0 1.5rem; }
.ep-loop-head .ep-title{ font-size:1.55rem; }
.ep-loop-head .ep-eyebrow2{ display:block; margin-bottom:3px; }
/* cards de subcategoria */
.woocommerce ul.products li.product-category.product_cat-uncategorized{ display:none !important; }
.woocommerce ul.products li.product-category{ text-align:center; padding:18px !important; }
.woocommerce ul.products li.product-category a img{ height:150px !important; object-fit:contain; width:100%; background:#fafafa; margin-bottom:10px; }
.woocommerce ul.products li.product-category .woocommerce-loop-category__title{ font-size:1rem !important; font-weight:700 !important; color:#1f1f1a; min-height:auto; }
.woocommerce ul.products li.product-category .count{ display:block; background:none !important; color:var(--ep-muted); font-size:.82rem; font-weight:500; margin-top:2px; padding:0; }
.woocommerce ul.products li.product-category .woocommerce-loop-category__title::after{ content:"Ver produtos ›"; display:block; color:#C41019; font-size:.82rem; font-weight:700; margin-top:9px; }
/* secoes por subcategoria */
.ep-subsections{ margin-top:10px; }
.ep-subsec{ padding:42px 0; border-top:1px solid var(--ep-line); }
.ep-subsec.alt{ background:var(--ep-bg); border-top:none; }
.ep-subsec .ep-title{ font-size:1.4rem; }
/* secao de DESTAQUE imponente de produto */
.ep-feat{ position:relative; width:100vw; left:50%; margin-left:-50vw; }
.ep-feat.dark{ background:linear-gradient(120deg,#141414,#242424); }
.ep-feat.light{ background:var(--ep-bg); }
.ep-feat-inner{ display:grid; grid-template-columns:1fr 1.05fr; gap:54px; align-items:center; padding:62px 24px; }
.ep-feat-media{ background:#fff; border-radius:20px; padding:34px; display:flex; align-items:center; justify-content:center; box-shadow:0 26px 60px rgba(0,0,0,.28); }
.ep-feat.light .ep-feat-media{ box-shadow:0 16px 40px rgba(0,0,0,.10); border:1px solid var(--ep-line); order:2; }
.ep-feat-media img{ width:100%; max-height:330px; object-fit:contain; }
.ep-feat-text .ep-eyebrow2{ display:block; margin-bottom:6px; }
.ep-feat-text h2{ font-size:2.3rem; font-weight:800; line-height:1.1; margin:.1em 0 .45em; }
.ep-feat.dark .ep-feat-text h2{ color:#fff !important; }
.ep-feat.light .ep-feat-text h2{ color:var(--ep-ink); }
.ep-feat-text p{ font-size:1.05rem; line-height:1.7; margin-bottom:1.5rem; max-width:520px; }
.ep-feat.dark .ep-feat-text p{ color:#c5c5be; }
.ep-feat.light .ep-feat-text p{ color:#55554e; }
.ep-feat-actions{ display:flex; align-items:center; gap:22px; flex-wrap:wrap; }
.ep-feat-price{ font-size:1.3rem; font-weight:800; }
.ep-feat.dark .ep-feat-price{ color:#fff; }
.ep-feat.light .ep-feat-price{ color:var(--ep-ink); }
@media(max-width:900px){ .ep-feat-inner{ grid-template-columns:1fr; gap:26px; padding:44px 24px; } .ep-feat.light .ep-feat-media{ order:0; } .ep-feat-text h2{ font-size:1.7rem; } .ep-feat-media img{ max-height:240px; } }
/* carrossel */
.ep-carousel-sec{ background:var(--ep-bg); margin-top:30px; }
.ep-carousel-wrap{ position:relative; }
.ep-carousel{ display:flex; gap:16px; overflow-x:auto; padding:4px 2px 8px; scroll-snap-type:x mandatory; scrollbar-width:none; -ms-overflow-style:none; }
.ep-carousel::-webkit-scrollbar{ display:none; height:0; }
.ep-carr-btn{ position:absolute; top:42%; transform:translateY(-50%); z-index:6; width:44px; height:44px; border-radius:50%; border:1px solid var(--ep-line); background:#fff; box-shadow:0 6px 18px rgba(0,0,0,.14); color:var(--ep-ink); font-size:1.5rem; line-height:1; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .15s, color .15s, opacity .15s; }
.ep-carr-btn:hover{ background:var(--ep-red); color:#fff; border-color:var(--ep-red); }
.ep-carr-prev{ left:-14px; } .ep-carr-next{ right:-14px; }
.ep-carr-btn.is-hidden{ opacity:0; pointer-events:none; }
.ep-cprod{ flex:0 0 205px; scroll-snap-align:start; background:#fff; border:1px solid var(--ep-line); border-radius:14px; padding:14px; transition:box-shadow .15s, transform .15s; }
.ep-cprod:hover{ box-shadow:0 12px 26px rgba(0,0,0,.10); transform:translateY(-3px); }
.ep-cprod-img img{ width:100%; height:150px; object-fit:contain; border-radius:8px; background:#fafafa; }
.ep-cprod-name{ display:block; font-size:.85rem; font-weight:600; color:#26261f; margin-top:9px; line-height:1.35; min-height:2.4em; }
.ep-cprod-price{ display:block; font-weight:800; color:#161616; margin-top:4px; font-size:.95rem; }

/* ============ PAGINAS LEGAIS (politica de privacidade) ============ */
html{ scroll-behavior:smooth; }
.tax-product_cat .entry-content > .ep-legal, .ep-legal{ }
.ep-legal-head{ position:relative; width:100vw; left:50%; margin-left:-50vw; background:linear-gradient(105deg,#161616 55%,#272723); padding:48px 0; margin-bottom:44px; }
.ep-legal-head .ep-crumb{ color:#9a9a92; font-size:.82rem; margin-bottom:10px; }
.ep-legal-head .ep-crumb a{ color:#cfcfc8; } .ep-legal-head .ep-crumb a:hover{ color:var(--ep-red); }
.ep-legal-head .ep-crumb strong{ color:var(--ep-red); font-weight:600; }
.ep-legal-head .ep-crumb span{ margin:0 5px; color:#6a6a64; }
.ep-legal-head h1{ color:#fff !important; font-size:2.5rem; font-weight:800; margin:0 0 .2em; }
.ep-legal-upd{ display:inline-block; background:rgba(237,28,36,.16); color:var(--ep-red); font-weight:700; font-size:.78rem; padding:6px 14px; border-radius:20px; }
.ep-legal-grid{ display:grid; grid-template-columns:260px 1fr; gap:48px; align-items:start; padding-bottom:60px; }
.ep-legal-toc{ position:sticky; top:24px; background:#fff; border:1px solid var(--ep-line); border-radius:16px; padding:20px 22px; }
.ep-legal-toc h4{ font-size:.95rem; margin:0 0 .9rem; color:var(--ep-ink); }
.ep-legal-toc ul{ list-style:none; margin:0; padding:0; }
.ep-legal-toc li{ margin-bottom:.15rem; }
.ep-legal-toc a{ display:block; color:#5a5a52; font-size:.87rem; padding:6px 10px; border-radius:8px; border-left:2px solid transparent; }
.ep-legal-toc a:hover{ color:var(--ep-red); background:rgba(237,28,36,.05); border-left-color:var(--ep-red); }
.ep-legal-body{ max-width:780px; }
.ep-legal-intro{ background:rgba(237,28,36,.06); border-left:4px solid var(--ep-red); border-radius:0 12px 12px 0; padding:20px 24px; font-size:1.08rem; line-height:1.7; color:#333; margin-bottom:2.2rem; }
.ep-legal-body h2{ font-size:1.45rem; font-weight:800; color:var(--ep-ink); margin:2.4rem 0 .7rem; padding-left:16px; border-left:4px solid var(--ep-red); line-height:1.2; }
.ep-legal-body h2:first-of-type{ margin-top:0; }
.ep-legal-body p, .ep-legal-body li{ color:#4a4a44; line-height:1.85; font-size:1rem; }
.ep-legal-body p{ margin-bottom:1rem; }
.ep-legal-body ul{ padding-left:1.2rem; margin-bottom:1.2rem; }
.ep-legal-body ul li{ margin-bottom:.5rem; }
.ep-legal-cta{ margin-top:2.8rem; background:linear-gradient(120deg,#161616,#2a2a26); border-radius:18px; padding:30px 34px; display:flex; align-items:center; justify-content:space-between; gap:22px; flex-wrap:wrap; }
.ep-legal-cta h3{ color:#fff !important; margin:0 0 .2em; font-size:1.3rem; }
.ep-legal-cta p{ color:#bdbdb5 !important; margin:0; }
.ep-legal-cta .button{ white-space:nowrap; }
@media(max-width:900px){ .ep-legal-grid{ grid-template-columns:1fr; gap:24px; } .ep-legal-toc{ position:static; } .ep-legal-head h1{ font-size:1.9rem; } }

/* ============ PRODUTO (single) ============ */
.single-product div.product .summary .product_title{ font-family:'Poppins',sans-serif; font-size:2rem; font-weight:800; color:var(--ep-ink); line-height:1.15; }
.single-product div.product .summary .price{ font-size:1.5rem !important; font-weight:800; color:var(--ep-ink) !important; margin:.3em 0 1em; }
.single-product div.product .summary .ep-consultar{ font-size:1.35rem; }
.single-product .woocommerce-product-gallery{ background:#fafafa; border:1px solid var(--ep-line); border-radius:18px; padding:22px; }
.single-product .product .product_meta{ font-size:.85rem; color:var(--ep-muted); border-top:1px solid var(--ep-line); padding-top:14px; margin-top:20px; }
.single-product .product .product_meta a{ color:var(--ep-red); }
/* abas */
.woocommerce-tabs.wc-tabs-wrapper{ margin-top:54px; }
.woocommerce-tabs ul.tabs{ border:none !important; padding:0 !important; margin:0 0 -1px !important; display:flex; gap:8px; }
.woocommerce-tabs ul.tabs::before{ display:none !important; }
.woocommerce-tabs ul.tabs li{ background:#f1f1ee !important; border:none !important; border-radius:12px 12px 0 0 !important; margin:0 !important; padding:0 !important; }
.woocommerce-tabs ul.tabs li::before, .woocommerce-tabs ul.tabs li::after{ display:none !important; }
.woocommerce-tabs ul.tabs li a{ color:#55554e !important; font-weight:700 !important; padding:13px 26px !important; display:block; }
.woocommerce-tabs ul.tabs li.active{ background:#fff !important; border:1px solid var(--ep-line) !important; border-bottom-color:#fff !important; }
.woocommerce-tabs ul.tabs li.active a{ color:var(--ep-red) !important; }
.single-product .woocommerce-tabs .wc-tab, .single-product .woocommerce-tabs .woocommerce-Tabs-panel, .woocommerce-tabs .woocommerce-Tabs-panel.panel{ background:#fff !important; border:1px solid var(--ep-line) !important; border-radius:0 16px 16px 16px !important; padding:32px 38px !important; margin:0 !important; box-shadow:0 6px 20px rgba(0,0,0,.04); }
body.single-product #tab-description, body.single-product #tab-reviews{ background:#fff !important; border:1px solid var(--ep-line) !important; border-radius:0 16px 16px 16px !important; padding:32px 38px !important; margin:0 !important; }
.single-product .woocommerce-tabs .wc-tab > h2:first-child{ margin-top:0 !important; }
.single-product .woocommerce-tabs .wc-tab > *:last-child{ margin-bottom:0 !important; }
.woocommerce-tabs .woocommerce-Tabs-panel h2{ font-family:'Poppins',sans-serif; font-size:1.4rem; font-weight:800; margin:0 0 .9rem; color:var(--ep-ink); }
.woocommerce-tabs .woocommerce-Tabs-panel p, .woocommerce-tabs .woocommerce-Tabs-panel li{ line-height:1.85; color:#4a4a44; }
.related.products, .up-sells.products{ margin-top:56px; border-top:1px solid var(--ep-line); padding-top:42px; }
.related.products > h2, .up-sells.products > h2{ font-family:'Poppins',sans-serif; font-size:1.6rem; font-weight:800; color:var(--ep-ink); margin-bottom:1.5rem; }

/* ============ MEU ORCAMENTO (ELEX) ============ */
#quote_list img, .elex-rqst-quote-front-wrap img, table.elex-raq-table img, .add-to-quote-table img, .elex_raq_table img{ width:72px !important; height:72px !important; object-fit:contain !important; border-radius:10px; background:#fafafa; padding:4px; }
#quote_list table, table.elex-raq-table, .elex_raq_table{ width:100%; border-collapse:separate; border-spacing:0; }
#quote_list table th, table.elex-raq-table th{ background:#f3f3f0; color:var(--ep-ink); font-weight:700; padding:14px 16px; text-align:left; }
#quote_list table td, table.elex-raq-table td{ padding:14px 16px; border-bottom:1px solid var(--ep-line); vertical-align:middle; }
.add-to-quote-list-page .entry-content > *:not(.ep-legal-head){ max-width:1100px; margin-left:auto; margin-right:auto; }
.elex-quote-form, #elex_raq_form, .elex-raq-form{ background:#fff; border:1px solid var(--ep-line); border-radius:16px; padding:28px 30px; margin-top:24px; }
.elex-quote-form input, .elex-quote-form textarea, .elex-raq-form input, .elex-raq-form textarea{ border:1px solid var(--ep-line) !important; border-radius:10px !important; padding:.7em .9em !important; }

/* ============ CATALOGO (/shop/) ============ */
.ep-shop-hero{ position:relative; width:100vw; left:50%; margin-left:-50vw; background:linear-gradient(110deg,#121212 50%,#241f1f 100%); overflow:hidden; margin-bottom:50px; }
.ep-shop-hero::before{ content:""; position:absolute; right:-120px; top:-120px; width:440px; height:440px; background:radial-gradient(circle, rgba(237,28,36,.18), transparent 70%); }
.ep-shop-hero-inner{ display:grid; grid-template-columns:1.25fr 1fr; gap:40px; align-items:center; min-height:440px; padding:54px 24px; position:relative; z-index:1; }
.ep-shop-hero .ep-crumb{ color:#9a9a92; font-size:.82rem; margin-bottom:14px; }
.ep-shop-hero .ep-crumb a{ color:#cfcfc8; } .ep-shop-hero .ep-crumb strong{ color:var(--ep-red); }
.ep-shop-hero .ep-crumb span{ margin:0 5px; color:#6a6a64; }
.ep-shop-hero h1{ color:#fff !important; font-size:3.4rem; font-weight:800; line-height:1.05; margin:.15em 0 .3em; }
.ep-shop-hero h1 span{ color:var(--ep-red); }
.ep-shop-hero p{ color:#c5c5be; font-size:1.1rem; max-width:520px; margin-bottom:1.6rem; }
.ep-shop-hero-actions{ display:flex; gap:14px; flex-wrap:wrap; align-items:center; }
.ep-shop-hero-ghost{ color:#fff !important; font-weight:700; padding:.9em 1.6em; border:1px solid rgba(255,255,255,.25); border-radius:10px; }
.ep-shop-hero-ghost:hover{ border-color:var(--ep-red); color:var(--ep-red) !important; }
.ep-shop-hero-stats{ display:flex; gap:38px; margin-top:34px; padding-top:24px; border-top:1px solid rgba(255,255,255,.1); }
.ep-shop-hero-stats b{ display:block; font-family:'Poppins',sans-serif; font-size:1.9rem; font-weight:800; color:var(--ep-red); }
.ep-shop-hero-stats span{ color:#9a9a92; font-size:.85rem; }
.ep-shop-hero-media{ text-align:center; }
.ep-shop-hero-media img{ max-height:360px; width:auto; filter:drop-shadow(0 26px 60px rgba(0,0,0,.6)); }
/* cards de departamento fotograficos na loja */
.woocommerce-shop ul.products li.product-category{ background:transparent !important; border:none !important; padding:0 !important; text-align:left !important; }
.woocommerce-shop ul.products li.product-category > a{ position:relative; display:block; height:230px; border-radius:16px; overflow:hidden; background:#161616; }
.woocommerce-shop ul.products li.product-category > a > img{ position:absolute !important; inset:0; width:100% !important; height:100% !important; object-fit:cover !important; margin:0 !important; background:#161616; transition:transform .4s ease; }
.woocommerce-shop ul.products li.product-category:hover > a > img{ transform:scale(1.06); }
.woocommerce-shop ul.products li.product-category > a::after{ content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(to top, rgba(12,12,12,.94) 8%, rgba(12,12,12,.5) 52%, rgba(12,12,12,.32) 100%); }
.woocommerce-shop ul.products li.product-category .woocommerce-loop-category__title{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding:16px 18px !important; color:#fff !important; font-size:1.15rem !important; min-height:auto !important; }
.woocommerce-shop ul.products li.product-category .woocommerce-loop-category__title .count{ display:inline !important; background:none !important; color:#bdbdb5 !important; margin-left:4px; font-size:.85rem; font-weight:500; }
.woocommerce-shop ul.products li.product-category .woocommerce-loop-category__title::after{ color:var(--ep-red) !important; margin-top:5px; }
.woocommerce-shop .ep-shead .ep-title{ font-size:1.55rem; }
@media(max-width:900px){ .ep-shop-hero-inner{ grid-template-columns:1fr; min-height:auto; } .ep-shop-hero-media{ display:none; } .ep-shop-hero h1{ font-size:2.2rem; } }

/* ============ RESPONSIVO ============ */
@media(max-width:1024px){
  .ep-cat-hero-inner{ min-height:250px; }
  .ep-cat-hero h1{ font-size:2.1rem; }
  /* no mobile o texto ocupa a largura toda: scrim mais uniforme p/ legibilidade sobre a foto */
  .ep-cat-hero.has-cover{ background-position:center; }
  .ep-cat-hero-scrim{ background:linear-gradient(180deg, rgba(15,15,15,.72) 0%, rgba(15,15,15,.6) 55%, rgba(15,15,15,.78) 100%), linear-gradient(100deg, rgba(15,15,15,.85) 0%, rgba(15,15,15,.35) 100%); }
}
@media(max-width:820px){ .ep-cats{ flex-wrap:wrap !important; } .ep-cats > .ep-cat{ flex:0 0 calc((100% - 28px) / 3); } }
@media(max-width:1024px){
  .ep-banners{ grid-template-columns:1fr;}
  .ep-badges{ grid-template-columns:repeat(2,1fr);}
  .ep-foot{ grid-template-columns:1fr 1fr;}
  .ep-slide h2{ font-size:2.3rem;}
  .ep-slide-media{ display:none;}
  .woocommerce ul.products.columns-4,.woocommerce ul.products.columns-5,.woocommerce ul.products.columns-6{ grid-template-columns:repeat(3,1fr);}
}
@media(max-width:600px){
  html,body{ overflow-x:hidden; }
  .ep-cats{ display:grid !important; grid-template-columns:repeat(2,1fr) !important; gap:12px !important; flex-wrap:wrap; }
  .ep-cats > .ep-cat{ flex:none !important; width:auto !important; max-width:none !important; min-width:0 !important; height:172px !important; }
  .ep-cat-name{ font-size:1rem !important; }
  .ep-badges{ grid-template-columns:1fr;}
  .ep-foot{ grid-template-columns:1fr;}
  .ep-slide h2{ font-size:1.55rem; overflow-wrap:break-word; }
  .ep-slide p{ font-size:.95rem; }
  .ep-slide-inner{ min-height:330px; padding:36px 20px; }
  .ep-arrow{ display:none; }
  .ep-cat-hero h1{ font-size:1.7rem; }
  .ep-cat-hero-inner{ min-height:auto; }
  .ep-slide-cta{ padding:.8em 1.5em; }
  .woocommerce ul.products.columns-3,.woocommerce ul.products.columns-4,.woocommerce ul.products.columns-5,.woocommerce ul.products.columns-6{ grid-template-columns:repeat(2,1fr);}
  .ep-news{ padding:30px 22px;}
}






/* DESCRICAO DO PRODUTO — forca caixa (estava display:contents) + card */
.single-product #tab-description, .single-product #tab-reviews, .single-product .woocommerce-tabs .wc-tab{
  display:block !important; background:#fff !important; border:1px solid var(--ep-line) !important;
  border-radius:0 16px 16px 16px !important; padding:34px 40px !important; margin:0 !important;
  box-shadow:0 8px 26px rgba(0,0,0,.05);
}
.single-product #tab-description > h2:first-child, .single-product .wc-tab > h2:first-child{ margin-top:0 !important; font-family:'Poppins',sans-serif; }

/* DESCRICAO DO PRODUTO (container proprio) */
.ep-prod-desc{ clear:both; margin-top:48px; }
.ep-prod-desc-card{ background:#fff; border:1px solid var(--ep-line); border-radius:18px; padding:36px 42px; box-shadow:0 10px 30px rgba(0,0,0,.05); }
.ep-prod-desc-title{ font-family:'Poppins',sans-serif; font-size:1.5rem; font-weight:800; color:var(--ep-ink); margin:0 0 1.1rem; padding-bottom:.85rem; border-bottom:2px solid var(--ep-line); position:relative; }
.ep-prod-desc-title::after{ content:""; position:absolute; left:0; bottom:-2px; width:70px; height:2px; background:var(--ep-red); }
.ep-prod-desc-body{ line-height:1.85; color:#4a4a44; font-size:1rem; }
.ep-prod-desc-body h2,.ep-prod-desc-body h3{ font-family:'Poppins',sans-serif; font-size:1.18rem; font-weight:700; color:var(--ep-ink); margin:1.7rem 0 .6rem; }
.ep-prod-desc-body p{ margin-bottom:1rem; }
.ep-prod-desc-body strong{ color:var(--ep-ink); }
.ep-prod-desc-body ul{ padding-left:1.3rem; margin-bottom:1rem; }
.ep-prod-desc-body ul li{ margin-bottom:.4rem; }

/* placeholder p/ imagens sem foto no orcamento */
#quote_list img, .elex-rqst-quote-front-wrap img, table.elex-raq-table img, .add-to-quote-table img, .elex_raq_table img{
  width:72px !important; height:72px !important; object-fit:contain !important; border-radius:10px; padding:6px;
  background:#f1f1ee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c4c4bc'%3E%3Cpath d='M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2zM8.5 13.5l2.5 3 3.5-4.5 4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E") center/32px no-repeat;
}

/* === Lista de orcamento (React ELEX): cards de imagem quadrados, uniformes e alinhados === */
.quote_list_product_table .row{ align-items:center !important; }
.quote_list_product_table .d-flex{ align-items:center !important; }
/* coluna da imagem: largura fixa, nao invade o titulo */
.quote_list_product_table .elex-raq-icon{ flex:0 0 76px !important; width:76px !important; min-width:76px !important; }
/* neutraliza o aspect-ratio do Bootstrap e vira um card fixo 76x76 */
.quote_list_product_table .elex-raq-icon .ratio,
.quote_list_product_table .elex-raq-icon .ratio-1x1{
  width:76px !important; height:76px !important; padding:0 !important;
  border:1px solid var(--ep-line); border-radius:10px; overflow:hidden;
  display:flex !important; align-items:center; justify-content:center;
  background:#f6f6f4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c9c9c1'%3E%3Cpath d='M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2zM8.5 13.5l2.5 3 3.5-4.5 4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E") center/30px no-repeat;
}
.quote_list_product_table .elex-raq-icon .ratio::before{ display:none !important; content:none !important; }
.quote_list_product_table .elex-raq-icon .ratio > *{ position:static !important; }
.quote_list_product_table .elex-raq-icon img{
  width:100% !important; height:100% !important; object-fit:contain !important;
  padding:6px !important; display:block; border-radius:10px;
}
/* titulo do produto ao lado da imagem */
.quote_list_product_table .col-xl-5 > .d-flex > div:last-child,
.quote_list_product_table .col-md-5 > .d-flex > div:last-child{ min-width:0; }
.quote_list_product_table .raq-fs{ margin:0; line-height:1.3; }
.quote_list_product_table h6{ margin:0; }
/* cabecalho e linhas com respiro consistente */
.quote_list_product_table .row.border-bottom{ padding-top:6px !important; padding-bottom:10px !important; }
#elex_quote_list_page_div{ border:1px solid var(--ep-line); }

/* === Formulario de Solicitacao de Cotacao (ELEX React) — premium === */
/* card do formulario */
.rounded-3.bg-white:has(#request_a_quote_form){
  max-width:820px !important; margin:8px auto 0 !important;
  padding:34px 38px !important; border:1px solid var(--ep-line) !important;
  border-radius:16px !important; box-shadow:0 12px 40px rgba(0,0,0,.06) !important;
}
.rounded-3.bg-white:has(#request_a_quote_form) > h5.text-center{
  font-size:1.4rem !important; font-weight:800 !important; color:var(--ep-ink) !important;
  margin:0 0 22px !important; padding-bottom:16px; border-bottom:1px solid var(--ep-line);
}
/* espacamento e labels */
#request_a_quote_form .mb-3{ margin-bottom:18px !important; }
#request_a_quote_form label{
  display:block !important; font-weight:600 !important; color:var(--ep-ink) !important;
  margin-bottom:7px !important; font-size:.92rem !important;
}
/* TODOS os campos de texto com a MESMA largura (corrige inputs menores) */
#request_a_quote_form input[type=text],
#request_a_quote_form input[type=email],
#request_a_quote_form input[type=tel],
#request_a_quote_form input[type=number],
#request_a_quote_form input[type=date],
#request_a_quote_form input[type=url],
#request_a_quote_form textarea,
#request_a_quote_form .form-control{
  width:100% !important; max-width:100% !important; box-sizing:border-box !important;
  padding:12px 14px !important; border:1px solid var(--ep-line) !important;
  border-radius:10px !important; background:#fff !important;
  font-size:.98rem !important; color:var(--ep-ink) !important; line-height:1.4 !important;
  box-shadow:none !important; transition:border-color .15s, box-shadow .15s !important;
}
#request_a_quote_form input:focus,
#request_a_quote_form textarea:focus,
#request_a_quote_form .form-control:focus{
  border-color:var(--ep-red) !important;
  box-shadow:0 0 0 3px rgba(237,28,36,.12) !important; outline:none !important;
}
#request_a_quote_form input::placeholder,
#request_a_quote_form textarea::placeholder{ color:#9a9a92 !important; }
#request_a_quote_form textarea{ min-height:120px !important; resize:vertical !important; }
/* checkbox/radio/file NAO viram full-width */
#request_a_quote_form input[type=checkbox],
#request_a_quote_form input[type=radio],
#request_a_quote_form input[type=file]{ width:auto !important; }
/* botao Enviar Pedido premium */
#request_a_quote_form .eraq-send-request,
#request_a_quote_form button[type=submit]{
  background:var(--ep-red) !important; border:none !important; color:#fff !important;
  padding:13px 36px !important; border-radius:10px !important;
  font-weight:700 !important; font-size:1rem !important; margin-top:8px !important;
  box-shadow:0 6px 16px rgba(237,28,36,.22) !important; transition:background .15s, transform .05s !important;
}
#request_a_quote_form .eraq-send-request:hover,
#request_a_quote_form button[type=submit]:hover{ background:var(--ep-red-strong) !important; }
#request_a_quote_form .eraq-send-request:active{ transform:translateY(1px); }
/* asterisco obrigatorio na cor da marca */
#request_a_quote_form label span, #request_a_quote_form .text-danger{ color:var(--ep-red) !important; }

/* TABELA DE ORCAMENTO (ELEX) */
#quote_list a, .elex-rqst-quote-front-wrap a, .add-to-quote-list-page #quote_list a{ color:var(--ep-ink) !important; font-weight:600; }
#quote_list a:hover{ color:var(--ep-red) !important; }
#quote_list .btn, #quote_list button:not(.btn-close), #quote_list input[type=submit], .add-to-quote-list-page .btn-primary, .add-to-quote-list-page .btn{ background:var(--ep-red) !important; border:none !important; color:#fff !important; border-radius:10px !important; font-weight:700 !important; box-shadow:none !important; }
#quote_list .btn:hover, .add-to-quote-list-page .btn-primary:hover{ background:var(--ep-red-strong) !important; }
#quote_list input[type=number], #quote_list input[type=text]{ border:1px solid var(--ep-line) !important; border-radius:8px !important; padding:.45em !important; text-align:center; max-width:80px; }
#quote_list table th{ background:#f3f3f0 !important; color:var(--ep-ink) !important; font-weight:700 !important; border:none !important; }
#quote_list table td{ vertical-align:middle !important; }
.elex-quote-form, .elex-raq-form, #elex_raq_form{ background:#fff; border:1px solid var(--ep-line); border-radius:16px; padding:28px 30px; margin-top:20px; }

/* rotulo "Consultar valor" proprio (com hide_price ativo) */
.ep-consultar-loop{ display:block; margin:.3em 0 .6em; font-size:.9rem; }
.ep-consultar-single{ display:block; font-size:1.35rem; margin:.2em 0 .8em; }
.woocommerce ul.products li.product .price{ display:none; }
.single-product .summary > .price{ display:none; }

/* navegacao por categorias irmas (folhas) */
.ep-sibnav{ padding:30px 0 !important; }
.ep-sibnav .ep-eyebrow2{ display:block; margin-bottom:14px; }
.ep-chips{ display:flex; flex-wrap:wrap; gap:10px; }
.ep-chip{ display:inline-flex; align-items:center; gap:7px; padding:9px 18px; border-radius:30px; background:#fff; border:1px solid var(--ep-line); color:#3a3a34 !important; font-weight:600; font-size:.9rem; transition:border-color .15s, color .15s, background .15s; }
.ep-chip:hover{ border-color:var(--ep-red); color:var(--ep-red) !important; }
.ep-chip.is-active{ background:var(--ep-red); border-color:var(--ep-red); color:#fff !important; }
.ep-chip span{ opacity:.55; font-weight:500; font-size:.82rem; }
.ep-chip.is-active span{ opacity:.85; }

/* loja: esconde os cards de subcategoria padrao do Woo (usamos .ep-cats proprios) */
.woocommerce-shop ul.products, .post-type-archive-product ul.products,
.woocommerce-shop .woocommerce-result-count, .woocommerce-shop .woocommerce-ordering,
.woocommerce-shop .woocommerce-products-header{ display:none !important; }
