/** Shopify CDN: Minification failed

Line 675:15 Unterminated string token
Line 1679:15 Unterminated string token
Line 2094:15 Unterminated string token
Line 2785:0 Expected "}" to go with "{"

**/
/* ═══════════════════════════════════════════════════════════════════════════════
   ROTTERDAMSHOP.COM - CUSTOM.CSS
   ═══════════════════════════════════════════════════════════════════════════════
   
   Versie: 7.3 CLEAN | Datum: December 2024
   
   STRUCTUUR:
   ┌─────────────────────────────────────────┐
   │ 1. GLOBAL UTILITIES                     │
   │ 2. AFFILIATE PRODUCT FORM HIDING        │
   │ 3. ★ ACTIEF: .aff-* SYSTEEM v7.0 ★      │
   │ 4. COLLECTION DESCRIPTION CARDS         │
   │ 5. ⚠️ LEGACY: .rw-* (ReadyWise)         │
   │ 6. ⚠️ LEGACY: .amazon-* (Amazon)        │
   │ 7. BUTTON ALIASES & FIXES               │
   │ 8. COLLECTION PAGE STYLES v1.5          │
   └─────────────────────────────────────────┘
   
   ═══════════════════════════════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════════════════════════════════════════════
   1. GLOBAL UTILITIES
   ═══════════════════════════════════════════════════════════════════════════════ */

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


/* ═══════════════════════════════════════════════════════════════════════════════
   2. AFFILIATE PRODUCT - HIDE SHOPIFY FORM
   ═══════════════════════════════════════════════════════════════════════════════ */

.product-form__buttons,
.shopify-payment-button,
.product-form__quantity,
quantity-input,
.quantity__button,
.quantity__input {
  display: none !important;
}


/* ═══════════════════════════════════════════════════════════════════════════════
   3. AFFILIATE LISTING MODULE - .aff-* CLASSES
   ═══════════════════════════════════════════════════════════════════════════════ */

.affiliate-listing {
  --text-dark: #1a1a1a;
  --text-medium: #4a4a4a;
  --text-light: #666666;
  --bg-white: #ffffff;
  --bg-light: #f8f9fa;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-xxl: 4rem;
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 20px;
  --radius-full: 50px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text-dark);
  line-height: 1.75;
}

.theme-amazon {
  --primary: #FF9900;
  --primary-dark: #E47911;
  --primary-light: #FFF4E6;
  --primary-cream: #FFFBF5;
  --gradient-start: #FFF4E6;
  --gradient-end: #FFE8CC;
  --shadow-color: rgba(255, 153, 0, 0.15);
  --shadow-strong: rgba(255, 153, 0, 0.25);
  --border-light: rgba(255, 153, 0, 0.2);
}

.theme-coolblue {
  --primary: #0090E3;
  --primary-dark: #0077B5;
  --primary-light: #E6F4FF;
  --primary-cream: #F5FAFF;
  --gradient-start: #E6F4FF;
  --gradient-end: #CCE9FF;
  --shadow-color: rgba(0, 144, 227, 0.15);
  --shadow-strong: rgba(0, 144, 227, 0.25);
  --border-light: rgba(0, 144, 227, 0.2);
}

.theme-bol {
  --primary: #1A6ED8;
  --primary-dark: #1557B0;
  --primary-light: #E8F1FC;
  --primary-cream: #F5F9FE;
  --gradient-start: #E8F1FC;
  --gradient-end: #D1E3F8;
  --shadow-color: rgba(26, 110, 216, 0.15);
  --shadow-strong: rgba(26, 110, 216, 0.25);
  --border-light: rgba(26, 110, 216, 0.2);
}

.theme-hema {
  --primary: #C92227;
  --primary-dark: #A51B20;
  --primary-light: #FFEBEC;
  --primary-cream: #FFF8F8;
  --gradient-start: #FFEBEC;
  --gradient-end: #FFD6D8;
  --shadow-color: rgba(201, 34, 39, 0.15);
  --shadow-strong: rgba(201, 34, 39, 0.25);
  --border-light: rgba(201, 34, 39, 0.2);
}

.theme-mediamarkt {
  --primary: #DF0000;
  --primary-dark: #B50000;
  --primary-light: #FFE6E6;
  --primary-cream: #FFF5F5;
  --gradient-start: #FFE6E6;
  --gradient-end: #FFCCCC;
  --shadow-color: rgba(223, 0, 0, 0.15);
  --shadow-strong: rgba(223, 0, 0, 0.25);
  --border-light: rgba(223, 0, 0, 0.2);
}

.theme-aliexpress {
  --primary: #FF4747;
  --primary-dark: #E62E2E;
  --primary-light: #FFEBEB;
  --primary-cream: #FFF8F8;
  --gradient-start: #FFEBEB;
  --gradient-end: #FFD6D6;
  --shadow-color: rgba(255, 71, 71, 0.15);
  --shadow-strong: rgba(255, 71, 71, 0.25);
  --border-light: rgba(255, 71, 71, 0.2);
}

.theme-greetz {
  --primary: #E91E8C;
  --primary-dark: #C4177A;
  --primary-light: #FDE8F4;
  --primary-cream: #FEF5FA;
  --gradient-start: #FDE8F4;
  --gradient-end: #FBCFE8;
  --shadow-color: rgba(233, 30, 140, 0.15);
  --shadow-strong: rgba(233, 30, 140, 0.25);
  --border-light: rgba(233, 30, 140, 0.2);
}

.theme-douglas {
  --primary: #1A1A1A;
  --primary-dark: #000000;
  --primary-light: #F0F0F0;
  --primary-cream: #F8F8F8;
  --gradient-start: #F0F0F0;
  --gradient-end: #E0E0E0;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --shadow-strong: rgba(0, 0, 0, 0.2);
  --border-light: rgba(0, 0, 0, 0.1);
}

.theme-internal {
  --primary: #00811F;
  --primary-dark: #006B1A;
  --primary-light: #E6F5EA;
  --primary-cream: #F5FDF7;
  --gradient-start: #E6F5EA;
  --gradient-end: #CCE9D4;
  --shadow-color: rgba(0, 129, 31, 0.15);
  --shadow-strong: rgba(0, 129, 31, 0.25);
  --border-light: rgba(0, 129, 31, 0.2);
}

