/** Shopify CDN: Minification failed

Line 1431:0 Unexpected "}"

**/
/* ==========================================
   STIKKO — Custom brand styling voor Shopify
   Klant: Stikko (solid parfum)
   Ontwerp: Bitch the Agency
   Build: Margin-Top
   
   Werkwijze:
   - Bitch's originele klassennamen blijven intact
   - Alle Stikko-stijlen zijn gescoped onder .stikko-section
   - Dawn's eigen secties blijven onaangeroerd
   - Bij Dawn-updates blijft alles werken
   ========================================== */


:root {
  /* Stikko brand colors (uit brandbook) */
  --yellow: #FFDB00;
  --orange: #FF613C;
  --pink: #FF3252;
  --purple: #8D1A72;
  --purple-deep: #4a0e3e;

  /* Werkkleuren */
  --bg: #fff8e8;
  --bg-alt: #ffffff;
  --bg-pink: #ffe0e5;
  --bg-purple: #f0e4ed;
  --ink: #4a0e3e;
  --ink-soft: #7a4a6e;
  --accent: #FF613C;
  --accent-soft: #ffe2d8;
  --line: #ead9b8;
}

/* ==========================================
   Globals binnen Stikko-secties
   We scopen alles onder .stikko-section zodat Dawn-secties (header, cart, etc.)
   onaangeroerd blijven. Binnen .stikko-section kunnen we Bitch's originele
   klassennamen 1-op-1 gebruiken.
   ========================================== */

.stikko-section {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.stikko-section * { box-sizing: border-box; }
.stikko-section img { max-width: 100%; display: block; }
.stikko-section a { color: inherit; text-decoration: none; }
.stikko-section .container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

.stikko-section h1,
.stikko-section h2,
.stikko-section h3 {
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.05;
  margin: 0;
}
.stikko-section h1 { font-size: clamp(40px, 6vw, 76px); }
.stikko-section h2 { font-size: clamp(30px, 4vw, 52px); }
.stikko-section h3 { font-size: 20px; }

.stikko-section p { margin: 0; }

.stikko-section .eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
  margin-bottom: 12px;
}
.stikko-section .btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: transform .15s ease;
}
.stikko-section .btn-primary { background: var(--ink); color: #fff; }
.stikko-section .btn-secondary {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.stikko-section .btn:hover { transform: translateY(-2px); }

.stikko-section .photo { background-size: cover; background-position: center; background-color: var(--bg-pink); }

/* === Announcement bar === */
.stikko-section .announce {
  background: var(--ink); color: #fff; text-align: center;
  font-size: 13px; padding: 10px 16px; letter-spacing: 0.04em;
}
.stikko-section .announce span { margin: 0 18px; }
.stikko-section .announce .dot { color: var(--yellow); }

/* === Nav === */
.stikko-section nav.main {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  position: sticky; top: 0; z-index: 50;
}
.stikko-section nav.main .container { display: flex; align-items: center; justify-content: space-between; }
.stikko-section .logo { font-size: 26px; font-weight: 900; letter-spacing: 0.06em; }
.stikko-section .nav-links { display: flex; gap: 30px; font-size: 15px; }
.stikko-section .nav-links a:hover { color: var(--accent); }
.stikko-section .nav-links a.active { color: var(--accent); }
.stikko-section .cart-link { font-weight: 700; }

/* === Hero (homepage) === */
.stikko-section .hero { padding: 60px 0 40px; background: var(--bg); position: relative; }
.stikko-section .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 50px;
  align-items: center;
}
.stikko-section .hero-text .tag-line {
  display: block;
  margin-bottom: 8px;
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--purple); font-weight: 700;
}
.stikko-section .hero-text .pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--yellow); color: var(--purple-deep);
  padding: 10px 18px; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.stikko-section .hero-text .pill::before {
  content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--pink);
}
.stikko-section .hero h1 { margin-bottom: 26px; }
.stikko-section .hero h1 em { font-style: normal; color: var(--accent); }
.stikko-section .hero p.lead {
  font-size: 19px; color: var(--ink-soft);
  max-width: 480px; margin-bottom: 38px;
}
.stikko-section .hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.stikko-section .hero-photo {
  aspect-ratio: 3/4;
  border-radius: 24px;
  overflow: hidden;
  /* background-image: via Shopify theme editor */
  background-size: cover;
  background-position: center;
  background-color: #f0b8c2;
  position: relative;
}
.stikko-section .hero-photo .sticker {
  position: absolute;
  background: var(--pink); color: #fff;
  padding: 16px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  transform: rotate(-8deg);
  box-shadow: 0 8px 24px rgba(255, 50, 82, 0.4);
}
.stikko-section .hero-photo .sticker.alt { background: var(--yellow); color: var(--purple-deep); }
.stikko-section .hero-photo .sticker.top { top: 24px; left: -10px; }
.stikko-section .hero-photo .sticker.bot { bottom: 28px; right: -8px; transform: rotate(6deg); }

/* === Page hero (kleinere hero voor sub-pages) === */
.stikko-section .page-hero {
  padding: 70px 0 80px;
  text-align: center;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.stikko-section .page-hero h1 { font-size: clamp(36px, 5vw, 60px); margin-bottom: 18px; }
.stikko-section .page-hero p { font-size: 18px; color: var(--ink-soft); max-width: 580px; margin: 0 auto; }
.stikko-section .page-hero .pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--yellow); color: var(--purple-deep);
  padding: 9px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  margin-bottom: 22px;
}

