/** Shopify CDN: Minification failed

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

**/
/* Fix Shopify animate--hidden die content verbergt */
.animate-section.animate--hidden .animate-item,
.animate-section .animate-item,
.animate--hidden { 
  opacity: 1 !important; 
  filter: none !important; 
  transform: none !important; 
  visibility: visible !important;
}
main { visibility: visible !important; }

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&family=Sacramento&display=swap');


/* ── NEON FONT FIXES ── */
.hero-glow-demo,
.preview-name,
.preview-name.c-pink,
.preview-name.c-wit,
.preview-name.c-warmwit,
.preview-name.c-red,
.preview-name.c-blue,
.preview-name.c-purple,
.preview-name.c-green,
.preview-name.c-gold {
  font-family: 'Sacramento', cursive !important;
  font-weight: 400 !important;
}

.glow-t {
  font-family: 'Sacramento', cursive !important;
  font-weight: 400 !important;
}

/* ── HEADING FONT FIXES ── */
.hero-title,
.section-title,
.product-name,
.testi-text {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
}

.hero-title em,
.section-title em {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  font-style: italic !important;
}

/* ── BODY FONT FIX ── */
.trust-bar,
.usp-strip,
.hero-desc,
.hero-eyebrow,
.urgency-pill,
.step,
.product-tagline,
.btn-primary,
.btn-ghost,
.btn-gold {
  font-family: 'DM Sans', sans-serif !important;
}

/* ── SHOPIFY RESET FIXES ── */
main { visibility: visible !important; }
.main-content__inner-container { overflow: visible !important; max-width: none !important; padding: 0 !important; margin: 0 !important; }
.shopify-section { padding: 0 !important; margin: 0 !important; }
/* Fix color swatches */
.color-swatch { display: inline-block !important; }
.color-row { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; }
/* Fix hero hoogte - geen extra whitespace */
.hero { min-height: unset !important; height: auto !important; }
.hero-visual { min-height: unset !important; height: 100vh !important; max-height: 90vh !important; }

/* Fix preview naam font */





/* Fix hero min-height conflicten */
.hero { min-height: 80vh !important; height: auto !important; }
.hero-visual { min-height: 80vh !important; }

.main-content__inner-container { overflow: visible !important; max-width: none !important; padding: 0 !important; }
.shopify-section { margin: 0 !important; padding: 0 !important; }


:root {
  --sand: #f5ede0;
  --warm-white: #faf7f2;
  --blush: #c9a882;
  --blush-deep: #a07850;
  --dark: #1c1410;
  --text: #3a2e24;
  --text-light: #7a6555;
  --gold: #c9a054;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--warm-white); color: var(--text); overflow-x: hidden; }

/* ── ANNOUNCEMENT BAR ── */
.announcement {
  background: var(--dark); color: #e8d5b8;
  font-size: 12px; letter-spacing: 0.12em;
  text-align: center; padding: 10px 20px;
  text-transform: uppercase; font-weight: 500;
  position: relative; overflow: hidden;
}
.announcement::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(201,160,84,0.15) 50%, transparent 100%);
  animation: shimmer 3s infinite;
}
@keyframes shimmer { 0%{transform:translateX(-100%)} 100%{transform:translateX(100%)} }

/* ── HEADER ── */
header {
  background: rgba(250,247,242,0.96);
  border-bottom: 1px solid rgba(201,168,130,0.2);
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(12px);
}
.header-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 40px; height: 68px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 300;
  letter-spacing: 0.25em; color: var(--dark);
  text-transform: uppercase; text-decoration: none; white-space: nowrap;
}
.logo sup { font-size: 9px; color: var(--blush); vertical-align: super; }
nav { display: flex; gap: 22px; align-items: center; }
nav a {
  font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--text-light);
  text-decoration: none; transition: color 0.2s;
  position: relative; white-space: nowrap;
}
nav a::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
  height: 1px; background: var(--blush);
  transform: scaleX(0); transition: transform 0.3s;
}
nav a:hover { color: var(--dark); }
nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-btn { background: none; border: none; cursor: pointer; color: var(--text); font-size: 17px; padding: 4px; transition: color 0.2s; }
.icon-btn:hover { color: var(--blush-deep); }
.cart-btn {
  background: var(--dark); color: white;
  font-family: 'DM Sans', sans-serif; font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 10px 20px; border: none; cursor: pointer;
  display: flex; align-items: center; gap: 8px;
  transition: background 0.2s; white-space: nowrap;
}
.cart-btn:hover { background: var(--blush-deep); }
.cart-count {
  background: var(--gold); color: white; font-size: 9px;
  width: 16px; height: 16px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 700;
}

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--sand); border-bottom: 1px solid rgba(201,168,130,0.25);
  padding: 11px 40px; display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--text-light); }
