/** Shopify CDN: Minification failed

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

**/
/* ── HEADER / FOOTER HIDE ── */
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=Poppins:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');

/* ── RESET ── */
.lum-adv * { box-sizing: border-box; margin: 0; padding: 0; }
.lum-adv a { text-decoration: none; }
.lum-adv img { max-width: 100%; display: block; }

/* ── SHOPIFY OVERFLOW FIX ── */
[class*="advertorial-padding"] { overflow: visible !important; padding-bottom: 0 !important; }
.content-for-grouping { overflow: visible !important; }
.shopify-section { overflow: visible !important; padding-bottom: 0 !important; margin-bottom: 0 !important; }

/* ── ROOT WRAPPER ── */
.lum-adv {
  font-family: 'Poppins', sans-serif;
  color: #1C1A17;
  background: #FAFAF8;
  max-width: 100%;
}

/* ─────────────────────────────────────────
   TOP BAR
───────────────────────────────────────── */
.lum-adv-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  background: #1C1A17;
  color: #FAFAF8;
  flex-wrap: wrap;
  gap: 10px;
}
.lum-adv-topbar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FAFAF8;
}
.lum-adv-topbar-logo span {
  background: #8B4A2F;
  color: #FAFAF8;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}
.lum-adv-topbar-right {
  font-size: 12px;
  color: rgba(250, 250, 248, 0.55);
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  .lum-adv-topbar { flex-direction: column; text-align: center; padding: 12px 16px; }
  .lum-adv-topbar-logo { justify-content: center; flex-wrap: wrap; }
}

/* ─────────────────────────────────────────
   MAIN LAYOUT
───────────────────────────────────────── */
.lum-adv-main {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 80px;
  align-items: flex-start;
}

/* ─────────────────────────────────────────
   ARTICLE COLUMN
───────────────────────────────────────── */
.lum-adv-article {
  flex: 1;
  min-width: 0;
  max-width: 760px;
}

/* ─────────────────────────────────────────
   HEADLINE
───────────────────────────────────────── */
.lum-adv-headline {
  font-weight: 800;
  font-size: 34px;
  line-height: 1.18;
  color: #1C1A17;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
@media (max-width: 600px) { .lum-adv-headline { font-size: 22px; } }

/* ─────────────────────────────────────────
   SUBHEADLINE
───────────────────────────────────────── */
.lum-adv-subheadline {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #4A4542;
  line-height: 1.65;
  margin-bottom: 18px;
}

/* ─────────────────────────────────────────
   STARS ROW
───────────────────────────────────────── */
.lum-adv-stars-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.lum-adv-stars { color: #C8720C; font-size: 20px; letter-spacing: 2px; }
.lum-adv-rating-count { font-size: 13px; color: #8B4A2F; font-weight: 600; }

/* ─────────────────────────────────────────
   HERO IMAGE
───────────────────────────────────────── */
.lum-adv-hero-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 28px;
  object-fit: cover;
}

/* ─────────────────────────────────────────
   BYLINE
───────────────────────────────────────── */
.lum-adv-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2DDD8;
}
.lum-adv-byline-photo {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #E2DDD8;
}
.lum-adv-byline-text { font-size: 13px; color: #8B4A2F; line-height: 1.5; }
.lum-adv-byline-text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1C1A17;
  margin-bottom: 2px;
}

/* ─────────────────────────────────────────
   BODY COPY
───────────────────────────────────────── */
.lum-adv-body p {
  font-size: 17px;
  line-height: 1.8;
  color: #2A2825;
  margin-bottom: 20px;
  font-weight: 300;
}
.lum-adv-body p strong { color: #1C1A17; font-weight: 700; }
.lum-adv-body p em { font-style: italic; color: #4A4542; }

/* ─────────────────────────────────────────
   SECTION TITLES
───────────────────────────────────────── */
.lum-adv-section-title {
  font-weight: 800;
  font-size: 24px;
  color: #1C1A17;
  margin: 40px 0 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (max-width: 600px) { .lum-adv-section-title { font-size: 19px; } }

/* ─────────────────────────────────────────
   DIVIDER
───────────────────────────────────────── */
.lum-adv-divider {
  border: none;
  border-top: 1px solid #E2DDD8;
  margin: 36px 0;
}

/* ─────────────────────────────────────────
   CALLOUT BOX
───────────────────────────────────────── */
.lum-adv-callout {
  background: rgba(87, 36, 17, 0.05);
  border-left: 4px solid #572411;
  padding: 18px 22px;
  margin: 28px 0;
  border-radius: 0 8px 8px 0;
}
.lum-adv-callout p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #1C1A17 !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}

/* ─────────────────────────────────────────
   STAT BLOCK (Cordain zero)
───────────────────────────────────────── */
.lum-adv-stat-block {
  background: #1C1A17;
  border-radius: 14px;
  padding: 36px 28px;
  margin: 32px 0;
  text-align: center;
}
.lum-adv-stat-number {
  font-size: 96px;
  font-weight: 800;
  color: #FAFAF8;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.lum-adv-stat-label {
  font-size: 15px;
  font-weight: 400;
  color: rgba(250, 250, 248, 0.7);
  line-height: 1.65;
}
.lum-adv-stat-label strong { color: #FAFAF8; font-weight: 700; }

/* ─────────────────────────────────────────
   INLINE IMAGE
───────────────────────────────────────── */
.lum-adv-inline-img {
  width: 100%;
  border-radius: 12px;
  margin: 28px auto;
  max-width: 620px;
  object-fit: cover;
}

/* ─────────────────────────────────────────
   BELIEF CHAIN
───────────────────────────────────────── */
.lum-adv-belief-chain {
  background: #FAFAF8;
  border: 1.5px solid #E2DDD8;
  border-radius: 14px;
  padding: 28px 28px 20px;
  margin: 32px 0;
}
.lum-adv-belief-chain-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8B4A2F;
  margin-bottom: 22px;
}
.lum-adv-belief-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #E2DDD8;
}
.lum-adv-belief-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.lum-adv-belief-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #572411;
  color: #FAFAF8;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.lum-adv-belief-item p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #2A2825 !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
.lum-adv-belief-item p strong { font-weight: 700 !important; color: #1C1A17 !important; }

/* ─────────────────────────────────────────
   TESTIMONIALS
───────────────────────────────────────── */
.lum-adv-testimonial-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0;
}
.lum-adv-testimonial {
  background: #FAFAF8;
  border: 1px solid #E2DDD8;
  border-radius: 12px;
  padding: 20px 22px;
}
.lum-adv-testimonial-stars {
  color: #C8720C;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.lum-adv-testimonial-text {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: #2A2825 !important;
  font-weight: 300 !important;
  font-style: italic;
  margin-bottom: 12px !important;
}
.lum-adv-testimonial-author {
  font-size: 12px;
  font-weight: 700;
  color: #8B4A2F;
  letter-spacing: 0.3px;
}

/* ─────────────────────────────────────────
   INGREDIENTS GRID
───────────────────────────────────────── */
.lum-adv-ingredients-grid {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E2DDD8;
  margin: 28px 0;
}
.lum-adv-ingredient {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #E2DDD8;
  align-items: start;
}
.lum-adv-ingredient-name {
  font-size: 13px;
  font-weight: 700;
  color: #572411;
  line-height: 1.5;
}
.lum-adv-ingredient-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #4A4542;
  font-weight: 300;
}
@media (max-width: 560px) {
  .lum-adv-ingredient { grid-template-columns: 1fr; gap: 4px; }
}

/* ─────────────────────────────────────────
   OFFER / COUNTDOWN BLOCK
───────────────────────────────────────── */
.lum-adv-offer-block {
  background: #1C1A17;
  border-radius: 16px;
  padding: 36px 28px;
  margin: 36px 0;
  text-align: center;
}
.lum-adv-offer-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8B4A2F;
  margin-bottom: 20px;
}
.lum-adv-countdown-wrap { margin-bottom: 24px; }
.lum-adv-countdown-label {
  font-size: 13px;
  font-weight: 300;
  color: rgba(250, 250, 248, 0.6);
  margin-bottom: 14px;
}
.lum-adv-countdown {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
.lum-adv-countdown-unit {
  background: rgba(250, 250, 248, 0.08);
  border: 1px solid rgba(250, 250, 248, 0.12);
  border-radius: 8px;
  padding: 14px 18px;
  min-width: 70px;
  text-align: center;
}
.lum-adv-countdown-num {
  font-size: 36px;
  font-weight: 800;
  color: #FAFAF8;
  line-height: 1;
  letter-spacing: -0.02em;
}
.lum-adv-countdown-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(250, 250, 248, 0.45);
  margin-top: 6px;
  margin-bottom: 0;
}
.lum-adv-countdown-sep {
  font-size: 28px;
  font-weight: 800;
  color: rgba(250, 250, 248, 0.3);
  line-height: 1;
  margin-bottom: 14px;
}
.lum-adv-cta-btn {
  display: block;
  background: #572411;
  color: #FAFAF8;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
  margin-bottom: 14px;
}
.lum-adv-cta-btn:hover { background: #3E1A0C; color: #FAFAF8; }
.lum-adv-cta-sub {
  font-size: 12px;
  font-weight: 300;
  color: rgba(250, 250, 248, 0.5);
  letter-spacing: 0.3px;
}
@media (max-width: 480px) {
  .lum-adv-countdown-unit { min-width: 56px; padding: 10px 12px; }
  .lum-adv-countdown-num { font-size: 28px; }
  .lum-adv-offer-block { padding: 28px 18px; }
}

/* ─────────────────────────────────────────
   FACEBOOK COMMENTS
───────────────────────────────────────── */
.lum-adv-fb-section { margin-top: 48px; }
.lum-adv-fb-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #1C1A17;
  margin-bottom: 18px;
}
.lum-adv-fb-comments {
  background: #F0F2F5;
  border-radius: 12px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lum-adv-fb-comment {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.lum-adv-fb-reply { margin-left: 44px; }
.lum-adv-fb-avatar {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #E2DDD8;
}
.lum-adv-fb-content { flex: 1; }
.lum-adv-fb-bubble {
  background: #fff;
  border-radius: 18px;
  padding: 10px 16px;
  display: inline-block;
  max-width: 100%;
}
.lum-adv-fb-name {
  font-weight: 700;
  font-size: 13px;
  color: #1C1E21;
  margin-bottom: 4px;
}
.lum-adv-fb-text {
  font-size: 14px;
  color: #1C1E21;
  line-height: 1.55;
  font-weight: 300;
}
.lum-adv-fb-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 12px;
  color: #65676B;
  margin-top: 6px;
  padding-left: 6px;
  flex-wrap: wrap;
}
.lum-adv-fb-like {
  font-weight: 700;
  color: #1877F2;
  cursor: pointer;
}
.lum-adv-fb-likes {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}

/* ─────────────────────────────────────────
   SIDEBAR
───────────────────────────────────────── */
.lum-adv-sidebar {
  width: 320px;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  align-self: flex-start;
}
.lum-adv-sidebar-card {
  border: 1px solid #E2DDD8;
  border-radius: 14px;
  overflow: hidden;
  background: #FAFAF8;
  box-shadow: 0 4px 20px rgba(28, 26, 23, 0.06);
}
.lum-adv-sidebar-card > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.lum-adv-sidebar-inner { padding: 20px 18px; }
.lum-adv-sidebar-headline {
  font-weight: 800;
  font-size: 17px;
  color: #1C1A17;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.3;
}
.lum-adv-sidebar-headline em { color: #572411; font-style: normal; }
.lum-adv-sidebar-cta {
  display: block;
  background: #572411;
  color: #FAFAF8;
  text-align: center;
  padding: 15px 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px;
  transition: background 0.2s;
}
.lum-adv-sidebar-cta:hover { background: #3E1A0C; color: #FAFAF8; }
.lum-adv-sidebar-stars {
  text-align: center;
  color: #C8720C;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.lum-adv-sidebar-rating {
  text-align: center;
  font-size: 12px;
  color: #8B4A2F;
  font-weight: 600;
  margin-bottom: 14px;
}
.lum-adv-sidebar-bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 16px;
}
.lum-adv-bar-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: #8B4A2F;
  font-weight: 600;
}
.lum-adv-bar-row span:first-child { min-width: 38px; }
.lum-adv-bar-row span:last-child { min-width: 32px; text-align: right; }
.lum-adv-bar-track {
  flex: 1;
  height: 7px;
  background: #E2DDD8;
  border-radius: 4px;
  overflow: hidden;
}
.lum-adv-bar-fill {
  height: 100%;
  background: #572411;
  border-radius: 4px;
  display: block;
}
.lum-adv-sidebar-features {
  border-top: 1px solid #E2DDD8;
  padding-top: 12px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.lum-adv-sidebar-feature-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #4A4542;
}
.lum-adv-feature-stars { color: #C8720C; font-size: 13px; }
.lum-adv-sidebar-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: #572411;
  padding-top: 12px;
  border-top: 1px solid #E2DDD8;
}

/* ─────────────────────────────────────────
   DISCLAIMER
───────────────────────────────────────── */
.lum-adv-disclaimer {
  margin-top: 48px;
  padding: 24px 0 0;
  border-top: 1px solid #E2DDD8;
  font-size: 10px;
  line-height: 1.6;
  color: #B0A89E;
  text-align: center;
}
.lum-adv-disclaimer p { font-size: 10px; color: #B0A89E; margin-bottom: 8px; }
.lum-adv-disclaimer a {
  display: inline-block;
  margin: 0 6px;
  color: #B0A89E;
  text-decoration: underline;
  font-size: 10px;
}

/* ─────────────────────────────────────────
   MOBILE STICKY CTA
───────────────────────────────────────── */
.lum-adv-mobile-cta { display: none; }
@media (max-width: 1023px) {
  .lum-adv-mobile-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 12px 16px;
    background: rgba(250, 250, 248, 0.88);
    backdrop-filter: blur(8px);
    box-shadow: 0 -2px 16px rgba(28, 26, 23, 0.12);
  }
  .lum-adv-mobile-cta a {
    display: block;
    background: #572411;
    color: #FAFAF8;
    text-align: center;
    padding: 16px 24px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.3;
    text-decoration: none;
    transition: background 0.2s;
  }
  .lum-adv-mobile-cta a:hover { background: #3E1A0C; }
}

/* ─────────────────────────────────────────
   RESPONSIVE — COLLAPSE SIDEBAR BELOW 1024px
───────────────────────────────────────── */
@media (max-width: 1023px) {
  .lum-adv-main {
    flex-direction: column;
    padding: 28px 18px 100px;
    gap: 0;
  }
  .lum-adv-sidebar {
    width: 100%;
    position: static;
    margin-top: 48px;
  }
  .lum-adv-article { max-width: 100%; }
}
@media (max-width: 600px) {
  .lum-adv-stat-number { font-size: 72px; }
  .lum-adv-belief-chain { padding: 22px 18px 16px; }
  .lum-adv-offer-block { padding: 28px 16px; }
}