/** Shopify CDN: Minification failed

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

**/
/* ── HEADER / FOOTER HIDE (keeps Meta pixel firing via theme.liquid) ── */
header, footer,
.shopify-section-group-header-group,
.section-header,
.shopify-section-group-footer-group {
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700;900&family=DM+Serif+Display&family=Open+Sans:wght@400;600&display=swap');

/* ── RESET ── */
.adv * { box-sizing: border-box; margin: 0; padding: 0; }
.adv a { text-decoration: none; }
.adv img { max-width: 100%; }

/* ── WRAPPER ── */
.adv {
  font-family: 'Open Sans', sans-serif;
  color: #1A1A1A;
  background: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

/* ── TOP BAR ── */
.adv-topbar {
  background: #111111;
  color: #fff;
  text-align: center;
  padding: 11px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adv-topbar-logo {
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.adv-topbar-logo span {
  background: #C8960C;
  color: #111;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 2px;
  letter-spacing: 1px;
}
.adv-topbar-right {
  font-size: 11px;
  opacity: 0.8;
  letter-spacing: 2px;
}

/* ── ADVERTORIAL LABEL ── */
.adv-label {
  text-align: left;
  padding: 10px 20px 0;
  font-size: 11px;
  color: #888;
  max-width: 860px;
  margin: 0 auto;
  letter-spacing: 1px;
}

/* ── MAIN CONTENT COLUMN ── */
.adv-main {
  display: flex;
  gap: 32px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 20px 60px;
  align-items: flex-start;
}

/* ── ARTICLE ── */
.adv-article {
  flex: 1;
  min-width: 0;
}

/* ── SIDEBAR ── */
.adv-sidebar {
  width: 280px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
}
@media (max-width: 860px) {
  .adv-main { flex-direction: column; padding: 16px 16px 48px; }
  .adv-sidebar { width: 100%; position: static; }
}

/* ── SIDEBAR CARD ── */
.adv-sidebar-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.adv-sidebar-card img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.adv-sidebar-inner {
  padding: 16px;
}
.adv-sidebar-headline {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.3;
}
.adv-sidebar-headline em {
  color: #C8960C;
  font-style: normal;
}
.adv-sidebar-cta {
  display: block;
  background: #F5C518;
  color: #111;
  text-align: center;
  padding: 15px 12px;
  border-radius: 6px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 16px;
  transition: background 0.2s;
}
.adv-sidebar-cta:hover { background: #e6b800; }
.adv-sidebar-stars {
  text-align: center;
  margin-bottom: 4px;
  color: #F5A623;
  font-size: 18px;
  letter-spacing: 2px;
}
.adv-sidebar-rating-text {
  text-align: center;
  font-size: 12px;
  color: #555;
  margin-bottom: 12px;
}
.adv-sidebar-bars { margin-top: 8px; }
.adv-sidebar-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #555;
}
.adv-sidebar-bar-track {
  flex: 1;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.adv-sidebar-bar-fill {
  height: 100%;
  background: #F5A623;
  border-radius: 4px;
}
.adv-sidebar-features {
  margin-top: 12px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.adv-sidebar-feature-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #555;
  margin-bottom: 6px;
}
.adv-sidebar-feature-stars { color: #F5A623; font-size: 12px; }

/* ── HEADLINE ── */
.adv-headline {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.15;
  color: #111;
  margin-bottom: 14px;
}
@media (max-width: 600px) { .adv-headline { font-size: 24px; } }

/* ── SUBHEADLINE ── */
.adv-subheadline {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333;
  font-style: italic;
  margin-bottom: 16px;
  line-height: 1.55;
}

/* ── STAR ROW ── */
.adv-stars-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.adv-stars-row .stars { color: #F5A623; font-size: 20px; letter-spacing: 2px; }
.adv-stars-row .count { font-size: 14px; color: #555; }

/* ── HERO IMAGE ── */
.adv-hero-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
  display: block;
}
.adv-hero-caption {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-bottom: 24px;
  font-style: italic;
}

/* ── BYLINE ── */
.adv-byline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.adv-byline-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #C8960C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
}
.adv-byline-text { font-size: 13px; color: #555; }
.adv-byline-text strong { color: #1A1A1A; display: block; font-size: 14px; margin-bottom: 2px; }

/* ── BODY COPY ── */
.adv-body p {
  font-size: 17px;
  line-height: 1.72;
  color: #1A1A1A;
  margin-bottom: 20px;
}
.adv-body p strong { color: #111; }
.adv-body p em { font-style: italic; }

/* ── SECTION HEADERS ── */
.adv-section-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #111;
  margin: 36px 0 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 600px) { .adv-section-title { font-size: 20px; } }

/* ── INLINE IMAGES ── */
.adv-inline-img {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin: 24px auto;
  max-width: 600px;
}

/* ── CALLOUT BOXES ── */
.adv-callout {
  background: #FFF8E7;
  border-left: 5px solid #C8960C;
  padding: 18px 20px;
  margin: 24px 0;
  border-radius: 0 8px 8px 0;
}
.adv-callout p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  line-height: 1.6 !important;
}

/* ── STAGE DIAGRAM ── */
.adv-stages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 24px 0;
}
@media (max-width: 500px) { .adv-stages { grid-template-columns: repeat(2, 1fr); } }
.adv-stage {
  background: #111;
  border-radius: 8px;
  padding: 14px 10px;
  text-align: center;
  color: #fff;
}
.adv-stage-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1px;
  color: #C8960C;
  margin-bottom: 8px;
}
.adv-stage-desc {
  font-size: 12px;
  color: #ccc;
  line-height: 1.4;
}

/* ── THREE-PILLAR MECHANISM ── */
.adv-pillars {
  margin: 24px 0;
}
.adv-pillar {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.adv-pillar-icon {
  background: #C8960C;
  color: #111;
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 4px;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}
.adv-pillar-body { font-size: 16px; line-height: 1.65; color: #1A1A1A; }
.adv-pillar-body strong { color: #111; display: block; margin-bottom: 4px; font-size: 17px; }

/* ── PRODUCT INTRO BLOCK ── */
.adv-product-intro {
  border: 2px solid #C8960C;
  border-radius: 12px;
  padding: 28px 24px;
  margin: 36px 0;
  background: #FFFDF5;
}
.adv-product-intro img {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 0 auto 20px;
  border-radius: 10px;
}
.adv-product-intro-name {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: #111;
  text-align: center;
  margin-bottom: 8px;
}
.adv-product-intro-tagline {
  text-align: center;
  font-size: 15px;
  color: #666;
  font-style: italic;
  margin-bottom: 20px;
}
.adv-product-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.adv-product-bullets li {
  font-size: 16px;
  line-height: 1.6;
  color: #1A1A1A;
  padding: 8px 0 8px 28px;
  border-bottom: 1px solid #f0e8d0;
  position: relative;
}
.adv-product-bullets li:last-child { border-bottom: none; }
.adv-product-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #C8960C;
  font-weight: 900;
  font-size: 16px;
}

/* ── STUDY BLOCK ── */
.adv-study {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 22px;
  margin: 28px 0;
  background: #fafafa;
}
.adv-study-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.4;
}
.adv-study-highlight {
  background: #fff3b0;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* ── STAT BLOCKS ── */
.adv-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
}
@media (max-width: 500px) { .adv-stats { grid-template-columns: 1fr; } }
.adv-stat {
  background: #111;
  border-radius: 8px;
  padding: 18px 14px;
  text-align: center;
  color: #fff;
}
.adv-stat-number {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #C8960C;
  line-height: 1;
  margin-bottom: 6px;
}
.adv-stat-desc { font-size: 13px; color: #ccc; line-height: 1.4; }

/* ── TESTIMONIALS ── */
.adv-testimonial {
  background: #FAFAF8;
  border-left: 5px solid #C8960C;
  padding: 20px 22px;
  margin: 22px 0;
  border-radius: 0 8px 8px 0;
}
.adv-testimonial-text {
  font-size: 16px;
  line-height: 1.65;
  font-style: italic;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.adv-testimonial-author {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #555;
}

/* ── BEFORE / AFTER ── */
.adv-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}
.adv-ba-item { position: relative; border-radius: 10px; overflow: hidden; }
.adv-ba-item img { width: 100%; display: block; aspect-ratio: 4/5; object-fit: cover; }
.adv-ba-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}
.adv-ba-label.before { background: #C0392B; }
.adv-ba-label.after { background: #1E6B3C; }

/* ── PRICE TABLE ── */
.adv-price-table { margin: 24px 0; }
.adv-price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  line-height: 1.5;
}
.adv-price-row:last-child { border-bottom: none; }
.adv-price-row-label { font-weight: 700; color: #111; flex: 1; }
.adv-price-row-cost { color: #C0392B; font-weight: 700; font-size: 15px; white-space: nowrap; margin-left: 16px; }
.adv-price-row-detail { font-size: 13px; color: #666; display: block; margin-top: 2px; font-weight: 400; }

/* ── OFFER BOX ── */
.adv-offer-box {
  background: #111;
  border-radius: 12px;
  padding: 28px 24px;
  margin: 32px 0;
  text-align: center;
  color: #fff;
}
.adv-offer-badge {
  display: inline-block;
  background: #C8960C;
  color: #111;
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 20px;
  padding: 8px 20px;
  border-radius: 6px;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.adv-offer-headline {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}
.adv-offer-price-was {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.adv-offer-price-now {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 52px;
  color: #C8960C;
  line-height: 1;
  margin-bottom: 6px;
}
.adv-offer-price-sub { font-size: 14px; color: #aaa; margin-bottom: 20px; }

/* ── CTA BUTTON ── */
.adv-cta-btn {
  display: block;
  background: #F5C518;
  color: #111;
  text-align: center;
  padding: 20px 24px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25;
  margin: 20px auto;
  max-width: 480px;
  transition: background 0.2s, transform 0.1s;
  cursor: pointer;
}
.adv-cta-btn:hover { background: #e6b800; transform: translateY(-1px); }
@media (max-width: 600px) { .adv-cta-btn { font-size: 17px; padding: 17px 18px; } }

/* ── COUNTDOWN ── */
.adv-countdown-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
}
.adv-countdown-unit {
  background: #222;
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 28px;
  min-width: 68px;
  text-align: center;
  line-height: 1;
}
.adv-countdown-unit-label {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 5px;
  color: #aaa;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .adv-countdown-unit { font-size: 22px; min-width: 54px; padding: 10px 10px; }
}

/* ── GUARANTEE ── */
.adv-guarantee {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  border: 2px solid #C8960C;
  border-radius: 12px;
  margin: 32px 0;
  background: #FFFDF5;
}
.adv-guarantee-badge {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #111;
  border: 3px solid #C8960C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.adv-guarantee-badge .days {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #C8960C;
  line-height: 1;
}
.adv-guarantee-badge .label {
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aaa;
  line-height: 1.3;
  margin-top: 3px;
}
.adv-guarantee-copy { flex: 1; }
.adv-guarantee-copy h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #111;
  margin-bottom: 10px;
}
.adv-guarantee-copy p { font-size: 15px; line-height: 1.65; color: #333; margin-bottom: 0; }
@media (max-width: 500px) {
  .adv-guarantee { flex-direction: column; align-items: center; text-align: center; }
}

/* ── TWO PATH ── */
.adv-two-path {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0;
}
@media (max-width: 560px) { .adv-two-path { grid-template-columns: 1fr; } }
.adv-path {
  border-radius: 10px;
  padding: 20px 18px;
}
.adv-path.path-bad { background: #FEF0EE; border: 2px solid #C0392B; }
.adv-path.path-good { background: #EEF9F3; border: 2px solid #1E6B3C; }
.adv-path-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 12px;
}
.adv-path.path-bad .adv-path-title { color: #C0392B; }
.adv-path.path-good .adv-path-title { color: #1E6B3C; }
.adv-path ul { list-style: none; padding: 0; }
.adv-path ul li {
  font-size: 14px;
  line-height: 1.55;
  color: #333;
  padding: 5px 0 5px 20px;
  position: relative;
}
.adv-path.path-bad ul li::before { content: "✗"; position: absolute; left: 0; color: #C0392B; font-weight: 700; }
.adv-path.path-good ul li::before { content: "✓"; position: absolute; left: 0; color: #1E6B3C; font-weight: 700; }

/* ── NEXT STEPS ── */
.adv-steps { margin: 24px 0; counter-reset: steps; }
.adv-step {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.adv-step-num {
  background: #111;
  color: #C8960C;
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.adv-step-body { font-size: 16px; line-height: 1.65; color: #1A1A1A; padding-top: 8px; }
.adv-step-body strong { display: block; margin-bottom: 3px; font-size: 17px; color: #111; }

/* ── SIGN OFF ── */
.adv-signoff {
  font-size: 16px;
  line-height: 1.72;
  color: #1A1A1A;
  border-top: 1px solid #eee;
  padding-top: 24px;
  margin-top: 32px;
}
.adv-signoff .ps {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.65;
}
.adv-signoff .ps strong { color: #111; }

/* ── UPDATE BOX ── */
.adv-update {
  background: #FFF8E7;
  border: 2px solid #C8960C;
  border-radius: 10px;
  padding: 18px 20px;
  margin: 28px 0;
}
.adv-update-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 13px;
  color: #C8960C;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.adv-update p { font-size: 15px; line-height: 1.65; color: #333; margin-bottom: 8px; }
.adv-update p:last-child { margin-bottom: 0; }

/* ── TRUST BADGES ── */
.adv-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 24px 0;
}
.adv-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #555;
  text-align: center;
  max-width: 80px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.adv-badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #C8960C;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* ── FACEBOOK COMMENT SECTION ── */
.adv-fb-section { margin-top: 48px; }
.adv-fb-section-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #1C1E21;
  margin-bottom: 16px;
}
.adv-fb-wrap {
  background: #F0F2F5;
  border-radius: 10px;
  padding: 18px 16px;
}
.adv-fb-comment {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
.adv-fb-comment.reply { margin-left: 46px; margin-top: -8px; }
.adv-fb-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.adv-fb-content { flex: 1; }
.adv-fb-bubble {
  background: #fff;
  border-radius: 18px;
  padding: 10px 14px;
  display: inline-block;
  max-width: 100%;
}
.adv-fb-name {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1C1E21;
  margin-bottom: 3px;
}
.adv-fb-text {
  font-size: 14px;
  color: #1C1E21;
  line-height: 1.5;
}
.adv-fb-img {
  max-width: 220px;
  border-radius: 8px;
  margin-top: 8px;
  display: block;
}
.adv-fb-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 12px;
  color: #65676B;
  margin-top: 5px;
  padding-left: 4px;
  flex-wrap: wrap;
}
.adv-fb-like { font-weight: 700; color: #1877F2; cursor: pointer; }
.adv-fb-likes { display: flex; align-items: center; gap: 3px; }

/* ── DIVIDER ── */
.adv-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 32px 0;
}

/* ── DISCLAIMER ── */
.adv-disclaimer {
  font-size: 11px;
  color: #999;
  line-height: 1.6;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
}
.adv-disclaimer a { color: #999; text-decoration: underline; }