<!doctype html>
<html lang="de" prefix="og: https://ogp.me/ns#">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<style>@font-face{font-family:'Google Sans';src:local('Roboto')}</style>
<style>
	
/* ============================================
   NORIX SHOP – GLOBALES CSS (LIGHT THEME)
   ============================================ */

@font-face { font-family:'Sansation'; src:url('/wp-content/fonts/Sansation-Regular.woff') format('woff'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Sansation'; src:url('/wp-content/fonts/Sansation-Bold.woff') format('woff'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Sansation'; src:url('/wp-content/fonts/Sansation-Light.woff') format('woff'); font-weight:300; font-style:normal; font-display:swap; }
@font-face { font-family:'Roboto'; src:url('/wp-content/fonts/Roboto-Regular.woff') format('woff'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Roboto'; src:url('/wp-content/fonts/Roboto-Medium.woff') format('woff'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Roboto'; src:url('/wp-content/fonts/Roboto-Bold.woff') format('woff'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Roboto'; src:url('/wp-content/fonts/Roboto-Light.woff') format('woff'); font-weight:300; font-style:normal; font-display:swap; }

:root {
    --fh: 'Sansation', sans-serif;
    --fb: 'Roboto', sans-serif;

    /* Brand  */
    --orange: #ff9900;
    --tuerkis: #00A3A3;
    --lila: #d83dff;
    --dunkel: #003366;
    --hell: #0066A3;
    --blue-grad: #28D0E8;
    --green-grad: #00CC66;
    --accent: #00E5A0;

    /* Light Theme */
    --bg-body: #F7F7F8;
    --bg-white: #FFFFFF;
    --bg-light: #F0F0F2;
    --bg-dark: #0A0A0F;
    --bg-card-dark: #111118;
    --text-dark: #161616;
    --text-mid: #444;
    --text-light: #777;
    --text-hint: #aaa;
    --text-w: #f1f1f1;
    --text-m: #B0B0B8;
    --text-d: #888;
    --border-l: #E2E2E6;
    --border-dk: #1E1E28;
    --sh-sm: 0 1px 3px rgba(0,0,0,0.06);
    --sh-md: 0 4px 16px rgba(0,0,0,0.08);
    --sh-lg: 0 12px 32px rgba(0,0,0,0.12);

    /* Typography */
    --fs-h1: 3.5rem; --fs-h2: 2.5rem; --fs-h3: 1.875rem; --fs-h4: 1.5rem; --fs-h5: 1.25rem;
    --fs-body: 1.0625rem; --fs-lg: 1.125rem; --fs-sm: 1.0rem; --fs-xs: 0.8125rem;

    /* Spacing */
    --gap-sm: 0.5rem; --gap-md: 1rem; --gap-lg: 2rem; --gap-xl: 4rem; --gap-xxl: 5rem;

    /* Layout */
    --max-w: 1920px; --rad: 12px; --rad-lg: 16px; --rad-pill: 100px;
    --hdr-h: 64px; --topbar-h: 38px;
}

*, *::before, *::after { box-sizing: border-box; }
body { font-family: var(--fb); font-size: var(--fs-body); background: var(--bg-body); color: var(--text-mid); margin: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; transition: color 0.2s; }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,h4,h5,h6 { font-family: var(--fh); color: var(--text-dark); margin: 0; line-height: 1.2; }

.elementor-location-header,.elementor-location-footer,header#masthead,footer#colophon,.site-header,.site-footer { display: none !important; }

.nrx-container { max-width: var(--max-w); margin: 0 auto; padding: 0 10%; }

/* === BUTTONS === */
.nrx-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.8125rem 1.75rem; border-radius: var(--rad-pill); font-family: var(--fh); font-size: var(--fs-sm); font-weight: 700; border: 2px solid transparent; cursor: pointer; transition: all 0.3s ease; line-height: 1; }
.nrx-btn-orange { background: var(--orange); color: #161616; }
.nrx-btn-dunkel { background: var(--dunkel); color: #fff; }				 
.nrx-btn-orange:hover { box-shadow: 0 6px 20px rgba(255,153,0,0.35); transform: translateY(-2px); color: #fff; }
.nrx-btn-dark { background: var(--text-dark); color: #fff; }
.nrx-btn-dark:hover { background: #222; transform: translateY(-2px); color: #fff; }
.nrx-btn-outline { background: transparent; border-color: var(--border-l); color: var(--text-mid); }
.nrx-btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.nrx-btn-outline-dunkel:hover { border-color: var(--dunkel); color: var(--dunkel); }
.nrx-btn-outline-w { background: transparent; border-color: rgba(255,255,255,0.2); color: var(--text-m); }
.nrx-btn-outline-w:hover { border-color: var(--orange); color: var(--orange); }
.nrx-btn-sm { padding: 0.625rem 1.25rem; font-size: var(--fs-xs); }

/* === PILLS === */
.nrx-pill { display: inline-block; padding: 0.25rem 0.75rem; border-radius: var(--rad-pill); font-family: var(--fh); font-size: var(--fs-xs); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.nrx-pill-orange { background: rgba(255,153,0,0.1); border: 1px solid rgba(255,153,0,0.25); color: #cc7a00; }
.nrx-pill-orange-w { background: rgba(255,153,0,0.15); border: 1px solid rgba(255,153,0,0.3); color: var(--orange); }
.nrx-pill-accent { background: rgba(0,229,160,0.08); border: 1px solid rgba(0,229,160,0.25); color: #00a372; }
.nrx-pill-red { background: rgba(220,38,38,0.08); border: 1px solid rgba(220,38,38,0.2); color: #DC2626; }

/* === SECTIONS === */
.nrx-section { padding: var(--gap-xxl) 0; }
.nrx-section-white { background: var(--bg-white); }
.nrx-section-light { background: var(--bg-body); }
.nrx-section-subtle { background: var(--bg-light); }
.nrx-section-dark { background: var(--bg-dark); color: var(--text-m); }
.nrx-section-dark h2,.nrx-section-dark h3,.nrx-section-dark h4 { color: var(--text-w); }
.nrx-section-dark p { color: var(--text-m); }

/* Section header */
.nrx-sh { text-align: center; margin-bottom: var(--gap-xl); }
.nrx-sh-label { font-family: var(--fh); font-size: var(--fs-xs); color: var(--orange); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; margin-bottom: 0.5rem; }
.nrx-sh h2 { font-size: var(--fs-h2); font-weight: 700; margin-bottom: 0.75rem; }
.nrx-sh p { font-size: var(--fs-lg); color: var(--text-dark); max-width: 36rem; margin: 0 auto; line-height: 1.6; }
.nrx-section-dark .nrx-sh h2 { color: var(--text-w); }
.nrx-section-dark .nrx-sh p { color: var(--text-d); }

/* === HERO (DUNKEL) === */
.nrx-shop-hero { position: relative; min-height: 50vh; display: flex; align-items: center; overflow: hidden; background: var(--bg-dark); }
.nrx-shop-hero-bg { position: absolute; inset: 0; z-index: 0; }
.nrx-shop-hero::after { content:''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,10,15,0.8) 0%, rgba(10,10,15,0.35) 100%); z-index: 1; pointer-events: none; }
.nrx-shop-hero-content { position: relative; z-index: 2; padding: var(--gap-xxl) 10%; }
.nrx-shop-hero-content h1 { font-size: var(--fs-h1); font-weight: 700; font-style: italic; color: var(--text-w); margin-bottom: 1rem; }
.nrx-shop-hero-content h1 span { color: var(--orange); }
.nrx-shop-hero-sub { font-family: var(--fb); font-size: var(--fs-lg); color: var(--text-m); line-height: 1.7; margin-bottom: 2rem; max-width: 32rem; }
.nrx-shop-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* === TRUST BAR === */
.nrx-trust-bar { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.nrx-trust-item { text-align: center; padding: 1.5rem 1rem; }
.nrx-trust-icon { width: 2.75rem; height: 2.75rem; margin: 0 auto 0.75rem; color: var(--dunkel); }
.nrx-trust-icon svg { width: 100%; height: 100%; }
.nrx-trust-item h4 { font-size: var(--fs-sm); color: var(--text-dark); margin-bottom: 0.25rem; }
.nrx-trust-item p { font-size: var(--fs-xs); color: var(--dunkel); margin: 0; line-height: 1.45; }

/* === KATEGORIEN === */
.nrx-cat-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(15rem,1fr)); gap: 1.25rem; }
.nrx-cat-card { position: relative; background: var(--bg-white); border: 1px solid var(--border-l); border-radius: var(--rad-lg); padding: 1.75rem 1.25rem; text-align: center; transition: all 0.35s ease; overflow: hidden; cursor: pointer; display: block; }
.nrx-cat-card::before { content:''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); transform: scaleX(0); transition: transform 0.35s ease; }
.nrx-cat-card:hover { border-color: rgba(255,153,0,0.3); transform: translateY(-4px); box-shadow: var(--sh-lg); }
.nrx-cat-card:hover::before { transform: scaleX(1); }
.nrx-cat-icon { width: 3.25rem; height: 3.25rem; margin: 0 auto 1rem; border-radius: var(--rad); display: flex; align-items: center; justify-content: center; background: rgba(255,153,0,0.06); }
.nrx-cat-icon svg { width: 1.5rem; height: 1.5rem; color: var(--dunkel); }
.nrx-cat-card h3 { font-size: var(--fs-h5); font-weight: 700; margin-bottom: 0.375rem; }
.nrx-cat-card p { font-size: var(--fs-xs); color: var(--text-dark); line-height: 1.45; margin: 0; }
.nrx-cat-arrow { display: none; align-items: center; gap: 0.375rem; margin-top: 0.75rem; font-family: var(--fh); font-size: var(--fs-xs); color: var(--al); font-weight: 700; }
.nrx-cat-card:hover .nrx-cat-arrow { display: inline-flex; }

/* === PRODUKT CARDS === */
.nrx-prod-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(16rem,1fr)); gap: 1.25rem; }
.nrx-prod-card { background: var(--bg-white); border: 1px solid var(--border-l); border-radius: var(--rad-lg); overflow: hidden; transition: all 0.35s ease; display: flex; flex-direction: column; }
.nrx-prod-card:hover { border-color: #ddd; transform: translateY(-4px); box-shadow: var(--sh-lg); }
.nrx-prod-img { position: relative; aspect-ratio: 4/3; background: var(--bg-light); overflow: hidden; }
.nrx-prod-img img { width: 100%; height: 100%; object-fit: contain; padding: 1rem; transition: transform 0.5s ease; }
.nrx-prod-card:hover .nrx-prod-img img { transform: scale(1.05); }
.nrx-prod-badge { position: absolute; top: 0.75rem; left: 0.75rem; }
.nrx-prod-body { padding: 1.125rem 1.25rem; flex: 1; display: flex; flex-direction: column; }
.nrx-prod-cat { font-family: var(--fh); font-size: var(--fs-xs); color: var(--dunkel); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.25rem; }
.nrx-prod-body h3 { font-size: var(--fs-body); font-weight: 700; margin-bottom: 0.375rem; line-height: 1.35; }
.nrx-prod-body h3 a { color: var(--text-dark); }
.nrx-prod-body h3 a:hover { color: var(--orange); }
.nrx-prod-desc { font-size: var(--fs-xs); color: var(--dunkel); line-height: 1.5; margin-bottom: 0.75rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.nrx-prod-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 0.75rem; border-top: 1px solid var(--border-l); }
.nrx-prod-price { font-family: var(--fh); font-size: var(--fs-h5); font-weight: 700; color: var(--text-dark); }
.nrx-prod-price sup { font-size: 0.6em; color: var(--text-dark); margin-right: 2px; }
.nrx-prod-price-old { text-decoration: line-through; color: var(--text-hint); font-size: var(--fs-xs); font-weight: 400; margin-right: 0.375rem; }
.nrx-prod-cart-btn { width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid var(--border-l); background: transparent; color: var(--text-light); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; }
.nrx-prod-cart-btn:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.nrx-prod-cart-btn svg { width: 1rem; height: 1rem; }

/* === SALE BANNER (DUNKEL im hellen Body) === */
.nrx-sale-banner { position: relative; border-radius: var(--rad-lg); overflow: hidden; background: var(--bg-dark); border: 1px solid var(--border-dk); padding: 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-xl); align-items: center; }
.nrx-sale-banner::before { content:''; position: absolute; top:-50%; right:-20%; width: 60%; height: 200%; background: radial-gradient(circle,rgba(255,153,0,0.06) 0%, transparent 70%); pointer-events: none; }
.nrx-sale-text { position: relative; z-index: 1; }
.nrx-sale-text h2 { font-size: var(--fs-h2); font-weight: 700; font-style: italic; color: var(--text-w); margin-bottom: 0.75rem; }
.nrx-sale-text h2 span { color: var(--orange); }
.nrx-sale-text p { font-size: var(--fs-body); color: var(--text-m); line-height: 1.6; margin-bottom: 1.5rem; }
.nrx-sale-products { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.nrx-sale-products .nrx-prod-card { background: var(--bg-card-dark); border-color: var(--border-dk); }
.nrx-sale-products .nrx-prod-card:hover { border-color: rgba(255,153,0,0.3); box-shadow: 0 12px 32px rgba(0,0,0,0.4); }
.nrx-sale-products .nrx-prod-img { background: #13131a; }
.nrx-sale-products .nrx-prod-body h3 a { color: var(--text-w); }
.nrx-sale-products .nrx-prod-price { color: var(--text-w); }
.nrx-sale-products .nrx-prod-footer { border-color: var(--border-dk); }
.nrx-sale-products .nrx-prod-cart-btn { border-color: #2a2a38; color: var(--text-m); }

/* === RESPONSIVE === */
@media (min-width:2561px) { :root { --fs-h1:4.5rem; --fs-h2:3.25rem; --fs-h3:2.5rem; --fs-h4:1.875rem; --fs-body:1.125rem; } }
@media (max-width:1440px) { :root { --fs-h1:3rem; --fs-h2:2.25rem; --fs-h3:1.75rem; --fs-h4:1.375rem; } .nrx-container{padding:0 5%} .nrx-shop-hero-content{padding-left:5%;padding-right:5%} }
@media (max-width:1024px) { :root { --fs-h1:2.5rem; --fs-h2:2rem; --fs-h3:1.5rem; --fs-h4:1.25rem; --fs-body:1rem; } .nrx-trust-bar{grid-template-columns:1fr 1fr} .nrx-sale-banner{grid-template-columns:1fr;padding:2rem} .nrx-shop-hero{min-height:42vh} }
@media (max-width:768px) { :root { --fs-h1:2rem; --fs-h2:1.75rem; --fs-h3:1.375rem; --fs-h4:1.125rem; --fs-body:0.9375rem; } .nrx-container{padding:0 4%} .nrx-shop-hero-content{padding:var(--gap-xl) 4%} .nrx-shop-hero{min-height:38vh} .nrx-cat-grid{grid-template-columns:1fr 1fr} .nrx-prod-grid{grid-template-columns:1fr 1fr} .nrx-sale-products{grid-template-columns:1fr} .nrx-section{padding:var(--gap-xl) 0} }
@media (max-width:480px) { :root { --fs-h1:1.75rem; --fs-h2:1.5rem; --fs-h3:1.25rem; --fs-h4:1.0625rem; } .nrx-cat-grid{grid-template-columns:1fr} .nrx-prod-grid{grid-template-columns:1fr} .nrx-trust-bar{grid-template-columns:1fr} .nrx-sale-banner{padding:1.25rem} .nrx-shop-hero-btns{flex-direction:column} }
</style>

<!-- Suchmaschinen-Optimierung durch Rank Math PRO - https://rankmath.com/ -->
<title>Shop &#8211; Norix IT Support und Webdesign</title>
<meta name="description" content="Produkte Archive | Norix IT Support und Webdesign"/>
<meta name="robots" content="follow, index"/>
<meta property="og:locale" content="de_DE" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Page Not Found | Norix IT Support und Webdesign" />
<meta property="og:description" content="Produkte Archive | Norix IT Support und Webdesign" />
<meta property="og:site_name" content="Norix IT-Support &amp; Webdesign" />
<meta property="article:publisher" content="https://www.facebook.com/NorixITSupport" />
<meta property="og:image" content="https://shop.norix.at/wp-content/uploads/2025/06/Logo-quer-schwarz.png" />
<meta property="og:image:secure_url" content="https://shop.norix.at/wp-content/uploads/2025/06/Logo-quer-schwarz.png" />
<meta property="og:image:width" content="919" />
<meta property="og:image:height" content="240" />
<meta property="og:image:alt" content="Logo quer schwarz" />
<meta property="og:image:type" content="image/png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Page Not Found | Norix IT Support und Webdesign" />
<meta name="twitter:description" content="Produkte Archive | Norix IT Support und Webdesign" />
<meta name="twitter:image" content="https://shop.norix.at/wp-content/uploads/2025/06/Logo-quer-schwarz.png" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Place","@id":"https://shop.norix.at/#place","geo":{"@type":"GeoCoordinates","latitude":"48.25326223141408","longitude":"16.420732753794216"},"hasMap":"https://www.google.com/maps/search/?api=1&amp;query=48.25326223141408,16.420732753794216","address":{"@type":"PostalAddress","streetAddress":"Donaufelder Stra\u00dfe 99","addressLocality":"Wien","addressRegion":"Wien","postalCode":"1210","addressCountry":"AT"}},{"@type":"ComputerStore","@id":"https://shop.norix.at/#organization","name":"Norix IT Support &amp; Webdesign e.U.","url":"https://shop.norix.at","sameAs":["https://www.facebook.com/NorixITSupport","https://www.facebook.com/NorixITSupport","https://www.instagram.com/it_norix/","https://www.linkedin.com/company/norix-it","https://x.com/it_norix"],"email":"office@norix.at","address":{"@type":"PostalAddress","streetAddress":"Donaufelder Stra\u00dfe 99","addressLocality":"Wien","addressRegion":"Wien","postalCode":"1210","addressCountry":"AT"},"logo":{"@type":"ImageObject","@id":"https://shop.norix.at/#logo","url":"https://shop.norix.at/wp-content/uploads/2025/06/Logo-quer-schwarz.png","contentUrl":"https://shop.norix.at/wp-content/uploads/2025/06/Logo-quer-schwarz.png","caption":"Norix IT-Support &amp; Webdesign","inLanguage":"de","width":"919","height":"240"},"priceRange":"\u20ac\u20ac","openingHours":["Monday,Tuesday,Wednesday,Thursday,Friday 09:00-18:00"],"description":"Norix \u2013 Ihr IT\u2011Partner &amp; Webdesign\u2011Agentur in Wien\r\nNorix ist eine professionelle IT\u2011Agentur mit Sitz in Wien 1210, die sich auf umfassenden IT\u2011Support, PC\u2011 und Laptop\u2011Wartung sowie ma\u00dfgeschneiderte Webdesign\u2011 und SEO\u2011L\u00f6sungen spezialisiert hat \r\n\u2705 Unsere Leistungen:\r\nIT\u2011Betreuung &amp; Service: Zuverl\u00e4ssige Betreuung Ihrer IT\u2011Systeme, inklusive regelm\u00e4\u00dfiger Wartung und schneller Reparaturen.\r\nComputer\u2011 &amp; Laptop\u2011Reparaturen: Professionelle Reparatur besch\u00e4digter Hardware \u2013 inklusive Display\u2011Austausch f\u00fcr gestochen scharfe Resultate. \r\nWebdesign &amp; SEO\u2011Agentur: Entwicklung barrierefreier, responsive Websites mit strategischer Keyword\u2011Recherche &amp; SEO\u2011Optimierung \u2013 ideal f\u00fcr KMU mit regionalem Fokus.\r\n\r\n\ud83d\udcdd Unternehmensphilosophie\r\nKundenn\u00e4he: Wir bieten ma\u00dfgeschneiderte Angebote, abgestimmt auf Ihre Anforderungen \u2013 unkomplizierte Beratung inklusive.\r\nTransparente Kommunikation: Offene Kan\u00e4le via Telefon, E\u2011Mail und Kontaktformular \u2013 wir sind f\u00fcr Sie da!\r\n\u2714\ufe0f Ideal f\u00fcr:\r\nKMU, Vereine oder Einzelunternehmer, die:\r\nZuverl\u00e4ssigen IT\u2011Support vor Ort oder remote suchen,\r\nIhren PC, Laptop oder das Display fachgerecht reparieren lassen m\u00f6chten,\r\nEine professionelle, barrierefreie Website mit SEO\u2011Strategie entwickeln wollen.\r\n","legalName":"Norix IT Support &amp; Webdesign e.U.","vatID":"ATU70191008","foundingDate":"2013-11-01","location":{"@id":"https://shop.norix.at/#place"},"image":{"@id":"https://shop.norix.at/#logo"},"telephone":"+4314230170"},{"@type":"WebSite","@id":"https://shop.norix.at/#website","url":"https://shop.norix.at","name":"Norix IT-Support &amp; Webdesign","alternateName":"Digitale IT-L\u00f6sungen f\u00fcr Ihre Zukunft","publisher":{"@id":"https://shop.norix.at/#organization"},"inLanguage":"de"},{"@type":"BreadcrumbList","@id":"#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://shop.norix.at","name":"Start"}},{"@type":"ListItem","position":"2","item":{"@id":"https://shop.norix.at/shop/","name":"Produkt"}}]},{"@type":"CollectionPage","@id":"#webpage","url":"","name":"Page Not Found | Norix IT Support und Webdesign","isPartOf":{"@id":"https://shop.norix.at/#website"},"inLanguage":"de","breadcrumb":{"@id":"#breadcrumb"}}]}</script>
<!-- /Rank Math WordPress SEO Plugin -->

<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel="alternate" type="application/rss+xml" title="Norix IT Support und Webdesign &raquo; Feed" href="https://shop.norix.at/feed/" />
<link rel="alternate" type="application/rss+xml" title="Norix IT Support und Webdesign &raquo; Kommentar-Feed" href="https://shop.norix.at/comments/feed/" />
    <style>
    /* ===== TOPBAR (dunkel) ===== */
    #nrx-topbar { background: #0d0d12; border-bottom: 1px solid #1a1a24; height: var(--topbar-h); display: flex; align-items: center; }
    .nrx-tb-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 10%; width: 100%; display: flex; justify-content: space-between; align-items: center; }
    .nrx-tb-left { display: flex; gap: 0.75rem; align-items: center; }
    .nrx-tb-left a { color: var(--text-w); display: flex; align-items: center; }
    .nrx-tb-left a:hover { color: var(--accent); }
    .nrx-tb-sep { color: var(--text-w); font-size: 0.75rem; margin: 0 0.25rem; }
    .nrx-tb-link-main { font-family: var(--fh); font-size: var(--fs-xs); font-weight: 700; color: var(--text-w) !important; }
    .nrx-tb-link-main:hover { color: var(--orange) !important; }
    .nrx-tb-right { display: flex; gap: 1.25rem; }
    .nrx-tb-right a { color: var(--text-w); font-size: var(--fs-xs); font-family: var(--fb); display: flex; align-items: center; gap: 0.375rem; }
    .nrx-tb-right a:hover { color: var(--accent); }
 
    /* ===== MAIN HEADER (dunkel, sticky) ===== */
    #nrx-hdr { position: sticky; top: 0; z-index: 9990; background: rgba(10,10,15,0.97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid #1e1e28; height: var(--hdr-h); }
    .nrx-hdr-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 10%; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
    .nrx-hdr-logo img { height: 2.25rem !important; width: auto; display: block; }
 
    /* Desktop Nav */
    .nrx-nav { display: flex; align-items: center; gap: 0.125rem; flex: 1; justify-content: center; }
    .nrx-nav > a, .nrx-dd > a { padding: 0.5rem 0.75rem; color: var(--text-m); font-family: var(--fb); font-size: var(--fs-sm); font-weight: 500; border-radius: 8px; transition: all 0.2s; white-space: nowrap; display: flex; align-items: center; gap: 0.25rem; }
    .nrx-nav > a:hover, .nrx-dd:hover > a { color: #fff; background: rgba(255,255,255,0.05); }
 
    /* Desktop Dropdown */
    .nrx-dd { position: relative; }
    .nrx-chev { transition: transform 0.2s; }
    .nrx-dd:hover .nrx-chev { transform: rotate(180deg); }
    .nrx-dd-list { position: absolute; top: 100%; left: 0; min-width: 12rem; background: #111118; border: 1px solid #1e1e28; border-radius: 10px; padding: 0.375rem; box-shadow: 0 12px 32px rgba(0,0,0,0.5); opacity: 0; visibility: hidden; transform: translateY(6px); transition: all 0.25s ease; z-index: 100; }
    .nrx-dd:hover > .nrx-dd-list { opacity: 1; visibility: visible; transform: translateY(0); }
    .nrx-dd-list a { display: block; padding: 0.5rem 0.75rem; color: var(--text-m); font-size: var(--fs-sm); border-radius: 6px; transition: all 0.2s; }
    .nrx-dd-list a:hover { color: #fff; background: rgba(255,255,255,0.06); }
    .nrx-dd-all { font-weight: 600; border-bottom: 1px solid #1e1e28; margin-bottom: 0.25rem; padding-bottom: 0.625rem !important; }
 
    /* Mobile Accordion */
    .nrx-mob-group { border-bottom: 1px solid #1a1a24; }
    .nrx-mob-toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0.875rem 0; background: none; border: none; color: var(--text-m); font-size: var(--fs-body); font-family: var(--fb); cursor: pointer; }
    .nrx-mob-toggle:hover { color: var(--orange); }
    .nrx-mob-chev { transition: transform 0.3s; }
    .nrx-mob-group.open .nrx-mob-chev { transform: rotate(180deg); }
    .nrx-mob-sub { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding-left: 1rem; Display:grid; }
    .nrx-mob-group.open .nrx-mob-sub { max-height: 20rem; }
    .nrx-mob-sub a { padding: 0.625rem 0; font-size: var(--fs-sm); border-bottom: 1px solid #14141c; }
 
    /* Right actions */
    .nrx-hdr-actions { display: flex; align-items: center; gap: 0.25rem; }
    .nrx-hdr-icon { width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--text-m); background: transparent; border: none; cursor: pointer; transition: all 0.2s; position: relative; }
    .nrx-hdr-icon:hover { color: #fff; background: rgba(255,255,255,0.06); }
    .nrx-cart-count { position: absolute; top: 2px; right: 2px; background: var(--orange); color: #fff; font-size: 0.625rem; font-weight: 700; width: 1rem; height: 1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; line-height: 1; }
 
    /* Search bar (slide down) */
    .nrx-search-bar { display: none; background: var(--bg-dark); border-bottom: 1px solid #1e1e28; padding: 1rem 0; }
    .nrx-search-bar.open { display: block; }
    .nrx-search-form { display: flex; gap: 0.5rem; max-width: 36rem; margin: 0 auto; }
    .nrx-search-form input[type="search"] { flex: 1; padding: 0.75rem 1.25rem; background: #111118; border: 1px solid #2a2a38; border-radius: var(--rad-pill); color: #fff; font-family: var(--fb); font-size: var(--fs-sm); outline: none; }
    .nrx-search-form input[type="search"]:focus { border-color: var(--orange); }
    .nrx-search-form input::placeholder { color: #666; }
    .nrx-search-form button { background: var(--orange); border: none; border-radius: 50%; width: 2.75rem; height: 2.75rem; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; }
 
    /* Hamburger */
    .nrx-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 2.5rem; height: 2.5rem; background: none; border: none; cursor: pointer; padding: 0.5rem; border-radius: 8px; }
    .nrx-hamburger span { display: block; width: 100%; height: 2px; background: #ccc; border-radius: 2px; transition: all 0.3s; }
 
    /* Mobile panel */
    .nrx-mobile-panel { position: fixed; top: 0; right: -100%; width: 320px; max-width: 85vw; height: 100dvh; background: var(--bg-dark); z-index: 10000; transition: right 0.35s ease; overflow-y: auto; display: flex; flex-direction: column; }
    .nrx-mobile-panel.open { right: 0; }
    .nrx-mobile-head { display: none; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid #1e1e28; }
    .nrx-mobile-head button { background: none; border: none; cursor: pointer; padding: 0.25rem; }
    .nrx-mobile-nav { padding: 1rem 1.5rem; flex: 1; display: flex; flex-direction: column; gap: 0.25rem; }
    .nrx-mobile-nav a { padding: 0.875rem 0; color: var(--text-m); font-size: var(--fs-body); font-family: var(--fb); border-bottom: 1px solid #1a1a24; }
    .nrx-mobile-nav a:hover { color: var(--orange); }
    .nrx-mob-divider { height: 1px; background: #1e1e28; margin: 0.5rem 0; }
    .nrx-mobile-foot { padding: 1.25rem 1.5rem; border-top: 1px solid #1e1e28; display: flex; flex-direction: column; gap: 0.5rem; }
    .nrx-mobile-foot a { color: var(--text-d); font-size: var(--fs-sm); }
    #nrx-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9999; }
    .nrx-mobile-panel.open ~ #nrx-overlay { display: block; }
 
    /* ===== FOOTER (dunkel) ===== */
    .nrx-footer { background: #0d0d12; color: var(--text-m); border-top: 1px solid #1e1e28; }
    .nrx-footer-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 10%; }
    .nrx-footer-top { padding: 3.5rem 0 2.5rem; }
    .nrx-footer-top .nrx-footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 0.8fr 0.8fr; gap: 2.5rem; }
    .nrx-ft-col h4 { font-family: var(--fh); font-size: 0.875rem; color: var(--text-w); margin: 0 0 1rem; text-transform: uppercase; letter-spacing: 0.06em; }
    .nrx-ft-col p { font-size: var(--fs-sm); color: var(--text-w); line-height: 1.6; margin: 0 0 1.25rem; }
    .nrx-ft-col ul { list-style: none; margin: 0; padding: 0; }
    .nrx-ft-col ul li { margin-bottom: 0.625rem; }
    .nrx-ft-col ul a { color: var(--text-w); font-size: var(--fs-sm); }
    .nrx-ft-col ul a:hover { color: var(--accent); }
    .nrx-ft-contacts { display: flex; flex-direction: column; gap: 0.75rem; }
    .nrx-ft-contact { display: inline-flex; align-items: center; gap: 0.625rem; color: var(--text-m); font-size: var(--fs-sm); font-weight: 500; }
    .nrx-ft-contact:hover { color: var(--accent); }
 
    .nrx-footer-bottom { border-top: 1px solid #1a1a24; padding: 1.25rem 0; }
    .nrx-footer-bottom .nrx-footer-inner { display: flex; justify-content: space-between; align-items: center; }
    .nrx-ft-bottom-links { display: flex; gap: 1.5rem; }
    .nrx-ft-bottom-links a { color: var(--text-w); font-size: var(--fs-xs); }
    .nrx-ft-bottom-links a:hover { color: #999; }
    .nrx-ft-copy { font-size: var(--fs-xs); color: var(--text-w); margin: 0; }
 
    /* Responsive */
    @media (max-width:1440px) { .nrx-tb-inner,.nrx-hdr-inner,.nrx-footer-inner { padding: 0 5%; } }
    @media (max-width:1024px) {
        #nrx-topbar { display: none; }
        .nrx-nav { display: none; }
        .nrx-hamburger { display: flex; }
        .nrx-footer-top .nrx-footer-inner { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width:768px) {
        .nrx-hdr-inner,.nrx-footer-inner { padding: 0 4%; }
        .nrx-footer-top .nrx-footer-inner { grid-template-columns: 1fr; gap: 2rem; }
        .nrx-footer-bottom .nrx-footer-inner { flex-direction: column; gap: 0.75rem; text-align: center; }
    }
    </style>
    <link rel="alternate" type="application/rss+xml" title="Norix IT Support und Webdesign &raquo; Feed für Produkte" href="https://shop.norix.at/shop/feed/" />
<style>
/* ============================================
   KATEGORIE-SEITE
   ============================================ */

/* === BREADCRUMB === */
.nrx-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 0.375rem; font-size: var(--fs-xs); }
.nrx-breadcrumb a { color: var(--dunkel); }
.nrx-breadcrumb a:hover { color: var(--orange); }
.nrx-bc-sep { color: #161616; font-size: 0.75rem; }
.nrx-bc-current { color: var(--text-dark); font-weight: 600; }

/* === KATEGORIE HEADER === */
.nrx-cat-header {
    position: relative;
    background: var(--bg-white);
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--border-l);
    overflow: hidden;
}
.nrx-cat-header--has-img {
    background: var(--bg-dark);
    min-height: 14rem;
    display: flex;
    align-items: center;
}
.nrx-cat-header-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.35;
}
.nrx-cat-header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,10,15,0.8) 0%, rgba(10,10,15,0.4) 100%);
    z-index: 1;
}
.nrx-cat-header-content {
    position: relative;
    z-index: 2;
}
.nrx-cat-header h1 {
    font-size: var(--fs-h2);
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.nrx-cat-header--has-img h1 { color: var(--text-w); }
.nrx-cat-header p {
    font-size: var(--fs-body);
    color: var(--text-light);
    max-width: 36rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}
.nrx-cat-header--has-img p { color: var(--text-m); }
.nrx-cat-count {
    font-family: var(--fh);
    font-size: var(--fs-xs);
    color: var(--text-dark);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* === UNTERKATEGORIEN-GRID === */
.nrx-subcat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    gap: 1.25rem;
}
.nrx-subcat-card {
    background: var(--bg-white);
    border: 1px solid var(--border-l);
    border-radius: var(--rad-lg);
    overflow: hidden;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}
.nrx-subcat-card:hover {
    border-color: rgba(255,153,0,0.3);
    transform: translateY(-4px);
    box-shadow: var(--sh-lg);
}
.nrx-subcat-img {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--bg-light);
}
.nrx-subcat-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
    transition: transform 0.5s ease;
}
.nrx-subcat-card:hover .nrx-subcat-img img { transform: scale(1.05); }
.nrx-subcat-icon {
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
}
.nrx-subcat-icon svg { width: 2.5rem; height: 2.5rem; color: var(--dunkel); }
.nrx-subcat-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.nrx-subcat-body h3 {
    font-size: var(--fs-h5);
    font-weight: 700;
    margin-bottom: 0.375rem;
}
.nrx-subcat-body p {
    font-size: var(--fs-xs);
    color: var(--text-dark);
    line-height: 1.5;
    margin: 0 0 0.75rem;
    flex: 1;
}
.nrx-subcat-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-family: var(--fh);
    font-size: var(--fs-xs);
    color: var(--dunkel);
    font-weight: 700;
}

/* === SHOP LAYOUT (Filter Sidebar + Products) === */
.nrx-shop-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2rem;
    align-items: flex-start;
}

/* Sidebar */
.nrx-shop-sidebar {
    position: sticky;
    top: calc(var(--hdr-h) + 1rem);
    background: var(--bg-white);
    border: 1px solid var(--border-l);
    border-radius: var(--rad-lg);
    padding: 1.25rem;
    max-height: calc(100vh - var(--hdr-h) - 2rem);
    overflow-y: auto;
}
.nrx-filter-close {
    display: none;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: none;
    border: none;
    color: var(--text-light);
    cursor: pointer;
}

/* Toolbar */
.nrx-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-l);
    flex-wrap: wrap;
    gap: 0.75rem;
}
.nrx-shop-toolbar-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.nrx-filter-toggle {
    display: none;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    background: var(--bg-white);
    border: 1px solid var(--border-l);
    border-radius: var(--rad-pill);
    font-family: var(--fh);
    font-size: var(--fs-xs);
    font-weight: 700;
    color: var(--text-mid);
    cursor: pointer;
    transition: all 0.2s;
}
.nrx-filter-toggle:hover { border-color: var(--orange); color: var(--orange); }
.nrx-shop-result-count {
    font-size: var(--fs-sm);
    color: var(--text-dark);
}
.nrx-shop-toolbar-right { display: flex; align-items: center; }

/* WooCommerce Ordering Override */
.nrx-shop-toolbar .woocommerce-ordering {
    margin: 0;
}
.nrx-shop-toolbar .woocommerce-ordering select {
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    border: 1px solid var(--border-l);
    border-radius: 8px;
    font-family: var(--fb);
    font-size: var(--fs-xs);
    color: var(--text-mid);
    background: var(--bg-white);
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5l3 3 3-3' fill='none' stroke='%23777' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.625rem center;
}

/* Products Wrapper */
.nrx-products-wrap { position: relative; min-height: 200px; }

/* Pagination */
.nrx-pagination { margin-top: var(--gap-lg); text-align: center; }

/* WooCommerce Product Grid Override (helles Theme) – AGGRESSIVE um Theme-Defaults zu überschreiben */
.nrx-cat-page ul.products,
.nrx-shop-main ul.products,
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)) !important;
    gap: 1.25rem !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
}
.nrx-cat-page ul.products::before,
.nrx-cat-page ul.products::after,
.nrx-shop-main ul.products::before,
.nrx-shop-main ul.products::after {
    display: none !important;
}
.nrx-cat-page ul.products li.product,
.nrx-shop-main ul.products li.product,
.woocommerce ul.products li.product {
    background: var(--bg-white) !important;
    border: 1px solid var(--border-l) !important;
    border-radius: var(--rad-lg) !important;
    overflow: hidden !important;
    transition: all 0.35s ease !important;
    display: grid !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: none !important;
}
.nrx-cat-page ul.products li.product:hover,
.nrx-shop-main ul.products li.product:hover {
    border-color: #ddd !important;
    transform: translateY(-4px);
    box-shadow: var(--sh-lg);
}
.nrx-cat-page ul.products li.product a img,
.nrx-shop-main ul.products li.product a img {
    width: 100% !important;
    aspect-ratio: 4/3;
    object-fit: contain !important;
    padding: 0.75rem !important;
    background: var(--bg-light) !important;
    transition: transform 0.5s ease;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
}
.nrx-cat-page ul.products li.product:hover a img { transform: scale(1.05); }
.nrx-cat-page ul.products li.product .woocommerce-loop-product__title,
.nrx-shop-main ul.products li.product .woocommerce-loop-product__title,
.nrx-cat-page ul.products li.product h2 {
    font-family: var(--fh) !important;
    font-size: var(--fs-body) !important;
    font-weight: 700 !important;
    color: var(--text-dark) !important;
    padding: 0.75rem 1rem 0.25rem !important;
    margin: 0 !important;
}
.nrx-cat-page ul.products li.product .price,
.nrx-shop-main ul.products li.product .price {
    font-family: var(--fh) !important;
    font-weight: 700 !important;
    color: var(--text-dark) !important;
    padding: 0 1rem 0.75rem !important;
    font-size: var(--fs-body) !important;
    margin: 0 !important;
}
.nrx-cat-page ul.products li.product .price del { color: var(--text-hint) !important; font-weight: 400 !important; font-size: var(--fs-sm) !important; }
.nrx-cat-page ul.products li.product .price ins { text-decoration: none !important; color: var(--text-dark) !important; }
.nrx-cat-page ul.products li.product .onsale,
.nrx-shop-main ul.products li.product .onsale {
    position: absolute !important;
    top: 0.625rem !important;
    left: 0.625rem !important;
    right: auto !important;
    background: #DC2626 !important;
    color: #fff !important;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    padding: 0.2rem 0.6rem !important;
    border-radius: var(--rad-pill) !important;
    z-index: 2 !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}
.nrx-cat-page ul.products li.product .button,
.nrx-cat-page ul.products li.product .add_to_cart_button,
.nrx-shop-main ul.products li.product .button {
    margin: 0 1rem 1rem !important;
    padding: 0.625rem !important;
    background: var(--bg-light) !important;
    border: 1px solid var(--border-l) !important;
    border-radius: 8px !important;
    font-family: var(--fh) !important;
    font-size: var(--fs-xs) !important;
    font-weight: 700 !important;
    color: var(--text-mid) !important;
    text-align: center !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
    display: block !important;
    float: none !important;
    width: auto !important;
	align-content: center;
}
.nrx-cat-page ul.products li.product .button:hover,
.nrx-cat-page ul.products li.product .add_to_cart_button:hover {
    background: var(--dunkel) !important;
    border-color: var(--dunkel) !important;
    color: #fff !important;
}

/* Star Rating Override */
.nrx-cat-page ul.products li.product .star-rating {
    margin: 0 1rem 0.5rem !important;
    font-size: 0.75rem !important;
}

/* WooCommerce result count + ordering (above grid) */
.nrx-cat-page .woocommerce-result-count {
    float: none !important;
    margin: 0 !important;
}
.nrx-cat-page .woocommerce-ordering {
    float: none !important;
    margin: 0 !important;
}

/* Pagination override */
.nrx-cat-page .woocommerce-pagination {
    clear: both !important;
}
.nrx-cat-page .woocommerce-pagination ul {
    display: flex !important;
    justify-content: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: var(--gap-lg) 0 0 !important;
    border: none !important;
    gap: 0.25rem !important;
}
.nrx-cat-page .woocommerce-pagination ul li {
    float: none !important;
    margin: 0 !important;
    border: none !important;
    overflow: visible !important;
}
.nrx-cat-page .woocommerce-pagination ul li a,
.nrx-cat-page .woocommerce-pagination ul li span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.25rem !important;
    height: 2.25rem !important;
    border-radius: 8px !important;
    font-size: var(--fs-sm) !important;
    color: var(--text-mid) !important;
    border: 1px solid var(--border-l) !important;
    background: var(--bg-white) !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.nrx-cat-page .woocommerce-pagination ul li a:hover {
    border-color: var(--orange) !important;
    color: var(--orange) !important;
}
.nrx-cat-page .woocommerce-pagination ul li span.current {
    background: var(--orange) !important;
    color: #fff !important;
    border-color: var(--orange) !important;
}

			 

/* ============================================
   NORIX SMART FILTER – THEME OVERRIDE (Light)
   ============================================ */
/* 			 
.norix-filter { font-family: var(--fb); font-size: var(--fs-sm); color: var(--text-mid); }
.norix-filter__header { border-bottom-color: var(--border-l); margin-bottom: 1rem; padding-bottom: 0.75rem; }
.norix-filter__title { font-family: var(--fh); font-size: var(--fs-body); color: var(--text-dark); letter-spacing: 0.03em; }
.norix-filter__reset { color: #DC2626; font-family: var(--fh); font-size: var(--fs-xs); border-radius: var(--rad-pill); padding: 0.25rem 0.75rem; }
.norix-filter__reset:hover { background: rgba(220,38,38,0.06); }
.norix-filter__group { border-bottom-color: var(--border-l); }
.norix-filter__group-toggle { font-family: var(--fb); font-size: var(--fs-sm); font-weight: 600; color: var(--text-dark); }
.norix-filter__group-toggle:hover { color: var(--orange); }
.norix-filter__count { color: var(--text-hint); }
.norix-filter__arrow { color: var(--text-hint); }
.norix-filter__option { border-radius: 6px; padding: 0.375rem 0.25rem; }
.norix-filter__option:hover { background: rgba(255,153,0,0.04); }
.norix-filter__checkmark { border-color: #d0d0d4; border-radius: 4px; }
.norix-filter__checkbox:checked + .norix-filter__checkmark { background: var(--orange); border-color: var(--orange); }
.norix-filter__label { font-size: var(--fs-xs); color: var(--text-mid); }
.norix-filter__option:hover .norix-filter__label { color: var(--text-dark); }
.norix-filter__term-count { font-size: 0.6875rem; color: var(--text-hint); background: var(--bg-light); border-radius: var(--rad-pill); }
.norix-filter__tag { background: var(--orange); font-family: var(--fh); font-size: var(--fs-xs); border-radius: var(--rad-pill); padding: 0.3rem 0.75rem; }
.norix-filter__tag:hover { background: #e68a00; }
.norix-filter__result-count { font-size: var(--fs-xs); color: var(--text-light); border-top-color: var(--border-l); }
.norix-filter__result-count strong { color: var(--text-dark); }
.norix-filter__no-results { color: var(--text-light); }
.norix-filter__loader { background: rgba(255,255,255,0.85); }
.norix-filter__spinner { border-color: var(--border-l); border-top-color: var(--orange); }
.norix-products-loading { opacity: 0.35; }
						  
*/						  

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .nrx-shop-layout { grid-template-columns: 1fr; }
    .nrx-shop-sidebar {
        position: fixed;
        top: 0; left: -320px;
        width: 300px; max-width: 85vw;
        height: 100dvh;
        max-height: 100dvh;
        z-index: 10000;
        border-radius: 0;
        border: none;
        border-right: 1px solid var(--border-l);
        transition: left 0.35s ease;
       /* padding-top: 3.5rem; */
    }
    .nrx-shop-sidebar.open { left: 0; }
    .nrx-filter-close { display: block; }
    .nrx-filter-toggle { display: inline-flex; }
    .nrx-subcat-grid { grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr)); }
}
@media (max-width: 768px) {
    .nrx-cat-header { padding: 1.5rem 0; }
    .nrx-cat-header h1 { font-size: var(--fs-h3); }
    .nrx-subcat-grid { grid-template-columns: 1fr 1fr; }
    .nrx-cat-page ul.products,
    .nrx-shop-main ul.products { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 480px) {
    .nrx-subcat-grid { grid-template-columns: 1fr; }
    .nrx-cat-page ul.products,
    .nrx-shop-main ul.products { grid-template-columns: 1fr !important; }
}
</style>
<style>
/* Wishlist Heart Button (used on product cards + single product) */
.nrx-wl-btn {
    width: 2.25rem; height: 2.25rem;
    border-radius: 50%;
    background: var(--bg-white, #fff);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 0.625rem; right: 0.625rem;
    z-index: 3;
    padding: 0;
}
.nrx-wl-btn svg { width: 1rem; height: 1rem; transition: all 0.3s; }
.nrx-wl-btn:hover { border-color: #e74c3c; }
.nrx-wl-btn:hover svg { stroke: #e74c3c; }
.nrx-wl-btn.nrx-wl-active svg { fill: #e74c3c; stroke: #e74c3c; }
.nrx-wl-btn.nrx-wl-active { border-color: #e74c3c; background: rgba(231,76,60,0.06); }

/* Single Product Wishlist */
.nrx-sp-wl-btn {
    position: static;
    width: auto;
    padding: 0.5rem 1rem;
    border-radius: var(--rad-pill, 100px);
    gap: 0.375rem;
    font-family: var(--fh);
    font-size: var(--fs-xs, 0.8125rem);
    font-weight: 700;
    color: var(--text-dunkel);
}
.nrx-sp-wl-btn.nrx-wl-active { color: #e74c3c; }

/* Wishlist Page */
.nrx-wl-page { min-height: 50vh; }
.nrx-wl-header { display: flex; align-items: baseline; gap: 1rem; margin-bottom: var(--gap-lg, 2rem); }
.nrx-wl-header h1 { font-size: var(--fs-h2, 2.5rem); font-weight: 700; }
.nrx-wl-total { font-size: var(--fs-sm, 0.9375rem); color: var(--text-light, #777); }
.nrx-wl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr)); gap: 1.25rem; }
.nrx-wl-grid .nrx-prod-card { position: relative; }
.nrx-wl-remove {
    position: absolute; top: 0.5rem; right: 0.5rem; z-index: 5;
    width: 1.75rem; height: 1.75rem; border-radius: 50%;
    background: var(--bg-white, #fff); border: 1px solid var(--border-l, #E2E2E6);
    color: var(--text-light, #777); font-size: 1rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.2s;
}
.nrx-wl-remove:hover { background: #DC2626; border-color: #DC2626; color: #fff; }
.nrx-wl-empty {
    text-align: center; padding: var(--gap-xl, 4rem) var(--gap-lg, 2rem);
    color: var(--text-light, #777);
}
.nrx-wl-empty svg { color: #ddd; margin-bottom: 1rem; }
.nrx-wl-empty p { font-size: var(--fs-lg, 1.125rem); margin-bottom: 1.5rem; }

/* Toast */
.nrx-toast {
    position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%) translateY(20px);
    background: var(--bg-dark, #0A0A0F); color: #fff;
    font-family: var(--fh); font-size: var(--fs-sm, 0.9375rem); font-weight: 700;
    padding: 0.75rem 1.5rem; border-radius: var(--rad-pill, 100px);
    z-index: 99999; opacity: 0; transition: all 0.3s ease;
    pointer-events: none; box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.nrx-toast-show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Header Wishlist Count */
.nrx-wl-count {
    position: absolute; top: 2px; right: 2px;
    background: #e74c3c; color: #fff;
    font-size: 0.625rem; font-weight: 700;
    width: 1rem; height: 1rem; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    line-height: 1;
}
</style>
<style>
.nrx-shop-cat-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-l);
}
.nrx-shop-cat-head h2 {
    font-size: var(--fs-h3);
    font-weight: 700;
    margin: 0 0 0.25rem;
}
.nrx-shop-cat-head p {
    font-size: var(--fs-sm);
    color: var(--text-light);
    margin: 0;
}
@media (max-width: 768px) {
    .nrx-shop-cat-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
}
</style>
<style>
/* ============================================
   SHARED PAGE STYLES
   ============================================ */
.nrx-page-title {
    font-size: var(--fs-h2);
    font-weight: 700;
    margin-bottom: var(--gap-lg);
}
.nrx-empty-state {
    text-align: center;
    padding: var(--gap-xl) var(--gap-lg);
    color: var(--text-light);
}
.nrx-empty-state svg { color: #ddd; margin-bottom: 1rem; }
.nrx-empty-state p { font-size: var(--fs-lg); margin-bottom: 1.5rem; }

/* ============================================
   WARENKORB
   ============================================ */
.nrx-cart-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2rem;
    align-items: flex-start;
}
.nrx-cart-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.nrx-cart-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem;
    background: var(--bg-white);
    border: 1px solid var(--border-l);
    border-radius: var(--rad-lg);
    position: relative;
}
.nrx-cart-item-img {
    width: 5rem;
    height: 5rem;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg-light);
}
.nrx-cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.375rem;
}
.nrx-cart-item-info {
    flex: 1;
    min-width: 0;
}
.nrx-cart-item-info h3 {
    font-size: var(--fs-body);
    font-weight: 700;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nrx-cart-item-info h3 a { color: var(--text-dark); }
.nrx-cart-item-info h3 a:hover { color: var(--orange); }
.nrx-cart-item-price {
    font-size: var(--fs-sm);
    color: var(--text-light);
    margin: 0;
}
.nrx-cart-item-qty {
    text-align: center;
}
.nrx-cart-item-qty label {
    display: block;
    font-size: var(--fs-xs);
    color: var(--text-hint);
    margin-bottom: 0.25rem;
}
.nrx-cart-qty-wrap input {
    width: 3.5rem;
    height: 2.25rem;
    text-align: center;
    border: 1px solid var(--border-l);
    border-radius: 8px;
    font-family: var(--fh);
    font-size: var(--fs-sm);
    font-weight: 700;
    color: var(--text-dark);
    background: var(--bg-light);
    outline: none;
}
.nrx-cart-qty-wrap input:focus { border-color: var(--orange); }
.nrx-cart-item-subtotal {
    font-family: var(--fh);
    font-size: var(--fs-h5);
    font-weight: 700;
    color: var(--text-dark);
    min-width: 6rem;
    text-align: right;
}
.nrx-cart-item-remove {
    color: var(--text-hint);
    transition: color 0.2s;
    flex-shrink: 0;
}
.nrx-cart-item-remove:hover { color: #DC2626; }

/* Summary */
.nrx-cart-summary {
    position: sticky;
    top: calc(var(--hdr-h) + 1rem);
    background: var(--bg-white);
    border: 1px solid var(--border-l);
    border-radius: var(--rad-lg);
    padding: 1.5rem;
}
.nrx-cart-summary h3 {
    font-size: var(--fs-h5);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-l);
}
.nrx-cart-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: var(--fs-sm);
    color: var(--text-mid) !important;
    padding: 0.5rem 0;
}
.nrx-cart-summary-total {
    display: flex;
    justify-content: space-between;
    font-family: var(--fh);
    font-size: var(--fs-h4);
    font-weight: 700;
    color: var(--text-dark);
    padding-top: 1rem;
    margin-top: 0.75rem;
    border-top: 2px solid var(--text-dark);
}

/* ============================================
   KASSA / CHECKOUT
   ============================================ */
.nrx-checkout-wrap { max-width: fit-content; }

/* WooCommerce Form Overrides */
.nrx-checkout-wrap .woocommerce-form-row,
.nrx-checkout-wrap .form-row {
    margin-bottom: 1rem !important;
}
.nrx-checkout-wrap label {
    font-family: var(--fb) !important;
    font-size: var(--fs-xs) !important;
    font-weight: 600 !important;
    color: var(--text-mid) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    margin-bottom: 0.375rem !important;
    display: block !important;
}
.nrx-checkout-wrap input[type="text"],
.nrx-checkout-wrap input[type="email"],
.nrx-checkout-wrap input[type="tel"],
.nrx-checkout-wrap input[type="password"],
.nrx-checkout-wrap input[type="number"],
.nrx-checkout-wrap textarea,
.nrx-checkout-wrap select,
.nrx-checkout-wrap .select2-container .select2-selection {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    background: var(--bg-light) !important;
    border: 1px solid var(--border-l) !important;
    border-radius: 10px !important;
    font-family: var(--fb) !important;
    font-size: var(--fs-sm) !important;
    color: var(--text-dark) !important;
    outline: none !important;
    transition: border-color 0.2s !important;
    box-sizing: border-box !important;
}
.nrx-checkout-wrap input:focus,
.nrx-checkout-wrap textarea:focus,
.nrx-checkout-wrap select:focus {
    border-color: var(--orange) !important;
}
.nrx-checkout-wrap h3 {
    font-family: var(--fh) !important;
    font-size: var(--fs-h4) !important;
    margin: 2rem 0 1rem !important;
    padding-bottom: 0.75rem !important;
    border-bottom: 1px solid var(--border-l) !important;
}
.nrx-checkout-wrap #place_order {
    background: var(--dunkel) !important;
    color: #fff !important;
    font-family: var(--fh) !important;
    font-size: var(--fs-body) !important;
    font-weight: 700 !important;
    padding: 1rem 2.5rem !important;
    border: none !important;
    border-radius: var(--rad-pill) !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    width: 100% !important;
    margin-top: 1rem !important;
}
.nrx-checkout-wrap #place_order:hover {
    box-shadow: 0 6px 20px rgba(255,153,0,0.35) !important;
    transform: translateY(-2px) !important;
}
.nrx-checkout-wrap .woocommerce-checkout-payment {
    background: var(--bg-white) !important;
    border: 1px solid var(--border-l) !important;
    border-radius: var(--rad-lg) !important;
    padding: 1.5rem !important;
}
.nrx-checkout-wrap .wc_payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.nrx-checkout-wrap .wc_payment_method {
    padding: 1rem !important;
    border: 1px solid var(--border-l) !important;
    border-radius: 10px !important;
    margin-bottom: 0.75rem !important;
}
.nrx-checkout-wrap .wc_payment_method label {
    font-size: var(--fs-sm) !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* ============================================
   MEIN KONTO
   ============================================ */

/* Login Card */
.nrx-account-login-wrap {
    display: flex;
    justify-content: center;
    padding: var(--gap-lg) 0;
}
.nrx-account-login-card {
    width: 100%;
    background: var(--bg-white);
    border: 1px solid var(--border-l);
    border-radius: var(--rad-lg);
    padding: 2.5rem;
}
.nrx-account-login-card h1 {
    font-size: var(--fs-h3);
    margin-bottom: 0.5rem;
}

/* Account Dashboard */
.nrx-account-wrap .woocommerce-MyAccount-navigation {
    float: none !important;
    width: 100% !important;
    margin-bottom: var(--gap-lg) !important;
}
.nrx-account-wrap .woocommerce-MyAccount-navigation ul {
    display: flex !important;
    gap: 0.25rem !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid var(--border-l) !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
}
.nrx-account-wrap .woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
    white-space: nowrap !important;
}
.nrx-account-wrap .woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 0.75rem 1.25rem !important;
    font-family: var(--fh) !important;
    font-size: var(--fs-sm) !important;
    font-weight: 700 !important;
    color: var(--text-light) !important;
    border-bottom: 3px solid transparent !important;
    margin-bottom: -1px !important;
    transition: all 0.2s !important;
}
.nrx-account-wrap .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--text-dark) !important;
}
.nrx-account-wrap .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--orange) !important;
    border-bottom-color: var(--orange) !important;
}
.nrx-account-wrap .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
}

/* Account Forms */
.nrx-account-wrap input[type="text"],
.nrx-account-wrap input[type="email"],
.nrx-account-wrap input[type="tel"],
.nrx-account-wrap input[type="password"],
.nrx-account-login-card input[type="text"],
.nrx-account-login-card input[type="email"],
.nrx-account-login-card input[type="password"] {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    background: var(--bg-light) !important;
    border: 1px solid var(--border-l) !important;
    border-radius: 10px !important;
    font-family: var(--fb) !important;
    font-size: var(--fs-sm) !important;
    color: var(--text-dark) !important;
    outline: none !important;
    margin-bottom: 0.75rem !important;
    box-sizing: border-box !important;
}
.nrx-account-wrap input:focus,
.nrx-account-login-card input:focus {
    border-color: var(--orange) !important;
}
.nrx-account-wrap .woocommerce-Button,
.nrx-account-wrap button[type="submit"],
.nrx-account-login-card button[type="submit"],
.nrx-account-login-card .woocommerce-Button {
    background: var(--orange) !important;
    color: #fff !important;
    font-family: var(--fh) !important;
    font-weight: 700 !important;
    padding: 0.75rem 2rem !important;
    border: none !important;
    border-radius: var(--rad-pill) !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    font-size: var(--fs-sm) !important;
}
.nrx-account-wrap .woocommerce-Button:hover,
.nrx-account-login-card .woocommerce-Button:hover {
    box-shadow: 0 6px 20px rgba(255,153,0,0.35) !important;
    transform: translateY(-2px) !important;
}

/* Order Table */
.nrx-account-wrap table.woocommerce-orders-table,
.nrx-account-wrap table.shop_table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid var(--border-l) !important;
    border-radius: var(--rad-lg) !important;
    overflow: hidden !important;
}
.nrx-account-wrap table th {
    background: var(--bg-light) !important;
    font-family: var(--fh) !important;
    font-size: var(--fs-xs) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: var(--text-mid) !important;
    padding: 0.75rem 1rem !important;
    text-align: left !important;
}
.nrx-account-wrap table td {
    padding: 0.75rem 1rem !important;
    font-size: var(--fs-sm) !important;
    color: var(--text-mid) !important;
    border-bottom: 1px solid var(--border-l) !important;
}
.nrx-account-wrap table .woocommerce-orders-table__cell-order-actions a {
    color: var(--orange) !important;
    font-weight: 600 !important;
}

/* ============================================
   BESTELLBESTÄTIGUNG
   ============================================ */
.nrx-order-confirm {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto;
}
.nrx-order-icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.5rem;
    background: rgba(0,204,102,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nrx-order-confirm h1 {
    font-size: var(--fs-h2);
    margin-bottom: 0.75rem;
}
.nrx-order-subtitle {
    font-size: var(--fs-lg);
    color: var(--text-light);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}
.nrx-order-details {
    text-align: left;
    background: var(--bg-white);
    border: 1px solid var(--border-l);
    border-radius: var(--rad-lg);
    padding: 2rem;
    margin-bottom: 2rem;
}
.nrx-order-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-l);
}
.nrx-order-info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.nrx-order-info-item span {
    font-size: var(--fs-xs);
    color: var(--text-hint);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.nrx-order-info-item strong {
    font-family: var(--fh);
    font-size: var(--fs-body);
    color: var(--text-dark);
}
.nrx-order-details h3 {
    font-size: var(--fs-h5);
    margin: 0 0 1rem;
}
.nrx-order-details h4 {
    font-size: var(--fs-sm);
    margin: 0 0 0.5rem;
    color: var(--text-dark);
}
.nrx-order-products {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-l);
}
.nrx-order-product-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
}
.nrx-order-product-row img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
    border-radius: 8px;
    background: var(--bg-light);
    padding: 0.25rem;
}
.nrx-order-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}
.nrx-order-product-info strong {
    font-size: var(--fs-sm);
    color: var(--text-dark);
}
.nrx-order-product-info span {
    font-size: var(--fs-xs);
    color: var(--text-light);
}
.nrx-order-product-total {
    font-family: var(--fh);
    font-weight: 700;
    color: var(--text-dark);
    font-size: var(--fs-body);
}
.nrx-order-addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.nrx-order-addresses address {
    font-style: normal;
    font-size: var(--fs-sm);
    color: var(--text-mid);
    line-height: 1.6;
}
.nrx-order-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .nrx-cart-layout { grid-template-columns: 1fr; }
    .nrx-cart-summary { position: static; }
}
@media (max-width: 768px) {
    .nrx-cart-item { flex-wrap: wrap; gap: 0.75rem; }
    .nrx-cart-item-info { min-width: calc(100% - 6rem); }
    .nrx-cart-item-subtotal { min-width: auto; text-align: left; }
    .nrx-account-wrap .woocommerce-MyAccount-navigation ul { gap: 0 !important; }
    .nrx-order-info-grid { grid-template-columns: 1fr 1fr; }
    .nrx-order-addresses { grid-template-columns: 1fr; gap: 1rem; }
    .nrx-order-actions { flex-direction: column; }
}
@media (max-width: 480px) {
    .nrx-cart-item { padding: 1rem; }
    .nrx-account-login-card { padding: 1.5rem; }
}
</style>
<style>
/* ============================================
   AJAX SUCHE – SHARED
   ============================================ */
