@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@700;800;900@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800;900&family=DM+Sans:wght@300;400;500;600;700&display=swap');family=DM+Sans:wght@300;400;500;600;700@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800;900&family=DM+Sans:wght@300;400;500;600;700&display=swap');display=swap');

/* ─── Variables ─────────────────────────────────────── */
:root {
  --green:       #16a34a;
  --green-dark:  #15803d;
  --green-xdark: #14532d;
  --green-light: #dcfce7;
  --green-neon:  #4ade80;
  --yellow:      #facc15;
  --yellow-dark: #ca8a04;
  --orange:      #f97316;
  --red:         #ef4444;
  --dark:        #0a0f0d;
  --dark-2:      #111816;
  --gray-6:      #4b5563;
  --gray-3:      #d1d5db;
  --gray-1:      #f9fafb;
  --white:       #ffffff;
  --radius-sm:   6px;
  --radius:      12px;
  --radius-lg:   18px;
  --shadow:      0 4px 20px rgba(0,0,0,.10);
  --shadow-lg:   0 12px 48px rgba(0,0,0,.16);
  --ease:        cubic-bezier(.4,0,.2,1);
  --font-h:      'Outfit', sans-serif;
  --font-b:      'DM Sans', sans-serif;
}

/* ─── Reset ─────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font-b);font-size:15px;
  color:var(--dark);background:var(--white);
  line-height:1.6;-webkit-font-smoothing:antialiased;
  max-width:100% !important;width:100% !important;
  margin:0 !important;padding:0 !important;
  border:none !important;box-shadow:none !important;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}

/* ─── Layout ─────────────────────────────────────────── */
.wm-wrap{width:100%;max-width:1320px;margin:0 auto;padding:0 28px}

/* ═══════════════════════════════════════════════
   TOP BAR — OFERTA URGENTE
═══════════════════════════════════════════════ */
.wm-topbar{
  background:var(--yellow);
  color:var(--dark);
  padding:9px 0;
  text-align:center;
  font-size:13px;font-weight:700;
  letter-spacing:.2px;
  position:relative;
}
.wm-topbar-inner{
  display:flex;align-items:center;
  justify-content:center;gap:24px;flex-wrap:wrap;
}
.wm-topbar-badge{
  background:var(--dark);color:var(--yellow);
  font-size:10px;font-weight:900;letter-spacing:1px;
  text-transform:uppercase;padding:3px 8px;border-radius:4px;
}
.wm-topbar-right{
  position:absolute;right:20px;top:50%;
  transform:translateY(-50%);
  display:flex;gap:12px;
}
.wm-topbar-right a{
  font-size:12px;font-weight:600;color:var(--dark);
  opacity:.7;transition:opacity .15s;
}
.wm-topbar-right a:hover{opacity:1}

/* ═══════════════════════════════════════════════
   HEADER
═══════════════════════════════════════════════ */
#wm-header{
  position:sticky;top:0;z-index:500;
  background:var(--dark);
  border-bottom:2px solid var(--green);
}
.wm-header-inner{
  display:grid;
  grid-template-columns:220px 1fr auto;
  align-items:center;height:68px;gap:20px;
}

