
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,sans-serif;background:#f8f7f4;color:#1a1a1a;font-size:16px;line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}

:root{
  --gold:#c47d2e;
  --gold-lt:#f0be5a;
  --green:#15803d;
  --red:#b91c1c;
  --blue:#1a56db;
  --ink:#111111;
  --mid:#555555;
  --light:#f8f7f4;
  --white:#ffffff;
  --border:#e8e2d6;
}

/* ── INVENTORY BAR ── */
.inv-bar{
  background:var(--red);color:#fff;text-align:center;
  padding:10px 16px;font-size:13px;font-weight:700;
  position:sticky;top:0;z-index:300;letter-spacing:0.01em;
}

/* ── LOGO BAR ── */
.logo-bar{
  background:var(--white);border-bottom:1px solid var(--border);
  padding:12px 24px;display:flex;align-items:center;
  justify-content:space-between;flex-wrap:wrap;gap:10px;
  position:sticky;top:41px;z-index:200;
}
.logo-bar img{height:52px;width:auto}
.logo-right{font-size:13px;font-weight:600;color:var(--mid);display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.logo-right a{color:var(--ink);font-weight:700}
@media(max-width:520px){.logo-right{font-size:11px}}

/* ── HERO ── */
.hero{background:var(--white);padding:36px 20px 44px;text-align:center;border-bottom:1px solid var(--border)}
.confirm-pill{
  display:inline-flex;align-items:center;gap:8px;
  background:#f0fdf4;border:1px solid #16a34a;color:var(--green);
  font-size:13px;font-weight:700;padding:7px 16px;border-radius:100px;margin-bottom:16px;
}
.shark-pill{
  display:inline-block;
  background:#111;color:var(--gold-lt);
  font-size:12px;font-weight:800;padding:7px 18px;
  border-radius:100px;letter-spacing:0.06em;margin-bottom:20px;
  text-transform:uppercase;border:1px solid var(--gold);
}
.hero h1{
  font-family:'Merriweather',Georgia,serif;
  font-size:clamp(22px,4.6vw,42px);line-height:1.18;
  max-width:800px;margin:0 auto 14px;color:var(--ink);font-weight:700;
}
.hero h1 em{font-style:italic;color:var(--gold)}
.hero .subhead{font-size:clamp(14px,2.2vw,17px);color:var(--mid);max-width:540px;margin:0 auto 10px;line-height:1.6}
.legal-note{font-size:13px;font-weight:700;color:var(--green);margin-bottom:24px}

.hero-bottle{max-width:320px;width:100%;margin:0 auto 24px;filter:drop-shadow(0 20px 40px rgba(0,0,0,0.15))}

/* price — lead with per-bottle */
.hero-price-block{margin-bottom:24px}
.hero-per-bottle{font-size:clamp(40px,8vw,60px);font-weight:900;color:var(--ink);line-height:1;letter-spacing:-0.02em}
.hero-per-note{font-size:15px;font-weight:700;color:var(--gold);margin:4px 0 2px}
.hero-total{font-size:14px;color:var(--mid)}
.hero-was{font-size:13px;color:#aaa;text-decoration:line-through}

/* ── COUNTDOWN ── */
.countdown-wrap{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:22px;flex-wrap:wrap}
.ct-label{font-size:13px;font-weight:700;color:var(--mid)}
.ct-timer{display:flex;gap:4px;align-items:center}
.ct-unit{background:var(--ink);color:#fff;border-radius:7px;padding:6px 12px;min-width:54px;text-align:center}
.ct-num{font-size:28px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}
.ct-lbl{font-size:9px;font-weight:700;letter-spacing:0.1em;color:rgba(255,255,255,0.55);text-transform:uppercase}
.ct-sep{font-size:26px;font-weight:800;color:var(--ink);line-height:1}

/* ── CTA ── */
.cta-btn{
  display:block;background:linear-gradient(135deg,#e8a020 0%,var(--gold) 50%,#e8a020 100%);
  background-size:200% auto;color:#fff;font-size:clamp(16px,3vw,20px);font-weight:800;
  padding:18px 32px;border-radius:8px;border:none;cursor:pointer;text-align:center;
  letter-spacing:0.01em;box-shadow:0 8px 28px rgba(196,125,46,0.5);
  animation:ctapulse 2.5s ease-in-out infinite;transition:background-position 0.4s,transform 0.15s;
  width:100%;max-width:540px;margin:0 auto;text-decoration:none;line-height:1.4;
}
.cta-btn:hover{background-position:right center;transform:translateY(-2px)}
@keyframes ctapulse{
  0%,100%{box-shadow:0 8px 28px rgba(196,125,46,0.5)}
  50%{box-shadow:0 14px 44px rgba(196,125,46,0.75)}
}

.hero-guarantee{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--mid);margin-top:16px}
.media-row{margin-top:26px;text-align:center}
.media-label{font-size:11px;font-weight:700;letter-spacing:0.12em;color:#bbb;text-transform:uppercase;margin-bottom:10px}
.media-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:18px}
.media-logo{font-size:15px;font-weight:800;color:#aaa;font-style:italic}

/* ── RECAP STRIP ── */
.recap-strip{background:var(--blue);color:#fff;display:flex;justify-content:center;flex-wrap:wrap}
.recap-item{padding:13px 22px;font-size:13px;font-weight:600;border-right:1px solid rgba(255,255,255,0.18);display:flex;align-items:center;gap:7px;flex:1;min-width:130px;justify-content:center;text-align:center}
.recap-item:last-child{border-right:none}

/* ── MITCHELL BRIDGE ── */
.mitchell-bridge{
  background:#fff9f0;border-left:5px solid var(--gold);
  padding:22px 28px;max-width:700px;margin:32px auto;
}
@media(max-width:700px){.mitchell-bridge{margin:24px 16px}}
.mitchell-bridge .reporter-line{font-size:12px;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
.mitchell-bridge blockquote{font-size:15px;font-style:italic;line-height:1.7;color:#222;margin-bottom:12px}
.mitchell-attr{font-size:13px;font-weight:700;color:var(--mid)}
.stars{color:#f59e0b;font-size:14px}
.verified{font-size:11px;font-weight:700;color:var(--green);background:#f0fdf4;padding:2px 8px;border-radius:100px}

/* ── SECTIONS ── */
.section{padding:52px 20px}
.section-inner{max-width:820px;margin:0 auto}
.section-tag{font-size:11px;font-weight:800;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);margin-bottom:10px;text-align:center}
.section h2{font-family:'Merriweather',Georgia,serif;font-size:clamp(20px,3.8vw,32px);line-height:1.22;text-align:center;margin-bottom:28px;color:var(--ink)}
.bg-white{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.bg-dark{background:var(--ink);color:#fff}
.bg-dark .section-tag{color:var(--gold-lt)}
.bg-dark h2{color:#fff}
.bg-cream{background:#f0ede6;border-top:1px solid #ddd;border-bottom:1px solid #ddd}

/* ── TRIAL STATS BAR ── */
.trial-bar{
  display:grid;grid-template-columns:repeat(3,1fr);gap:0;
  background:var(--ink);border-radius:10px;overflow:hidden;margin-bottom:28px;text-align:center;
}
@media(max-width:480px){.trial-bar{grid-template-columns:1fr}}
.trial-stat{padding:22px 16px;border-right:1px solid rgba(255,255,255,0.1)}
.trial-stat:last-child{border-right:none}
.trial-num{font-size:36px;font-weight:900;color:var(--gold-lt);line-height:1;margin-bottom:6px}
.trial-label{font-size:12px;color:rgba(255,255,255,0.65);line-height:1.4}

/* ── ABSORPTION ── */
.abs-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}
@media(max-width:520px){.abs-grid{grid-template-columns:1fr}}
.abs-card{border:2px solid var(--border);border-radius:10px;padding:22px 18px;text-align:center}
.abs-card.winner{border-color:var(--gold);background:#fffbf5}
.abs-icon{font-size:30px;margin-bottom:8px}
.abs-title{font-size:15px;font-weight:800;margin-bottom:8px}
.abs-bar-track{height:12px;background:#ede8de;border-radius:100px;overflow:hidden;margin:10px 0 6px}
.abs-bar-fill{height:100%;border-radius:100px}
.abs-low{width:15%;background:#d1d5db}
.abs-high{width:95%;background:linear-gradient(to right,var(--gold),var(--gold-lt))}
.abs-pct{font-size:30px;font-weight:900}
.pct-low{color:#9ca3af}
.pct-high{color:var(--gold)}
.abs-desc{font-size:13px;color:#666;line-height:1.55;margin-top:8px}
.science-note{background:#f8f7f4;border:1px solid var(--border);border-radius:8px;padding:18px 22px;font-size:14px;color:#444;line-height:1.65;margin-bottom:20px}
.science-note strong{color:var(--ink)}
.brain-scan{width:100%;max-width:700px;border-radius:10px;margin:20px auto 0;display:block;box-shadow:0 12px 40px rgba(0,0,0,0.15)}

/* ── LAB TABLE ── */
.lab-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid var(--border);margin-bottom:20px}
table.lab{width:100%;border-collapse:collapse;font-size:14px;min-width:480px}
table.lab th{padding:13px 16px;text-align:left;font-size:12px;font-weight:800;letter-spacing:0.04em;background:#f8f7f4;border-bottom:2px solid var(--border)}
table.lab td{padding:12px 16px;border-bottom:1px solid #ede8de;vertical-align:middle;line-height:1.4}
table.lab tr:last-child td{border-bottom:none;background:#fffbf0;font-weight:700}
table.lab tr:nth-child(even) td{background:#faf9f6}
table.lab tr:last-child td{background:#f0fff4}
.chk{color:var(--green);font-size:16px;font-weight:800}
.xmark{color:#dc2626;font-size:16px}
.lab-note{font-size:13px;color:var(--mid);font-style:italic;background:#f8f7f4;border:1px solid var(--border);border-radius:8px;padding:14px 18px;line-height:1.6}

/* ── BENEFITS ── */
.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
@media(max-width:520px){.benefits-grid{grid-template-columns:1fr}}
.benefit-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:22px 20px}
.benefit-icon{font-size:28px;margin-bottom:10px}
.benefit-card h4{font-size:15px;font-weight:800;margin-bottom:6px;color:var(--ink)}
.benefit-card p{font-size:13px;color:#666;line-height:1.55}

/* ── INGREDIENTS ── */
.ing-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:22px;display:flex;gap:16px;margin-bottom:14px;align-items:flex-start}
.ing-primary{border-color:rgba(196,125,46,0.45);background:rgba(196,125,46,0.08)}
.ing-emoji{font-size:26px;flex-shrink:0;margin-top:2px}
.ing-label{font-size:10px;font-weight:800;letter-spacing:0.12em;color:var(--gold-lt);text-transform:uppercase;margin-bottom:4px}
.ing-card h4{font-size:15px;font-weight:800;color:#fff;margin-bottom:5px}
.ing-card p{font-size:13px;color:rgba(255,255,255,0.62);line-height:1.6}

/* ── TESTIMONIALS ── */
.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
@media(max-width:560px){.testi-grid{grid-template-columns:1fr}}
.testi-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:22px 20px}
.testi-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:#fff;margin-bottom:12px}
.testi-card blockquote{font-size:14px;font-style:italic;line-height:1.65;color:#333;margin-bottom:12px}
.testi-name{font-size:14px;font-weight:800;color:var(--ink)}
.testi-meta{font-size:12px;color:#888;margin-top:2px}

.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px;background:var(--light);border:1px solid var(--border);border-radius:10px;padding:22px 16px;text-align:center}
@media(max-width:560px){.stats-row{grid-template-columns:repeat(2,1fr)}}
.stat-num{font-size:30px;font-weight:900;color:var(--gold);line-height:1;margin-bottom:5px}
.stat-label{font-size:12px;color:#666;line-height:1.4}

/* ── TIMELINE ── */
.timeline{display:flex;flex-direction:column;gap:14px}
.tl-item{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:20px 20px 20px 68px;position:relative}
.tl-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);font-size:24px;width:36px;text-align:center}
.tl-item h4{font-size:15px;font-weight:800;color:var(--ink);margin-bottom:4px}
.tl-item p{font-size:13px;color:#666;line-height:1.6}

/* ── GUARANTEE ── */
.guarantee-card{
  background:linear-gradient(135deg,#0f1923 0%,#1a2a1a 100%);
  border-radius:16px;overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,0.22);
  max-width:820px;margin:0 auto;
}
.guarantee-top{
  display:grid;grid-template-columns:auto 1fr;
  gap:0;align-items:stretch;
}
@media(max-width:600px){.guarantee-top{grid-template-columns:1fr}}
.guarantee-seal-col{
  background:linear-gradient(160deg,#1a2e1a,#0d1f0d);
  border-right:1px solid rgba(196,125,46,0.25);
  padding:40px 32px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;min-width:200px;
}
@media(max-width:600px){
  .guarantee-seal-col{border-right:none;border-bottom:1px solid rgba(196,125,46,0.25);padding:32px 20px;min-width:0}
}
.g-ring{
  width:130px;height:130px;border-radius:50%;
  border:3px solid var(--gold);
  background:radial-gradient(circle at 40% 35%,rgba(196,125,46,0.18),rgba(196,125,46,0.04));
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  margin-bottom:16px;position:relative;
}
.g-ring::before{
  content:'';position:absolute;inset:5px;border-radius:50%;
  border:1px solid rgba(196,125,46,0.3);
}
.g-days{font-size:52px;font-weight:900;color:var(--gold-lt);line-height:1;letter-spacing:-0.02em}
.g-unit{font-size:11px;font-weight:800;letter-spacing:0.2em;color:var(--gold);text-transform:uppercase;margin-top:2px}
.g-badge-label{font-size:12px;font-weight:700;color:rgba(255,255,255,0.5);letter-spacing:0.08em;text-transform:uppercase;line-height:1.4}
.g-badge-label strong{display:block;font-size:13px;color:rgba(255,255,255,0.8);letter-spacing:0.04em;margin-top:2px}
.guarantee-content{padding:36px 36px 32px}
@media(max-width:600px){.guarantee-content{padding:28px 20px}}
.g-refund-pill{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(21,128,61,0.15);border:1px solid rgba(21,128,61,0.4);
  color:#4ade80;font-size:13px;font-weight:700;
  padding:7px 16px;border-radius:100px;margin-bottom:18px;
}
.guarantee-content h3{
  font-family:'Merriweather',Georgia,serif;
  font-size:clamp(20px,3.5vw,26px);color:#fff;
  font-weight:700;line-height:1.2;margin-bottom:14px;
}
.guarantee-content p{font-size:14px;color:rgba(255,255,255,0.65);line-height:1.75;margin-bottom:12px}
.guarantee-content p strong{color:#fff}
.guarantee-content p em{color:var(--gold-lt);font-style:italic}
.g-cta-link{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--gold-lt);font-size:14px;font-weight:700;
  margin-top:4px;margin-bottom:20px;
  text-decoration:underline;text-underline-offset:3px;
}
.guarantee-bottom{
  border-top:1px solid rgba(196,125,46,0.2);
  background:rgba(0,0,0,0.2);
  padding:18px 36px;
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;
}
@media(max-width:600px){.guarantee-bottom{padding:16px 20px}}
.trust-pill{
  font-size:12px;font-weight:700;color:rgba(255,255,255,0.7);
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  padding:6px 13px;border-radius:100px;
  display:flex;align-items:center;gap:5px;
  white-space:nowrap;
}
.trust-pills{display:flex;flex-wrap:wrap;gap:8px}

/* ── FLAVOR CALLOUT ── */
.flavor-bar{
  background:linear-gradient(135deg,#fff0e8,#fff8f0);
  border:1px solid #fcd9b0;border-radius:10px;
  padding:18px 24px;display:flex;align-items:center;gap:16px;margin-top:20px;
}
.flavor-icon{font-size:32px;flex-shrink:0}
.flavor-text h4{font-size:15px;font-weight:800;color:var(--ink);margin-bottom:4px}
.flavor-text p{font-size:13px;color:var(--mid);line-height:1.5}

/* ── ORDER BOX ── */
.order-box{background:var(--white);border:2px solid var(--gold);border-radius:12px;overflow:hidden;max-width:620px;margin:0 auto;box-shadow:0 16px 60px rgba(196,125,46,0.2)}
.order-header{background:linear-gradient(135deg,#111 0%,#1a1a1a 100%);padding:20px 24px;text-align:center;border-bottom:3px solid var(--gold)}
.order-header .oh-eyebrow{font-size:11px;font-weight:800;letter-spacing:0.14em;color:var(--gold);text-transform:uppercase;margin-bottom:6px}
.order-header h3{font-size:clamp(18px,4vw,22px);font-weight:900;color:#fff;line-height:1.25}
.order-lines{padding:4px 0}
.order-line{display:flex;justify-content:space-between;align-items:flex-start;padding:14px 24px;border-bottom:1px solid #f0ede6;gap:12px}
.order-line:last-child{border-bottom:none}
.ol-name{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:3px}
.ol-desc{font-size:12px;color:#888;line-height:1.4}
.ol-price{font-size:15px;font-weight:800;white-space:nowrap;flex-shrink:0}
.ol-free{color:var(--green)}
.ol-strike{text-decoration:line-through;color:#ccc;font-weight:400;font-size:12px}
.order-total{background:#faf8f4;padding:18px 24px;border-top:2px solid #ede8de}
.total-was{display:flex;justify-content:space-between;font-size:14px;color:#aaa;text-decoration:line-through;margin-bottom:6px}
.total-now{display:flex;justify-content:space-between;align-items:center;font-size:24px;font-weight:900;color:var(--ink)}
.total-save{background:#fef9c3;border:1px solid #fcd34d;border-radius:7px;padding:11px 16px;margin-top:12px;font-size:14px;font-weight:800;color:#92400e;text-align:center}
.order-cta-wrap{padding:20px 24px}
.order-cta-wrap .cta-btn{max-width:100%}
.order-cta-sub{font-size:12px;color:#888;text-align:center;margin-top:8px;line-height:1.7}
.payment-row{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin:12px 0 6px}
.pay-badge{font-size:11px;font-weight:800;color:#666;border:1px solid #ddd;background:var(--white);padding:5px 10px;border-radius:4px;letter-spacing:0.04em}
.trust-row{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;font-size:11px;color:#aaa;font-weight:600;margin-top:6px}
.batch-status{background:#fff3cd;border-top:1px solid #fcd34d;padding:12px 20px;text-align:center;font-size:13px;font-weight:700;color:#92400e}
.new-customer-badge{background:#f0fdf4;border-top:1px solid #86efac;padding:10px 20px;text-align:center;font-size:12px;font-weight:700;color:var(--green)}

/* ── FAQ ── */
.faq-item{border-bottom:1px solid var(--border)}
.faq-q{padding:18px 0;font-size:15px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink)}
.faq-toggle{font-size:22px;font-weight:300;color:var(--gold);flex-shrink:0;transition:transform 0.2s}
.faq-item.open .faq-toggle{transform:rotate(45deg)}
.faq-a{font-size:14px;color:var(--mid);line-height:1.7;max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.25s}
.faq-item.open .faq-a{max-height:300px;padding-bottom:18px}

/* ── FINAL CTA ── */
.final-section{background:var(--ink);color:#fff;padding:56px 20px;text-align:center}
.final-section h2{font-family:'Merriweather',serif;font-size:clamp(20px,3.8vw,30px);color:#fff;margin-bottom:10px;line-height:1.25}
.final-section p{font-size:16px;color:rgba(255,255,255,0.65);margin-bottom:28px;max-width:520px;margin-inline:auto}

/* ── FOOTER ── */
footer{background:var(--white);border-top:1px solid var(--border);padding:36px 20px;text-align:center}
.footer-logo{margin-bottom:16px;display:flex;justify-content:center}
.footer-logo img{height:36px;width:auto}
.footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:18px;margin-bottom:16px}
.footer-nav a{font-size:13px;font-weight:600;color:#888}
.footer-nav a:hover{color:var(--ink)}
footer p{font-size:12px;color:#bbb}
.disclaimer{max-width:680px;margin:14px auto 0;font-size:11px;color:#ccc;line-height:1.7;border-top:1px solid var(--border);padding-top:14px}

/* ── STICKY ORDER BAR ── */
.sticky-order{
  position:fixed;bottom:0;left:0;right:0;
  background:var(--ink);border-top:3px solid var(--gold);
  padding:12px 20px;display:flex;align-items:center;
  justify-content:space-between;gap:16px;z-index:400;
  transform:translateY(100%);transition:transform 0.3s ease;
  box-shadow:0 -6px 30px rgba(0,0,0,0.3);
}
.sticky-order.visible{transform:translateY(0)}
.sticky-left{display:flex;flex-direction:column}
.sticky-price{font-size:13px;color:rgba(255,255,255,0.5);margin-bottom:2px}
.sticky-price strong{font-size:22px;font-weight:900;color:var(--white)}
.sticky-price s{font-size:13px;color:rgba(255,255,255,0.4)}
.sticky-note{font-size:11px;color:rgba(255,255,255,0.5);margin-top:1px}
.sticky-cta{
  background:linear-gradient(135deg,#e8a020,var(--gold));
  color:#fff;font-size:15px;font-weight:800;padding:13px 22px;
  border-radius:7px;white-space:nowrap;box-shadow:0 4px 16px rgba(196,125,46,0.5);
  flex-shrink:0;border:none;cursor:pointer;letter-spacing:0.01em;
  text-decoration:none;display:block;
}
@media(max-width:500px){
  .sticky-order{flex-direction:column;padding:14px 16px;gap:10px;text-align:center}
  .sticky-cta{width:100%;text-align:center;padding:15px;font-size:16px}
  .sticky-left{align-items:center}
}
@media(max-width:680px){
  .inv-bar{font-size:12px;padding:8px 12px}
  .logo-bar{top:37px}
  .hero{padding:28px 16px 36px}
  .section{padding:40px 16px}
  .order-line{padding:12px 16px}
  .order-total{padding:14px 16px}
  .order-cta-wrap{padding:16px}
  .order-header{padding:16px}
}
@media(min-width:900px){
  .section-inner{max-width:860px}
}


@media (max-width: 768px) {
  header,
  .header,
  [class*="header"],
  [class*="logo"],
  [class*="nav"],
  .sticky,
  .sticky-header {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
  }
}