.nrx-search-input {
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    font-family: var(--fb);
    font-size: var(--fs-sm);
    outline: none;
    transition: border-color 0.2s;
    background-repeat: no-repeat;
    background-position: 0.75rem center;
    background-size: 1rem;
}
.nrx-search-wrap {
    position: relative;
}
.nrx-search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 1rem;
    height: 1rem;
}

/* Dropdown */
.nrx-search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0.375rem;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9999;
    max-height: 24rem;
    overflow-y: auto;
}
.nrx-search-dropdown.open { display: block; }

.nrx-search-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.875rem;
    text-decoration: none;
    transition: background 0.15s;
}
.nrx-search-item-img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 6px;
    object-fit: contain;
    flex-shrink: 0;
}
.nrx-search-item-info { flex: 1; min-width: 0; }
.nrx-search-item-title {
    font-size: var(--fs-sm);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nrx-search-item-meta {
    font-size: var(--fs-xs);
    margin-top: 1px;
}
.nrx-search-item-price {
    font-family: var(--fh);
    font-size: var(--fs-sm);
    font-weight: 700;
    flex-shrink: 0;
}
.nrx-search-all {
    display: block;
    text-align: center;
    padding: 0.625rem;
    font-family: var(--fh);
    font-size: var(--fs-xs);
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s;
}
.nrx-search-empty {
    padding: 1.5rem;
    text-align: center;
    font-size: var(--fs-sm);
}
.nrx-search-loading {
    padding: 1rem;
    text-align: center;
    font-size: var(--fs-xs);
}

/* ============================================
   HEADER VARIANTE (dunkel, weiß)
   ============================================ */
.nrx-search-bar {
    display: none;
    background: var(--bg-dark, #0a0a0f);
    border-bottom: 1px solid #1e1e28;
    padding: 0.75rem 0;
}
.nrx-search-bar.open { display: block; }

.nrx-search-bar .nrx-search-input {
    background-color: #111118;
    border: 1px solid #ff9900;
    border-radius: var(--rad-pill, 100px);
    color: var(--orange);
}
.nrx-search-bar .nrx-search-icon { color: #ff9900; }

.nrx-search-bar .nrx-search-dropdown {
    background: #111118;
    border: 1px solid #2a2a38;
    box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}
.nrx-search-bar .nrx-search-item:hover { background: rgba(255,255,255,0.04); }
.nrx-search-bar .nrx-search-item-img { background: #1a1a24; padding: 0.125rem; }
.nrx-search-bar .nrx-search-item-title { color: #fff; }
.nrx-search-bar .nrx-search-item-meta { color: #666; }
.nrx-search-bar .nrx-search-item-price { color: var(--orange, #ff9900); }
.nrx-search-bar .nrx-search-all { color: var(--orange, #ff9900); border-top: 1px solid #1e1e28; }
.nrx-search-bar .nrx-search-all:hover { background: rgba(255,255,255,0.03); }
.nrx-search-bar .nrx-search-empty { color: #666; }
.nrx-search-bar .nrx-search-loading { color: #666; }

/* ============================================
   BREADCRUMB VARIANTE (hell, schwarz)
   ============================================ */
.nrx-bc-search .nrx-search-input {
    background-color: var(--bg-white, #fff);
    border: 1px solid var(--text-dark, #161616);
    border-radius: var(--rad-pill, 100px);
    color: var(--text-dark, #161616);
}
.nrx-bc-search .nrx-search-input::placeholder { color: var(--text-hint, #aaa); }
.nrx-bc-search .nrx-search-input:focus { border-color: var(--text-dark, #161616); }
.nrx-bc-search .nrx-search-icon { color: var(--text-dark, #161616); }

.nrx-bc-search .nrx-search-dropdown {
    background: var(--bg-white, #fff);
    border: 1px solid var(--border-l, #E2E2E6);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.nrx-bc-search .nrx-search-item:hover { background: var(--bg-light, #f0f0f2); }
.nrx-bc-search .nrx-search-item-img { background: var(--bg-light, #f0f0f2); padding: 0.125rem; }
.nrx-bc-search .nrx-search-item-title { color: var(--text-dark, #161616); }
.nrx-bc-search .nrx-search-item-meta { color: var(--text-light, #777); }
.nrx-bc-search .nrx-search-item-price { color: var(--text-dark, #161616); }
.nrx-bc-search .nrx-search-all { color: var(--dunkel, #003366); border-top: 1px solid var(--border-l, #E2E2E6); }
.nrx-bc-search .nrx-search-all:hover { background: var(--bg-light, #f0f0f2); }
.nrx-bc-search .nrx-search-empty { color: var(--text-light, #777); }
.nrx-bc-search .nrx-search-loading { color: var(--text-light, #777); }

/* Breadcrumb row – Suchleiste rechts neben Breadcrumb */
.nrx-bc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.nrx-bc-search {
    position: relative;
    width: 100%;
    max-width: 25rem;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .nrx-bc-row { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
    .nrx-bc-search { max-width: 100%; }
    .nrx-search-bar .nrx-search-wrap { max-width: 100%; }
}
</style>
<style id='wp-img-auto-sizes-contain-inline-css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='local-fonts-css' href='https://shop.norix.at/wp-content/dsgvo-all-in-one-wp-pro/google-fonts.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='https://shop.norix.at/wp-includes/css/dist/block-library/common.min.css?ver=6.9.4' media='all' />
<style id='wp-block-accordion-inline-css'>
.wp-block-accordion{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/accordion/style.min.css */
</style>
<style id='wp-block-accordion-item-inline-css'>
.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/accordion-item/style.min.css */
</style>
<style id='wp-block-archives-inline-css'>
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/archives/style.min.css */
</style>
<style id='wp-block-avatar-inline-css'>
.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/avatar/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-button-css' href='https://shop.norix.at/wp-includes/blocks/button/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-calendar-inline-css'>
.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/calendar/style.min.css */
</style>
<style id='wp-block-categories-inline-css'>
.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/categories/style.min.css */
</style>
<style id='wp-block-comment-author-name-inline-css'>
.wp-block-comment-author-name{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/comment-author-name/style.min.css */
</style>
<style id='wp-block-comment-content-inline-css'>
.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-content{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/comment-content/style.min.css */
</style>
<style id='wp-block-comment-date-inline-css'>
.wp-block-comment-date{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/comment-date/style.min.css */
</style>
<style id='wp-block-comment-edit-link-inline-css'>
.wp-block-comment-edit-link{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/comment-edit-link/style.min.css */
</style>
<style id='wp-block-comment-reply-link-inline-css'>
.wp-block-comment-reply-link{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/comment-reply-link/style.min.css */
</style>
<style id='wp-block-comment-template-inline-css'>
.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/comment-template/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-comments-css' href='https://shop.norix.at/wp-includes/blocks/comments/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-comments-pagination-inline-css'>
.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/comments-pagination/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-cover-css' href='https://shop.norix.at/wp-includes/blocks/cover/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-file-inline-css'>
.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/file/style.min.css */
</style>
<style id='wp-block-footnotes-inline-css'>
.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/footnotes/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-gallery-css' href='https://shop.norix.at/wp-includes/blocks/gallery/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-heading-inline-css'>
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/heading/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-image-css' href='https://shop.norix.at/wp-includes/blocks/image/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-latest-comments-inline-css'>
ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/latest-comments/style.min.css */
</style>
<style id='wp-block-latest-posts-inline-css'>
.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/latest-posts/style.min.css */
</style>
<style id='wp-block-list-inline-css'>
ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/list/style.min.css */
</style>
<style id='wp-block-loginout-inline-css'>
.wp-block-loginout{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/loginout/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-media-text-css' href='https://shop.norix.at/wp-includes/blocks/media-text/style.min.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='wp-block-navigation-css' href='https://shop.norix.at/wp-includes/blocks/navigation/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-navigation-link-inline-css'>
.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/navigation-link/style.min.css */
</style>
<style id='wp-block-page-list-inline-css'>
.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/page-list/style.min.css */
</style>
<style id='wp-block-post-author-inline-css'>
.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-author/style.min.css */
</style>
<style id='wp-block-post-author-biography-inline-css'>
.wp-block-post-author-biography{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-author-biography/style.min.css */
</style>
<style id='wp-block-post-author-name-inline-css'>
.wp-block-post-author-name{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-author-name/style.min.css */
</style>
<style id='wp-block-post-comments-count-inline-css'>
.wp-block-post-comments-count{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-comments-count/style.min.css */
</style>
<style id='wp-block-post-comments-form-inline-css'>
:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-comments-form/style.min.css */
</style>
<style id='wp-block-buttons-inline-css'>
.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter{text-align:center}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/buttons/style.min.css */
</style>
<style id='wp-block-post-comments-link-inline-css'>
.wp-block-post-comments-link{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-comments-link/style.min.css */
</style>
<style id='wp-block-post-content-inline-css'>
.wp-block-post-content{display:flow-root}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-content/style.min.css */
</style>
<style id='wp-block-post-date-inline-css'>
.wp-block-post-date{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-date/style.min.css */
</style>
<style id='wp-block-post-excerpt-inline-css'>
:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-excerpt/style.min.css */
</style>
<style id='wp-block-post-featured-image-inline-css'>
.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-featured-image/style.min.css */
</style>
<style id='wp-block-post-navigation-link-inline-css'>
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-navigation-link/style.min.css */
</style>
<style id='wp-block-post-template-inline-css'>
.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-template/style.min.css */
</style>
<style id='wp-block-post-terms-inline-css'>
.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-terms/style.min.css */
</style>
<style id='wp-block-post-time-to-read-inline-css'>
.wp-block-post-time-to-read{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-time-to-read/style.min.css */
</style>
<style id='wp-block-post-title-inline-css'>
.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/post-title/style.min.css */
</style>
<style id='wp-block-query-pagination-inline-css'>
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/query-pagination/style.min.css */
</style>
<style id='wp-block-query-title-inline-css'>
.wp-block-query-title{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/query-title/style.min.css */
</style>
<style id='wp-block-query-total-inline-css'>
.wp-block-query-total{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/query-total/style.min.css */
</style>
<style id='wp-block-read-more-inline-css'>
.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/read-more/style.min.css */
</style>
<style id='wp-block-rss-inline-css'>
ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/rss/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-search-css' href='https://shop.norix.at/wp-includes/blocks/search/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-site-logo-inline-css'>
.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/site-logo/style.min.css */
</style>
<style id='wp-block-site-tagline-inline-css'>
.wp-block-site-tagline{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/site-tagline/style.min.css */
</style>
<style id='wp-block-site-title-inline-css'>
.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/site-title/style.min.css */
</style>
<style id='wp-block-tag-cloud-inline-css'>
.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/tag-cloud/style.min.css */
</style>
<style id='wp-block-term-count-inline-css'>
.wp-block-term-count{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/term-count/style.min.css */
</style>
<style id='wp-block-term-description-inline-css'>
:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/term-description/style.min.css */
</style>
<style id='wp-block-term-name-inline-css'>
.wp-block-term-name{box-sizing:border-box}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/term-name/style.min.css */
</style>
<style id='wp-block-term-template-inline-css'>
.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/term-template/style.min.css */
</style>
<style id='wp-block-video-inline-css'>
.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/video/style.min.css */
</style>
<style id='wp-block-accordion-heading-inline-css'>
.wp-block-accordion-heading__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/accordion-heading/style.min.css */
</style>
<style id='wp-block-accordion-panel-inline-css'>
.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/accordion-panel/style.min.css */
</style>
<style id='wp-block-audio-inline-css'>
.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/audio/style.min.css */
</style>
<style id='wp-block-code-inline-css'>
.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/code/style.min.css */
</style>
<style id='wp-block-columns-inline-css'>
.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/columns/style.min.css */
</style>
<style id='wp-block-details-inline-css'>
.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/details/style.min.css */
</style>
<style id='wp-block-embed-inline-css'>
.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/embed/style.min.css */
</style>
<style id='wp-block-group-inline-css'>
.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/group/style.min.css */
</style>
<style id='wp-block-math-inline-css'>
.wp-block-math{overflow-x:auto;overflow-y:hidden}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/math/style.min.css */
</style>
<style id='wp-block-paragraph-inline-css'>
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/paragraph/style.min.css */
</style>
<style id='wp-block-preformatted-inline-css'>
.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/preformatted/style.min.css */
</style>
<style id='wp-block-pullquote-inline-css'>
.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/pullquote/style.min.css */
</style>
<style id='wp-block-quote-inline-css'>
.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/quote/style.min.css */
</style>
<style id='wp-block-separator-inline-css'>
@charset "UTF-8";.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/separator/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-social-links-css' href='https://shop.norix.at/wp-includes/blocks/social-links/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-spacer-inline-css'>
.wp-block-spacer{clear:both}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/spacer/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-table-css' href='https://shop.norix.at/wp-includes/blocks/table/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-text-columns-inline-css'>
.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/text-columns/style.min.css */
</style>
<style id='wp-block-verse-inline-css'>
pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}
/*# sourceURL=https://shop.norix.at/wp-includes/blocks/verse/style.min.css */
</style>
<link rel='stylesheet' id='wc-blocks-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-active-filters-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/active-filters.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='woocommerce-add-to-cart-form-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/add-to-cart-form-style.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='wc-blocks-style-all-products-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/all-products.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-all-reviews-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/all-reviews.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-attribute-filter-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/attribute-filter.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-packages-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/packages-style.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-breadcrumbs-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/breadcrumbs.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-cart-link-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/cart-link.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-catalog-sorting-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/catalog-sorting.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-legacy-template-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/legacy-template.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-coming-soon-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/coming-soon.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='woocommerce-customer-account-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/customer-account-style.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='wc-blocks-style-featured-category-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/featured-category.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-featured-product-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/featured-product.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-mini-cart-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart.css?ver=wc-10.7.0' media='all' />
<style id='woocommerce-product-gallery-large-image-next-previous-style-inline-css'>
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}:where(.wc-block-next-previous-buttons)[hidden]{display:none!important}:where(.wc-block-next-previous-buttons__icon){color:inherit}:where(.wc-block-next-previous-buttons__icon--left){padding:2px 2px 0 0}:where(.wc-block-next-previous-buttons__icon--right){padding:2px 0 0 2px}:where(.rtl) :where(.wc-block-next-previous-buttons__icon--left){padding:2px 0 0 2px}:where(.rtl) :where(.wc-block-next-previous-buttons__icon--right){padding:2px 2px 0 0}:where(.wc-block-next-previous-buttons__button){background:#fff;border:none;cursor:pointer;font-size:12px;height:40px;outline-offset:-2px;padding:0;pointer-events:all;width:40px;z-index:22}:where(.wc-block-next-previous-buttons__button[aria-disabled=true]){cursor:not-allowed}:where(.wc-block-next-previous-buttons__button[aria-disabled=true]) :where(.wc-block-next-previous-buttons__icon){opacity:30%}

/*# sourceURL=https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-gallery-large-image-next-previous-style.css */
</style>
<link rel='stylesheet' id='wc-blocks-style-store-notices-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/store-notices.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-payment-method-icons-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/payment-method-icons.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-price-filter-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/price-filter.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='woocommerce-product-button-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-button-style.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-categories-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-categories.css?ver=wc-10.7.0' media='all' />
<style id='woocommerce-product-collection-style-inline-css'>
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wp-block-woocommerce-product-collection{margin-bottom:30px}.wp-block-woocommerce-product-collection .wc-block-components-product-stock-indicator{text-align:center}.wp-block-woocommerce-product-collection h2.wp-block-heading{font-size:var(--wp--preset--font-size--small,14px);line-height:1.4}.wp-block-woocommerce-product-collection .wc-block-components-notices:not(:has(*))+.wc-block-product-template{margin-block-start:0}@media(max-width:600px)and (hover:none)and (pointer:coarse){.wp-block-woocommerce-product-collection:has(.is-product-collection-layout-carousel) :where(.wc-block-next-previous-buttons.wc-block-next-previous-buttons){display:none}}.wc-block-components-notice-banner .wc-block-components-button.wc-block-components-notice-banner__dismiss[hidden]{display:none}

/*# sourceURL=https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-collection-style.css */
</style>
<link rel='stylesheet' id='woocommerce-product-filters-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-filters-style.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-filter-status-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-status.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='woocommerce-product-filter-price-slider-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-filter-price-slider-style.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-filter-attribute-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-attribute.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-filter-rating-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-rating.css?ver=wc-10.7.0' media='all' />
<style id='woocommerce-product-filter-removable-chips-style-inline-css'>
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-product-filter-removable-chips.is-vertical .wc-block-product-filter-removable-chips__items{flex-direction:column}.wc-block-product-filter-removable-chips.is-content-justification-center .wc-block-product-filter-removable-chips__items{justify-content:center}.wc-block-product-filter-removable-chips.is-content-justification-right .wc-block-product-filter-removable-chips__items{justify-content:flex-end}.wc-block-product-filter-removable-chips.is-content-justification-space-between .wc-block-product-filter-removable-chips__items{justify-content:space-between}.wc-block-product-filter-removable-chips.is-horizontal .wc-block-product-filter-removable-chips__items{width:100%}.wc-block-product-filter-removable-chips__items{color:var(--wc-product-filter-removable-chips-text,currentColor);display:inline-flex;flex-wrap:wrap;gap:4px;list-style:none;margin:0;padding:0}.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item{align-items:center;appearance:none;background:var(--wc-product-filter-removable-chips-background,transparent);border:1px solid var(--wc-product-filter-removable-chips-border,color-mix(in srgb,currentColor 20%,transparent));border-radius:2px;display:flex;font-size:.875em;gap:8px;justify-content:space-between;padding:.25em .75em}.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove{align-items:center;background-color:transparent;border:none;color:var(--wc-product-filter-removable-chips-text,currentColor);cursor:pointer;display:flex;margin:0;padding:0}.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove .wc-block-product-filter-removable-chips__remove-icon{fill:currentColor}

/*# sourceURL=https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-filter-removable-chips-style.css */
</style>
<link rel='stylesheet' id='wc-blocks-style-product-filter-clear-button-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-clear-button.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='woocommerce-product-filter-checkbox-list-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-filter-checkbox-list-style.css?ver=6.9.4' media='all' />
<style id='woocommerce-product-filter-chips-style-inline-css'>
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-product-filter-chips fieldset{display:contents}:where(.wc-block-product-filter-chips__items){display:flex;flex-wrap:wrap;gap:4px}.wc-block-product-filter-chips__item{appearance:none;background:transparent;border:1px solid color-mix(in srgb,currentColor 40%,transparent);border-radius:2px;color:inherit;cursor:pointer;font-family:inherit;font-size:.8em;padding:.25em .75em}.wc-block-product-filter-chips__item:focus{outline:1px solid currentColor;outline-offset:1px}.wc-block-product-filter-chips__item:hover{background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 10%,transparent)}.has-chip-text-color .wc-block-product-filter-chips__item{color:var(--wc-product-filter-chips-text)}.has-chip-background-color .wc-block-product-filter-chips__item{background:var(--wc-product-filter-chips-background)}.has-chip-border-color .wc-block-product-filter-chips__item{border-color:var(--wc-product-filter-chips-border)}.has-selected-chip-text-color .wc-block-product-filter-chips__item[aria-checked=true]{color:var(--wc-product-filter-chips-selected-text)}.has-selected-chip-background-color .wc-block-product-filter-chips__item[aria-checked=true]{background:var(--wc-product-filter-chips-selected-background)}.has-selected-chip-border-color .wc-block-product-filter-chips__item[aria-checked=true]{border-color:var(--wc-product-filter-chips-selected-border)}:where(.wc-block-product-filter-chips__label){align-items:center;display:inline-flex;gap:4px}.wc-block-product-filter-chips__text{display:contents}.wc-block-product-filter-chips__count{display:contents;white-space:nowrap}.wc-block-product-filter-chips__show-more{appearance:none;background:transparent;border:none;font-family:inherit;padding:0;text-decoration:underline}

/*# sourceURL=https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-filter-chips-style.css */
</style>
<link rel='stylesheet' id='wc-blocks-style-product-filter-taxonomy-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-taxonomy.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='woocommerce-product-gallery-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-gallery-style.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-image-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-image.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-image-gallery-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-image-gallery.css?ver=wc-10.7.0' media='all' />
<style id='woocommerce-product-price-style-inline-css'>
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price{display:block}.wc-block-components-product-price[hidden]{display:none}.wc-block-components-product-price>:empty{display:none}.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-price ins{text-decoration:none}.wc-block-components-product-price .woocommerce-Price-amount{white-space:nowrap}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{animation:none}}

/*# sourceURL=https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-price.css */
</style>
<link rel='stylesheet' id='woocommerce-product-template-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-template-style.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-query-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-query.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-rating-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-rating.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-rating-stars-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-rating-stars.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-results-count-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-results-count.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-sale-badge-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-sale-badge.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-search-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-search.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-sku-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-sku.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-summary-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-summary.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-title-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-title.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-rating-filter-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/rating-filter.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-reviews-by-category-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/reviews-by-category.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-reviews-by-product-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/reviews-by-product.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-stock-filter-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/stock-filter.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-order-confirmation-status-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-status.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-order-confirmation-summary-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-summary.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-order-confirmation-totals-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-totals.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-order-confirmation-downloads-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-order-confirmation-billing-address-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-address.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-order-confirmation-shipping-address-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-address.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-order-confirmation-additional-information-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-information.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-order-confirmation-additional-fields-wrapper-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields-wrapper.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-order-confirmation-additional-fields-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-order-confirmation-create-account-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-create-account.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-details-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-details.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-specifications-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-specifications.css?ver=wc-10.7.0' media='all' />
<style id='woocommerce-accordion-group-style-inline-css'>
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wp-block-woocommerce-accordion-item{display:grid;grid-template-rows:max-content 0fr}.wp-block-woocommerce-accordion-item.is-open{grid-template-rows:max-content 1fr}.wp-block-woocommerce-accordion-item .accordion-item__heading{color:inherit;margin:0;padding:0}.accordion-item__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;outline:none;padding:var(--wp--preset--spacing--20,1em) 0;position:relative;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.accordion-item__toggle>span{width:100%}.is-layout-flow>.wp-block-woocommerce-accordion-panel,.wp-block-woocommerce-accordion-panel{margin:0;overflow:hidden}.accordion-panel__wrapper{padding-bottom:var(--wp--preset--spacing--20,1em)}.is-style-no-icon .accordion-item__toggle-icon{background-color:unset}.wp-block-woocommerce-accordion-header.icon-position-left .accordion-item__toggle{flex-direction:row-reverse}.accordion-item__toggle:focus-visible{outline:2px solid -webkit-focus-ring-color;outline-offset:2px}@media(prefers-reduced-motion:no-preference){.wp-block-woocommerce-accordion-item .accordion-item__toggle-icon{transition:transform .2s ease-in-out}.wp-block-woocommerce-accordion-item{transition:grid-template-rows .3s ease-out}}.is-open .accordion-item__toggle-icon.has-icon-plus{transform:rotate(45deg)}.is-open .accordion-item__toggle-icon.has-icon-chevron{transform:rotate(-180deg)}.is-open .accordion-item__toggle-icon.has-icon-circlePlus{transform:rotate(45deg)}.is-open .accordion-item__toggle-icon.has-icon-caret{transform:rotate(-180deg)}.is-open .accordion-item__toggle-icon.has-icon-chevronRight{transform:rotate(90deg)}

/*# sourceURL=https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/accordion-group-style.css */
</style>
<link rel='stylesheet' id='wc-blocks-style-product-reviews-title-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews-title.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='woocommerce-product-review-form-style-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce/product-review-form-style.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-review-date-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-review-date.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-review-content-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-review-content.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-review-author-name-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-review-author-name.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-reviews-pagination-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews-pagination.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-product-review-template-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/product-review-template.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-cart-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/cart.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-checkout-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/checkout.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='wc-blocks-style-mini-cart-contents-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents.css?ver=wc-10.7.0' media='all' />
<link rel='stylesheet' id='rank-math-related-posts-style-css' href='https://shop.norix.at/wp-content/plugins/seo-by-rank-math-pro/includes/modules/link-genius/blocks/related/assets/css/styles.css?ver=6.9.4' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='wpa-css-css' href='https://shop.norix.at/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.3.04' media='all' />
<link rel='stylesheet' id='norix-filter-css-css' href='https://shop.norix.at/wp-content/plugins/norix-smart-filter/assets/norix-filter.css?ver=1.0.0' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.7.0' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.7.0' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://shop.norix.at/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.7.0' media='all' />
<style id='woocommerce-inline-inline-css'>
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
</style>
<link rel='stylesheet' id='dsgvoaio_css-css' href='https://shop.norix.at/wp-content/plugins/dsgvo-all-in-one-for-wp-pro/assets/css/plugin.css?ver=6.9.4' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://shop.norix.at/wp-includes/css/dashicons.min.css?ver=6.9.4' media='all' />
<script src="https://shop.norix.at/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://shop.norix.at/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script src="https://shop.norix.at/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.7.0" id="wc-jquery-blockui-js" defer data-wp-strategy="defer"></script>
<script id="wc-add-to-cart-js-extra">
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"Warenkorb anzeigen","cart_url":"https://shop.norix.at/warenkorb/","is_cart":"","cart_redirect_after_add":"no"};
//# sourceURL=wc-add-to-cart-js-extra
</script>
<script src="https://shop.norix.at/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.7.0" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script>
<script src="https://shop.norix.at/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.7.0" id="wc-js-cookie-js" defer data-wp-strategy="defer"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Passwort anzeigen","i18n_password_hide":"Passwort ausblenden"};
//# sourceURL=woocommerce-js-extra
</script>
<script src="https://shop.norix.at/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.7.0" id="woocommerce-js" defer data-wp-strategy="defer"></script>
<script id="dsgvoaio_core_js-js-extra">
var parms = {"iframe_blocker_layertext":[" "," "," "," "," "],"shortcode_blocker_layertext":{"1":" ","2":" ","3":" ","4":" ","5":" "},"adminajaxurl":"https://shop.norix.at/wp-admin/admin-ajax.php","textgfrecaptchaloaded":"","customservice1_use":"","customservice1_needconsent":"true","customservice1_key":"customservice1","customservice1_name":"","customservice1_cookies":"","customservice1_type":"social","customservice1_readmore":"","customservice1_code_accept":"","customservice1_code_reject":"","customservice2_use":"","customservice2_needconsent":"true","customservice2_key":"customservice2","customservice2_name":"","customservice2_cookies":"","customservice2_type":"social","customservice2_readmore":"","customservice2_code_accept":"","customservice2_code_reject":"","customservice3_use":"","customservice3_needconsent":"true","customservice3_key":"customservice3","customservice3_name":"","customservice3_cookies":"","customservice3_type":"social","customservice3_readmore":"","customservice3_code_accept":"","customservice3_code_reject":"","animation_time":"1000","use_wpgmp":"","customservice4_use":"","customservice4_needconsent":"true","customservice4_key":"customservice4","customservice4_name":"","customservice4_cookies":"","customservice4_type":"social","customservice4_readmore":"","customservice4_code_accept":"","customservice4_code_reject":"","customservice5_use":"","customservice5_needconsent":"true","customservice5_key":"customservice5","customservice5_name":"","customservice5_cookies":"","customservice5_type":"social","customservice5_readmore":"","customservice5_code_accept":"","customservice5_code_reject":"","desc_other":"Dienste zum Anzeigen von Web-Inhalten.","desc_support":"Support Dienste erlauben es die Urheber der Seite zu kontaktieren und sie zu verbessern.","desc_comment":"Kommentar Dienste erleichtern die Organisation von Kommentaren und helfen dabei Spam zu verhindern.","desc_video":"Video Platformen erlauben Videoinhalte einzublenden und die Sichtbarkeit der Seite zu erh\u00f6hen.","desc_social":"Soziale Netzwerke k\u00f6nnen die Benutzbarkeit der Seite verbessern und den Bekanntheitsgrad erh\u00f6hen.","desc_analytic":"Die verwendeten Besucher Z\u00e4hldienste generieren Statistiken die dabei helfen, die Seite zu verbessern.","desc_ads":"Werbenetzwerke dienen dazu um dem Seitenbetreiber Einnahmen zu generieren.","desc_apis":"APIs werden benutzt um Skripte zu laden, wie: Geolokalisation, Suchmaschinen, \u00dcbersetzungen, ...","desc_essentail":"Hierbei handelt es sich um technisch notwendige Cookies.","popupagbs":" ","cookiedescriptiontext":"Wenn Sie diese Dienste nutzen, erlauben Sie deren 'Cookies' und Tracking-Funktionen, die zu ihrer ordnungsgem\u00e4\u00dfen Funktion notwendig sind.","nocookietext":"Dieser Dienst hat keine Cookies gespeichert","cookietextusagebefore":"Cookies:","linkto":"Zur offiziellen Webseite","cookietextusage":"Gespeicherte Cookies:","privacybtntext":"Datenschutzbedingungen","closetext":"Schlie\u00dfen","deactivatedtext":"ist deaktiviert.","accepttext":"Erlauben","denytext":"Ablehnen","noticestyle":"style1","gofundmename":"GoFundMe","openstreetmapname":"OpenStreetMap","komootname":"Komoot","piwikname":"Matomo (Piwik)","cookie_time":"30","statcountername":"Statcounter","fastcountername":"FastCounter","fbcustomerchatname":"Messenger Customer Chat","onesignalname":"OneSignal","tidioname":"Tidio Live Chat","slimstatsname":"Slimstats","etrackername":"eTracker","clickyname":"Clicky","slidesharename":"Slideshare","vimeoname":"Vimeo","hearthisname":"Hearthis","mixcloudname":"Mixcloud","soundcloudname":"Soundcloud","dailymotionname":"Dailymotion","youtubename":"Youtube","addtoanyname":"AddToAny","addthisname":"AddThis","calendlyname":"Calendly","shareaholicname":"Shareaholic","sharethisdisplayname":"ShareThis","fblikename":"Facebook (Gef\u00e4llt mir / Like Button)","fbfeedname":"Facebook Feed","fbcommentsname":"Facebook Kommentare","pinterestname":"Pinterest","instagramname":"Instagram","diqusname":"Disqus","amazonname":"Amazon","recaptchaname":"reCAPTCHA","hcaptchaname":"hCaptcha","gmapsname":"Google Maps","gdocsname":"Google Docs","gformsname":"Google Forms","hotjarname":"Hotjar","awinname":"Awin","criteoname":"Criteo","adsensename":"Google Adsense","gatagname":"Google Tag Manager (gtag.js)","ganame":"Google Analytics","fbpixelname":"Facebook Pixel","pixelorderid":"","fbpixel_content_type":"","fbpixel_content_ids":"","fbpixel_currency":"","fbpixel_product_cat":"","fbpixel_content_name":"","fbpixel_product_price":"","isbuyedsendet":"","allowallname":"Alle erlauben","denyallname":"Alle ablehnen","showpolicyname":"Datenschutzbedingungen / Cookies","yesname":"Ja","noname":"Nein","maincookiesname":"Allgemeine Cookies","language":"de","auto_accept_scrolling_percent":"25","wpcookiesname":"Allgemeine Cookies","privacysettingsname":"Datenschutz Einstellungen","servicecontrolname":"Service-Kontrolle","other_cat_name":"Andere","essential_cat_name":"Essenziell","apis_cat_name":"APIs","support_cat_name":"Support Dienste","comments_cat_name":"Kommentar Dienste","video_cat_name":"Video & Audio Dienste","social_cat_name":"Soziale Netzwerke","ads_cat_name":"Anzeigen Netzwerke","analytics_cat_name":"Besucherz\u00e4hlerdienste","popupbtncolor":"FEA82F","popupbtncoloractive":"1B870B","popupbtncolordeactive":"9C1A1A","instagram_accesstoken":"0","instagram_userid":"0","plugin_dir":"https%3A%2F%2Fshop.norix.at%2Fwp-content%2Fplugins%2Fdsgvo-all-in-one-for-wp-pro%2F","plugin_url":"https%3A%2F%2Fshop.norix.at%2Fwp-content%2Fplugins%2Fdsgvo-all-in-one-for-wp-pro%2F","btnbgcoloraccept":"499167","cansetcookies":"Folgende Cookies k\u00f6nnen gespeichert werden","usenocookies":"Dieser Dienst nutzt keine Cookies","nocookiesaved":"Dieser Dienst hat keine Cookies gespeichert","savedcookies":"Gespeicherte Cookies:","matomo_defaultoptinout":"optin","ga_defaultoptinout":"optin","pixeleventcurrency":"","pixeleventamount":"","pixelevent":"PageView","autoacceptscrolling":"","backgroundcolor":"1D1C1C","textcolor":"FFFFFF","buttonbackground":"FEA82F","buttontextcolor":"000000","buttonlinkcolor":"FFFFFF","cookietext":"\u003Cp\u003EUnser Unternehmen wurde von einem Kr\u00fcmelmonster \u00fcbernommen. \ud83e\udd16 Es ist sehr nett und bietet jedem User/jeder Userin seine kalorienarmen und fettfreien Cookies \ud83c\udf6a an. Das hilft ihm, Dich beim n\u00e4chsten Mal wiederzuerkennen. Welche Cookies Du mitnehmen m\u00fcsstest erf\u00e4hrst Du hier: \u003Ca href=\"/datenschutzerklaerung\"\u003EDatenschutzerkl\u00e4rung\u003C/a\u003E\u003C/p\u003E\n","cookiesavetext":"Auswahl speichern","cookieaccepttext":"Akzeptieren","btn_text_customize":"Personalisieren","cookietextscroll":"Durch das fortgesetzte bl\u00e4ttern, stimmen Sie der Benutzung von externen Diensten automatisch zu.","policyurl":"https://shop.norix.at/produkt/kingston-a400-ssd-240gb-2-5-sata-6gb-s/","onscrolltext":"\u003Cp\u003EDurch das fortgesetzte bl\u00e4ttern, stimmen Sie der Benutzung von externen Diensten automatisch zu.\u003C/p\u003E\n","onscrolltextbold":"Durch das fortgesetzte bl\u00e4ttern, stimmen Sie der Benutzung von externen Diensten automatisch zu.","base":"https://shop.norix.at","lightordark":"dark","loadingtext":"\u003Cdiv class='dsgvoaio_loading_text'\u003E\u003Cdiv class='dsgvoaio-lds'\u003E\u003Cdiv\u003E\u003C/div\u003E\u003Cdiv\u003E\u003C/div\u003E\u003Cdiv\u003E\u003C/div\u003E\u003Cdiv\u003E\u003C/div\u003E\u003C/div\u003E\u003Cbr/\u003EBitte warten. Der Dienst wird geladen...\u003C/div\u003E","show_layertext":"","googlemaps_spt":"","gofundme_spt":"","recaptcha_spt":"","hcaptcha_spt":"","addtoany_spt":"","linkedin_spt":"","addthis_spt":"","shareaholic_spt":"","sharethis_spt":"","openstreetmap_spt":"","komoot_spt":"","amazon_spt":"","criteo_spt":"","adsense_spt":"","vgwort_spt":"","fastcounter_spt":"","statcounter_spt":"","slideshare_spt":"","mixcloud_spt":"","hearthis_spt":"","soundcloud_spt":"","dailymotion_spt":"","vimeo_spt":"","twitch_spt":"","calendly_spt":"","youtube_spt":"","gdocs_spt":"","gforms_spt":"","youtubeplaylist_spt":"","vgwort_defaultoptinout":"optin","woocommercecookies":["woocommerce_cart_hash","woocommerce_items_in_cart","wp_woocommerce_session_","woocommerce_recently_viewed","store_notice[notice id]","tk_ai"],"polylangcookie":"","languageswitcher":" ","policyurltext":"Hier finden Sie unsere Datenschutzbestimmungen","ablehnentxt":"Ablehnen","ablehnentext":"Sie haben die Bedingungen abgelehnt. Sie werden daher auf google.de weitergeleitet.","ablehnenurl":"www.google.de","showrejectbtn":"on","outgoing_text":"\u003Cp\u003E\u003Cstrong\u003ESie verlassen nun unsere Internetpr\u00e4senz\u003C/strong\u003E\u003C/p\u003E\n\u003Cp\u003EDa Sie auf einen externen Link geklickt haben verlassen Sie nun unsere Internetpr\u00e4senz.\u003C/p\u003E\n\u003Cp\u003ESind Sie damit einverstanden so klicken Sie auf den nachfolgenden Button:\u003C/p\u003E\n","checkbox_externals_label":"Externe Dienste","checkbox_statistics_label":"Statistik","checkbox_essentials_label":"Essenziell","imprinturl":"https://shop.norix.at/produkt/kingston-a400-ssd-240gb-2-5-sata-6gb-s/","text_policy":"Datenschutzbedingungen","text_imprint":"Impressum","cookietextheader":"Datenschutzbedingungen","show_notice_heading":"on","close_popup_auto":"on"};
//# sourceURL=dsgvoaio_core_js-js-extra
</script>
<script src="https://shop.norix.at/wp-content/plugins/dsgvo-all-in-one-for-wp-pro/assets/js/tarteaucitron/tarteaucitron.min.js?ver=6.9.4" id="dsgvoaio_core_js-js"></script>
<script src="https://shop.norix.at/wp-content/plugins/dsgvo-all-in-one-for-wp-pro/assets/js/postscribe.min.js?ver=6.9.4" id="dsdvo_wp_postscribe-js"></script>
<link rel="https://api.w.org/" href="https://shop.norix.at/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://shop.norix.at/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.9.4" />
<meta name="generator" content="Site Kit by Google 1.177.0" />    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "Organization",
        "name": "Norix IT Support und Webdesign",
        "url": "https://shop.norix.at",
        "logo": "https://shop.norix.at/wp-content/uploads/2025/06/Logo-quer-schwarz.png",
        "description": "IT-Fachhandel in Wien – Laptops, PC-Systeme, Komponenten, Zubehör und Ersatzteile.",
        "address": {
            "@type": "PostalAddress",
            "addressLocality": "Wien",
            "addressCountry": "AT"
        },
        "contactPoint": {
            "@type": "ContactPoint",
            "telephone": "+43-1-423-01-70",
            "contactType": "customer service",
            "email": "office@norix.at",
            "availableLanguage": "German",
            "hoursAvailable": {
                "@type": "OpeningHoursSpecification",
                "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"],
                "opens": "09:00",
                "closes": "18:00"
            }
        }
    }
    </script>
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "WebSite",
        "name": "Norix Shop",
        "url": "https://shop.norix.at",
        "potentialAction": {
            "@type": "SearchAction",
            "target": "https://shop.norix.at/?s={search_term_string}&post_type=product",
            "query-input": "required name=search_term_string"
        }
    }
    </script>
    <!-- Google site verification - Google for WooCommerce -->
<meta name="google-site-verification" content="iyhXRqR-yVzErySPvAGXcuFJEKCi-1JL-bK5F1RZAms" />
	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="ppcp.axo" content="ppcp.axo.disabled" /><link rel="icon" href="https://shop.norix.at/wp-content/uploads/2025/06/Favicon-100x100.png" sizes="32x32" />
<link rel="icon" href="https://shop.norix.at/wp-content/uploads/2025/06/Favicon.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://shop.norix.at/wp-content/uploads/2025/06/Favicon.png" />
<meta name="msapplication-TileImage" content="https://shop.norix.at/wp-content/uploads/2025/06/Favicon.png" />
<style>
				 .dsdvo-cookie-notice #tarteaucitronDisclaimerAlert a {
					color: #FFFFFF !important;
				 }
				 </style><style>
				 .dsdvo-cookie-notice.style1 #tarteaucitronDisclaimerAlert {
					float: left;
				 width: 65%;
				min-height: 35px;
				 }
				 </style><style>
						#tarteaucitronClosePanel {
							font-size: 12px !important;
			
						}					
					
						.tac_float .tarteaucitronAllow,  .tac_float  .tarteaucitronPolicy{
							font-size: 12px !important;
			
						}					
					
						.tac_float {
							font-size: 12px !important;
			
						}					
					
						.tarteaucitronListCookies , .tarteaucitronHidden .tarteaucitronTitle, .tarteaucitronName a{
							font-size: 12px !important;
			
						}					
					
						.tarteaucitronHidden .tarteaucitronTitle a , .tarteaucitronHidden .tarteaucitronTitle{
							font-size: 14px !important;
			
						}					
					
						.tarteaucitronName b {
							font-size: 18px !important;
			
						}					
					
						.tarteaucitronAllow , .tarteaucitronDeny, .tarteaucitronPolicy{
							font-size: 14px !important;
							line-height: 18px !important;
			
						}					
					
						#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
							font-size: 22px !important;
							line-height: 30px;
						}					
					
						.dsdvo-cookie-notice #tarteaucitronAccept, .dsdvo-cookie-notice #tarteaucitronPersonalize, .dsdvo-cookie-notice #tarteaucitronCloseAlert {
							font-size: 14px !important;
							line-height: 18px !important;
						}					
					
						#tarteaucitronDisclaimerAlert, #tarteaucitronDisclaimerAlert p, #tarteaucitronDisclaimerAlert table td, #tarteaucitronDisclaimerAlert table th, #tarteaucitronDisclaimerAlert b, #tarteaucitronDisclaimerAlert a {
							font-size: 14px !important;
						}	
						#tarteaucitronDisclaimerAlert, #tarteaucitronDisclaimerAlert p	 {
							line-height: 22px !important;
						}				
						#tarteaucitronDisclaimerAlert h1 {
							font-size: 29px !important;
						}	
						#tarteaucitronDisclaimerAlert h2 {
							font-size: 26px !important;
						}	
						#tarteaucitronDisclaimerAlert h3 {
							font-size: 23px !important;
						}	
						#tarteaucitronDisclaimerAlert h4 {
							font-size: 20px !important;
						}	
						#tarteaucitronDisclaimerAlert h5 {
							font-size: 17px !important;
						}	
						#tarteaucitronDisclaimerAlert h6 {
							font-size: 14px !important;
						}							
					
						.tac_float, .youtube_player .tac_float,.vimeo_player .tac_float {
							background: rgba(51, 51, 51, 0.85) !important;
							color: #FFFFFF !important;
						}	
						.tac_activate .tac_float b	{
							color: #FFFFFF !important;
						}				
					
						.tac_activate .tac_float .tarteaucitronAllow {
							color: #FFFFFF !important;
							background-color: #1B870B !important;
						}			
					
						.tac_activate .tac_float .tarteaucitronPolicy {
							color: #FFFFFF !important;
							background-color: #0B5087 !important;
						}			
					
						.tarteaucitronAlertSmallTop {
							top: 20px !important;
							left: 35px !important;
							right: auto !important;
						}		
					
					.switchdsgvoaio-input:checked ~ .switchdsgvoaio-label {
						background: #1B870B !important;
					}
					.switchdsgvoaio-label {
						background: #9C1A1A !important;
					}
					.switchdsgvoaio-label:before {
						color: #000000;
					}	
					.switchdsgvoaio.dsgvoaiowaiting .switchdsgvoaio-label {
						background: #FEA82F !important;
					}					
					#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
						background: #333333 !important;
						border: 3px solid #333333 !important;
						border-left: 9px solid #333333 !important;
						border-top: 5px solid #333333 !important;
						margin-bottom: 0;
						margin-top: 21px;
						position: relative;
					}
					.dsgvoaio_pol_header .dsgvo_hide_policy_popup .dashicons,#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
						color: #FFFFFF !important;
					}
	
					#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
						background: #333333 !important;
					}
					
					#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel, .dsgvoaio_pol_header {
						background: #333333 !important;
						
					}
					
					#tarteaucitron .tarteaucitronBorder {
						background: #fff;
						border: 2px solid #333333 !important;
					}
					
					#dsgvo_service_control .dsdvo-cookie-notice.style1 {
						background: #333333 !important;
					}
					
					#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {
						background: #FEA82F;
						color: #000000 !important;
					}
					
					#tarteaucitronAlertSmall {
						background: #333333 !important;
						border-radius: 5px;
					}
					
					#tarteaucitronAlertBig #tarinner, #tarteaucitronAlertBig {
						border-radius: 5px;
					}
					
					.tarteaucitronBorder {
						border-bottom-left-radius: 5px;
						border-bottom-right-radius: 5px;						
					}
					
					#tarteaucitronClosePanel {
						border-top-left-radius: 5px;
						border-top-right-radius: 5px;						
					}
					
					#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine, .dsgvoaio_pol_header {
						border-top-left-radius: 5px;					
					}					
					
					#tarteaucitronAlertSmall #tarteaucitronManager {
						color: #FFFFFF !important;
					}
					#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
						background-color: #1B870B !important;
					}
					
					#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
						background-color: #9C1A1A !important;
					}
				 </style>
		<!-- Global site tag (gtag.js) - Google Ads: AW-974897728 - Google for WooCommerce -->
		<script>var dsgvoaio_ga_code = "AW-974897728";</script>
		<script>var dsgvoaio_ga_code_init = "%3Cscript%3E%0A%09%09%09window.dataLayer+%3D+window.dataLayer+%7C%7C+%5B%5D%3B%0A%09%09%09function+gtag%28%29+%7B+dataLayer.push%28arguments%29%3B+%7D%0A%09%09%09gtag%28+%27consent%27%2C+%27default%27%2C+%7B%0A%09%09%09%09analytics_storage%3A+%27denied%27%2C%0A%09%09%09%09ad_storage%3A+%27denied%27%2C%0A%09%09%09%09ad_user_data%3A+%27denied%27%2C%0A%09%09%09%09ad_personalization%3A+%27denied%27%2C%0A%09%09%09%09region%3A+%5B%27AT%27%2C+%27BE%27%2C+%27BG%27%2C+%27HR%27%2C+%27CY%27%2C+%27CZ%27%2C+%27DK%27%2C+%27EE%27%2C+%27FI%27%2C+%27FR%27%2C+%27DE%27%2C+%27GR%27%2C+%27HU%27%2C+%27IS%27%2C+%27IE%27%2C+%27IT%27%2C+%27LV%27%2C+%27LI%27%2C+%27LT%27%2C+%27LU%27%2C+%27MT%27%2C+%27NL%27%2C+%27NO%27%2C+%27PL%27%2C+%27PT%27%2C+%27RO%27%2C+%27SK%27%2C+%27SI%27%2C+%27ES%27%2C+%27SE%27%2C+%27GB%27%2C+%27CH%27%5D%2C%0A%09%09%09%09wait_for_update%3A+500%2C%0A%09%09%09%7D+%29%3B%0A%09%09%09gtag%28%27js%27%2C+new+Date%28%29%29%3B%0A%09%09%09gtag%28%27set%27%2C+%27developer_id.dOGY3NW%27%2C+true%29%3B%0A%09%09%09gtag%28%22config%22%2C+%22AW-974897728%22%2C+%7B+%22groups%22%3A+%22GLA%22%2C+%22send_page_view%22%3A+false+%7D%29%3B%09%09%3C%2Fscript%3E";</script>

		</head>
<body class="archive post-type-archive post-type-archive-product wp-custom-logo wp-embed-responsive wp-theme-hello-elementor theme-hello-elementor woocommerce-shop woocommerce woocommerce-page woocommerce-no-js hello-elementor-default">

 
    <!-- TOPBAR (dunkel) -->
    <div id="nrx-topbar">
        <div class="nrx-tb-inner">
            <div class="nrx-tb-left">
                <a href="https://www.facebook.com/NorixITSupport" target="_blank" rel="noopener" aria-label="Facebook"><svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg></a>
                <a href="https://www.instagram.com/it_norix/" target="_blank" rel="noopener" aria-label="Instagram"><svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"/></svg></a>
                <span class="nrx-tb-sep">|</span>
                <a href="https://norix.at/" target="_blank" rel="noopener" class="nrx-tb-link-main">norix.at</a>
            </div>
            <div class="nrx-tb-right">
                <a href="tel:+4314230170"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6A19.79 19.79 0 012.12 4.18 2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z"/></svg> +43 1 423 01 70</a>
                <a href="mailto:office@norix.at"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 01-2.06 0L2 7"/></svg> office@norix.at</a>
            </div>
        </div>
    </div>
 
    <!-- HAUPTNAVIGATION (hell/dunkel) -->
    <header id="nrx-hdr">
        <div class="nrx-hdr-inner">
 
            <!-- Logo -->
            <a href="https://shop.norix.at/" class="nrx-hdr-logo">
                <img src="/wp-content/uploads/2026/03/Logo_quer_Weiss.png" alt="Norix Shop" height="38">
            </a>
 
            <!-- Desktop Menu -->
                        <nav class="nrx-nav" id="nrx-nav">
                                                        <a href="/produkt-kategorie/laptop/">Laptops</a>
                                                                            <a href="/produkt-kategorie/pc-systeme/">PC-Systeme</a>
                                                                            <div class="nrx-dd">
                        <a href="/produkt-kategorie/komponenten/">Komponenten <svg class="nrx-chev" width="10" height="10" viewBox="0 0 12 12" fill="none"><path d="M3 4.5l3 3 3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg></a>
                        <div class="nrx-dd-list">
                            <a href="/produkt-kategorie/komponenten/" class="nrx-dd-all">Alle Komponenten</a>
                                                            <a href="/produkt-kategorie/komponenten/grafikkarten/">Grafikkarten</a>
                                                            <a href="/produkt-kategorie/komponenten/speichermedium/">Speichermedium</a>
                                                    </div>
                    </div>
                                                                            <div class="nrx-dd">
                        <a href="/produkt-kategorie/zubehoer/">Zubehör <svg class="nrx-chev" width="10" height="10" viewBox="0 0 12 12" fill="none"><path d="M3 4.5l3 3 3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg></a>
                        <div class="nrx-dd-list">
                            <a href="/produkt-kategorie/zubehoer/" class="nrx-dd-all">Alle Zubehör</a>
                                                            <a href="/produkt-kategorie/zubehoer/drucker/">Drucker</a>
                                                            <a href="/produkt-kategorie/zubehoer/monitore/">Monitore</a>
                                                    </div>
                    </div>
                                                                            <div class="nrx-dd">
                        <a href="/produkt-kategorie/netzwerk/">Netzwerk <svg class="nrx-chev" width="10" height="10" viewBox="0 0 12 12" fill="none"><path d="M3 4.5l3 3 3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg></a>
                        <div class="nrx-dd-list">
                            <a href="/produkt-kategorie/netzwerk/" class="nrx-dd-all">Alle Netzwerk</a>
                                                            <a href="/produkt-kategorie/netzwerk/switch/">Switch</a>
                                                    </div>
                    </div>
                                                                            <a href="/produkt-kategorie/ersatzteile/">Ersatzteile</a>
                                                </nav>
 
            <!-- Rechts: Suche + Account + Warenkorb -->
            <div class="nrx-hdr-actions">
                <!-- Suche -->
                <button id="nrx-search-toggle" class="nrx-hdr-icon" aria-label="Suche öffnen">
                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
                </button>
 
                <!-- Wunschliste -->
                <a href="/wunschliste/" class="nrx-hdr-icon" aria-label="Wunschliste" style="position:relative;">
                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z"/></svg>
                    <span class="nrx-wl-count" id="nrx-wl-count" style="display:none;">0</span>
                </a>
 
                <!-- Account -->
                <a href="/mein-konto/" class="nrx-hdr-icon" aria-label="Mein Konto">
                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>
                </a>
 
                <!-- Warenkorb -->
                <a href="/warenkorb/" class="nrx-hdr-icon nrx-cart-icon" aria-label="Warenkorb">
                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg>
                                    </a>
 
                <!-- Hamburger (Mobile) -->
                <button id="nrx-hamburger" class="nrx-hamburger" aria-label="Menü öffnen" onclick="document.getElementById('nrx-mobile').classList.add('open');document.body.style.overflow='hidden';">
                    <span></span><span></span><span></span>
                </button>
            </div>
        </div>
 
        <!-- Search Dropdown -->
		<div id="nrx-search-bar" class="nrx-search-bar">
			<div class="nrx-container">
				<div class="nrx-search-wrap" style="max-width:32rem;margin:0 auto;">
					<svg class="nrx-search-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
					<input type="text" class="nrx-search-input" placeholder="Produkt, SKU oder Suchbegriff..." autocomplete="off">
					<div class="nrx-search-dropdown"></div>
				</div>
			</div>
		</div>
    </header>
 
    <!-- MOBILE PANEL -->
    <div id="nrx-mobile" class="nrx-mobile-panel">
        <div class="nrx-mobile-head">
            <img src="/wp-content/uploads/2026/03/Logo_quer_Weiss.png" alt="Norix" height="30">
            <button onclick="document.getElementById('nrx-mobile').classList.remove('open');document.body.style.overflow='';" aria-label="Schließen">
                <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"><path d="M18 6L6 18M6 6l12 12"/></svg>
            </button>
        </div>
        <nav class="nrx-mobile-nav">
                                            <a href="/produkt-kategorie/laptop/">Laptops</a>
                                                            <a href="/produkt-kategorie/pc-systeme/">PC-Systeme</a>
                                                            <div class="nrx-mob-group">
                    <button class="nrx-mob-toggle" onclick="this.parentElement.classList.toggle('open')">
                        Komponenten                        <svg class="nrx-mob-chev" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M3 4.5l3 3 3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
                    </button>
                    <div class="nrx-mob-sub">
                        <a href="/produkt-kategorie/komponenten/">Alle Komponenten</a>
                                                    <a href="/produkt-kategorie/komponenten/grafikkarten/">Grafikkarten</a>
                                                    <a href="/produkt-kategorie/komponenten/speichermedium/">Speichermedium</a>
                                            </div>
                </div>
                                                            <div class="nrx-mob-group">
                    <button class="nrx-mob-toggle" onclick="this.parentElement.classList.toggle('open')">
                        Zubehör                        <svg class="nrx-mob-chev" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M3 4.5l3 3 3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
                    </button>
                    <div class="nrx-mob-sub">
                        <a href="/produkt-kategorie/zubehoer/">Alle Zubehör</a>
                                                    <a href="/produkt-kategorie/zubehoer/drucker/">Drucker</a>
                                                    <a href="/produkt-kategorie/zubehoer/monitore/">Monitore</a>
                                            </div>
                </div>
                                                            <div class="nrx-mob-group">
                    <button class="nrx-mob-toggle" onclick="this.parentElement.classList.toggle('open')">
                        Netzwerk                        <svg class="nrx-mob-chev" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M3 4.5l3 3 3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
                    </button>
                    <div class="nrx-mob-sub">
                        <a href="/produkt-kategorie/netzwerk/">Alle Netzwerk</a>
                                                    <a href="/produkt-kategorie/netzwerk/switch/">Switch</a>
                                            </div>
                </div>
                                                            <a href="/produkt-kategorie/ersatzteile/">Ersatzteile</a>
                                        <div class="nrx-mob-divider"></div>
            <a href="/mein-konto/">Mein Konto</a>
            <a href="/wunschliste/">Wunschliste</a>
            <a href="/warenkorb/">Warenkorb</a>
        </nav>
        <div class="nrx-mobile-foot">
            <a href="tel:+4314230170">+43 1 423 01 70</a>
            <a href="mailto:office@norix.at">office@norix.at</a>
        </div>
    </div>
    <div id="nrx-overlay" onclick="document.getElementById('nrx-mobile').classList.remove('open');document.body.style.overflow='';"></div>
    <script>
gtag("event", "page_view", {send_to: "GLA"});
</script>



    <div class="nrx-cat-page">

        <!-- BREADCRUMB -->
        <div class="nrx-section-white" style="padding:1rem 0;border-bottom:1px solid var(--border-l);">
            <div class="nrx-container">
                <nav class="nrx-breadcrumb">
                    <a href="https://shop.norix.at/">Startseite</a>
                    <span class="nrx-bc-sep">›</span>
                    <span class="nrx-bc-current">Alle Kategorien</span>
                </nav>
            </div>
        </div>

        <!-- HERO -->
        <div class="nrx-cat-header">
            <div class="nrx-container nrx-cat-header-content">
                <h1>Unser Sortiment</h1>
                <p>Alle Kategorien auf einen Blick – von Laptops über Netzwerktechnik bis zu Ersatzteilen.</p>
            </div>
        </div>

        <!-- KATEGORIEN MIT PRODUKTEN -->
                <section class="nrx-section nrx-section-white">
            <div class="nrx-container">

                <!-- Kategorie Header -->
                <div class="nrx-shop-cat-head">
                    <div>
                        <h2>Empfohlen</h2>
                                                    <p>Empfohlen</p>
                                            </div>
                    <a href="https://shop.norix.at/produkt-kategorie/empfohlen/" class="nrx-btn nrx-btn-outline nrx-btn-sm">
                        Alle Empfohlen                        <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
                    </a>
                </div>

                <!-- Produkt Grid (4 Stück) -->
                <div class="nrx-prod-grid">
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/epson-ecotank-et-3950-tinte-mehrfarbig/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88554-image1-300x254.png" alt="Epson EcoTank ET-3950, Tinte, mehrfarbig" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Drucker, Empfohlen</span>
                            <h3><a href="https://shop.norix.at/produkt/epson-ecotank-et-3950-tinte-mehrfarbig/">Epson EcoTank ET-3950, Tinte, mehrfarbig</a></h3>
                            <p class="nrx-prod-desc">Format: A4 (Drucken), A4 (Scannen) Typ: Drucker/Scanner/Kopierer Farbsystem: 4-farbig, 4x Nachfülltank Anschlüsse:…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>523,90</span></div>
                                <a href="https://shop.norix.at/produkt/epson-ecotank-et-3950-tinte-mehrfarbig/?add-to-cart=88554" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/msi-katana-15-hx-b14wgk-058-core-black-core-i7-14650hx-16gb-ram-512gb-ssd-geforce-rtx-5070-de/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88533-MSI%20Katana%2015%20HX%20B14WGK-058,%20Core%20Black,%20Core%20i7-14650HX,%2016GB%20RAM,%20512GB%20SSD,%20GeForce%20RTX%205070,%20DE_1-300x190.png" alt="MSI Katana 15 HX B14WGK-058, Core Black, Core i7-14650HX, 16GB RAM, 512GB SSD, GeForce RTX 5070, DE" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Laptop, Empfohlen</span>
                            <h3><a href="https://shop.norix.at/produkt/msi-katana-15-hx-b14wgk-058-core-black-core-i7-14650hx-16gb-ram-512gb-ssd-geforce-rtx-5070-de/">MSI Katana 15 HX B14WGK-058, Core Black, Core i7-14650HX, 16GB RAM, 512GB SSD, GeForce RTX 5070, DE</a></h3>
                            <p class="nrx-prod-desc">Typ: Notebook Anschlüsse: 1x USB-C 3.1 mit DisplayPort (10Gb/s, PD-Out, Netzanschluss PD-In),…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>1.722,14</span></div>
                                <a href="https://shop.norix.at/produkt/msi-katana-15-hx-b14wgk-058-core-black-core-i7-14650hx-16gb-ram-512gb-ssd-geforce-rtx-5070-de/?add-to-cart=88533" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                    </div>

            </div>
        </section>
                <section class="nrx-section nrx-section-light">
            <div class="nrx-container">

                <!-- Kategorie Header -->
                <div class="nrx-shop-cat-head">
                    <div>
                        <h2>Ersatzteile</h2>
                                            </div>
                    <a href="https://shop.norix.at/produkt-kategorie/ersatzteile/" class="nrx-btn nrx-btn-outline nrx-btn-sm">
                        Alle Ersatzteile                        <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
                    </a>
                </div>

                <!-- Produkt Grid (4 Stück) -->
                <div class="nrx-prod-grid">
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/asus-pro5gvg-display-kabel-08g28ap8010n-30-pin/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2025/08/87824-AS-14G2205LA20Q-300x300.jpg" alt="Asus PRO5GVG Display Kabel 08G28AP8010N 30 Pin" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Asus, Ersatzteile, LCD Video Kabel</span>
                            <h3><a href="https://shop.norix.at/produkt/asus-pro5gvg-display-kabel-08g28ap8010n-30-pin/">Asus PRO5GVG Display Kabel 08G28AP8010N 30 Pin</a></h3>
                            <p class="nrx-prod-desc">Model f&uuml;r: Asus X5GA, X5GAG, X5GAT, X5GVF, X5GVG, UL50A Serie Zustand: Neu</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>10,00</span></div>
                                <a href="https://shop.norix.at/produkt/asus-pro5gvg-display-kabel-08g28ap8010n-30-pin/?add-to-cart=87824" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/toshiba-satellite-l55-b-display-kabel-dd0blilc000-40-pin/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2025/08/87827-TO-A000294561-300x300.jpg" alt="Toshiba Satellite L55-B Display Kabel DD0BLILC000 40 Pin" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Ersatzteile, LCD Video Kabel, Toshiba</span>
                            <h3><a href="https://shop.norix.at/produkt/toshiba-satellite-l55-b-display-kabel-dd0blilc000-40-pin/">Toshiba Satellite L55-B Display Kabel DD0BLILC000 40 Pin</a></h3>
                            <p class="nrx-prod-desc">Model f&uuml;r: Toshiba Satellite L50-B, L55-B, S50-B, S55-B Serie Zustand: Neu</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>9,00</span></div>
                                <a href="https://shop.norix.at/produkt/toshiba-satellite-l55-b-display-kabel-dd0blilc000-40-pin/?add-to-cart=87827" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/lenovo-thinkpad-t440p-display-kabel-04x5435-30-pin-edp/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2025/08/87830-LE-04X5435-300x300.jpg" alt="Lenovo ThinkPad T440p Display Kabel 04X5435 30 Pin eDP" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Ersatzteile, LCD Video Kabel, Lenovo</span>
                            <h3><a href="https://shop.norix.at/produkt/lenovo-thinkpad-t440p-display-kabel-04x5435-30-pin-edp/">Lenovo ThinkPad T440p Display Kabel 04X5435 30 Pin eDP</a></h3>
                            <p class="nrx-prod-desc">Model f&uuml;r: Lenovo ThinkPad T440p Serie Zustand: Neu</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>13,00</span></div>
                                <a href="https://shop.norix.at/produkt/lenovo-thinkpad-t440p-display-kabel-04x5435-30-pin-edp/?add-to-cart=87830" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/acer-predator-ph317-51-dc-in-netzteilbuchse-50-q2mn2-004/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2025/08/87833-AC-50.Q2MN2.004-300x300.jpg" alt="Acer Predator PH317-51 DC-IN Netzteilbuchse 50.Q2MN2.004" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Acer, DC Jack Connector, Ersatzteile</span>
                            <h3><a href="https://shop.norix.at/produkt/acer-predator-ph317-51-dc-in-netzteilbuchse-50-q2mn2-004/">Acer Predator PH317-51 DC-IN Netzteilbuchse 50.Q2MN2.004</a></h3>
                            <p class="nrx-prod-desc">Modell f&uuml;r: AAcer Predator Helios 300 PH317-51, PH317-52 Serie Zustand: Neu</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>12,00</span></div>
                                <a href="https://shop.norix.at/produkt/acer-predator-ph317-51-dc-in-netzteilbuchse-50-q2mn2-004/?add-to-cart=87833" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                    </div>

            </div>
        </section>
                <section class="nrx-section nrx-section-white">
            <div class="nrx-container">

                <!-- Kategorie Header -->
                <div class="nrx-shop-cat-head">
                    <div>
                        <h2>Komponenten</h2>
                                            </div>
                    <a href="https://shop.norix.at/produkt-kategorie/komponenten/" class="nrx-btn nrx-btn-outline nrx-btn-sm">
                        Alle Komponenten                        <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
                    </a>
                </div>

                <!-- Produkt Grid (4 Stück) -->
                <div class="nrx-prod-grid">
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/kingston-a400-ssd-240gb-2-5-sata-6gb-s/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88661-image1-300x210.png" alt="Kingston A400 SSD 240GB, 2.5&#8243; / SATA 6Gb/s" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Speichermedium</span>
                            <h3><a href="https://shop.norix.at/produkt/kingston-a400-ssd-240gb-2-5-sata-6gb-s/">Kingston A400 SSD 240GB, 2.5&#8243; / SATA 6Gb/s</a></h3>
                            <p class="nrx-prod-desc">Speichermodule: 3D-NAND QLC, Intel, 64 Layer Bauform: Solid State Drive (SSD) Formfaktor:…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>95,88</span></div>
                                <a href="https://shop.norix.at/produkt/kingston-a400-ssd-240gb-2-5-sata-6gb-s/?add-to-cart=88661" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/seagate-expansion-portable-4tb-rescue-usb-3-0-micro-b/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88660-image1-300x427.png" alt="Seagate Expansion Portable, 4TB, +Rescue, USB 3.0 Micro-B" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Speichermedium</span>
                            <h3><a href="https://shop.norix.at/produkt/seagate-expansion-portable-4tb-rescue-usb-3-0-micro-b/">Seagate Expansion Portable, 4TB, +Rescue, USB 3.0 Micro-B</a></h3>
                            <p class="nrx-prod-desc">Anschlüsse extern: 1x USB 3.0 Micro-B (5Gb/s) Formfaktor: SATA, 2.5&quot; Gewicht: 257g…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>173,93</span></div>
                                <a href="https://shop.norix.at/produkt/seagate-expansion-portable-4tb-rescue-usb-3-0-micro-b/?add-to-cart=88660" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/kingston-nv3-nvme-pcie-4-0-ssd-2tb-m-2-2280-m-key-pcie-4-0-x4/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88658-image1-300x83.png" alt="Kingston NV3 NVMe PCIe 4.0 SSD 2TB, M.2 2280 / M-Key / PCIe 4.0 x4" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Speichermedium</span>
                            <h3><a href="https://shop.norix.at/produkt/kingston-nv3-nvme-pcie-4-0-ssd-2tb-m-2-2280-m-key-pcie-4-0-x4/">Kingston NV3 NVMe PCIe 4.0 SSD 2TB, M.2 2280 / M-Key / PCIe 4.0 x4</a></h3>
                            <p class="nrx-prod-desc">Speichermodule: 3D-NAND Bauform: Solid State Module (SSM) Formfaktor: M.2 2280 Schnittstelle: M.2/M-Key…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>334,64</span></div>
                                <a href="https://shop.norix.at/produkt/kingston-nv3-nvme-pcie-4-0-ssd-2tb-m-2-2280-m-key-pcie-4-0-x4/?add-to-cart=88658" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/western-digital-wd_black-sn8100-nvme-ssd-2tb-m-2-2280-m-key-pcie-5-0-x4/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88657-image1-300x83.png" alt="Western Digital WD_BLACK SN8100 NVMe SSD 2TB, M.2 2280 / M-Key / PCIe 5.0 x4" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Speichermedium</span>
                            <h3><a href="https://shop.norix.at/produkt/western-digital-wd_black-sn8100-nvme-ssd-2tb-m-2-2280-m-key-pcie-5-0-x4/">Western Digital WD_BLACK SN8100 NVMe SSD 2TB, M.2 2280 / M-Key / PCIe 5.0 x4</a></h3>
                            <p class="nrx-prod-desc">Speichermodule: 3D-NAND TLC, Kioxia, 218 Layer (BiCS8) Bauform: Solid State Module (SSM)…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>790,68</span></div>
                                <a href="https://shop.norix.at/produkt/western-digital-wd_black-sn8100-nvme-ssd-2tb-m-2-2280-m-key-pcie-5-0-x4/?add-to-cart=88657" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                    </div>

            </div>
        </section>
                <section class="nrx-section nrx-section-light">
            <div class="nrx-container">

                <!-- Kategorie Header -->
                <div class="nrx-shop-cat-head">
                    <div>
                        <h2>Laptop</h2>
                                            </div>
                    <a href="https://shop.norix.at/produkt-kategorie/laptop/" class="nrx-btn nrx-btn-outline nrx-btn-sm">
                        Alle Laptop                        <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
                    </a>
                </div>

                <!-- Produkt Grid (4 Stück) -->
                <div class="nrx-prod-grid">
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/hp-probook-x360-435-g10-pike-silver-ryzen-5-7530u-16gb-ram-512gb-ssd-de/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88534-image1-300x187.png" alt="HP ProBook x360 435 G10, Pike Silver, Ryzen 5 7530U, 16GB RAM, 512GB SSD, DE" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Laptop</span>
                            <h3><a href="https://shop.norix.at/produkt/hp-probook-x360-435-g10-pike-silver-ryzen-5-7530u-16gb-ram-512gb-ssd-de/">HP ProBook x360 435 G10, Pike Silver, Ryzen 5 7530U, 16GB RAM, 512GB SSD, DE</a></h3>
                            <p class="nrx-prod-desc">Typ: Notebook (Convertible) Anschlüsse: 1x USB-C 3.1 (10Gb/s, PD-Out, Netzanschluss PD-In), 2x…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>1.283,37</span></div>
                                <a href="https://shop.norix.at/produkt/hp-probook-x360-435-g10-pike-silver-ryzen-5-7530u-16gb-ram-512gb-ssd-de/?add-to-cart=88534" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/msi-katana-15-hx-b14wgk-058-core-black-core-i7-14650hx-16gb-ram-512gb-ssd-geforce-rtx-5070-de/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88533-MSI%20Katana%2015%20HX%20B14WGK-058,%20Core%20Black,%20Core%20i7-14650HX,%2016GB%20RAM,%20512GB%20SSD,%20GeForce%20RTX%205070,%20DE_1-300x190.png" alt="MSI Katana 15 HX B14WGK-058, Core Black, Core i7-14650HX, 16GB RAM, 512GB SSD, GeForce RTX 5070, DE" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Laptop, Empfohlen</span>
                            <h3><a href="https://shop.norix.at/produkt/msi-katana-15-hx-b14wgk-058-core-black-core-i7-14650hx-16gb-ram-512gb-ssd-geforce-rtx-5070-de/">MSI Katana 15 HX B14WGK-058, Core Black, Core i7-14650HX, 16GB RAM, 512GB SSD, GeForce RTX 5070, DE</a></h3>
                            <p class="nrx-prod-desc">Typ: Notebook Anschlüsse: 1x USB-C 3.1 mit DisplayPort (10Gb/s, PD-Out, Netzanschluss PD-In),…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>1.722,14</span></div>
                                <a href="https://shop.norix.at/produkt/msi-katana-15-hx-b14wgk-058-core-black-core-i7-14650hx-16gb-ram-512gb-ssd-geforce-rtx-5070-de/?add-to-cart=88533" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/microsoft-surface-laptop-7-13-8-platinum-snapdragon-x-elite-x1e-80-100-16gb-ram-1tb-ssd-de-business/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88532-Microsoft%20Surface%20Laptop%207%2013.8_,%20Platinum,%20Snapdragon%20X%20Elite%20X1E-80-100,%2016GB%20RAM,%201TB%20SSD,%20DE,%20Business_1-300x253.png" alt="Microsoft Surface Laptop 7 13.8&#8243;, Platinum, Snapdragon X Elite &#8211; X1E-80-100, 16GB RAM, 1TB SSD, DE, Business" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Laptop</span>
                            <h3><a href="https://shop.norix.at/produkt/microsoft-surface-laptop-7-13-8-platinum-snapdragon-x-elite-x1e-80-100-16gb-ram-1tb-ssd-de-business/">Microsoft Surface Laptop 7 13.8&#8243;, Platinum, Snapdragon X Elite &#8211; X1E-80-100, 16GB RAM, 1TB SSD, DE, Business</a></h3>
                            <p class="nrx-prod-desc">Typ: Notebook Anschlüsse: 2x USB4 mit DisplayPort 1.4a (40Gb/s, PD-Out, Netzanschluss PD-In),…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>2.187,23</span></div>
                                <a href="https://shop.norix.at/produkt/microsoft-surface-laptop-7-13-8-platinum-snapdragon-x-elite-x1e-80-100-16gb-ram-1tb-ssd-de-business/?add-to-cart=88532" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/msi-raider-a18-hx-a9wig-263-core-black-ryzen-9-9955hx3d-32gb-ram-2tb-ssd-geforce-rtx-5080-de/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88484-image1-300x214.png" alt="MSI Raider A18 HX A9WIG-263, Core Black, Ryzen 9 9955HX3D, 32GB RAM, 2TB SSD, GeForce RTX 5080, DE" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Laptop</span>
                            <h3><a href="https://shop.norix.at/produkt/msi-raider-a18-hx-a9wig-263-core-black-ryzen-9-9955hx3d-32gb-ram-2tb-ssd-geforce-rtx-5080-de/">MSI Raider A18 HX A9WIG-263, Core Black, Ryzen 9 9955HX3D, 32GB RAM, 2TB SSD, GeForce RTX 5080, DE</a></h3>
                            <p class="nrx-prod-desc">Typ: Notebook Anschlüsse: 2x USB4 mit DisplayPort 2.1 (40Gb/s, PD-Out, Netzanschluss PD-In),…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>4.009,71</span></div>
                                <a href="https://shop.norix.at/produkt/msi-raider-a18-hx-a9wig-263-core-black-ryzen-9-9955hx3d-32gb-ram-2tb-ssd-geforce-rtx-5080-de/?add-to-cart=88484" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                    </div>

            </div>
        </section>
                <section class="nrx-section nrx-section-white">
            <div class="nrx-container">

                <!-- Kategorie Header -->
                <div class="nrx-shop-cat-head">
                    <div>
                        <h2>PC- Systeme</h2>
                                                    <p>PC- Systeme</p>
                                            </div>
                    <a href="https://shop.norix.at/produkt-kategorie/pc-systeme/" class="nrx-btn nrx-btn-outline nrx-btn-sm">
                        Alle PC- Systeme                        <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
                    </a>
                </div>

                <!-- Produkt Grid (4 Stück) -->
                <div class="nrx-prod-grid">
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/hp-prodesk-4-g1i-mini-core-ultra-5-235t-24gb-ram-512gb-ssd/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88609-image1-300x82.png" alt="HP ProDesk 4 G1i Mini, Core Ultra 5 235T, 24GB RAM, 512GB SSD" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">PC- Systeme</span>
                            <h3><a href="https://shop.norix.at/produkt/hp-prodesk-4-g1i-mini-core-ultra-5-235t-24gb-ram-512gb-ssd/">HP ProDesk 4 G1i Mini, Core Ultra 5 235T, 24GB RAM, 512GB SSD</a></h3>
                            <p class="nrx-prod-desc">Anschlüsse hinten: 1x USB-C 3.1 (10Gb/s), 3x USB-A 3.0 (5Gb/s), 1x HDMI…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>1.213,88</span></div>
                                <a href="https://shop.norix.at/produkt/hp-prodesk-4-g1i-mini-core-ultra-5-235t-24gb-ram-512gb-ssd/?add-to-cart=88609" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/dell-pro-micro-plus-desktop-qbm1250-core-ultra-5-235-16gb-ram-512gb-ssd-windows-11-pro/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88608-image1-300x1007.png" alt="Dell Pro Micro Plus Desktop QBM1250, Core Ultra 5 235, 16GB RAM, 512GB SSD, Windows 11 Pro" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">PC- Systeme</span>
                            <h3><a href="https://shop.norix.at/produkt/dell-pro-micro-plus-desktop-qbm1250-core-ultra-5-235-16gb-ram-512gb-ssd-windows-11-pro/">Dell Pro Micro Plus Desktop QBM1250, Core Ultra 5 235, 16GB RAM, 512GB SSD, Windows 11 Pro</a></h3>
                            <p class="nrx-prod-desc">Anschlüsse hinten: 1x USB-C 3.1 (10Gb/s), 2x USB-A 3.1 (10Gb/s), 2x USB-A…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>1.239,09</span></div>
                                <a href="https://shop.norix.at/produkt/dell-pro-micro-plus-desktop-qbm1250-core-ultra-5-235-16gb-ram-512gb-ssd-windows-11-pro/?add-to-cart=88608" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/hp-prodesk-2-g1a-tower-ryzen-5-8500g-16gb-ram-512gb-ssd/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88607-image1-300x458.png" alt="HP ProDesk 2 G1a Tower, Ryzen 5 8500G, 16GB RAM, 512GB SSD" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">PC- Systeme</span>
                            <h3><a href="https://shop.norix.at/produkt/hp-prodesk-2-g1a-tower-ryzen-5-8500g-16gb-ram-512gb-ssd/">HP ProDesk 2 G1a Tower, Ryzen 5 8500G, 16GB RAM, 512GB SSD</a></h3>
                            <p class="nrx-prod-desc">Anschlüsse hinten: 3x USB-A 2.0 (480Mb/s), 1x HDMI, 1x DisplayPort 1.4a, 1x…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>1.131,20</span></div>
                                <a href="https://shop.norix.at/produkt/hp-prodesk-2-g1a-tower-ryzen-5-8500g-16gb-ram-512gb-ssd/?add-to-cart=88607" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/hp-pro-mini-260-g9-desktop-pc-core-i3-1315u-8gb-ram-256gb-ssd-windows-11-pro/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88606-image1-300x66.png" alt="HP Pro Mini 260 G9 Desktop PC, Core i3-1315U, 8GB RAM, 256GB SSD, Windows 11 Pro" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">PC- Systeme</span>
                            <h3><a href="https://shop.norix.at/produkt/hp-pro-mini-260-g9-desktop-pc-core-i3-1315u-8gb-ram-256gb-ssd-windows-11-pro/">HP Pro Mini 260 G9 Desktop PC, Core i3-1315U, 8GB RAM, 256GB SSD, Windows 11 Pro</a></h3>
                            <p class="nrx-prod-desc">Anschlüsse hinten: 2x USB-A 3.0 (5Gb/s), 2x USB-A 2.0 (480Mb/s), 1x HDMI…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>735,76</span></div>
                                <a href="https://shop.norix.at/produkt/hp-pro-mini-260-g9-desktop-pc-core-i3-1315u-8gb-ram-256gb-ssd-windows-11-pro/?add-to-cart=88606" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                    </div>

            </div>
        </section>
                <section class="nrx-section nrx-section-light">
            <div class="nrx-container">

                <!-- Kategorie Header -->
                <div class="nrx-shop-cat-head">
                    <div>
                        <h2>Zubehör</h2>
                                            </div>
                    <a href="https://shop.norix.at/produkt-kategorie/zubehoer/" class="nrx-btn nrx-btn-outline nrx-btn-sm">
                        Alle Zubehör                        <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
                    </a>
                </div>

                <!-- Produkt Grid (4 Stück) -->
                <div class="nrx-prod-grid">
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/epson-ecotank-et-3950-tinte-mehrfarbig/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88554-image1-300x254.png" alt="Epson EcoTank ET-3950, Tinte, mehrfarbig" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Drucker, Empfohlen</span>
                            <h3><a href="https://shop.norix.at/produkt/epson-ecotank-et-3950-tinte-mehrfarbig/">Epson EcoTank ET-3950, Tinte, mehrfarbig</a></h3>
                            <p class="nrx-prod-desc">Format: A4 (Drucken), A4 (Scannen) Typ: Drucker/Scanner/Kopierer Farbsystem: 4-farbig, 4x Nachfülltank Anschlüsse:…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>523,90</span></div>
                                <a href="https://shop.norix.at/produkt/epson-ecotank-et-3950-tinte-mehrfarbig/?add-to-cart=88554" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/epson-ecotank-et-8550-tinte-mehrfarbig/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88553-Epson%20EcoTank%20ET-8550,%20Tinte,%20mehrfarbig_1-300x175.png" alt="Epson EcoTank ET-8550, Tinte, mehrfarbig" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Drucker</span>
                            <h3><a href="https://shop.norix.at/produkt/epson-ecotank-et-8550-tinte-mehrfarbig/">Epson EcoTank ET-8550, Tinte, mehrfarbig</a></h3>
                            <p class="nrx-prod-desc">Format: A3+ (Drucken), A4 (Scannen) Typ: Drucker/Scanner/Kopierer Farbsystem: 6-farbig, 6x Nachfülltank Anschlüsse:…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>868,18</span></div>
                                <a href="https://shop.norix.at/produkt/epson-ecotank-et-8550-tinte-mehrfarbig/?add-to-cart=88553" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/epson-ecotank-et-m2120-tinte-einfarbig/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88552-Epson%20EcoTank%20ET-M2120,%20Tinte,%20einfarbig_1-300x185.png" alt="Epson EcoTank ET-M2120, Tinte, einfarbig" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Drucker</span>
                            <h3><a href="https://shop.norix.at/produkt/epson-ecotank-et-m2120-tinte-einfarbig/">Epson EcoTank ET-M2120, Tinte, einfarbig</a></h3>
                            <p class="nrx-prod-desc">Format: A4 (Drucken), A4 (Scannen) Typ: Drucker/Scanner/Kopierer Farbsystem: 1-farbig, 1x Nachfülltank Anschlüsse:…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>332,62</span></div>
                                <a href="https://shop.norix.at/produkt/epson-ecotank-et-m2120-tinte-einfarbig/?add-to-cart=88552" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                        <div class="nrx-prod-card">
                        <a href="https://shop.norix.at/produkt/hp-smart-tank-7005-all-in-one-dunkelgraue-akzente-tinte-mehrfarbig/" class="nrx-prod-img">
                            <img src="https://shop.norix.at/wp-content/uploads/2026/04/88551-image1-300x197.png" alt="HP Smart Tank 7005 All-in-One dunkelgraue Akzente, Tinte, mehrfarbig" loading="lazy">
                                                    </a>
                        <div class="nrx-prod-body">
                            <span class="nrx-prod-cat">Drucker</span>
                            <h3><a href="https://shop.norix.at/produkt/hp-smart-tank-7005-all-in-one-dunkelgraue-akzente-tinte-mehrfarbig/">HP Smart Tank 7005 All-in-One dunkelgraue Akzente, Tinte, mehrfarbig</a></h3>
                            <p class="nrx-prod-desc">Speicher: 128MB (RAM) Format: A4 (Drucken), A4 (Scannen) Typ: Drucker/Scanner/Kopierer Farbsystem: 4-farbig,…</p>
                            <div class="nrx-prod-footer">
                                <div><span class="nrx-prod-price"><sup>€</sup>390,91</span></div>
                                <a href="https://shop.norix.at/produkt/hp-smart-tank-7005-all-in-one-dunkelgraue-akzente-tinte-mehrfarbig/?add-to-cart=88551" class="nrx-prod-cart-btn" title="In den Warenkorb"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg></a>
                            </div>
                        </div>
                    </div>
                                    </div>

            </div>
        </section>
        
        <!-- CTA -->
        <section class="nrx-section nrx-section-white">
            <div class="nrx-container">
                <div style="text-align:center;max-width:32rem;margin:0 auto;">
                    <span class="nrx-pill nrx-pill-orange" style="margin-bottom:1rem;">Persönlich für Sie da</span>
                    <h2 style="font-size:var(--fs-h3);margin-bottom:0.75rem;">Nicht das Richtige gefunden?</h2>
                    <p style="color:var(--text-light);font-size:var(--fs-body);line-height:1.6;max-width:28rem;margin:0 auto 1.5rem;">
                        Wir beraten Sie persönlich und finden genau das passende Gerät für Ihren Bedarf.
                    </p>
                    <div style="display:flex;gap:0.75rem;justify-content:center;flex-wrap:wrap;">
                        <a href="tel:+4314230170" class="nrx-btn nrx-btn-orange">
                            <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6A19.79 19.79 0 012.12 4.18 2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z"/></svg>
                            +43 1 423 01 70
                        </a>
                        <a href="mailto:office@norix.at" class="nrx-btn nrx-btn-dark">
                            <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
                            office@norix.at
                        </a>
                    </div>
                </div>
            </div>
        </section>

    </div>

    <!--WPFC_FOOTER_START-->
    <script>
    var nrxWishlist = {
        ajaxUrl: 'https://shop.norix.at/wp-admin/admin-ajax.php',
        nonce: 'b7e10e66eb',
        items: [],

        toggle: function(productId, btn) {
            if (!productId) return;
            var self = this;
            fetch(self.ajaxUrl, {
                method: 'POST',
                headers: {'Content-Type': 'application/x-www-form-urlencoded'},
                body: 'action=nrx_wishlist_toggle&nonce=' + self.nonce + '&product_id=' + productId
            })
            .then(function(r) { return r.json(); })
            .then(function(d) {
                if (!d.success) return;
                /* Update state */
                if (d.data.action === 'added') {
                    self.items.push(parseInt(productId));
                } else {
                    self.items = self.items.filter(function(id) { return id !== parseInt(productId); });
                }
                /* Update all heart buttons for this product */
                document.querySelectorAll('[data-wishlist-id="' + productId + '"]').forEach(function(b) {
                    b.classList.toggle('nrx-wl-active', d.data.action === 'added');
                    b.setAttribute('title', d.data.action === 'added' ? 'Von Wunschliste entfernen' : 'Zur Wunschliste');
                });
                /* Update header count */
                var badge = document.getElementById('nrx-wl-count');
                if (badge) {
                    badge.textContent = d.data.count;
                    badge.style.display = d.data.count > 0 ? 'flex' : 'none';
                }
                /* Show feedback */
                self.showToast(d.data.action === 'added' ? 'Zur Wunschliste hinzugefügt' : 'Von Wunschliste entfernt');
            });
        },

        showToast: function(msg) {
            var t = document.createElement('div');
            t.className = 'nrx-toast';
            t.textContent = msg;
            document.body.appendChild(t);
            setTimeout(function() { t.classList.add('nrx-toast-show'); }, 10);
            setTimeout(function() { t.classList.remove('nrx-toast-show'); setTimeout(function() { t.remove(); }, 300); }, 2500);
        }
    };
    </script>
        <footer class="nrx-footer">
        <div class="nrx-footer-top">
            <div class="nrx-footer-inner">
 
                <div class="nrx-ft-col nrx-ft-main nrx-hdr-logo">
                    <a href="https://shop.norix.at/"><img src="/wp-content/uploads/2026/03/Logo_quer_Weiss.png" alt="Norix" height="36" style="margin-bottom:1rem;"></a>
                    <p>IT-Hardware, persönliche Beratung und schneller Service aus Wien. Ein Projekt von Norix IT Support & Webdesign.</p>
                    <div class="nrx-ft-contacts">
                        <a href="tel:+4314230170" class="nrx-ft-contact">
                            <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z"/></svg>
                            +43 1 423 01 70
                        </a>
                        <a href="mailto:office@norix.at" class="nrx-ft-contact">
                            <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 01-2.06 0L2 7"/></svg>
                            office@norix.at
                        </a>
                    </div>
                </div>
 
                <div class="nrx-ft-col">
                    <h4>Shop</h4>
                    <ul>
                        <li><a href="/produkt-kategorie/laptop/">Laptops</a></li>
                        <li><a href="/produkt-kategorie/pc-systeme/">PC-Systeme</a></li>
                        <li><a href="/produkt-kategorie/zubehoer/">Zubehör</a></li>
                        <li><a href="/produkt-kategorie/netzwerk/">Netzwerk</a></li>
                        <li><a href="/produkt-kategorie/ersatzteile/">Ersatzteile</a></li>
                    </ul>
                </div>
 
                <div class="nrx-ft-col">
                    <h4>Konto & Hilfe</h4>
                    <ul>
                        <li><a href="/mein-konto/">Mein Konto</a></li>
                        <li><a href="/warenkorb/">Warenkorb</a></li>
                        <li><a href="https://norix.at/kontakt/" target="_blank">Kontakt</a></li>
                        <li><a href="https://norix.at/" target="_blank">norix.at</a></li>
                    </ul>
                </div>
 
                <div class="nrx-ft-col">
                    <h4>Service</h4>
                    <ul>
                        <li><a href="https://norix.at/it-betreuung/" target="_blank">IT-Betreuung</a></li>
                        <li><a href="https://norix.at/computer-reparatur/" target="_blank">Computer Reparatur</a></li>
                        <li><a href="https://norix.at/webdesign-agentur/" target="_blank">Webdesign</a></li>
                    </ul>
                </div>
 
                <div class="nrx-ft-col">
                    <h4>Software</h4>
                    <ul>
                        <li><a href="/produkt-kategorie/plugin/">Plugin</a></li>
                        <li><a href="https://norix.at/repairdesk/" target="_blank">Ticketsystem</a></li>
                    </ul>
                </div>
            </div>
        </div>
 
        <div class="nrx-footer-bottom">
            <div class="nrx-footer-inner">
                <div class="nrx-ft-bottom-links">
                    <a href="https://norix.at/impressum/" target="_blank">Impressum</a>
                    <a href="https://norix.at/dsgvo/" target="_blank">Datenschutz</a>
                    <a href="/agb/">AGB</a>
                    <a href="/widerrufsrecht/">Widerrufsrecht</a>
                </div>
                <p class="nrx-ft-copy">&copy; 2026 Norix IT Support & Webdesign. Alle Rechte vorbehalten.</p>
            </div>
        </div>
    </footer>
    <script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/hello-elementor/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>

<style>		
.dashicons-dsgvoaio-cookie:before {
	color: #FFFFFF !Important;
}
</style>
		


<style>		
#tarteaucitronPercentage {
	background: #00AA00 !Important;
}
</style>

<style>
#tarteaucitronManager {
	display: none !important;
}
</style>



<style>
.dsdvo-cookie-notice.style1 {
	background: #1D1C1C !important;
}
</style>

<style>
#dsdvo-notice-text {
	color: #FFFFFF !important;
}
</style>


<style>
#dsdvo-notice-text a {
	color: #FFFFFF !important;
}
</style>


<style>
#dsdvo-btns a.dsdvo-set-cookie {
	background: #FEA82F !important;
}
</style>


<style>
#dsdvo-btns a.dsdvo-set-cookie {
	color: #000000 !important;
}
</style>
	

<style>
.dsdvo-cookie-notice.style2 #tarinner, .dsdvo-cookie-notice.style3 #tarinner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	max-width: 550px;			
}
#tarinner #tarteaucitronCustomize {
	color: #79B51F !important;
}
#tarinner #tarteaucitronPersonalize {
	color: #FFFFFF !important;
}	
input:disabled ~ .dsgvoaio-checkbox-indicator {
	background: #9C9C9C !important;
}			
.dsgvoaio-checkbox-indicator {
	background: #FFFFFF;
}	
.dsgvoaio-checkbox {
	color: #FFFFFF !important;
}		
.dsgvoaio-checkbox input:checked ~ .dsgvoaio-checkbox-indicator {
	background: #79B51F;
}
.dsgvoaio-checkbox .dsgvoaio-checkbox-indicator:after {
	border-color:  #FFFFFF !important;
}	
#tarinner #dsgvonotice_footer a, .dsgvonotice_footer_separator {
	color: #FFFFFF !important;				
}	
.dsgvoaio_wrapnoticeheader span {
	font-size: 22px !important;
		line-height: 26px !important;
	word-break: break-all;
}		
</style>	



<style>
#tarteaucitronCustomize {
		padding: 10px 2em;
}
#tarteaucitronAlertBig {
	border-radius: 0px !important;
}
#dsgvonotice_footer {
	display: none !important;
}
.dsgvoaio-checkbox {
	margin-bottom: 0px;
}
.dsgvonoticebtns {
	position: unset;
}
#tarteaucitronDisclaimerAlert .tarteaucitronDisclaimerAlertInner {
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	float: unset;		
}
.dsdvo-cookie-notice.style1 #dsgvoaio-checkbox-wrapper, .dsdvo-cookie-notice.style15 #dsgvoaio-checkbox-wrapper {
	padding: 0px;
	margin: 10px 0 10px 0;
	width: 100%;
	float: left;
}		
.dsdvo-cookie-notice.style1 #dsgvoaio-checkbox-wrapper ul, .dsdvo-cookie-notice.style15 #dsgvoaio-checkbox-wrapper ul {
	display: inline-flex;
	margin: 0;
	padding: 0;
}	
.dsdvo-cookie-notice.style1 #dsgvoaio-checkbox-wrapper li, .dsdvo-cookie-notice.style15 #dsgvoaio-checkbox-wrapper li {
	padding: 0px;
	float: left;
	margin: 0 3em 0 3em;
}	
.dsdvo-cookie-notice.style1 #dsgvoaio-checkbox-wrapper ul li label, .dsdvo-cookie-notice.style15 #dsgvoaio-checkbox-wrapper ul li label {
	width: 100%;
	float: left;
}	

@media screen and (min-width: 800px) {
	.dsdvo-cookie-notice.style1 #tarteaucitronAlertBig .dsgvonoticebtns {
		float: left;
		width: 100%;
		text-align: center;
	}
	.dsdvo-cookie-notice.style1 #tarteaucitronDisclaimerAlert {
		float: left;
		width: 100% !important;
		text-align: center !important;
		padding-top: 15px;
	}			
}	
.dsdvo-cookie-notice.style1 #tarteaucitronAlertBig #tarteaucitronPersonalize, .dsdvo-cookie-notice.style1 #tarteaucitronAlertBig #tarteaucitronCloseAlert {
	float: none !important;
}
.dsdvo-cookie-notice.style1 #tarteaucitronPersonalize, .dsdvo-cookie-notice.style1 #tarteaucitronCloseAlert, .dsdvo-cookie-notice.style15 #tarteaucitronPersonalize, .dsdvo-cookie-notice.style15 #tarteaucitronCloseAlert {
	line-height: 1.2em;
	font-weight: 600;
	font-size: 1em !important;
}			
@media only screen and (min-width: 500px) {
.dsdvo-cookie-notice.style1 #tarteaucitronPersonalize, .dsdvo-cookie-notice.style1 #tarteaucitronCloseAlert, .dsdvo-cookie-notice.style15 #tarteaucitronPersonalize, .dsdvo-cookie-notice.style15 #tarteaucitronCloseAlert {
	padding: 0.75em 2em !important;
}
}

.dsdvo-cookie-notice.style1 #dsgvoaio-checkbox-wrapper li{
	float: unset;
	width: unset;
}
</style>




			


	

		

