/*
Theme Name:   Ohmio Child
Theme URI:    https://audifonosohmio.com
Description:  Child theme de Themify Ultra para la tienda Ohmio
Author:       Ohmio
Template:     themify-ultra
Version:      1.0.0
Text Domain:  ohmio-child
*/

/* ===================================================================
   OHMIO — Variables globales
   =================================================================== */
:root {
  --oh-pink:    #C84090;
  --oh-blue:    #0D4FC2;
  --oh-purple:  #7B3FA0;
  --oh-black:   #0a0a0a;
  --oh-dark:    #111111;
  --oh-light:   #F4F2EE;
  --oh-white:   #FFFFFF;
  --oh-grad:    linear-gradient(135deg, #C84090 0%, #7B3FA0 50%, #0D4FC2 100%);
  --oh-font:    'Barlow', sans-serif;
  --oh-radius:  16px;
  --oh-shadow:  0 4px 24px rgba(0,0,0,0.08);
}

/* ===================================================================
   TIPOGRAFÍA
   — Agrandir Grand Heavy: headings (gestionada por Themify Custom Fonts)
   — Barlow: body/nav (Google Fonts)
   =================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400&family=Breathing&family=Dancing+Script:wght@700&family=Bebas+Neue&display=swap');

body,
.nav > li > a,
.woocommerce-loop-product__title,
.price {
  font-family: var(--oh-font);
}

/* Agrandir en headings — sin !important para no pelear con Themify */
h1, h2, h3, h4, h5, h6,
.site-name,
.page-title {
  font-family: "agrandir-grand-heavy", sans-serif;
}

/* ===================================================================
   ANNOUNCE BAR — inyectada vía wp_body_open, fuera del sticky header
   =================================================================== */
#ohmio-announce {
  background: var(--oh-grad);
  overflow: hidden;
  padding: 9px 0;
  white-space: nowrap;
  width: 100%;
  position: relative;
  z-index: 1000;
}

.oh-ticker-track {
  display: inline-flex;
  align-items: center;
  animation: oh-ticker 32s linear infinite;
  white-space: nowrap;
}

.oh-ticker-item {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 2rem;
}

.oh-ticker-sep {
  font-size: 0.45rem;
  color: rgba(255,255,255,0.5);
  flex-shrink: 0;
}

@keyframes oh-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Ocultar el .header-bar original de Themify (tiene "Música que conecta personas") */
.header-bar {
  display: none !important;
}

/* ===================================================================
   HEADER NAV — #headerwrap es el sticky real en Themify Ultra
   =================================================================== */

/* Fondo glass oscuro */
#headerwrap {
  background: rgba(10, 10, 10, 0.88) !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
  min-height: 80px !important;
}

#headerwrap::before {
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
}

#header {
  padding: 0 !important;
  overflow: visible !important;
}

/* ── Navbar en una sola fila ── */
.navbar-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important; /* carrito/search al extremo derecho */
  height: 80px !important;
  padding: 0 5% !important;
  box-sizing: border-box !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  position: relative !important;
}

/* Nav: centrado absoluto — independiente del ancho del carrito */
#main-nav-wrap {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#main-nav {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#main-nav > li {
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Links del nav */
#main-nav > li > a {
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.75) !important;
  padding: 0 1.1rem !important;
  line-height: 80px !important;
  white-space: nowrap !important;
  transition: color 0.2s !important;
}

#main-nav > li > a:hover,
#main-nav > li.current-menu-item > a,
#main-nav > li.current_page_item > a {
  color: #fff !important;
}

/* Logo como item normal del nav (Themify ya lo centra dentro del menú) */
#main-nav > li.themify-logo-menu-item {
  padding: 0 0.5rem !important;
}

#site-logo {
  display: flex !important;
  align-items: center !important;
}

#site-logo img {
  max-height: 56px !important;
  width: auto !important;
}

/* ── Carrito — pill con gradiente ── */
.cart-icon {
  order: 3 !important;
  flex-shrink: 0 !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
}

.cart-icon-link {
  display: inline-flex !important;
  align-items: center !important;
  background: var(--oh-grad) !important;
  border-radius: 30px !important;
  padding: 9px 22px !important;
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: opacity 0.2s, transform 0.2s !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  position: relative !important; /* necesario para el badge top-right */
}

.cart-icon-link:hover {
  opacity: 0.85 !important;
  transform: translateY(-1px) !important;
  color: #fff !important;
}

/* Ocultar SVG de Themify */
.cart-icon-link em.icon-shopping-cart { display: none !important; }
.cart-icon-link em.screen-reader-text { display: none !important; }

/* "🛒 Carrito" siempre visible */
.cart-icon-link::before {
  content: "🛒 Carrito" !important;
}

/* Span del count: vacío = oculto, con número = badge top-right */
.cart-icon-link > span:empty { display: none !important; }

.cart-icon-link > span {
  /* Sobreescribe el bottom:4px de Themify → lo sube a top */
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  bottom: auto !important;
  left: auto !important;
  background: #fff !important;
  color: var(--oh-pink) !important;
  font-size: 0.62rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  border-radius: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Búsqueda — icono a la derecha del carrito */
#searchform-wrap {
  order: 4 !important;
  flex-shrink: 0 !important;
  float: none !important;
  margin: 0 0 0 8px !important;
  display: flex !important;
  align-items: center !important;
}

.search-button {
  color: rgba(255,255,255,0.7) !important;
  border-radius: 50% !important;
  padding: 8px !important;
  transition: color 0.2s, background 0.2s !important;
}

.search-button:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.1) !important;
}

/* Ocultar social widget (está vacío) */
.social-widget {
  display: none !important;
}

/* ===================================================================
   ANNOUNCEMENT BAR (clase legacy — por si acaso)
   =================================================================== */
@keyframes oh-ticker-legacy {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===================================================================
   HERO — sección principal con imagen de fondo
   =================================================================== */
.ohmio-hero {
  min-height: 86vh;
  display: flex;
  align-items: center;
  padding: 120px 5% 80px;
  position: relative;
}

.ohmio-hero-inner {
  max-width: 640px;
  position: relative;
  z-index: 2;
}

.ohmio-hero-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--oh-pink);
  margin-bottom: 20px;
}

.ohmio-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  color: #fff !important;
  margin: 0 0 24px !important;
}

.ohmio-hero-grad {
  background: var(--oh-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ohmio-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin: 0 0 40px;
  max-width: 480px;
}

.ohmio-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Botones hero */
.ohmio-btn-primary,
.ohmio-btn-secondary {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.25s ease;
  cursor: pointer;
}

.ohmio-btn-primary {
  background: var(--oh-grad);
  color: #fff !important;
  box-shadow: 0 8px 32px rgba(200, 64, 144, 0.35);
}

.ohmio-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(200, 64, 144, 0.5);
}

.ohmio-btn-secondary {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.3);
}

.ohmio-btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.6);
}

/* ===================================================================
   SECTION HEADERS — etiqueta + título
   =================================================================== */
.ohmio-section-head {
  text-align: center;
  padding: 64px 5% 32px;
}

.ohmio-section-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--oh-pink);
  margin-bottom: 12px;
}

.ohmio-section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  font-weight: 900 !important;
  margin: 0 !important;
  line-height: 1.15 !important;
}

