:root{--color-primary: #3C5A96;--color-primary-dark: #273A61;--color-primary-light: #E1E6EF;--color-primary-deep: #141E37;--color-accent: #F0B950;--color-accent-dark: #C09440;--color-accent-light: #F9E3B9;--color-success: #78AA64;--color-success-dark: #547646;--color-success-light: #D6E5D0;--color-bg: #FFFFFF;--color-bg-soft: #F7F8FA;--color-bg-warm: #FAFBFC;--color-text: #1A2332;--color-text-body: #3D4F63;--color-muted: #7A8B9D;--color-border: #E2E6EB;--color-border-strong: #C5CDD6;--color-warning: #B45309;--color-danger: #C0392B;--stripe-blue: #3C5A96;--stripe-gold: #F0B950;--stripe-green: #78AA64;--font-display: "IBM Plex Sans", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-pill: 9999px;--shadow-card: 0 4px 16px rgba(0,0,0,.08);--shadow-card-hover: 0 8px 24px rgba(0,0,0,.12);--shadow-modal: 0 16px 48px rgba(0,0,0,.18);--ease-out: cubic-bezier(0,0,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);letter-spacing:0;overflow-x:clip}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.skip-link{position:fixed;left:12px;top:12px;z-index:999;transform:translateY(-150%);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:10px 14px}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(1180px,calc(100vw - 40px));margin-inline:auto}.stripe{display:flex;height:6px}.stripe span{flex:1}.stripe span:nth-child(1){background:var(--stripe-blue)}.stripe span:nth-child(2){background:var(--stripe-gold)}.stripe span:nth-child(3){background:var(--stripe-green)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:0;border-radius:var(--radius-lg);padding:0 20px;cursor:pointer;font-family:var(--font-display);font-weight:600;transition:transform .16s var(--ease-out),box-shadow .16s var(--ease-out),border-color .16s var(--ease-out)}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--color-accent);color:var(--color-text)}.btn-dark{background:var(--color-primary-deep);color:#fff}.topbar{background:var(--color-primary-deep);color:#ffffffd1;font-size:12px}.topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar__links{display:flex;align-items:center;gap:22px;white-space:nowrap}.topbar__accent{color:var(--color-accent);font-weight:700}.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 1px #0000000f}.main-header{border-bottom:1px solid var(--color-border);background:#fff}.main-header__inner{min-height:88px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:28px;padding:18px 0}.logo{display:flex;align-items:center;gap:14px}.logo__mark{width:46px;height:46px;display:grid;place-items:center;border-radius:var(--radius-md);background:var(--color-primary);color:#fff;font:800 24px/1 var(--font-display);box-shadow:inset 0 -2px #00000024}.logo__name{display:block;font:800 21px/1 var(--font-display);letter-spacing:0}.logo__sub{display:block;margin-top:6px;font:600 10px/1 var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted)}.search-form{display:flex;width:100%;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;padding:4px;box-shadow:var(--shadow-card)}.search-form:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px #3c5a9629}.search-form input{min-height:48px;min-width:0;flex:1;border:0;outline:0;padding:0 14px;color:var(--color-text)}.search-form button{min-height:48px}.header-actions{display:flex;align-items:center;gap:12px}.phone-card{display:flex;align-items:center;gap:11px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-warm);padding:9px 12px}.phone-card__icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary)}.phone-card strong{display:block;font-size:13px;color:var(--color-primary)}.phone-card span{display:block;margin-top:2px;font-size:11px;color:var(--color-muted)}.cart-button{gap:9px;background:var(--color-accent);color:var(--color-text)}.cart-count{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--color-primary-deep);color:var(--color-accent);font-size:11px}.category-nav{border-bottom:1px solid var(--color-border);background:#fff}.category-nav__inner{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow-x:auto}.category-nav__links{display:flex;align-items:center;gap:2px}.category-nav a{position:relative;display:flex;align-items:center;min-height:54px;padding:0 18px;border-radius:8px;font:600 14px/1 var(--font-display);color:var(--color-text-body);white-space:nowrap;transition:color .18s ease,background-color .18s ease}.category-nav a:hover{color:var(--color-primary);background-color:var(--color-bg-soft)}.category-nav__trust{display:flex;gap:14px;color:var(--color-success-dark);font-size:13px;font-weight:700;white-space:nowrap}.hero{overflow:hidden;background:#fff}.hero__grid{display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:58px;min-height:660px}.hero__copy{padding:72px 0}.eyebrow{display:inline-flex;align-items:center;gap:12px;font:700 12px/1 var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent-dark)}.hero h1{margin:22px 0 28px;font:800 clamp(48px,7.2vw,104px)/.93 var(--font-display);letter-spacing:0}.hero h1 em{display:block;color:var(--color-primary);font-weight:300}.hero p{max-width:560px;margin:0 0 28px;color:var(--color-text-body);font-size:19px;line-height:1.65}.hero strong{background:none;font-weight:700}.hero-search{max-width:580px;margin-bottom:14px}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;max-width:580px}.hero-tags a{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-bg-soft);padding:8px 13px;color:var(--color-text-body);font:600 12px/1 var(--font-mono)}.hero-tags a:hover{border-color:var(--color-primary);color:var(--color-primary)}.hero__visual{position:relative;min-height:660px;border-radius:16px;overflow:hidden;box-shadow:0 30px 80px -20px #1a2b4a40;background:var(--color-bg-soft)}.hero__visual img{width:100%;height:660px;object-fit:cover}.hero-callout{position:absolute;left:28px;right:28px;bottom:28px;border:1px solid rgba(255,255,255,.72);border-radius:var(--radius-xl);background:#fffffff0;padding:20px;box-shadow:var(--shadow-modal)}.hero-callout__meta{display:flex;align-items:center;gap:8px;margin-bottom:10px;font:700 11px/1 var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-success-dark)}.hero-callout h3{margin:0 0 12px;font:800 22px/1.15 var(--font-display)}.hero-callout__bottom{display:flex;align-items:end;justify-content:space-between;gap:18px;border-top:1px solid var(--color-border);padding-top:14px}.price{font:800 28px/1 var(--font-display);color:var(--color-text)}.trust-strip{background:var(--color-primary-deep);color:#fff}.trust-strip__grid{display:grid;grid-template-columns:repeat(6,1fr)}.trust-item{min-height:92px;display:flex;align-items:center;gap:12px;border-right:1px solid rgba(255,255,255,.1);padding:18px 14px}.trust-item:last-child{border-right:0}.trust-item__icon{color:var(--color-accent);font-weight:800;font-size:20px}.trust-item strong{display:block;font-size:13px}.trust-item span{display:block;margin-top:4px;color:#ffffff9e;font-size:11px}.section{padding:clamp(60px,9vw,108px) 0}.section--soft{background:var(--color-bg-soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px;border-bottom:1px solid var(--color-border);padding-bottom:22px}.section-head h2{margin:8px 0 0;font:800 clamp(28px,4vw,52px)/1 var(--font-display);letter-spacing:0}.section-head p{max-width:520px;margin:0;color:var(--color-text-body);line-height:1.6}.manufacturer-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.manufacturer-pill{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;padding:20px;box-shadow:var(--shadow-card)}.manufacturer-pill strong{display:block;font:800 21px/1 var(--font-display);color:var(--color-primary)}.manufacturer-pill span{display:block;margin-top:7px;color:var(--color-muted);font-size:13px}.focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.focus-card{min-height:310px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;padding:26px;box-shadow:var(--shadow-card);transition:transform .16s var(--ease-out),box-shadow .16s var(--ease-out),border-color .16s var(--ease-out)}.focus-card:hover{transform:translateY(-3px);border-color:var(--color-primary);box-shadow:var(--shadow-card-hover)}.focus-card__num{font:800 13px/1 var(--font-mono);color:var(--color-accent-dark);letter-spacing:.14em}.focus-card h3{margin:26px 0 10px;font:800 28px/1 var(--font-display)}.focus-card p{color:var(--color-text-body);line-height:1.62}.focus-card__meta{display:flex;justify-content:space-between;gap:10px;margin-top:28px;color:var(--color-muted);font-size:13px}.focus-card__media{display:flex;align-items:center;justify-content:center;height:160px;margin:0 0 18px;background:#eef0f2;border-radius:12px;overflow:hidden;padding:12px}.focus-card__media img{max-width:100%;max-height:100%;object-fit:contain}.focus-card--img{display:flex;flex-direction:column}.focus-card--img h3{margin:12px 0 8px;font-size:22px;line-height:1.1}.focus-card--img .focus-card__meta{margin-top:auto;padding-top:16px}@media(max-width:720px){.focus-card__media{height:140px}.focus-card--img h3{font-size:19px}}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-lg);background:#ffffff0f;padding:24px;color:#fff}.stat strong{display:block;font:800 clamp(34px,4vw,56px)/1 var(--font-display);color:var(--color-accent)}.stat span{display:block;margin-top:8px;color:#ffffffb8}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{display:grid;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-card);transition:transform .16s var(--ease-out),box-shadow .16s var(--ease-out),border-color .16s var(--ease-out)}.product-card:hover{transform:translateY(-3px);border-color:var(--color-primary);box-shadow:var(--shadow-card-hover)}.product-card__media{aspect-ratio:4 / 3;display:grid;place-items:center;background:#f8f7f4;padding:20px}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .18s var(--ease-out)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__body{display:grid;gap:12px;padding:16px}.badge{justify-self:start;border-radius:var(--radius-pill);background:var(--color-primary-light);color:var(--color-primary-dark);padding:5px 9px;font-size:11px;font-weight:800}.product-card h3{min-height:48px;margin:0;font:700 16px/1.35 var(--font-body);color:#111}.product-card__foot{display:flex;align-items:end;justify-content:space-between;gap:12px}.sku{font:600 12px/1 var(--font-mono);color:var(--color-muted)}.card-price{color:var(--color-primary);font:800 18px/1 var(--font-display);white-space:nowrap}.reviews-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:stretch}.trust-panel{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;padding:28px;box-shadow:var(--shadow-card)}.trust-panel h3{margin:0 0 12px;font:800 28px/1.1 var(--font-display)}.trust-panel p{color:var(--color-text-body);line-height:1.65}.site-footer{background:var(--color-primary-deep);color:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:44px;padding:58px 0}.site-footer h3,.site-footer h4{margin:0 0 16px;font-family:var(--font-display)}.site-footer p,.site-footer a{color:#ffffffb8;line-height:1.7}.footer-links{display:grid;gap:10px}.payment-icons{display:flex;flex-wrap:wrap;gap:8px}.payment-icons span{border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-sm);padding:7px 9px;color:#fff;font:700 11px/1 var(--font-mono)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;color:#ffffff94;font-size:12px}.template-section{padding:46px 0 78px}.ratgeber-hub__kopf{max-width:820px;margin-bottom:26px}.ratgeber-hub__kopf>p:last-child,.ratgeber-artikel__lead{color:var(--color-text-body);font-size:clamp(17px,2vw,21px);line-height:1.65}.ratgeber-hub__themen{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:34px}.ratgeber-hub__themen span{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:#fff;padding:8px 13px;color:var(--color-primary-dark);font-size:13px;font-weight:800}.ratgeber-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ratgeber-karte{display:grid;grid-template-columns:54px 1fr;gap:18px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;padding:25px;box-shadow:var(--shadow-card)}.ratgeber-karte__nr{color:var(--color-accent-dark);font:800 14px/1 var(--font-mono);letter-spacing:.08em}.ratgeber-karte__meta,.ratgeber-artikel__meta{color:var(--color-muted);font-size:13px}.ratgeber-karte h2{margin:8px 0 10px;font:800 25px/1.15 var(--font-display)}.ratgeber-karte h2 a{color:var(--color-text);text-decoration:none}.ratgeber-karte p{color:var(--color-text-body);line-height:1.6}.ratgeber-karte__link{color:var(--color-primary);font-weight:800}.ratgeber-artikel__container{max-width:900px}.ratgeber-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px;color:var(--color-muted);font-size:13px}.ratgeber-artikel__kopf{margin-bottom:32px}.ratgeber-artikel__bild{width:100%;height:auto;border-radius:var(--radius-lg);margin-bottom:32px}.ratgeber-artikel__inhalt{font-size:17px;line-height:1.76}.ratgeber-artikel__inhalt h2{margin:48px 0 15px;font:800 clamp(27px,4vw,38px)/1.12 var(--font-display)}.ratgeber-artikel__inhalt h3{margin:30px 0 10px;font:800 22px/1.2 var(--font-display)}.ratgeber-artikel__inhalt table{width:100%;border-collapse:collapse;margin:22px 0;font-size:15px}.ratgeber-artikel__inhalt th,.ratgeber-artikel__inhalt td{border-bottom:1px solid var(--color-border);padding:12px;text-align:left;vertical-align:top}.ratgeber-artikel__inhalt blockquote{margin:28px 0;border-left:4px solid var(--color-accent);background:var(--color-bg-soft);padding:18px 22px}.ratgeber-artikel__weiter,.collection-ratgeber{margin-top:48px;border-radius:var(--radius-lg);background:var(--color-primary-light);padding:clamp(24px,5vw,38px)}.ratgeber-artikel__weiter h2,.collection-ratgeber h2{margin:4px 0 10px;font:800 28px/1.15 var(--font-display)}.collection-ratgeber__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.collection-ratgeber__links a{border-radius:var(--radius-md);background:#fff;padding:16px;color:var(--color-primary-dark);font-weight:800;text-decoration:none}@media(max-width:720px){.ratgeber-grid,.ratgeber-karte,.collection-ratgeber__links{grid-template-columns:1fr}.ratgeber-artikel__inhalt{font-size:16px}.ratgeber-artikel__inhalt table{display:block;overflow-x:auto}}.page-title{margin:0 0 24px;font:800 clamp(34px,5vw,64px)/1 var(--font-display)}.collection-toolbar{display:flex;justify-content:space-between;gap:20px;margin-bottom:24px;color:var(--color-text-body)}.product-main{display:grid;grid-template-columns:.95fr 1.05fr;gap:46px;align-items:start}.product-gallery{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#f8f7f4;padding:28px;position:sticky;top:90px;align-self:start}.product-gallery img{width:100%;aspect-ratio:1 / 1;object-fit:contain}.product-info h1{margin:0 0 12px;font:800 clamp(32px,4vw,56px)/1.04 var(--font-display)}.product-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px}.product-meta__pill{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:var(--radius-pill);background:var(--color-primary-light);color:var(--color-primary-dark);font-size:12px;font-weight:800;line-height:1.2;text-decoration:none}.product-meta a.product-meta__pill:hover{background:var(--color-primary-light);color:var(--color-primary-dark)}.stock-badge{border-radius:var(--radius-pill);padding:7px 10px;font-size:12px;font-weight:800}.stock-badge--in{background:var(--color-success-light);color:var(--color-success-dark)}.stock-badge--out{background:#f8d7da;color:var(--color-danger)}.product-price{margin:24px 0;color:var(--color-primary);font:800 36px/1 var(--font-display)}.product-form{display:flex;flex-direction:column;gap:10px;width:min(100%,338px);margin-bottom:28px}.buy-box__row{display:grid;grid-template-columns:86px 1fr;gap:12px}.quantity-input{width:100%;min-height:50px;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:0 12px}.buy-box__row>.btn-primary,.product-form__express,.product-form__express .shopify-payment-button,.product-form__express shopify-accelerated-checkout,.product-wishlist{width:100%;min-height:50px;height:50px;border-radius:10px}.product-form__express .shopify-payment-button__button{width:100%!important;height:50px!important;min-height:50px!important;border-radius:10px!important}.product-form__express .shopify-payment-button__more-options{display:none!important}.description{color:var(--color-text-body);line-height:1.7;text-align:left}.description h2,.description h3{color:var(--color-text);font-family:var(--font-display)}.description h2.h2{color:var(--color-primary, #3C5A96);font-family:var(--font-display);font-size:18px;font-weight:600}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{border-bottom:1px solid var(--color-border);padding:16px 10px;text-align:left}.cart-table input{width:80px;min-height:44px;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:0 10px}.empty-state{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;padding:42px;text-align:center;box-shadow:var(--shadow-card)}.product-card__media img,.product-gallery img,.product-gallery__main img,.product-gallery__thumbs img{mix-blend-mode:multiply}:root{--color-text: #0B1322;--color-soft-sage: #7AA88A;--color-soft-sage-dark: #5C8270;--color-soft-sage-light: #E8F0EA}body{-webkit-font-smoothing:antialiased}.container{width:min(1320px,calc(100vw - 48px))}.site-header{position:relative;top:auto;box-shadow:none}.main-header{border-bottom:1px solid var(--color-border)}.main-header__inner{min-height:auto;grid-template-columns:auto minmax(280px,560px) auto;gap:32px;padding:22px 0}.logo__name{font:700 20px/1 var(--font-display);color:var(--color-text);letter-spacing:-.02em}.logo__sub{margin-top:5px;font-weight:500;letter-spacing:.16em}.logo__stripe{display:grid;grid-template-columns:repeat(3,105px);width:315px;max-width:100%;height:6px;margin-top:9px}.logo__stripe i:nth-child(1){background:var(--color-primary)}.logo__stripe i:nth-child(2){background:var(--color-accent)}.logo__stripe i:nth-child(3){background:var(--color-soft-sage)}.search-form{min-height:50px;border:1.5px solid var(--color-border-strong);border-radius:10px;box-shadow:none;padding:0;overflow:hidden}.search-form input{min-height:50px;font-size:14.5px;padding:0 16px}.search-form button{min-height:50px;border-radius:0;padding:0 24px;background:var(--color-primary);color:#fff}.account-card{display:flex;align-items:center;gap:12px;height:50px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg-warm);padding:8px 14px;transition:border-color .15s}.account-card:hover{border-color:var(--color-primary)}.account-card__icon{width:30px;height:30px;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);display:grid;place-items:center}.account-card svg,.cart-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.account-card strong{display:block;font-size:13px;color:var(--color-primary)}.account-card span span{display:block;margin-top:2px;font-size:11px;color:var(--color-muted)}.cart-button{min-height:50px;border-radius:8px;padding:0 18px;background:var(--color-accent);color:var(--color-text)}.category-nav{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.category-nav__inner{min-height:54px;overflow-x:hidden}.category-nav__links{flex-wrap:nowrap;gap:0;overflow-x:auto;min-width:0;flex:1 1 auto;scrollbar-width:none}.category-nav__links::-webkit-scrollbar{display:none}.category-nav a{min-height:54px;padding:0 16px;font-weight:500;letter-spacing:-.005em;flex:0 0 auto}.category-nav a:hover{color:var(--color-primary)}.category-nav__trust{color:var(--color-success-dark)}.hero .container{width:min(1320px,calc(100vw - 48px))}.hero__grid{grid-template-columns:1.15fr 1fr;gap:44px;min-height:auto;padding:40px 24px 52px}.hero__copy{padding:0}.eyebrow,.section-issue{display:flex;align-items:center;gap:14px;font:500 11.5px/1 var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent-dark)}.hero .eyebrow:after{content:"";width:200px;max-width:30vw;height:1px;background:linear-gradient(90deg,var(--color-accent),var(--color-border))}.hero h1{margin:18px 0 20px;font:700 54px/1.02 var(--font-display);letter-spacing:-.035em;color:var(--color-text)}.hero h1 span,.hero h1 em{display:block}.hero h1 em{width:max-content;max-width:100%;position:relative;color:var(--color-primary);font-style:italic;font-weight:300;font-size:.85em}.hero h1 em:after{content:"";position:absolute;left:-4px;right:-4px;bottom:8px;z-index:-1;height:13px;background:var(--color-accent)}.hero p{max-width:540px;margin-bottom:22px;font-size:16px;line-height:1.55;color:var(--color-text-body)}.hero-search{max-width:540px;margin-bottom:18px}.hero-search .search-form{height:62px;border-radius:14px;padding:8px;box-shadow:0 14px 40px #1a2b4a14}.hero-search .search-form input{min-height:44px;font-size:15.5px}.hero-search .search-form button{min-height:44px;border-radius:9px}.hero-tags{max-width:540px}.hero-tags a{padding:7px 13px;background:var(--color-bg-soft)}.hero__visual{display:grid;place-items:center;position:relative;min-height:410px;height:410px;border-radius:18px;background:linear-gradient(135deg,#f7f8fa,#e8f0ea)}.hero__product-plate{display:grid;place-items:center;width:100%;height:100%}.hero__product-plate img{width:auto;max-width:52%;max-height:52%;height:auto;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(20,30,55,.18))}.hero__product-plate svg{width:min(68%,440px);filter:drop-shadow(0 30px 60px rgba(20,30,55,.15))}.hero-callout{left:24px;right:24px;bottom:24px;border:0;border-radius:14px;background:#fff;padding:22px 24px}.hero-callout__meta b{margin-left:auto;color:var(--color-muted);font-weight:700}.hero-callout h3{font-size:22px;letter-spacing:-.02em}.hero-callout__specs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.hero-callout__specs span{font:500 11px/1 var(--font-mono);color:var(--color-primary);background:var(--color-primary-light);padding:5px 8px;border-radius:4px}.trust-strip__grid{grid-template-columns:repeat(4,1fr)}.trust-item{min-height:auto;padding:22px 20px}.section{padding:64px 0}.section-issue{margin-bottom:18px}.editorial-head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:48px;margin-bottom:32px;padding-bottom:18px;border-bottom:1px solid var(--color-border)}.editorial-head h2{margin:0;max-width:780px;font:700 40px/1.02 var(--font-display);letter-spacing:-.03em;color:var(--color-text)}.editorial-head h2 em{color:var(--color-primary);font-style:italic;font-weight:300}.editorial-info{text-align:right;font:500 12px/1.35 var(--font-mono);color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase}.editorial-info strong{display:block;margin-bottom:2px;font:700 26px/1 var(--font-display);color:var(--color-text);letter-spacing:-.02em;text-transform:none}.editorial-list{display:grid}.editorial-row{position:relative;display:grid;grid-template-columns:64px 1fr 1.2fr .9fr;gap:24px;align-items:center;padding:24px 0 24px 30px;border-bottom:1px solid var(--color-border);transition:background .25s var(--ease-out)}.editorial-row:hover{background:linear-gradient(90deg,var(--color-bg-soft),transparent)}.editorial-row__num{font:700 42px/1 var(--font-display);color:#cbd3df;letter-spacing:-.04em}.editorial-row__title strong{display:block;margin-bottom:6px;font:600 22px/1.15 var(--font-display);color:var(--color-text);letter-spacing:-.02em}.editorial-row__title small{font:500 11.5px/1.35 var(--font-mono);color:var(--color-muted);letter-spacing:.1em;text-transform:uppercase}.editorial-row__text{max-width:460px;color:var(--color-text-body);line-height:1.6}.editorial-row__action{text-align:right;font:500 11.5px/1.4 var(--font-mono);color:var(--color-muted);letter-spacing:.06em}.editorial-row__action b{display:block;margin-top:16px;color:var(--color-primary)}.product-grid{gap:22px}.product-card{border-radius:14px;box-shadow:none}.product-card__media{position:relative;aspect-ratio:1;background:var(--color-bg-soft);padding:26px;border-bottom:1px solid var(--color-border)}.product-card__media img{mix-blend-mode:normal}.product-card__ribbons{position:absolute;top:14px;left:14px;z-index:1}.product-card__ribbons span{display:inline-flex;border-radius:99px;padding:5px 8px;background:var(--color-accent);color:var(--color-text);font:700 10.5px/1 var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.product-card__num{position:absolute;top:14px;right:14px;z-index:1;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--color-accent-dark);font:800 20px/1 var(--font-display);letter-spacing:-.03em}.product-card__body{padding:18px;gap:10px}.product-card h3{min-height:38px;font:600 15px/1.3 var(--font-display);letter-spacing:-.01em;color:var(--color-text)}.product-card__foot{padding-top:12px;border-top:1px solid var(--color-border)}.card-price{color:var(--color-text);font-size:22px}.product-card__arrow{width:24px;height:24px;border-radius:6px;background:var(--color-primary-deep);color:#fff;display:grid;place-items:center;flex-shrink:0;font:700 14px/1 var(--font-body)}.b2b-box{position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,var(--color-primary-deep),#1F2C4D);color:#fff;padding:42px 44px}.b2b-box:before{content:"";position:absolute;top:0;right:0;width:6px;height:100%;background:linear-gradient(180deg,var(--color-primary),var(--color-accent),var(--color-success))}.b2b-box:after{content:"B2B";position:absolute;top:-30px;right:-20px;font:800 300px/1 var(--font-display);color:var(--color-accent);opacity:.06;letter-spacing:-.06em}.b2b-box__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.6fr 1fr;gap:48px;align-items:center}.b2b-box .eyebrow{color:var(--color-accent);margin-bottom:18px}.b2b-box h2{margin:0 0 16px;font:700 34px/1.05 var(--font-display);letter-spacing:-.025em}.b2b-box h2 em{color:var(--color-accent);font-style:italic;font-weight:300}.b2b-box p{max-width:520px;margin:0 0 32px;color:#ffffffc7;line-height:1.6}.b2b-box__ctas{display:flex;gap:12px;flex-wrap:wrap}.btn-outline-light{border:1.5px solid rgba(255,255,255,.32);color:#fff;background:transparent}.b2b-stats{display:grid;gap:10px}.b2b-stats div{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff0a;padding:18px 22px}.b2b-stats small{color:var(--color-accent);font:700 11px/1 var(--font-mono);letter-spacing:.14em}.b2b-stats span{color:#fff;font:600 15px/1 var(--font-display)}.b2b-stats strong{color:var(--color-accent);font:700 20px/1 var(--font-display)}.countband{position:relative;overflow:hidden;padding:50px 0;background:var(--color-soft-sage);color:#fff}.countband:before{content:"";position:absolute;left:0;top:0;width:100%;height:6px;background:linear-gradient(90deg,var(--color-primary) 33%,var(--color-accent) 33% 66%,var(--color-success) 66%)}.countband__grid{display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:center}.countband .eyebrow{color:var(--color-accent);margin-bottom:18px}.countband h2{margin:0;font:700 32px/1.05 var(--font-display);letter-spacing:-.03em}.countband h2 em{color:var(--color-accent);font-style:italic;font-weight:300}.countband__nums{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.countband__nums div{padding-left:16px;border-left:2px solid var(--color-accent)}.countband__nums strong{display:block;color:#fff;font:700 38px/1.05 var(--font-display);letter-spacing:-.035em}.countband__nums span{display:block;margin-top:10px;color:#ffffffb3;font-size:13px;line-height:1.4}.category-chips{padding:52px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.category-chips__head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:38px}.category-chips__head h2{margin:0;font:700 34px/1.05 var(--font-display);letter-spacing:-.02em}.category-chips__head h2 em{color:var(--color-primary);font-style:italic;font-weight:300}.category-chips__head a{border-bottom:1.5px solid var(--color-text);padding-bottom:4px;font:600 14px/1 var(--font-display)}.category-chips__list{display:flex;flex-wrap:wrap;gap:10px}.category-chips__list a{display:inline-flex;align-items:center;min-height:44px;border:1.5px solid var(--color-text);border-radius:99px;background:#fff;padding:10px 22px;font:600 15.5px/1 var(--font-display);color:var(--color-text);transition:background .15s,color .15s}.category-chips__list a:hover{background:var(--color-text);color:#fff}.reviews-head{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:end;margin-bottom:28px}.reviews-head h2{margin:0;max-width:720px;font:700 36px/1.05 var(--font-display);letter-spacing:-.03em}.reviews-head h2 em{color:var(--color-primary);font-style:italic;font-weight:300}.reviews-intro{grid-column:1 / -1;margin:6px 0 0;max-width:760px;font:400 16px/1.65 var(--font-display);color:var(--color-text-body)}.reviews-rating{text-align:right}.reviews-rating strong{display:block;font:700 46px/1 var(--font-display);letter-spacing:-.025em}.reviews-rating em{color:var(--color-accent-dark);font-style:normal}.stars{color:var(--color-accent);letter-spacing:3px}.reviews-rating .stars{display:block;margin:8px 0;font-size:18px}.reviews-rating small{font:500 11px/1.3 var(--font-mono);color:var(--color-muted);letter-spacing:.05em;text-transform:uppercase}.reviews-section .reviews-grid{grid-template-columns:1fr}.reviews-section .reviews-grid:not(:has(.review-card:nth-child(2))) .review-card{max-width:560px}.reviews-section .reviews-grid:has(.review-card:nth-child(2)){grid-template-columns:1.1fr .9fr}.reviews-section .reviews-grid:has(.review-card:nth-child(3)){grid-template-columns:1.4fr 1fr 1fr}.review-card{min-height:340px;display:flex;flex-direction:column;gap:16px;border:1px solid var(--color-border);border-radius:18px;background:#fff;padding:30px}.review-card--featured{background:var(--color-primary-deep);color:#fff;border-color:transparent}.review-card h3{margin:0;font:600 18px/1.3 var(--font-display);letter-spacing:-.012em}.review-card--featured h3{color:#fff;font-size:21px}.review-card p{margin:0;flex:1;color:var(--color-text-body);line-height:1.65}.review-card--featured p{color:#ffffffc7}.review-card small{padding-top:14px;border-top:1px solid var(--color-border);color:var(--color-muted);font:500 11px/1.4 var(--font-mono);letter-spacing:.04em}.review-card--featured small{border-color:#ffffff26;color:#ffffff8c}.reviews-cta{margin-top:22px;text-align:center}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px}.site-footer h4{color:var(--color-accent);font:700 11px/1 var(--font-mono);letter-spacing:.14em;text-transform:uppercase}.footer-brand h3{font-size:22px}.payment-icons--cards span{background:#fff;border-color:var(--color-border);border-radius:5px;color:var(--color-primary-deep);padding:7px 10px;box-shadow:0 1px 2px #0000000f}.cardlogo{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:30px;border:1px solid var(--color-border);border-radius:5px;background:#fff;color:var(--color-primary-deep);padding:4px 8px;font:800 10.5px/1 var(--font-mono);letter-spacing:.04em;box-shadow:0 1px 2px #0000000f}.cardlogo.cl-klarna{background:#ffa8cd;border-color:#ffa8cd;color:#0b051d}.cardlogo.cl-apple,.cardlogo.cl-gpay{background:#000;border-color:#000;color:#fff}.cardlogo.cl-pp{background:#ffc439;border-color:#ffc439;color:#003087}.cardlogo.cl-sepa{color:#10298e}@keyframes spFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spCountIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cartPulse{0%{transform:scale(1)}40%{transform:scale(1.18)}to{transform:scale(1)}}.topbar__inner{justify-content:center;position:relative}.topbar__shipping{display:inline-flex;align-items:center;justify-content:center;min-height:36px;text-align:center;color:#ffffffdb}.topbar__shipping .vl-dot{color:var(--color-accent);margin:0 5px}.topbar__links{position:absolute;right:0;top:50%;transform:translateY(-50%)}.logo__img{width:min(350px,48vw);height:auto;max-height:45px;object-fit:contain;object-position:left center}.logo__name,.logo__sub,.logo__stripe{display:none}.hero,.trust-strip,.editorial-row,.product-card,.b2b-box,.countband,.category-chips,.review-card{animation:spFadeUp .5s ease-out both}.product-card:nth-child(2),.review-card:nth-child(2),.editorial-row:nth-child(2){animation-delay:.05s}.product-card:nth-child(3),.review-card:nth-child(3),.editorial-row:nth-child(3){animation-delay:.1s}.product-card:nth-child(4),.editorial-row:nth-child(4){animation-delay:.15s}.countband__nums strong,.b2b-stats strong{animation:spCountIn .65s ease-out both}.cart-count:not(:empty){animation:cartPulse .35s ease-out}.product-card__media,.product-gallery{background:linear-gradient(180deg,#fff 0%,var(--color-bg-soft) 100%)}.product-card__media img,.product-gallery img,.product-gallery__main img,.product-gallery__thumbs img{mix-blend-mode:normal}.payment-icons--cards{gap:8px;margin-top:18px}.payment-icons--cards span,.payment-icons span.cardlogo{padding:4px 6px;min-width:48px;width:48px;height:30px}.cardlogo img{display:block;width:100%;height:100%;object-fit:contain}.cardlogo.cl-amex img,.cardlogo.cl-apple img{filter:brightness(0) invert(1)}.cardlogo.cl-gpay{background:#fff;border-color:#dadce0}.cardlogo.cl-apple{background:#000;border-color:#000}.cardlogo.cl-klarna{padding:0}.collection-v1{background:#fff}.cat-hero{padding:36px 0 24px;background:var(--color-bg-soft);border-bottom:1px solid var(--color-border)}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px;color:var(--color-muted);font:500 12px/1 var(--font-mono);letter-spacing:.04em;text-transform:uppercase}.breadcrumb a{color:var(--color-primary)}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .sep{color:var(--color-border-strong)}.breadcrumb--product{padding-top:26px;margin-bottom:6px}.breadcrumb--product>span:last-child{min-width:0;max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:720px){.breadcrumb--product{padding-top:18px}.breadcrumb--product>span:last-child{max-width:200px}}.cat-h1{margin:0 0 8px;font:700 42px/1.05 var(--font-display);color:var(--color-text)}.cat-meta{color:var(--color-muted);font:500 12px/1.4 var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.collection-v1__body{padding:32px 0 78px}.collection-toolbar--v1{border-bottom:1px solid var(--color-border);padding-bottom:18px;align-items:center}.collection-sort{display:inline-flex;align-items:center;gap:10px}.collection-sort label{font:500 11px/1 var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.collection-sort select{font:500 13.5px/1 var(--font-body);color:var(--color-text);background-color:#fff;border:1px solid var(--color-border);border-radius:9px;padding:9px 32px 9px 13px;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7A90' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 11px center;transition:border-color .15s}.collection-sort select:hover,.collection-sort select:focus{border-color:var(--color-primary);outline:none}.subfilters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}.sub-pill{display:inline-flex;align-items:center;gap:8px;min-height:42px;border:1.5px solid var(--color-border-strong);border-radius:99px;background:#fff;color:var(--color-text);padding:10px 16px;cursor:pointer;text-decoration:none;font:600 14px/1 var(--font-display);transition:background .15s,color .15s,border-color .15s,transform .15s}.sub-pill:hover{transform:translateY(-1px);border-color:var(--color-primary);color:var(--color-text)}.sub-pill.active:hover{color:#fff}.sub-pill.active{background:var(--color-text);border-color:var(--color-text);color:#fff}.sub-pill span{color:var(--color-muted);font:500 11px/1 var(--font-mono)}.sub-pill.active span{color:#ffffffad}.product-card[hidden]{display:none}@media(max-width:1100px){.container,.hero .container{width:min(1320px,calc(100vw - 32px))}.main-header__inner,.hero__grid,.b2b-box__grid,.countband__grid{grid-template-columns:1fr}.hero__grid{gap:32px;padding:36px 16px 48px}.hero h1{font-size:48px}.hero__visual{display:grid;height:380px;min-height:380px}.editorial-head,.reviews-head{grid-template-columns:1fr;gap:20px}.editorial-info,.reviews-rating{text-align:left}.editorial-row{grid-template-columns:48px 1fr}.editorial-row__text,.editorial-row__action{grid-column:1 / -1;text-align:left}.product-grid,.footer-grid,.countband__nums{grid-template-columns:repeat(2,1fr)}.reviews-section .reviews-grid{grid-template-columns:1fr}.topbar__links{display:none}}@media(max-width:720px){.main-header__inner{padding:14px 0}.header-actions{gap:8px}.account-card,.cart-button{flex:1;justify-content:center;min-height:48px;height:48px}.category-nav__inner{display:block}.category-nav__trust{display:none}.category-nav a{min-height:48px;padding:0 14px;font-size:13px}.hero h1{font-size:32px;line-height:1.06}.hero-search{display:none}.hero__visual{display:grid;min-height:280px;height:280px}.hero-callout{left:14px;right:14px;bottom:14px;padding:14px 16px}.hero-callout h3{font-size:16px}.hero-callout .price{font-size:22px}.trust-strip__grid{grid-template-columns:repeat(2,1fr)}.trust-item{min-height:auto;padding:10px 12px;border-bottom:0;font-size:12px}.editorial-head h2,.reviews-head h2{font-size:30px}.section{padding:48px 0}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card__body{padding:11px}.product-card h3{font-size:12.5px;min-height:auto}.card-price{font-size:16px}.b2b-box{padding:36px 24px}.b2b-box h2,.countband h2{font-size:30px}.b2b-box:after{font-size:160px}.category-chips__head{flex-direction:column;align-items:flex-start;gap:14px}.category-chips__head h2{font-size:24px}.category-chips__list a{font-size:13.5px}.footer-grid{grid-template-columns:1fr;gap:24px}.topbar__shipping{width:100%;font-size:11.5px}.top-prefix{display:none}.logo{justify-content:center}.logo__img{width:min(260px,78vw)}.cat-h1{font-size:30px}.sub-pill{min-height:44px;padding:10px 14px;font-size:13.5px}}.mnav-toggle,.mnav-backdrop,.mnav-panel{display:none}.sp-specbox{background:var(--color-bg-soft);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:12px;padding:18px 20px;margin:0 0 24px;text-align:left}.sp-specbox__h{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--color-muted);font:700 11px/1 var(--font-mono);letter-spacing:.1em;text-transform:uppercase}.sp-specbox__h svg{color:var(--color-accent-dark);flex:0 0 auto}.sp-specgrid{--cols-mobile: var(--cols, 4);display:flex;flex-wrap:wrap;gap:1px;margin:0;overflow:hidden;border:1px solid var(--color-border);border-radius:9px;background:var(--color-border)}.sp-specrow{flex:1 1 calc(100% / var(--cols-mobile) - 2px);min-width:130px;display:flex;flex-direction:column;gap:4px;background:#fff;padding:12px 15px}.sp-specrow dt{color:var(--color-muted);font:700 10.5px/1.25 var(--font-mono);letter-spacing:.04em;text-transform:uppercase}.sp-specrow dd{margin:0;color:var(--color-text);font:700 18px/1.15 var(--font-display)}.sp-geo{margin-top:24px;padding-top:20px;border-top:1px solid var(--color-border);text-align:left}.sp-geo h3.h2{margin:20px 0 8px;color:var(--color-primary-deep);font:700 18px/1.2 var(--font-display)}.sp-geo>h3.h2:first-child{margin-top:0}.sp-geo p{line-height:1.62}.sp-faq{margin:4px 0 0}.sp-faq dt{margin-top:15px;color:var(--color-primary-deep);font:700 15px/1.35 var(--font-display)}.sp-faq dd{margin:5px 0 0;color:var(--color-muted);line-height:1.55}.sp-steps{display:flex;flex-direction:column;gap:7px;margin:6px 0 0;padding-left:22px}.sp-steps li{line-height:1.5;padding-left:4px}.sp-steps li::marker{color:var(--color-primary);font-family:var(--font-display);font-weight:700}@media(max-width:1100px){.container,.hero .container{width:min(1320px,calc(100vw - 32px))}.topbar__links,.category-nav__trust{display:none}.main-header__inner{grid-template-columns:minmax(180px,auto) minmax(240px,1fr) auto;gap:18px;padding:18px 0}.logo__img{width:min(230px,30vw);max-height:42px}.search-form button{padding-inline:18px}.hero__grid,.b2b-box__grid,.countband__grid,.reviews-grid{grid-template-columns:1fr}.hero__grid{gap:32px;padding:36px 16px 48px}.hero h1{font-size:44px;line-height:1.04}.hero p{font-size:15.5px}.hero__visual{min-height:360px;height:360px}.trust-strip__grid,.manufacturer-strip__grid,.focus-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.editorial-head,.reviews-head,.category-chips__head{grid-template-columns:1fr;gap:18px;align-items:start}.editorial-info,.reviews-rating{text-align:left}.editorial-row{grid-template-columns:48px 1fr;gap:16px}.editorial-row__text,.editorial-row__action{grid-column:1 / -1;text-align:left}.product-grid,.footer-grid,.countband__nums{grid-template-columns:repeat(2,minmax(0,1fr))}.reviews-section .reviews-grid{grid-template-columns:1fr}.review-card{min-height:auto}}@media(max-width:820px){.template-section{padding:26px 0 56px}.product-main{grid-template-columns:1fr;gap:24px}.product-gallery{padding:16px;border-radius:12px;position:static;top:auto}.product-info h1{font-size:28px;line-height:1.08;letter-spacing:-.025em}.product-price{margin:18px 0;font-size:32px}.product-variants{margin:6px 0 0}.product-variants__select{max-width:none;min-height:48px;font-size:16px}.description{max-width:none;font-size:15.5px;line-height:1.68;text-align:left}}@media(max-width:720px){body.mnav-open{overflow:hidden}.container,.hero .container{width:min(100vw - 24px,1320px)}.topbar{font-size:11px}.topbar__inner{min-height:34px;justify-content:center;text-align:center}.topbar__shipping{min-height:34px;width:100%;font-size:11px;line-height:1.3}.top-prefix{display:none}.main-header__inner{grid-template-columns:1fr auto;grid-template-areas:"logo actions" "search search";gap:12px;padding:12px 0}.logo{grid-area:logo;justify-content:flex-start;min-width:0}.logo__img{width:min(178px,48vw);max-height:34px}.main-header .search-form{grid-area:search;width:100%;min-height:48px}.main-header .search-form input{min-height:48px;font-size:16px;padding-inline:12px}.main-header .search-form button{min-height:48px;padding-inline:14px;font-size:13px}.header-actions{grid-area:actions;justify-content:flex-end;gap:6px;min-width:0}.account-card,.cart-button,.mnav-toggle{width:46px;height:46px;min-width:46px;min-height:46px;flex:0 0 46px;padding:0;border-radius:9px}.account-card{background:#fff}.account-card>span:not(.account-card__icon),.cart-button>span:not(.cart-count){display:none}.account-card__icon{width:100%;height:100%;border-radius:9px;background:transparent}.cart-button{position:relative;background:var(--color-accent)}.cart-count{position:absolute;top:-7px;right:-7px;width:20px;height:20px;font-size:10px}.mnav-toggle{display:inline-flex;align-items:center;justify-content:center;order:-1;border:1.5px solid var(--color-border-strong);background:#fff;color:var(--color-text);cursor:pointer}.mnav-toggle svg,.mnav-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.category-nav{display:none}.mnav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:block;visibility:hidden;opacity:0;background:#0b132280;transition:opacity .25s,visibility .25s}.mnav-backdrop.open{visibility:visible;opacity:1}.mnav-panel{position:fixed;top:0;left:0;z-index:1201;display:flex;flex-direction:column;width:min(320px,86vw);height:100dvh;overflow-y:auto;background:#fff;box-shadow:none;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.mnav-panel.open{transform:none;box-shadow:8px 0 40px #0b132233}.mnav-panel__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--color-border)}.mnav-panel__head strong{font:700 15px/1 var(--font-display);color:var(--color-text)}.mnav-close{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:var(--color-bg-soft);color:var(--color-text)}.mnav-panel__links{display:flex;flex-direction:column;padding:8px 0}.mnav-flat{display:flex;align-items:center;min-height:50px;border-bottom:1px solid var(--color-bg-soft);padding:14px 22px;color:var(--color-text-body);font:600 15.5px/1.25 var(--font-display);text-decoration:none}.mnav-flat--all{color:var(--color-primary);font-weight:800}.mnav-group{border-bottom:1px solid var(--color-bg-soft)}.mnav-grouphead{display:flex;align-items:stretch}.mnav-grouphead>a{flex:1;display:flex;align-items:center;min-height:50px;padding:14px 8px 14px 22px;color:var(--color-text-body);font:600 15.5px/1.25 var(--font-display);text-decoration:none}.mnav-expand{flex:0 0 54px;display:grid;place-items:center;background:none;border:none;border-left:1px solid var(--color-bg-soft);color:var(--color-muted);cursor:pointer}.mnav-chev{width:20px;height:20px;transition:transform .2s}.mnav-group.open .mnav-chev{transform:rotate(90deg);color:var(--color-primary)}.mnav-sub{display:none;flex-direction:column;background:var(--color-bg-soft)}.mnav-group.open .mnav-sub{display:flex}.mnav-sub a{min-height:44px;display:flex;align-items:center;padding:11px 22px 11px 34px;color:var(--color-text-body);font:500 14px/1.3 var(--font-display);text-decoration:none;border-top:1px solid rgba(0,0,0,.04)}.mnav-sub a:active{color:var(--color-primary)}.hero__grid{gap:22px;padding:28px 0 38px}.hero .eyebrow{gap:10px;font-size:10px;line-height:1.35}.hero .eyebrow:after{max-width:56px}.hero h1{margin:14px 0 16px;font-size:28px;line-height:1.08;letter-spacing:-.025em}.hero h1 em:after{bottom:4px;height:8px}.hero p{margin-bottom:16px;font-size:15px;line-height:1.55}.hero-search{display:none}.hero-tags{flex-wrap:nowrap;max-width:none;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.hero-tags a{flex:0 0 auto;min-height:38px;padding:10px 12px;font-size:11px}.hero__visual{min-height:260px;height:260px;border-radius:14px}.hero__product-plate img{max-width:66%;max-height:54%}.hero-callout{left:10px;right:10px;bottom:10px;padding:12px;border-radius:12px}.hero-callout__meta{gap:6px;margin-bottom:8px;font-size:9.5px}.hero-callout h3{margin-bottom:8px;font-size:15px;line-height:1.2}.hero-callout__specs{gap:4px;margin-bottom:10px}.hero-callout__specs span{font-size:9.5px;padding:4px 6px}.hero-callout__bottom{gap:10px;padding-top:10px}.hero-callout .price{font-size:20px}.hero-callout .btn{min-height:42px;padding-inline:12px;font-size:12px}.section{padding:42px 0}.section-head{margin-bottom:24px;padding-bottom:16px}.section-head h2,.editorial-head h2,.reviews-head h2{font-size:26px;line-height:1.1}.section-head p{font-size:14.5px}.section-issue{margin-bottom:12px;font-size:10px;line-height:1.35}.trust-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-item{min-height:72px;padding:12px 10px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.trust-item strong{font-size:12px}.trust-item span{font-size:10.5px}.manufacturer-strip__grid,.focus-grid,.stats-grid,.footer-grid{grid-template-columns:1fr}.editorial-row{padding:18px 0 18px 24px}.editorial-row:before{top:16px;bottom:16px}.editorial-row__num{font-size:32px}.editorial-row__title strong{font-size:18px}.editorial-row__text{font-size:14.5px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:10px}.product-card__media{padding:16px}.product-card__ribbons{top:8px;left:8px}.product-card__ribbons span{padding:4px 6px;font-size:8.5px}.product-card__num{top:8px;right:8px;width:26px;height:26px;font-size:15px}.product-card__body{gap:8px;padding:10px}.product-card h3{min-height:0;font-size:12.5px;line-height:1.28}.product-card .sku{font-size:9.5px;line-height:1.25}.product-card__foot{gap:8px;padding-top:9px}.card-price{font-size:16px}.product-card__arrow{width:22px;height:22px;border-radius:5px;font-size:13px}.b2b-box{padding:28px 18px;border-radius:14px}.b2b-box h2,.countband h2{font-size:25px;line-height:1.1}.b2b-box p{margin-bottom:22px;font-size:14.5px}.b2b-box__ctas{display:grid;grid-template-columns:1fr}.b2b-stats div{grid-template-columns:1fr auto;gap:8px 14px;padding:14px 16px}.b2b-stats small{grid-column:1 / -1}.b2b-box:after{font-size:130px}.countband{padding:38px 0}.countband__grid{gap:28px}.countband__nums{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.countband__nums div{padding-left:12px}.countband__nums strong{font-size:30px}.countband__nums span{font-size:12px}.category-chips{padding:38px 0}.category-chips__head{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:22px}.category-chips__head h2{font-size:24px}.category-chips__list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.category-chips__list a{flex:0 0 auto;min-height:44px;padding:10px 16px;font-size:13.5px}.reviews-head{gap:14px;margin-bottom:20px}.reviews-rating strong{font-size:34px}.review-card,.ts-review{padding:18px;border-radius:12px}.ts-reviews{grid-template-columns:1fr;gap:12px}.cat-hero{padding:26px 0 20px}.cat-h1,.page-title{font-size:28px;line-height:1.08}.collection-v1__body{padding:24px 0 56px}.collection-toolbar{display:grid;gap:8px}.subfilters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.sub-pill{flex:0 0 auto;min-height:44px;padding:10px 14px;font-size:13px}.product-meta{gap:6px;margin-bottom:14px}.stock-badge,.badge,.product-meta__pill{font-size:11px;line-height:1.2}.sp-specbox{padding:15px 16px}.sp-specgrid{--cols-mobile: 2}.sp-specrow{min-width:calc(50% - 2px);padding:11px 13px}.sp-specrow dd{font-size:16.5px}.site-footer p,.site-footer a{font-size:14px}.payment-icons--cards span,.payment-icons span.cardlogo{width:46px;min-width:46px}}@media(max-width:390px){.container,.hero .container{width:min(100vw - 20px,1320px)}.logo__img{width:min(160px,44vw)}.account-card,.cart-button,.mnav-toggle{width:44px;height:44px;min-width:44px;min-height:44px;flex-basis:44px}.hero h1{font-size:26px}.hero__visual{min-height:246px;height:246px}.product-grid{grid-template-columns:1fr}.sp-specgrid{--cols-mobile: 1}.sp-specrow{min-width:100%}}.trust-item__icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:9px;flex-shrink:0;color:var(--color-accent)}.trust-item__icon svg{width:20px;height:20px}.focus-card{position:relative;overflow:hidden}.focus-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--color-accent);transform:scaleY(0);transform-origin:top;transition:transform .28s var(--ease-out,ease)}.focus-card:hover:before{transform:scaleY(1)}.focus-card:hover h3{color:var(--color-primary)}.focus-card .ansehen,.focus-card a[href]{transition:transform .2s ease,color .2s ease}.focus-card:hover .ansehen,.focus-card:hover a[href]{transform:translate(4px)}.product-gallery img,.product-gallery__main img{aspect-ratio:auto;max-height:480px;width:100%;height:auto;object-fit:contain}@media(max-width:720px){.logo__img{width:148px!important;max-height:32px}.logo{justify-content:flex-start!important}.category-nav__inner{display:block}.category-nav__links{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:2px}.category-nav__links::-webkit-scrollbar{display:none}.category-nav a{white-space:nowrap;flex:0 0 auto}.trust-item__icon{width:32px;height:32px}.trust-item__icon svg{width:17px;height:17px}.product-card h3{font-size:13px;line-height:1.3}.product-card .sku{font-size:10px}.product-gallery{padding:16px}.product-gallery img,.product-gallery__main img{max-height:320px}}@media(max-width:720px){.hero-tags{max-width:100%;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.hero-tags::-webkit-scrollbar{display:none}.hero-tags a{flex:0 0 auto;white-space:nowrap}.hero .eyebrow{white-space:normal;overflow-wrap:anywhere}}.product-card__media,.product-gallery,.product-gallery__main{background:#eef0f2!important}@media(max-width:720px){.hero__copy,.hero__grid>*,.hero__inner>*{min-width:0}.hero-tags{width:100%;min-width:0;max-width:100%}}@media(max-width:720px){.logo__img{width:160px!important;max-height:30px}.search-form input{font-size:12px}.search-form input::placeholder{font-size:12px}}@media(max-width:720px){.logo__img{width:180px!important;max-height:52px;object-position:left center}}.cart-item{display:flex;align-items:center;gap:14px}.cart-item__img{width:64px;height:64px;object-fit:contain;background:#eef0f2;border:1px solid var(--color-border);border-radius:8px;padding:6px;flex-shrink:0}.cart-item__info{display:flex;flex-direction:column;gap:3px}.cart-item__info a{font-weight:600;color:var(--color-text)}.cart-item__info a.cart-item__remove{margin-top:3px;font:500 11.5px/1 var(--font-mono);font-weight:500;color:var(--color-muted);letter-spacing:.03em;width:max-content;transition:color .15s}.cart-item__info a.cart-item__remove:hover{color:var(--color-danger,#C0392B);text-decoration:underline}@media(max-width:720px){.cart-item__img{width:48px;height:48px}}@media(max-width:600px){.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table thead{display:none}.cart-table tr{border-bottom:1px solid var(--color-border);padding:14px 0}.cart-table td{border:none;padding:5px 0}.cart-table td:nth-child(2),.cart-table td:nth-child(3){display:inline-flex;align-items:center;gap:8px;width:auto;vertical-align:middle}.cart-table td:nth-child(2):before{content:"Menge:";color:var(--color-muted);font:600 13px/1 var(--font-display)}.cart-table td:nth-child(3){margin-left:18px;font-weight:700}.cart-table td:nth-child(3):before{content:"Summe:";color:var(--color-muted);font:600 13px/1 var(--font-display)}.cart-table input{width:64px}.cart-item__info a{word-break:break-word}}.product-gallery__main{aspect-ratio:1 / 1;display:grid;place-items:center;min-width:0;overflow:hidden}.product-gallery__main .pg-main-img{display:block;width:100%;height:100%;max-width:100%;max-height:none;aspect-ratio:auto;object-fit:contain;object-position:center}.product-gallery__thumb{display:grid;place-items:center;overflow:hidden}.product-gallery__thumb img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;aspect-ratio:auto;object-fit:contain;object-position:center}.editorial-row:before{content:"";position:absolute;left:8px;top:22px;bottom:22px;width:3px;border-radius:3px;background:var(--color-accent);transform:scaleY(0);transform-origin:center;transition:transform .28s var(--ease-out,ease)}.editorial-row:hover:before{transform:scaleY(1)}.editorial-row__num{transition:color .26s}.editorial-row:hover .editorial-row__num{color:var(--color-primary)}.editorial-row__title strong{transition:color .2s}.editorial-row:hover .editorial-row__title strong{color:var(--color-primary)}.editorial-row__action b{transition:transform .2s}.editorial-row:hover .editorial-row__action b{transform:translate(6px)}.page-rte{max-width:820px;line-height:1.7;color:var(--color-text-body);font-size:15.5px}.page-rte h2,.page-rte h3{color:var(--color-text);margin:1.6em 0 .5em;font-family:var(--font-display)}.page-rte h3{font-size:19px}.page-rte p{margin:0 0 1em}.page-rte ul,.page-rte ol{margin:0 0 1em;padding-left:1.4em}.page-rte li{margin:.3em 0}.page-rte a{color:var(--color-primary);text-decoration:underline}.page-rte table{width:100%;border-collapse:collapse;margin:1.2em 0;font-size:14.5px}.page-rte th,.page-rte td{border:1px solid var(--color-border);padding:10px 12px;text-align:left;vertical-align:top}.page-rte th{background:var(--color-bg-soft);font-weight:700;font-family:var(--font-display);color:var(--color-text)}.page-rte tr:nth-child(2n) td{background:#fafbfc}@media(max-width:720px){.page-rte{font-size:14.5px}.page-rte table{font-size:12px;display:block;overflow-x:auto}.page-rte th,.page-rte td{padding:7px 9px;white-space:nowrap}}.product-gallery__main img{width:100%;max-height:480px;object-fit:contain}.product-gallery__thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.product-gallery__thumb{width:64px;height:64px;border:1.5px solid var(--color-border);border-radius:8px;background:#eef0f2;padding:5px;cursor:pointer;flex:0 0 auto;transition:border-color .15s}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--color-primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}@media(max-width:720px){.product-gallery__thumbs{gap:8px}.product-gallery__thumb{width:52px;height:52px}.product-gallery__main img{max-height:none;aspect-ratio:1;width:100%;height:auto;object-fit:contain;object-position:center center}}.product-card__ribbons .ribbon--sale{background:var(--color-danger,#C0392B);color:#fff}.product-card__tags{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.product-card__ribbon{display:inline-flex;align-items:center;background:var(--color-accent);color:var(--color-primary-deep);font-weight:800;font-size:10.5px;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:var(--radius-pill)}.product-card__ribbon.ribbon--sale{background:var(--color-danger,#C0392B);color:#fff}.product-card__rank{font:800 15px/1 var(--font-mono);color:var(--color-border-strong,#C5CDD6)}.product-card__media .product-card__ribbons,.product-card__media .product-card__num{display:none}.trust-strip .trust-item__icon{display:inline-flex!important;align-items:center;justify-content:center}.sp-toast{position:fixed;right:20px;bottom:20px;z-index:9999;display:flex;align-items:center;gap:12px;background:var(--color-primary-deep,#141E37);color:#fff;padding:14px 18px;border-radius:12px;box-shadow:0 12px 36px #00000047;font-size:14.5px;font-weight:600;transform:translateY(20px);opacity:0;transition:transform .3s ease,opacity .3s;max-width:calc(100vw - 40px)}.sp-toast--show{transform:translateY(0);opacity:1}.sp-toast svg{color:var(--color-success,#78AA64);flex-shrink:0}.sp-toast a{color:var(--color-accent,#F0B950);text-decoration:none;font-weight:700;white-space:nowrap}@media(max-width:720px){.sp-toast{left:14px;right:14px;bottom:14px;justify-content:center}}.product-card__media{background:transparent}.product-card__media img{mix-blend-mode:multiply}.focus-card__media{background:transparent;padding:8px}.focus-card__media img{mix-blend-mode:multiply}.b2b-request{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;margin-top:18px;align-items:start}.b2b-request__intro p{line-height:1.7;color:var(--color-text-body)}.b2b-request__benefits{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}.b2b-request__benefits li{position:relative;padding-left:26px;color:var(--color-text)}.b2b-request__benefits li:before{content:"\e2\9c\93";position:absolute;left:0;color:var(--color-success,#78AA64);font-weight:800}.b2b-form{background:#fff;border:1px solid var(--color-border);border-radius:16px;padding:26px;display:grid;gap:14px;box-shadow:var(--shadow-card)}.b2b-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.b2b-form label,.b2b-form__full{display:grid;gap:6px;font:600 12.5px/1.3 var(--font-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--color-muted)}.b2b-form input,.b2b-form textarea{font:400 15px/1.4 var(--font-body);text-transform:none;letter-spacing:0;color:var(--color-text);background:#fff;border:1.5px solid var(--color-border-strong,#C5CDD6);border-radius:9px;padding:11px 13px;width:100%}.b2b-form input:focus,.b2b-form textarea:focus{outline:none;border-color:var(--color-primary)}.b2b-form__note{font-size:12px;color:var(--color-muted);text-transform:none;letter-spacing:0}.b2b-form__note a{color:var(--color-primary)}.b2b-form__success{background:#eaf5e6;border:1px solid #78AA64;color:#2e5526;padding:14px 16px;border-radius:10px}.b2b-form__error{background:#fbeaea;border:1px solid #C0392B;color:#8a2017;padding:14px 16px;border-radius:10px}@media(max-width:820px){.b2b-request{grid-template-columns:1fr;gap:24px}.b2b-form__row{grid-template-columns:1fr}}.ts-widget-fallback{text-align:center;padding:28px 16px;color:var(--color-text-body);line-height:1.6}.ts-widget-fallback strong{color:var(--color-text);font:800 22px/1 var(--font-display)}.ts-widget-fallback span{color:var(--color-muted);font-size:13.5px}.hero__product-plate img{mix-blend-mode:multiply;filter:none}.hero__visual{display:flex;flex-direction:column;height:auto;min-height:0;padding:22px;gap:16px}.hero__product-plate{flex:1 1 auto;min-height:280px;text-decoration:none}.hero__product-plate img{max-width:82%;max-height:300px}.hero-callout{position:static;inset:auto}@media(max-width:720px){.hero__product-plate{min-height:190px}.hero__product-plate img{max-width:72%;max-height:190px}}.container--narrow{max-width:760px}.widerruf__intro{line-height:1.7;color:var(--color-text-body);margin-bottom:22px}.widerruf__intro a{color:var(--color-primary);text-decoration:underline}.widerruf-form{background:#fff;border:1px solid var(--color-border);border-radius:16px;padding:26px;display:grid;gap:14px;box-shadow:var(--shadow-card)}.widerruf-form__hint{font-size:12.5px;color:var(--color-muted);margin:0}.widerruf-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.widerruf-form label,.widerruf-form__full{display:grid;gap:6px;font:600 12.5px/1.3 var(--font-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--color-muted)}.widerruf-form input,.widerruf-form textarea{font:400 15px/1.4 var(--font-body);text-transform:none;letter-spacing:0;color:var(--color-text);background:#fff;border:1.5px solid var(--color-border-strong,#C5CDD6);border-radius:9px;padding:11px 13px;width:100%}.widerruf-form input:focus,.widerruf-form textarea:focus{outline:none;border-color:var(--color-primary)}.btn-widerruf{background:#c0392b;color:#fff;font-weight:800;border:0;padding:13px 22px;border-radius:10px;cursor:pointer;width:max-content}.btn-widerruf:hover{background:#a5322578;background:#9e2c20}.widerruf-form__success{background:#eaf5e6;border:1px solid #78AA64;border-radius:10px;padding:18px 20px;display:grid;gap:6px}.widerruf-form__success strong{color:#2e5526;font-size:17px}.widerruf-form__success span{color:var(--color-text-body);line-height:1.6}.widerruf-form__error{background:#fbeaea;border:1px solid #C0392B;color:#8a2017;padding:14px 16px;border-radius:10px}.footer-widerruf-btn{display:inline-flex;align-items:center;gap:8px;margin-top:12px;background:var(--color-accent,#F0B950);color:var(--color-primary-deep,#141E37);font-weight:800;font-size:13px;padding:10px 16px;border-radius:9px;text-decoration:none}.footer-widerruf-btn:hover{background:#e0a93e}@media(max-width:820px){.widerruf-form__row{grid-template-columns:1fr}}.badge--vendor{text-decoration:none;transition:background .15s,color .15s}.badge--vendor:hover{background:var(--color-primary);color:#fff}.hersteller-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:8px}.hersteller-card{display:flex;flex-direction:column;gap:8px;padding:22px;border:1px solid var(--color-border);border-radius:14px;background:#fff;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s}.hersteller-card:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 14px 30px #00000012}.hersteller-card__name{font:700 20px/1.1 var(--font-display);color:var(--color-text);letter-spacing:-.01em}.hersteller-card__desc{font:400 14px/1.5 var(--font-display);color:var(--color-text-body);flex:1}.hersteller-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px;font:600 12px/1 var(--font-mono);color:var(--color-muted)}.hersteller-card__meta b{color:var(--color-primary);font-family:var(--font-display);font-size:13px}.hersteller-note{margin-top:18px;font:400 12px/1.5 var(--font-display);color:var(--color-muted)}.product-form__express{margin-top:10px}.product-form__express .shopify-payment-button__button{border-radius:10px}.category-nav__all{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:0 18px;min-height:54px;font:700 14px/1 var(--font-display);color:var(--color-text);background:var(--color-bg-soft);border-right:1px solid var(--color-border);white-space:nowrap;transition:color .18s ease}.category-nav__all:hover{color:var(--color-primary)}.catnav-item{position:relative;flex:0 0 auto}.catnav-link{display:flex;align-items:center;gap:5px;min-height:54px;padding:0 16px;font:500 14px/1 var(--font-display);color:var(--color-text-body);white-space:nowrap}.catnav-link:hover{color:var(--color-primary)}.catnav-caret{opacity:.5;transition:transform .2s}.catnav-flyout{display:none}@media(min-width:901px){.category-nav__inner,.category-nav__links{overflow:visible}.catnav-flyout{display:block;position:absolute;top:100%;left:0;z-index:200;width:330px;background:#fff;border:1px solid var(--color-border);border-radius:0 0 12px 12px;box-shadow:0 16px 40px #0000001f;padding:14px;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .16s,transform .16s,visibility .16s;pointer-events:none}.catnav-item.has-flyout:hover .catnav-flyout{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.catnav-item.has-flyout:hover .catnav-caret{transform:rotate(180deg)}.catnav-flyout__grid{display:grid;grid-template-columns:1fr;gap:2px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--color-bg-soft)}.catnav-flyout__grid a{display:block;min-height:0;padding:7px 9px;border-radius:7px;font:500 13px/1.2 var(--font-display);color:var(--color-text-body);white-space:nowrap;transition:color .18s ease}.catnav-flyout__grid a{justify-self:start;text-align:left}.catnav-flyout__grid a:hover{background:var(--color-bg-soft);color:var(--color-primary)}.catnav-flyout__label{display:block;font:700 11px/1 var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);padding:0 4px 9px}.catnav-flyout__products{display:flex;flex-direction:column;gap:1px}.catnav-prod{display:flex;align-items:center;gap:10px;padding:6px;border-radius:8px;text-decoration:none}.catnav-prod:hover{background:var(--color-bg-soft)}.catnav-prod__img{flex:0 0 40px;width:40px;height:40px;object-fit:contain;background:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:6px;padding:3px}.catnav-prod__name{flex:1;min-width:0;font:500 12.5px/1.3 var(--font-display);color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catnav-prod__price{font:700 12.5px/1 var(--font-display);color:var(--color-primary);white-space:nowrap}.catnav-flyout__all{display:block;margin-top:10px;padding-top:10px;border-top:1px solid var(--color-border);font:600 13px/1 var(--font-display);color:var(--color-primary);text-decoration:none;text-align:left}.catnav-flyout__all:hover{background:var(--color-bg-soft)}}.price-unit{margin:2px 0 0;font:400 13px/1.4 var(--font-display);color:var(--color-muted)}.price-tax-note{margin:6px 0 0;font:400 13px/1.4 var(--font-display);color:var(--color-muted)}.price-tax-note a{color:var(--color-muted);text-decoration:underline}.price-tax-note a:hover{color:var(--color-primary)}.cart-tax-note{margin:10px 0 0;text-align:right;font:400 13px/1.4 var(--font-display);color:var(--color-muted)}.cart-tax-note a{color:var(--color-muted);text-decoration:underline}.cart-tax-note a:hover{color:var(--color-primary)}.hersteller-card__previews{display:flex;gap:6px;margin-bottom:12px}.hersteller-card__previews img{width:calc(33.333% - 4px);aspect-ratio:1;object-fit:contain;background:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:8px;padding:5px}.catlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:18px;margin-top:8px}.catlist-card__head{display:flex;align-items:center;gap:14px;padding:16px;text-decoration:none}.catlist-card__titles strong{font-family:var(--font-display);letter-spacing:-.01em}.catlist-card__titles small{font:600 12px/1 var(--font-mono);color:var(--color-muted)}.catlist-hersteller{margin-top:26px;font:500 14px/1.5 var(--font-display);color:var(--color-text-body)}.catlist-hersteller a{color:var(--color-primary);text-decoration:none;font-weight:700}.widerruf__notice{display:flex;flex-direction:column;gap:6px;background:var(--color-bg-soft);border-left:4px solid var(--color-accent,#F0B950);border-radius:10px;padding:16px 18px;margin-bottom:18px}.widerruf__notice strong{font:700 16px/1.2 var(--font-display);color:var(--color-text)}.widerruf__notice span{font:400 14px/1.55 var(--font-display);color:var(--color-text-body)}.search-form{position:relative}.predictive-search{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:400;background:#fff;border:1px solid var(--color-border);border-radius:12px;box-shadow:0 16px 44px #00000029;overflow:hidden;max-height:72vh;overflow-y:auto}.ps-item{display:flex;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;border-bottom:1px solid var(--color-bg-soft)}.ps-item:last-of-type{border-bottom:0}.ps-item:hover{background:var(--color-bg-soft)}.ps-item__img{flex:0 0 48px;width:48px;height:48px;object-fit:contain;background:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:8px;padding:3px}.ps-item__txt{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.ps-item__title{font:600 14px/1.3 var(--font-display);color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-item__sku{font:500 11.5px/1 var(--font-mono);color:var(--color-muted)}.ps-item__price{font:700 14px/1 var(--font-display);color:var(--color-primary);white-space:nowrap}.ps-all{display:block;padding:12px 14px;text-align:center;font:600 13px/1 var(--font-display);color:var(--color-primary);text-decoration:none;border-top:1px solid var(--color-border)}.ps-all:hover{background:var(--color-bg-soft)}.ps-empty{padding:18px 14px;text-align:center;color:var(--color-muted);font:500 14px/1.4 var(--font-display)}.predictive-search--fixed{position:fixed!important;z-index:9999!important;right:auto!important}.editorial-head h2 em,.b2b-box h2 em,.countband h2 em,.category-chips__head h2 em,.reviews-head h2 em,.hero h1 em{font-style:normal;font-weight:inherit}.editorial-head h2,.reviews-head h2,.b2b-box h2,.category-chips__head h2,.countband h2{font-size:30px}@media(max-width:860px){.page-rte [style*="48%"]{width:100%!important;display:block!important;padding-left:0!important;padding-right:0!important;margin-bottom:8px}.page-rte [style*="60px"]{padding-left:0!important;padding-right:0!important}.page-rte h2[style*=background],.page-rte h3[style*=background]{background-size:contain!important;font-size:17px!important;padding:0 8px}.page-rte img{max-width:100%;height:auto}}.footer-grid--3{grid-template-columns:1.5fr 1fr 1fr}.footer-bottom--stacked{text-align:center;padding:22px 0 28px}.footer-legal-row{display:flex;justify-content:center;flex-wrap:wrap;gap:28px;margin-bottom:14px}.footer-legal-row a{color:#ffffffd1;text-decoration:none;font-size:14px;font-weight:600}.footer-legal-row a:hover{color:#fff;text-decoration:underline}.footer-mwst{display:block;font-size:13px;line-height:1.6;color:#ffffff94}.footer-mwst a{color:var(--color-accent);text-decoration:underline}.footer-copy{display:block;margin-top:8px;font-size:13px;color:#ffffffb3}.footer-copy a{color:#ffffff94;text-decoration:underline}.site-footer .footer-widerruf-btn{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;text-align:center;margin-top:14px}@media(max-width:900px){.footer-grid--3{grid-template-columns:1fr 1fr}}@media(max-width:620px){.footer-grid--3{grid-template-columns:1fr}.footer-legal-row{gap:16px 20px}.site-footer .footer-widerruf-btn{width:100%}}.product-info h1{font-size:24px;line-height:1.22;letter-spacing:-.015em}.product-delivery-note{margin:3px 0 18px;font:500 13px/1.4 var(--font-display)}.product-delivery-note a{color:var(--color-text-body);text-decoration:underline;text-underline-offset:2px}.product-delivery-note a:hover{color:var(--color-primary)}.product-wishlist{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--color-border-strong);background:#fff;color:var(--color-text-body);font:600 13px/1 var(--font-display);letter-spacing:.035em;text-transform:uppercase;cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}.product-wishlist:hover{border-color:var(--color-primary);color:var(--color-primary)}.product-wishlist.is-active{border-color:var(--color-primary);background:var(--color-primary-light);color:var(--color-primary-dark)}.product-wishlist__icon{font-size:24px;line-height:1}@media(max-width:820px){.product-info h1{font-size:22px;line-height:1.24}}.product-delivery-note{display:grid;gap:3px;margin:10px 0 20px}.price-tax-note{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.product-dhl-mark{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:20px;border-radius:2px;background:#fc0;color:#d40511;font:900 italic 13px/1 Arial,sans-serif;letter-spacing:-.04em}.product-delivery-abroad{width:fit-content;font:500 13px/1.4 var(--font-display);text-decoration:underline;text-underline-offset:2px}.buy-box__row>.btn-primary{background:var(--color-cart-green);color:var(--color-text);font-weight:700;box-shadow:none}.buy-box__row>.btn-primary:hover{background:var(--color-cart-green-hover);color:var(--color-text)}.buy-box__row>.btn-primary:disabled{background:#9ba7a2;cursor:not-allowed}.product-form__express{margin-top:0}.product-form__express shopify-accelerated-checkout{--shopify-accelerated-checkout-button-block-size: 50px}@media(max-width:390px){.buy-box__row{grid-template-columns:70px 1fr}}.product-grid{align-items:stretch}.product-card{display:flex;flex-direction:column;align-self:stretch;height:100%;min-width:0}.product-card__media{flex:0 0 auto;width:100%;height:auto;min-height:0;overflow:hidden}.product-card__media img{min-width:0;min-height:0;max-width:100%;max-height:100%}.product-card__body{display:flex;flex:1 1 auto;flex-direction:column}.product-card h3{display:-webkit-box;min-height:calc(3em * 1.3);overflow:hidden;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-card__foot{margin-top:auto}.product-delivery-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;min-height:22px;color:var(--color-text);font:600 14px/1.35 var(--font-body)}.product-delivery-label{font-weight:700}.product-delivery-value:empty{display:none}.product-stock-note{margin:6px 0 0;padding:8px 11px;border-left:3px solid #ea580c;background:#fff7ed;color:var(--color-text);font:400 13.5px/1.45 var(--font-body);border-radius:0 6px 6px 0}.product-stock-note[hidden]{display:none}.product-delivery-value.is-green{color:#15803d}.product-delivery-value.is-orange{color:#ea580c}.product-delivery-value.is-red{color:#dc2626}.product-delivery-value:is(.is-green,.is-orange,.is-red):before{content:"\25cf\25cf\25cf";margin-right:.4em;letter-spacing:.08em}:root{--color-cart-green: var(--color-accent);--color-cart-green-hover: var(--color-accent-dark);--color-cart-green-text: var(--color-primary)}.cart-button,.buy-box__row>.btn-primary{background:var(--color-cart-green);color:var(--color-text);font-weight:800}.cart-button:hover,.buy-box__row>.btn-primary:hover{background:var(--color-cart-green-hover);color:var(--color-text)}.cart-button .cart-count{background:#0b1322;color:#fff}.product-card__foot{display:grid;grid-template-columns:auto 28px minmax(0,1fr) 24px;align-items:center;gap:8px}.product-card .card-price{font-size:19px}.product-card__wishlist{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:var(--color-primary-deep);font:700 24px/1 var(--font-body);cursor:pointer;transition:color .16s ease,background-color .16s ease,transform .16s ease}.product-card__wishlist:hover,.product-card__wishlist:focus-visible{color:var(--color-primary);background:var(--color-primary-light);outline:none;transform:scale(1.08)}.product-card__wishlist.is-active{color:var(--color-danger, #C0392B)}.product-card__delivery{min-width:0;color:var(--color-muted);font:600 13px/1.25 var(--font-body);text-align:center;overflow-wrap:anywhere}.product-card__delivery.is-green{color:#15803d}.product-card__delivery.is-orange{color:#ea580c}.product-card__delivery.is-red{color:#dc2626}.product-card__arrow{background:var(--color-cart-green);color:var(--color-text)}.product-card:hover .product-card__arrow{background:var(--color-cart-green-hover)}@media(max-width:820px){.product-card__foot{grid-template-columns:auto 24px minmax(0,1fr) 20px;gap:6px}.product-card .card-price{font-size:15px}.product-card__wishlist{width:24px;height:24px;font-size:21px}.product-card__delivery{font-size:11px}.product-card__arrow{width:20px;height:20px;border-radius:5px;font-size:12px}}.product-form>.product-variants{grid-column:1 / -1;width:100%;min-width:0}.product-short-description{margin:20px 0 18px;padding:14px 16px;border:1px solid var(--color-border, #E1E6EF);border-left:4px solid var(--color-cart-green);border-radius:8px;background:var(--color-bg-soft, #F7F9FC);color:var(--color-text, #1A2332);font-size:16px;line-height:1.55}.product-short-description>:first-child{margin-top:0}.product-short-description>:last-child{margin-bottom:0}.product-short-description a{color:var(--color-cart-green-text);font-weight:600;text-decoration-thickness:1px;text-underline-offset:2px}@media(max-width:989px){.product-short-description{margin:18px 0 16px;padding:13px 15px}}@media(max-width:749px){.product-short-description{margin:16px 0 15px;padding:12px 13px;border-left-width:3px;border-radius:7px;font-size:15px;line-height:1.5}}.description a[href*=".pdf" i]:not([href*=Hersteller_]){font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.description a[href*=".pdf" i]:not([href*=Hersteller_]):before{content:"PDF";display:inline-flex;align-items:center;justify-content:center;min-width:2.65em;height:1.75em;margin-right:.45em;padding:0 .35em;border-radius:3px;background:#c62828;color:#fff;font:800 .62em/1 var(--font-mono);letter-spacing:.04em;text-decoration:none;vertical-align:.12em}.collection-v1 .cat-h1{font-family:var(--font-display);font-size:18px;font-weight:600;line-height:1.35;letter-spacing:0;color:var(--color-primary, #3C5A96)}.page-title{font:600 18px/1.35 var(--font-display);letter-spacing:0;color:var(--color-primary,#3C5A96);margin:0 0 20px}.product-main{grid-template-columns:1.12fr .88fr;gap:40px}.product-gallery{padding:18px}.product-gallery img,.product-gallery__main img,.product-gallery__main .pg-main-img{max-height:none}.product-gallery__thumb{width:78px;height:78px}.product-gallery__main{position:relative}.pg-zoomhint{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:20px;background:#fffffff0;border:1px solid var(--color-border, #E1E6EF);color:var(--color-text-body, #3D4F63);font:600 12.5px/1 var(--font-display);pointer-events:none;transition:background-color .18s ease,color .18s ease}.product-gallery__main:hover .pg-zoomhint{background:var(--color-primary, #3C5A96);color:#fff;border-color:var(--color-primary, #3C5A96)}@media(max-width:1100px){.product-main{grid-template-columns:1fr;gap:28px}.product-gallery{position:static}}@media(max-width:720px){.product-gallery{padding:12px}.product-gallery__thumb{width:62px;height:62px}}.product-price,.price{line-height:1.18}.card-price,.product-wishlist__icon{line-height:1.2}.product-wishlist__label{line-height:1.25}@media(max-width:860px){[id^=trustbadge-container-]>div>div,[id^=trustbadge-container-] div._1b4t9li{left:auto!important;right:8px!important}}.product-card__foot{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px}.product-card__foot .product-card__delivery{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-align:left}.product-card__foot .product-card__cart,.product-card__foot .product-card__arrow{justify-self:end}.product-card__media .product-card__wishlist{position:absolute;top:8px;right:10px;z-index:2;display:grid;place-items:center;width:34px;height:34px;border-radius:0;background:none;color:var(--color-text-body, #3D4F63);font:400 26px/1 var(--font-body);cursor:pointer;text-shadow:0 0 3px #fff,0 0 6px rgba(255,255,255,.85);transition:color .16s ease,transform .16s ease}.product-card__media .product-card__wishlist:hover,.product-card__media .product-card__wishlist:focus-visible{color:var(--color-danger, #C0392B);background:none;transform:scale(1.12)}.product-card__media .product-card__wishlist.is-active{color:var(--color-danger, #C0392B)}.product-card__cart{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1.5px solid var(--color-border, #E1E6EF);border-radius:50%;background:#fff;color:var(--color-primary-dark, #273A61);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.product-card__cart:hover,.product-card__cart:focus-visible{border-color:var(--color-accent, #F0B950);background:var(--color-accent, #F0B950);color:var(--color-text, #1A2332)}.product-card__cart-haken{display:none}.product-card__cart.ist-drin{background:var(--color-accent, #F0B950);border-color:var(--color-accent, #F0B950);color:var(--color-text, #1A2332)}.product-card__cart.ist-drin .product-card__cart-icon{display:none}.product-card__cart.ist-drin .product-card__cart-haken{display:block}.product-card__cart[disabled]{opacity:.55;cursor:default}.product-card__cart svg{pointer-events:none}@media(max-width:820px){.product-card__foot{grid-template-columns:auto minmax(0,1fr) auto;gap:8px}}@media(max-width:620px){.product-card__media .product-card__wishlist{top:6px;right:8px;width:32px;height:32px;font-size:24px}.product-card__cart{width:40px;height:40px}}@media(prefers-reduced-motion:reduce){.product-card__cart,.product-card__media .product-card__wishlist{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
