body{margin:0;font-family:Arial, sans-serif;overflow-x:hidden}
.background-slider{position:fixed;inset:0;z-index:-1;background-size:cover;animation:bgfade 20s infinite}
@keyframes bgfade{
0%{background-image:url(images/bg1.png)}
25%{background-image:url(images/bg2.png)}
50%{background-image:url(images/bg3.png)}
75%{background-image:url(images/bg4.png)}
}
.produkt-wrapper{display:flex;overflow-x:auto;gap:20px;padding:40px;scroll-snap-type:x mandatory}
.produkt{min-width:250px;background:rgba(255,255,255,.9);padding:20px;border-radius:12px;scroll-snap-align:center;text-align:center}
.produkt img{max-width:100%}