.ohmio-section-head.oh-light h2 { color: #111 !important; }
.ohmio-section-head.oh-dark h2  { color: #fff !important; }

/* ===================================================================
   FANCY HEADING — sub arriba, main abajo
   =================================================================== */
.fancy-heading {
  display: inline-flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  line-height: 1 !important;
}

/* Sub-heading → sube al tope via order */
.fancy-heading .sub-head {
  order: -1 !important;
  font-family: 'Breathing', cursive !important;
  font-style: normal !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: #FF6709 !important;
  -webkit-text-fill-color: #FF6709 !important;
  line-height: 1.2 !important;
  margin-bottom: 2px !important;
}

/* Main heading */
.fancy-heading .main-head {
  font-family: "agrandir-grand-heavy", sans-serif !important;
  font-size: clamp(1.4rem, 2.8vw, 2.2rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  line-height: 1 !important;
}

/* ===================================================================
   PRODUCT CATEGORIES GRID — tarjetas estilo minimal claro
   =================================================================== */

/* Sección envolvente */
.oh-cats-section {
  background: var(--oh-light);
  padding: 64px 5%;
  text-align: center;
}

.oh-cats-section .ohmio-section-head {
  padding-top: 0;
}

/* Centrar el fancy-heading dentro de la sección */
.oh-cats-section .fancy-heading {
  align-items: center !important;
  margin: 0 auto 40px !important;
}

/* Grid — selector correcto: el ul tiene clase "products", el li tiene "product-category" */
.woocommerce.columns-4 ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

/* Anular clearfix ::before / ::after de Themify (categorías y productos) */
.woocommerce.columns-4 ul.products::before,
.woocommerce.columns-4 ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: none !important;
  display: none !important;
}

/* ── Fancy Heading variante blanca (clase titulo_blanco) ── */
.titulo_blanco .fancy-heading {
  align-items: flex-start !important;
}

.titulo_blanco .sub-head {
  color: #FF6709 !important;
  -webkit-text-fill-color: #FF6709 !important;
}

.titulo_blanco .main-head {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* ── Fancy Heading variante naranja (clase titulo_naranja) ── */
.titulo_naranja .fancy-heading {
  align-items: flex-start !important;
}

.titulo_naranja .sub-head {
  color: #eac8ff !important;
  -webkit-text-fill-color: #eac8ff !important;
}

.titulo_naranja .main-head {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Tarjeta */
li.product-category {
  background: #E8E6E2 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  margin: 0 !important;
  transition: transform 0.24s ease, box-shadow 0.24s ease !important;
  float: none !important;
  width: auto !important;
}

li.product-category:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,0.1) !important;
}

/* Enlace interior */
li.product-category > a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 36px 24px 28px !important;
  text-decoration: none !important;
  gap: 24px !important;
}

/* Imagen */
li.product-category img {
  width: 100% !important;
  height: 190px !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 0 !important;
  transition: transform 0.3s ease !important;
}

li.product-category:hover img {
  transform: scale(1.05) !important;
}

/* Nombre */
h2.woocommerce-loop-category__title {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  margin: 0 !important;
  text-align: center !important;
  line-height: 1.3 !important;
}

/* Ocultar contador */
h2.woocommerce-loop-category__title mark,
h2.woocommerce-loop-category__title .count {
  display: none !important;
  font-size: 0 !important;
}

/* Responsive categorías */
@media (max-width: 768px) {
  .oh-cats-section { padding: 48px 4%; }
  .woocommerce.columns-4 ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  li.product-category > a { padding: 24px 16px 20px !important; gap: 16px !important; }
  li.product-category img { height: 140px !important; }
}

@media (max-width: 480px) {
  li.product-category img { height: 120px !important; }
  h2.woocommerce-loop-category__title { font-size: 0.75rem !important; }
}

/* ===================================================================
   MARQUEE STRIP — banda de texto animada
   =================================================================== */
.marquee-strip {
  background: var(--oh-light);
  padding: 16px 0;
  overflow: hidden;
  border-top: 1px solid #e0ddd8;
  border-bottom: 1px solid #e0ddd8;
}

.marquee-track {
  display: inline-flex;
  gap: 3rem;
  white-space: nowrap;
  animation: oh-marquee 25s linear infinite;
}

.marquee-item {
  font-family: "agrandir-grand-heavy", sans-serif;
  font-size: 0.82rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--oh-black);
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.marquee-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--oh-grad);
  flex-shrink: 0;
  display: inline-block;
}

@keyframes oh-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ===================================================================
   SHOP LAYOUT — sidebar izquierdo + grid de productos
   =================================================================== */

/* Shop con sidebar */
.oh-shop-wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 24px 64px;
  align-items: start;
}

/* Sidebar sticky */
.oh-shop-sidebar {
  position: sticky;
  top: 100px;
}

/* Producto individual: sin sidebar — ancho completo */
.oh-shop-full {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 24px 64px;
}

.oh-widget {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #EFEFEF;
  padding: 20px 18px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.oh-widget__title {
  font-size: 0.80rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #555;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F0F0;
}

/* Estilos internos del Themify WC Filter dentro del sidebar */
.oh-shop-sidebar .wpf-form { margin: 0; }
.oh-shop-sidebar .wpf-form ul { list-style: none; margin: 0; padding: 0; }
.oh-shop-sidebar .wpf-form ul li { margin-bottom: 6px; font-size: 0.85rem; }
.oh-shop-sidebar .wpf-filter-price .price-range-slider { margin-top: 8px; }
.oh-shop-sidebar input[type="checkbox"],
.oh-shop-sidebar input[type="radio"] { accent-color: var(--oh-pink); }
.oh-shop-sidebar .wpf-submit,
.oh-shop-sidebar button[type="submit"] {
  background: var(--oh-grad);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 18px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  margin-top: 12px;
}

/* Placeholder cuando no hay widgets */
.oh-sidebar-empty {
  background: #F8F8F8;
  border: 1px dashed #DDD;
  border-radius: 12px;
  padding: 20px;
  font-size: 0.82rem;
  color: #888;
  line-height: 1.6;
}
.oh-sidebar-empty code {
  background: #EEE;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 0.78rem;
}

/* ── Toolbar (resultado + ordenar) ── */
/* ── Breadcrumb ── */
.woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-family: 'Barlow', sans-serif !important;
  font-size: 0.73rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #aaa;
  /* Espacio superior explícito para separarse del header */
  margin: 28px 0 20px !important;
  padding: 12px 18px !important;
  background: #fafafa;
  border-left: 3px solid var(--oh-pink);
  border-radius: 0 8px 8px 0;
  line-height: 1.6;
}

.woocommerce-breadcrumb a {
  color: var(--oh-pink) !important;
  text-decoration: none !important;
  transition: opacity 0.18s;
  opacity: 0.75;
}

.woocommerce-breadcrumb a:hover {
  opacity: 1;
}

/* Separadores y texto actual */
.woocommerce-breadcrumb > a:last-of-type {
  color: #222 !important;
  opacity: 1;
  font-weight: 700;
}

.oh-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0F0F0;
  font-size: 0.82rem;
  color: #888;
}

.oh-shop-toolbar .woocommerce-result-count { margin: 0; }
.oh-shop-toolbar .woocommerce-ordering select {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.80rem;
  background: #fff;
}

/* ── WooCommerce main content wrapper ── */
.oh-shop-main .woocommerce-notices-wrapper { margin-bottom: 12px; }

/* ===================================================================
   PRODUCT GRID — 3 columnas homogéneas
   HTML: li.oh-product-card via content-product.php
   =================================================================== */

/* ── Grid de productos ── */
/*
 * !important en display:grid para cancelar cualquier "display:block/flex"
 * que Themify applique via su loops-wrapper / grid4 classes
 */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  padding: 0 0 48px !important;
  margin: 0 !important;
  list-style: none !important;
  align-items: stretch !important;
  float: none !important;
}

/* ── Card: li.oh-product-card ── */
/*
 * width: 100% !important cancela el "width: 22.6%" que Themify inyecta
 * via loops-wrapper.products.grid4 > .product (css/grids/grid4.css)
 * margin: 0 cancela el "margin: 0 0 6% 3.2%" de woocommerce.css
 * float: none garantiza que el grid CSS controle el layout
 */
.oh-product-card {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #EFEFEF;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  position: relative;
}

.oh-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.11);
  border-color: #E0E0E0;
}

/* ── Imagen ── */
/* Contenedor con altura fija — el único punto de verdad para el tamaño */
.oh-card__image {
  width: 100%;
  height: 220px;
  flex-shrink: 0;
  background: #F8F8F8;
  border-bottom: 1px solid #EFEFEF;
  overflow: hidden;
  position: relative;
}

/* El enlace ocupa todo el área de imagen via absolute */
.oh-product-card .oh-card__img-link {
  position: absolute !important;
  top: 0 !important; right: 0 !important;
  bottom: 0 !important; left: 0 !important;
  display: block !important;
}

/*
 * Máxima especificidad (3 clases) + !important para ganarle a:
 *   - "img { height: auto !important }" de Themify Ultra
 *   - ".woocommerce ul.products li.product a img { height:160px !important }"
 */
.oh-product-card .oh-card__img-link .oh-card__img {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  display: block !important;
  transition: transform 0.32s ease;
  max-width: none !important;
  max-height: none !important;
}