.aff-hero {
  background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: var(--radius);
  text-align: center;
  margin-bottom: var(--space-lg);
  border: 2px solid var(--border-light);
  box-shadow: 0 4px 20px var(--shadow-color);
  position: relative;
  overflow: hidden;
}

.aff-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
  pointer-events: none;
}

.aff-title {
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 0.8rem;
  line-height: 1.2;
  position: relative;
}

.aff-subtitle {
  color: var(--primary-dark);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 1.05rem;
}

.aff-badge {
  display: inline-block;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  padding: 10px 24px;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.2rem;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.35);
}

.aff-badge.badge-green {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.35);
}

.aff-badge.badge-partner {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px var(--shadow-strong);
}

.aff-stars {
  color: var(--primary);
  font-size: 1.8rem;
  letter-spacing: 4px;
  margin-bottom: 0.4rem;
}

.aff-rating-text {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.aff-price-box {
  background: white;
  padding: 1.5rem 2.5rem;
  border-radius: var(--radius-sm);
  display: inline-block;
  margin: 1rem 0 1.5rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border: 1px solid var(--border-light);
}

.aff-price {
  font-size: clamp(2.5rem, 6vw, 3.2rem);
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
}

.aff-price-old {
  text-decoration: line-through;
  color: var(--text-light);
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.aff-price-sub {
  color: var(--text-light);
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.aff-price-note {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary-dark);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 0.8rem;
}

.aff-trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  flex-wrap: wrap;
  padding: 1.5rem 1.2rem;
  background: linear-gradient(135deg, var(--primary-cream) 0%, var(--primary-light) 100%);
  border-radius: var(--radius-sm);
  margin-bottom: var(--space-xl);
  border: 1px solid var(--border-light);
}

.aff-trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  color: var(--text-dark);
  font-size: 0.95rem;
}

.aff-trust-item::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  border-radius: 50%;
  font-weight: 900;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.aff-content {
  margin: var(--space-lg) 0;
}

.aff-section {
  margin: var(--space-lg) 0;
}

.aff-section-title {
  color: var(--text-dark);
  margin: var(--space-lg) 0 var(--space-sm);
  font-weight: 700;
  font-size: 1.15rem;
}

.affiliate-listing h2 {
  color: var(--text-dark);
  margin: var(--space-xl) 0 var(--space-sm);
  font-weight: 800;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--primary);
  display: inline-block;
}

.affiliate-listing h3 {
  color: var(--text-dark);
  margin: var(--space-lg) 0 var(--space-sm);
  font-weight: 800;
  font-size: 1.5rem;
}

.aff-section-header {
  text-align: center;
  margin: var(--space-xxl) 0 var(--space-lg);
}

.aff-section-header .emoji {
  font-size: 3rem;
  display: block;
  margin-bottom: 0.8rem;
}

.aff-section-header h2 {
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  font-size: clamp(1.5rem, 3.5vw, 1.9rem);
  border: none;
  display: block;
}

.aff-section-header .subtitle {
  color: var(--primary);
  font-weight: 700;
  font-size: 1rem;
}

.aff-highlight {
  background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  padding: var(--space-lg);
  border-radius: var(--radius);
  margin: var(--space-lg) 0;
  border-left: 5px solid var(--primary);
  box-shadow: 0 4px 16px var(--shadow-color);
}

.aff-highlight h2,
.aff-highlight h3 {
  color: var(--primary-dark);
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 1.3rem;
  border: none;
  padding: 0;
}

.aff-highlight p {
  margin: 0;
  color: var(--text-medium);
}

.aff-list {
  list-style: none;
  padding: 0;
  margin: var(--space-sm) 0;
}

.aff-list-item {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  color: var(--text-medium);
}

.aff-list-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}

.aff-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: var(--space-lg) 0;
}

.aff-benefit {
  background: white;
  padding: var(--space-lg);
  border-radius: var(--radius);
  border: 2px solid var(--primary-light);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.aff-benefit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.aff-benefit:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px var(--shadow-strong);
  border-color: var(--primary);
}

.aff-benefit-icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  display: block;
}

.aff-benefit-text {
  color: var(--text-medium);
  font-size: 0.95rem;
  line-height: 1.6;
}

.aff-benefit h3,
.aff-benefit h4 {
  color: var(--text-dark);
  margin: 0 0 0.6rem 0;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0;
  border: none;
}

.aff-benefit p {
  color: var(--text-medium);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.aff-benefit-card {
  background: white;
  padding: var(--space-lg);
  border-radius: var(--radius);
  border: 2px solid var(--primary-light);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.aff-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.aff-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px var(--shadow-strong);
  border-color: var(--primary);
}

.aff-benefit-card .icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.aff-benefit-card h3 {
  color: var(--text-dark);
  margin: 0 0 0.6rem 0;
  font-weight: 700;
  font-size: 1.1rem;
}

.aff-benefit-card p {
  color: var(--text-medium);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.aff-specs {
  margin: var(--space-lg) 0;
}

.aff-spec-row {
  display: flex;
  border-bottom: 1px solid var(--primary-light);
  padding: 0.8rem 0;
}

.aff-spec-row:last-child {
  border-bottom: none;
}

.aff-spec-label {
  flex: 0 0 40%;
  font-weight: 700;
  color: var(--primary-dark);
}

.aff-spec-value {
  flex: 1;
  color: var(--text-medium);
}

.aff-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-md) 0;
  background: white;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.aff-specs-table th,
.aff-specs-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--primary-light);
}

.aff-specs-table th {
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--gradient-end) 100%);
  font-weight: 700;
  color: var(--primary-dark);
  width: 38%;
}

.aff-specs-table tr:last-child th,
.aff-specs-table tr:last-child td {
  border-bottom: none;
}

.aff-specs-table tr:hover td {
  background: var(--primary-cream);
}

.aff-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-md) 0;
  background: white;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.aff-compare-table thead {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.aff-compare-table thead th {
  padding: 1rem;
  color: white;
  font-weight: 700;
  text-align: left;
  border-bottom: none;
}

.aff-compare-table tbody td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--primary-light);
}

