:root {
  --vega-bg: #f7f7f5;
  --vega-surface: #ffffff;
  --vega-surface-2: #f0f1ed;
  --vega-text: #171914;
  --vega-muted: #686d63;
  --vega-line: #dedfd9;
  --vega-accent: #ff5b2d;
  --vega-accent-2: #ffb02e;
  --vega-accent-dark: #d83c12;
  --vega-wa: #168a48;
  --vega-wa-dark: #0f6c37;
  --vega-dark: #181b17;
  --vega-radius-sm: 12px;
  --vega-radius: 20px;
  --vega-radius-lg: 32px;
  --vega-shadow: 0 22px 60px rgba(20, 24, 18, .10);
  --vega-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--vega-text);
  background: var(--vega-bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.vega-menu-opened { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { width: 1em; height: 1em; fill: currentColor; flex: 0 0 auto; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  word-wrap: normal !important;
  border: 0;
}
.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  width: auto;
  left: 10px;
  top: 10px;
  z-index: 99999;
  padding: 12px 16px;
  background: #fff;
  border-radius: 8px;
}

.vega-container { width: min(calc(100% - 40px), var(--vega-container)); margin-inline: auto; }
.vega-site-main { min-height: 50vh; }

.vega-topbar { background: var(--vega-dark); color: #f6f6f1; font-size: 13px; }
.vega-topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 20px; }
.vega-topbar__links { display: flex; gap: 20px; align-items: center; }
.vega-topbar a { display: inline-flex; align-items: center; gap: 7px; opacity: .9; }
.vega-topbar a:hover { opacity: 1; }

.vega-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(247, 247, 245, .93);
  backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.vega-header.is-scrolled { border-bottom-color: var(--vega-line); box-shadow: 0 10px 30px rgba(25, 27, 22, .05); }
.vega-header__inner { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.vega-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 210px; }
.vega-brand img.custom-logo { display: block; max-height: 54px; width: auto; }
.vega-brand__mark {
  width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center;
  font-size: 23px; font-weight: 900; color: #fff;
  background: linear-gradient(135deg, var(--vega-accent), var(--vega-accent-2));
  box-shadow: 0 8px 24px rgba(255,91,45,.3);
}
.vega-brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.vega-brand__text strong { font-size: 18px; letter-spacing: -.03em; }
.vega-brand__text small { margin-top: 5px; color: var(--vega-muted); font-size: 9px; letter-spacing: .16em; font-weight: 800; }
.vega-nav { flex: 1; }
.vega-menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; gap: 28px; }
.vega-menu > li { position: relative; }
.vega-menu > li > a { font-size: 14px; font-weight: 700; padding: 28px 0; display: inline-block; }
.vega-menu > li > a:hover, .vega-menu .current-menu-item > a { color: var(--vega-accent); }
.vega-menu .sub-menu {
  display: none; position: absolute; top: 100%; left: -18px; min-width: 220px; list-style: none;
  padding: 10px; margin: 0; border: 1px solid var(--vega-line); border-radius: 14px; background: #fff; box-shadow: var(--vega-shadow);
}
.vega-menu li:hover > .sub-menu, .vega-menu li:focus-within > .sub-menu { display: block; }
.vega-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; font-size: 14px; }
.vega-menu .sub-menu a:hover { background: var(--vega-surface-2); color: var(--vega-accent); }
.vega-header__actions { display: flex; align-items: center; gap: 10px; }
.vega-icon-btn { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; border: 1px solid var(--vega-line); background: #fff; font-size: 19px; }
.vega-header-wa { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 12px; color: #fff; background: var(--vega-wa); font-weight: 800; font-size: 13px; }
.vega-header-wa:hover { background: var(--vega-wa-dark); transform: translateY(-1px); }
.vega-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; font-size: 26px; cursor: pointer; }
.vega-menu-close { display: none; }
.vega-menu-toggle[aria-expanded="true"] .vega-menu-open { display: none; }
.vega-menu-toggle[aria-expanded="true"] .vega-menu-close { display: inline-flex; }

.vega-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 92px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,176,46,.14), transparent 30%),
    linear-gradient(180deg, #f7f7f5 0%, #efefe9 100%);
}
.vega-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.vega-kicker { display: inline-block; color: var(--vega-accent); font-size: 11px; line-height: 1.2; letter-spacing: .18em; font-weight: 900; text-transform: uppercase; }
.vega-hero h1 { max-width: 760px; margin: 16px 0 20px; font-size: clamp(44px, 5.4vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.vega-hero__content > p { max-width: 670px; margin: 0; font-size: 18px; color: var(--vega-muted); }
.vega-hero__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.vega-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 10px 15px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; font-size: 13px; line-height: 1.1; transition: .2s ease; cursor: pointer; }
.vega-btn:hover { transform: translateY(-2px); }
.vega-btn--large { min-height: 52px; padding: 14px 20px; font-size: 14px; border-radius: 14px; }
.vega-btn--primary { background: var(--vega-dark); color: #fff; }
.vega-btn--primary:hover { background: #292d27; }
.vega-btn--whatsapp { background: var(--vega-wa); color: #fff; }
.vega-btn--whatsapp:hover { background: var(--vega-wa-dark); color: #fff; }
.vega-btn--outline { background: transparent; border-color: var(--vega-line); color: var(--vega-text); }
.vega-btn--outline:hover, .vega-btn--ghost:hover { border-color: #babdb5; background: var(--vega-surface-2); }
.vega-btn--ghost { background: #fff; border-color: var(--vega-line); }
.vega-hero__trust { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--vega-line); }
.vega-hero__trust span { display: flex; flex-direction: column; }
.vega-hero__trust strong { font-size: 14px; }
.vega-hero__trust small { color: var(--vega-muted); font-size: 11px; }
.vega-hero__visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.vega-hero-card--main {
  width: min(100%, 470px); min-height: 420px; padding: 38px; border-radius: 34px;
  background: linear-gradient(145deg, #222720, #121411);
  color: #fff; box-shadow: 0 40px 100px rgba(19,22,17,.25); overflow: hidden; position: relative;
  transform: rotate(2deg);
}
.vega-hero-card__tag { font-size: 10px; font-weight: 900; letter-spacing: .2em; color: #ffcc7a; }
.vega-hero-card__orb {
  width: 270px; height: 270px; border-radius: 50%; margin: 16px auto -30px;
  background: radial-gradient(circle at 35% 35%, #ffd38a 0 8%, #ff8d3c 23%, #ff4e26 46%, #8d2111 70%, #2b1009 100%);
  box-shadow: 0 0 70px rgba(255,93,45,.45), inset -30px -30px 80px rgba(0,0,0,.2);
  position: relative;
}
.vega-hero-card__orb::after { content:""; position:absolute; inset: 42% -18%; height: 2px; background: linear-gradient(90deg, transparent, #ffd18a, transparent); box-shadow: 0 0 24px #ff7a2b; transform: rotate(-12deg); }
.vega-hero-card h3 { font-size: 25px; line-height: 1.05; letter-spacing: -.03em; margin: 18px 0 10px; }
.vega-hero-card p { color: #c5c9c1; font-size: 13px; margin: 0 0 16px; }
.vega-hero-card a { display: inline-flex; align-items: center; gap: 7px; color: #ffcc7a; font-size: 13px; font-weight: 800; }
.vega-mini-card { position: absolute; padding: 15px 18px; min-width: 190px; border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.84); backdrop-filter: blur(12px); border-radius: 16px; box-shadow: 0 20px 55px rgba(0,0,0,.12); display: flex; flex-direction: column; }
.vega-mini-card strong { font-size: 13px; }
.vega-mini-card span { font-size: 11px; color: var(--vega-muted); }
.vega-mini-card--one { left: -8px; top: 16%; }
.vega-mini-card--two { right: -10px; bottom: 15%; }
.vega-hero__glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .5; }
.vega-hero__glow--one { width: 280px; height: 280px; right: 5%; top: -90px; background: rgba(255,116,45,.12); }
.vega-hero__glow--two { width: 220px; height: 220px; left: -100px; bottom: -100px; background: rgba(255,181,56,.1); }

.vega-section { padding: 82px 0; }
.vega-section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
.vega-section-head h2 { margin: 10px 0 0; font-size: clamp(30px, 3.8vw, 48px); line-height: 1.02; letter-spacing: -.045em; }
.vega-section-head--center { justify-content: center; text-align: center; }
.vega-text-link { display: inline-flex; gap: 6px; align-items: center; color: var(--vega-text); font-size: 13px; font-weight: 800; white-space: nowrap; }
.vega-text-link:hover { color: var(--vega-accent); }

.vega-categories { background: #fff; }
.vega-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vega-category-card { min-height: 260px; border-radius: 22px; overflow: hidden; position: relative; background: #252823; isolation: isolate; }
.vega-category-card__media { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .45s ease; z-index: -2; }
.vega-category-card__media:empty { background: radial-gradient(circle at 60% 30%, #ffad55, #b73b17 35%, #242821 75%); }
.vega-category-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(13,15,12,.85) 100%); z-index: -1; }
.vega-category-card__content { position: absolute; inset: auto 20px 20px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4px 10px; color: #fff; }
.vega-category-card__content strong { font-size: 20px; line-height: 1.1; }
.vega-category-card__content small { grid-column: 1; color: rgba(255,255,255,.72); }
.vega-category-card__content svg { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 24px; height: 24px; }
.vega-category-card:hover .vega-category-card__media { transform: scale(1.05); }

.vega-featured-products { background: var(--vega-bg); }
.vega-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.vega-product-card { background: var(--vega-surface); border: 1px solid var(--vega-line); border-radius: 20px; overflow: hidden; transition: .25s ease; min-width: 0; }
.vega-product-card:hover { transform: translateY(-4px); box-shadow: var(--vega-shadow); border-color: transparent; }
.vega-product-card__media { display: block; position: relative; aspect-ratio: 1 / .92; background: #f1f1ee; overflow: hidden; }
.vega-product-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.vega-product-card:hover .vega-product-card__media img { transform: scale(1.025); }
.vega-badge { position: absolute; top: 12px; left: 12px; background: var(--vega-accent); color: #fff; border-radius: 999px; padding: 6px 9px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vega-product-card__body { padding: 17px; }
.vega-product-card__meta, .vega-product-card__meta a { color: var(--vega-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.vega-product-card h3 { margin: 8px 0 10px; font-size: 16px; line-height: 1.25; letter-spacing: -.02em; }
.vega-product-card h3 a:hover { color: var(--vega-accent); }
.vega-product-card__price { min-height: 28px; margin-bottom: 14px; font-size: 17px; font-weight: 900; }
.vega-product-card__price del { color: #8b8f86; font-size: 12px; font-weight: 600; }
.vega-product-card__price ins { text-decoration: none; }
.vega-product-card__actions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; }

.vega-why { background: #181b17; color: #fff; }
.vega-why .vega-section-head h2 { max-width: 760px; }
.vega-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 42px; }
.vega-feature-grid article { min-height: 240px; padding: 24px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.035); border-radius: 20px; }
.vega-feature-grid article > span { color: #ffb64d; font-size: 11px; font-weight: 900; }
.vega-feature-grid h3 { font-size: 19px; margin: 45px 0 10px; }
.vega-feature-grid p { margin: 0; color: #aeb4aa; font-size: 13px; }

.vega-cta-strip { padding: 46px 0; background: linear-gradient(120deg, #ff5a2d, #ee7d22); color: #fff; }
.vega-cta-strip__inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.vega-cta-strip .vega-kicker { color: #ffe6cc; }
.vega-cta-strip h2 { margin: 7px 0 6px; font-size: 31px; line-height: 1.05; letter-spacing: -.035em; }
.vega-cta-strip p { margin: 0; opacity: .85; }
.vega-cta-strip .vega-btn--whatsapp { background: #fff; color: var(--vega-wa-dark); }
.vega-cta-strip .vega-btn--whatsapp:hover { background: #f4fff8; }

.vega-footer { background: #10120f; color: #d4d8d0; padding: 66px 0 26px; }
.vega-footer__grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 60px; }
.vega-footer__brand { color: #fff; font-size: 23px; font-weight: 900; letter-spacing: -.035em; }
.vega-footer h3 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 15px; }
.vega-footer p { color: #8f968c; font-size: 13px; margin: 6px 0; max-width: 470px; }
.vega-footer a:hover { color: #fff; }
.vega-footer-menu { list-style: none; padding: 0; margin: 0; }
.vega-footer-menu li { margin: 8px 0; }
.vega-footer-menu a { font-size: 13px; color: #9ca298; }
.vega-footer__bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; gap: 20px; color: #70766d; font-size: 11px; }
.vega-floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 999; width: 58px; height: 58px; display: grid; place-items: center; background: var(--vega-wa); color: #fff; border-radius: 50%; font-size: 28px; box-shadow: 0 14px 34px rgba(20,130,70,.3); transition: .2s ease; }
.vega-floating-wa:hover { transform: translateY(-3px) scale(1.03); background: var(--vega-wa-dark); }

.vega-page-hero { padding: 70px 0 46px; background: #ecece6; border-bottom: 1px solid var(--vega-line); }
.vega-page-hero h1 { max-width: 900px; margin: 10px 0 0; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.045em; }
.vega-prose { max-width: 960px; }
.vega-prose > *:first-child { margin-top: 0; }
.vega-prose h2, .vega-prose h3 { line-height: 1.15; letter-spacing: -.03em; }
.vega-prose a { color: var(--vega-accent-dark); text-decoration: underline; text-underline-offset: 3px; }
.vega-prose--article { max-width: 900px; }
.vega-article-image { border-radius: 24px; margin-bottom: 30px; }
.vega-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vega-post-card { background: #fff; border: 1px solid var(--vega-line); border-radius: 18px; overflow: hidden; }
.vega-post-card__media { display: block; aspect-ratio: 16/10; background: var(--vega-surface-2); }
.vega-post-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vega-post-card__body { padding: 20px; }
.vega-post-card__body > span { color: var(--vega-muted); font-size: 11px; }
.vega-post-card h2 { font-size: 19px; line-height: 1.2; margin: 8px 0; }
.vega-post-card p { font-size: 13px; color: var(--vega-muted); }
.vega-empty-state { grid-column: 1 / -1; padding: 28px; background: #fff; border: 1px dashed #c7c9c2; border-radius: 16px; color: var(--vega-muted); }
.vega-not-found { min-height: 58vh; display: grid; place-items: center; text-align: center; }
.vega-not-found h1 { font-size: clamp(44px, 6vw, 74px); letter-spacing: -.05em; margin: 10px 0; }
.vega-not-found p { color: var(--vega-muted); }
.vega-not-found .vega-hero__actions { justify-content: center; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { padding-top: 22px; margin-bottom: 0; color: var(--vega-muted); font-size: 11px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--vega-text); }
.crumb-sep { margin: 0 8px; color: #a9aca4; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin: 24px 0; }
.woocommerce .woocommerce-ordering select { border: 1px solid var(--vega-line); background: #fff; border-radius: 10px; min-height: 42px; padding: 0 36px 0 12px; }
.woocommerce .products ul, .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: auto; float: none; margin: 0; padding: 0 0 16px; background: #fff; border: 1px solid var(--vega-line); border-radius: 19px; overflow: hidden; transition: .25s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--vega-shadow); border-color: transparent; }
.woocommerce ul.products li.product a img { margin: 0 0 14px; aspect-ratio: 1/.92; object-fit: cover; background: #f1f1ee; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 16px; font-size: 16px; line-height: 1.25; min-height: 40px; }
.woocommerce ul.products li.product .price { padding: 0 16px; color: var(--vega-text); font-size: 16px; font-weight: 900; }
.woocommerce ul.products li.product .onsale { top: 10px; right: 10px; left: auto; min-height: auto; min-width: auto; line-height: 1; padding: 7px 9px; margin: 0; border-radius: 999px; background: var(--vega-accent); font-size: 10px; }
.vega-loop-actions { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7px; padding: 0 16px; margin-top: 12px; }
.woocommerce ul.products li.product .button.vega-loop-detail, .woocommerce ul.products li.product .button.vega-loop-whatsapp {
  margin: 0; min-height: 42px; padding: 10px 8px; border-radius: 10px; display: inline-flex; justify-content: center; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; text-align: center;
}
.woocommerce ul.products li.product .button.vega-loop-detail { background: #fff; border: 1px solid var(--vega-line); color: var(--vega-text); }
.woocommerce ul.products li.product .button.vega-loop-whatsapp { background: var(--vega-wa); color: #fff; }
.woocommerce ul.products li.product .button.vega-loop-whatsapp:hover { background: var(--vega-wa-dark); }

.woocommerce div.product { padding: 44px 0 80px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 2.5em; }
.woocommerce div.product div.images img { border-radius: 18px; background: #fff; }
.woocommerce div.product .product_title { font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--vega-text); font-size: 25px; font-weight: 900; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--vega-muted); }
.woocommerce div.product .product_meta {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 16px 18px;
  margin: 0 0 28px;
  border: 1px solid var(--vega-line);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  color: var(--vega-muted);
  font-size: 12px;
}
.woocommerce div.product .product_meta > span { display: inline-flex; gap: 4px; margin: 0; }
.vega-single-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 24px 0 18px; }
.vega-single-actions__hint { grid-column: 1 / -1; margin: 2px 0 0; color: var(--vega-muted); font-size: 11px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--vega-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; background: transparent; border-radius: 0; margin: 0 20px 0 0; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 12px 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid var(--vega-accent); }
.woocommerce div.product .related.products > h2, .woocommerce div.product .upsells.products > h2 { font-size: 34px; letter-spacing: -.04em; margin: 60px 0 24px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: 12px; border-top-color: var(--vega-accent); background: #fff; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 7px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 38px; min-height: 38px; display: grid; place-items: center; border: 1px solid var(--vega-line); border-radius: 9px; background: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--vega-dark); color: #fff; border-color: var(--vega-dark); }

/* WordPress forms */
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
  max-width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--vega-line); border-radius: 10px; background: #fff; color: var(--vega-text); outline: none;
}
textarea { min-height: 130px; }
input:focus, textarea:focus, select:focus { border-color: #aaa; box-shadow: 0 0 0 3px rgba(0,0,0,.04); }
button, input[type="submit"] { border: 0; border-radius: 10px; min-height: 44px; padding: 10px 16px; background: var(--vega-dark); color: #fff; font-weight: 800; cursor: pointer; }

@media (max-width: 1080px) {
  .vega-header__inner { gap: 18px; }
  .vega-menu { gap: 18px; }
  .vega-brand { min-width: 170px; }
  .vega-hero__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .vega-category-grid, .vega-product-grid, .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
  .vega-feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .vega-container { width: min(calc(100% - 28px), var(--vega-container)); }
  .vega-topbar__inner > span { display: none; }
  .vega-topbar__inner { justify-content: center; min-height: 34px; }
  .vega-topbar__links { width: 100%; justify-content: space-between; }
  .vega-header__inner { min-height: 68px; }
  .vega-brand { min-width: 0; margin-right: auto; }
  .vega-brand img.custom-logo { max-height: 46px; max-width: 190px; }
  .vega-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .vega-header__actions .vega-icon-btn { display: none; }
  .vega-header-wa span { display: none; }
  .vega-header-wa { width: 42px; height: 42px; padding: 0; justify-content: center; font-size: 20px; }
  .vega-nav { display: none; position: fixed; top: 102px; left: 0; right: 0; bottom: 0; background: rgba(247,247,245,.99); padding: 22px 20px 50px; overflow-y: auto; }
  .vega-nav.is-open { display: block; }
  .vega-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .vega-menu > li { border-bottom: 1px solid var(--vega-line); }
  .vega-menu > li > a { display: block; padding: 15px 4px; font-size: 16px; }
  .vega-menu .sub-menu { display: block; position: static; box-shadow: none; border: 0; background: transparent; padding: 0 0 8px 12px; }
  .vega-hero { padding: 56px 0 66px; }
  .vega-hero__grid { grid-template-columns: 1fr; }
  .vega-hero h1 { font-size: clamp(43px, 13vw, 70px); }
  .vega-hero__visual { min-height: 450px; margin-top: 10px; }
  .vega-hero-card--main { min-height: 380px; transform: none; }
  .vega-section { padding: 62px 0; }
  .vega-section-head { align-items: flex-start; flex-direction: column; }
  .vega-category-grid, .vega-product-grid, .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .vega-category-card { min-height: 220px; }
  .vega-cta-strip__inner { align-items: flex-start; flex-direction: column; }
  .vega-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .vega-footer__grid > div:first-child { grid-column: 1 / -1; }
  .vega-post-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce div.product { padding-top: 28px; }
}

@media (max-width: 540px) {
  .vega-topbar { font-size: 11px; }
  .vega-header__inner { gap: 8px; }
  .vega-brand img.custom-logo { max-width: 160px; }
  .vega-hero h1 { font-size: 46px; }
  .vega-hero__content > p { font-size: 15px; }
  .vega-hero__actions { display: grid; grid-template-columns: 1fr; }
  .vega-hero__actions .vega-btn { width: 100%; }
  .vega-hero__trust { gap: 16px; justify-content: space-between; }
  .vega-hero__trust span { width: calc(33.333% - 12px); }
  .vega-hero__trust small { font-size: 9px; }
  .vega-hero__visual { min-height: 390px; }
  .vega-hero-card--main { min-height: 350px; padding: 26px; border-radius: 26px; }
  .vega-hero-card__orb { width: 220px; height: 220px; }
  .vega-mini-card { min-width: 155px; padding: 11px 12px; }
  .vega-mini-card--one { left: -4px; top: 12%; }
  .vega-mini-card--two { right: -3px; bottom: 8%; }
  .vega-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .vega-category-card { min-height: 180px; border-radius: 16px; }
  .vega-category-card__content { inset: auto 14px 14px; }
  .vega-category-card__content strong { font-size: 15px; }
  .vega-category-card__content small { font-size: 10px; }
  .vega-product-grid, .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 9px; }
  .vega-product-card, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { border-radius: 14px; }
  .vega-product-card__body { padding: 12px; }
  .vega-product-card h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 13px; }
  .vega-product-card__price { font-size: 14px; }
  .vega-product-card__meta { display: none; }
  .vega-product-card__actions { grid-template-columns: 1fr; }
  .vega-product-card__actions .vega-btn--ghost { display: none; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price { padding-left: 11px; padding-right: 11px; }
  .vega-loop-actions { grid-template-columns: 1fr; padding: 0 10px; }
  .vega-loop-detail { display: none !important; }
  .woocommerce ul.products li.product .button.vega-loop-whatsapp span { font-size: 10px; }
  .vega-feature-grid { grid-template-columns: 1fr; }
  .vega-feature-grid article { min-height: 190px; }
  .vega-feature-grid h3 { margin-top: 30px; }
  .vega-footer__grid { grid-template-columns: 1fr; }
  .vega-footer__grid > div:first-child { grid-column: auto; }
  .vega-footer__bottom { flex-direction: column; }
  .vega-post-grid { grid-template-columns: 1fr; }
  .vega-single-actions { grid-template-columns: 1fr; }
  .vega-single-actions__hint { grid-column: 1; }
  .vega-floating-wa { width: 54px; height: 54px; right: 15px; bottom: 15px; }
}

/* Woo page shell */
.vega-wc-page { padding-top: 42px; }
.vega-wc-page .woocommerce-products-header { margin-bottom: 8px; }
.vega-wc-page .woocommerce-products-header__title.page-title { margin: 0 0 10px; font-size: clamp(38px, 5vw, 58px); line-height: 1; letter-spacing: -.045em; }
.vega-wc-page .term-description { color: var(--vega-muted); max-width: 800px; }
.vega-wc-page .term-description p { margin-top: 0; }

/* ===== Vega Modern Catalog v1.1 refinements ===== */
.vega-categories { padding-top: 68px; padding-bottom: 68px; }
.vega-category-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.vega-category-grid:has(.vega-category-card:only-child) { grid-template-columns: minmax(260px, 360px); }
.vega-category-card { min-height: 230px; }
.vega-category-card__media { background-color: #20241f; }
.vega-category-card__media[style] { background-size: cover; }

.vega-hero-product {
  width: min(100%, 520px);
  border: 1px solid rgba(20,24,18,.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(18,22,17,.16);
  overflow: hidden;
  position: relative;
  transform: rotate(1.2deg);
}
.vega-hero-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 22px;
  background: linear-gradient(145deg,#f5f5f1,#fff);
  position: relative;
  overflow: hidden;
}
.vega-hero-product__image img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .35s ease;
}
.vega-hero-product:hover .vega-hero-product__image img { transform: scale(1.035); }
.vega-hero-product__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  border-radius: 999px;
  padding: 8px 11px;
  background: var(--vega-accent);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}
.vega-hero-product__body { padding: 22px 24px 24px; background: #171a16; color: #fff; }
.vega-hero-product__body > span { color: #ffbf67; font-size: 9px; letter-spacing: .16em; font-weight: 900; }
.vega-hero-product__body h3 { margin: 8px 0 10px; font-size: 22px; line-height: 1.12; letter-spacing: -.025em; }
.vega-hero-product__price { margin-bottom: 16px; font-size: 18px; font-weight: 900; }
.vega-hero-product__price del { opacity: .55; font-size: 13px; }
.vega-hero-product__price ins { text-decoration: none; }
.vega-hero-product__actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vega-hero-product__actions a { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 850; }
.vega-hero-product__wa { color: #8cf0af; }

/* Better WooCommerce archive layout, including category cards. */
.woocommerce ul.products li.product-category {
  background: #fff;
  border: 1px solid var(--vega-line);
  border-radius: 18px;
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 16px;
}
.woocommerce ul.products li.product-category a img {
  aspect-ratio: 1 / .72;
  object-fit: contain;
  background: #f2f3ef;
  margin-bottom: 10px;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  padding: 0 16px;
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
}
.woocommerce ul.products li.product-category .count { background: transparent; color: var(--vega-muted); font-size: 12px; }

/* Keep catalogue product photography clean rather than crop-heavy. */
.woocommerce ul.products li.product a img,
.vega-product-card__media img { object-fit: contain; background: #f5f5f2; padding: 8px; }

/* Single product: sticky summary is constrained to the product media row. */
.woocommerce div.product { padding-top: 28px; }
.woocommerce div.product .vega-product-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: start;
  gap: clamp(30px, 4vw, 58px);
  margin-bottom: 26px;
}
.woocommerce div.product .vega-product-main > div.images,
.woocommerce div.product .vega-product-main > div.summary {
  float: none !important;
  width: auto !important;
  margin-bottom: 0;
  min-width: 0;
}
.woocommerce div.product .vega-product-main > div.summary {
  position: static;
}
.woocommerce div.product .vega-product-main.is-sticky-safe > div.summary {
  position: sticky;
  top: 98px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  display: flex;
  min-height: 520px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 520px !important;
  object-fit: contain;
  padding: 10px;
}
.woocommerce div.product .product_title { font-size: clamp(32px, 3.25vw, 46px); line-height: 1.04; }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin-bottom: 10px; }
.vega-single-actions { margin: 15px 0 18px; }
.vega-single-actions .vega-btn { min-height: 50px; }
.woocommerce div.product .woocommerce-product-details__short-description { margin-top: 18px; }

@media (max-width: 820px) {
  .vega-hero-product { transform: none; margin-inline: auto; }
  .vega-hero-product__image { min-height: 320px; }
  .vega-hero-product__image img { height: 290px; }
  .vega-category-grid:has(.vega-category-card:only-child) { grid-template-columns: minmax(0, 1fr); }
  .woocommerce div.product .vega-product-main { grid-template-columns: 1fr; gap: 24px; }
  .woocommerce div.product .vega-product-main > div.images,
  .woocommerce div.product .vega-product-main > div.summary,
  .woocommerce div.product .vega-product-main.is-sticky-safe > div.summary { width: 100%; position: static; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image > a { min-height: 360px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image img { height: 360px !important; }
}

@media (max-width: 540px) {
  .vega-categories { padding-top: 52px; padding-bottom: 52px; }
  .vega-category-grid { grid-template-columns: 1fr 1fr; }
  .vega-hero-product__image { min-height: 280px; padding: 14px; }
  .vega-hero-product__image img { height: 250px; }
  .vega-hero-product__body { padding: 18px; }
  .vega-hero-product__body h3 { font-size: 18px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image > a { min-height: 300px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image img { height: 300px !important; }
}

/* ===== Vega Modern Catalog v1.2 theme panel + templates ===== */
.vega-powered{color:inherit;text-decoration:none;opacity:.8}.vega-powered:hover{opacity:1}.vega-template-page{padding-top:72px;padding-bottom:82px}.vega-template-title{max-width:900px;margin-bottom:42px}.vega-template-title h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.045em;margin:10px 0 18px}.vega-prose--wide{max-width:1100px}.vega-template-landing{padding:80px 0 90px;background:linear-gradient(135deg,#f8f5ed,#fff)}.vega-template-landing__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:center;gap:56px}.vega-template-landing h1{font-size:clamp(48px,7vw,88px);line-height:.94;letter-spacing:-.055em;margin:10px 0 22px}.vega-template-landing__image{background:#fff;border:1px solid var(--vega-line);border-radius:28px;overflow:hidden;box-shadow:0 28px 80px rgba(19,24,18,.12)}.vega-template-landing__image img{display:block;width:100%;height:auto}.vega-template-products-head{margin-top:72px}.vega-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.vega-contact-grid>a{display:flex;min-height:210px;flex-direction:column;justify-content:flex-end;padding:24px;border:1px solid var(--vega-line);border-radius:20px;background:#fff;text-decoration:none;color:var(--vega-ink);transition:.25s}.vega-contact-grid>a:hover{transform:translateY(-3px);box-shadow:0 18px 50px rgba(20,24,18,.08)}.vega-contact-grid span{font-size:10px;letter-spacing:.16em;font-weight:900;color:var(--vega-accent);margin-bottom:auto}.vega-contact-grid strong{font-size:20px;margin:22px 0 6px}.vega-contact-grid small{color:var(--vega-muted)}@media(max-width:820px){.vega-template-landing__inner{grid-template-columns:1fr}.vega-contact-grid{grid-template-columns:1fr}.vega-template-page{padding-top:52px}}

/* ===== Vega Modern Catalog v1.3 advanced lightweight controls ===== */
.vega-product-card__actions.is-single{grid-template-columns:1fr}
.vega-card-clean .vega-product-card{border-color:transparent;background:transparent;border-radius:0}
.vega-card-clean .vega-product-card:hover{box-shadow:none;transform:none}
.vega-card-clean .vega-product-card__body{padding-left:0;padding-right:0}

/* Tiny native slider system: no third-party library. */
.vega-slider-shell{position:relative}
.vega-js-slider{display:flex!important;gap:18px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:4px}
.vega-js-slider::-webkit-scrollbar{display:none}
.vega-product-grid.vega-js-slider>.vega-product-card{flex:0 0 calc((100% - 54px)/4);scroll-snap-align:start}
.vega-category-grid.vega-js-slider>.vega-category-card{flex:0 0 calc((100% - 48px)/4);scroll-snap-align:start}
.vega-slider-controls{display:flex;gap:8px;justify-content:flex-end;margin-top:18px}
.vega-slider-controls button{width:42px;height:42px;border:1px solid var(--vega-line);border-radius:12px;background:var(--vega-surface);color:var(--vega-text);font-size:24px;line-height:1;cursor:pointer;transition:.2s}
.vega-slider-controls button:hover{transform:translateY(-2px);border-color:var(--vega-accent);color:var(--vega-accent)}

/* Circle category template. */
.vega-category-grid--circle{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:26px}
.vega-category-grid--circle .vega-category-card{min-height:0;background:transparent;overflow:visible;text-align:center;display:flex;flex-direction:column;align-items:center}
.vega-category-grid--circle .vega-category-card__media{position:relative;inset:auto;width:min(100%,180px);aspect-ratio:1;border-radius:50%;background-size:cover;background-position:center;box-shadow:0 14px 34px rgba(20,24,18,.11);border:5px solid var(--vega-surface);z-index:1}
.vega-category-grid--circle .vega-category-card__overlay{display:none}
.vega-category-grid--circle .vega-category-card__content{position:relative;inset:auto;color:var(--vega-text);display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:12px}
.vega-category-grid--circle .vega-category-card__content strong{font-size:15px}
.vega-category-grid--circle .vega-category-card__content small{color:var(--vega-muted)}
.vega-category-grid--circle .vega-category-card__content svg{display:none}

/* Hero modes and hero product slider. */
.vega-hero--simple .vega-hero__grid{grid-template-columns:minmax(0,850px);justify-content:center;text-align:center}
.vega-hero--simple .vega-hero__content>p{margin-inline:auto}
.vega-hero--simple .vega-hero__actions,.vega-hero--simple .vega-hero__trust{justify-content:center}
.vega-hero-slider-shell{width:min(100%,540px)}
.vega-hero-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.vega-hero-slider::-webkit-scrollbar{display:none}
.vega-hero-slide{flex:0 0 100%;scroll-snap-align:start;padding:4px}
.vega-hero-slider .vega-hero-product{width:100%;transform:none}
.vega-hero-slider-shell .vega-slider-controls{justify-content:center}

/* Chatbot */
.vega-ai{position:fixed;right:22px;bottom:92px;z-index:1200;font-size:14px}
.vega-ai--left{right:auto;left:22px}
.vega-ai__launcher{border:0;border-radius:999px;background:var(--vega-dark);color:#fff;min-height:52px;padding:8px 16px 8px 9px;display:flex;align-items:center;gap:9px;box-shadow:0 16px 42px rgba(15,20,15,.22);cursor:pointer}
.vega-ai__launcher span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--vega-accent),var(--vega-accent-2));font-weight:900;font-size:11px}
.vega-ai__launcher strong{font-size:13px}
.vega-ai__panel{position:absolute;right:0;bottom:62px;width:min(370px,calc(100vw - 28px));height:min(560px,70vh);background:var(--vega-surface);border:1px solid var(--vega-line);border-radius:20px;box-shadow:0 24px 80px rgba(15,20,15,.22);overflow:hidden;display:grid;grid-template-rows:auto 1fr auto auto}
.vega-ai--left .vega-ai__panel{right:auto;left:0}
.vega-ai__panel[hidden]{display:none}
.vega-ai__panel header{display:flex;align-items:center;justify-content:space-between;padding:16px 17px;border-bottom:1px solid var(--vega-line);background:var(--vega-dark);color:#fff}
.vega-ai__panel header div{display:flex;flex-direction:column}.vega-ai__panel header small{font-size:8px;letter-spacing:.16em;color:#b9c1b6}.vega-ai__panel header strong{font-size:14px}
.vega-ai__close{border:0;background:rgba(255,255,255,.1);color:#fff;width:32px;height:32px;border-radius:9px;font-size:21px;cursor:pointer}
.vega-ai__messages{padding:16px;overflow:auto;background:var(--vega-bg);display:flex;flex-direction:column;gap:10px}
.vega-ai__msg{max-width:88%;padding:10px 12px;border-radius:13px;white-space:pre-wrap;line-height:1.45}
.vega-ai__msg--bot{align-self:flex-start;background:var(--vega-surface);border:1px solid var(--vega-line)}
.vega-ai__msg--user{align-self:flex-end;background:var(--vega-dark);color:#fff}
.vega-ai__msg--thinking{opacity:.6}
.vega-ai__form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;border-top:1px solid var(--vega-line);background:var(--vega-surface)}
.vega-ai__form input{min-width:0;border:1px solid var(--vega-line);border-radius:11px;padding:10px 11px;background:#fff}
.vega-ai__form button{border:0;border-radius:11px;background:var(--vega-accent);color:#fff;font-weight:800;padding:0 15px;cursor:pointer}
.vega-ai__note{padding:0 12px 10px;background:var(--vega-surface);font-size:9px;color:var(--vega-muted)}

@media(max-width:980px){
  .vega-product-grid.vega-js-slider>.vega-product-card{flex-basis:calc((100% - 18px)/2)}
  .vega-category-grid.vega-js-slider>.vega-category-card{flex-basis:calc((100% - 18px)/2)}
}
@media(max-width:540px){
  .vega-product-grid.vega-js-slider>.vega-product-card{flex-basis:78%}
  .vega-category-grid.vega-js-slider>.vega-category-card{flex-basis:72%}
  .vega-category-grid--circle{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}
  .vega-category-grid--circle .vega-category-card__media{width:130px}
  .vega-ai{right:14px;bottom:80px}.vega-ai--left{left:14px;right:auto}
  .vega-ai__launcher strong{display:none}.vega-ai__launcher{padding-right:9px}
}