.oh-product-card:hover .oh-card__img-link .oh-card__img {
  transform: scale(1.05);
}

/* Ocultar el botón Quick-Add rojo "+" que Themify Ultra inyecta via JS */
.oh-product-card [class*="tf_wc"],
.oh-product-card [class*="tf-wc"],
.oh-product-card .tf_add_to_cart_btn,
.oh-product-card .loop-add-to-cart,
.oh-product-card .button.add_to_cart_button:not(.oh-btn) {
  display: none !important;
}

/* Ocultar rating "0" que Themify puede inyectar en el loop */
.oh-product-card .star-rating,
.oh-product-card .woocommerce-product-rating {
  display: none !important;
}

/* Badge oferta */
.oh-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--oh-grad);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 20px;
  z-index: 2;
  line-height: 1.5;
}

/* ── Cuerpo del card ── */
.oh-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
}

/* Título */
.oh-card__title {
  font-family: 'Barlow', sans-serif !important;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 14px 14px 6px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: break-word;
}

.oh-card__title a {
  color: #111;
  text-decoration: none;
}

.oh-card__title a:hover { color: var(--oh-pink); }

/* Precio */
.oh-card__price {
  padding: 4px 16px 10px;
  overflow: hidden;
}

/* Solo mostrar el span de precio — ocultar cualquier hijo que no sea .price */
.oh-card__price > *:not(.price):not(.woocommerce-Price-amount) { display: none; }

.oh-card__price .woocommerce-Price-amount {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--oh-pink);
}

.oh-card__price del .woocommerce-Price-amount {
  font-size: 0.80rem;
  font-weight: 400;
  color: #bbb;
}

.oh-card__price ins { text-decoration: none; }

/* ── Botones ── */
.oh-card__actions {
  display: flex;
  align-items: stretch;
  margin-top: auto;
  border-top: 1px solid #F0F0F0;
  /* Elimina cualquier gap entre la barra y el borde inferior del card */
  margin-bottom: 0;
  flex-shrink: 0;
}

.oh-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.2s ease, color 0.2s ease;
  line-height: 1;
  white-space: nowrap;
}

/* Botón carrito — icono compacto a la izquierda */
.oh-btn--cart {
  flex-shrink: 0;
  width: 48px;
  padding: 0;
  background: #111 !important;
  color: #fff !important;
  border-radius: 0 0 0 14px !important;
  border-right: 1px solid rgba(255,255,255,0.15);
  font-family: 'Barlow', sans-serif !important;
  text-decoration: none !important;
}

.oh-btn--cart .oh-btn__label { display: none; }
.oh-btn--cart .oh-btn__icon { font-style: normal; font-size: 1.05rem; }

.oh-btn--cart:hover,
.oh-btn--cart.added {
  background: var(--oh-pink) !important;
  color: #fff !important;
}

/* Botón ver detalles — ocupa todo el ancho restante */
.oh-btn--detail {
  flex: 1;
  padding: 14px 16px;
  background: #F5F5F5 !important;
  color: #444 !important;
  border-radius: 0 0 14px 0 !important;
  text-decoration: none !important;
  font-family: 'Barlow', sans-serif !important;
  justify-content: space-between;
}

.oh-btn--detail:hover,
.oh-btn--detail:focus {
  background: var(--oh-grad) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.oh-btn--detail .oh-btn__icon { font-size: 0.9rem; }

/* Estado cargando del botón carrito */
.oh-btn--cart.loading {
  pointer-events: none;
  opacity: 0.75;
}

/* Ocultar controles admin/builder en el loop */
.oh-product-card .edit-button,
.oh-product-card [class*="tf_edit_post"],
.oh-product-card .screen-reader-text,
.oh-product-card .js-turn-on-builder,
.oh-product-card .tb_turn_on,
.oh-product-card .onsale,
.oh-product-card .product-image {
  display: none !important;
}

/*
 * El botón "+" de Themify Builder se inyecta como hermano FUERA del li.product,
 * entre los items del grid — lo ocultamos globalmente en el contexto de tienda
 */
.oh-shop-main .js-turn-on-builder,
.oh-shop-main .tb_turn_on,
.woocommerce ul.products .js-turn-on-builder,
.woocommerce ul.products .tb_turn_on {
  display: none !important;
}

/* ===================================================================
   BRAND STATEMENT — sección ΩΗΜΙΩ
   =================================================================== */
.ohmio-brand-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 100px 5%;
}

.ohmio-brand-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--oh-font);
  font-size: 22vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  letter-spacing: -0.04em;
  z-index: 0;
}

.ohmio-brand-desc {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
  max-width: 580px;
  margin: 16px auto 64px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.ohmio-reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ohmio-reason { text-align: center; }

.ohmio-reason-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(200, 64, 144, 0.15);
  border: 1px solid rgba(200, 64, 144, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 18px;
}

.ohmio-reason h3 {
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 10px !important;
}

.ohmio-reason p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.7;
  margin: 0;
}

/* ===================================================================
   HERO TEXT — título principal homepage
   =================================================================== */
.oh-hero-text {
  padding: 60px 5% 40px;
}

.oh-hero-title {
  font-family: "agrandir-grand-heavy", sans-serif !important;
  font-size: clamp(1.8rem, 3.9vw, 3.6rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin: 0 0 24px !important;
}

.oh-accent {
  background: linear-gradient(135deg, #C84090 0%, #7B3FA0 50%, #0D4FC2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.oh-hero-sub {
  font-family: 'Barlow', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.6) !important;
  line-height: 1.75 !important;
  max-width: 480px !important;
  margin: 0 !important;
}

.oh-hero-sub em {
  font-style: italic !important;
  color: rgba(255,255,255,0.8) !important;
}

/* ===================================================================
   HERO BUTTONS — módulo .button-hero
   =================================================================== */
.button-hero .module-buttons-item a.builder_button {
  font-family: 'Barlow', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  padding: 15px 34px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s !important;
  text-decoration: none !important;
}

/* Primer botón — gradiente sólido */
.button-hero .module-buttons-item:first-child a.builder_button {
  background: var(--oh-grad) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 0 30px rgba(200,64,144,0.4) !important;
}

.button-hero .module-buttons-item:first-child a.builder_button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 40px rgba(200,64,144,0.6) !important;
  opacity: 1 !important;
}

/* Segundo botón — outline blanco */
.button-hero .module-buttons-item:last-child a.builder_button {
  background: transparent !important;
  color: rgba(255,255,255,0.85) !important;
  border: 1.5px solid rgba(255,255,255,0.3) !important;
  box-shadow: none !important;
}

.button-hero .module-buttons-item:last-child a.builder_button:hover {
  border-color: rgba(255,255,255,0.75) !important;
  color: #fff !important;
  background: transparent !important;
}

/* Subtítulo hero — tamaño correcto */
.oh-hero-sub {
  font-size: 1rem !important;
  color: rgba(255,255,255,0.62) !important;
  line-height: 1.75 !important;
  max-width: 480px !important;
  margin: 0 0 32px !important;
}

/* ===================================================================
   GALLERY SHOWCASE — crossfade autoplay, sin thumbnails
   =================================================================== */

/* ===================================================================
   RINGS ANIMATION — círculos concéntricos bajo la galería hero
   =================================================================== */
.module-gallery.layout-showcase {
  position: relative;
}

/* La imagen por encima de los anillos */
.module-gallery.layout-showcase .gallery-showcase-image {
  position: relative;
  z-index: 1;
}

/* Anillos centrados sobre la imagen */
.oh-rings-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.oh-rings {
  position: relative;
  width: 380px;
  height: 380px;
}

.oh-ring {
  position: absolute;
  border-radius: 50%;
  border: 2.5px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: oh-spin var(--dur) linear infinite var(--dir);
}

.oh-ring:nth-child(1) {
  width: 360px; height: 360px;
  border-top-color: #C84090;
  border-right-color: #C84090;
  --dur: 8s; --dir: normal;
}
.oh-ring:nth-child(2) {
  width: 286px; height: 286px;
  border-top-color: #7B3FA0;
  border-right-color: #7B3FA0;
  --dur: 11s; --dir: reverse;
}
.oh-ring:nth-child(3) {
  width: 212px; height: 212px;
  border-top-color: #0D4FC2;
  border-right-color: #0D4FC2;
  --dur: 6s; --dir: normal;
}
.oh-ring:nth-child(4) {
  width: 138px; height: 138px;
  border-top-color: #C84090;
  border-right-color: #0D4FC2;
  --dur: 4s; --dir: reverse;
}