.trust-item strong { color: var(--text); font-weight: 500; }

/* ── HERO ── */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 86vh; overflow: hidden; }
.hero-visual {
  background: #130c06; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-glow-demo {
  font-family: 'Sacramento', cursive;
  font-size: 96px; font-style: normal; font-weight: 400; color: #fff;
  text-shadow: 0 0 12px #ff9f6e, 0 0 35px #ff7c3e, 0 0 70px #ff5500, 0 0 110px #ff3300;
  animation: pulse-glow 3s ease-in-out infinite; letter-spacing: 0.04em;
}
@keyframes pulse-glow {
  0%,100% { text-shadow: 0 0 12px #ff9f6e,0 0 35px #ff7c3e,0 0 70px #ff5500,0 0 110px #ff3300; }
  50%      { text-shadow: 0 0 22px #ffb07e,0 0 55px #ff9c5e,0 0 100px #ff7722,0 0 150px #ff5500; }
}
.hero-visual::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 55%, #130c06 100%); pointer-events: none;
}
.hero-content {
  background: var(--warm-white);
  display: flex; flex-direction: column; justify-content: center;
  padding: 72px 64px 72px 68px;
}
.hero-eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blush);
  margin-bottom: 18px; display: flex; align-items: center; gap: 12px;
  animation: fadeUp 0.6s 0.2s both;
}
.hero-eyebrow::before { content:''; width:28px; height:1px; background:var(--blush); }
.urgency-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff4ee; border: 1px solid #ffd4b8; color: #b83a1e;
  font-size: 12px; padding: 7px 14px; margin-bottom: 28px; font-weight: 500;
  animation: fadeUp 0.6s 0.3s both;
}
.urgency-dot { width: 6px; height: 6px; background: #b83a1e; border-radius: 50%; animation: blink 1.4s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.15} }
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.2vw, 62px); font-weight: 300; line-height: 1.1;
  color: var(--dark); margin-bottom: 20px; animation: fadeUp 0.6s 0.4s both;
}
.hero-title em { font-style: italic; color: var(--blush-deep); }
.hero-desc {
  font-size: 15.5px; line-height: 1.72; color: var(--text-light);
  max-width: 400px; margin-bottom: 36px; animation: fadeUp 0.6s 0.55s both;
}
.hero-ctas { display: flex; gap: 16px; align-items: center; margin-bottom: 48px; animation: fadeUp 0.6s 0.7s both; }
.btn-primary {
  background: var(--dark); color: white; font-family: 'DM Sans', sans-serif;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 15px 34px; border: none; cursor: pointer;
  text-decoration: none; display: inline-flex; align-items: center; gap: 9px;
  transition: background 0.25s, transform 0.2s;
}
.btn-primary:hover { background: var(--blush-deep); transform: translateY(-1px); }
.btn-ghost {
  font-family: 'DM Sans', sans-serif; font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text); text-decoration: none;
  border-bottom: 1px solid var(--blush); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s;
}
.btn-ghost:hover { color: var(--blush-deep); border-color: var(--blush-deep); }
.hero-proof {
  display: flex; align-items: center; gap: 14px;
  padding-top: 28px; border-top: 1px solid rgba(201,168,130,0.25);
  animation: fadeUp 0.6s 0.85s both;
}
.avatars { display: flex; }
.av {
  width: 34px; height: 34px; border-radius: 50%; border: 2px solid white;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 600; color: white; margin-left: -7px;
}
.av:first-child { margin-left: 0; }
.av1{background:#c9a882} .av2{background:#a07850} .av3{background:#d4b896} .av4{background:#8a6040}
.proof-text { font-size: 13px; color: var(--text-light); line-height: 1.5; }
.proof-text strong { color: var(--text); }
.stars { color: var(--gold); letter-spacing: 1px; font-size: 12px; }
@keyframes fadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }

