.hv2-shell{max-width:1440px;margin:0 auto;padding:0 2rem}.hv2-dept-bar{background:var(--surface);border-bottom:1px solid #0000000a;padding:1rem 0}.hv2-dept-scroll{grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));align-items:stretch;gap:.5rem;display:grid}.hv2-dept-pill{background:var(--surface-low);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-width:0;min-height:6.4rem;padding:1rem .5rem;text-decoration:none;transition:background .25s,transform .25s;display:flex}.hv2-dept-pill:hover{background:var(--primary-light);transform:translateY(-2px)}.hv2-dept-icon{color:var(--primary);justify-content:center;align-items:center;transition:color .25s;display:flex}.hv2-dept-label{font-family:var(--font-body);color:var(--ink);text-align:center;text-transform:none;letter-spacing:.01em;-webkit-hyphens:auto;hyphens:auto;word-break:break-word;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-width:100%;min-height:2.4em;font-size:.68rem;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.hv2-section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;display:flex}.hv2-kicker{font-family:var(--font-label);text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.15rem;font-size:.7rem;font-weight:600;display:block}.hv2-section-title{font-family:var(--font-headline);color:var(--ink);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.hv2-see-all{font-family:var(--font-body);color:var(--primary);white-space:nowrap;flex-shrink:0;align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.hv2-see-all:hover{opacity:.7}.hv2-deals{padding:2rem 0 1.5rem}.hv2-deal-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.hv2-deal-footnote{font-family:var(--font-body);color:var(--ink-tertiary);margin:.75rem 0 0;font-size:.76rem;line-height:1.45}.hv2-deal-card{background:var(--surface-lowest);border-radius:1rem;flex-direction:column;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 1px 3px #191c1d0a,0 4px 16px #191c1d0a}.hv2-deal-card:hover{transform:translateY(-4px);box-shadow:0 2px 4px #191c1d0f,0 12px 32px #191c1d14}.hv2-deal-media-link{text-decoration:none}.hv2-deal-media{aspect-ratio:4/3;background:#f4f5f6;border-bottom:1px solid #0000000d;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative;overflow:hidden}.hv2-deal-media img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.hv2-deal-card:hover .hv2-deal-media img{transform:scale(1.04)}.hv2-deal-img-empty{background:var(--surface-low);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.hv2-deal-img-empty--title{text-align:center;padding:1rem}.hv2-deal-img-title{-webkit-line-clamp:4;font-family:var(--font-body);color:var(--ink-secondary);-webkit-box-orient:vertical;font-size:.95rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.hv2-deal-badge{background:var(--tertiary-container,#b12e00);color:var(--on-tertiary-container,#ffcec1);font-family:var(--font-label);letter-spacing:.01em;border-radius:999px;padding:.2rem .55rem;font-size:.68rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.hv2-deal-badge--claim{background:var(--surface-high);color:var(--ink-secondary)}.hv2-deal-card--no-image .hv2-deal-badge{max-width:calc(100% - 1.5rem);top:.75rem;left:.75rem}.hv2-deal-body{flex-direction:column;flex:1;gap:.2rem;padding:.75rem 1rem 1rem;display:flex}.hv2-deal-card--no-image .hv2-deal-title{display:none}.hv2-deal-merchant{font-family:var(--font-label);color:var(--ink-tertiary);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:500}.hv2-deal-title{font-family:var(--font-body);color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.hv2-deal-title:hover{color:var(--primary)}.hv2-deal-prices{align-items:baseline;gap:.5rem;margin-top:.15rem;display:flex}.hv2-deal-price{font-family:var(--font-headline);color:var(--primary);font-size:1.05rem;font-weight:700}.hv2-deal-ref{font-family:var(--font-label);color:var(--ink-tertiary);font-size:.75rem;text-decoration:line-through}.hv2-deal-cta{display:none}.hv2-fresh{background:var(--surface-low);padding:2rem 0}.hv2-fresh-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.hv2-fresh-card{background:var(--surface-lowest);border-radius:1rem;flex-direction:column;text-decoration:none;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 1px 3px #191c1d0a,0 4px 16px #191c1d0a}.hv2-fresh-card:hover{transform:translateY(-4px);box-shadow:0 2px 4px #191c1d0f,0 12px 32px #191c1d14}.hv2-fresh-media{aspect-ratio:4/3;background:#f4f5f6;border-bottom:1px solid #0000000d;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative;overflow:hidden}.hv2-fresh-media img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.hv2-fresh-card:hover .hv2-fresh-media img{transform:scale(1.04)}.hv2-fresh-body{flex-direction:column;flex:auto;padding:.75rem 1rem 1rem;display:flex}.hv2-fresh-brand{font-family:var(--font-label);color:var(--ink-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.15rem;font-size:.68rem;font-weight:500;display:block}.hv2-fresh-body h3{font-family:var(--font-body);color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .4rem;font-size:.85rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.hv2-fresh-meta{justify-content:space-between;align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.hv2-fresh-price{font-family:var(--font-headline);color:var(--primary);white-space:nowrap;font-size:.95rem;font-weight:700}.hv2-fresh-stores{font-family:var(--font-label);color:var(--ink-tertiary);white-space:nowrap;flex-shrink:0;font-size:.7rem}.hv2-newsletter{padding:3rem 0 4rem}.hv2-newsletter-card{background:linear-gradient(135deg,var(--primary),var(--primary-container));color:var(--primary-text);border-radius:1.25rem;justify-content:space-between;align-items:center;gap:3rem;padding:2.5rem 3rem;display:flex}.hv2-newsletter-copy h2{font-family:var(--font-headline);letter-spacing:-.01em;margin:0 0 .35rem;font-size:1.4rem;font-weight:700}.hv2-newsletter-copy p{font-family:var(--font-body);opacity:.8;max-width:380px;margin:0;font-size:.88rem;line-height:1.5}.hv2-newsletter-form{flex-wrap:wrap;flex-shrink:0;align-items:flex-start;gap:.5rem;display:flex}.hv2-newsletter-input{color:var(--primary-text);font-family:var(--font-body);background:#fff3;border:none;border-radius:.6rem;outline:none;width:260px;padding:.65rem 1rem;font-size:.85rem;transition:background .2s}.hv2-newsletter-input::placeholder{color:#ffffff8c}.hv2-newsletter-input:focus{background:#ffffff4d}.hv2-newsletter-btn{background:var(--surface-lowest);color:var(--primary);font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:.6rem;padding:.65rem 1.5rem;font-size:.85rem;font-weight:700;transition:opacity .2s,transform .2s}.hv2-newsletter-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.hv2-newsletter-btn:hover{opacity:.9;transform:translateY(-1px)}.hv2-newsletter-honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.hv2-newsletter .auth-captcha{width:100%;margin-top:.15rem}.hv2-newsletter .auth-captcha-note{color:#ffffffb8;margin:.35rem 0 0;font-size:.75rem}.hv2-newsletter-message{width:100%;font-family:var(--font-body);margin:.25rem 0 0;font-size:.8rem;line-height:1.4}.hv2-newsletter-message--success{color:#ffffffeb}.hv2-newsletter-message--error{color:#ffd1c6}@media (min-width:1600px){.hv2-shell{max-width:1600px}.hv2-deal-grid,.hv2-fresh-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:2000px){.hv2-shell{max-width:1800px}.hv2-deal-grid,.hv2-fresh-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:1180px){.hv2-deal-grid,.hv2-fresh-grid{grid-template-columns:repeat(3,1fr)}.hv2-newsletter-card{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.hv2-newsletter-copy p{max-width:none}.hv2-newsletter-form{width:100%;max-width:420px}.hv2-newsletter-input{flex:1}}@media (max-width:760px){.hv2-shell{padding:0 1rem}.hv2-dept-bar{padding:.75rem 0}.hv2-dept-scroll{flex-wrap:unset;grid-template-columns:repeat(3,1fr);gap:.35rem;display:grid!important}.hv2-dept-pill{flex:unset;border-radius:.6rem;gap:.3rem;min-width:0;min-height:4.75rem;padding:.6rem .25rem}.hv2-dept-icon{width:32px;height:32px}.hv2-dept-label{letter-spacing:.02em;max-width:100%;min-height:2.4em;font-size:.55rem}.hv2-section-title{font-size:1.2rem}.hv2-deals{padding:1.25rem 0 1rem}.hv2-deal-grid,.hv2-fresh-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.hv2-deal-body{padding:.5rem .75rem .75rem}.hv2-deal-title,.hv2-fresh-body h3{font-size:.78rem}.hv2-deal-price{font-size:.92rem}.hv2-fresh-meta{flex-direction:column;gap:.1rem}.hv2-deal-media,.hv2-fresh-media{padding:.5rem}.hv2-fresh{padding:1.25rem 0 1.5rem}.hv2-newsletter{padding:1.5rem 0 2rem}.hv2-newsletter-card{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.hv2-newsletter-form{flex-direction:column;width:100%}.hv2-newsletter-input{width:100%}.hv2-section-head{flex-direction:column;align-items:flex-start;gap:.25rem}}.hv2-dark-toggle-wrap{display:contents}.hv2-dark-toggle{background:var(--surface-low);width:36px;height:36px;color:var(--ink-secondary);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;line-height:0;transition:background .2s,color .2s;display:flex}.hv2-dark-toggle:hover{background:var(--surface-high)}.hv2-dark{--bg:#121415;--bg-warm:#17191a;--surface:#1a1c1e;--surface-low:#212325;--surface-lowest:#2a2c2e;--surface-high:#333537;--surface-highest:#3a3c3e;--surface-hover:#2f3133;--ink:#e8e9ea;--on-surface:#e8e9ea;--ink-secondary:#b0b3b5;--on-surface-variant:#b0b3b5;--ink-tertiary:#808486;--outline-variant:#404345}.hv2-dark body,.hv2-dark main,.hv2-dark .hv2,.hv2-dark .topnav{background:var(--surface)!important;color:var(--ink)!important}.hv2-dark .topnav-link,.hv2-dark .topnav-logo-text{color:var(--ink)!important}.hv2-dark .topnav-link:hover{color:var(--primary-light)!important}.hv2-dark .topnav-logo-img{display:none!important}.hv2-dark .topnav-logo:before{content:"radar";font-variation-settings:"FILL" 1;color:#0d7d70;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;font-family:Material Symbols Outlined;font-size:1.5rem;line-height:1;display:inline-flex}.hv2-dark .topnav-logo-text{color:#0d7d70!important}.hv2-dark .topnav-search input{background:var(--surface-low)!important;color:var(--ink)!important}.hv2-dark .site-footer{color:var(--ink-secondary)!important;background:#141516!important}.hv2-dark .site-footer a,.hv2-dark .site-footer-nav a,.hv2-dark .cookie-settings-link{color:var(--primary-light)!important}.hv2-dark .site-footer .cookie-settings-link{color:#0d7d70!important}.hv2-dark .site-footer-tagline,.hv2-dark .site-footer-meta{color:var(--ink-tertiary)!important}.hv2-dark .site-footer-logo{color:var(--ink)!important}.hv2-dark .hv2-dept-bar{background:var(--surface);border-bottom-color:#ffffff0f}.hv2-dark .hv2-deals,.hv2-dark .hv2-newsletter{background:#151718}.hv2-dark .hv2-dept-pill{background:var(--surface-low)}.hv2-dark .hv2-dept-pill:hover{background:var(--surface-high)}.hv2-dark .hv2-dept-label{color:var(--ink)!important}.hv2-dark .hv2-dept-icon{color:#0d7d70!important}.hv2-dark .hv2-deal-card,.hv2-dark .hv2-fresh-card{background:var(--surface-lowest);box-shadow:0 1px 3px #00000026,0 4px 16px #0000001a}.hv2-dark .hv2-deal-card:hover,.hv2-dark .hv2-fresh-card:hover{box-shadow:0 2px 4px #0003,0 12px 32px #00000026}.hv2-dark .hv2-deal-media,.hv2-dark .hv2-fresh-media{background:#1e2022;border-bottom-color:#ffffff0d}.hv2-dark .hv2-deal-img-empty{background:#1e2022}.hv2-dark .hv2-deal-img-title{color:var(--ink)}.hv2-dark .hv2-deal-media img,.hv2-dark .hv2-fresh-media img{mix-blend-mode:normal}.hv2-dark .hv2-deal-title,.hv2-dark .hv2-fresh-body h3{color:var(--ink)}.hv2-dark .hv2-deal-merchant,.hv2-dark .hv2-fresh-brand,.hv2-dark .hv2-deal-ref{color:var(--ink-tertiary)}.hv2-dark .hv2-deal-footnote{color:var(--ink-secondary)}.hv2-dark .hv2-section-title{color:var(--ink)}.hv2-dark .hv2-kicker,.hv2-dark .hv2-see-all{color:var(--primary-light)}.hv2-dark .hv2-fresh{background:#151718}.hv2-dark .hv2-newsletter-input{background:#ffffff1f}.hv2-dark .hv2-newsletter-input:focus{background:#ffffff2e}.hv2-dark .search-bar,.hv2-dark .search-bar-input,.hv2-dark [class*=search-bar],.hv2-dark [class*=search-input],.hv2-dark input[type=search],.hv2-dark input[placeholder*=Sök]{background:var(--surface-low)!important;color:var(--ink)!important;border-color:var(--surface-high)!important}.hv2-dark input::placeholder{color:var(--ink-tertiary)!important}.hv2-dark .search-dropdown,.hv2-dark .nav-search-dropdown{background:var(--surface-lowest)!important;color:var(--ink)!important;border-color:var(--surface-high)!important;box-shadow:0 8px 32px #0000004d!important}.hv2-dark .search-group-label{color:var(--ink-tertiary)!important}.hv2-dark .search-hit{color:var(--ink)!important}.hv2-dark .search-hit:hover{background:var(--surface-high)!important}.hv2-dark .search-hit-text{color:var(--ink)!important}.hv2-dark .search-hit-meta,.hv2-dark .search-hit-price{color:var(--ink-secondary)!important}.hv2-dark .search-hit-price{color:var(--primary-light)!important}.hv2-dark .search-view-all{background:var(--surface-low)!important;color:var(--primary-light)!important;border-color:var(--surface-high)!important}.hv2-dark .hv2-dark-toggle{background:var(--surface-low);color:var(--ink-secondary)}.hv2-dark .hv2-dark-toggle:hover{background:var(--surface-high)}.hv2-dark .hv2-deal-price,.hv2-dark .hv2-fresh-price,.hv2-dark .hv2-kicker,.hv2-dark .hv2-see-all{color:#0d7d70}.hv2-dark .hv2-deal-badge--claim{background:var(--surface-high);color:var(--ink-secondary)}.hv2-dark .hv2-newsletter-card{background:linear-gradient(135deg,#0d7d70,#095850)}.hv2-dark .hv2-newsletter .auth-captcha-note{color:#e0ecf0b8}.hv2-dark .hv2-newsletter-message--success{color:#e0ecf0eb}.hv2-dark .hv2-newsletter-message--error{color:#ffc1b2}.hv2-dark .hv2-newsletter-btn{color:#0d7d70;background:#fff}.hv2-dark .hv2-newsletter-btn:hover{background:#f0f0f0}.hv2-dark [class*=cookie],.hv2-dark [class*=Cookie],.hv2-dark [class*=consent],.hv2-dark [class*=Consent]{background:var(--surface-lowest)!important;color:var(--ink)!important;border-color:var(--surface-high)!important}.hv2-dark [class*=cookie] button,.hv2-dark [class*=Cookie] button,.hv2-dark [class*=consent] button,.hv2-dark [class*=Consent] button{color:var(--ink)!important}
