/* ========================================================================== GROW24 HYBRID CSS - HIGH CONVERSION DTC EDITION (BULLETPROOF VERSION) ========================================================================== */ /* 1. HIDE NATIVE TOP BARS (ALL DEVICES) */ .top-bar, .twt-top-bar, .twt-usp-bar-container, .twt-header-usp, .twt-usp-bar, .js-header-menu, .twt-nav-main-wrapper, .nav-main { position: absolute !important; opacity: 0 !important; pointer-events: none !important; z-index: -9999 !important; overflow: hidden !important; height: 1px !important; } /* 2. HIDE NATIVE HEADER MAIN (DESKTOP ONLY) */ @media (min-width: 993px) { header.header-main, .header-main { position: absolute !important; opacity: 0 !important; pointer-events: none !important; z-index: -9999 !important; overflow: hidden !important; height: 1px !important; } .hide-desktop { display: none !important; } } /* 2. MOBILE SPECIFIC STYLING */ @media (max-width: 992px) { #language-popup { display: none !important; } /* We use the NATIVE Shopware header for Logo, Hamburger, and Cart on mobile. */ /* Our custom header only shows the Search Bar and Language Switcher on mobile. */ .mobile-menu-toggle { display: none !important; } .logo-area > .logo { display: none !important; } .user-actions { display: none !important; } .main-navigation-wrapper { display: none !important; } .custom-header-wrapper { box-shadow: 0 4px 10px rgba(0,0,0,0.05); } .custom-header-main { flex-direction: column; padding: 10px 15px !important; gap: 12px !important; } .logo-area { order: 1; width: 100%; display: flex; justify-content: center; } .search-wrapper { display: none !important; /* Replaced by conversion slider on mobile */ } /* MOBILE CONVERSION SLIDER */ .mobile-conversion-slider { width: 100%; overflow: hidden; background: var(--grow-dark, #1c1c1c); color: #fff; padding: 8px 0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; white-space: nowrap; border-radius: 6px; position: relative; order: 3; margin-top: 5px; } .slider-track { display: inline-flex; animation: slide-scroll 15s linear infinite; } .slide-item { padding: 0 30px; display: inline-flex; align-items: center; gap: 5px; } @keyframes slide-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } } /* Hide mobile toggle on desktop */ @media (min-width: 993px) { .mobile-menu-toggle { display: none !important; } } /* 3. BILINGUAL DISPLAY LOGIC */ .lang-header-nl, .lang-header-de { display: none !important; } /* Primary logic: rely on HTML lang tag */ html[lang*="nl"] .lang-header-nl, html[lang*="NL"] .lang-header-nl { display: block !important; } html[lang*="de"] .lang-header-de, html[lang*="DE"] .lang-header-de { display: block !important; } html:not([lang]) .lang-header-de { display: block !important; } /* BULLETPROOF URL FALLBACK: JS injects this class */ body.is-nl-site .lang-header-nl { display: block !important; } body.is-nl-site .lang-header-de { display: none !important; } body.is-de-site .lang-header-de { display: block !important; } body.is-de-site .lang-header-nl { display: none !important; } :root { --bg-main: #ffffff; --bg-secondary: #f4f4f5; --grow-green: #22c55e; --grow-green-hover: #16a34a; --text-dark: #0f172a; --text-gray: #475569; --text-light: #94a3b8; --border-color: #e2e8f0; --alert-red: #ef4444; } /* TOP BAR REMOVED PER USER REQUEST */ /* MAIN HEADER ROW */ .custom-header-wrapper { background-color: var(--bg-main); position: relative; /* Now it scrolls with the page, not fixed */ z-index: 999; box-shadow: 0 4px 20px rgba(0,0,0,0.06); } .custom-header-main { padding: 15px 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1600px; margin: 0 auto; } /* LOGO AND LANG SWITCH */ .logo-area { display: flex; flex-direction: column; align-items: center; gap: 8px; } .lang-switch-mini { display: flex; gap: 5px; } .lang-btn { display: inline-flex; align-items: center; justify-content: center; background: #f1f5f9; color: var(--text-gray); text-decoration: none; padding: 4px 8px; border-radius: 4px; border: 1px solid var(--border-color); font-weight: 800; transition: all 0.2s; font-size: 11px; } .lang-btn:hover { background: var(--bg-secondary); } .lang-btn.active { background: var(--grow-green); border-color: var(--grow-green); color: #fff; } .logo img { max-height: 55px; } /* Removed old top bar and trust stars */ /* SEARCH BAR - Huge, High Contrast */ .search-wrapper { flex-grow: 1; max-width: 700px; display: flex; border-radius: 8px; overflow: hidden; border: 3px solid var(--grow-green); background: #fff; box-shadow: 0 4px 15px rgba(34, 197, 94, 0.15); transition: all 0.2s; } .search-wrapper:focus-within { box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2); transform: translateY(-1px); } .search-input { flex-grow: 1; border: none; padding: 15px 20px; font-size: 16px; font-weight: 500; color: var(--text-dark); outline: none; width: 100%; } .search-btn { background-color: var(--grow-green); color: #fff; border: none; padding: 0 35px; cursor: pointer; font-size: 16px; font-weight: 800; transition: background-color 0.2s; display: flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 0.5px; } .search-btn:hover { background-color: var(--grow-green-hover); } /* ACTIONS - DTC Style CTAs */ .user-actions { display: flex; align-items: center; gap: 15px; } .action-item { color: var(--text-dark); text-decoration: none; display: flex; align-items: center; gap: 10px; font-weight: 700; transition: all 0.2s; background: none; border: none; cursor: pointer; padding: 8px 15px; border-radius: 8px; } .action-item:hover { background: var(--bg-secondary); transform: translateY(-2px); } .action-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; } .action-icon svg { width: 26px; height: 26px; fill: var(--text-dark); transition: fill 0.2s; } .action-item:hover .action-icon svg { fill: var(--grow-green); } /* CART BUTTON - Primary Conversion CTA */ .action-item.cart-btn { background: var(--bg-secondary); border: 2px solid transparent; padding: 8px 20px; border-radius: 12px; } .action-item.cart-btn:hover { background: #fff; border-color: var(--grow-green); box-shadow: 0 10px 25px rgba(34, 197, 94, 0.15); } .cart-badge { position: absolute; top: -5px; right: -8px; background-color: var(--alert-red); color: #fff; font-size: 13px; font-weight: 900; min-width: 24px; height: 24px; padding: 0 6px; border-radius: 12px; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; box-shadow: 0 4px 10px rgba(239, 68, 68, 0.4); transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .cart-badge[data-count="0"] { background-color: var(--text-light); box-shadow: none; } @keyframes cart-pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); } 50% { transform: scale(1.3); box-shadow: 0 0 0 15px rgba(239, 68, 68, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); } } .pulse-anim { animation: cart-pulse 1s ease-out; } .action-text { display: flex; flex-direction: column; font-size: 12px; color: var(--text-gray); text-align: left; } .action-text span:last-child { font-size: 15px; font-weight: 800; color: var(--text-dark); } .action-item:hover .action-text span:last-child { color: var(--grow-green); } /* INTERACTIVE MEGA MENU */ .main-navigation-wrapper { background-color: var(--bg-main); border-top: 1px solid var(--border-color); } .main-navigation { display: flex; justify-content: center; max-width: 1600px; margin: 0 auto; gap: 5px; } .nav-item { position: static; } .nav-link { color: var(--text-dark); text-decoration: none; font-size: 14px; font-weight: 800; font-family: 'Montserrat', sans-serif; padding: 16px 20px; display: block; text-transform: uppercase; transition: all 0.2s; border-bottom: 3px solid transparent; } .nav-link:hover { color: var(--grow-green); background-color: var(--bg-secondary); border-bottom-color: var(--grow-green); } .nav-link.sale-link { color: var(--alert-red); } .nav-link.sale-link:hover { color: #dc2626; border-bottom-color: var(--alert-red); } .mega-menu { position: absolute; top: 100%; left: 0; right: 0; background-color: var(--bg-main); border-top: 2px solid var(--grow-green); box-shadow: 0 15px 40px rgba(0,0,0,0.1); opacity: 0; visibility: hidden; transform: translateY(15px); transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); z-index: 100; padding: 35px 40px; display: grid; gap: 30px; max-height: 75vh; overflow-y: auto; text-align: left; } .nav-item:hover .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); } .mega-column { display: flex; flex-direction: column; gap: 8px; } .mega-title { color: var(--text-dark); font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 900; text-transform: uppercase; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid var(--border-color); } .mega-link { color: var(--text-gray); text-decoration: none; font-size: 14px; font-weight: 600; transition: all 0.2s; display: flex; align-items: center; padding: 6px 10px; border-radius: 6px; } .mega-link::before { content: ''; width: 0; height: 2px; background: var(--grow-green); transition: width 0.3s; position: absolute; bottom: 0; left: 10px; } .mega-link:hover { color: var(--grow-green); background: var(--bg-secondary); transform: translateX(5px); } .sub-link { font-size: 13px; color: #64748b; margin-left: 15px; border-left: 2px solid var(--border-color); padding-left: 10px; } .sub-link:hover { color: var(--text-dark); border-color: var(--grow-green); background: transparent; transform: translateX(8px); } /* Language Popup */ .lang-popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15, 23, 42, 0.85); z-index: 99999; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(8px); } .lang-popup-box { background: #fff; padding: 45px; border-radius: 20px; text-align: center; max-width: 450px; width: 90%; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); } .lang-popup-title { font-family: 'Montserrat', sans-serif; color: var(--text-dark); font-size: 26px; font-weight: 900; margin-bottom: 30px; line-height: 1.3; } .lang-popup-buttons { display: flex; gap: 15px; flex-direction: column; } .lang-popup-btn { padding: 18px; border-radius: 12px; text-decoration: none; font-weight: 800; font-size: 16px; transition: all 0.2s; display: flex; align-items: center; justify-content: center; gap: 10px; } .de-btn { background: var(--text-dark); color: #fff; border: 2px solid var(--text-dark); } .de-btn:hover { background: var(--grow-green); border-color: var(--grow-green); transform: translateY(-2px); } .nl-btn { background: #fff; color: var(--text-dark); border: 2px solid var(--border-color); } .nl-btn:hover { background: #facc15; border-color: #facc15; transform: translateY(-2px); }
🔥 PREMIUM GROW-EQUIPMENT
📦 100% DISKRETER VERSAND
⭐ TOP RATING & SERVICE
🔥 PREMIUM GROW-EQUIPMENT
📦 100% DISKRETER VERSAND
⭐ TOP RATING & SERVICE
🔥 PREMIUM KWEEKUITRUSTING
📦 100% DISCRETE VERZENDING
⭐ TOP BEOORDELING & SERVICE
🔥 PREMIUM KWEEKUITRUSTING
📦 100% DISCRETE VERZENDING
⭐ TOP BEOORDELING & SERVICE
Bio Nova Aero Supermix – All-in-One Aero Dünger
Zum Hauptinhalt springen Zur Suche springen Zur Hauptnavigation springen
10% SET Bonus
Versand innerhalb von 48h
30 Tage Geld-Zurück-Garantie
Verschiedene Zahlungsmöglichkeiten
Hotline +49 (0) 2874 9038716

Aero-Supermix

Produktinformationen "Aero-Supermix"

Aero-Supermix
 Hochkonzentrierter Aero- Dünger

 WARUM
 All-in-One-Dünger für Wachstum & Blüte!
 Speziell für NFT Aerosysteme entwickelt!
 Verhindert Nährstoffbrände und Austrocknung!
 Hochgradig pH-stabiles Produkt in der Nähr-Lösung (Gießwasser)!

 Was ist Aero Supermix ?
 Aero Supermix ist ein All-in-One-Mineraldünger in Lebensmittelqualität, der speziell für substratfreie Systeme oder die sogenannte Nährstofffilmtechnik entwickelt wurde. Dieser weiche Nährstoff verhindert Nährstoffverbrennungen und Austrocknung, die durch die Aero -Systeme verursacht werden können. Diese Kombination enthält alle Mineralien und Spurenelemente, die für ein schnelles Wachstum und eine reiche Blüte benötigt werden. Pflanzen absorbieren direkt alle Mineralien in Lebensmittelqualität, was Ihnen eine optimale Kontrolle über Ihre Pflanzen gibt. Neben Aero Supermix ist es wichtig, PK 13-14 als Blühbooster während der gesamten Blütezeit anzuwenden.

 Wann ist Aero Supermix anzuwenden?
 Aero Supermix ist von der ersten Wachstumswoche bis 1 Woche vor der Ernte verwendbar, Spülen ist Pflicht. Bionova Aero Supermix kann als Bewässerung verwendet werden. Aero Supermix kann in Verbindung mit allen Bionova Stimulatoren, Mineralien, Universalmitteln und Substraten verwendet werden.

 Wie ist Aero Supermix anzuwenden?

Anwendung
 Gut schütteln und jedes Mal, wenn Sie Ihre Nährstofflösung zubereiten, 13-27 ml pro 10 Liter hinzufügen. Verwenden Sie diese Lösung jedes Mal, wenn die Pflanzen bis 1 Woche vor der Ernte bewässert werden. Spülen ist Pflicht.

Kommentar des Gründers:
Ein vollständiger Nährstoff, der pH-stabil und somit perfekt für die Verwendung in der Aeroponik ist.

 EG-DÜNGEMITTEL
 Lösung von NPK-Düngemitteln 6-4-6
 6 % Gesamtstickstoff (N), davon:
 2 % Ammoniakstickstoff (N)
 4 % Stickstoff (N)
 4 % Phosphorpentoxid (P2O5), wasserlöslich, 6 % Kaliumoxid (K20), wasserlöslich.

0 von 0 Bewertungen

Durchschnittliche Bewertung von 0 von 5 Sternen

Bewerten Sie dieses Produkt!

Teilen Sie Ihre Erfahrungen mit anderen Kunden.


function initGrow24Header() { const mobileToggles = document.querySelectorAll('.mobile-menu-toggle'); const navWrappers = document.querySelectorAll('.main-navigation-wrapper'); mobileToggles.forEach(toggle => { toggle.addEventListener('click', function(e) { e.preventDefault(); navWrappers.forEach(wrapper => { wrapper.classList.toggle('menu-open'); }); }); }); const navItems = document.querySelectorAll('.nav-item'); navItems.forEach(item => { const link = item.querySelector('.nav-link'); const megaMenu = item.querySelector('.mega-menu'); if (link && megaMenu) { link.addEventListener('click', function(e) { if (window.innerWidth <= 992) { e.preventDefault(); navItems.forEach(otherItem => { if (otherItem !== item) { otherItem.classList.remove('submenu-open'); } }); item.classList.toggle('submenu-open'); } }); } }); const currentPath = window.location.pathname; if (currentPath.startsWith('/nl') || currentPath === '/nl/') { document.body.classList.add('is-nl-site'); } else { document.body.classList.add('is-de-site'); } function updateBadgeCount(count) { let cleanCount = count.replace(/[^0-9]/g, ''); if (!cleanCount) cleanCount = '0'; const dynamicCustomBadges = document.querySelectorAll('.custom-cart-badge-amount'); dynamicCustomBadges.forEach(b => { if (b.textContent !== cleanCount) { b.textContent = cleanCount; b.setAttribute('data-count', cleanCount); if (parseInt(cleanCount) > 0) { b.classList.remove('pulse-anim'); void b.offsetWidth; b.classList.add('pulse-anim'); } } }); } setInterval(function() { const nativeBadges = document.querySelectorAll('.header-cart-badge, .offcanvas-cart-header-count, .cart-item-count, .js-cart-count'); let foundCount = '0'; for (let badge of nativeBadges) { if (badge.classList.contains('custom-cart-badge-amount')) continue; let badgeValue = badge.textContent || badge.getAttribute('data-count') || ''; if (badgeValue && !badgeValue.includes('€') && !badge.classList.contains('header-cart-total')) { let count = badgeValue.replace(/[^0-9]/g, ''); if (count && parseInt(count) > 0) { foundCount = count; break; } } } updateBadgeCount(foundCount); }, 800); setTimeout(() => { const initialBadge = document.querySelector('.header-cart-badge, .offcanvas-cart-header-count, .cart-item-count, .js-cart-count'); if (initialBadge && initialBadge.textContent && !initialBadge.textContent.includes('€')) { updateBadgeCount(initialBadge.textContent); } }, 100); if (!localStorage.getItem('langChosen')) { const popup = document.getElementById('language-popup'); if (popup) { popup.style.display = 'flex'; } } } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initGrow24Header); } else { initGrow24Header(); }