{"title":"t","description":"\/* WO HEAT landing – premium, clean, conversion-first *\/\n:root{\n  --wo-orange:#FF7A00;\n  --wo-ink:#0B0F14;\n  --wo-text:#1B2430;\n  --wo-muted:#6B7280;\n  --wo-line: rgba(15, 23, 42, .10);\n  --wo-soft: rgba(15, 23, 42, .04);\n  --wo-radius: 18px;\n}\n\n.wo-wrap{ max-width: 1200px; margin:0 auto; padding:0 20px; }\n.wo-section{ padding:72px 0; }\n.wo-kicker{ letter-spacing:.12em; text-transform:uppercase; font-size:12px; color:var(--wo-muted); }\n.wo-h1{ font-size: clamp(34px, 4.2vw, 56px); line-height:1.06; margin:10px 0 14px; color: #fff; }\n.wo-h2{ font-size: clamp(26px, 2.6vw, 38px); line-height:1.12; margin:10px 0 14px; color: var(--wo-ink); }\n.wo-lead{ font-size: 18px; line-height:1.6; color: rgba(255,255,255,.88); max-width: 58ch; }\n.wo-body{ font-size: 16px; line-height:1.7; color: var(--wo-text); }\n.wo-muted{ color: var(--wo-muted); }\n\n.wo-btn{\n  display:inline-flex; align-items:center; justify-content:center;\n  gap:10px;\n  padding:14px 18px;\n  border-radius: 999px;\n  font-weight: 700;\n  text-decoration:none;\n  border:1px solid transparent;\n  transition: transform .12s ease, opacity .12s ease, background .12s ease, border-color .12s ease;\n  cursor:pointer;\n}\n.wo-btn:active{ transform: translateY(1px); }\n\n.wo-btn-primary{ background: var(--wo-orange); color:#111; }\n.wo-btn-primary:hover{ opacity:.92; }\n\n.wo-btn-ghost{\n  background: rgba(255,255,255,.06);\n  border-color: rgba(255,255,255,.22);\n  color:#fff;\n}\n.wo-btn-ghost:hover{ background: rgba(255,255,255,.10); }\n\n.wo-card{\n  border:1px solid var(--wo-line);\n  background: #fff;\n  border-radius: var(--wo-radius);\n  box-shadow: 0 14px 40px rgba(2,6,23,.06);\n  overflow:hidden;\n}\n\n.wo-grid{ display:grid; gap:18px; }\n.wo-grid-2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }\n.wo-grid-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }\n.wo-grid-4{ grid-template-columns: repeat(4, minmax(0, 1fr)); }\n\n@media (max-width: 990px){\n  .wo-section{ padding:56px 0; }\n  .wo-grid-4{ grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  .wo-grid-3{ grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  .wo-grid-2{ grid-template-columns: 1fr; }\n}\n@media (max-width: 520px){\n  .wo-grid-4, .wo-grid-3{ grid-template-columns: 1fr; }\n}\n\n.wo-hero{\n  position:relative;\n  border-bottom:1px solid rgba(255,255,255,.10);\n  background: radial-gradient(1200px 520px at 20% 15%, rgba(255,122,0,.22), transparent 55%),\n              linear-gradient(180deg, #070A0F, #0B0F14);\n  color:#fff;\n  overflow:hidden;\n}\n.wo-hero-media{\n  position:absolute; inset:0;\n  opacity:.28;\n  background-size: cover;\n  background-position: center;\n  filter: saturate(1.05);\n}\n.wo-hero-overlay{\n  position:absolute; inset:0;\n  background: linear-gradient(90deg, rgba(11,15,20,.92) 0%, rgba(11,15,20,.74) 45%, rgba(11,15,20,.55) 100%);\n}\n.wo-hero-inner{\n  position:relative;\n  padding: 86px 0 78px;\n}\n.wo-hero-badges{\n  display:flex; flex-wrap:wrap; gap:10px; margin-top:18px;\n}\n.wo-badge{\n  display:inline-flex; align-items:center; gap:8px;\n  padding:8px 12px;\n  border-radius:999px;\n  background: rgba(255,255,255,.08);\n  border:1px solid rgba(255,255,255,.14);\n  color: rgba(255,255,255,.9);\n  font-size: 13px;\n}\n\n.wo-hero-actions{ display:flex; gap:12px; margin-top:22px; flex-wrap:wrap; }\n\n.wo-collection-card{\n  display:flex; flex-direction:column;\n  padding:16px;\n}\n.wo-collection-card img{\n  width:100%; height:auto; border-radius: 14px;\n  border:1px solid var(--wo-line);\n  background: var(--wo-soft);\n}\n.wo-collection-card h3{ margin:14px 0 6px; font-size: 18px; color: var(--wo-ink); }\n.wo-collection-card p{ margin:0 0 12px; color: var(--wo-muted); line-height:1.55; }\n.wo-collection-meta{\n  margin-top:auto;\n  display:flex; align-items:center; justify-content:space-between; gap:10px;\n}\n\n.wo-feature-band{\n  background: linear-gradient(180deg, rgba(255,122,0,.10), transparent 70%);\n}\n.wo-feature-item{\n  padding:18px;\n  border-radius: var(--wo-radius);\n  border:1px solid var(--wo-line);\n  background: rgba(255,255,255,.7);\n  backdrop-filter: blur(6px);\n}\n.wo-feature-item strong{ display:block; color: var(--wo-ink); margin-bottom:6px; }\n\n.wo-faq details{\n  border:1px solid var(--wo-line);\n  border-radius: 14px;\n  padding:14px 16px;\n  background:#fff;\n}\n.wo-faq details + details{ margin-top:12px; }\n.wo-faq summary{\n  cursor:pointer; list-style:none;\n  font-weight: 700; color: var(--wo-ink);\n  display:flex; align-items:center; justify-content:space-between; gap:14px;\n}\n.wo-faq summary::-webkit-details-marker{ display:none; }\n.wo-faq .wo-faq-a{ margin-top:10px; color: var(--wo-text); line-height:1.7; }\n\n.wo-cta-strip{\n  background: #0B0F14;\n  color:#fff;\n  border-top: 1px solid rgba(255,255,255,.10);\n  border-bottom: 1px solid rgba(255,255,255,.10);\n}\n.wo-cta-strip .wo-h2{ color:#fff; margin:0; }\n.wo-cta-strip p{ color: rgba(255,255,255,.84); margin:8px 0 0; }\n.wo-cta-strip-inner{\n  display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap;\n  padding: 34px 0;\n}\n","products":[],"url":"https:\/\/www.woheat.se\/nb\/collections\/t.oembed","provider":"WOHEAT","version":"1.0","type":"link"}