{"title":"test startseite","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eASKO-Shop.ch – Beste Haushaltsgeräte für die Küche und den Waschraum\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant:ital,wght@0,400;0,500;1,400;1,500\u0026amp;family=Outfit:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --black: #111110;\n  --gray: #6B6B68;\n  --light-gray: #DDDBD7;\n  --bg: #F5F4F1;\n  --white: #FFFFFF;\n}\n\nhtml { scroll-behavior: smooth; }\nbody { font-family: 'Outfit', sans-serif; background: var(--white); color: var(--black); overflow-x: hidden; }\na { text-decoration: none; color: inherit; }\nimg { display: block; max-width: 100%; }\n\n\/* ── NAV ── *\/\nnav {\n  position: absolute; top: 0; left: 0; right: 0; z-index: 200;\n  display: flex; justify-content: space-between; align-items: center;\n  padding: 0 3rem; height: 62px;\n}\n.nav-logo .logo-dark { display: none; }\n.nav-logo .logo-white { display: block; }\n.nav-logo img { height: 26px; width: auto; }\n\n.nav-links { display: flex; gap: 2.2rem; list-style: none; }\n.nav-links a {\n  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;\n  color: rgba(255,255,255,0.75); font-weight: 500; transition: color .2s;\n}\n.nav-links a:hover { color: white; }\n\n.nav-icons { display: flex; gap: 1.8rem; align-items: center; }\n.nav-icon-btn {\n  background: none; border: none; cursor: pointer; padding: 0;\n  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;\n  font-family: 'Outfit', sans-serif; font-weight: 500;\n  color: rgba(255,255,255,0.75); transition: color .2s;\n}\n.nav-icon-btn:hover { color: white; }\n\n\/* ── HERO ── *\/\n.hero {\n  position: relative; width: 100%; height: 100vh; min-height: 620px; overflow: hidden;\n}\n.hero video {\n  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;\n}\n.hero-overlay {\n  position: absolute; inset: 0;\n  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.52) 100%);\n}\n.hero-content {\n  position: absolute; bottom: 0; left: 0; right: 0;\n  padding: 0 3rem 3.5rem;\n  display: flex; justify-content: space-between; align-items: flex-end;\n}\n.hero-title {\n  font-family: 'Cormorant', serif;\n  font-size: clamp(2.8rem, 5vw, 5.2rem);\n  font-weight: 400; line-height: 1.1; color: white;\n}\n.hero-title em { font-style: italic; font-weight: 400; }\n.hero-sub {\n  font-size: .82rem; color: rgba(255,255,255,0.6);\n  font-weight: 300; letter-spacing: .03em; margin-top: 1rem;\n}\n.hero-actions { display: flex; gap: .75rem; margin-top: 1.8rem; }\n\n\/* Buttons — uniform size *\/\n.btn {\n  display: inline-block;\n  padding: 0 2rem; height: 44px; line-height: 44px;\n  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;\n  font-weight: 600; white-space: nowrap; cursor: pointer; border: none;\n  font-family: 'Outfit', sans-serif; transition: background .2s, color .2s, border-color .2s;\n}\n.btn-solid { background: white; color: var(--black); }\n.btn-solid:hover { background: var(--black); color: white; }\n.btn-outline-w { background: transparent; color: white; border: 1px solid rgba(255,255,255,0.55); }\n.btn-outline-w:hover { border-color: white; background: rgba(255,255,255,0.1); }\n.btn-dark { background: var(--black); color: white; }\n.btn-dark:hover { background: #333; }\n.btn-outline-d { background: transparent; color: var(--black); border: 1.5px solid var(--black); line-height: 41px; }\n.btn-outline-d:hover { background: var(--black); color: white; }\n\n.hero-stats { display: flex; gap: 3rem; align-items: flex-end; }\n.hero-stat-num {\n  font-family: 'Cormorant', serif;\n  font-size: 3.2rem; font-weight: 400; color: white; line-height: 1;\n}\n.hero-stat-label {\n  font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;\n  color: rgba(255,255,255,0.5); margin-top: .25rem;\n}\n\n\/* ── SECTIONS ── *\/\n.section { padding: 5.5rem 3rem; }\n.label {\n  font-size: .6rem; letter-spacing: .22em; text-transform: uppercase;\n  color: var(--gray); font-weight: 500; margin-bottom: .8rem;\n}\nh2.heading {\n  font-family: 'Cormorant', serif;\n  font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 400; line-height: 1.1;\n}\nh2.heading em { font-style: italic; }\n.body-text {\n  font-size: .88rem; color: var(--gray); line-height: 1.75;\n  font-weight: 300; max-width: 52ch; margin-top: .7rem;\n}\n.section-row {\n  display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem;\n}\n.link-text {\n  font-size: .66rem; letter-spacing: .14em; text-transform: uppercase;\n  font-weight: 600; color: var(--black); border-bottom: 1px solid var(--black);\n  padding-bottom: 1px; white-space: nowrap; transition: color .2s, border-color .2s;\n}\n.link-text:hover { color: var(--gray); border-color: var(--gray); }\n\n\/* ── PRODUKTWELTEN ── *\/\n.worlds-section { background: white; padding-top: 5.5rem; padding-bottom: 5.5rem; }\n.world-grid {\n  display: grid; grid-template-columns: repeat(4,1fr);\n  gap: 1px; background: var(--light-gray);\n  border: 1px solid var(--light-gray);\n}\n.world-card { position: relative; overflow: hidden; cursor: pointer; background: white; }\n.world-card img {\n  width: 100%; aspect-ratio: 3\/4; object-fit: cover; display: block;\n  transition: transform .65s cubic-bezier(.25,.46,.45,.94);\n}\n.world-card:hover img { transform: scale(1.04); }\n.world-card-overlay {\n  position: absolute; inset: 0;\n  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 52%);\n}\n.world-card-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; }\n.world-card-name {\n  font-family: 'Cormorant', serif;\n  font-size: 1.85rem; font-weight: 400; color: white; line-height: 1;\n}\n.world-card-sub { font-size: .72rem; color: rgba(255,255,255,0.58); margin-top: .3rem; font-weight: 300; }\n.world-card-cta {\n  display: inline-block; margin-top: .75rem;\n  font-size: .6rem; letter-spacing: .15em; text-transform: uppercase;\n  color: white; font-weight: 600;\n  border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 1px;\n  opacity: 0; transform: translateY(5px);\n  transition: opacity .3s, transform .3s;\n}\n.world-card:hover .world-card-cta { opacity: 1; transform: none; }\n\n\/* ── PROFESSIONAL ── *\/\n.pro-section {\n  background: var(--bg); padding: 0;\n  display: grid; grid-template-columns: 1fr 1fr;\n}\n.pro-img { position: relative; overflow: hidden; min-height: 500px; }\n.pro-img img {\n  width: 100%; height: 100%; object-fit: cover; display: block;\n  transition: transform .7s cubic-bezier(.25,.46,.45,.94);\n}\n.pro-section:hover .pro-img img { transform: scale(1.03); }\n.pro-content {\n  padding: 5rem 4rem;\n  display: flex; flex-direction: column; justify-content: center;\n  background: var(--bg);\n}\n.pro-list {\n  margin-top: 2rem; border-top: 1px solid var(--light-gray);\n}\n.pro-list-row {\n  display: flex; justify-content: space-between; align-items: center;\n  padding: .95rem 0; border-bottom: 1px solid var(--light-gray);\n  font-size: .82rem; cursor: pointer; transition: padding-left .2s;\n}\n.pro-list-row:hover { padding-left: .3rem; }\n.pro-list-row span:first-child { font-weight: 500; }\n.pro-list-row span:last-child { color: var(--gray); font-size: .75rem; }\n.pro-content .btn { margin-top: 2.5rem; align-self: flex-start; }\n\n\/* ── EXPERIENCE CENTER ── *\/\n.exp-section { background: white; }\n.exp-grid {\n  display: grid; grid-template-columns: 1.15fr 1fr;\n  gap: 5rem; align-items: start; margin-top: 3rem;\n}\n.exp-img-wrap { position: relative; }\n.exp-img-placeholder {\n  width: 100%; aspect-ratio: 4\/3; background: var(--bg);\n  display: flex; flex-direction: column;\n  align-items: center; justify-content: center; gap: .8rem;\n}\n.exp-img-placeholder-text {\n  font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;\n  color: var(--light-gray); text-align: center; line-height: 1.8;\n}\n.exp-badge {\n  position: absolute; bottom: 0; right: 0;\n  background: var(--black); color: white;\n  padding: 1.1rem 1.5rem;\n}\n.exp-badge strong {\n  display: block; font-family: 'Cormorant', serif;\n  font-size: 1.1rem; font-weight: 400; margin-bottom: .2rem;\n}\n.exp-badge span { font-size: .65rem; color: rgba(255,255,255,0.5); letter-spacing: .08em; }\n\n.exp-rows { margin-top: 2rem; border-top: 1px solid var(--light-gray); }\n.exp-row {\n  display: flex; gap: 1.2rem; padding: 1.2rem 0;\n  border-bottom: 1px solid var(--light-gray);\n  align-items: flex-start;\n}\n\n\/* Minimal SVG icons *\/\n.icon {\n  width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px;\n  stroke: var(--black); fill: none; stroke-width: 1.5;\n  stroke-linecap: round; stroke-linejoin: round;\n}\n\n.exp-row-title { font-size: .85rem; font-weight: 600; margin-bottom: .15rem; }\n.exp-row-sub { font-size: .78rem; color: var(--gray); font-weight: 300; line-height: 1.55; }\n.exp-actions { display: flex; gap: .75rem; margin-top: 2rem; flex-wrap: wrap; }\n\n\/* ── EVENTS ── *\/\n.events-section {\n  position: relative; overflow: hidden;\n  background: #1a1a18;\n}\n.events-section-img {\n  position: absolute; inset: 0; z-index: 0;\n  width: 100%; height: 100%; object-fit: cover; object-position: center 30%;\n  opacity: .5;\n  display: block;\n  pointer-events: none;\n}\n.events-section \u003e *:not(.events-section-img) { position: relative; z-index: 1; }\n.events-section .label { color: rgba(255,255,255,0.5); }\n.events-section .heading { color: white; }\n.events-section .link-text { color: white; border-bottom-color: white; }\n.events-section .link-text:hover { color: rgba(255,255,255,0.6); border-bottom-color: rgba(255,255,255,0.6); }\n.events-section .events-foot .link-text { color: white; border-bottom-color: rgba(255,255,255,0.5); }\n\n.events-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }\n.event-card {\n  background: white;\n  border: 1px solid rgba(255,255,255,0.2); overflow: hidden;\n  transition: background .3s;\n}\n.event-card:hover { background: var(--bg); }\n.event-head {\n  padding: 1.3rem 1.4rem 1.1rem;\n  border-bottom: 1px solid var(--light-gray);\n  display: flex; justify-content: space-between; align-items: flex-start;\n}\n.event-date-num {\n  font-family: 'Cormorant', serif;\n  font-size: 2.4rem; font-weight: 400; line-height: 1; color: var(--black);\n}\n.event-date-label { font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gray); margin-top: .2rem; }\n.event-type {\n  font-size: .56rem; letter-spacing: .14em; text-transform: uppercase;\n  background: var(--bg); color: var(--gray); padding: .28rem .65rem; font-weight: 500;\n}\n.event-body { padding: 1.3rem 1.4rem; }\n.event-title { font-family: 'Cormorant', serif; font-size: 1.3rem; font-weight: 400; line-height: 1.25; color: var(--black); }\n.event-desc { font-size: .78rem; color: var(--gray); line-height: 1.6; font-weight: 300; margin-top: .4rem; }\n.event-meta { display: flex; gap: 1.2rem; margin-top: .9rem; font-size: .65rem; color: var(--gray); }\n.event-foot {\n  padding: .85rem 1.4rem;\n  border-top: 1px solid var(--light-gray);\n  font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--black);\n  font-weight: 600; display: flex; justify-content: space-between; align-items: center;\n  cursor: pointer; transition: background .2s, color .2s;\n}\n.event-foot:hover { background: var(--black); color: white; }\n.events-foot { margin-top: 2.5rem; text-align: center; }\n\n\/* ── BLOG ── *\/\n.blog-section { background: white; }\n.blog-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr; gap: 2rem; margin-top: 3rem; }\n.blog-card { cursor: pointer; }\n.blog-img-wrap { overflow: hidden; }\n.blog-img-wrap img {\n  width: 100%; aspect-ratio: 16\/10; object-fit: cover; display: block;\n  transition: transform .6s cubic-bezier(.25,.46,.45,.94);\n}\n.blog-card:first-child .blog-img-wrap img { aspect-ratio: 3\/2; }\n.blog-card:hover .blog-img-wrap img { transform: scale(1.03); }\n.blog-body { padding: 1.1rem 0 0; }\n.blog-cat { font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gray); margin-bottom: .45rem; }\n.blog-title {\n  font-family: 'Cormorant', serif;\n  font-size: 1.2rem; font-weight: 400; line-height: 1.3; color: var(--black);\n  transition: color .2s;\n}\n.blog-card:first-child .blog-title { font-size: 1.5rem; }\n.blog-card:hover .blog-title { color: var(--gray); }\n.blog-excerpt { font-size: .78rem; color: var(--gray); line-height: 1.65; font-weight: 300; margin-top: .4rem; }\n.blog-foot {\n  display: flex; justify-content: space-between; align-items: center;\n  margin-top: .8rem; padding-top: .8rem; border-top: 1px solid var(--light-gray);\n  font-size: .62rem; color: var(--gray); letter-spacing: .06em;\n}\n.blog-read-link {\n  font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;\n  font-weight: 600; color: var(--black); border-bottom: 1px solid var(--black);\n  padding-bottom: 1px; transition: color .2s, border-color .2s;\n}\n.blog-card:hover .blog-read-link { color: var(--gray); border-color: var(--gray); }\n\n\/* ── FOOTER STRIP ── *\/\n.footer-strip {\n  background: var(--black); padding: 4rem 3rem;\n  display: flex; justify-content: space-between; align-items: center; gap: 3rem;\n}\n.footer-strip-title { font-family: 'Cormorant', serif; font-size: 2rem; font-weight: 400; color: white; }\n.footer-strip-sub { font-size: .8rem; color: rgba(255,255,255,0.4); margin-top: .3rem; font-weight: 300; }\n.footer-nl { display: flex; }\n.footer-nl-input {\n  padding: 0 1.3rem; height: 44px; min-width: 260px;\n  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15);\n  border-right: none; color: white; font-size: .82rem; outline: none;\n  font-family: 'Outfit', sans-serif;\n}\n.footer-nl-input::placeholder { color: rgba(255,255,255,0.3); }\n.footer-nl-btn {\n  height: 44px; padding: 0 1.6rem; background: white; color: var(--black);\n  border: none; cursor: pointer;\n  font-size: .66rem; letter-spacing: .14em; text-transform: uppercase;\n  font-family: 'Outfit', sans-serif; font-weight: 600; transition: background .2s;\n}\n.footer-nl-btn:hover { background: var(--bg); }\n\n\/* ── FOOTER ── *\/\nfooter {\n  background: var(--black); border-top: 1px solid rgba(255,255,255,0.07);\n  padding: 3.5rem 3rem 0;\n  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem;\n}\n.foot-logo-text {\n  font-family: 'Cormorant', serif;\n  font-size: 1.25rem; font-weight: 400; color: white; letter-spacing: .04em;\n}\n.foot-tagline { font-size: .77rem; color: rgba(255,255,255,0.28); line-height: 1.7; margin-top: .9rem; font-weight: 300; max-width: 28ch; }\n.foot-guar { margin-top: 1.2rem; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,0.35); }\n.foot-col h4 { font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,0.25); font-weight: 500; margin-bottom: 1.1rem; }\n.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }\n.foot-col a { font-size: .78rem; color: rgba(255,255,255,0.32); transition: color .2s; }\n.foot-col a:hover { color: rgba(255,255,255,0.75); }\n.foot-bottom {\n  background: var(--black); padding: 1.8rem 3rem;\n  display: flex; justify-content: space-between; align-items: center;\n  border-top: 1px solid rgba(255,255,255,0.06); margin-top: 3rem;\n  font-size: .62rem; color: rgba(255,255,255,0.2); letter-spacing: .08em;\n}\n.foot-bottom a { color: rgba(255,255,255,0.2); transition: color .2s; }\n.foot-bottom a:hover { color: rgba(255,255,255,0.5); }\n.foot-bottom-links { display: flex; gap: 2rem; }\n\n\/* ── REVEAL ── *\/\n.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }\n.reveal.visible { opacity: 1; transform: none; }\n.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; }\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width: 1024px) {\n  .world-grid { grid-template-columns: 1fr 1fr; }\n  .pro-section { grid-template-columns: 1fr; }\n  .pro-img { min-height: 320px; }\n  .exp-grid { grid-template-columns: 1fr; gap: 3rem; }\n  .blog-grid { grid-template-columns: 1fr 1fr; }\n  .events-grid { grid-template-columns: 1fr 1fr; }\n}\n@media (max-width: 700px) {\n  nav { padding: 0 1.2rem; }\n  .nav-links { display: none; }\n  .hero-content { padding: 0 1.2rem 3rem; flex-direction: column; align-items: flex-start; gap: 1.8rem; }\n  .hero-stats { flex-direction: row; }\n  .section { padding: 4rem 1.2rem; }\n  .worlds-section { padding: 4rem 1.2rem; }\n  .world-grid { grid-template-columns: 1fr 1fr; gap: 1px; }\n  .pro-content { padding: 3.5rem 1.5rem; }\n  .events-grid { grid-template-columns: 1fr; }\n  .blog-grid { grid-template-columns: 1fr; }\n  .footer-strip { flex-direction: column; align-items: flex-start; padding: 3rem 1.2rem; }\n  .footer-nl { flex-direction: column; }\n  .footer-nl-input { min-width: unset; border-right: 1px solid rgba(255,255,255,0.15); }\n  footer { grid-template-columns: 1fr 1fr; padding: 2.5rem 1.2rem; }\n  .foot-bottom { padding: 1.5rem 1.2rem; flex-direction: column; gap: .8rem; text-align: center; }\n}\n\u003c\/style\u003e\n\n\n\n\u003c!-- NAV --\u003e\n\u003cnav id=\"nav\"\u003e\n  \u003ca href=\"\/\" class=\"nav-logo\"\u003e\n    \u003cimg class=\"logo-white\" src=\"https:\/\/asko-shop.ch\/cdn\/shop\/files\/asko_logo_weiss_nur_a.png?v=1751928672\u0026amp;width=200\" alt=\"ASKO\"\u003e\n    \u003cimg class=\"logo-dark\" src=\"https:\/\/asko-shop.ch\/cdn\/shop\/files\/asko_logo_schwarz.png?v=1751928928\u0026amp;width=200\" alt=\"ASKO\"\u003e\n  \u003c\/a\u003e\n  \u003cul class=\"nav-links\"\u003e\n    \u003cli\u003e\u003ca href=\"\/collections\/asko-kochen\"\u003eKüche\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/collections\/asko-waschen\"\u003eWaschraum\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/collections\/asko-professional-waschmaschinen-waschetrockner-geschirrspuler-fur-mfh-kleingewerbe\"\u003eProfessional\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/asko-experience-center-balsthal\"\u003eExperience Center\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/asko-service\"\u003eService\u003c\/a\u003e\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cdiv class=\"nav-icons\"\u003e\n    \u003cbutton class=\"nav-icon-btn\"\u003eSuche\u003c\/button\u003e\n    \u003cbutton class=\"nav-icon-btn\"\u003eEinloggen\u003c\/button\u003e\n    \u003cbutton class=\"nav-icon-btn\"\u003eWarenkorb (0)\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/nav\u003e\n\n\u003c!-- HERO — full viewport width --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cvideo autoplay muted loop playsinline src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/23db32588a464ca3ba00b5ee72e1b816.mp4\"\u003e\n  \u003c\/video\u003e\n  \u003cdiv class=\"hero-overlay\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-content\"\u003e\n    \u003cdiv\u003e\n      \u003ch1 class=\"hero-title\"\u003e\n        Inspiriert von Skandinavien.\u003cbr\u003e\n        \u003cem\u003eGebaut für ein Leben lang.\u003c\/em\u003e\n      \u003c\/h1\u003e\n      \u003cp class=\"hero-sub\"\u003ePremium Haushaltsgeräte für Küche und Waschraum.\u003c\/p\u003e\n      \u003cdiv class=\"hero-actions\"\u003e\n        \u003ca href=\"\/collections\" class=\"btn btn-solid\"\u003eProdukte entdecken\u003c\/a\u003e\n        \u003ca href=\"#markenfilm\" class=\"btn btn-outline-w\"\u003eMarkenfilm ansehen\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"hero-stat-num\"\u003e20\u003c\/div\u003e\n        \u003cdiv class=\"hero-stat-label\"\u003eJahre Lebensdauer\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"hero-stat-num\"\u003e5\u003c\/div\u003e\n        \u003cdiv class=\"hero-stat-label\"\u003eJahre Garantie\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- PRODUKTWELTEN --\u003e\n\u003csection class=\"section worlds-section\"\u003e\n  \u003cdiv class=\"section-row reveal\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"label\"\u003eUnsere Welten\u003c\/div\u003e\n      \u003ch2 class=\"heading\"\u003eVier Welten, \u003cem\u003eein Versprechen.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"body-text\"\u003eOb Waschen, Spülen, Kochen oder Kühlen – jedes ASKO Gerät folgt unserem Versprechen von Qualität, Funktionalität und skandinavischem Design.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n  \u003cdiv class=\"world-grid\"\u003e\n    \u003ca href=\"\/collections\/asko-waschen\" class=\"world-card reveal\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9428\/1035\/files\/asko_waschmaschen_waeschepflege_asko-shop.ch_low.png?v=1759776212\" alt=\"ASKO Waschen\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"world-card-overlay\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"world-card-body\"\u003e\n        \u003cdiv class=\"world-card-name\"\u003eWaschen\u003c\/div\u003e\n        \u003cdiv class=\"world-card-sub\"\u003eProfessionelle Wäschepflege für Ihr Zuhause.\u003c\/div\u003e\n        \u003cspan class=\"world-card-cta\"\u003eKollektion ansehen →\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/asko-geschirrspuler-1\" class=\"world-card reveal d1\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9428\/1035\/files\/asko_geschirrspueler_429a0edc-33fa-42fa-ad35-0c40ea4e5a14.jpg?v=1759802111\" alt=\"ASKO Spülen\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"world-card-overlay\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"world-card-body\"\u003e\n        \u003cdiv class=\"world-card-name\"\u003eSpülen\u003c\/div\u003e\n        \u003cdiv class=\"world-card-sub\"\u003eGlanzleistung für Ihre Küche, gebaut für 20 Jahre.\u003c\/div\u003e\n        \u003cspan class=\"world-card-cta\"\u003eKollektion ansehen →\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/asko-kochen\" class=\"world-card reveal d2\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9428\/1035\/files\/ASKO-Elements-Pearl_Grey-oefen_ofen_steamer_kombisteamer.jpg?v=1751830982\" alt=\"ASKO Kochen\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"world-card-overlay\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"world-card-body\"\u003e\n        \u003cdiv class=\"world-card-name\"\u003eKochen\u003c\/div\u003e\n        \u003cdiv class=\"world-card-sub\"\u003ePräzision und Design, inspiriert von Profiküchen.\u003c\/div\u003e\n        \u003cspan class=\"world-card-cta\"\u003eKollektion ansehen →\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/asko-kuhlen\" class=\"world-card reveal d3\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9428\/1035\/files\/asko_kuehlen_kuehlgeraete_weinkuehler_und_kuehlgefrierkombination_gefrierschrank.jpg?v=1759775155\" alt=\"ASKO Kühlen\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"world-card-overlay\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"world-card-body\"\u003e\n        \u003cdiv class=\"world-card-name\"\u003eKühlen\u003c\/div\u003e\n        \u003cdiv class=\"world-card-sub\"\u003eFrische in ihrer reinsten Form.\u003c\/div\u003e\n        \u003cspan class=\"world-card-cta\"\u003eKollektion ansehen →\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- PROFESSIONAL --\u003e\n\u003cdiv class=\"pro-section\"\u003e\n  \u003cdiv class=\"pro-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9428\/1035\/files\/ASKO-Professional_Laundry_6.jpg?v=1772023111\" alt=\"ASKO Professional Laundry\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"pro-content reveal\"\u003e\n    \u003cdiv class=\"label\"\u003eFür MFH \u0026amp; Gewerbe\u003c\/div\u003e\n    \u003ch2 class=\"heading\"\u003eASKO \u003cem\u003eProfessional.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"body-text\"\u003eFür Mehrfamilienhäuser, Wohnüberbauungen und Kleingewerbe — grössere Kapazitäten und industrielle Robustheit bei gleichem skandinavischen Design.\u003c\/p\u003e\n    \u003cdiv class=\"pro-list\"\u003e\n      \u003ca href=\"\/collections\/asko-professional-waschmaschinen\" class=\"pro-list-row\"\u003e\n        \u003cspan\u003eWaschmaschinen Professional\u003c\/span\u003e\u003cspan\u003e→\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/collections\/asko-professional-waschetrockner\" class=\"pro-list-row\"\u003e\n        \u003cspan\u003eWäschetrockner Professional\u003c\/span\u003e\u003cspan\u003e→\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/collections\/asko-geschirrspuler-furs-gewerbe\" class=\"pro-list-row\"\u003e\n        \u003cspan\u003eGeschirrspüler Professional\u003c\/span\u003e\u003cspan\u003e→\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/collections\/professional-sets\" class=\"pro-list-row\"\u003e\n        \u003cspan\u003eProfessional Waschsets\u003c\/span\u003e\u003cspan\u003e→\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"\/collections\/asko-professional-waschmaschinen-waschetrockner-geschirrspuler-fur-mfh-kleingewerbe\" class=\"btn btn-dark\"\u003eProfessional entdecken\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- EXPERIENCE CENTER --\u003e\n\u003csection class=\"section exp-section\"\u003e\n  \u003cdiv class=\"section-row reveal\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"label\"\u003eBalsthal, Solothurn\u003c\/div\u003e\n      \u003ch2 class=\"heading\"\u003eDas ASKO \u003cem\u003eExperience Center.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"body-text\"\u003eErleben Sie ASKO Geräte in echten Wohninstallationen — und lassen Sie sich persönlich beraten.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"exp-grid\"\u003e\n    \u003cdiv class=\"exp-img-wrap reveal\"\u003e\n      \u003cdiv class=\"exp-img-placeholder\"\u003e\n        \u003c!-- Placeholder — replace with actual photo when available --\u003e\n        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#ccc\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"1\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"21 15 16 10 5 21\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n        \u003cdiv class=\"exp-img-placeholder-text\"\u003eFotos folgen bald\u003cbr\u003eExperience Center Balsthal\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"exp-badge\"\u003e\n        \u003cstrong\u003eBalsthal\u003c\/strong\u003e\n        \u003cspan\u003eMo–Fr 09:00–17:30\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"reveal d1\"\u003e\n      \u003cdiv class=\"exp-rows\"\u003e\n        \u003cdiv class=\"exp-row\"\u003e\n          \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"exp-row-title\"\u003eGeräte live erleben\u003c\/div\u003e\n            \u003cdiv class=\"exp-row-sub\"\u003eAnfassen, ausprobieren, vergleichen — in einer echten Wohnumgebung.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"exp-row\"\u003e\n          \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"exp-row-title\"\u003ePersönliche Beratung\u003c\/div\u003e\n            \u003cdiv class=\"exp-row-sub\"\u003eUnsere Experten begleiten Sie ohne Druck bei Ihrer Entscheidung.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"exp-row\"\u003e\n          \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"3 11 22 2 13 21 11 13 3 11\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"exp-row-title\"\u003ePlanungsunterstützung\u003c\/div\u003e\n            \u003cdiv class=\"exp-row-sub\"\u003eIntegration in Ihre Küchen- oder Waschraum-Planung inklusive.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"exp-row\"\u003e\n          \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"exp-row-title\"\u003eEvents \u0026amp; Vorführungen\u003c\/div\u003e\n            \u003cdiv class=\"exp-row-sub\"\u003eRegelmässige Produktvorführungen und Abende direkt im Center.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"exp-actions\"\u003e\n        \u003ca href=\"\/pages\/asko-experience-center-balsthal#visit\" class=\"btn btn-dark\"\u003eBesuch planen\u003c\/a\u003e\n        \u003ca href=\"https:\/\/asko-shop.ch\/pages\/asko-experience-center-balsthal#ecKontakt\" class=\"btn btn-outline-d\"\u003eKontakt aufnehmen\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- EVENTS --\u003e\n\u003csection class=\"section events-section\"\u003e\n  \u003cimg class=\"events-section-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9428\/1035\/files\/KandisFotografie_Jan26_HaefeliService_ASKO-100.jpg?v=1772328220\" alt=\"\" aria-hidden=\"true\"\u003e\n  \u003cdiv class=\"section-row reveal\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"label\"\u003eExperience Center Balsthal\u003c\/div\u003e\n      \u003ch2 class=\"heading\"\u003eEvents \u0026amp; \u003cem\u003eVorführungen.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"\/pages\/asko-events-balsthal\" class=\"link-text\"\u003eAlle Events →\u003c\/a\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"events-grid\"\u003e\n    \u003cdiv class=\"event-card reveal\"\u003e\n      \u003cdiv class=\"event-head\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"event-date-num\"\u003eBald\u003c\/div\u003e\n          \u003cdiv class=\"event-date-label\"\u003eDatum folgt\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"event-type\"\u003eVorführung\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"event-body\"\u003e\n        \u003cdiv class=\"event-title\"\u003eKombisteamer-Vorführung\u003c\/div\u003e\n        \u003cdiv class=\"event-desc\"\u003eLive-Demonstration unserer Kombisteamer-Linie mit echtem Kochen im Experience Center.\u003c\/div\u003e\n        \u003cdiv class=\"event-meta\"\u003e\n\u003cspan\u003eBalsthal\u003c\/span\u003e\u003cspan\u003eca. 2 Stunden\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"event-foot\"\u003e\n\u003cspan\u003eZur Anmeldung\u003c\/span\u003e\u003cspan\u003e→\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"event-card reveal d1\"\u003e\n      \u003cdiv class=\"event-head\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"event-date-num\"\u003eBald\u003c\/div\u003e\n          \u003cdiv class=\"event-date-label\"\u003eDatum folgt\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"event-type\"\u003eWorkshop\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"event-body\"\u003e\n        \u003cdiv class=\"event-title\"\u003eASKO Waschkurs\u003c\/div\u003e\n        \u003cdiv class=\"event-desc\"\u003eTipps für optimale Wäschepflege — mit ASKO Experten und Live-Demonstration.\u003c\/div\u003e\n        \u003cdiv class=\"event-meta\"\u003e\n\u003cspan\u003eBalsthal\u003c\/span\u003e\u003cspan\u003eca. 1.5 Stunden\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"event-foot\"\u003e\n\u003cspan\u003eZur Anmeldung\u003c\/span\u003e\u003cspan\u003e→\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"event-card reveal d2\"\u003e\n      \u003cdiv class=\"event-head\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"event-date-num\"\u003eBald\u003c\/div\u003e\n          \u003cdiv class=\"event-date-label\"\u003eDatum folgt\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"event-type\"\u003eAbend\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"event-body\"\u003e\n        \u003cdiv class=\"event-title\"\u003eASKO Produktabend\u003c\/div\u003e\n        \u003cdiv class=\"event-desc\"\u003eExklusiver Abend mit Neuheiten, Apéro und persönlichem Austausch mit unseren Experten.\u003c\/div\u003e\n        \u003cdiv class=\"event-meta\"\u003e\n\u003cspan\u003eBalsthal\u003c\/span\u003e\u003cspan\u003eca. 3 Stunden\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"event-foot\"\u003e\n\u003cspan\u003eZur Anmeldung\u003c\/span\u003e\u003cspan\u003e→\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"events-foot reveal\"\u003e\n    \u003ca href=\"\/pages\/asko-events-balsthal\" class=\"link-text\"\u003eAlle kommenden Events →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- BLOG --\u003e\n\u003csection class=\"section blog-section\"\u003e\n  \u003cdiv class=\"section-row reveal\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"label\"\u003eStories \u0026amp; Wissen\u003c\/div\u003e\n      \u003ch2 class=\"heading\"\u003eAus dem ASKO \u003cem\u003eBlog.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"body-text\"\u003eTipps, Hintergründe und Inspiration rund um Haushaltsgeräte und skandinavisches Design.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"\/pages\/storys\" class=\"link-text\"\u003eAlle Stories →\u003c\/a\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"blog-grid\"\u003e\n    \u003c!-- Post 1 — Featured --\u003e\n    \u003ca href=\"https:\/\/asko-shop.ch\/blogs\/asko-innovationen\/asko-laundry-2-0-neue-generation-waeschepflege\" class=\"blog-card reveal\"\u003e\n      \u003cdiv class=\"blog-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9428\/1035\/files\/asko_waschmaschen_waeschepflege_asko-shop.ch_low.png?v=1759776212\" alt=\"ASKO Laundry 2.0\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"blog-body\"\u003e\n        \u003cdiv class=\"blog-cat\"\u003eWäschepflege\u003c\/div\u003e\n        \u003cdiv class=\"blog-title\"\u003eASKO Laundry 2.0: Die neue Generation der Premium-Textilpflege\u003c\/div\u003e\n        \u003cdiv class=\"blog-excerpt\"\u003eWas steckt hinter der neuen ASKO Waschmaschinengeneration — und warum bedeutet das einen echten Unterschied im Alltag?\u003c\/div\u003e\n        \u003cdiv class=\"blog-foot\"\u003e\n          \u003cspan\u003eASKO Innovationen\u003c\/span\u003e\n          \u003cspan class=\"blog-read-link\"\u003eLesen →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003c!-- Post 2 --\u003e\n    \u003ca href=\"https:\/\/asko-shop.ch\/blogs\/asko-innovationen\/nachhaltigkeit-bei-asko-materialien-energieeffizienz-haltbarkeit\" class=\"blog-card reveal d1\"\u003e\n      \u003cdiv class=\"blog-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9428\/1035\/files\/ASKO-Professional_Laundry_6.jpg?v=1772023111\" alt=\"Nachhaltigkeit bei ASKO\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"blog-body\"\u003e\n        \u003cdiv class=\"blog-cat\"\u003eNachhaltigkeit\u003c\/div\u003e\n        \u003cdiv class=\"blog-title\"\u003eNachhaltigkeit beginnt im Detail — Materialien, Effizienz, Haltbarkeit.\u003c\/div\u003e\n        \u003cdiv class=\"blog-foot\"\u003e\n          \u003cspan\u003eASKO Innovationen\u003c\/span\u003e\n          \u003cspan class=\"blog-read-link\"\u003eLesen →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003c!-- Post 3 --\u003e\n    \u003ca href=\"https:\/\/asko-shop.ch\/blogs\/asko-innovationen\/asko-auto-dose-system-erklaert-vorteile-modelle\" class=\"blog-card reveal d2\"\u003e\n      \u003cdiv class=\"blog-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9428\/1035\/files\/asko_geschirrspueler_429a0edc-33fa-42fa-ad35-0c40ea4e5a14.jpg?v=1759802111\" alt=\"ASKO Auto Dose System\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"blog-body\"\u003e\n        \u003cdiv class=\"blog-cat\"\u003eTechnologie\u003c\/div\u003e\n        \u003cdiv class=\"blog-title\"\u003eDas ASKO Auto Dose System erklärt — Vorteile und kompatible Modelle.\u003c\/div\u003e\n        \u003cdiv class=\"blog-foot\"\u003e\n          \u003cspan\u003eASKO Innovationen\u003c\/span\u003e\n          \u003cspan class=\"blog-read-link\"\u003eLesen →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\n\u003cscript\u003e\n  \/\/ Scroll reveal\n  const obs = new IntersectionObserver(entries =\u003e {\n    entries.forEach(e =\u003e {\n      if (e.isIntersecting) { e.target.classList.add('visible'); obs.unobserve(e.target); }\n    });\n  }, { threshold: 0.1 });\n  document.querySelectorAll('.reveal').forEach(el =\u003e obs.observe(el));\n\u003c\/script\u003e\n\n\u003c\/body\u003e","products":[],"url":"https:\/\/asko-shop.ch\/collections\/test-startseite.oembed","provider":"ASKO-Shop.ch","version":"1.0","type":"link"}