<div class="dsdvo-cookie-notice style1">

<script type="text/javascript">
jQuery( document ).ready(function() {
	
	
		
		
		tarteaucitron.user.analytifycode = '';
		tarteaucitron.user.useanalytify = 'false';
		tarteaucitron.user.monsterinsightcode = '';
		tarteaucitron.user.monsterinsighturl = 'https%3A%2F%2Fshop.norix.at%2Fwp-content%2Fplugins%2Fdsgvo-all-in-one-for-wp-pro%2Fassets%2Fjs%2Fanalyticsdummy.js';
		tarteaucitron.user.usemonsterinsight = 'false';		
		tarteaucitron.user.analyticsAnonymizeIp = 'true';
		tarteaucitron.user.analyticsUa = 'G-DEE0NLP410';	
				tarteaucitron.user.googleConsentMode = 'true';
		tarteaucitron.user.analyticsMore = function () { };
		(tarteaucitron.job = tarteaucitron.job || []).push('analytics');
		tarteaucitron.user.gtagUa = 'GT-NNM4PKP3';
		tarteaucitron.user.gtagMore = function () { /** add here your optionnal gtag() **/ };
				tarteaucitron.user.googleConsentModeGtag = 'true';
		(tarteaucitron.job = tarteaucitron.job || []).push('gtag');

		
		
		
		
		
		
			
		
	(tarteaucitron.job = tarteaucitron.job || []).push('mycustomservice');
});
</script>