/* Logo */
.wm-logo{
  display:flex;align-items:center;gap:10px;
  font-family:var(--font-h);font-size:1.6rem;
  font-weight:900;color:var(--white);
  white-space:nowrap;letter-spacing:-1px;
}
.wm-logo-icon{
  width:38px;height:38px;background:var(--green);
  border-radius:10px;display:flex;align-items:center;
  justify-content:center;flex-shrink:0;
}
.wm-logo-icon svg{color:#fff}
.wm-logo em{font-style:normal;color:var(--green-neon)}

/* Search */
.wm-search{position:relative;width:100%}
.wm-search input{
  width:100%;height:42px;
  padding:0 48px 0 18px;
  border:2px solid rgba(255,255,255,.12);
  border-radius:50px;font-size:14px;
  background:rgba(255,255,255,.08);
  color:var(--white);outline:none;
  transition:border-color .2s,background .2s;
}
.wm-search input::placeholder{color:rgba(255,255,255,.4)}
.wm-search input:focus{
  border-color:var(--green-neon);
  background:rgba(255,255,255,.12);
}
.wm-search-btn{
  position:absolute;right:6px;top:50%;
  transform:translateY(-50%);
  width:32px;height:32px;border-radius:50px;
  background:var(--green);color:#fff;
  display:flex;align-items:center;justify-content:center;
  transition:background .2s;
}
.wm-search-btn:hover{background:var(--green-dark)}

/* Nav icons */
.wm-nav-icons{display:flex;align-items:center;gap:4px}
.wm-nav-icon{
  display:flex;align-items:center;gap:6px;
  padding:8px 12px;border-radius:8px;
  font-size:13px;font-weight:600;color:rgba(255,255,255,.75);
  transition:all .15s;white-space:nowrap;
}
.wm-nav-icon:hover{background:rgba(255,255,255,.08);color:#fff}
.wm-btn-cart{
  background:var(--green) !important;
  color:#fff !important;border-radius:50px;
  padding:9px 20px !important;font-weight:700;
  position:relative;
}
.wm-btn-cart:hover{background:var(--green-dark) !important}
.wm-cart-count{
  display:inline-flex;align-items:center;justify-content:center;
  width:20px;height:20px;border-radius:50%;
  background:var(--yellow);color:var(--dark);
  font-size:10px;font-weight:900;margin-left:4px;
}

/* ═══════════════════════════════════════════════
   NAV BAR SECUNDARIO
═══════════════════════════════════════════════ */
.wm-nav-bar{
  background:var(--dark-2);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.wm-nav-bar-inner{
  display:flex;align-items:center;height:42px;
}
.wm-nav-bar a{
  padding:0 16px;height:100%;
  display:flex;align-items:center;
  font-size:13px;font-weight:600;
  color:rgba(255,255,255,.6);
  border-bottom:2px solid transparent;
  transition:all .15s;white-space:nowrap;
}
.wm-nav-bar a:hover,.wm-nav-bar a.active{
  color:var(--green-neon);
  border-bottom-color:var(--green-neon);
}
.wm-nav-bar-right{margin-left:auto}
.wm-nav-bar-right a{
  font-size:12px;color:rgba(255,255,255,.4);
  border-bottom:none;padding:0 8px;
}
.wm-nav-bar-right a:hover{color:rgba(255,255,255,.8)}

/* ═══════════════════════════════════════════════
   HERO — ENERGÉTICO
═══════════════════════════════════════════════ */
.wm-hero{
  background:var(--dark);
  min-height:480px;display:flex;align-items:center;
  position:relative;overflow:hidden;
}
/* Fondo con patrón energético */
.wm-hero::before{
  content:'';position:absolute;inset:0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(22,163,74,.18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(250,204,21,.08) 0%, transparent 60%);
  pointer-events:none;
}
/* Línea diagonal decorativa */
.wm-hero::after{
  content:'';position:absolute;
  top:-100px;right:20%;width:3px;height:150%;
  background:linear-gradient(180deg,transparent,rgba(74,222,128,.2),transparent);
  transform:rotate(-15deg);pointer-events:none;
}
.wm-hero-inner{
  display:grid;grid-template-columns:1fr 460px;
  gap:48px;align-items:center;
  padding:56px 0;position:relative;z-index:1;
}

/* Etiqueta flash */
.wm-hero-flash{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--yellow);color:var(--dark);
  padding:5px 14px 5px 6px;border-radius:50px;
  font-size:11.5px;font-weight:900;
  text-transform:uppercase;letter-spacing:.5px;
  margin-bottom:20px;width:fit-content;
}
.wm-hero-flash-dot{
  width:22px;height:22px;border-radius:50%;
  background:var(--dark);color:var(--yellow);
  display:flex;align-items:center;justify-content:center;
  font-size:11px;flex-shrink:0;
}

.wm-hero h1{
  font-family:var(--font-h);
  font-size:clamp(2.2rem,4vw,3.4rem);
  font-weight:900;color:var(--white);
  line-height:1.05;margin-bottom:16px;
  letter-spacing:-1px;
}
.wm-hero h1 .hl{
  color:var(--green-neon);
  position:relative;display:inline-block;
}
/* Subrayado animado */
.wm-hero h1 .hl::after{
  content:'';position:absolute;
  bottom:-4px;left:0;width:100%;height:3px;
  background:var(--green-neon);border-radius:2px;
}

.wm-hero-sub{
  color:rgba(255,255,255,.6);font-size:15px;
  font-weight:400;max-width:480px;
  line-height:1.7;margin-bottom:28px;
}

.wm-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}

.wm-btn-primary{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--green);color:#fff;
  padding:14px 28px;border-radius:50px;
  font-size:15px;font-weight:700;
  transition:all .2s var(--ease);
  white-space:nowrap;
}
.wm-btn-primary:hover{
  background:var(--green-dark);
  transform:translateY(-2px);
  box-shadow:0 8px 28px rgba(22,163,74,.45);
}
.wm-btn-primary svg{transition:transform .2s}
.wm-btn-primary:hover svg{transform:translateX(3px)}