/* ── USP STRIP ── */
.usp-strip { background: var(--dark); padding: 52px 40px; }
.usp-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; }
.usp-item { text-align: center; }
.usp-icon { font-size: 26px; display: block; margin-bottom: 10px; }
.usp-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 400; letter-spacing: 0.04em; margin-bottom: 5px; color: #f5ede0; }
.usp-item p { font-size: 13px; color: rgba(232,213,184,0.65); line-height: 1.55; }

/* ── GENERIC SECTIONS ── */
.section { padding: 96px 40px; max-width: 1280px; margin: 0 auto; }
.section-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blush); margin-bottom: 14px; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3.5vw, 50px); font-weight: 300; line-height: 1.15; color: var(--dark); margin-bottom: 14px; }
.section-title em { font-style: italic; color: var(--blush-deep); }
.section-sub { font-size: 15.5px; color: var(--text-light); max-width: 480px; line-height: 1.72; }

/* ── HOW IT WORKS ── */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 60px; }
.step { background: var(--sand); padding: 48px 40px; transition: background 0.3s; }
.step:hover { background: #eedcca; }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 68px; font-weight: 300; color: rgba(201,168,130,0.28); line-height: 1; margin-bottom: 18px; }
.step h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; margin-bottom: 10px; color: var(--dark); }
.step p { font-size: 14px; line-height: 1.65; color: var(--text-light); }