</div>	<script>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<link rel='stylesheet' id='ppcp-pwc-payment-method-css' href='https://shop.norix.at/wp-content/plugins/woocommerce-paypal-payments/assets/ppcp-local-alternative-payment-methods-css-gateway.css?ver=4.0.2' media='all' />
<script src="https://shop.norix.at/wp-content/plugins/honeypot/includes/js/wpa.js?ver=2.3.04" id="wpascript-js"></script>
<script id="wpascript-js-after">
wpa_field_info = {"wpa_field_name":"mjgtmo7682","wpa_field_value":311509,"wpa_add_test":"no"}
//# sourceURL=wpascript-js-after
</script>
<script id="norix-filter-js-js-extra">
var norixFilter = {"ajaxUrl":"https://shop.norix.at/wp-admin/admin-ajax.php","nonce":"96aaf33ebe"};
//# sourceURL=norix-filter-js-js-extra
</script>
<script src="https://shop.norix.at/wp-content/plugins/norix-smart-filter/assets/norix-filter.js?ver=1.0.0" id="norix-filter-js-js"></script>
<script src="https://shop.norix.at/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.7.0" id="sourcebuster-js-js"></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https://shop.norix.at/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
</script>
<script src="https://shop.norix.at/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.7.0" id="wc-order-attribution-js"></script>
<script src="https://shop.norix.at/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script id="gla-gtag-events-js-extra">
var glaGtagData = {"currency_minor_unit":"2","products":[]};
//# sourceURL=gla-gtag-events-js-extra
</script>
<script src="https://shop.norix.at/wp-content/plugins/google-listings-and-ads/js/build/gtag-events.js?ver=6972d3af2e3be67de9f1" id="gla-gtag-events-js"></script>
<script>
(function() {
    var ajaxUrl = 'https://shop.norix.at/wp-admin/admin-ajax.php';
    var debounce = null;

    /* ── Alle Suchfelder initialisieren ── */
    document.querySelectorAll('.nrx-search-input').forEach(function(input) {
        var wrap = input.closest('.nrx-search-wrap');
        var dropdown = wrap ? wrap.querySelector('.nrx-search-dropdown') : null;
        if (!wrap || !dropdown) return;

        input.addEventListener('input', function() {
            var q = this.value.trim();
            if (debounce) clearTimeout(debounce);

            if (q.length < 2) {
                dropdown.classList.remove('open');
                return;
            }

            dropdown.innerHTML = '<div class="nrx-search-loading">Suche...</div>';
            dropdown.classList.add('open');

            debounce = setTimeout(function() {
                fetch(ajaxUrl + '?action=nrx_search&q=' + encodeURIComponent(q))
                    .then(function(r) { return r.json(); })
                    .then(function(d) {
                        if (!d.success) { dropdown.classList.remove('open'); return; }

                        var data = d.data;
                        var html = '';

                        if (data.results.length === 0) {
                            html = '<div class="nrx-search-empty">Keine Ergebnisse fur "' + q + '"</div>';
                        } else {
                            data.results.forEach(function(r) {
                                html += '<a href="' + r.url + '" class="nrx-search-item">';
                                html += '<img class="nrx-search-item-img" src="' + r.thumb + '" alt="" loading="lazy">';
                                html += '<div class="nrx-search-item-info">';
                                html += '<div class="nrx-search-item-title">' + r.title + '</div>';
                                html += '<div class="nrx-search-item-meta">' + r.match + (r.cat ? ' | ' + r.cat : '') + '</div>';
                                html += '</div>';
                                html += '<div class="nrx-search-item-price">' + r.price + '</div>';
                                html += '</a>';
                            });

                            if (data.total > 5) {
                                html += '<a href="' + data.url + '" class="nrx-search-all">Alle ' + data.total + ' Ergebnisse anzeigen &rarr;</a>';
                            }
                        }

                        dropdown.innerHTML = html;
                    })
                    .catch(function() {
                        dropdown.classList.remove('open');
                    });
            }, 300);
        });

        /* Schließen bei Klick außerhalb */
        document.addEventListener('click', function(e) {
            if (!wrap.contains(e.target)) {
                dropdown.classList.remove('open');
            }
        });

        /* Enter → zur Suchergebnis-Seite */
        input.addEventListener('keydown', function(e) {
            if (e.key === 'Enter') {
                var q = this.value.trim();
                if (q.length >= 2) {
                    window.location.href = 'https://shop.norix.at/?s=' + encodeURIComponent(q) + '&post_type=product';
                }
            }
        });	

        /* ESC → schließen */
        input.addEventListener('keydown', function(e) {
            if (e.key === 'Escape') {
                dropdown.classList.remove('open');
                this.blur();
            }
        });
    });

})();
</script>
<script>
jQuery( document ).ready(function() {
						jQuery( document ).ready(function() {
							tarteaucitron.init({
								"hashtag": "#tarteaucitron", 
								"cookieName": "dsgvoaiowp",
								"highPrivacy": true, 
								"orientation": "center", 
								"adblocker": false,
								"showAlertSmall": true, 
								"cookieslist": true, 
								"removeCredit": true, 
								"handleBrowserDNTRequest": false, 
								/**"cookieDomain": ".shop.norix.at"**/
							});
						});
						});</script>
    <script>
    (function(){
        var tb=document.getElementById('nrx-topbar');
        if(tb){window.addEventListener('scroll',function(){tb.style.transform=window.pageYOffset>50?'translateY(-100%)':'translateY(0)';tb.style.transition='transform .3s'});}
        var st=document.getElementById('nrx-search-toggle');
        var sb=document.getElementById('nrx-search-bar');
        if(st&&sb){st.addEventListener('click',function(){sb.classList.toggle('open');if(sb.classList.contains('open'))sb.querySelector('input').focus();});}
    })();
    </script>
    
</body>
</html>