.wm-btn-ghost{
  display:inline-flex;align-items:center;gap:6px;
  color:rgba(255,255,255,.7);
  padding:13px 22px;border-radius:50px;
  font-size:14px;font-weight:600;
  border:1.5px solid rgba(255,255,255,.15);
  transition:all .2s;
}
.wm-btn-ghost:hover{border-color:rgba(255,255,255,.35);color:#fff}

/* Stats rápidos */
.wm-hero-stats{
  display:flex;gap:0;margin-top:32px;
  padding-top:28px;border-top:1px solid rgba(255,255,255,.08);
}
.wm-stat{padding-right:28px;margin-right:28px;border-right:1px solid rgba(255,255,255,.08)}
.wm-stat:last-child{border-right:none}
.wm-stat-num{
  font-family:var(--font-h);font-size:1.9rem;
  font-weight:900;color:var(--green-neon);
  line-height:1;
}
.wm-stat-label{font-size:11.5px;color:rgba(255,255,255,.4);margin-top:4px;font-weight:500}

/* Hero — Panel de oferta destacada */
.wm-hero-offer{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;padding:24px;
  position:relative;overflow:hidden;
}
.wm-hero-offer::before{
  content:'';position:absolute;
  top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--green),var(--green-neon),var(--yellow));
}
.wm-offer-tag{
  display:inline-flex;align-items:center;gap:6px;
  background:var(--green);color:#fff;
  font-size:10.5px;font-weight:800;
  text-transform:uppercase;letter-spacing:.6px;
  padding:4px 10px;border-radius:50px;
  margin-bottom:14px;
}
.wm-offer-name{
  font-family:var(--font-h);font-size:1rem;
  font-weight:800;color:var(--white);
  margin-bottom:16px;line-height:1.3;
}
.wm-offer-prices{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}
.wm-offer-price-main{
  font-family:var(--font-h);font-size:2.4rem;
  font-weight:900;color:var(--green-neon);line-height:1;
}
.wm-offer-price-old{
  font-size:14px;color:rgba(255,255,255,.35);
  text-decoration:line-through;
}
.wm-offer-save{
  background:var(--red);color:#fff;
  font-size:11px;font-weight:800;
  padding:3px 8px;border-radius:4px;
  text-transform:uppercase;letter-spacing:.3px;
}
.wm-offer-features{
  display:flex;flex-direction:column;gap:7px;
  margin-bottom:18px;
}
.wm-offer-feature{
  display:flex;align-items:center;gap:8px;
  font-size:12.5px;color:rgba(255,255,255,.65);
}
.wm-offer-feature svg{color:var(--green-neon);flex-shrink:0}
.wm-offer-cta{
  display:flex;align-items:center;justify-content:center;gap:8px;
  width:100%;padding:13px;
  background:var(--green);color:#fff;
  border-radius:var(--radius-sm);font-size:14px;font-weight:800;
  text-transform:uppercase;letter-spacing:.3px;
  transition:background .2s,transform .15s;
}
.wm-offer-cta:hover{background:var(--green-dark);transform:translateY(-1px)}