@keyframes oh-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.oh-ring-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C84090, #7B3FA0, #0D4FC2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* Ocultar thumbnails completamente */
.module-gallery.layout-showcase .gallery-images {
  display: none !important;
}

/* Contenedor de la imagen principal */
.module-gallery.layout-showcase .gallery-showcase-image {
  max-width: 420px;   /* ← ajusta este valor para cambiar el tamaño */
  margin: 0 auto;
}

/* Imagen principal: transición opacity suave */
.module-gallery.layout-showcase .gallery-showcase-image .image-wrapper img {
  transition: opacity 0.6s ease !important;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  filter: drop-shadow(0 0 40px rgba(255,255,255,0.18)) drop-shadow(0 0 80px rgba(255,255,255,0.08));
}

/* ===================================================================
   CTA SECTION — invitación a tienda / WhatsApp
   =================================================================== */
.oh-cta {
  padding: 100px 5%;
  position: relative;
  text-align: center;
}

.oh-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 680px;
  margin: 0 auto;
}

.oh-cta-logo {
  height: 160px;
  width: auto;
  display: block;
  opacity: 0.18;
  filter: grayscale(30%);
}

.oh-cta-title {
  font-family: "agrandir-grand-heavy", sans-serif !important;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.01em !important;
  margin: 0 !important;
}

.oh-cta-grad {
  background: var(--oh-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.oh-cta-sub {
  font-family: var(--oh-font);
  font-size: 1rem;
  color: rgba(0,0,0,0.5);
  line-height: 1.7;
  margin: 0;
}

.oh-cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

.oh-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  border-radius: 50px;
  font-family: "agrandir-grand-heavy", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
}

.oh-cta-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.oh-cta-btn--primary {
  background: var(--oh-grad);
  color: #fff !important;
  box-shadow: 0 8px 32px rgba(200,64,144,0.4);
}

.oh-cta-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 44px rgba(200,64,144,0.55);
  color: #fff !important;
}

.oh-cta-btn--whatsapp {
  background: transparent;
  color: #111 !important;
  border: 1.5px solid rgba(0,0,0,0.2);
}

.oh-cta-btn--whatsapp:hover {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.4);
  transform: translateY(-3px);
  color: #111 !important;
}

@media (max-width: 768px) {
  .oh-cta { padding: 72px 5%; }
  .oh-cta-title { font-size: clamp(2rem, 7vw, 3rem) !important; }
  .oh-cta-actions { flex-direction: column; align-items: center; }
  .oh-cta-btn { width: 260px; justify-content: center; }
}

/* ===================================================================
   FOOTER FEATURES — banda de beneficios con iconos SVG
   =================================================================== */
.oh-feats {
  background: var(--oh-black) url('http://audifonosohmio.test/wp-content/uploads/2026/03/ohmio-fondo-organico-negro.webp') center/cover no-repeat;
  padding: 72px 5% 48px;
  position: relative;
}

.oh-feats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.oh-feats-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.oh-feat {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 24px 28px;
  text-align: center;
}

.oh-feat-sep {
  width: 1px;
  height: 90px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.12), transparent);
  flex-shrink: 0;
  align-self: center;
}

.oh-feat-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(200, 64, 144, 0.07);
  border: 1px solid rgba(200, 64, 144, 0.22);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.oh-feat-icon:hover {
  transform: scale(1.08);
  border-color: rgba(200, 64, 144, 0.5);
  box-shadow: 0 0 28px rgba(200, 64, 144, 0.2);
}

.oh-feat-icon svg {
  width: 52px;
  height: 52px;
}

.oh-feat-title {
  font-family: "agrandir-grand-heavy", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.35;
  display: block;
}

.oh-feat-sub {
  font-family: var(--oh-font);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.5;
  display: block;
}

/* Línea divisoria */
.oh-feats-divider {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.15), transparent);
  margin: 0 5%;
  position: relative;
  z-index: 1;
}

/* Fila inferior: logo + redes + botón */
.oh-feats-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 28px 0;
  gap: 32px;
  flex-wrap: wrap;
}

.oh-fb-logo img {
  height: 72px;
  width: auto;
  display: block;
}

.oh-fb-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.oh-fb-social-label {
  font-family: "agrandir-grand-heavy", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.oh-fb-links {
  display: flex;
  gap: 12px;
}

.oh-social-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(200,64,144,0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  text-decoration: none !important;
}

.oh-social-btn:hover {
  background: rgba(200,64,144,0.14);
  border-color: rgba(200,64,144,0.65);
  box-shadow: 0 0 18px rgba(200,64,144,0.28);
}

.oh-social-btn svg {
  width: 20px;
  height: 20px;
  fill: rgba(255,255,255,0.65);
  transition: fill 0.25s;
}

.oh-social-btn:hover svg { fill: #fff; }

.oh-fb-cta {
  display: flex;
  align-items: center;
}

.oh-btn-store {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 50px;
  background: var(--oh-grad);
  color: #fff !important;
  font-family: "agrandir-grand-heavy", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 6px 24px rgba(200,64,144,0.32);
  transition: transform 0.25s, box-shadow 0.25s;
}

.oh-btn-store:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(200,64,144,0.52);
}

/* Copyright bar */
.oh-feats-copy {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 28px;
}

.oh-feats-copy-line {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.12) 30%, rgba(255,255,255,0.12) 70%, transparent);
  margin-bottom: 24px;
}

.oh-feats-copy-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.oh-feats-copy span {
  font-family: var(--oh-font);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.25);
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.oh-feats-copy-dev {
  display: flex;
  align-items: center;
  gap: 6px;
}

.oh-feats-copy-dev::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background: var(--oh-grad);
  flex-shrink: 0;
}

.oh-feats-copy a {
  color: rgba(255,255,255,0.45) !important;
  text-decoration: none !important;
  transition: color 0.2s;
  font-weight: 600;
  background: var(--oh-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.oh-feats-copy a:hover {
  opacity: 0.8;
}

/* Menú Políticas — dentro de .oh-feats-copy, encima del copyright */
.oh-feats-policies {
  margin-bottom: 14px;
}

.oh-feats-policies__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px 0;
}

/* Punto separador entre ítems — CSS puro, sin markup extra */
.oh-feats-policies__list li + li::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  margin: 0 12px;
  vertical-align: middle;
  flex-shrink: 0;
}

.oh-feats-policies__list li {
  display: flex;
  align-items: center;
}