/* ── COLLECTION ── */
.collection-section { padding: 96px 40px; background: var(--sand); }
.collection-inner { max-width: 1280px; margin: 0 auto; }
.collection-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 52px; flex-wrap: wrap; gap: 20px; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
.product-card { background: white; cursor: pointer; overflow: hidden; transition: transform 0.3s; }
.product-card:hover { transform: translateY(-5px); }
.product-img-wrap { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
.product-card:hover .product-img-wrap img { transform: scale(1.04); }
/* Glow placeholders – vervang door echte <img> tags */
.glow-ph { width:100%; height:100%; display:flex; align-items:center; justify-content:center; }
.g-orange{background:radial-gradient(ellipse at center,#3d1800 0%,#0d0904 100%)}
.g-blue  {background:radial-gradient(ellipse at center,#001830 0%,#040508 100%)}
.g-green {background:radial-gradient(ellipse at center,#002818 0%,#040806 100%)}
.g-purple{background:radial-gradient(ellipse at center,#18002d 0%,#060408 100%)}
.g-warm  {background:radial-gradient(ellipse at center,#2d1e00 0%,#090604 100%)}
.g-pink  {background:radial-gradient(ellipse at center,#2d0018 0%,#090405 100%)}
.glow-t  { font-family:'Sacramento', cursive; font-size: 52px; font-style: normal; font-weight: 400; color:white; }
.g-orange .glow-t{text-shadow:0 0 14px #ff9944,0 0 40px #ff6600,0 0 80px #ff3300}
.g-blue   .glow-t{text-shadow:0 0 14px #55aaff,0 0 40px #0088ff,0 0 80px #0044ff}
.g-green  .glow-t{text-shadow:0 0 14px #44ffaa,0 0 40px #00cc66,0 0 80px #009944}
.g-purple .glow-t{text-shadow:0 0 14px #cc66ff,0 0 40px #aa00ff,0 0 80px #7700cc}
.g-warm   .glow-t{text-shadow:0 0 14px #ffdd66,0 0 40px #ffaa00,0 0 80px #cc7700}
.g-pink   .glow-t{text-shadow:0 0 14px #ff88cc,0 0 40px #ff0088,0 0 80px #cc0066}
.product-badge { position:absolute; top:14px; left:14px; font-size:10px; letter-spacing:0.08em; text-transform:uppercase; padding:5px 10px; font-weight:600; }
.b-sale{background:#c04020;color:white} .b-new{background:var(--blush-deep);color:white} .b-best{background:var(--dark);color:white}
.card-overlay { position:absolute; inset:0; background:rgba(28,20,16,0.45); display:flex; align-items:center; justify-content:center; opacity:0; transition:opacity 0.3s; }
.product-card:hover .card-overlay { opacity:1; }
.quick-shop { background:white; color:var(--dark); font-family:'DM Sans',sans-serif; font-size:11px; letter-spacing:0.1em; text-transform:uppercase; border:none; padding:13px 26px; cursor:pointer; transition:background 0.2s; }
.quick-shop:hover { background:var(--sand); }
.product-info { padding:18px 22px 22px; }
.product-reviews { font-size:12px; color:var(--text-light); margin-bottom:4px; }
.product-reviews .stars { color:var(--gold); }
.product-name { font-family:'Cormorant Garamond',serif; font-size:19px; font-weight:400; color:var(--dark); margin-bottom:4px; }
.product-tagline { font-size:13px; color:var(--text-light); line-height:1.5; margin-bottom:14px; }
.price-row { display:flex; align-items:center; justify-content:space-between; }
.price-wrap { display:flex; align-items:center; gap:9px; }
.price-was { font-size:13px; color:var(--text-light); text-decoration:line-through; }
.price-now { font-size:17px; font-weight:500; color:#c04020; }
.save-tag { font-size:10px; font-weight:700; letter-spacing:0.06em; color:#c04020; background:#fff0ec; padding:3px 7px; }

/* ── PREVIEW TOOL ── */
.preview-section { padding: 96px 40px; }
.preview-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.preview-display { aspect-ratio: 4/3; background: radial-gradient(ellipse at 40% 50%,#2d1500 0%,#0d0904 100%); display:flex; align-items:center; justify-content:center; overflow:hidden; border-radius:2px; transition: background 0.4s; }

.c-orange{text-shadow:0 0 14px #ff9944,0 0 40px #ff7c3e,0 0 80px #ff5500,0 0 120px #ff3300 !important}
.c-blue  {text-shadow:0 0 14px #6ebbff,0 0 40px #3e9cff,0 0 80px #0077ff,0 0 120px #0044ff !important}
.c-ijsblauw{text-shadow:0 0 14px #aaddff,0 0 40px #77ccff,0 0 80px #33aaff,0 0 120px #0088ff !important}
.c-pink  {text-shadow:0 0 14px #ff9eff,0 0 40px #ff44ff,0 0 80px #ff00cc,0 0 120px #cc00aa !important}
.c-green {text-shadow:0 0 14px #88ffaa,0 0 40px #44ff88,0 0 80px #00cc55,0 0 120px #009933 !important}
.c-gold  {text-shadow:0 0 14px #ffe49e,0 0 40px #ffcc44,0 0 80px #ffaa00,0 0 120px #cc8800 !important}
.c-citroengeel{text-shadow:0 0 14px #eeff88,0 0 40px #ccee00,0 0 80px #aacc00,0 0 120px #88aa00 !important}
.c-red   {text-shadow:0 0 14px #ff8888,0 0 40px #ff4444,0 0 80px #ff0000,0 0 120px #cc0000 !important}
.c-purple{text-shadow:0 0 14px #dd88ff,0 0 40px #aa44ff,0 0 80px #8800ff,0 0 120px #6600cc !important}
.c-warmwit{text-shadow:0 0 14px #fffae6,0 0 40px #fff5cc,0 0 80px #ffeaa0,0 0 120px #ffdd66 !important}
.c-wit   {text-shadow:0 0 14px #ffffff,0 0 40px #f0f0f0,0 0 80px #dddddd,0 0 120px #aaaaaa !important}
.input-label { display:block; font-size:11px; letter-spacing:0.15em; text-transform:uppercase; color:var(--text-light); font-weight:500; margin-bottom:9px; }
.preview-input { width:100%; border:1px solid rgba(201,168,130,0.45); background:white; padding:13px 16px; font-family:'DM Sans',sans-serif; font-size:16px; color:var(--dark); outline:none; transition:border-color 0.2s; margin-bottom:24px; }
.preview-input:focus { border-color:var(--blush); }
.color-row { display:flex; gap:9px; margin-bottom:8px; flex-wrap:wrap; }
.color-swatch { width:30px; height:30px; border-radius:50%; cursor:pointer; border:2px solid transparent; transition:transform 0.2s,border-color 0.2s; }
.color-swatch:hover,.color-swatch.on { border-color:var(--dark); transform:scale(1.15); }
.sw-roze{background:#ff44cc} .sw-wit{background:#e8e8e8;border:1px solid #ccc}
.sw-warmwit{background:#ffeaa0} .sw-rood{background:#ff2222} .sw-blauw{background:#0088ff}
.sw-ijsblauw{background:#55ccff} .sw-paars{background:#8800ff} .sw-groen{background:#00cc55}
.sw-goudgeel{background:#ffaa00} .sw-citroengeel{background:#ddee00}
.color-name { font-size:12px; color:var(--text-light); margin-bottom:28px; min-height:16px; }

/* ── TESTIMONIALS ── */
.testi-section { padding: 96px 40px; background: var(--sand); }
.testi-inner { max-width: 1280px; margin: 0 auto; }
.testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:3px; margin-top:52px; }
.testi-card { background:white; padding:38px 34px; position:relative; }
.testi-card::before { content:'\201C'; font-family:'Cormorant Garamond',serif; font-size:90px; color:rgba(201,168,130,0.2); position:absolute; top:8px; left:26px; line-height:1; pointer-events:none; }
.testi-stars { color:var(--gold); font-size:13px; margin-bottom:14px; display:block; position:relative; z-index:1; }
.testi-text { font-family:'Cormorant Garamond',serif; font-size:17px; font-style:italic; font-weight:300; line-height:1.72; color:var(--text); margin-bottom:22px; position:relative; z-index:1; padding-top:8px; }
.testi-author { display:flex; align-items:center; gap:11px; }
.testi-avatar { width:38px; height:38px; border-radius:50%; background:var(--blush); display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:600; color:white; }
.testi-name { font-size:13px; font-weight:500; color:var(--dark); }
.testi-meta { font-size:12px; color:var(--text-light); margin-top:2px; }

/* ── FAQ ── */
.faq-section { padding: 96px 40px; }
.faq-inner { max-width: 860px; margin: 0 auto; }
.faq-list { margin-top: 48px; }
.faq-item { border-bottom: 1px solid rgba(201,168,130,0.3); }
.faq-q { width:100%; background:none; border:none; padding:20px 0; text-align:left; font-family:'DM Sans',sans-serif; font-size:15px; font-weight:500; color:var(--dark); cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:12px; transition:color 0.2s; }
.faq-q:hover { color:var(--blush-deep); }
.faq-arrow { font-size:20px; transition:transform 0.3s; flex-shrink:0; color:var(--blush); line-height:1; }
.faq-item.open .faq-arrow { transform:rotate(45deg); }
.faq-a { font-size:14px; line-height:1.7; color:var(--text-light); padding:0 0 20px; display:none; max-width:680px; }
.faq-item.open .faq-a { display:block; }

/* ── BIG CTA ── */
.cta-section { background:var(--dark); padding:96px 40px; text-align:center; position:relative; overflow:hidden; }
.cta-section::before { content:''; position:absolute; width:700px; height:700px; border-radius:50%; background:radial-gradient(circle,rgba(201,160,84,0.1) 0%,transparent 70%); left:50%; top:50%; transform:translate(-50%,-50%); }
.cta-inner { position:relative; z-index:1; max-width:600px; margin:0 auto; }
.cta-section .section-label { color:var(--gold); }
.cta-section .section-title { color:white; margin:0 auto 18px; }
.cta-section p { color:rgba(232,213,184,0.7); font-size:16px; line-height:1.7; margin-bottom:36px; }
.btn-gold { background:var(--gold); color:var(--dark); font-family:'DM Sans',sans-serif; font-size:12px; letter-spacing:0.12em; text-transform:uppercase; padding:16px 42px; border:none; cursor:pointer; text-decoration:none; display:inline-flex; align-items:center; gap:9px; font-weight:600; transition:background 0.25s,transform 0.2s; }
.btn-gold:hover { background:#d4b060; transform:translateY(-1px); }

/* ── FOOTER ── */
footer { background:var(--dark); color:#e8d5b8; padding:72px 40px 36px; }
.footer-inner { max-width:1280px; margin:0 auto; }
.footer-top { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:56px; margin-bottom:56px; padding-bottom:56px; border-bottom:1px solid rgba(255,255,255,0.07); }
.footer-brand .logo { color:white; font-size:22px; }
.footer-brand p { font-size:13.5px; color:rgba(232,213,184,0.55); line-height:1.7; margin-top:14px; max-width:280px; }
.footer-contact { margin-top:16px; font-size:13px; color:rgba(232,213,184,0.5); line-height:1.9; }
.footer-col h4 { font-size:10.5px; letter-spacing:0.18em; text-transform:uppercase; margin-bottom:18px; color:rgba(232,213,184,0.4); font-weight:400; }
.footer-col a { display:block; font-size:13.5px; color:rgba(232,213,184,0.75); text-decoration:none; margin-bottom:9px; transition:color 0.2s; }
.footer-col a:hover { color:white; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; font-size:12px; color:rgba(232,213,184,0.35); flex-wrap:wrap; gap:12px; }
.pay-badges { display:flex; gap:7px; flex-wrap:wrap; }
.pay-badge { background:rgba(255,255,255,0.07); padding:4px 9px; border-radius:2px; font-size:10.5px; color:rgba(232,213,184,0.55); letter-spacing:0.04em; }

/* ── MOBILE STICKY ── */
.mob-sticky { display:none; position:fixed; bottom:0; left:0; right:0; background:var(--dark); padding:14px 20px; z-index:200; }

/* ── RESPONSIVE ── */
@media(max-width:900px){
  nav { display:none; }

  /* Header */
  .header-inner { padding: 0 16px; }
  .cart-btn { padding: 9px 14px; font-size:10px; }

  /* Trust bar */
  .trust-bar { gap:10px; padding:8px 16px; font-size:11px; }

  /* Hero */
  .hero { grid-template-columns:1fr; min-height:auto; }
  .hero-visual { min-height:60vw; }
  .hero-content { padding:32px 20px 40px; }
  .hero-ctas { flex-direction:column; align-items:flex-start; gap:12px; }
  .hero-proof { flex-wrap:wrap; gap:10px; }

  /* USP */
  .usp-strip { padding:40px 20px; }
  .usp-grid { grid-template-columns:repeat(2,1fr); gap:28px; }

  /* Sections */
  .section { padding:60px 20px; }
  .steps { grid-template-columns:1fr; }
  .step { padding:32px 24px; }

  /* Levertijd balk */
  .levertijd-balk { flex-direction:column !important; gap:24px !important; padding:32px 24px !important; }
  .levertijd-balk > div:first-child { min-width:unset !important; }
  .levertijd-tijden { flex-direction:column !important; gap:2px !important; min-width:unset !important; }
  .levertijd-tijden > div { padding:18px 16px !important; }

  /* Collectie */
  .collection-section { padding:60px 20px; }
  .collection-header { margin-bottom:32px; }
  .product-grid { grid-template-columns:repeat(2,1fr); gap:2px; }
  .product-info { padding:14px 14px 16px; }
  .product-name { font-size:16px; }
  .product-tagline { font-size:12px; }
  .price-now { font-size:15px; }

  /* Preview */
  .preview-section { padding:60px 20px; }
  .preview-inner { grid-template-columns:1fr; gap:32px; }
  .preview-display { aspect-ratio:4/3; }
  

  /* Testimonials */
  .testi-section { padding:60px 20px; }
  .testi-grid { grid-template-columns:1fr; }
  .testi-card { padding:28px 24px; }

  /* FAQ */
  .faq-section { padding:60px 20px; }

  /* CTA */
  .cta-section { padding:60px 20px; }

  /* Footer */
  footer { padding:48px 20px 28px; }
  .footer-top { grid-template-columns:1fr; gap:32px; }

  /* Mobiele sticky */
  .mob-sticky { display:flex; padding:12px 16px; }
  .mob-sticky .btn-primary { flex:1; justify-content:center; font-size:12px; padding:14px 16px; }
  body { padding-bottom:66px; }
}

/* ── USP icoontjes fix ── */
.usp-icon { font-size: 32px !important; }

/* ── Preview naam grootte ── */


/* ── Witte vlak fix: Shopify animaties uitschakelen op onze secties ── */
.usp-strip *, .section *, .collection-section *, 
.preview-section *, .testi-section *, .faq-section *, 
.cta-section *, .levertijd-balk * {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
}

/* Mobiel hero - afbeelding goed positioneren */
@media (max-width: 749px) {
  .hero { flex-direction: column !important; }
  .hero-visual { 
    width: 100% !important; 
    height: 60vw !important;
    min-height: 240px !important;
    max-height: 340px !important;
  }
  .hero-visual img {
    object-position: center 40% !important;
  }
  .hero-content {
    width: 100% !important;
    padding: 32px 20px !important;
  }
}

/* Verberg "Personaliseer nu" overlay knop op productkaarten */
.card-overlay,
.quick-shop { display: none !important; }

/* Sacramento font forceren op preview naam */


/* Fix Shopify animaties - alles zichtbaar maken */
.animate-section,
.animate-section.animate--hidden,
.animate-section .animate-item,
.animate-section.animate--hidden .animate-item {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

/* Preview naam - Sacramento font, correcte grootte */
#previewText {
  font-family: 'Sacramento', cursive !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
@media (max-width: 749px) {
  #previewText { font-size: 48px !important; }
}