/* ═══════════════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════════════ */
.wm-trust{
  background:var(--green);
  padding:14px 0;
}
.wm-trust-inner{
  display:flex;align-items:center;
  justify-content:center;gap:40px;flex-wrap:wrap;
}
.wm-trust-item{
  display:flex;align-items:center;gap:8px;
  font-size:13px;font-weight:700;color:#fff;
}
.wm-trust-item svg{flex-shrink:0;opacity:.85}

/* ═══════════════════════════════════════════════
   SECCIONES
═══════════════════════════════════════════════ */
.wm-section{padding:60px 0}
.wm-section-dark{background:var(--dark)}
.wm-section-gray{background:var(--gray-1)}

.wm-section-header{
  display:flex;align-items:flex-end;
  justify-content:space-between;
  margin-bottom:28px;gap:16px;flex-wrap:wrap;
}
.wm-section-eyebrow{
  display:inline-block;
  font-size:10.5px;font-weight:800;
  text-transform:uppercase;letter-spacing:1.2px;
  color:var(--green);margin-bottom:6px;
}
.wm-section-dark .wm-section-eyebrow{color:var(--green-neon)}
.wm-section-title{
  font-family:var(--font-h);
  font-size:clamp(1.5rem,2.8vw,2.1rem);
  font-weight:900;color:var(--dark);
  letter-spacing:-.5px;line-height:1.15;
}
.wm-section-dark .wm-section-title{color:var(--white)}
.wm-section-title span{color:var(--green)}
.wm-section-dark .wm-section-title span{color:var(--green-neon)}

.wm-see-all{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;font-weight:700;color:var(--green);
  padding:8px 18px;border-radius:50px;
  border:2px solid var(--green);
  transition:all .2s;white-space:nowrap;
}
.wm-see-all:hover{background:var(--green);color:#fff}
.wm-section-dark .wm-see-all{color:var(--green-neon);border-color:var(--green-neon)}
.wm-section-dark .wm-see-all:hover{background:var(--green-neon);color:var(--dark)}

/* ═══════════════════════════════════════════════
   CATEGORÍAS — ENERGÉTICAS
═══════════════════════════════════════════════ */
.wm-cats-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}
.wm-cat{
  background:var(--white);
  border:2px solid var(--gray-3);
  border-radius:var(--radius);
  padding:20px 10px;text-align:center;
  transition:all .2s var(--ease);cursor:pointer;
  position:relative;overflow:hidden;
}
.wm-cat::before{
  content:'';position:absolute;
  bottom:0;left:0;right:0;height:3px;
  background:var(--green);
  transform:scaleX(0);transition:transform .2s var(--ease);
}
.wm-cat:hover{
  border-color:var(--green);
  transform:translateY(-5px);
  box-shadow:0 8px 24px rgba(22,163,74,.15);
}
.wm-cat:hover::before{transform:scaleX(1)}
.wm-cat-emoji{font-size:2rem;display:block;margin-bottom:8px}
.wm-cat-name{font-size:12px;font-weight:700;color:var(--dark)}