.aff-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.aff-compare-table tbody tr:hover {
  background: var(--primary-cream);
}

.aff-compare-table td:first-child {
  font-weight: 600;
  color: var(--text-dark);
}

.aff-winner {
  color: #16a34a;
  font-weight: 700;
}

.aff-testimonials {
  display: grid;
  gap: 1.5rem;
  margin: var(--space-lg) 0;
}

.aff-testimonial {
  background: linear-gradient(135deg, var(--primary-cream) 0%, var(--primary-light) 100%);
  padding: var(--space-lg);
  border-radius: var(--radius);
  border-left: 4px solid var(--primary);
  position: relative;
}

.aff-testimonial::before {
  content: """;
  position: absolute;
  top: 0.5rem;
  left: 1.2rem;
  font-size: 4rem;
  color: var(--primary);
  opacity: 0.15;
  font-family: Georgia, serif;
  line-height: 1;
}

.aff-testimonial-text {
  position: relative;
  z-index: 1;
  color: var(--text-medium);
  margin-bottom: 1rem;
  font-style: italic;
  line-height: 1.7;
}

.aff-testimonial-author {
  font-weight: 700;
  color: var(--primary-dark);
}

.aff-testimonial-stars {
  color: var(--primary);
  margin-left: 8px;
}

.aff-testimonial-meta {
  color: var(--text-light);
  font-size: 0.9rem;
}

.aff-image {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.aff-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: var(--space-lg) 0;
}

.aff-cta {
  display: block;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white !important;
  padding: 18px 48px;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 24px var(--shadow-strong);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 1.5rem auto;
  text-align: center;
  max-width: 420px;
  position: relative;
  overflow: hidden;
}

.aff-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.aff-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px var(--shadow-strong);
  color: white !important;
}

.aff-cta:hover::before {
  left: 100%;
}

.aff-cta-secondary {
  display: block;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white !important;
  padding: 16px 36px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 4px 16px var(--shadow-color);
  transition: all 0.3s ease;
  margin: var(--space-lg) auto;
  text-align: center;
  max-width: 400px;
}

.aff-cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--shadow-strong);
  color: white !important;
}

.aff-cta-secondary span {
  display: block;
  font-weight: 600;
  opacity: 0.95;
  margin-top: 6px;
  font-size: 0.9rem;
}

.aff-cta-section {
  text-align: center;
  margin: var(--space-xxl) 0;
  padding: var(--space-xl) var(--space-lg);
  background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  border-radius: var(--radius);
  border: 3px solid var(--border-light);
  box-shadow: 0 8px 32px var(--shadow-color);
  position: relative;
  overflow: hidden;
}

.aff-cta-section::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -30%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 70%);
  pointer-events: none;
}

.aff-cta-section h2 {
  color: var(--text-dark);
  margin-bottom: 0.8rem;
  border: none;
  padding: 0;
  display: block;
  font-size: 1.6rem;
}

.aff-cta-section .subtitle {
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.1rem;
}

.aff-cta-section p {
  color: var(--text-medium);
  margin-bottom: 1.5rem;
}

.aff-disclaimer {
  margin-top: var(--space-xxl);
  padding: var(--space-md);
  background: #f8f8f8;
  border-radius: var(--radius-sm);
  text-align: center;
  color: #999;
  font-size: 0.85rem;
  border: 1px solid #e8e8e8;
}

.aff-disclaimer strong {
  color: #777;
}

.aff-infographic {
  background: linear-gradient(135deg, var(--primary-cream) 0%, var(--primary-light) 100%);
  border-radius: var(--radius);
  padding: var(--space-lg);
  margin: var(--space-lg) 0;
  border: 1px solid var(--border-light);
}

.aff-infographic-title {
  text-align: center;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--primary-dark);
  margin-bottom: var(--space-md);
}

.aff-infographic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
  text-align: center;
}

.aff-infographic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.aff-infographic-item .icon {
  font-size: 1.8rem;
}

.aff-infographic-item .value {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary-dark);
}

.aff-infographic-item .label {
  font-size: 0.8rem;
  color: var(--text-light);
  font-weight: 600;
}

.aff-scenarios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin: var(--space-lg) 0;
}

.aff-scenario {
  background: white;
  border: 2px solid var(--primary-light);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.aff-scenario:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 24px var(--shadow-color);
  transform: translateY(-4px);
}

.aff-scenario .icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.aff-scenario h4 {
  color: var(--text-dark);
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  font-size: 1.15rem;
}

.aff-scenario p {
  color: var(--text-light);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.premium-listing .aff-hero {
  padding: clamp(2.5rem, 6vw, 4rem);
}

.premium-listing .aff-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark), var(--primary));
}

.premium-listing .aff-price-box {
  background: linear-gradient(135deg, white 0%, var(--primary-cream) 100%);
  border: 2px solid var(--border-light);
}

.premium-listing .aff-benefit {
  border-width: 2px;
}

.premium-listing .aff-cta-section {
  border-width: 4px;
}

@media (max-width: 749px) {
  .affiliate-listing {
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-xxl: 2.5rem;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 32px);
    overflow-x: hidden;
  }
  
  .aff-hero {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 16px 28px;
    border-radius: 0;
  }
  
  .aff-hero h1 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  
  .aff-trust-bar {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.2rem 1rem;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  
  .aff-trust-item {
    font-size: 0.9rem;
  }
  
  .aff-benefits {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
  
  .aff-benefit-card {
    padding: 16px;
    border-radius: 12px;
  }
  
  .aff-scenarios {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0 16px;
  }
  
  .aff-scenario {
    padding: 14px 12px;
    border-radius: 12px;
  }
  
  .aff-scenario .icon {
    font-size: 1.6rem;
  }
  
  .aff-scenario h4 {
    font-size: 0.9rem;
  }
  
  .aff-scenario p {
    font-size: 0.8rem;
  }
  
  .aff-highlight {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 16px;
    border-radius: 0;
    border-left: none;
    border-top: 4px solid var(--primary);
  }
  
  .aff-section-header {
    padding: 0 16px;
  }
  
  .aff-compare-table {
    font-size: 0.85rem;
  }
  
  .aff-compare-table thead th,
  .aff-compare-table tbody td {
    padding: 0.7rem 0.5rem;
  }
  
  .aff-cta {
    padding: 16px 32px;
    font-size: 1rem;
  }
  
  .aff-infographic-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .aff-product-image {
    margin-left: 0;
    margin-right: 0;
  }
  
  .aff-product-image img {
    width: 100%;
    border-radius: 0;
  }
  
  .aff-specs-table {
    margin: 16px 0;
    font-size: 0.9rem;
    border-radius: 0;
  }
  
  .aff-specs-table th,
  .aff-specs-table td {
    padding: 10px 16px;
    display: block;
    width: 100%;
  }
  
  .aff-specs-table th {
    border-bottom: none;
  }
  
  .aff-specs-table tr {
    display: block;
  }
  
  .aff-testimonials {
    padding: 0 16px;
  }
  
  .aff-testimonial {
    padding: 16px;
    border-radius: 12px;
  }
  
  .aff-btn-primary,
  .aff-btn-secondary {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px 20px;
    font-size: 1rem;
    border-radius: 12px;
  }
  
  .aff-cta-section {
    margin-left: 0;
    margin-right: 0;
    padding: 28px 16px;
    border-radius: 0;
  }
  
  .aff-disclaimer {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  
  .affiliate-listing h2 {
    padding: 0 16px;
    font-size: 1.2rem;
  }
  
  .affiliate-listing > p,
  .affiliate-listing p:not([class]) {
    padding: 0 16px;
    font-size: 0.95rem;
  }
}

@media (max-width: 374px) {
  .aff-hero h1 {
    font-size: 1.3rem;
  }
  
  .aff-price {
    font-size: 1.8rem;
  }
  
  .aff-scenarios {
    grid-template-columns: 1fr;
  }
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .aff-sticky-btn {
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
}


/* ═══════════════════════════════════════════════════════════════════════════════
   4. COLLECTION DESCRIPTION - PRODUCT CARDS
   ═══════════════════════════════════════════════════════════════════════════════ */

.collection-intro {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.collection-product {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #00811F;
}

.collection-product h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.collection-product p {
  color: #555;
  margin-bottom: 1rem;
}

.collection-product ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}

.collection-product ul li {
  padding: 0.3rem 0;
  color: #444;
}

.collection-product .btn {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: transform 0.2s, box-shadow 0.2s;
}

.collection-product .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn-red { background: #cc0000; }
.btn-blue { background: #004a99; }
.btn-green { background: #228b22; }
.btn-teal { background: #006666; }


/* ═══════════════════════════════════════════════════════════════════════════════
   5. LEGACY: .rw-* CLASSES (ReadyWise Listing)
   ═══════════════════════════════════════════════════════════════════════════════ */

.rw-listing {
  --amazon-orange: #FF9900;
  --amazon-dark: #E47911;
  --amazon-light: #FFF4E6;
  --amazon-cream: #FFFBF5;
  --text-dark: #1a1a1a;
  --text-medium: #4a4a4a;
  --text-light: #666666;
  --shadow-soft: 0 4px 16px rgba(255, 153, 0, 0.12);
  --shadow-strong: 0 8px 32px rgba(255, 153, 0, 0.2);
  --radius: 14px;
  --radius-sm: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text-dark);
  line-height: 1.75;
}

.rw-hero {
  background: linear-gradient(135deg, var(--amazon-light) 0%, #FFE8CC 100%);
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: var(--radius);
  text-align: center;
  margin-bottom: 2rem;
  border: 2px solid rgba(255, 153, 0, 0.25);
  box-shadow: var(--shadow-soft);
}

.rw-badge {
  display: inline-block;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  padding: 10px 24px;
  border-radius: 25px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.2rem;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

.rw-hero h1 {
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

.rw-tagline {
  color: var(--amazon-dark);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.rw-stars {
  color: var(--amazon-orange);
  font-size: 1.6rem;
  letter-spacing: 3px;
  margin-bottom: 0.4rem;
}

.rw-rating-text {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.rw-price-box {
  background: white;
  padding: 1.5rem 2rem;
  border-radius: var(--radius-sm);
  display: inline-block;
  margin: 1rem 0 1.5rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.rw-price {
  font-size: clamp(2.5rem, 6vw, 3.2rem);
  font-weight: 900;
  color: var(--amazon-orange);
  line-height: 1;
}

.rw-price-note {
  color: var(--text-light);
  margin-top: 0.5rem;
  font-weight: 600;
}

.rw-btn-primary {
  display: block;
  background: linear-gradient(135deg, #FF9900 0%, #E47911 100%);
  color: white !important;
  padding: 18px 48px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 24px rgba(255, 153, 0, 0.35);
  transition: all 0.3s ease;
  margin: 1.5rem auto;
  text-align: center;
  max-width: 420px;
}

.rw-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(255, 153, 0, 0.45);
  background: linear-gradient(135deg, #E47911 0%, #FF9900 100%);
  color: white !important;
}

.rw-btn-secondary {
  display: block;
  background: var(--amazon-orange);
  color: white !important;
  padding: 16px 36px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(255, 153, 0, 0.3);
  transition: all 0.3s ease;
  margin: 2rem auto;
  text-align: center;
  max-width: 380px;
}

.rw-btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 153, 0, 0.4);
  background: var(--amazon-dark);
  color: white !important;
}

.rw-btn-secondary span {
  display: block;
  font-weight: 600;
  opacity: 0.95;
  margin-top: 6px;
}

.rw-sticky-btn {
  position: fixed;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #FF9900 0%, #E47911 100%);
  color: white !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 8px 28px rgba(255, 153, 0, 0.45);
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.rw-sticky-btn.visible {
  bottom: 24px;
}

.rw-sticky-btn:hover {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 12px 36px rgba(255, 153, 0, 0.55);
  color: white !important;
}

.rw-trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  flex-wrap: wrap;
  padding: 1.8rem 1.5rem;
  background: linear-gradient(135deg, var(--amazon-cream) 0%, var(--amazon-light) 100%);
  border-radius: var(--radius-sm);
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 153, 0, 0.15);
}

.rw-trust-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
  color: var(--text-dark);
}

.rw-trust-item::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #FF9900 0%, #E47911 100%);
  color: white;
  border-radius: 50%;
  font-weight: 900;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.rw-highlight {
  background: linear-gradient(135deg, var(--amazon-light) 0%, #FFE8CC 100%);
  padding: 2rem 2.2rem;
  border-radius: var(--radius);
  margin: 2.5rem 0;
  border-left: 5px solid var(--amazon-orange);
  box-shadow: var(--shadow-soft);
}

.rw-highlight h2 {
  color: var(--amazon-dark);
  margin-bottom: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.rw-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
}

.rw-benefit-card {
  background: white;
  padding: 2rem;
  border-radius: var(--radius);
  border: 2px solid #FFE6CC;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.rw-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #FF9900 0%, #E47911 100%);
}

.rw-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-strong);
  border-color: var(--amazon-orange);
}

.rw-benefit-card .icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.rw-benefit-card h3 {
  color: var(--text-dark);
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.rw-section-header {
  text-align: center;
  margin: 4rem 0 2.5rem;
}

.rw-section-header .emoji {
  font-size: 3rem;
  display: block;
  margin-bottom: 0.8rem;
}

.rw-section-header h2 {
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.6rem;
}

.rw-section-header .subtitle {
  color: var(--amazon-orange);
  font-weight: 700;
}

.rw-content h2 {
  color: var(--text-dark);
  margin: 3rem 0 1.2rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--amazon-orange);
}

.rw-content h3 {
  color: var(--text-dark);
  margin: 2.5rem 0 1rem;
  font-weight: 700;
}

.rw-content strong {
  color: var(--amazon-dark);
}

.rw-inhoud-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.rw-inhoud-item {
  background: linear-gradient(135deg, var(--amazon-cream) 0%, var(--amazon-light) 100%);
  padding: 1rem 1.2rem;
  border-radius: var(--radius-sm);
  border-left: 4px solid var(--amazon-orange);
}

.rw-inhoud-item strong {
  color: var(--amazon-dark);
  font-weight: 800;
}

.rw-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background: white;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.rw-specs-table th,
.rw-specs-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid #FFE6CC;
}

.rw-specs-table th {
  background: linear-gradient(135deg, var(--amazon-light) 0%, #FFE8CC 100%);
  font-weight: 700;
  color: var(--amazon-dark);
  width: 38%;
}

.rw-specs-table tr:last-child th,
.rw-specs-table tr:last-child td {
  border-bottom: none;
}

.rw-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background: white;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.rw-compare-table thead {
  background: linear-gradient(135deg, #FF9900 0%, #E47911 100%);
}

.rw-compare-table th {
  padding: 1rem;
  color: white;
  font-weight: 700;
  text-align: left;
}

.rw-compare-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #FFE6CC;
}

.rw-compare-table tr:last-child td {
  border-bottom: none;
}

.rw-compare-table td:first-child {
  font-weight: 600;
}

.rw-winner {
  color: #16a34a;
  font-weight: 700;
}

.rw-scenarios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
  margin: 2rem 0;
}

.rw-scenario {
  background: white;
  border: 2px solid #FFE6CC;
  border-radius: var(--radius-sm);
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.rw-scenario:hover {
  border-color: var(--amazon-orange);
  box-shadow: var(--shadow-soft);
}

.rw-scenario .icon {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
}

.rw-scenario h4 {
  color: var(--text-dark);
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.rw-scenario p {
  color: var(--text-light);
  margin: 0;
}

.rw-testimonials {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0;
}

.rw-testimonial {
  background: linear-gradient(135deg, var(--amazon-cream) 0%, var(--amazon-light) 100%);
  padding: 2rem;
  border-radius: var(--radius);
  border-left: 4px solid var(--amazon-orange);
  position: relative;
}

.rw-testimonial::before {
  content: """;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-size: 4rem;
  color: rgba(255, 153, 0, 0.15);
  font-family: Georgia, serif;
  line-height: 1;
}

