EA ARCH Skudsikker hjelm sort
:root { --accent: #B45309; --accent-dark: #8B3A0F; --accent-light: #FEF3C7; --accent-mid: #D97706; --bg: #FFFFFF; --bg-soft: #F9F6F2; --bg-sand: #F5F0E8; --text: #1a1a1a; --text-mu ted: #4B5563; --text-light: #6B7280; --border: #E5E7EB; --border-warm: #E8DDD0; --green: #16a34a; --font-head: 'Poppins', sans-serif; --font-body: 'Barlow', sans-serif; --radius: 4px; --radius-lg: 8px; } /* ─── GLOBAL FONT OVERRIDE — Sikrer at Shopify ikke overskriver vores størrelser ─── */ .ea-product-desc-wrapper, .ea-product-desc-wrapper * { font-family: inherit; } .ea-product-desc-wrapper p, .ea-product-desc-wrapper li { font-size: 18px !important; font-family: 'Barlow', sans-serif !important; line-height: 1.8 !important; color: var(--text-muted); } .ea-product-desc-wrapper td { font-size: 15px !important; font-family: 'Barlow', sans-serif !important; } .ea-product-desc-wrapper th { font-size: 13px !important; font-family: 'Poppins', sans-serif !important; } /* ═══════════════════════════════════════════════════════ GLOBAL FONT OVERRIDE — Forhindrer Shopify-tema i at overskrive vores tekststørrelser via .rte klassen. Alle størrelser er sat med !important for at vinde over temaets globale CSS-regler. ═══════════════════════════════════════════════════════ */ .ea-product-desc-wrapper { font-size: 18px !important; font-family: 'Barlow', sans-serif !important; line-height: 1.8 !important; } .ea-product-desc-wrapper p { font-size: 18px !important; font-family: 'Barlow', sans-serif !important; line-height: 1.8 !important; color: var(--text-muted); margin-bottom: 16px; } .ea-product-desc-wrapper li { font-size: 18px !important; font-family: 'Barlow', sans-serif !important; line-height: 1.8 !important; } .ea-product-desc-wrapper td { font-size: 15px !important; font-family: 'Barlow', sans-serif !important; } .ea-product-desc-wrapper th { font-size: 13px !important; font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; } .ea-product-desc-wrapper h1, .ea-product-desc-wrapper h2, .ea-product-desc-wrapper h3, .ea-product-desc-wrapper h4 { font-family: 'Poppins', sans-serif !important; } /* ─── SIMULATED SHOPIFY HEADER ─── */ /* ─── BREADCRUMB ─── */ .breadcrumb { padding: 12px 40px; font-size: 12px; color: var(--text-muted); border-bottom: 1px solid var(--border); font-family: var(--font-body); } .breadcrumb a { color: var(--text-muted); text-decoration: none; } .breadcrumb a:hover { color: var(--accent); } .breadcrumb span { margin: 0 6px; } /* ─── PRODUCT HERO ─── */ .product-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 1200px; margin: 0 auto; padding: 32px 40px; } .product-gallery { position: relative; } .gallery-main { width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--bg-soft); border-radius: var(--radius-lg); display: block; } .gallery-badge { position: absolute; top: 16px; left: 16px; background: var(--accent); color: white; padding: 5px 12px; border-radius: var(--radius); font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; } .gallery-thumbs { display: flex; gap: 8px; margin-top: 12px; } .gallery-thumb { width: 72px; height: 72px; object-fit: contain; background: var(--bg-soft); border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; transition: border-color 0.2s; } .gallery-thumb.active { border-color: var(--accent); } .gallery-thumb:hover { border-color: var(--accent-mid); } /* ─── PRODUCT INFO PANEL ─── */ .product-info { padding: 0 0 0 48px; display: flex; flex-direction: column; gap: 0; } .product-stat-bar { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border-warm); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 20px; } .stat-item { padding: 12px 8px; text-align: center; border-right: 1px solid var(--border-warm); } .stat-item:last-child { border-right: none; } .stat-value { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--accent); line-height: 1.1; } .stat-label { font-size: 10px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; } .product-title { font-family: var(--font-head); font-size: 24px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.2; margin-bottom: 8px; } .product-reviews { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; font-size: 14px; color: var(--text-muted); } .stars { color: #F59E0B; font-size: 15px; } .product-price { font-family: var(--font-head); font-size: 32px; font-weight: 800; color: var(--accent); margin-bottom: 4px; } .product-availability { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; font-size: 14px; font-weight: 500; } .avail-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); display: inline-block; margin-right: 4px; } .avail-green { color: var(--green); display: flex; align-items: center; } .delivery-info { color: var(--text-muted); font-size: 13px; } .delivery-info strong { color: var(--text); } /* Size selector */ .size-label { font-family: var(--font-head); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; color: var(--text); } .size-options { display: flex; gap: 10px; margin-bottom: 20px; } .size-btn { padding: 10px 20px; border: 2px solid var(--border); border-radius: var(--radius); font-family: var(--font-head); font-size: 13px; font-weight: 700; cursor: pointer; background: white; transition: all 0.2s; text-align: center; } .size-btn.active { border-color: var(--text); background: var(--text); color: white; } .size-btn:hover:not(.active) { border-color: var(--accent); color: var(--accent); } .size-weight { font-size: 10px; font-weight: 500; color: var(--text-muted); margin-top: 2px; } .size-btn.active .size-weight { color: rgba(255,255,255,0.7); } /* Bundle */ .bundle-box { border: 1px solid var(--border-warm); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 16px; } .bundle-header { background: var(--bg-sand); padding: 8px 16px; font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--accent-dark); text-align: center; } .bundle-option { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid var(--border-warm); cursor: pointer; } .bundle-option:last-child { border-bottom: none; } .bundle-option.selected { background: rgba(180, 83, 9, 0.04); } .bundle-radio { width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--border); margin-right: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .bundle-option.selected .bundle-radio { border-color: var(--accent); background: var(--accent); } .bundle-option.selected .bundle-radio::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: white; } .bundle-info { flex: 1; } .bundle-name { font-family: var(--font-head); font-size: 14px; font-weight: 600; } .bundle-sub { font-size: 12px; color: var(--text-muted); margin-top: 1px; } .bundle-popular { background: var(--accent); color: white; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.5px; margin-left: 8px; } .bundle-price { font-family: var(--font-head); font-size: 15px; font-weight: 700; text-align: right; } .bundle-price-old { font-size: 12px; color: var(--text-muted); text-decoration: line-through; display: block; } /* Add to cart */ .btn-cart { width: 100%; background: var(--accent-dark); color: white; border: none; padding: 16px; font-family: var(--font-head); font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-radius: var(--radius); cursor: pointer; margin-bottom: 12px; transition: background 0.2s; } .btn-cart:hover { background: var(--accent); } .trust-strip { display: flex; justify-content: center; gap: 20px; font-size: 12px; color: var(--text-muted); font-weight: 500; margin-bottom: 12px; } .trust-item { display: flex; align-items: center; gap: 4px; } .trust-icon { font-size: 14px; } .payment-icons { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin-bottom: 12px; } .pay-icon { height: 24px; padding: 3px 8px; border: 1px solid var(--border); border-radius: 3px; font-size: 10px; font-weight: 700; display: flex; align-items: center; color: var(--text-muted); background: white; letter-spacing: 0.5px; } .klarna-note { background: #FFB3C7; border-radius: var(--radius); padding: 8px 14px; font-size: 12px; display: flex; align-items: center; gap: 8px; } .klarna-badge { background: #FF69B4; color: white; padding: 3px 8px; border-radius: 3px; font-size: 11px; font-weight: 700; flex-shrink: 0; } /* ─── PRODUCT DESCRIPTION (the part we design) ─── */ .product-description { max-width: calc(var(--page-width, 1560px) + var(--gutter, 64px) * 2); width: 100%; margin: 0 auto; padding: 0 var(--gutter, 64px) 60px; box-sizing: border-box; } /* Feature strip */ .feature-strip { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--border-warm); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 48px; background: white; } .feature-item { padding: 20px 16px; text-align: center; border-right: 1px solid var(--border-warm); transition: background 0.2s; } .feature-item:last-child { border-right: none; } .feature-item { will-change: transform; } .feature-item:hover { background: var(--bg-soft); } .feature-icon { margin: 0 auto 10px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; } .feature-icon svg { width: 100%; height: 100%; } .feature-name { font-family: var(--font-head); font-size: 14px !important; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text); margin-bottom: 3px; } .feature-desc { font-size: 13px !important; color: var(--text-muted); line-height: 1.4; } /* Section headers */ .section-header { scroll-margin-top: 80px; display: flex; align-items: center; gap: 14px; margin-bottom: 24px; } .section-number { width: 36px; height: 36px; border-radius: 50%; background: var(--accent); color: white; font-family: var(--font-head); font-size: 14px !important; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; line-height: 1 !important; padding: 0 !important; box-sizing: border-box; } .section-title { font-family: var(--font-head); font-size: 26px !important; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; } .section-divider { flex: 1; height: 1px; background: var(--border-warm); } /* Impact section */ .impact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 48px; align-items: center; } .impact-image-wrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; } .impact-image-wrap img { width: 100%; display: block; border-radius: var(--radius-lg); } .impact-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.85)); padding: 24px 20px 16px; color: white; font-size: 14px !important; font-weight: 500; letter-spacing: 0.5px; } .impact-caption strong { color: var(--accent-mid); font-size: 14px; } .impact-content {} .impact-intro { font-size: 18px !important; line-height: 1.7; color: var(--text); margin-bottom: 20px; } .impact-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .impact-stat { background: var(--bg-soft); border: 1px solid var(--border-warm); border-radius: var(--radius-lg); padding: 16px; text-align: center; } .impact-stat-value { font-family: var(--font-head); font-size: 28px !important; font-weight: 800; color: var(--accent); line-height: 1; margin-bottom: 4px; } .impact-stat-label { font-size: 13px !important; font-weight: 600 !important; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); } /* Ballistic threats table */ .threats-section { margin-bottom: 48px; } .table-scroll-wrap { overflow-x: auto !important; -webkit-overflow-scrolling: touch !important; display: block !important; width: 100% !important; margin-bottom: 0; border-radius: var(--radius); } .table-scroll-wrap .threats-table { min-width: 480px !important; } .threats-table { width: 100%; border-collapse: collapse; font-family: var(--font-body) !important; font-size: 15px !important; } .threats-table thead th { background: var(--text); color: white; padding: 12px 16px; text-align: left; font-family: var(--font-head) !important; font-size: 13px !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 0.8px; } .threats-table thead th:first-child { border-radius: var(--radius) 0 0 0; } .threats-table thead th:last-child { border-radius: 0 var(--radius) 0 0; } .threats-table tbody tr:nth-child(even) { background: var(--bg-soft); } .threats-table tbody tr:hover { background: var(--accent-light); } .threats-table tbody td { padding: 12px 16px; border-bottom: 1px solid var(--border); vertical-align: middle; } .threat-badge { display: inline-block !important; background: #4B5563; color: white; padding: 2px 8px; border-radius: 3px; font-size: 12px !important; font-weight: 700; letter-spacing: 0.5px; white-space: nowrap !important; } .threat-badge.green { background: #4B5563 !important; } .threat-badge.grey { background: #4B5563 !important; } .check-icon { color: var(--green); font-size: 16px; font-weight: 700; } /* NIJ Level explanation */ .nij-section { margin-bottom: 48px; } .nij-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .nij-card { border: 2px solid var(--border); border-radius: var(--radius-lg); padding: 20px; text-align: center; transition: all 0.2s; position: relative; } .nij-card.active { border-color: var(--accent); background: var(--bg-sand); } .nij-card.active::before { content: 'DETTE PRODUKT'; position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--accent); color: white; font-size: 9px; font-weight: 800; padding: 2px 10px; border-radius: 10px; letter-spacing: 0.8px; white-space: nowrap; } .nij-level { font-family: var(--font-head); font-size: 32px !important; font-weight: 800; color: var(--text); margin-bottom: 4px; } .nij-card.active .nij-level { color: var(--accent); } .nij-name { font-size: 15px !important; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 12px; } .nij-threats { font-size: 15px !important; color: var(--text); line-height: 1.6; } /* Accessories section */ .accessories-section { margin-bottom: 48px; } .accessories-image-wrap { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 24px; } .accessories-image-wrap img { width: 80%; display: block; margin: 0 auto; } .accessories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .accessory-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 20px; display: flex; align-items: flex-start; gap: 16px; transition: border-color 0.2s, box-shadow 0.2s; } .accessory-card:hover { border-color: var(--accent); box-shadow: 0 2px 12px rgba(180,83,9,0.08); } .accessory-icon-wrap { width: 52px; height: 52px; min-width: 52px; background: var(--accent-light); border: 2px solid var(--accent); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .accessory-icon-wrap svg { width: 28px !important; height: 28px !important; } .accessory-name { font-family: var(--font-head) !important; font-size: 15px !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 0.3px; color: var(--text) !important; margin-bottom: 6px; } .accessory-desc { font-size: 14px !important; color: var(--text) !important; line-height: 1.6; } /* Comfort section */ .comfort-section { margin-bottom: 48px; } .comfort-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; } .comfort-image-wrap { border-radius: var(--radius-lg); overflow: hidden; position: relative; } .comfort-image-wrap img { width: 100%; display: block; border-radius: var(--radius-lg); } .comfort-image-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.75)); padding: 20px 16px 14px; color: white; font-size: 12px; font-weight: 500; letter-spacing: 0.3px; } .comfort-features { display: flex; flex-direction: column; gap: 14px; } .comfort-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: var(--bg-soft); border-radius: var(--radius-lg); border-left: 3px solid var(--accent); } .comfort-item-icon { width: 36px; height: 36px; background: var(--accent); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .comfort-item-icon svg { width: 18px; height: 18px; fill: white; } .comfort-item-title { font-family: var(--font-head); font-size: 16px !important; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 3px; } .comfort-item-desc { font-size: 16px !important; color: var(--text-muted); line-height: 1.5; } /* Specs table */ .specs-section { margin-bottom: 48px; } .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; } .spec-row { display: flex; border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); } .spec-row:nth-child(even) { background: var(--bg-soft); } .spec-row:last-child { border-bottom: none; } .spec-key { width: 45%; padding: 12px 16px; font-family: var(--font-head); font-size: 15px !important; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; color: var(--text-muted); border-right: 1px solid var(--border); background: rgba(0,0,0,0.02); } .spec-val { flex: 1; padding: 12px 16px; font-size: 15px !important; color: var(--text); font-weight: 500; } /* Certifications */ .certs-section { margin-bottom: 48px; } .certs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .cert-card { border: 1px solid var(--border-warm); border-radius: var(--radius-lg); padding: 24px 20px; text-align: center; background: white; transition: box-shadow 0.2s; } .cert-card:hover { box-shadow: 0 4px 16px rgba(180,83,9,0.1); } .cert-badge-wrap { width: 60px; height: 60px; background: var(--bg-sand); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; } .cert-badge-wrap svg { width: 30px; height: 30px; } .cert-name { font-family: var(--font-head); font-size: 18px !important; font-weight: 800; color: var(--accent); margin-bottom: 6px; } .cert-title { font-size: 13px !important; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text); margin-bottom: 8px; } .cert-desc { font-size: 15px !important; color: var(--text-muted); line-height: 1.5; } /* Accordion (existing shopify elements) */ .accordion-section { border-top: 1px solid var(--border); margin-bottom: 0; } .accordion-item { border-bottom: 1px solid var(--border); } .accordion-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px 0; background: none; border: none; cursor: pointer; font-family: var(--font-head); font-size: 15px; font-weight: 600; color: var(--text); text-align: left; } .accordion-trigger svg { width: 18px; height: 18px; color: var(--text-muted); } .accordion-icon-wrap { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; margin-right: 12px; color: var(--text-muted); } /* ─── RESPONSIVE ─── */ @media (max-width: 900px) { .breadcrumb { padding: 10px 20px; } .product-hero { grid-template-columns: 1fr; padding: 20px; gap: 24px; } .product-info { padding: 0; } .product-stat-bar { grid-template-columns: repeat(2, 1fr); } .product-description { padding: 0 20px 40px; max-width: 100%; } .feature-strip { grid-template-columns: repeat(3, 1fr); } .feature-item:nth-child(4), .feature-item:nth-child(5) { border-top: 1px solid var(--border-warm); } .impact-section { grid-template-columns: 1fr; } .nij-grid { grid-template-columns: 1fr; } .accessories-grid { grid-template-columns: 1fr 1fr; } .comfort-layout { grid-template-columns: 1fr; } .specs-grid { grid-template-columns: 1fr; } .certs-grid { grid-template-columns: 1fr; } } /* Touch targets — minimum 44px for WCAG 2.5.5 */ .feature-item { min-height: 44px; } .cert-card, .comfort-card { min-height: 44px; } @media (max-width: 480px) { .product-stat-bar { grid-template-columns: repeat(2, 1fr); } .feature-strip { grid-template-columns: repeat(2, 1fr); } .impact-stats { grid-template-columns: 1fr 1fr; } .accessories-grid { grid-template-columns: 1fr; } .product-title { font-size: 20px; } .product-price { font-size: 26px; } .product-description { padding: 0 12px 32px !important; } .section-title { font-size: 18px !important; } .impact-stat-value { font-size: 22px !important; } .accessories-image-wrap img { width: 100% !important; } .nij-grid { grid-template-columns: 1fr !important; } .certs-grid { grid-template-columns: 1fr !important; } .specs-grid { grid-template-columns: 1fr !important; } .comfort-grid { grid-template-columns: 1fr 1fr !important; } .feature-strip { gap: 0; } .feature-item { padding: 12px 8px; } .feature-name { font-size: 12px !important; } .feature-desc { font-size: 11px !important; } .threats-table thead th { font-size: 11px !important; padding: 8px 10px; } .threats-table tbody td { font-size: 13px !important; padding: 10px 10px; } .threat-badge { font-size: 10px !important; padding: 2px 5px; } .section-number { width: 28px; height: 28px; font-size: 13px !important; } .impact-intro { font-size: 16px !important; } .comfort-item-title { font-size: 15px !important; } .comfort-item-desc { font-size: 14px !important; } .spec-key { font-size: 13px !important; } .spec-val { font-size: 13px !important; } .cert-name { font-size: 16px !important; } .cert-desc { font-size: 13px !important; } } /* ─── FOCUS VISIBLE — Keyboard navigation accessibility ─── */ .feature-item:focus-visible, .cert-card:focus-visible, .comfort-card:focus-visible, .impact-stat:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: var(--radius); } NIJ IIIA Certificeret beskyttelse High Cut Øre-fri design til headset Twaron® Aramidfiber fra Teijin ARCH Skinnesystem NVG, lys, kamera 1,5 kg Ultralet L: 1,5 kg · XL: 1,7 kg 01 Ballistisk Beskyttelse Stoppet ved 440 m/s — .44 Magnum afvist af Twaron® aramidfiber EA ARCH hjelmen er konstrueret med Twaron® aramidfiber fra Teijin — et af verdens stærkeste ballistiske materialer. Fibrene absorberer og spreder projektilens kinetiske energi over et bredt område, hvilket forhindrer penetration og minimerer back face deformation (BFD). Hjelmen er certificeret til NIJ standard 0106.01 og testet mod de mest udbredte pistoltrusler, herunder .44 Magnum og .357 SIG. 440 m/s Max. projektilhastighed NIJ IIIA Certificeringsniveau 696 m/s V50 STANAG 2920 Twaron® Aramidfiber (Teijin) 02 Testede Trusler & Standarder Standard Trussel / Kaliber Hastighed Projektiltype Godkendt NIJ 0106.01 .44 Magnum 440 m/s SJHP ✓ NIJ 0106.01 .357 SIG 448 m/s FMJ ✓ NIJ 0106.01 9mm Parabellum 358 m/s FMJ RN ✓ STANAG 2920 Granatsplinter (17 grains) 696 m/s (V50) FSP ✓ EN 397 Slag / Faldende genstande — Mekanisk impact ✓ 03 ARCH Skinnesystem & Tilbehør Night Vision Goggle Monteres direkte på hjelmens front shroud — giver fuldt synsfelt ved natteoperationer NVG Mount Frontmonteret shroud til montering af night vision — kompatibel med enkelt- og dobbeltøje NVG Taktisk Lygte High-lumen Scout Light til side rails — til søgning, identifikation og nærforsvar Kommunikationsheadset ARC rail-monteret headset med aktiv hørebeskyttelse og mikrofon — designet til High Cut hjelme Velcro Patches Velcro-felter på siden til ID-patches, IR-markører og flagmærker O₂ Maske Kompatibel med iltmasker og CBRN-udstyr via frontbeslaget 04 Komfort & Pasform EA ARCH — Certificeret NIJ IIIA beskyttelse. Ultralet konstruktion til langvarige operationer. Dial Retention System Hurtig og præcis tilpasning med to fingre. Dial-systemet låser hjelmen sikkert til hovedet på sekunder — selv med handsker på. Komfort-polstring med ventilation Indvendig polstring sikrer optimal komfort under lange operationer. Ventilationskanaler holder temperaturen nede og reducerer sved. Ultralet konstruktion L-størrelse vejer kun 1,5 kg — en af de letteste aramid-hjelme i NIJ IIIA-klassen. Reducerer nakkebelastning ved langvarig brug. High Cut — øre-fri design Det høje snit frigiver ørerne fuldstændigt, så du kan bære taktisk kommunikationsudstyr og høreværn uden begrænsninger. 05 Tekniske Specifikationer Model EA ARCH — High Cut Ballistic Helmet Farve Sort (matte finish) Materiale Twaron® aramidfiber (Teijin) Certificering NIJ 0106.01 IIIA · STANAG 2920 · EN 397 · CE 1282 Størrelse L 54–60 cm · 1,5 kg Størrelse XL 60+ cm · 1,7 kg Skinnesystem ARCH — side rails + front NVG shroud Tilpasning Dial retention system + Duraflex spænder Polstring Komfort-polstring med ventilationskanaler Varenr. HFBL-1 EAN 5714376011960 CE-mærkning 1N211221.BVICN87 (EN 397:2012+A1:2012) 06 Certificeringer & Standarder NIJ 0106.01 Ballistisk hjelm standard Den internationale guldstandard for ballistiske hjelme. IIIA er det højeste niveau for bløde hjelme og dækker .44 Magnum og .357 SIG. NATO STANAG 2920 NATO splinterbeskyttelse NATO's standard for beskyttelse mod granatsplinter. V50 på 696 m/s betyder at hjelmen stopper 50% af fragmenter ved denne hastighed. EN 397 · CE 1282 Europæisk industrisikkerhed Europæisk standard for industri- og sikkerhedshjelme. Certificerer beskyttelse mod mekaniske slag, faldende genstande og elektriske risici.