/* ═══════════════════════════════════════════════
   PRODUCTOS GRID — ENERGÉTICO
═══════════════════════════════════════════════ */
.wm-products-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.wm-product-card{
  background:var(--white);
  border:2px solid var(--gray-3);
  border-radius:var(--radius-lg);
  overflow:hidden;display:flex;
  flex-direction:column;
  transition:all .22s var(--ease);
  position:relative;
}
.wm-product-card:hover{
  border-color:var(--green);
  transform:translateY(-6px);
  box-shadow:0 16px 48px rgba(22,163,74,.18);
}
.wm-product-img{
  aspect-ratio:1/1;background:var(--gray-1);
  position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
}
.wm-product-img img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .4s var(--ease);
}
.wm-product-card:hover .wm-product-img img{transform:scale(1.07)}
.wm-product-empty-img{
  font-size:3.5rem;
  display:flex;align-items:center;justify-content:center;
  width:100%;height:100%;color:var(--gray-3);
}
/* Badges */
.wm-product-badges{
  position:absolute;top:10px;left:10px;
  display:flex;flex-direction:column;gap:5px;
  z-index:2;
}
.wm-badge-tag{
  display:inline-block;
  font-size:10px;font-weight:900;letter-spacing:.5px;
  padding:4px 9px;border-radius:4px;
  text-transform:uppercase;line-height:1;
}
.wm-badge-hot{background:var(--red);color:#fff}
.wm-badge-new{background:var(--green);color:#fff}
.wm-badge-sale{
  background:var(--yellow);color:var(--dark);
}
/* % ahorro badge */
.wm-badge-pct{
  position:absolute;top:10px;right:10px;
  width:42px;height:42px;border-radius:50%;
  background:var(--red);color:#fff;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  font-family:var(--font-h);font-weight:900;
  font-size:12px;line-height:1;z-index:2;
}
.wm-badge-pct span{font-size:8px;font-weight:700}

.wm-product-body{
  padding:14px;flex:1;
  display:flex;flex-direction:column;
}
.wm-product-brand{
  font-size:10px;font-weight:800;
  color:var(--green);text-transform:uppercase;
  letter-spacing:.8px;margin-bottom:4px;
}
.wm-product-name{
  font-size:14px;font-weight:700;
  color:var(--dark);line-height:1.3;
  margin-bottom:10px;flex:1;
}
.wm-product-price-row{
  display:flex;align-items:center;
  gap:8px;margin-bottom:12px;flex-wrap:wrap;
}
.wm-price-current{
  font-family:var(--font-h);
  font-size:1.35rem;font-weight:900;color:var(--green);
}
.wm-price-old{
  font-size:12px;color:var(--gray-6);
  text-decoration:line-through;
}
.wm-price-save{
  background:var(--red);color:#fff;
  font-size:10px;font-weight:800;
  padding:2px 6px;border-radius:4px;
  text-transform:uppercase;
}
.wm-add-cart{
  width:100%;padding:11px;
  background:var(--dark);color:#fff;
  border-radius:var(--radius-sm);
  font-size:13px;font-weight:800;
  text-transform:uppercase;letter-spacing:.3px;
  display:flex;align-items:center;justify-content:center;gap:7px;
  transition:background .2s,transform .15s;
}
.wm-add-cart:hover{background:var(--green);transform:translateY(-1px)}
.wm-no-products{
  grid-column:1/-1;text-align:center;
  padding:60px 20px;color:var(--gray-6);
}

/* ═══════════════════════════════════════════════
   BANNER PROMO — ENERGÉTICO
═══════════════════════════════════════════════ */
.wm-promo-banner{
  background:linear-gradient(125deg,var(--dark) 0%,var(--green-xdark) 50%,#0f3320 100%);
  border-radius:20px;
  padding:52px 56px;
  display:flex;align-items:center;
  justify-content:space-between;
  gap:32px;position:relative;overflow:hidden;
  border:1px solid rgba(74,222,128,.15);
}
.wm-promo-banner::before{
  content:'';position:absolute;
  right:-60px;top:-60px;
  width:320px;height:320px;
  background:radial-gradient(circle,rgba(74,222,128,.12),transparent 70%);
}
.wm-promo-banner::after{
  content:'';position:absolute;
  top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--green),var(--green-neon),var(--yellow));
}
.wm-promo-tag{
  display:inline-flex;align-items:center;gap:6px;
  background:var(--yellow);color:var(--dark);
  font-size:10.5px;font-weight:900;
  letter-spacing:.8px;text-transform:uppercase;
  padding:5px 12px;border-radius:50px;margin-bottom:14px;
}
.wm-promo-banner h2{
  font-family:var(--font-h);color:#fff;
  font-size:clamp(1.6rem,3vw,2.4rem);
  font-weight:900;letter-spacing:-1px;
  margin-bottom:10px;line-height:1.1;
}
.wm-promo-banner p{
  color:rgba(255,255,255,.65);
  font-size:14.5px;max-width:440px;
}
.wm-promo-cta{
  position:relative;z-index:1;flex-shrink:0;
  background:var(--green-neon);color:var(--dark);
  padding:15px 32px;border-radius:50px;
  font-size:14.5px;font-weight:900;
  white-space:nowrap;letter-spacing:-.2px;
  transition:transform .2s,box-shadow .2s;
}
.wm-promo-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 28px rgba(74,222,128,.35);
}

