/* ==========================================================================
   STINNES Pro — main.css
   Diseño limpio, rápido y responsive. Sin frameworks externos.
   ========================================================================== */

:root {
	--ink: #0b0d10;
	--ink-2: #1c2129;
	--ink-3: #2c333d;
	--red: #c8102e;
	--red-dark: #a30d26;
	--gold: #d4a017;
	--gold-light: #e8c25a;
	--paper: #ffffff;
	--paper-2: #f4f5f7;
	--line: #e3e6ea;
	--muted: #5c6672;
	--wa: #25d366;
	--wa-dark: #1eb357;
	--radius: 10px;
	--shadow: 0 8px 24px rgba(11, 13, 16, .08);
	--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 16.5px;
	line-height: 1.65;
	color: var(--ink-3);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.25; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
button { font-family: inherit; }

.container { width: min(1200px, 92%); margin-inline: auto; }
.sr-only {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 999;
	background: var(--ink); color: #fff; padding: .6em 1em;
}
.skip-link:focus { left: 8px; top: 8px; }

/* ---------- Franja de la bandera alemana (bajo el menú) ---------- */
.st-flag-strip { display: flex; height: 5px; width: 100%; }
.st-flag-strip span { flex: 1; }
.st-flag-strip-black { background: #000000; }
.st-flag-strip-red { background: #ff0000; }
.st-flag-strip-gold { background: #ffcc00; }

/* ---------- Distribuidores ---------- */
.st-distributors-country { margin-top: 1.6rem; border-bottom: 2px solid var(--gold); padding-bottom: .4rem; }
.st-distributors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-bottom: 1.4rem; }
.st-distributor-card {
	border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
	padding: 1.2rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: .35em;
	transition: box-shadow .2s, transform .2s;
}
.st-distributor-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.st-distributor-logo {
	display: grid; place-items: center; width: 100%; min-height: 120px;
	background: var(--paper-2); border-radius: 8px; overflow: hidden; margin-bottom: .5em;
}
.st-distributor-logo img { max-height: 90px; width: auto; max-width: 90%; object-fit: contain; }
.st-distributor-nologo { color: var(--muted); font-weight: 700; padding: 1em; }
.st-distributor-name { font-size: 1.02rem; margin: 0; }
.st-distributor-city { color: var(--muted); font-size: .88rem; margin: 0; }

/* ---------- Video en noticias (YouTube/Instagram/TikTok) ---------- */
.st-video-wrap { position: relative; width: 100%; aspect-ratio: 16/9; margin-bottom: .6em; }
.st-video-wrap iframe, .st-video-wrap video, .st-video-wrap .wp-block-embed__wrapper iframe {
	position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 8px;
}
.st-news-video { background: var(--ink); }

/* ---------- Botones ---------- */
.st-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .45em;
	padding: .7em 1.4em; border-radius: 999px; border: 2px solid transparent;
	font-weight: 700; font-size: .95rem; line-height: 1.2; cursor: pointer;
	transition: transform .12s ease, background .15s ease, color .15s ease, border-color .15s ease;
	text-align: center;
}
.st-btn:hover { transform: translateY(-1px); }
.st-btn-lg { padding: .9em 1.8em; font-size: 1.02rem; }
.st-btn-sm { padding: .5em 1em; font-size: .85rem; }
.st-btn-solid { background: var(--red); color: #fff; }
.st-btn-solid:hover { background: var(--red-dark); color: #fff; }
.st-btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.st-btn-ghost:hover { border-color: var(--ink); color: var(--ink); }
.st-btn-wa { background: var(--wa); color: #fff; }
.st-btn-wa:hover { background: var(--wa-dark); color: #fff; }
.st-link { font-weight: 700; }
.st-chip {
	display: inline-block; padding: .35em .9em; border-radius: 999px;
	background: var(--paper-2); border: 1px solid var(--line); color: var(--ink-2);
	font-size: .85rem; font-weight: 600; margin: .15em .2em;
}
.st-chip:hover { border-color: var(--red); color: var(--red); }

/* ---------- Barra superior ---------- */
.st-topbar { background: var(--ink); color: #cfd4da; font-size: .82rem; }
.st-topbar-in { display: flex; justify-content: space-between; gap: 1em; padding-block: .45em; flex-wrap: wrap; }
.st-topbar a { color: var(--gold-light); }
.st-topbar a:hover { color: #fff; }

/* ---------- Cabecera ---------- */
.st-header {
	position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96);
	backdrop-filter: blur(6px); border-bottom: 1px solid var(--line);
}
.st-header-in { display: flex; align-items: center; gap: 1.2rem; min-height: 72px; }
.st-logo { display: inline-flex; align-items: center; gap: .55em; color: var(--ink); }
.st-logo-text { font-size: 1.35rem; font-weight: 900; letter-spacing: .14em; }
.st-nav { margin-left: auto; }
.st-menu { list-style: none; display: flex; gap: .3rem; margin: 0; padding: 0; }
.st-menu a {
	display: block; padding: .5em .8em; border-radius: 8px; color: var(--ink-2); font-weight: 600; font-size: .95rem;
}
.st-menu a:hover, .st-menu .current-menu-item > a { color: var(--red); background: rgba(200,16,46,.06); }
.st-header-actions { display: flex; align-items: center; gap: .7rem; }
.st-header-actions .st-btn { white-space: nowrap; }

/* Selector de idioma */
.st-lang { position: relative; }
.st-lang-flag-img {
	width: 22px; height: 15px; border-radius: 2px; object-fit: cover;
	box-shadow: 0 0 0 1px rgba(11,13,16,.12); flex-shrink: 0;
}
.st-lang-btn {
	display: inline-flex; align-items: center; gap: .4em; padding: .45em .85em;
	border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; font-weight: 700; font-size: .9rem;
}
.st-lang-btn:hover { border-color: var(--ink); }
.st-lang-list {
	position: absolute; right: 0; top: calc(100% + 6px); min-width: 210px; z-index: 90;
	background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow);
	list-style: none; margin: 0; padding: .4em; display: none;
}
.st-lang.open .st-lang-list { display: block; }
.st-lang-list a {
	display: flex; align-items: center; gap: .6em; padding: .55em .7em; border-radius: 8px;
	color: var(--ink-2); font-weight: 600;
}
.st-lang-list a:hover { background: var(--paper-2); }
.st-lang-list a.is-active { color: var(--red); }
.st-lang-check { margin-left: auto; color: var(--wa); font-weight: 900; }
.st-lang-arrow { font-size: .75em; color: var(--muted); }

/* Hamburguesa */
.st-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 10px; cursor: pointer; }
.st-hamburger span { width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform .2s; }
.st-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.st-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.st-hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero (carrusel) ---------- */
.st-hero { position: relative; color: #fff; padding: clamp(4rem, 9vw, 7rem) 0; overflow: hidden; }
.st-carousel-track { position: relative; min-height: clamp(420px, 55vw, 640px); }
.st-hero-slide {
	position: absolute; inset: 0; display: flex; align-items: center;
	opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s ease;
}
.st-hero-slide.is-active { opacity: 1; visibility: visible; }
.st-hero-bg {
	position: absolute; inset: 0; background-size: cover; background-position: center;
	transform: scale(1.02);
}
.st-hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(11,13,16,.92) 0%, rgba(11,13,16,.72) 45%, rgba(11,13,16,.45) 100%);
}
.st-hero-in { position: relative; max-width: 760px; }
.st-carousel-arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
	width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35);
	background: rgba(11,13,16,.45); color: #fff; font-size: 1.7rem; line-height: 1;
	cursor: pointer; transition: background .15s;
}
.st-carousel-arrow:hover { background: var(--red); }
.st-carousel-prev { left: 18px; }
.st-carousel-next { right: 18px; }
.st-carousel-dots {
	position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 5;
	display: flex; gap: .5rem;
}
.st-carousel-dot {
	width: 11px; height: 11px; border-radius: 50%; border: 0; padding: 0;
	background: rgba(255,255,255,.45); cursor: pointer; transition: background .15s, transform .15s;
}
.st-carousel-dot.is-active { background: var(--gold); transform: scale(1.25); }
.st-carousel-dot:hover { background: #fff; }
@media (max-width: 768px) {
	.st-carousel-arrow { display: none; }
	.st-carousel-track { min-height: 480px; }
}
.st-hero-badge {
	display: inline-block; background: rgba(212,160,23,.16); border: 1px solid rgba(212,160,23,.55);
	color: var(--gold-light); padding: .35em 1em; border-radius: 999px; font-weight: 700; font-size: .85rem;
	letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1.2rem;
}
.st-hero-title { color: #fff; font-size: clamp(1.7rem, 4vw, 2.9rem); font-weight: 900; margin-bottom: .6em; }
.st-hero-sub { color: #d5dae1; font-size: clamp(1rem, 1.6vw, 1.15rem); margin-bottom: 1.6em; max-width: 640px; }
.st-hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ---------- Secciones ---------- */
.st-section { padding: clamp(2.6rem, 6vw, 4.6rem) 0; }
.st-section-alt { background: var(--paper-2); }
.st-section-head { text-align: center; max-width: 700px; margin: 0 auto 2.2rem; }
.st-section-cta { text-align: center; margin-top: 2rem; }
.st-eyebrow {
	color: var(--red); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; margin-bottom: .4em;
}
.st-h2 { font-size: clamp(1.4rem, 3vw, 2rem); }
.st-h3 { font-size: 1.15rem; }

/* ---------- Ventajas ---------- */
.st-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.st-feature {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem;
	transition: box-shadow .2s, transform .2s;
}
.st-feature:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.st-section-alt .st-feature { background: #fff; }
.st-feature-num {
	font-size: 1.6rem; font-weight: 900; color: var(--gold); display: block; margin-bottom: .4em;
	font-variant-numeric: tabular-nums;
}
.st-feature-title { font-size: 1.08rem; margin-bottom: .3em; }
.st-feature-desc { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Sobre nosotros ---------- */
.st-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.st-about-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.st-check-list { list-style: none; padding: 0; }
.st-check-list li { padding: .45em 0 .45em 1.8em; position: relative; }
.st-check-list li::before {
	content: "✓"; position: absolute; left: 0; top: .45em; color: var(--wa); font-weight: 900;
}
.st-why-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.5rem; align-items: start; }
.st-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.st-stat {
	background: var(--ink); color: #fff; border-radius: var(--radius); padding: 1.3rem; text-align: center;
}
.st-stat-num { display: block; font-size: 1.9rem; font-weight: 900; color: var(--gold-light); }
.st-stat-label { font-size: .85rem; color: #c7cdd6; }

/* ---------- Productos ---------- */
.st-products-grid {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem;
}
.st-product-card {
	border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff;
	display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s;
}
.st-product-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.st-product-media { display: block; aspect-ratio: 1/1; overflow: hidden; background: var(--paper-2); }
.st-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.st-product-card:hover .st-product-media img { transform: scale(1.05); }
.st-product-body { padding: 1rem; display: flex; flex-direction: column; gap: .4em; flex: 1; }
.st-product-sku { font-size: .78rem; color: var(--muted); letter-spacing: .04em; margin: 0; }
.st-product-name { font-size: 1rem; margin: 0; }
.st-product-name a { color: var(--ink); }
.st-product-name a:hover { color: var(--red); }
.st-product-price { font-weight: 800; color: var(--red); margin: 0; }
.st-product-short { color: var(--muted); font-size: .88rem; margin: 0; }
.st-product-actions { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: auto; padding-top: .5em; }
.st-empty { text-align: center; color: var(--muted); padding: 2rem 0; }
.st-shop-tools { margin-bottom: 2rem; display: grid; gap: 1rem; }
.st-search { display: flex; gap: .5rem; max-width: 520px; }
.st-search input[type="search"] {
	flex: 1; padding: .65em 1em; border: 1px solid var(--line); border-radius: 999px; font-size: .95rem; font-family: inherit;
}
.st-search input:focus { outline: 2px solid var(--red); outline-offset: 1px; }

/* ---------- Noticias ---------- */
.st-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.st-news-card {
	border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff;
	display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s;
}
.st-news-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.st-news-card > a img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.st-news-body { padding: 1.1rem; display: flex; flex-direction: column; gap: .45em; flex: 1; }
.st-news-body time { font-size: .8rem; color: var(--muted); }
.st-news-body h2, .st-news-body h3 { font-size: 1.05rem; margin: 0; }
.st-news-body h2 a, .st-news-body h3 a { color: var(--ink); }
.st-news-body h2 a:hover, .st-news-body h3 a:hover { color: var(--red); }
.st-news-body p { color: var(--muted); font-size: .93rem; margin: 0 0 .4em; flex: 1; }
.st-pagination { margin-top: 2.2rem; text-align: center; }
.st-pagination .nav-links { display: inline-flex; gap: .4rem; }
.st-pagination .page-numbers {
	display: inline-flex; min-width: 40px; height: 40px; padding: 0 .6em; align-items: center; justify-content: center;
	border: 1px solid var(--line); border-radius: 8px; font-weight: 700; color: var(--ink-2);
}
.st-pagination .page-numbers.current { background: var(--red); border-color: var(--red); color: #fff; }

/* ---------- CTA ---------- */
.st-cta-band { background: linear-gradient(120deg, var(--ink) 0%, var(--ink-2) 100%); color: #fff; text-align: center; }
.st-cta-band .st-h2 { color: #fff; }
.st-cta-band p { color: #c7cdd6; max-width: 640px; margin-inline: auto; }
.st-cta-in { max-width: 760px; }
.st-form-inline .st-form-row { display: flex; gap: .6rem; flex-wrap: wrap; justify-content: center; }
.st-form-inline input {
	padding: .7em 1.1em; border: 1px solid rgba(255,255,255,.25); border-radius: 999px;
	background: rgba(255,255,255,.08); color: #fff; font-size: .95rem; font-family: inherit; min-width: 220px;
}
.st-form-inline input::placeholder { color: #aab3bd; }
.st-form-note { font-size: .8rem; opacity: .75; margin: .8em 0 0; }
.st-form-channels { opacity: .95; font-weight: 600; color: var(--ink-2); }

/* ---------- Páginas internas ---------- */
.st-page-head { background: var(--paper-2); border-bottom: 1px solid var(--line); padding: clamp(2rem, 5vw, 3.4rem) 0; }
.st-page-title { font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin: 0 0 .3em; }
.st-page-intro { max-width: 780px; color: var(--muted); margin: 0; }
.st-content { padding: clamp(1.8rem, 4vw, 3rem) 0; max-width: 860px; }
.st-content img { border-radius: var(--radius); margin: 1em 0; }
.st-legal h2 { font-size: 1.15rem; margin-top: 1.6em; }
.st-legal-updated { color: var(--muted); font-size: .9rem; margin: 0; }
.st-legal p { color: var(--ink-3); }

/* ---------- Contacto ---------- */
.st-contact-grid { display: grid; grid-template-columns: 380px 1fr; gap: 2.2rem; align-items: start; }
.st-contact-info { display: grid; gap: 1rem; }
.st-contact-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; background: #fff; }
.st-contact-card p { margin-bottom: .6em; }
.st-form { display: grid; gap: 1rem; }
.st-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.st-field { display: grid; gap: .3em; }
.st-field-full { grid-column: 1 / -1; }
.st-field label { font-weight: 700; font-size: .88rem; }
.st-field input, .st-field textarea, .st-field select {
	padding: .65em .9em; border: 1px solid var(--line); border-radius: 8px; font-size: .95rem;
	font-family: inherit; background: #fff; color: var(--ink-2); width: 100%;
}
.st-field input:focus, .st-field textarea:focus { outline: 2px solid var(--red); outline-offset: 1px; }
.st-faq { max-width: 800px; }
.st-faq-title { text-align: center; margin-bottom: 1.4rem; }
.st-faq-item {
	border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
	margin-bottom: .7rem; padding: .2em 1em;
}
.st-faq-item summary {
	cursor: pointer; font-weight: 700; color: var(--ink); padding: .8em 0; list-style: none;
	display: flex; justify-content: space-between; align-items: center;
}
.st-faq-item summary::after { content: "+"; font-size: 1.3rem; color: var(--red); }
.st-faq-item[open] summary::after { content: "−"; }
.st-faq-item p { color: var(--muted); padding-bottom: .8em; }

/* ---------- 404 ---------- */
.st-404-in { text-align: center; max-width: 620px; margin-inline: auto; }
.st-404-code { font-size: clamp(4rem, 12vw, 7rem); font-weight: 900; color: var(--red); margin: 0; line-height: 1; }
.st-back { margin-top: 2rem; }

/* ---------- Footer ---------- */
.st-footer { background: var(--ink); color: #b9c0c9; padding: clamp(2.4rem, 5vw, 4rem) 0 0; }
.st-footer-title-sm { color: #fff; font-weight: 700; font-size: .9rem; margin: 0 0 .5em; }
.st-social-row { display: flex; gap: .6rem; margin-bottom: .8em; }
.st-social-link {
	display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
	background: rgba(255,255,255,.08); color: #d5dae1; transition: background .15s, color .15s, transform .15s;
}
.st-social-link:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.st-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.st-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.4rem; }
.st-footer-brand { color: #fff; font-weight: 900; letter-spacing: .14em; font-size: 1.2rem; }
.st-footer-title { color: #fff; font-weight: 800; margin-bottom: .8em; }
.st-footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .45em; }
.st-footer-links a { color: #b9c0c9; }
.st-footer-links a:hover { color: var(--gold-light); }
.st-footer-col .st-btn { margin-top: .6em; }
.st-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.12); padding: 1.1em 0; font-size: .85rem;
}
.st-footer-bottom p { margin: 0; }

/* ---------- Botón flotante WhatsApp ---------- */
.st-wa-float {
	position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; align-items: center; gap: .6em;
	background: var(--wa); color: #fff; border-radius: 999px; padding: .55em .7em;
	box-shadow: 0 8px 24px rgba(37, 211, 102, .4); transition: transform .15s;
}
.st-wa-float:hover { transform: scale(1.05); color: #fff; background: var(--wa-dark); }
.st-wa-float-icon { display: grid; place-items: center; }
.st-wa-float-msg { font-weight: 700; font-size: .88rem; max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width .25s ease; }
.st-wa-float:hover .st-wa-float-msg { max-width: 220px; }

/* ---------- Aviso de cookies ---------- */
.st-cookie[hidden] { display: none !important; }
.st-cookie {
	position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 120;
	background: var(--ink); color: #dfe3e8; border-radius: 14px; padding: 1.1rem 1.3rem;
	box-shadow: 0 12px 40px rgba(0,0,0,.35); display: flex; gap: 1rem; align-items: center;
	flex-wrap: wrap; max-width: 860px; margin-inline: auto;
}
.st-cookie-text { margin: 0; flex: 1; min-width: 240px; font-size: .92rem; }
.st-cookie-actions { display: flex; gap: .5rem; align-items: center; flex-wrap: wrap; }
.st-cookie-more { color: var(--gold-light); font-weight: 700; font-size: .9rem; }

/* ---------- WooCommerce (estilos base) ---------- */
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; list-style: none; padding: 0; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
	width: auto !important; float: none !important; margin: 0 !important; position: relative;
}
.woocommerce .st-product-card { height: 100%; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { display: inline-block; margin-bottom: 1.2rem; }
.woocommerce .woocommerce-ordering select { padding: .5em; border: 1px solid var(--line); border-radius: 8px; font-family: inherit; }
.woocommerce .button {
	display: inline-flex; align-items: center; justify-content: center; padding: .6em 1.2em; border-radius: 999px;
	background: var(--red); color: #fff; font-weight: 700; border: 0; cursor: pointer; font-size: .9rem;
}
.woocommerce .button:hover { background: var(--red-dark); color: #fff; }
.woocommerce a.button.alt, .woocommerce button.button.alt { background: var(--red); color: #fff; }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: var(--red-dark); color: #fff; }
.woocommerce div.product div.images img { border-radius: var(--radius); }
.woocommerce div.product .product_title { font-size: 1.6rem; }
.woocommerce div.product p.price { color: var(--red); font-weight: 800; font-size: 1.3rem; }
.woocommerce form.cart { display: flex; gap: .6rem; align-items: center; margin: 1em 0; }
.woocommerce form.cart .qty { padding: .6em; border: 1px solid var(--line); border-radius: 8px; width: 70px; font-family: inherit; }
.st-wa-product { margin: .4em 0 .8em; }
.woocommerce-cart table.cart, .woocommerce-checkout .woocommerce table.shop_table {
	border: 1px solid var(--line); border-radius: var(--radius); border-collapse: separate; border-spacing: 0; overflow: hidden;
}
.woocommerce-cart table.cart th, .woocommerce-checkout table.shop_table th { background: var(--paper-2); padding: .8em; text-align: left; }
.woocommerce-cart table.cart td, .woocommerce-checkout table.shop_table td { padding: .8em; border-top: 1px solid var(--line); }
.woocommerce .cart-collaterals .cart_totals { float: none; width: 100%; }
.woocommerce .checkout .col2-set, .woocommerce-page .checkout .col2-set { width: 100%; }
.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info {
	background: #eefaf1; border: 1px solid #cdeeda; border-radius: var(--radius); padding: .9em 1.1em; margin-bottom: 1em;
}
.woocommerce .woocommerce-error { background: #fdeeee; border: 1px solid #f5c6c6; border-radius: var(--radius); padding: .9em 1.1em; list-style: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.st-features-grid { grid-template-columns: repeat(2, 1fr); }
	.st-products-grid, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
	.st-news-grid { grid-template-columns: repeat(2, 1fr); }
	.st-distributors-grid { grid-template-columns: repeat(2, 1fr); }
	.st-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
	.st-hamburger { display: flex; }
	.st-nav {
		position: fixed; inset: 0; background: rgba(255,255,255,.99); z-index: 95;
		padding: 96px 8% 2rem; transform: translateX(100%); transition: transform .25s ease; overflow-y: auto;
	}
	.st-nav.open { transform: translateX(0); }
	.st-menu { flex-direction: column; gap: .2rem; }
	.st-menu a { font-size: 1.15rem; padding: .8em .6em; }
	.st-header-actions .st-btn { display: none; }
	.st-about-grid, .st-why-grid, .st-contact-grid { grid-template-columns: 1fr; }
	.st-form-grid { grid-template-columns: 1fr; }
	.st-products-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
	.st-products-grid, .woocommerce ul.products, .st-news-grid, .st-distributors-grid { grid-template-columns: 1fr; }
	.st-features-grid { grid-template-columns: 1fr; }
	.st-topbar-in { justify-content: center; text-align: center; }
	.st-footer-grid { grid-template-columns: 1fr; }
	.st-hero-actions .st-btn { width: 100%; }
}

/* ---------- Modo catálogo sin precios (cotización) ---------- */
.st-no-prices .single_add_to_cart_button,
.st-no-prices .quantity,
.st-no-prices .cart .button,
.st-no-prices .woocommerce-variation-add-to-cart { display: none !important; }
.st-no-prices .price { display: none !important; }
.st-product-quote-row { display: flex; gap: .6rem; flex-wrap: wrap; margin: .5em 0 .8em; }

/* ---------- Accesibilidad ---------- */
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; }
	html { scroll-behavior: auto; }
}