.oh-feats-policies__list li a {
  font-family: var(--oh-font);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.oh-feats-policies__list li a:hover {
  color: var(--oh-pink);
  text-decoration: none;
}

@media (max-width: 768px) {
  .oh-feats-copy { padding: 0 16px; margin-top: 28px; }
  .oh-feats-copy-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .oh-feats-copy-dev::before { display: none; }

  /* En móvil los ítems se centran y los puntos desaparecen */
  .oh-feats-policies__list li + li::before { display: none; }
  .oh-feats-policies__list { gap: 8px 0; }
  .oh-feats-policies__list li a { font-size: 0.7rem; }
}

/* — Tablet ≤1024px — */
@media (max-width: 1024px) {
  .oh-feats { padding: 56px 4%; }
  .oh-feat  { padding: 20px 14px; }
  .oh-feat-icon { width: 84px; height: 84px; }
  .oh-feat-icon svg { width: 44px; height: 44px; }
  .oh-feats-bottom { padding: 36px 20px 0; gap: 24px; }
}

/* — Phablet ≤768px → grid 2×2 — */
@media (max-width: 768px) {
  .oh-feats { padding: 48px 0; }

  /* quitar separadores verticales */
  .oh-feat-sep { display: none; }

  /* 2 columnas iguales */
  .oh-feats-inner { flex-wrap: wrap; gap: 0; }
  .oh-feat {
    flex: 0 0 50%;
    min-width: 0;
    padding: 32px 12px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  /* borde derecho solo en columna izquierda */
  .oh-feat:nth-child(1),
  .oh-feat:nth-child(5) {
    border-right: 1px solid rgba(255,255,255,0.06);
  }
  /* último par: sin borde inferior */
  .oh-feat:nth-child(5),
  .oh-feat:nth-child(7) {
    border-bottom: none;
  }

  .oh-feat-icon { width: 80px; height: 80px; }
  .oh-feat-icon svg { width: 40px; height: 40px; }

  /* Barra inferior: columna centrada */
  .oh-feats-divider { margin: 0 6%; }
  .oh-feats-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 16px 0;
    gap: 28px;
  }
  .oh-fb-cta { justify-content: center; }
  .oh-fb-logo img { height: 60px; }
}

/* — Mobile ≤480px — */
@media (max-width: 480px) {
  .oh-feats { padding: 40px 0; }
  .oh-feat { padding: 24px 8px; }
  .oh-feat-title { font-size: 0.82rem; }
  .oh-feat-sub   { font-size: 0.7rem; }
  .oh-feat-icon  { width: 72px; height: 72px; }
  .oh-feat-icon svg { width: 36px; height: 36px; }
  .oh-fb-logo img { height: 52px; }
  .oh-btn-store { padding: 12px 28px; font-size: 0.78rem; }
}

/* ===================================================================
   WIDGET STICKY — AYUDA WHATSAPP (sidebar de producto individual)
   Usa position:sticky — flota en la parte superior mientras el
   contenedor (sidebar) sea visible. Al salir del viewport deja
   de flotar de forma natural, sin JS ni position:fixed.
   =================================================================== */

/*
 * El widget ocupa el flujo normal del sidebar.
 * JS controla el sticky porque position:sticky falla cuando
 * algún ancestro de Themify tiene overflow:hidden/auto.
 */
#oh-help-widget {
  display: block;
  width: 100%;
  position: relative; /* referencia para el absolute de fin de contenedor */
}

.oh-help-widget__card {
  /* posición inicial — JS la cambia a fixed o absolute según scroll */
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12), 0 2px 10px rgba(200,64,144,0.10);
  border: 1px solid rgba(200,64,144,0.14);
  padding: 24px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Icono WhatsApp */
.oh-help-widget__icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--oh-grad);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.oh-help-widget__heading {
  font-family: 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

.oh-help-widget__text {
  font-family: 'Barlow', sans-serif;
  font-size: 0.78rem;
  color: #666;
  margin: 0;
  text-align: center;
  line-height: 1.55;
}

/* Botón WhatsApp */
.oh-help-widget__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  background: #25D366;
  color: #fff !important;
  font-family: 'Barlow', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 12px 16px;
  border-radius: 50px;
  margin-top: 4px;
  transition: background 0.2s ease, transform 0.18s ease;
}

.oh-help-widget__btn:hover {
  background: #1ebe5a;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Botón ✕ — cierra el widget (JS) */
.oh-help-widget__close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 0.7rem;
  color: #ccc;
  cursor: pointer;
  line-height: 1;
  padding: 2px 4px;
  transition: color 0.15s;
}

.oh-help-widget__close:hover { color: #555; }

/* ===================================================================
   DESCRIPCIÓN DE PRODUCTO (individual)
   Aplica a: short description + tabs (descripción completa)
   Selectores WooCommerce estándar:
     .woocommerce-product-details__short-description  → resumen
     .woocommerce-Tabs-panel                           → pestañas (desc. completa)
   =================================================================== */

.woocommerce-product-details__short-description,
.woocommerce-Tabs-panel {
  font-family: 'Barlow', sans-serif;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.75;
}

/* ── Títulos: mismo tamaño que el texto, solo negrilla + acento ──── */
.woocommerce-product-details__short-description h1,
.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description h5,
.woocommerce-product-details__short-description h6,
.woocommerce-Tabs-panel h1,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5,
.woocommerce-Tabs-panel h6 {
  font-family: 'Barlow', sans-serif !important;
  font-size: 0.95rem !important;   /* igual al párrafo */
  font-weight: 700 !important;
  color: #111 !important;
  line-height: 1.5;
  margin: 1rem 0 0.35rem !important;
  padding: 0 !important;
  /* Línea de acento rosa a la izquierda */
  border-left: 3px solid var(--oh-pink);
  padding-left: 10px !important;
  letter-spacing: 0.01em;
}

/* ── Párrafos ─────────────────────────────────────────────────────── */
.woocommerce-product-details__short-description p,
.woocommerce-Tabs-panel p {
  margin: 0 0 0.75rem;
}

/* ── Listas ordenadas y desordenadas ─────────────────────────────── */
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol,
.woocommerce-Tabs-panel ul,
.woocommerce-Tabs-panel ol {
  margin: 0.5rem 0 1rem;
  padding-left: 0;
  list-style: none;
}

/* Ítems — punto personalizado con color de marca */
.woocommerce-product-details__short-description ul li,
.woocommerce-Tabs-panel ul li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.45rem;
  line-height: 1.65;
}

.woocommerce-product-details__short-description ul li::before,
.woocommerce-Tabs-panel ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--oh-grad);   /* gradiente rosa → azul de la plantilla */
  flex-shrink: 0;
}

/* Listas ordenadas: número en rosa */
.woocommerce-product-details__short-description ol,
.woocommerce-Tabs-panel ol {
  counter-reset: oh-ol;
}

.woocommerce-product-details__short-description ol li,
.woocommerce-Tabs-panel ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.45rem;
  counter-increment: oh-ol;
  line-height: 1.65;
}

.woocommerce-product-details__short-description ol li::before,
.woocommerce-Tabs-panel ol li::before {
  content: counter(oh-ol) '.';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--oh-pink);
  font-size: 0.82rem;
  line-height: 1.65;
}

/* ── strong / em dentro de descripción ───────────────────────────── */
.woocommerce-product-details__short-description strong,
.woocommerce-Tabs-panel strong {
  font-weight: 700;
  color: #111;
}

.woocommerce-product-details__short-description em,
.woocommerce-Tabs-panel em {
  color: #666;
}