/* ═══════════════════════════════════════════════
   FOOTER — OSCURO
═══════════════════════════════════════════════ */
#wm-footer{
  background:var(--dark);
  color:rgba(255,255,255,.55);
  padding:60px 0 0;
}
.wm-footer-top{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:48px;margin-bottom:48px;
}
.wm-footer-brand .wm-logo{margin-bottom:16px}
.wm-footer-brand p{font-size:13.5px;line-height:1.7;max-width:260px}
.wm-footer-contact{margin-top:18px;display:flex;flex-direction:column;gap:8px}
.wm-footer-contact a{
  display:flex;align-items:center;gap:8px;
  font-size:13px;color:rgba(255,255,255,.45);transition:color .2s;
}
.wm-footer-contact a:hover{color:var(--green-neon)}
.wm-footer-contact svg{color:var(--green-neon);flex-shrink:0}
.wm-footer-col h4{
  font-size:10.5px;font-weight:800;color:#fff;
  text-transform:uppercase;letter-spacing:1.5px;
  margin-bottom:18px;
}
.wm-footer-col li{margin-bottom:10px}
.wm-footer-col a{font-size:13.5px;transition:color .2s}
.wm-footer-col a:hover{color:var(--green-neon)}
.wm-footer-bottom{
  border-top:1px solid rgba(255,255,255,.07);
  padding:20px 0;
  display:flex;align-items:center;
  justify-content:space-between;
  font-size:12.5px;flex-wrap:wrap;gap:12px;
}
.wm-footer-bottom-links{display:flex;gap:16px}
.wm-footer-bottom-links a{color:rgba(255,255,255,.35);transition:color .2s}
.wm-footer-bottom-links a:hover{color:#fff}

/* ═══════════════════════════════════════════════
   WOOCOMMERCE OVERRIDES
═══════════════════════════════════════════════ */
.wm-shop-wrap{padding:48px 0 80px}
.wm-shop-header{
  display:flex;align-items:center;
  justify-content:space-between;
  margin-bottom:28px;flex-wrap:wrap;gap:16px;
}
.wm-shop-header h1{
  font-family:var(--font-h);
  font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;
}
.woocommerce ul.products,
.woocommerce-page ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
  margin:0 !important;padding:0 !important;float:none !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  width:auto !important;float:none !important;margin:0 !important;
  background:var(--white);border:2px solid var(--gray-3);
  border-radius:var(--radius-lg);overflow:hidden;
  transition:all .22s var(--ease);
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 48px rgba(22,163,74,.18);
  border-color:var(--green);
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price{
  font-family:var(--font-h) !important;
  font-size:1.2rem !important;font-weight:900 !important;
  color:var(--green) !important;
}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{
  background:var(--dark) !important;color:#fff !important;
  border-radius:var(--radius-sm) !important;
  font-family:var(--font-b) !important;font-weight:800 !important;
  border:none !important;font-size:12px !important;
  text-transform:uppercase !important;letter-spacing:.3px !important;
  transition:background .2s !important;
}
.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--green) !important}
.woocommerce a.button.alt,.woocommerce button.button.alt{background:var(--green) !important}
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--green-dark) !important}

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media(max-width:1200px){
  .wm-products-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products{grid-template-columns:repeat(3,1fr) !important}
  .wm-cats-grid{grid-template-columns:repeat(3,1fr)}
  .wm-footer-top{grid-template-columns:1fr 1fr;gap:32px}
  .wm-hero-inner{grid-template-columns:1fr 380px}
}
@media(max-width:900px){
  .wm-hero-inner{grid-template-columns:1fr;gap:32px;padding:44px 0}
  .wm-hero-offer{max-width:100%}
  .wm-header-inner{grid-template-columns:auto 1fr auto;height:62px}
  .wm-products-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products{grid-template-columns:repeat(2,1fr) !important}
  .wm-promo-banner{flex-direction:column;align-items:flex-start;padding:36px 32px}
  .wm-trust-inner{gap:20px}
}
@media(max-width:640px){
  .wm-wrap{padding:0 16px}
  .wm-topbar-right{display:none}
  .wm-search{display:none}
  .wm-nav-bar{display:none}
  .wm-cats-grid{grid-template-columns:repeat(2,1fr)}
  .wm-section{padding:44px 0}
  .wm-trust-inner{flex-wrap:wrap;gap:12px}
}
@media(max-width:480px){
  .wm-products-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products{grid-template-columns:repeat(2,1fr) !important;gap:12px !important}
  .wm-footer-top{grid-template-columns:1fr}
  .wm-footer-bottom{flex-direction:column;text-align:center}
  .wm-hero h1{letter-spacing:-1px}
}