/* === Marquee === */
.stikko-section .marquee {
  background: linear-gradient(90deg, var(--yellow) 0%, var(--orange) 35%, var(--pink) 70%, var(--purple) 100%);
  color: #fff;
  overflow: hidden;
  padding: 22px 0;
  width: 100%;
}
.stikko-section .marquee-track {
  display: flex;
  animation-name: scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 25s;
  white-space: nowrap;
  width: max-content;
  will-change: transform;
}

.stikko-section .marquee-track > span {
  padding-right: 60px;
}
.stikko-section .marquee span {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: 0.02em;
}
.stikko-section .marquee span em {
  font-style: normal;
  color: #fff;
  margin: 0 16px;
  font-size: 0.7em;
  vertical-align: middle;
  opacity: 0.9;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes scroll-mobile {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.stikko-section .marquee-soft {
  background: var(--yellow); color: var(--purple-deep);
  overflow: hidden; padding: 18px 0;
}
.stikko-section .marquee-soft .marquee-track { animation: scroll 45s linear infinite; }
.stikko-section .marquee-soft span { font-size: clamp(22px, 3vw, 36px); font-weight: 800; }
.stikko-section .marquee-soft span em { color: var(--pink); font-style: normal; margin: 0 12px; }

/* === Retail strip === */
.stikko-section .retail-strip {
  background: var(--bg-alt);
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}
.stikko-section .retail-strip .container {
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.stikko-section .retail-strip .label {
  font-size: 13px; color: var(--ink-soft);
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700;
}
.stikko-section .retail-strip .retailer {
  font-size: 32px; font-weight: 900; letter-spacing: 0.1em;
  color: var(--ink);
}
.stikko-section .retail-strip .coming { font-size: 13px; color: var(--ink-soft); font-style: italic; }

/* === Section helpers === */
.stikko-section .section { padding: 100px 0; }
.stikko-section .section-head { text-align: center; margin-bottom: 60px; max-width: 680px; margin-left: auto; margin-right: auto; }
.stikko-section .section-head h2 { margin-bottom: 16px; }
.stikko-section .section-head p { color: var(--ink-soft); font-size: 17px; }

/* === Voor wie === */
.stikko-section .voor-wie { background: var(--bg-alt); }
.stikko-section .voor-wie-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  aspect-ratio: 16/8;
}
.stikko-section .vw-tile {
  border-radius: 18px; overflow: hidden;
  position: relative; display: flex; align-items: flex-end;
  min-height: 280px;
}
.stikko-section .vw-tile .caption {
  background: linear-gradient(180deg, transparent, rgba(74, 14, 62, 0.78));
  color: #fff; width: 100%;
  padding: 18px 22px;
  font-size: 15px; font-weight: 700;
}
.stikko-section .vw-tile.large {
  grid-row: span 2;
  background-size: cover;
  background-position: center;
  background-color: #d4c8e0;
}
.stikko-section .vw-tile.t1 {
  background-size: cover;
  background-position: center;
  background-color: #e8e4dc;
}
.stikko-section .vw-tile.t2 {
  background-size: cover;
  background-position: center;
  background-color: #d8dde0;
}
.stikko-section .vw-tile.t3 {
  background-size: cover;
  background-position: center;
  background-color: #c8b4d8;
}
.stikko-section .vw-tile.t4 {
  background-size: cover;
  background-position: center;
  background-color: #d4e0d4;
}

/* === Props strip === */
.stikko-section .props-strip {
  background: var(--bg);
  padding: 50px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stikko-section .props-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.stikko-section .prop {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 16px;
  flex: 0 0 auto;
  width: 180px;
}

.stikko-section .prop .badge {
  width: 78px; height: 78px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px; font-size: 30px;
  color: #fff; font-weight: 900;
}
.stikko-section .prop:nth-child(1) .badge { background: var(--orange); }
.stikko-section .prop:nth-child(2) .badge { background: var(--pink); }
.stikko-section .prop:nth-child(3) .badge { background: var(--purple); }
.stikko-section .prop:nth-child(4) .badge { background: var(--yellow); color: var(--purple-deep); }
.stikko-section .prop h4 { font-size: 14px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

/* === Products === */
.stikko-section .products { background: var(--bg); position: relative; }
.stikko-section .products::before {
  content: 'STIKKO';
  position: absolute; top: 40px; right: -40px;
  font-size: 220px; font-weight: 900;
  color: rgba(255, 97, 60, 0.06);
  letter-spacing: 0.05em; pointer-events: none;
}
.stikko-section .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px; position: relative; z-index: 1;
}
.stikko-section .product-card {
  background: var(--bg-alt);
  border-radius: 18px;
  padding: 32px 24px 28px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
  cursor: pointer;
}
.stikko-section .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(74, 14, 62, 0.1);
}
.stikko-section .product-card .img-wrap {
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.stikko-section .product-card img { max-height: 240px; width: auto; }
.stikko-section .product-card .tag {
  font-size: 11px; color: var(--accent); font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 6px;
}
.stikko-section .product-card h3 { margin-bottom: 6px; font-size: 24px; }
.stikko-section .product-card .notes { font-size: 14px; color: var(--ink-soft); margin-bottom: 14px; }
.stikko-section .product-card .price { font-weight: 800; font-size: 20px; margin-bottom: 16px; }
.stikko-section .product-card button {
  background: var(--ink); color: #fff;
  border: none; border-radius: 999px;
  padding: 12px 22px; font-size: 14px; font-weight: 700;
  cursor: pointer; width: 100%;
}

/* === Bundle banner === */
.stikko-section .bundle-banner {
  background: linear-gradient(120deg, var(--orange) 0%, var(--pink) 60%, var(--purple) 100%);
  color: #fff;
  border-radius: 24px;
  padding: 28px 36px;
  margin-top: 48px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  position: relative; overflow: hidden;
}
.stikko-section .bundle-banner::after {
  content: 'TRY 3 FOR \20AC 19,95';
  position: absolute; right: -20px; bottom: -20px;
  font-size: 80px; font-weight: 900;
  color: rgba(255,255,255,0.1);
  pointer-events: none; letter-spacing: -0.04em;
}
.stikko-section .bundle-banner h3 {
  font-size: 24px;
  margin-bottom: 6px;
  color: #fff;
  font-weight: 800;
}
.stikko-section .bundle-banner p { color: rgba(255,255,255,0.85); font-size: 15px; max-width: 480px; }
.stikko-section .bundle-banner .btn-primary { background: var(--yellow); color: var(--purple-deep); }

/* === How it works (homepage section) === */
.stikko-section .how { background: var(--bg-alt); }
.stikko-section .how-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 70px; align-items: center;
}
.stikko-section .how-photo {
  aspect-ratio: 3/4;
  border-radius: 24px;
  /* background-image: via Shopify theme editor */
  background-size: cover; background-position: center;
  background-color: #ede7e0;
  position: relative;
}
.stikko-section .how-photo .float-note {
  position: absolute;
  background: #fff; padding: 10px 18px;
  border-radius: 999px; font-weight: 800; font-size: 14px;
  box-shadow: 0 8px 24px rgba(74, 14, 62, 0.14);
  color: var(--ink); transform: rotate(-4deg);
}
.stikko-section .how-photo .float-note.a { top: 30px; right: -20px; }
.stikko-section .how-photo .float-note.b { bottom: 80px; left: -20px; transform: rotate(3deg); }
.stikko-section .steps { display: flex; flex-direction: column; gap: 28px; }
.stikko-section .step { display: flex; gap: 22px; align-items: flex-start; }
.stikko-section .step .num {
  flex-shrink: 0;
  width: 56px; height: 56px; border-radius: 50%;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 900;
}
.stikko-section .step:nth-child(1) .num { background: var(--orange); }
.stikko-section .step:nth-child(2) .num { background: var(--pink); }
.stikko-section .step:nth-child(3) .num { background: var(--purple); }
.stikko-section .step h3 { margin-bottom: 6px; }
.stikko-section .step p { color: var(--ink-soft); font-size: 15px; }

/* === Founder story === */
.stikko-section .founder { background: var(--bg); }
.stikko-section .founder-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: 70px; align-items: center;
}
.stikko-section .founder-photo {
  aspect-ratio: 4/5;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 50%, var(--pink) 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.stikko-section .founder-photo .placeholder {
  color: #fff; font-size: 14px; text-align: center;
  padding: 24px; border: 1.5px dashed #fff;
  border-radius: 12px; max-width: 70%; font-weight: 700;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(4px);
}
.stikko-section .founder-text .eyebrow { color: var(--accent); }
.stikko-section .founder-text h2 { margin-bottom: 24px; }
.stikko-section .founder-text p { color: var(--ink-soft); font-size: 17px; margin-bottom: 18px; }
.stikko-section .founder-signature {
  margin-top: 32px; font-style: italic; color: var(--ink);
  font-size: 16px; font-weight: 600;
}

/* === Stick with us === */
.stikko-section .stickwith {
  background: var(--bg-pink);
  padding: 100px 0;
  position: relative; overflow: hidden;
}
.stikko-section .stickwith-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 50px; flex-wrap: wrap; gap: 20px;
}
.stikko-section .stickwith h2 { font-size: clamp(34px, 5vw, 60px); }
.stikko-section .stickwith .float-tag {
  background: #fff; padding: 8px 16px;
  border-radius: 999px; font-size: 14px; font-weight: 800;
  color: var(--ink); transform: rotate(-3deg);
  box-shadow: 0 6px 18px rgba(74, 14, 62, 0.08);
}
.stikko-section .ugc-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.stikko-section .ugc-card {
  aspect-ratio: 3/4; border-radius: 18px;
  overflow: hidden; position: relative;
  display: flex; align-items: flex-end;
}
.stikko-section .ugc-card.u1 {
  /* background-image: via Shopify theme editor */
  background-size: cover; background-position: center;
  background-color: #f0c8d0;
}
.stikko-section .ugc-card.u2 {
  /* background-image: via Shopify theme editor */
  background-size: cover; background-position: center;
  background-color: #f0bcc8;
}
.stikko-section .ugc-card.u3 {
  /* background-image: via Shopify theme editor */
  background-size: cover; background-position: center;
  background-color: #f0b8c4;
}
.stikko-section .ugc-card.u4 {
  /* background-image: via Shopify theme editor */
  background-size: cover; background-position: center;
  background-color: #eae4dc;
}
.stikko-section .ugc-card .overlay {
  background: linear-gradient(180deg, transparent, rgba(74, 14, 62, 0.8));
  color: #fff; padding: 18px; width: 100%; font-size: 13px;
}
.stikko-section .ugc-card .overlay strong { display: block; margin-bottom: 4px; font-size: 14px; }
.stikko-section .ugc-card .play {
  position: absolute; top: 14px; right: 14px;
  background: rgba(255,255,255,0.3); backdrop-filter: blur(8px);
  color: #fff; padding: 5px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 700;
}
.stikko-section .ugc-callouts {
  margin-top: 36px;
  display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
}
.stikko-section .callout {
  background: #fff; padding: 14px 26px;
  border-radius: 999px; font-weight: 800; font-size: 17px;
  box-shadow: 0 8px 20px rgba(74, 14, 62, 0.08);
}
.stikko-section .callout.r1 { transform: rotate(-3deg); }
.stikko-section .callout.r2 { transform: rotate(2deg); }
.stikko-section .callout.r3 { transform: rotate(-1deg); }

/* === Why solid === */
.stikko-section .why { background: var(--ink); color: #fff; }
.stikko-section .why .section-head h2 { color: #fff; }
.stikko-section .why .section-head p { color: #bbb; }
.stikko-section .reasons {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.stikko-section .reason {
  text-align: center; padding: 36px 22px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 18px;
  transition: border-color .2s ease;
}
.stikko-section .reason:hover { border-color: var(--accent); }
.stikko-section .reason .icon { font-size: 38px; margin-bottom: 14px; }
.stikko-section .reason:nth-child(1) .icon { color: var(--yellow); }
.stikko-section .reason:nth-child(2) .icon { color: var(--orange); }
.stikko-section .reason:nth-child(3) .icon { color: var(--pink); }
.stikko-section .reason:nth-child(4) .icon { color: var(--purple); }
.stikko-section .reason h3 { color: #fff; margin-bottom: 8px; font-size: 18px; }
.stikko-section .reason p { color: #aaa; font-size: 14px; }

/* === Future drops === */
.stikko-section .future { background: var(--ink); color: #fff; padding: 0; }
.stikko-section .future-inner {
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-deep) 100%);
  padding: 110px 0; position: relative;
}
.stikko-section .future-inner::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(74, 14, 62, 0.88), rgba(74, 14, 62, 0.96));
}
.stikko-section .future-card {
  text-align: center; max-width: 720px; margin: 0 auto;
  position: relative; z-index: 1;
}
.stikko-section .future-card .eyebrow { color: var(--accent); }
.stikko-section .future-card h2 { margin-bottom: 20px; color: #fff; font-size: clamp(36px, 5vw, 60px); }
.stikko-section .future-card h2 em { font-style: normal; color: var(--accent); }
.stikko-section .future-card p { color: #ccc; font-size: 18px; margin-bottom: 32px; }
.stikko-section .future-card .items {
  display: flex; justify-content: center; gap: 14px; margin-top: 28px;
  flex-wrap: wrap;
}
.stikko-section .future-card .item {
  padding: 10px 22px; border-radius: 999px;
  font-weight: 800; font-size: 14px; color: #fff;
}
.stikko-section .future-card .item:nth-child(1) { background: var(--orange); }
.stikko-section .future-card .item:nth-child(2) { background: var(--pink); }
.stikko-section .future-card .item:nth-child(3) { background: var(--purple); }

/* === Newsletter === */

.stikko-section .newsletter { background: var(--bg-alt); padding: 90px 0; border-top: 1px solid var(--line); }
.stikko-section .newsletter-card { max-width: 600px; margin: 0 auto; text-align: center; }
.stikko-section .newsletter-card h2 { margin-bottom: 14px; }
.stikko-section .newsletter-card p { color: var(--ink-soft); margin-bottom: 28px; }
.stikko-section .newsletter-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; }
.stikko-section .newsletter-form input {
  flex: 1; padding: 14px 20px;
  border: 1.5px solid var(--line); border-radius: 999px;
  font-size: 15px; outline: none; font-family: inherit;
}

.stikko-section .stikko-newsletter-form input {
  flex: 1; 
  padding: 14px 20px;
  border: 1.5px solid var(--line); 
  border-radius: 999px;
  font-size: 15px; 
  outline: none; 
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.stikko-section .stikko-newsletter-form {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px;
  max-width: 460px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.stikko-section .stikko-newsletter-form input[type="email"] {
  flex: 1;
  min-width: 0;
}

.stikko-section .stikko-newsletter-form button {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .stikko-section .stikko-newsletter-form {
    flex-direction: column !important;
  }
}
/* === Footer === */
.stikko-section footer { background: var(--ink); color: #ccc; padding: 70px 0 32px; }
.stikko-section .footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 40px;
   align-items: start;
}
.stikko-section footer h4 { color: #fff; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.stikko-section footer ul { list-style: none; }
.stikko-section footer ul li { margin-bottom: 10px; font-size: 14px; }
.stikko-section footer ul li a:hover { color: #fff; }
.stikko-section .footer-tagline { font-size: 14px; color: #999; margin-top: 14px; max-width: 280px; }
.stikko-section .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 13px; color: #888;
}
.stikko-section .payment-icons { display: flex; gap: 12px; align-items: center; }
.stikko-section .payment-icons span {
  background: rgba(255,255,255,0.15); color: #ccc;
  padding: 5px 12px; border-radius: 4px;
  font-size: 11px; font-weight: 700;
}

/* ==========================================
   SHOP PAGINA
   ========================================== */
.stikko-section .filter-bar {
  background: var(--bg-alt);
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.stikko-section .filter-bar .container {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
}
.stikko-section .filter-group {
  display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
}
.stikko-section .filter-group .label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-soft);
  margin-right: 6px;
}
.stikko-section .filter-pill {
  padding: 8px 16px; border-radius: 999px;
  border: 1.5px solid var(--line);
  background: transparent; color: var(--ink);
  font-size: 14px; font-weight: 600;
  cursor: pointer; transition: all .15s ease;
  font-family: inherit;
}
.stikko-section .filter-pill:hover { border-color: var(--ink); }
.stikko-section .filter-pill.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.stikko-section .filter-pill.fris.active { background: var(--orange); border-color: var(--orange); }
.stikko-section .filter-pill.bloemig.active { background: var(--pink); border-color: var(--pink); }
.stikko-section .filter-pill.houtachtig.active { background: var(--purple); border-color: var(--purple); }
.stikko-section .filter-pill.zoet.active { background: var(--yellow); border-color: var(--yellow); color: var(--purple-deep); }
.stikko-section .filter-pill.fruitig.active { background: var(--yellow); border-color: var(--yellow); color: var(--purple-deep); }

.stikko-section .discovery-banner {
  background: linear-gradient(120deg, var(--yellow) 0%, var(--orange) 50%, var(--pink) 100%);
  border-radius: 24px;
  padding: 50px 56px;
  margin-bottom: 64px;
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 40px; align-items: center;
  color: var(--purple-deep);
  position: relative; overflow: hidden;
}
.stikko-section .discovery-banner h2 { color: var(--purple-deep); margin-bottom: 12px; font-size: clamp(28px, 4vw, 42px); }
.stikko-section .discovery-banner p { color: var(--purple-deep); opacity: 0.85; font-size: 16px; margin-bottom: 24px; max-width: 460px; }
.stikko-section .discovery-banner .price-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 22px; }
.stikko-section .discovery-banner .price-now { font-size: 36px; font-weight: 900; }
.stikko-section .discovery-banner .price-was { font-size: 18px; text-decoration: line-through; opacity: 0.5; }
.stikko-section .discovery-banner .sticks-mock {
  display: flex; justify-content: center; align-items: flex-end; gap: 14px;
}
.stikko-section .discovery-banner .sticks-mock div {
  width: 70px; height: 200px;
  border-radius: 10px 10px 6px 6px;
  box-shadow: 0 12px 30px rgba(74, 14, 62, 0.2);
}
.stikko-section .discovery-banner .sticks-mock div:nth-child(1) { background: var(--pink); transform: rotate(-6deg); }
.stikko-section .discovery-banner .sticks-mock div:nth-child(2) { background: var(--purple); height: 220px; }
.stikko-section .discovery-banner .sticks-mock div:nth-child(3) { background: var(--orange); transform: rotate(5deg); }
.stikko-section .discovery-banner .btn-primary { background: var(--purple-deep); color: #fff; }

/* ==========================================
   HOE WERKT HET PAGINA
   ========================================== */
.stikko-section .steps-detailed {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.stikko-section .step-card {
  background: var(--bg-alt); border-radius: 20px;
  padding: 36px 28px; text-align: center;
}
.stikko-section .step-card .num-big {
  width: 80px; height: 80px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 36px; font-weight: 900; color: #fff;
}
.stikko-section .step-card:nth-child(1) .num-big { background: var(--orange); }
.stikko-section .step-card:nth-child(2) .num-big { background: var(--pink); }
.stikko-section .step-card:nth-child(3) .num-big { background: var(--purple); }
.stikko-section .step-card h3 { margin-bottom: 12px; font-size: 22px; }
.stikko-section .step-card p { color: var(--ink-soft); margin-bottom: 16px; font-size: 15px; }
.stikko-section .step-card .tip {
  background: var(--bg); padding: 14px 18px;
  border-radius: 12px; font-size: 13px;
  color: var(--ink); font-weight: 600;
  border-left: 3px solid var(--accent);
  text-align: left;
}

.stikko-section .comparison {
  background: var(--bg-alt);
  border-radius: 20px;
  padding: 48px;
  overflow-x: auto;
}
.stikko-section .comparison table { width: 100%; border-collapse: collapse; min-width: 600px; }
.stikko-section .comparison th, .stikko-section .comparison td {
  padding: 18px 16px; text-align: left;
  border-bottom: 1px solid var(--line);
}
.stikko-section .comparison th {
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft);
}
.stikko-section .comparison th:nth-child(2) { color: var(--accent); }
.stikko-section .comparison td:first-child { font-weight: 700; }
.stikko-section .comparison td.yes::before { content: '✓'; color: var(--orange); font-weight: 900; margin-right: 8px; }
.stikko-section .comparison td.no::before { content: '✕'; color: var(--ink-soft); font-weight: 900; margin-right: 8px; opacity: 0.5; }

.stikko-section .pulse-illustration {
  background: var(--bg-alt);
  border-radius: 20px;
  padding: 48px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px; align-items: center;
}
.stikko-section .pulse-points-list { list-style: none; }
.stikko-section .pulse-points-list li {
  display: flex; gap: 16px; align-items: flex-start;
  margin-bottom: 22px; font-size: 16px;
}
.stikko-section .pulse-points-list li::before {
  content: ''; flex-shrink: 0;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--accent);
  margin-top: 6px;
}
.stikko-section .pulse-points-list li strong { display: block; margin-bottom: 4px; }
.stikko-section .pulse-points-list li span { color: var(--ink-soft); font-size: 14px; }
.stikko-section .pulse-illustration-img {
  aspect-ratio: 3/4;
  border-radius: 16px;
  /* background-image: via Shopify theme editor */
  background-size: cover; background-position: center;
  background-color: #ede7e0;
}

/* ==========================================
   ONS VERHAAL PAGINA
   ========================================== */
.story-hero {
  padding: 80px 0;
  background: var(--bg);
}
.story-hero-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.story-hero-photo {
  aspect-ratio: 4/5;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 50%, var(--pink) 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.story-hero-photo .placeholder {
  color: #fff; font-size: 14px; text-align: center;
  padding: 24px; border: 1.5px dashed #fff;
  border-radius: 12px; max-width: 70%; font-weight: 700;
  background: rgba(255,255,255,0.18);
}
.story-hero-text h1 { margin-bottom: 24px; }
.story-hero-text p { font-size: 17px; color: var(--ink-soft); margin-bottom: 18px; }

.stikko-section .timeline {
  display: flex; flex-direction: column;
  gap: 32px;
  max-width: 800px; margin: 0 auto;
}
.stikko-section .timeline-item {
  display: grid; grid-template-columns: 120px 1fr;
  gap: 32px; align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.stikko-section .timeline-item:last-child { border-bottom: none; }
.timeline-year {
  font-size: 28px; font-weight: 900;
  color: var(--accent);
}
.stikko-section .timeline-item:nth-child(1) .timeline-year { color: var(--orange); }
.stikko-section .timeline-item:nth-child(2) .timeline-year { color: var(--pink); }
.stikko-section .timeline-item:nth-child(3) .timeline-year { color: var(--purple); }
.stikko-section .timeline-item:nth-child(4) .timeline-year { color: var(--yellow); }
.timeline-content h3 { margin-bottom: 8px; font-size: 22px; }
.timeline-content p { color: var(--ink-soft); font-size: 16px; }

.values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.value-card {
  flex: 0 0 auto;
  width: calc(33.333% - 22px);
  min-width: 260px;
  background: var(--bg-alt);
  border-radius: 20px; padding: 36px 28px;
}
.value-card .icon {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: #fff;
  margin-bottom: 18px;
}
.value-card:nth-child(1) .icon { background: var(--orange); }
.value-card:nth-child(2) .icon { background: var(--pink); }
.value-card:nth-child(3) .icon { background: var(--purple); }
.value-card h3 { margin-bottom: 10px; font-size: 22px; }
.value-card p { color: var(--ink-soft); font-size: 15px; }

.stikko-section .sustainability-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.stikko-section .stat {
  flex: 0 0 auto;
  min-width: 200px;
  text-align: center;
}
.stat .big {
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}
.stat:nth-child(1) .big { color: var(--orange); }
.stat:nth-child(2) .big { color: var(--pink); }
.stat:nth-child(3) .big { color: var(--purple); }
.stat .label { font-size: 15px; color: var(--ink-soft); font-weight: 600; }

/* ==========================================
   WINKELS PAGINA
   ========================================== */
.etos-hero {
  background: linear-gradient(120deg, var(--yellow) 0%, var(--orange) 50%, var(--pink) 100%);
  padding: 80px 0;
  color: var(--purple-deep);
  text-align: center;
}
.etos-hero h1 { color: var(--purple-deep); margin-bottom: 20px; font-size: clamp(40px, 6vw, 72px); }
.etos-hero p { color: var(--purple-deep); font-size: 19px; opacity: 0.9; max-width: 600px; margin: 0 auto; }
.etos-hero .date-big {
  display: inline-block;
  background: var(--purple-deep); color: var(--yellow);
  padding: 14px 32px; border-radius: 999px;
  font-weight: 900; font-size: 18px; letter-spacing: 0.05em;
  margin-bottom: 28px;
}

.store-finder {
  background: var(--bg-alt);
  border-radius: 24px;
  padding: 48px;
  margin: -40px auto 0;
  max-width: 900px;
  box-shadow: 0 20px 60px rgba(74, 14, 62, 0.1);
  position: relative; z-index: 2;
}
.store-finder h2 { margin-bottom: 16px; }
.store-finder p { color: var(--ink-soft); margin-bottom: 24px; }
.finder-form { display: flex; gap: 12px; flex-wrap: wrap; }
.finder-form input {
  flex: 1; min-width: 220px;
  padding: 16px 22px;
  border: 1.5px solid var(--line); border-radius: 999px;
  font-size: 16px; outline: none; font-family: inherit;
}
.finder-form input:focus { border-color: var(--ink); }
.finder-note {
  font-size: 13px; color: var(--ink-soft);
  margin-top: 16px; font-style: italic;
}

.store-cards {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.store-card {
  background: var(--bg-alt);
  border-radius: 20px; padding: 32px;
  display: flex; gap: 24px;
  align-items: flex-start;
}
.store-card .logo-square {
  flex-shrink: 0;
  width: 90px; height: 90px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 22px;
  letter-spacing: 0.1em;
}
.store-card.etos .logo-square { background: var(--orange); color: #fff; }
.store-card.online .logo-square { background: var(--purple); color: #fff; }
.store-card.coming .logo-square { background: var(--bg); color: var(--ink-soft); border: 1.5px dashed var(--line); font-size: 14px; }
.store-card h3 { margin-bottom: 6px; }
.store-card p { color: var(--ink-soft); font-size: 14px; }
.store-card .tag {
  display: inline-block;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 8px;
}
.store-card.etos .tag { color: var(--orange); }
.store-card.online .tag { color: var(--purple); }
.store-card.coming .tag { color: var(--ink-soft); }

/* ==========================================
   FAQ PAGINA
   ========================================== */
.stikko-section .faq-categories {
  display: flex; gap: 12px; flex-wrap: wrap;
  justify-content: center; margin-bottom: 56px;
}
.stikko-section .faq-cat {
  padding: 10px 20px; border-radius: 999px;
  background: var(--bg-alt); border: 1.5px solid var(--line);
  font-size: 14px; font-weight: 700;
  cursor: pointer; transition: all .15s ease;
}
.stikko-section .faq-cat:hover { border-color: var(--ink); }
.stikko-section .faq-cat.active { background: var(--ink); color: #fff; border-color: var(--ink); }

.faq-section { margin-bottom: 56px; }
.faq-section h2 {
  font-size: 28px; margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--line);
  display: flex; align-items: center; gap: 16px;
}
.faq-section h2 .num {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 900; color: #fff;
}
.faq-section:nth-of-type(1) h2 .num { background: var(--orange); }
.faq-section:nth-of-type(2) h2 .num { background: var(--pink); }
.faq-section:nth-of-type(3) h2 .num { background: var(--purple); }
.faq-section:nth-of-type(4) h2 .num { background: var(--yellow); color: var(--purple-deep); }
.faq-section:nth-of-type(5) h2 .num { background: var(--orange); }

.stikko-section .faq-item {
  background: var(--bg-alt);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.stikko-section .faq-item summary {
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
  font-weight: 700; font-size: 16px;
  color: var(--ink);
}
.stikko-section .faq-item summary::-webkit-details-marker { display: none; }
.stikko-section .faq-item summary::after {
  content: '+';
  font-size: 28px; font-weight: 700;
  color: var(--accent);
  flex-shrink: 0;
  transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.stikko-section .faq-item .answer {
  padding: 0 24px 22px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.contact-cta {
  background: var(--ink);
  color: #fff;
  border-radius: 24px;
  padding: 48px;
  text-align: center;
}
.contact-cta h2 { color: #fff; margin-bottom: 12px; }
.contact-cta p { color: #ccc; margin-bottom: 24px; }
.contact-cta .btn-primary { background: var(--yellow); color: var(--purple-deep); }

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 900px) {
  .hero-grid, .founder-grid, .how-grid,
.story-hero-grid, .stikko-section .pulse-illustration { grid-template-columns: 1fr; gap: 40px; }
.stikko-section .product-grid { grid-template-columns: repeat(2, 1fr); }
.stikko-section .ugc-grid { grid-template-columns: repeat(2, 1fr); }
.stikko-section .reasons, .values, .sustainability-stats, .stikko-section .steps-detailed { grid-template-columns: 1fr; gap: 16px; }
.stikko-section .props-grid { grid-template-columns: repeat(2, 1fr); }
.stikko-section .footer-grid { grid-template-columns: 1fr 1fr; }
.store-cards { grid-template-columns: 1fr; }
.stikko-section .nav-links { display: none; }
.stikko-section .bundle-banner, .stikko-section .discovery-banner { padding: 32px 28px; grid-template-columns: 1fr; }
.stikko-section .discovery-banner .sticks-mock { display: none; }
.stikko-section .future-inner { padding: 70px 0; }
.stikko-section .section { padding: 70px 0; }
.stikko-section .voor-wie-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; aspect-ratio: auto; }
.stikko-section .vw-tile.large { grid-column: span 2; grid-row: auto; min-height: 280px; }
.stikko-section .hero-photo .sticker { font-size: 12px; padding: 12px 16px; }
.store-finder { padding: 32px 24px; margin-top: -20px; }
.stikko-section .comparison { padding: 24px; }
.stikko-section .pulse-illustration { padding: 28px; }
.stikko-section .timeline-item { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 560px) {
.stikko-section .product-grid { grid-template-columns: 1fr; }
.stikko-section .ugc-grid { grid-template-columns: 1fr 1fr; }
.stikko-section .reasons, .values, .sustainability-stats, .stikko-section .steps-detailed { grid-template-columns: 1fr; }
.stikko-section .props-grid { grid-template-columns: 1fr 1fr; }
.stikko-section .footer-grid { grid-template-columns: 1fr; }
.stikko-section .newsletter-form { flex-direction: column; }
.stikko-section .stickwith-head { flex-direction: column; align-items: flex-start; }
}

/* ==========================================
   STIKKO — Fixes voor Dawn compatibiliteit
   ========================================== */

/* Dawn page-width matchen aan Stikko-design */
:root {
  --page-width: 1240px;
  --page-width-margin: 0px;
  --container-padding: 24px;
}

/* Hero h1 — Dawn override voor correcte grootte en kleur */
.stikko-section .hero h1 {
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.05;
  color: var(--ink);
}

/* Hero h1 em — oranje accent */
.stikko-section .hero h1 em {
  font-style: normal;
  color: #FF613C;
}
/* Bundle banner section spacing */
.shopify-section-stikko-bundle {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* Footer kolom verdeling — brand kolom iets breder */
.footer__blocks-wrapper.grid--4-col-tablet {
  grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
}
/* Footer links geen underline */
.shopify-section-group-footer-group .footer a {
  text-decoration: none;
}
.shopify-section-group-footer-group .footer a:hover {
  text-decoration: underline;
}

/* Footer kolommen top uitgelijnd */
.footer__content-top.grid {
  align-items: start !important;
}

.footer-block {
  align-self: start !important;
}

.footer-block__list {
  text-align: left !important;
}
.footer-block__heading.inline-richtext {
  text-align: center !important;
}
.footer .footer-block__details-content {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block !important;
  text-align: center !important;
  width: 100%;
}

.footer .footer-block__details-content li {
  text-align: center !important;
  width: 100%;
}

.footer .footer-block__details-content li a {
  text-align: center !important;
  display: block;
  width: 100%;
}

/* Header navigatie centreren */
.header--middle-center .header__inline-menu,
.header--middle-left .header__inline-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Header padding gelijkstellen aan Stikko container */
.header {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* ==========================================
   STIKKO — Mobile responsive (hero + sections)
   ========================================== */

@media (max-width: 900px) {
  .stikko-section .hero-grid,
  .stikko-section .founder-grid,
  .stikko-section .how-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stikko-section .hero {
    padding: 40px 0 32px;
  }

  .stikko-section .hero-photo {
    min-height: 400px;
    border-radius: 20px;
  }

  .stikko-section .hero-photo .sticker {
    font-size: 12px;
    padding: 12px 16px;
  }

  .stikko-section .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .stikko-section .hero-buttons .btn {
    width: 100%;
    text-align: center;
  }

  .stikko-section .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stikko-section .voor-wie-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    aspect-ratio: auto;
  }

  .stikko-section .vw-tile.large {
    grid-column: span 2;
    grid-row: auto;
    min-height: 280px;
  }

  .stikko-section .props-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stikko-section .bundle-banner {
    padding: 32px 28px;
    flex-direction: column;
  }

  .stikko-section .reasons {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stikko-section .future-inner {
    padding: 70px 0;
  }
}

@media (max-width: 560px) {
  .stikko-section .hero h1 {
    font-size: clamp(32px, 8vw, 48px);
  }

  .stikko-section .hero .pill {
    font-size: 13px;
    padding: 8px 16px;
  }

  .stikko-section .product-grid {
    grid-template-columns: 1fr;
  }

  .stikko-section .props-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stikko-section .voor-wie-grid {
    grid-template-columns: 1fr;
  }

  .stikko-section .vw-tile.large {
    grid-column: span 1;
  }

  .stikko-section .ugc-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stikko-section .stickwith-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .stikko-section .footer-grid {
    grid-template-columns: 1fr;
  }

  .stikko-section .bundle-banner {
    padding: 24px 20px;
  }
}
  
 /* Footer alles centered op mobile */
  .footer__content-top,
  .footer__content-top * {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .footer-block--menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__content-bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  .payment-icons {
    justify-content: center;
  }
   /* Footer brand logo centered op mobile */
  .footer-block__brand-info,
  .footer-block__image-wrapper,
  .footer-block__image-wrapper img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .stikko-section,
.stikko-section * {
  max-width: 100%;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

.stikko-section .marquee-track span {
  max-width: none !important;
}
.stikko-section .marquee-track span {
  max-width: none !important;
}

/* Vergelijkingstabel mobile */
@media (max-width: 768px) {
  .stikko-section .comparison {
    padding: 16px;
  }

  .stikko-section .comparison table {
    font-size: 13px;
  }

  .stikko-section .comparison th,
  .stikko-section .comparison td {
    padding: 10px 8px;
  }

  .stikko-section .comparison th:first-child,
  .stikko-section .comparison td:first-child {
    width: 40%;
  }
}

@media (max-width: 480px) {
  .stikko-section .comparison table {
    font-size: 12px;
  }

  .stikko-section .comparison th,
  .stikko-section .comparison td {
    padding: 8px 6px;
  }
}
@media (max-width: 560px) {
  .stikko-section .marquee-track span {
    max-width: none !important;
  }
  .stikko-section .marquee-soft .marquee-track span {
    max-width: none !important;
  }
 .stikko-section .marquee-track {
  animation-name: scroll-mobile;
  animation-duration: 14s;
}

.stikko-section .marquee-soft .marquee-track {
  animation-name: scroll-mobile;
  animation-duration: 16s;
}
}

}