/** Shopify CDN: Minification failed

Line 28:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:advertorial-vortexair (INDEX:2) */
/* ---- Ocultacao defensiva de header/footer do tema (somente nesta pagina) ---- */
body:has(#adv-vortexair) .header,
body:has(#adv-vortexair) .section-header,
body:has(#adv-vortexair) header.header,
body:has(#adv-vortexair) [class*="header__wrapper"],
body:has(#adv-vortexair) .footer,
body:has(#adv-vortexair) .section-footer,
body:has(#adv-vortexair) footer.footer,
body:has(#adv-vortexair) .footer__wrapper,
body:has(#adv-vortexair) .announcement-bar,
body:has(#adv-vortexair) .shopify-section-group-header-group,
body:has(#adv-vortexair) .shopify-section-group-footer-group {
  display: none;
}

/* Fonte real da referencia (Landra usa Sora). Import protegido: se bloqueado,
   cai no stack de sistema definido abaixo. */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap');

/* ---- Escopo visual da advertorial (valores extraidos do DOM real) ---- */
#adv-vortexair {
  --adv-max: 820px;
  --adv-fg: #1a1a1a;          /* texto principal */
  --adv-muted: #5f5f5f;       /* texto secundario (srgb .371) */
  --adv-accent: #1a1a1a;      /* acento primario = preto (botoes) */
  --adv-accent-fg: #ffffff;
  --adv-blue: #3b82f6;        /* azul dos numeros/checks */
  --adv-line: #dedfe0;        /* bordas */
  --adv-bg-gray: #f9fafb;     /* cards de spec */
  --adv-bg-sand: #f0ede8;     /* slots de imagem dos cards numerados */
  --adv-bg-cream: #faf8f4;    /* faixas suaves */
  --adv-radius: 12px;
  font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--adv-fg);
  line-height: 1.55;
  font-size: 19px;
  background: #ffffff;
  padding: 0 20px 72px;
  -webkit-font-smoothing: antialiased;
}
#adv-vortexair * { box-sizing: border-box; }

/* Layout 2 colunas (820 + 300, gap 40) — real da referencia */
#adv-vortexair .adv__layout {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 820px) 300px;
  gap: 40px;
  align-items: start;
}
#adv-vortexair .adv {
  min-width: 0;
  margin: 0;
}

/* Breadcrumb */
#adv-vortexair .adv__breadcrumb {
  margin: 20px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--adv-fg);
}

/* Deck (sub-headline) */
#adv-vortexair .adv__deck {
  font-size: 20px;
  line-height: 1.5;
  color: var(--adv-muted);
  margin: 0 0 20px;
}

/* Avatar do autor */
#adv-vortexair .adv__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  display: block;
}
#adv-vortexair .adv__avatar--ph { background: var(--adv-bg-sand); }
#adv-vortexair .adv__byline-text { display: flex; flex-direction: column; }

/* Rail sticky (card de produto) */
#adv-vortexair .adv__rail { min-width: 0; }
#adv-vortexair .adv__rail-card {
  position: sticky;
  top: 24px;
  background: var(--adv-bg-gray);
  border: 1px solid var(--adv-line);
  border-radius: 16px;
  overflow: hidden;
}
#adv-vortexair .adv__rail-media {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-bottom: 1px solid var(--adv-line);
}
#adv-vortexair .adv__rail-img { width: 100%; height: 100%; object-fit: contain; display: block; }
#adv-vortexair .adv__rail-body { padding: 18px; }
#adv-vortexair .adv__rail-rating { margin: 0 0 8px; font-size: 13px; color: var(--adv-muted); }
#adv-vortexair .adv__rail-rating strong { color: var(--adv-fg); }
#adv-vortexair .adv__rail-rating .adv__stars { color: #f5a623; font-size: 12px; }
#adv-vortexair .adv__rail-name { margin: 0 0 2px; font-size: 17px; font-weight: 700; line-height: 1.25; }
#adv-vortexair .adv__rail-sub { margin: 0 0 10px; font-size: 13px; color: var(--adv-muted); }
#adv-vortexair .adv__rail-price { margin: 0 0 14px; font-size: 24px; font-weight: 700; }
#adv-vortexair .adv__rail-guarantee { margin: 12px 0 0; font-size: 12px; color: var(--adv-muted); text-align: center; }