/* ─── Fix barra de búsqueda WordPress ──────────── */
/* Ocultar el form nativo de WP — usamos solo nuestro input */
.wm-search .search-form { display: flex; align-items: center; width: 100%; }
.wm-search .search-form label { display: none; }
.wm-search .search-form .search-field {
  width: 100%;
  height: 42px;
  padding: 0 48px 0 18px;
  border: 2px solid rgba(255,255,255,.12);
  border-radius: 50px;
  font-size: 14px;
  background: rgba(255,255,255,.08);
  color: var(--white);
  outline: none;
  transition: border-color .2s, background .2s;
  font-family: var(--font-b);
}
.wm-search .search-form .search-field::placeholder { color: rgba(255,255,255,.4); }
.wm-search .search-form .search-field:focus {
  border-color: var(--green-neon);
  background: rgba(255,255,255,.12);
}
/* Ocultar el botón submit nativo de WP */
.wm-search .search-form .search-submit { display: none; }
/* Quitar el input duplicado que teníamos */
.wm-search > input { display: none; }

/* ─── SHOP PAGE FIXES ───────────────────────────────── */

/* Quitar título duplicado "Shop" */
.wm-shop-wrap .woocommerce-products-header,
.wm-shop-wrap .woocommerce-products-header__title,
.wm-shop-wrap > h1,
.woocommerce-page h1.woocommerce-products-header__title { display: none !important; }

/* Título principal limpio */
.wm-shop-header h1 {
  font-family: var(--font-h);
  font-size: 2rem; font-weight: 900;
  color: var(--dark); letter-spacing: -.5px;
}

/* ── Imágenes de productos en la tienda ── */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: var(--radius) var(--radius) 0 0 !important;
}

/* Contenedor de imagen */
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
  display: block;
  overflow: hidden;
}

/* Thumbnail wrapper — fuerza altura uniforme */
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce-page ul.products li.product .attachment-woocommerce_thumbnail {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: var(--radius) var(--radius) 0 0 !important;
}

/* Contenido del producto */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-h) !important;
  font-size: .92rem !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  padding: 12px 14px 4px !important;
  line-height: 1.3 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  padding: 0 14px !important;
  display: block !important;
  margin-bottom: 12px !important;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin: 0 14px 14px !important;
  width: calc(100% - 28px) !important;
  display: block !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: .3px !important;
  font-size: 12px !important;
  padding: 10px !important;
}

/* Ordenar / resultados */
.woocommerce-ordering,
.woocommerce-result-count {
  font-size: 13px !important;
  color: var(--gray-6) !important;
  margin-bottom: 20px !important;
}
.woocommerce-ordering select {
  border: 1.5px solid var(--gray-3) !important;
  border-radius: var(--radius-sm) !important;
  padding: 6px 12px !important;
  font-family: var(--font-b) !important;
  font-size: 13px !important;
  outline: none !important;
}

/* Paginación */
.woocommerce-pagination {
  margin-top: 32px !important;
  text-align: center !important;
}
.woocommerce-pagination .page-numbers {
  display: inline-flex !important;
  gap: 6px !important;
  list-style: none !important;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important; height: 36px !important;
  border-radius: var(--radius-sm) !important;
  border: 1.5px solid var(--gray-3) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--dark) !important;
  transition: all .15s !important;
}
.woocommerce-pagination .page-numbers li a:hover {
  border-color: var(--green) !important;
  color: var(--green) !important;
}
.woocommerce-pagination .page-numbers li span.current {
  background: var(--green) !important;
  border-color: var(--green) !important;
  color: #fff !important;
}

/* Modo "Próximamente" — ocultar banner */
.coming-soon-banner, 
div[style*="coming-soon"],
.site-coming-soon { display: none !important; }