/* ── Links en la descripción ─────────────────────────────────────── */
.woocommerce-product-details__short-description a,
.woocommerce-Tabs-panel a {
  color: var(--oh-pink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-product-details__short-description a:hover,
.woocommerce-Tabs-panel a:hover {
  opacity: 0.8;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .woocommerce-product-details__short-description,
  .woocommerce-Tabs-panel {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .woocommerce-product-details__short-description h1,
  .woocommerce-product-details__short-description h2,
  .woocommerce-product-details__short-description h3,
  .woocommerce-product-details__short-description h4,
  .woocommerce-product-details__short-description h5,
  .woocommerce-product-details__short-description h6,
  .woocommerce-Tabs-panel h1,
  .woocommerce-Tabs-panel h2,
  .woocommerce-Tabs-panel h3,
  .woocommerce-Tabs-panel h4,
  .woocommerce-Tabs-panel h5,
  .woocommerce-Tabs-panel h6 {
    font-size: 0.88rem !important;
  }
}

/* ===================================================================
   SECCIÓN HISTORIA — oh-story
   =================================================================== */

/* Contenedor interno: 2 columnas */
.oh-story-wrap {
  padding: 80px 5%;
  position: relative;
}

.oh-story-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Label cursiva */
.oh-story-label {
  font-family: 'Breathing', cursive;
  font-size: 1.4rem;
  color: var(--oh-pink);
  display: block;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

/* Título grande */
.oh-story-title {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 1.6rem !important;
  line-height: 1.1 !important;
  color: #fff !important;
}

/* Párrafo */
.oh-story-body {
  font-family: var(--oh-font);
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}

/* Pills de valores */
.oh-story-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.oh-value-pill {
  padding: 7px 18px;
  border-radius: 30px;
  font-family: var(--oh-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1.5px solid;
}

.oh-value-pill:nth-child(1) { color: var(--oh-pink);   border-color: var(--oh-pink);   background: rgba(200, 64, 144, 0.35); }
.oh-value-pill:nth-child(2) { color: var(--oh-blue);   border-color: var(--oh-blue);   background: rgba(13, 79, 194, 0.35);  }
.oh-value-pill:nth-child(3) { color: var(--oh-purple); border-color: var(--oh-purple); background: rgba(123, 63, 160, 0.35); }
.oh-value-pill:nth-child(4) { color: #E86BB0;          border-color: #E86BB0;          background: rgba(232, 107, 176, 0.35);}
.oh-value-pill:nth-child(5) { color: var(--oh-blue);   border-color: var(--oh-blue);   background: rgba(13, 79, 194, 0.35);  }
.oh-value-pill:nth-child(6) { color: var(--oh-pink);   border-color: var(--oh-pink);   background: rgba(200, 64, 144, 0.35); }
.oh-value-pill:nth-child(7) { color: #FF6709;          border-color: #FF6709;          background: rgba(255, 103, 9, 0.35);  }


/* Columna visual */
.oh-story-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Anillos animados */
.oh-rings-anim {
  position: relative;
  width: 360px;
  height: 360px;
  flex-shrink: 0;
}



@keyframes oh-spin-ring {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.oh-ring-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--oh-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

/* ── Responsive historia ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .oh-story-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  .oh-story-values {
    justify-content: center;
  }
  .oh-rings-anim {
    width: 260px;
    height: 260px;
  }
  .oh-ring:nth-child(1) { width: 230px; height: 230px; }
  .oh-ring:nth-child(2) { width: 185px; height: 185px; }
  .oh-ring:nth-child(3) { width: 140px; height: 140px; }
  .oh-ring:nth-child(4) { width: 95px;  height: 95px;  }
  .oh-ring-center       { width: 60px;  height: 60px;  font-size: 1.4rem; }
}

@media (max-width: 480px) {
  .oh-story-wrap { padding: 60px 6%; }
  .oh-story-label { font-size: 1.2rem; }
  .oh-rings-anim { width: 200px; height: 200px; }
  .oh-ring:nth-child(1) { width: 180px; height: 180px; }
  .oh-ring:nth-child(2) { width: 140px; height: 140px; }
  .oh-ring:nth-child(3) { width: 105px; height: 105px; }
  .oh-ring:nth-child(4) { width: 70px;  height: 70px;  }
  .oh-ring-center       { width: 48px;  height: 48px;  font-size: 1.1rem; }
}

/* ===================================================================
   WOOCOMMERCE BUTTONS — override Themify red (--theme_accent)
   =================================================================== */

/* Catch-all: redefine la variable que usa Themify */
:root {
  --theme_accent:       #C84090;
  --theme_accent_hover: #a8306e;
}

/* Botones estándar WooCommerce → rosa sólido */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button {
  background-color: var(--oh-pink) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: var(--oh-font) !important;
  font-weight: 600 !important;
  transition: background-color 0.2s ease, opacity 0.2s ease !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover {
  background-color: #a8306e !important;
  color: #fff !important;
}

/* Botón principal "Añadir al carrito" en página de producto → gradiente */
.woocommerce .single_add_to_cart_button,
.woocommerce button.single_add_to_cart_button {
  background: var(--oh-grad) !important;
  background-color: transparent !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: var(--oh-font) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  padding: 14px 28px !important;
  transition: opacity 0.2s ease !important;
}

.woocommerce .single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:hover {
  opacity: 0.88 !important;
}

/* Checkout + Place order + Ir a pagar */
.woocommerce .checkout-button,
.woocommerce #place_order,
.woocommerce-checkout #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  background: var(--oh-grad) !important;
  background-color: transparent !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: var(--oh-font) !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding: 16px 28px !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  transition: opacity 0.2s ease !important;
  cursor: pointer !important;
}

.woocommerce .checkout-button:hover,
.woocommerce #place_order:hover,
.woocommerce-checkout #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  opacity: 0.88 !important;
  color: #fff !important;
}

/* Botones secundarios: cupón, actualizar carrito, aplicar cupón checkout */
.woocommerce-cart .cart_totals .button,
.woocommerce table.shop_table .coupon .button,
.woocommerce-cart table.cart td.actions .button,
.woocommerce-checkout .woocommerce-form__input-checkbox + *,
.woocommerce-checkout form .coupon .button,
.woocommerce-checkout .checkout_coupon .button {
  background-color: var(--oh-pink) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: var(--oh-font) !important;
  font-weight: 600 !important;
  transition: background-color 0.2s ease !important;
}

.woocommerce-cart .cart_totals .button:hover,
.woocommerce table.shop_table .coupon .button:hover,
.woocommerce-cart table.cart td.actions .button:hover,
.woocommerce-checkout form .coupon .button:hover,
.woocommerce-checkout .checkout_coupon .button:hover {
  background-color: #a8306e !important;
}

/* Slide cart (Shopdock) — resetear el <p class="checkout-button"> para
   que el gradiente de .woocommerce .checkout-button no se filtre detrás */
#addon-shopdock p.checkout-button,
#slide-cart p.checkout-button {
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}

/* Botón checkout en shopdock bar y slide-cart → rosa sólido */
#addon-shopdock .button,
#addon-shopdock a.button,
#addon-shopdock button,
#slide-cart .button,
#slide-cart a.button,
#slide-cart button {
  background: var(--oh-pink) !important;
  background-color: var(--oh-pink) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: var(--oh-font) !important;
  font-weight: 700 !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}

#addon-shopdock .button:hover,
#addon-shopdock a.button:hover,
#addon-shopdock button:hover,
#slide-cart .button:hover,
#slide-cart a.button:hover,
#slide-cart button:hover {
  background: #a8306e !important;
  background-color: #a8306e !important;
}

/* ===================================================================
   WOOCOMMERCE — LOGIN / REGISTER / LOST PASSWORD
   Estructura real: .woocommerce > h2 + form.woocommerce-form-login
   =================================================================== */

/* Solo centra el wrapper — Themify controla su ancho */
.woocommerce-account .woocommerce {
  padding-top: 48px !important;
  padding-bottom: 72px !important;
}

/* h2 "Acceder" — discreto, sobre la tarjeta */
.woocommerce-account .woocommerce > h2 {
  font-family: var(--oh-font) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #888 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: none !important;
  max-width: 480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ── TARJETA: el form es la caja ─────────────────────────────────── */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  max-width: 480px !important;
  margin: 0 auto !important;
  background: #fff !important;
  border: 1px solid #E8E8E8 !important;
  border-radius: var(--oh-radius) !important;
  box-shadow: var(--oh-shadow) !important;
  padding: 36px !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Línea gradiente arriba del form */
.woocommerce-account .woocommerce-form-login::before,
.woocommerce-account .woocommerce-form-register::before {
  content: '' !important;
  position: absolute !important;
  top: 0; left: 0; right: 0 !important;
  height: 4px !important;
  background: linear-gradient(135deg, #C84090 0%, #7B3FA0 50%, #0D4FC2 100%) !important;
}

/* Recuperar contraseña — misma tarjeta */
.woocommerce-account .woocommerce-ResetPassword {
  max-width: 480px !important;
  margin: 0 auto !important;
  background: #fff !important;
  border: 1px solid #E8E8E8 !important;
  border-radius: var(--oh-radius) !important;
  box-shadow: var(--oh-shadow) !important;
  padding: 36px !important;
  position: relative !important;
  overflow: hidden !important;
}

.woocommerce-account .woocommerce-ResetPassword::before {
  content: '' !important;
  position: absolute !important;
  top: 0; left: 0; right: 0 !important;
  height: 4px !important;
  background: linear-gradient(135deg, #C84090 0%, #7B3FA0 50%, #0D4FC2 100%) !important;
}

.woocommerce-account .woocommerce-ResetPassword > p:first-of-type {
  font-family: var(--oh-font);
  font-size: 0.92rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Labels */
.woocommerce-account .woocommerce-form-row label,
.woocommerce-account .woocommerce-ResetPassword label {
  font-family: var(--oh-font) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  color: #777 !important;
  display: block !important;
  margin-bottom: 6px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

/* Inputs */
.woocommerce-account .woocommerce-Input--text,
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"] {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1.5px solid #E0E0E0 !important;
  border-radius: 8px !important;
  font-family: var(--oh-font) !important;
  font-size: 0.95rem !important;
  color: var(--oh-black) !important;
  background: #FAFAFA !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  outline: none !important;
}

.woocommerce-account .woocommerce-Input--text:focus,
.woocommerce-account input[type="text"]:focus,
.woocommerce-account input[type="email"]:focus,
.woocommerce-account input[type="password"]:focus {
  border-color: var(--oh-pink) !important;
  box-shadow: 0 0 0 3px rgba(200,64,144,0.12) !important;
  background: #fff !important;
}

/* Separación entre filas */
.woocommerce-account .woocommerce-form-row {
  margin-bottom: 20px !important;
}

/* Fila inferior: checkbox + botón en la misma línea */
.woocommerce-account .woocommerce-form-login p.form-row:last-of-type {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

/* Checkbox Recuérdame */
.woocommerce-account .woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: var(--oh-font) !important;
  font-size: 0.88rem !important;
  color: #666 !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}

.woocommerce-account .woocommerce-form__input-checkbox {
  width: 16px !important;
  height: 16px !important;
  accent-color: var(--oh-pink) !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

/* Botones Acceder / Registrarse → gradiente */
.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-Button,
.woocommerce-account input[type="submit"] {
  background: var(--oh-grad) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: var(--oh-font) !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  padding: 12px 26px !important;
  cursor: pointer !important;
  letter-spacing: 0.04em !important;
  transition: opacity 0.2s !important;
  white-space: nowrap !important;
}

.woocommerce-account .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-form-register__submit:hover,
.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account input[type="submit"]:hover {
  opacity: 0.85 !important;
  color: #fff !important;
}

/* Enlace ¿Olvidaste la contraseña? */
.woocommerce-account .woocommerce-LostPassword,
.woocommerce-account .lost_password {
  margin-top: 20px !important;
  padding-top: 16px !important;
  border-top: 1px solid #F0F0F0 !important;
  text-align: center !important;
}

.woocommerce-account .woocommerce-LostPassword a,
.woocommerce-account .lost_password a {
  font-family: var(--oh-font) !important;
  font-size: 0.83rem !important;
  color: var(--oh-pink) !important;
  text-decoration: none !important;
  transition: opacity 0.2s !important;
}

.woocommerce-account .woocommerce-LostPassword a:hover,
.woocommerce-account .lost_password a:hover {
  opacity: 0.7 !important;
  text-decoration: underline !important;
}

/* ── Recuperar contraseña ─────────────────────────────────────────── */
.woocommerce-account .woocommerce-ResetPassword > p:first-of-type {
  font-family: var(--oh-font);
  font-size: 0.92rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 560px) {
  .woocommerce-account .woocommerce-form-login,
  .woocommerce-account .woocommerce-form-register,
  .woocommerce-account .woocommerce-ResetPassword {
    padding: 28px 20px !important;
    border-radius: 12px !important;
  }

  .woocommerce-account .woocommerce-form-login p.form-row:last-of-type {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .woocommerce-account .woocommerce-form-login__submit,
  .woocommerce-account .woocommerce-form-register__submit,
  .woocommerce-account input[type="submit"] {
    width: 100% !important;
    text-align: center !important;
  }
}

/* ===================================================================
   WOOCOMMERCE PAGES — espaciado interior (cuenta, carrito, checkout)
   =================================================================== */

/* Wrapper principal que Themify/WooCommerce usa en estas páginas */
.woocommerce-account .page-content,
.woocommerce-cart    .page-content,
.woocommerce-checkout .page-content,
.woocommerce-page    .page-content {
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}

/* Por si Themify usa content-container o similar */
.woocommerce-account .content-container,
.woocommerce-cart    .content-container,
.woocommerce-checkout .content-container,
.woocommerce-page    .content-container {
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}

/* Fallback directo sobre el woocommerce div */
.woocommerce-cart    .woocommerce,
.woocommerce-checkout .woocommerce {
  padding-top: 60px;
  padding-bottom: 80px;
}

/* ===================================================================
   RESPONSIVE
   =================================================================== */

/* ── ≤1200px ─────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .oh-shop-wrap { grid-template-columns: 200px 1fr; gap: 24px; padding: 28px 20px 56px; }
  .oh-shop-full { padding: 28px 20px 56px; }
}

/* ── ≤1024px — tablet ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  /* Shop: sidebar arriba, productos abajo */
  .oh-shop-wrap { grid-template-columns: 1fr; padding: 20px 16px 48px; gap: 20px; }
  .oh-shop-sidebar { position: static; }
  .oh-shop-full { padding: 20px 16px 48px; }

  /* Grid: 3 cols en tablet (hay espacio sin sidebar) */
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }

  /* Hero */
  .ohmio-hero { padding: 100px 5% 70px; }
  .marquee-item { font-size: 0.78rem; }

  /* Breadcrumb */
  .woocommerce-breadcrumb { margin: 20px 0 16px !important; }

  /* Widget ayuda — sin sticky en tablet, flujo normal */
  .oh-help-widget__card { position: relative !important; top: auto !important; width: 100% !important; }
}

/* ── ≤768px — phablet ────────────────────────────────────────────── */
@media (max-width: 768px) {
  /* Header */
  #headerwrap     { min-height: 64px !important; }
  .navbar-wrapper { height: 64px !important; padding: 0 4% !important; }
  .cart-icon-link { padding: 8px 16px !important; font-size: 0.72rem !important; }
  #site-logo img  { max-height: 44px !important; }

  /* Announce bar */
  .oh-ticker-item { font-size: 0.65rem; padding: 0 1.2rem; }
  .marquee-strip  { padding: 12px 0; }
  .marquee-item   { font-size: 0.72rem; gap: 0.7rem; }

  /* Hero */
  .ohmio-hero    { padding: 80px 5% 60px; }
  .ohmio-hero h1 { font-size: clamp(1.8rem, 5.5vw, 2.8rem) !important; }
  .ohmio-hero p  { font-size: 0.95rem; }
  .oh-hero-badge { font-size: 0.65rem; }

  /* Shop wrap */
  .oh-shop-wrap { padding: 16px 14px 40px; gap: 16px; }
  .oh-shop-full { padding: 16px 14px 40px; }

  /* Toolbar: apilado en móvil */
  .oh-shop-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  /* Grid: 2 columnas */
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  /* Imagen del card */
  .oh-card__image { height: 180px; }

  /* Título del card: 2 líneas máx en phablet */
  .oh-card__title { -webkit-line-clamp: 2; font-size: 0.85rem; }

  /* Breadcrumb */
  .woocommerce-breadcrumb {
    margin: 16px 0 14px !important;
    padding: 10px 14px !important;
    font-size: 0.68rem;
  }

  /* Secciones */
  .ohmio-reasons       { grid-template-columns: 1fr; gap: 28px; }
  .ohmio-brand-bg-text { font-size: 36vw; }

  /* Widget ayuda: sin sticky, flujo normal */
  #oh-help-widget { display: block; }
  .oh-help-widget__card {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
  }
  .oh-help-widget__icon-wrap { width: 40px; height: 40px; flex-shrink: 0; }
  .oh-help-widget__icon-wrap svg { width: 20px; height: 20px; }
  .oh-help-widget__heading { font-size: 0.80rem; text-align: left; }
  .oh-help-widget__text    { display: none; }
  .oh-help-widget__btn     { font-size: 0.68rem; padding: 9px 12px; white-space: nowrap; }
  .oh-help-widget__close   { top: 6px; right: 8px; }
}

/* ── ≤480px — móvil ──────────────────────────────────────────────── */
@media (max-width: 480px) {
  /* Header: icono carrito solo */
  .cart-icon-link::before { content: "🛒" !important; }
  .cart-icon-link > span  { display: none !important; }
  .cart-icon-link { padding: 9px 14px !important; border-radius: 50% !important; }

  /* Hero */
  .ohmio-hero    { padding: 64px 5% 48px; }
  .ohmio-hero h1 { font-size: clamp(1.6rem, 7vw, 2.2rem) !important; }
  .ohmio-hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .ohmio-btn-primary,
  .ohmio-btn-secondary { width: 100%; text-align: center; padding: 14px 20px; }
  .marquee-dot { width: 6px; height: 6px; }

  /* Shop: 1 sola columna en móvil */
  .oh-shop-wrap { padding: 12px 10px 36px; }
  .oh-shop-full { padding: 12px 10px 36px; }
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  /* Card móvil: layout horizontal (imagen izq + info der) */
  .oh-product-card {
    flex-direction: row !important;
    height: auto !important;
  }
  .oh-card__image {
    width: 120px !important;
    height: 120px !important;
    flex-shrink: 0 !important;
    border-bottom: none !important;
    border-right: 1px solid #EFEFEF;
    border-radius: 14px 0 0 14px;
  }
  .oh-card__body  { flex: 1; min-width: 0; }
  .oh-card__title { font-size: 0.80rem; padding: 10px 10px 4px; -webkit-line-clamp: 2; }
  .oh-card__price { padding: 2px 10px 8px; }
  .oh-card__price .woocommerce-Price-amount { font-size: 0.90rem; }
  .oh-card__actions { border-top: 1px solid #F0F0F0; }
  .oh-btn--cart   { width: 38px; }
  .oh-btn--detail { padding: 10px 10px; font-size: 0.66rem; }

  /* Imagen dentro del card horizontal */
  .oh-product-card .oh-card__img-link .oh-card__img {
    width: 100% !important; height: 100% !important;
    max-width: none !important; max-height: none !important;
    padding: 10px !important;
  }

  /* Breadcrumb */
  .woocommerce-breadcrumb {
    margin: 12px 0 10px !important;
    padding: 8px 12px !important;
    font-size: 0.63rem;
  }

  /* Secciones */
  .ohmio-section-head { padding: 48px 5% 24px; }

  /* Widget ayuda: compacto */
  .oh-help-widget__card { padding: 10px 12px; gap: 8px; }
  .oh-help-widget__btn  { font-size: 0.65rem; padding: 8px 10px; }
}

/* ===================================================================
   NOSOTROS — sección "¡Hola, melómano!"
   =================================================================== */

.oh-nosotros {
  background: #fff;
  padding: 80px 20px;
  max-width: 860px;
  margin: 0 auto;
  font-family: var(--oh-font);
}

/* ── Header ──────────────────────────────────────────────────────── */
.oh-nosotros__header {
  text-align: center;
  margin-bottom: 56px;
}

.oh-nosotros__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--oh-pink);
  margin-bottom: 12px;
}

.oh-nosotros__title {
  font-family: "agrandir-grand-heavy", sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.1;
  background: var(--oh-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 24px;
}

.oh-nosotros__lead {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #444;
  max-width: 680px;
  margin: 0 auto;
}

/* ── Founders ─────────────────────────────────────────────────────── */
.oh-nosotros__founders {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 64px;
}

.oh-nosotros__founder {
  text-align: center;
}

.oh-nosotros__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--oh-grad);
  color: #fff;
  font-family: "agrandir-grand-heavy", sans-serif;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 6px 20px rgba(200, 64, 144, 0.30);
}

.oh-nosotros__avatar--alt {
  background: linear-gradient(135deg, #0D4FC2 0%, #7B3FA0 50%, #C84090 100%);
  box-shadow: 0 6px 20px rgba(13, 79, 194, 0.28);
}

.oh-nosotros__founder-name {
  font-family: var(--oh-font);
  font-size: 1rem;
  font-weight: 700;
  color: var(--oh-black);
  margin: 0 0 4px;
}

.oh-nosotros__founder-role {
  font-size: 0.78rem;
  color: #999;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.oh-nosotros__connector {
  font-size: 1.6rem;
  opacity: 0.5;
  flex-shrink: 0;
}

/* ── Story items ──────────────────────────────────────────────────── */
.oh-nosotros__story {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 56px;
}

.oh-nosotros__story-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fafafa;
  border-radius: 16px;
  padding: 28px 32px;
  border-left: 4px solid transparent;
  border-image: var(--oh-grad) 1;
}

.oh-nosotros__story-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.oh-nosotros__story-text p {
  font-size: 0.98rem;
  line-height: 1.78;
  color: #444;
  margin: 0;
}

.oh-nosotros__story-text strong {
  color: var(--oh-pink);
}

/* ── Closing ──────────────────────────────────────────────────────── */
.oh-nosotros__closing {
  text-align: center;
}

.oh-nosotros__closing-sub {
  font-size: 0.97rem;
  line-height: 1.75;
  color: #555;
  margin: 0 0 32px;
}

.oh-nosotros__quote {
  background: var(--oh-grad);
  color: #fff;
  border-radius: 16px;
  padding: 36px 40px;
  font-size: 1.12rem;
  line-height: 1.7;
  font-style: normal;
  margin: 0;
  border: none;
}

.oh-nosotros__quote strong {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .oh-nosotros {
    padding: 48px 16px;
  }

  .oh-nosotros__founders {
    gap: 16px;
  }

  .oh-nosotros__avatar {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }

  .oh-nosotros__story-item {
    flex-direction: column;
    padding: 20px;
    gap: 12px;
  }

  .oh-nosotros__quote {
    padding: 24px 20px;
    font-size: 1rem;
  }
}

/* ===================================================================
   POLÍTICAS — layout página de políticas y términos
   =================================================================== */

.oh-policy {
  background: #fff;
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 24px 96px;
  font-family: var(--oh-font);
  color: #333;
}

/* Encabezado de la política */
.oh-policy__hero {
  text-align: center;
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.oh-policy__eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--oh-pink);
  margin-bottom: 12px;
}

.oh-policy__title {
  font-family: "agrandir-grand-heavy", sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.15;
  background: var(--oh-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 20px;
}

.oh-policy__meta {
  font-size: 0.82rem;
  color: #999;
  margin: 0;
}

/* Índice de secciones */
.oh-policy__index {
  background: #fafafa;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 48px;
  border-left: 4px solid var(--oh-pink);
}

.oh-policy__index-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 12px;
  font-family: var(--oh-font);
}

.oh-policy__index ol {
  margin: 0;
  padding-left: 20px;
}

.oh-policy__index li {
  font-size: 0.9rem;
  line-height: 1.9;
  color: #555;
}

.oh-policy__index a {
  color: var(--oh-purple);
  text-decoration: none;
}

.oh-policy__index a:hover {
  color: var(--oh-pink);
  text-decoration: underline;
}

/* Cuerpo */
.oh-policy__body section {
  margin-bottom: 48px;
}

.oh-policy__body h2 {
  font-family: var(--oh-font);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--oh-black);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.oh-policy__body h2 .oh-policy__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--oh-grad);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  flex-shrink: 0;
}

.oh-policy__body p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
  margin: 0 0 14px;
}

.oh-policy__body ul,
.oh-policy__body ol {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
  padding-left: 22px;
  margin: 0 0 14px;
}

.oh-policy__body li {
  margin-bottom: 6px;
}

.oh-policy__body strong {
  color: #222;
}

/* Caja de alerta / resaltado */
.oh-policy__alert {
  background: linear-gradient(135deg, rgba(200,64,144,0.06), rgba(13,79,194,0.06));
  border-left: 4px solid var(--oh-pink);
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  margin: 20px 0;
}

.oh-policy__alert p {
  margin: 0;
  font-size: 0.9rem;
}

/* Datos de contacto */
.oh-policy__contact-box {
  background: #fafafa;
  border-radius: 14px;
  padding: 24px 28px;
  font-size: 0.93rem;
  line-height: 2;
}

.oh-policy__contact-box strong {
  color: var(--oh-purple);
}

/* Pie */
.oh-policy__footer {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid #eee;
  font-size: 0.8rem;
  color: #aaa;
  text-align: center;
}

/* Responsive */
@media (max-width: 600px) {
  .oh-policy {
    padding: 40px 16px 64px;
  }

  .oh-policy__index {
    padding: 18px 16px;
  }

  .oh-policy__body h2 {
    font-size: 0.98rem;
  }
}	
	
.ohb-wa {
  background: linear-gradient(135deg, #C84090 0%, #7B3FA0 50%, #0D4FC2 100%) !important;
  padding: 14px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  font-family: 'Barlow', sans-serif !important;
  border-radius: 16px !important;
  margin: 10px 16px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  position: relative !important;
}

.ohb-wa .ohb-wa-text {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.ohb-wa .ohb-wa-btn {
  color: #fff !important;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  padding: 7px 20px !important;
  border-radius: 50px !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  position: relative !important;
  float: none !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.ohb-wa .ohb-wa-btn:hover {
  background: rgba(255, 255, 255, 0.28) !important;
}

.ohb-wa .ohb-wa-ico {
  width: 18px !important;
  height: 18px !important;
  fill: #fff !important;
}

@media (max-width: 600px) {
  .ohb-wa {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    padding: 12px 16px !important;
    gap: 10px !important;
  }
  .ohb-wa .ohb-wa-text {
    text-align: center !important;
    font-size: 14px !important;
  }
}