/* Topbar */
#adv-vortexair .adv__topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  font-size: 13px;
  color: var(--adv-fg);
  padding: 8px 0;
  border-bottom: 1px solid var(--adv-line);
}
#adv-vortexair .adv__stars { color: #1a1a1a; letter-spacing: 1px; }
#adv-vortexair .adv__reviews { font-weight: 600; color: var(--adv-fg); }
#adv-vortexair .adv__promo {
  margin-left: auto;
  color: var(--adv-fg);
  font-weight: 600;
  font-size: 13px;
}

/* Header */
#adv-vortexair .adv__header { padding: 28px 0 12px; }
#adv-vortexair .adv__headline {
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.12;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  text-align: left;
}
#adv-vortexair .adv__byline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--adv-muted);
  margin: 0;
}
#adv-vortexair .adv__author { font-weight: 600; color: var(--adv-fg); }
#adv-vortexair .adv__meta { font-size: 13px; }

/* Hero */
#adv-vortexair .adv__hero {
  margin: 20px 0 8px;
  aspect-ratio: 3 / 2;
  max-height: 420px;
  border-radius: var(--adv-radius);
  overflow: hidden;
  background: var(--adv-bg-gray);
}
#adv-vortexair .adv__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--adv-radius);
}
#adv-vortexair .adv__placeholder { background: var(--adv-bg-gray); }

/* Body */
#adv-vortexair .adv__body { padding: 8px 0; }
#adv-vortexair .adv__body h2 {
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 44px 0 20px;
}
#adv-vortexair .adv__body p { margin: 0 0 16px; color: var(--adv-muted); }
#adv-vortexair .adv__lead { font-size: 20px; font-weight: 400; color: var(--adv-fg); }
#adv-vortexair .adv__body em { font-style: italic; }

/* Imagens intercaladas no corpo (placeholder tracejado com legenda) */
#adv-vortexair .adv__inline-img {
  margin: 20px 0 24px;
  border: 1px dashed #cfcfcf;
  border-radius: var(--adv-radius);
  background: var(--adv-bg-gray);
  aspect-ratio: 3 / 2;
  max-height: 360px;      /* nao deixa o placeholder/imagem dominar a tela */
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
#adv-vortexair .adv__inline-img img,
#adv-vortexair .adv__inline-img svg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#adv-vortexair .adv__inline-img figcaption { position: relative; z-index: 1; font-size: 14px; color: #9a9a9a; }

/* Checklist = cards com ✓ verde */
#adv-vortexair .adv__checklist {
  list-style: none;
  margin: 16px 0 24px;
  padding: 0;
}
#adv-vortexair .adv__checklist li {
  position: relative;
  padding: 18px 18px 18px 46px;
  margin-bottom: 12px;
  background: var(--adv-bg-gray);
  border: 1px solid var(--adv-line);
  border-radius: var(--adv-radius);
  color: var(--adv-muted);
  font-size: 16px;
  line-height: 1.5;
}
#adv-vortexair .adv__checklist li strong { color: var(--adv-fg); font-weight: 700; }
#adv-vortexair .adv__checklist li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  color: #1a8a3f;   /* verde, como na referencia */
  font-weight: 800;
}

/* Specs = cards com icone preto redondo + valor laranja + descricao */
#adv-vortexair .adv__specs {
  list-style: none;
  margin: 16px 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#adv-vortexair .adv__spec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px;
  background: var(--adv-bg-gray);
  border: 1px solid var(--adv-line);
  border-radius: 16px;
}
#adv-vortexair .adv__spec-ico {
  font-size: 20px;
  line-height: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #1a1a1a;   /* circulo preto */
  color: #fff;
  border-radius: 50%;
  margin-bottom: 16px;
}
#adv-vortexair .adv__spec-title { font-weight: 700; font-size: 18px; color: var(--adv-fg); margin-bottom: 4px; }
#adv-vortexair .adv__spec-val { font-weight: 700; font-size: 14px; color: #c2410c; margin-bottom: 10px; }  /* laranja/marrom */
#adv-vortexair .adv__spec-desc { font-size: 15px; color: var(--adv-muted); line-height: 1.5; }

