.reset-benefits ul { list-style: none; padding: 0; margin: 0; } .reset-benefits li { display: flex; align-items: center; gap: 10px; /* ruimte tussen icoon en tekst */ margin-bottom: 10px; } .reset-benefits svg.st-ic { width: 24px; height: 24px; flex-shrink: 0; color: #000; /* eventueel je merk-kleur hier */ }html, body { height: 100%; } body { position: relative; } .sdz-sea-bg{ position: fixed; inset: 0; width: 100vw; height: 100vh; overflow: hidden; z-index: 0; pointer-events: none; background: #031821; /* fallback */ } .sdz-sea-bg video{ width: 100%; height: 100%; object-fit: cover; object-position: center; } /* Zorg dat AL je site-content boven de zee zit */ #MainContent, header, footer, .shopify-section{ position: relative; z-index: 2; }