.rw-testimonial-text {
  position: relative;
  z-index: 1;
  color: var(--text-medium);
  margin-bottom: 1rem;
  font-style: italic;
}

.rw-testimonial-author {
  font-weight: 700;
  color: var(--amazon-dark);
}

.rw-testimonial-role {
  color: var(--text-light);
}

.rw-cta-section {
  text-align: center;
  margin: 4rem 0;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, var(--amazon-light) 0%, #FFE8CC 100%);
  border-radius: var(--radius);
  border: 3px solid rgba(255, 153, 0, 0.3);
  box-shadow: var(--shadow-strong);
}

.rw-cta-section h2 {
  color: var(--text-dark);
  margin-bottom: 0.8rem;
  border: none;
  padding: 0;
}

.rw-cta-section p {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.rw-disclaimer {
  margin-top: 4rem;
  padding: 1.5rem;
  background: #f8f8f8;
  border-radius: var(--radius-sm);
  text-align: center;
  color: #999;
  border: 1px solid #e8e8e8;
}

@media (max-width: 749px) {
  .rw-listing {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .rw-hero,
  .rw-highlight,
  .rw-cta-section,
  .rw-trust-bar {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
  }
  
  .rw-trust-bar {
    flex-direction: column;
    gap: 1rem;
  }
  
  .rw-benefits {
    gap: 1rem;
  }
  
  .rw-benefit-card {
    padding: 1.5rem;
  }
  
  .rw-specs-table th {
    width: 45%;
  }
  
  .rw-compare-table {
    font-size: 0.85rem;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    border-radius: 0;
  }
  
  .rw-compare-table th,
  .rw-compare-table td {
    padding: 0.6rem 0.4rem;
  }
  
  .rw-testimonials {
    margin-left: -16px;
    margin-right: -16px;
  }
  
  .rw-testimonial {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding: 1.5rem 20px;
  }
  
  .rw-btn-primary,
  .rw-btn-secondary {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  
  .rw-section-header {
    margin: 3rem 0 2rem;
  }
  
  .rw-content h2 {
    margin-top: 2.5rem;
  }
}


/* ═══════════════════════════════════════════════════════════════════════════════
   6. LEGACY: .amazon-* CLASSES
   ═══════════════════════════════════════════════════════════════════════════════ */

.amazon-listing {
  --amazon-primary: #FF9900;
  --amazon-hover: #FF6600;
  --amazon-dark: #B36200;
  --amazon-light: #FFF4E6;
  --amazon-lighter: #FFFBF5;
  --amazon-border: #FFE6CC;
  --amazon-text: #232F3E;
  --amazon-text-light: #666666;
  --amazon-price: #B12704;
  --amazon-gradient: linear-gradient(135deg, #FFF4E6 0%, #FFE6CC 100%);
  --amazon-btn-gradient: linear-gradient(135deg, #FF9900 0%, #FF6600 100%);
  --amazon-btn-hover: linear-gradient(135deg, #FFa500 0%, #FF7700 100%);
  --amazon-radius: 14px;
  --amazon-radius-sm: 10px;
  --amazon-shadow-soft: 0 4px 16px rgba(255, 153, 0, 0.12);
  --amazon-shadow-strong: 0 8px 32px rgba(255, 153, 0, 0.2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--amazon-text);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

.amazon-listing h2 {
  color: var(--amazon-text);
  font-size: clamp(20px, 3vw, 26px);
  margin: 2.5rem 0 1rem 0;
  font-weight: 800;
  border-bottom: 3px solid var(--amazon-primary);
  padding-bottom: 0.5rem;
}

.amazon-listing h3 {
  color: var(--amazon-dark);
  font-size: clamp(18px, 2.5vw, 22px);
  margin: 1.5rem 0 1rem 0;
  font-weight: 700;
}

.amazon-listing p {
  margin-bottom: 1rem;
  font-size: clamp(16px, 2.5vw, 18px);
}

.amazon-listing strong {
  color: var(--amazon-dark);
}

.amazon-hero {
  background: var(--amazon-gradient);
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: var(--amazon-radius);
  margin-bottom: 1.5rem;
  text-align: center;
  border: 2px solid rgba(255, 153, 0, 0.3);
  box-shadow: var(--amazon-shadow-soft);
}

.amazon-hero h1 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  color: var(--amazon-text);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.amazon-hero .subtitle {
  font-size: clamp(16px, 2.5vw, 20px);
  color: var(--amazon-text-light);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.amazon-badge {
  display: inline-block;
  background: var(--amazon-btn-gradient);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(255, 153, 0, 0.3);
}

.amazon-price-box {
  background: white;
  padding: 1.5rem 2rem;
  border-radius: var(--amazon-radius-sm);
  display: inline-block;
  margin: 1rem 0;
  box-shadow: 0 4px 16px rgba(255, 153, 0, 0.2);
}

.amazon-price-box .price {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  color: var(--amazon-price);
  line-height: 1;
}

.amazon-price-box .price-note {
  font-size: 14px;
  color: var(--amazon-text-light);
  margin-top: 0.5rem;
  font-weight: 600;
}

.amazon-trust-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.2rem 1rem;
  background: var(--amazon-lighter);
  border-radius: var(--amazon-radius-sm);
  margin-bottom: 2rem;
  border: 1px solid var(--amazon-border);
}

.amazon-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--amazon-text-light);
}

.amazon-trust-item span:first-child {
  font-size: 20px;
}

.amazon-highlight {
  background: var(--amazon-gradient);
  padding: 1.5rem 2rem;
  border-radius: var(--amazon-radius);
  margin: 2rem 0;
  border-left: 5px solid var(--amazon-primary);
  box-shadow: var(--amazon-shadow-soft);
}

.amazon-highlight h3 {
  margin-top: 0;
  color: var(--amazon-text);
}

.amazon-highlight p:last-child {
  margin-bottom: 0;
}

.amazon-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.2rem;
  margin: 2rem 0;
}

.amazon-benefit-card {
  background: white;
  padding: 1.5rem;
  border-radius: var(--amazon-radius);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 2px solid var(--amazon-border);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.amazon-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--amazon-btn-gradient);
}

.amazon-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--amazon-shadow-strong);
  border-color: var(--amazon-primary);
}

.amazon-benefit-card .icon {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
}

.amazon-benefit-card h4 {
  color: var(--amazon-text);
  margin: 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.amazon-benefit-card p {
  color: var(--amazon-text-light);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

.amazon-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: white;
  border-radius: var(--amazon-radius-sm);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.amazon-specs-table th,
.amazon-specs-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--amazon-border);
}

.amazon-specs-table th {
  background: var(--amazon-light);
  color: var(--amazon-dark);
  font-weight: 700;
  width: 40%;
}

.amazon-specs-table tr:last-child th,
.amazon-specs-table tr:last-child td {
  border-bottom: none;
}

.amazon-specs-table tr:hover {
  background: var(--amazon-lighter);
}

.amazon-product-image {
  margin: 2rem auto;
  max-width: 600px;
  border-radius: var(--amazon-radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.amazon-product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.amazon-image-caption {
  text-align: center;
  padding: 12px 16px;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--amazon-text-light);
  background: var(--amazon-lighter);
  margin: 0;
}

.amazon-testimonial {
  background: var(--amazon-lighter);
  padding: 1.5rem 2rem;
  border-radius: var(--amazon-radius);
  margin: 2rem 0;
  border-left: 4px solid var(--amazon-primary);
  font-style: italic;
  position: relative;
}

.amazon-testimonial::before {
  content: """;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-size: 4rem;
  color: rgba(255, 153, 0, 0.15);
  font-family: Georgia, serif;
  line-height: 1;
}

.amazon-testimonial .stars {
  color: var(--amazon-primary);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-style: normal;
}

.amazon-testimonial p {
  position: relative;
  z-index: 1;
}

.amazon-testimonial .author {
  font-style: normal;
  font-weight: 700;
  color: var(--amazon-dark);
  margin-top: 1rem;
}

.amazon-btn-primary {
  display: block;
  background: var(--amazon-btn-gradient);
  color: white !important;
  text-decoration: none !important;
  padding: 18px 36px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1.1rem;
  text-align: center;
  margin: 1.5rem auto;
  max-width: 420px;
  box-shadow: 0 6px 20px rgba(255, 153, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.amazon-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 153, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  background: var(--amazon-btn-hover);
  color: white !important;
}

.amazon-btn-secondary {
  display: block;
  background: white;
  color: var(--amazon-primary) !important;
  text-decoration: none !important;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  margin: 1.5rem auto;
  max-width: 400px;
  border: 2px solid var(--amazon-primary);
  transition: all 0.3s ease;
  cursor: pointer;
}

.amazon-btn-secondary:hover {
  background: var(--amazon-light);
  color: var(--amazon-hover) !important;
  border-color: var(--amazon-hover);
  transform: translateY(-2px);
}

.amazon-btn-outline {
  display: block;
  background: transparent;
  color: var(--amazon-primary) !important;
  text-decoration: none !important;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  margin: 1rem auto;
  max-width: 350px;
  border: 1px solid var(--amazon-primary);
  transition: all 0.3s ease;
  cursor: pointer;
}

.amazon-btn-outline:hover {
  background: var(--amazon-light);
  color: var(--amazon-hover) !important;
}

.amazon-btn-inline {
  color: var(--amazon-primary) !important;
  text-decoration: none !important;
  font-weight: 600;
  border-bottom: 2px solid var(--amazon-primary);
  transition: all 0.2s ease;
}

.amazon-btn-inline:hover {
  color: var(--amazon-hover) !important;
  border-color: var(--amazon-hover);
}

.amazon-cta-section {
  background: var(--amazon-gradient);
  padding: 2.5rem 2rem;
  border-radius: var(--amazon-radius);
  text-align: center;
  margin: 3rem 0 2rem;
  border: 2px solid rgba(255, 153, 0, 0.3);
  box-shadow: var(--amazon-shadow-strong);
}

.amazon-cta-section h2 {
  border: none;
  margin-top: 0;
  padding: 0;
}

.amazon-cta-section p {
  color: var(--amazon-text-light);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.amazon-cta-section p:last-of-type {
  margin-bottom: 0;
}

.amazon-disclaimer {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 1.5rem;
  border-top: 1px solid #eee;
  margin-top: 2rem;
  background: #fafafa;
  border-radius: var(--amazon-radius-sm);
}

@media (max-width: 749px) {
  .amazon-listing {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .amazon-hero,
  .amazon-highlight,
  .amazon-cta-section,
  .amazon-trust-bar {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
  }
  
  .amazon-trust-bar {
    flex-direction: column;
    gap: 0.8rem;
  }
  
  .amazon-benefits {
    gap: 1rem;
  }
  
  .amazon-benefit-card {
    padding: 1.2rem;
  }
  
  .amazon-specs-table {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    border-radius: 0;
  }
  
  .amazon-specs-table th,
  .amazon-specs-table td {
    padding: 0.8rem 1rem;
    display: block;
    width: 100%;
  }
  
  .amazon-specs-table th {
    border-bottom: none;
    padding-bottom: 0.3rem;
  }
  
  .amazon-specs-table td {
    padding-top: 0.3rem;
    border-bottom: 2px solid var(--amazon-border);
  }
  
  .amazon-specs-table tr {
    display: block;
  }
  
  .amazon-testimonial {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    padding: 1.5rem 20px;
  }
  
  .amazon-product-image {
    margin-left: -16px;
    margin-right: -16px;
    max-width: none;
    border-radius: 0;
  }
  
  .amazon-btn-primary,
  .amazon-btn-secondary {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .amazon-benefit-card .icon {
    font-size: 2rem;
  }
  
  .amazon-benefit-card h4 {
    font-size: 1rem;
  }
  
  .amazon-btn-primary {
    padding: 16px 24px;
    font-size: 1rem;
  }
}


/* ═══════════════════════════════════════════════════════════════════════════════
   7. BUTTON ALIASES, IMAGES & STICKY BUTTON
   ═══════════════════════════════════════════════════════════════════════════════ */

.aff-btn-primary {
  display: block;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
  color: white !important;
  padding: 18px 48px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  margin: 1.5rem auto;
  text-align: center;
  max-width: 420px;
}

.aff-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.2);
  color: white !important;
}

.aff-btn-secondary {
  display: block;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
  color: white !important;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
  margin: 2rem auto;
  text-align: center;
  max-width: 400px;
}

.aff-btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  color: white !important;
}

.aff-btn-secondary span {
  display: block;
  font-weight: 600;
  opacity: 0.95;
  margin-top: 6px;
  font-size: 0.9rem;
}

.aff-btn-inline {
  color: var(--primary) !important;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
  transition: all 0.2s ease;
}

.aff-btn-inline:hover {
  color: var(--primary-dark) !important;
  border-color: var(--primary-dark);
}

.aff-product-image {
  text-align: center;
  margin: 2rem auto;
  max-width: 900px;
}

.aff-product-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.aff-image-caption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.75rem;
  font-style: italic;
}

.aff-sticky-btn {
  position: fixed !important;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #FF9900 0%, #E47911 100%) !important;
  color: white !important;
  padding: 22px 48px;
  border-radius: 60px;
  font-weight: 800;
  font-size: 1.4rem;
  text-decoration: none !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 5px white, 0 0 0 7px rgba(255, 153, 0, 0.3);
  z-index: 99999 !important;
  transition: bottom 0.35s ease, transform 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 14px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.aff-sticky-btn.visible {
  bottom: 28px !important;
}

.aff-sticky-btn:hover {
  transform: translateX(-50%) translateY(-4px) scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 0 0 5px white, 0 0 0 7px rgba(255, 153, 0, 0.4);
  color: white !important;
}

.aff-sticky-btn svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 749px) {
  .aff-sticky-btn {
    padding: 18px 32px;
    font-size: 1.15rem;
    gap: 10px;
    border-radius: 50px;
  }
  
  .aff-sticky-btn svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 480px) {
  .aff-sticky-btn {
    padding: 16px 24px;
    font-size: 1rem;
    gap: 8px;
  }
  
  .aff-sticky-btn svg {
    width: 20px;
    height: 20px;
  }
}


/* ═══════════════════════════════════════════════════════════════════════════════
   8. COLLECTION PAGE STYLES v1.5 - NUCLEAR FIX
   ═══════════════════════════════════════════════════════════════════════════════ */

html body main .coll-description {
  max-width: 900px !important;
  margin: 0 auto 48px auto !important;
  padding: 0 24px !important;
  text-align: center !important;
}

html body main .coll-description .coll-tagline,
html body main .coll-description p.coll-tagline {
  font-size: 1.75rem !important;
  color: #000000 !important;
  margin: 0 auto 36px auto !important;
  font-style: italic !important;
  text-align: center !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  max-width: 800px !important;
}

html body main .coll-description .coll-trust-bar {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 28px !important;
  margin: 0 auto 40px auto !important;
  background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%) !important;
  border-radius: 12px !important;
}

html body main .coll-description .coll-trust-bar .coll-trust-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 1.25rem !important;
  color: #166534 !important;
  font-weight: 700 !important;
  background: white !important;
  padding: 14px 24px !important;
  border-radius: 50px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

html body main .coll-description .coll-intro {
  margin: 0 auto 40px auto !important;
  text-align: center !important;
  max-width: 800px !important;
}

html body main .coll-description .coll-intro p {
  font-size: 1.5rem !important;
  line-height: 1.9 !important;
  color: #000000 !important;
  margin: 0 auto 28px auto !important;
  text-align: center !important;
}

html body main .coll-description .coll-intro p:last-child {
  margin-bottom: 0 !important;
}

html body main .coll-description .coll-highlight {
  background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%) !important;
  border-left: 6px solid #00811F !important;
  padding: 32px !important;
  border-radius: 0 16px 16px 0 !important;
  margin: 40px auto !important;
  max-width: 800px !important;
  text-align: center !important;
}

html body main .coll-description .coll-highlight p {
  margin: 0 !important;
  color: #166534 !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

@media screen and (max-width: 749px) {
  html body main .coll-description {
    padding: 0 16px !important;
  }
  
  html body main .coll-description .coll-tagline,
  html body main .coll-description p.coll-tagline {
    font-size: 1.5rem !important;
    text-align: center !important;
  }
  
  html body main .coll-description .coll-trust-bar {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 20px 16px !important;
  }
  
  html body main .coll-description .coll-trust-bar .coll-trust-item {
    font-size: 1.15rem !important;
    padding: 12px 20px !important;
  }
  
  html body main .coll-description .coll-intro p {
    font-size: 1.3rem !important;
    text-align: left !important;
  }
  
  html body main .coll-description .coll-highlight {
    padding: 24px 20px !important;
    margin: 32px 0 !important;
  }
  
  html body main .coll-description .coll-highlight p {
    font-size: 1.25rem !important;
    text-align: left !important;
  }
}

/* COLLECTION CENTERING FIX - Voeg toe aan custom.css */

.coll-description {
  text-align: center; /* Centreert alle tekst, tagline, headings en paragrafen */
}

.coll-tagline {
  text-align: center; /* Extra zekerheid voor tagline */
}

.coll-intro p {
  text-align: center;
  max-width: 700px; /* Optioneel: voorkomt superbrede regels op grote schermen */
  margin-left: auto;
  margin-right: auto;
}

/* De grote <h2> heading */
.coll-description h2 {
  text-align: center;
}

/* Tip/highlight box - centreer de tekst erin */
.coll-highlight p {
  text-align: center;
}

/* Als je ooit quick-links toevoegt */
.coll-quick-links {
  justify-content: center;
}

/* RS FIX: Image-with-text desktop should not crop */
@media screen and (min-width: 990px) {
  .image-with-text__media img {
    object-fit: contain !important;
  }
}

@media screen and (min-width: 990px) {
  .image-with-text__media {
    background: #f5f5f5;
    padding: 2rem;
  }
}


/* RS: verberg collection banner heading (titel) */
.collection-hero__title {
  display: none !important;
}

/* RS: Collection banner image = netjes, zonder rare crop */
.collection-hero__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Desktop: geef de banner een vaste, rustige hoogte */
@media screen and (min-width: 990px){
  .collection-hero__image{
    height: 360px;
    overflow: hidden;
  }
}

/* Mobiel: iets lager zodat het niet te groot wordt */
@media screen and (max-width: 989px){
  .collection-hero__image{
    height: 220px;
    overflow: hidden;
  }
}

/* RS – Collection banner spacing fix */
.collection-hero {
  margin-bottom: 1.5rem;
}

.collection-hero__inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .collection-hero__inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}


/* RS: Collection banner full-width + stacked (desktop) */
@media screen and (min-width: 990px){
  .collection-hero--with-image .collection-hero__inner{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    align-items: start !important;
  }

  .collection-hero__text-wrapper{
    max-width: 900px;
  }

  .collection-hero__image-container{
    width: 100% !important;
    max-width: 100% !important;
  }

 .collection-hero__image-container img{
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}


/* RS – Fix collection banner height (desktop) */
@media screen and (min-width: 990px) {
  .collection-hero__image-container {
    height: 360px;
  }
}

/* RS – Fix collection banner height (mobile) */
@media screen and (max-width: 989px) {
  .collection-hero__image-container {
    height: 220px;
  }
}

/* RS – Collection banner height (desktop) */
@media screen and (min-width: 990px){
  .collection-hero__image-container{
    height: 420px;
  }
}

/* RS – Collection banner: one image works on desktop + mobile */
.collection-hero__image-container img{
  object-fit: cover !important;
  object-position: center center !important; /* belangrijkste in midden */
}

/* Desktop hoogte */
@media screen and (min-width: 990px){
  .collection-hero__image-container{
    height: 420px !important;
  }
}

/* Mobiel hoogte */
@media screen and (max-width: 989px){
  .collection-hero__image-container{
    height: 220px !important;
  }
}


/* ═══════════════════════════════════════════════════════════════════════════════
   EINDE CUSTOM.CSS v7.3 CLEAN
   ═══════════════════════════════════════════════════════════════════════════════ */