/* Cards numerados (Why parents keep coming back) */
#adv-vortexair .adv__cards { margin: 48px 0; }
#adv-vortexair .adv__cards > h2 {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}
#adv-vortexair .adv__card {
  margin-bottom: 40px;
}
#adv-vortexair .adv__card-media {
  position: relative;
  background: var(--adv-bg-sand);
  border-radius: 16px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin-bottom: 20px;
}
#adv-vortexair .adv__card-media img,
#adv-vortexair .adv__card-media svg { width: 100%; height: 100%; object-fit: cover; display: block; }
#adv-vortexair .adv__card-num {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--adv-blue);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: grid;
  place-items: center;
  transform: translate(-30%, 30%);
}
#adv-vortexair .adv__card-body h3 { margin: 0 0 12px; font-size: clamp(22px, 3vw, 28px); line-height: 1.15; font-weight: 700; letter-spacing: -0.02em; }
#adv-vortexair .adv__card-body p { margin: 0; font-size: 16px; color: var(--adv-muted); line-height: 1.6; }

/* Timeline */
#adv-vortexair .adv__timeline { margin: 48px 0; }
#adv-vortexair .adv__timeline > h2 { font-size: clamp(26px, 4vw, 44px); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 24px; }
#adv-vortexair .adv__tl-list { list-style: none; margin: 0; padding: 0; }
#adv-vortexair .adv__tl-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 0 0 24px;
  position: relative;
}
#adv-vortexair .adv__tl-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 34px;
  bottom: 0;
  width: 2px;
  background: var(--adv-line);
}
#adv-vortexair .adv__tl-tag {
  flex: 0 0 auto;
  font-weight: 700;
  color: #fff;
  background: var(--adv-fg);
  min-width: 32px;
  height: 32px;
  padding: 0 4px;
  border-radius: 50%;
  font-size: 11px;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.05;
  position: relative;
  z-index: 1;
}
#adv-vortexair .adv__tl-intro { font-size: 16px; color: var(--adv-muted); margin: 0 0 24px; line-height: 1.6; }
#adv-vortexair .adv__tl-body { padding-top: 2px; }
#adv-vortexair .adv__tl-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c2410c;   /* laranja */
  margin-bottom: 2px;
}
#adv-vortexair .adv__tl-title { display: block; font-size: 19px; font-weight: 700; color: var(--adv-fg); margin-bottom: 6px; }
#adv-vortexair .adv__tl-body p { margin: 0; font-size: 16px; color: var(--adv-muted); line-height: 1.6; }
#adv-vortexair .adv__tl-disc { text-align: center; font-style: italic; font-size: 14px; color: var(--adv-muted); margin: 20px 0 0; }

/* CTA */
#adv-vortexair .adv__cta {
  margin: 48px 0;
}
#adv-vortexair .adv__cta h2 {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
#adv-vortexair .adv__cta--final {
  text-align: center;
  padding: 40px 24px;
  background: var(--adv-bg-cream);
  border: 1px solid var(--adv-line);
  border-radius: 16px;
}

/* Card de produto no CTA 1 (vertical, com banner gradiente) */
#adv-vortexair .adv__prodcard {
  background: var(--adv-bg-gray);
  border: 1px solid var(--adv-line);
  border-radius: 16px;
  overflow: hidden;
  max-width: 520px;
}
#adv-vortexair .adv__prodcard-banner {
  background: linear-gradient(90deg, #a7f3d0 0%, #fde68a 100%);
  color: #1a1a1a;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  padding: 12px 16px;
}
#adv-vortexair .adv__prodcard-media {
  background: var(--adv-bg-sand);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
#adv-vortexair .adv__prodcard-img { width: 100%; height: 100%; object-fit: contain; display: block; }
#adv-vortexair .adv__prodcard-info { padding: 22px; background: #fff; }
#adv-vortexair .adv__prodcard-rating { margin: 0 0 8px; font-size: 14px; color: var(--adv-muted); }
#adv-vortexair .adv__prodcard-rating .adv__stars { color: #f5a623; font-size: 13px; }
#adv-vortexair .adv__prodcard-name { font-size: 24px; font-weight: 700; margin: 0 0 2px; letter-spacing: -0.01em; }
#adv-vortexair .adv__prodcard-sub { font-size: 15px; color: var(--adv-muted); margin: 0 0 12px; }
#adv-vortexair .adv__prodcard-price { font-size: 30px; font-weight: 700; margin: 0 0 16px; }
#adv-vortexair .adv__prodcard-usps { list-style: none; margin: 0 0 20px; padding: 0; }
#adv-vortexair .adv__prodcard-usps li {
  position: relative;
  padding: 0 0 10px 26px;
  font-size: 15px;
  color: var(--adv-muted);
}
#adv-vortexair .adv__prodcard-usps li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1a8a3f;
  font-weight: 800;
}
#adv-vortexair .adv__prodcard-guarantee { margin: 14px 0 0; font-size: 13px; color: var(--adv-blue); }

/* Card final (CTA 2) — centralizado */
#adv-vortexair .adv__finalcard {
  max-width: 560px;
  text-align: center;
  padding: 32px 28px;
  background: var(--adv-bg-gray);
  border: 1px solid var(--adv-line);
  border-radius: 16px;
}
#adv-vortexair .adv__finalcard-name { font-size: 20px; font-weight: 700; margin: 0 0 10px; }
#adv-vortexair .adv__finalcard-desc { font-size: 16px; color: var(--adv-muted); margin: 0 0 20px; line-height: 1.6; }
#adv-vortexair .adv__finalcard-meta { font-size: 13px; color: var(--adv-muted); margin: 14px 0 0; }

/* Intro do FAQ */
#adv-vortexair .adv__faq-intro { font-size: 16px; color: var(--adv-muted); margin: 0 0 20px; line-height: 1.6; }

/* Botao */
#adv-vortexair .adv__btn {
  display: inline-block;
  background: var(--adv-accent);
  color: var(--adv-accent-fg);
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 18px 28px;
  border-radius: 10px;
  line-height: 1.2;
  transition: opacity 0.12s ease, transform 0.12s ease;
}
#adv-vortexair .adv__btn--block { display: block; text-align: center; width: 100%; }
#adv-vortexair .adv__btn:hover { opacity: 0.92; transform: translateY(-1px); }
#adv-vortexair .adv__btn:active { transform: translateY(0); }

/* FAQ */
#adv-vortexair .adv__faq { margin: 48px 0; }
#adv-vortexair .adv__faq > h2 { font-size: clamp(26px, 4vw, 44px); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 16px; }
#adv-vortexair .adv__q {
  border-bottom: 1px solid var(--adv-line);
  background: transparent;
}
#adv-vortexair .adv__q summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  padding: 16px 0;
  list-style: none;
  position: relative;
  padding-right: 28px;
}
#adv-vortexair .adv__q summary::-webkit-details-marker { display: none; }
#adv-vortexair .adv__q summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 20px;
  color: var(--adv-fg);
  font-weight: 400;
}
#adv-vortexair .adv__q[open] summary::after { content: "−"; }
#adv-vortexair .adv__q p { margin: 0 0 16px; color: var(--adv-muted); font-size: 15px; }

/* Legal */
#adv-vortexair .adv__legal {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--adv-line);
  font-size: 13px;
  color: var(--adv-muted);
}
#adv-vortexair .adv__disclaimer { margin: 0 0 12px; }
#adv-vortexair .adv__footline { margin: 0; }

/* ---- Responsivo ---- */
/* Colapsa o layout de 2 colunas: 1 coluna e o rail lateral SOME.
   Na referencia o mobile comeca em breadcrumb > H1 > deck > autor > hero;
   o card de produto so aparece embaixo, no "Get Started Today". */
@media (max-width: 980px) {
  #adv-vortexair .adv__layout { grid-template-columns: 1fr; gap: 0; }
  #adv-vortexair .adv__rail { display: none; }
}
@media (max-width: 760px) {
  #adv-vortexair .adv__specs { grid-template-columns: 1fr; }
  #adv-vortexair .adv__card { grid-template-columns: 1fr; gap: 12px; }
  #adv-vortexair .adv__card-media { aspect-ratio: 16 / 9; }
  #adv-vortexair .adv__prodcard { grid-template-columns: 1fr; gap: 16px; }
  #adv-vortexair .adv__prodcard-media { max-width: 220px; margin: 0 auto; }
}
@media (max-width: 480px) {
  #adv-vortexair { font-size: 17px; padding: 0 16px 56px; }
  #adv-vortexair .adv__promo { margin-left: 0; }
  #adv-vortexair .adv__deck { font-size: 18px; }
}
/* END_SECTION:advertorial-vortexair */