Verkäufe – Rabatte

Hot Deals & Sonderangebote | green.one® :root { –primary-color: #7E9E61; –primary-dark: #6a8852; –primary-light: #f1f5ee; –text-color: #333; –text-color-light: #555; –hintergrund: #fff; –border-color: #e0e0e0; –sale-red: #d9534f; –sale-orange: #ff6b35; –accent-gold: #f4a261; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, „Segoe UI“, Roboto, Helvetica, Arial, sans-serif; background-color: var(–primary-light); color: var(–text-color); line-height: 1.7; } .container { max-width: 1400px; margin: 0 auto; background: var(–background); } /* ==================== HERO SECTION ==================== */ .hero-section { background: linear-gradient(135deg, var(–sale-red) 0%, var(–sale-orange) 100%); color: white; padding: 80px 30px; text-align: center; position: relative; overflow: hidden; } .hero-section::before { content: “; position: absolute; top: -50%; right: -10%; width: 500px; height: 500px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; animation: float 6s ease-in-out infinite; } .hero-section::after { content: “; position: absolute; bottom: -30%; left: -5%; width: 400px; height: 400px; background: rgba(255, 255, 255, 0.08); border-radius: 50%; animation: float 8s ease-in-out infinite reverse; } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-30px); } } .hero-content { position: relative; z-index: 10; max-width: 900px; margin: 0 auto; } .hero-badge { display: inline-block; background: white; color: var(–sale-red); padding: 10px 25px; border-radius: 30px; font-weight: 700; font-size: 0.95rem; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .hero-title { font-size: 4rem; font-weight: 700; margin-bottom: 20px; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); line-height: 1.2; } .hero-subtitle { font-size: 1.5rem; margin-bottom: 15px; Deckkraft: 0.95; font-weight: 300; } .hero-description { font-size: 1.1rem; Deckkraft: 0.9; margin-bottom: 35px; } .countdown-timer { display: flex; justify-content: center; gap: 20px; margin-top: 40px; } .countdown-item { background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); padding: 20px 25px; border-radius: 12px; min-width: 100px; border: 2px solid rgba(255, 255, 255, 0.3); } .countdown-number { font-size: 3rem; font-weight: 700; display: block; line-height: 1; } .countdown-label { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; margin-top: 8px; opacity: 0.95; } /* ==================== BENEFITS BAR ==================== */ .benefits-bar { background: var(–primary-color); color: white; padding: 25px 30px; } .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .benefit-item { display: flex; align-items: center; gap: 15px; } .benefit-icon { font-size: 2.5rem; flex-shrink: 0; } .benefit-text h4 { font-size: 1.1rem; margin-bottom: 5px; font-weight: 600; } .benefit-text p { font-size: 0.9rem; opacity: 0.95; margin: 0; } /* ==================== FILTER SECTION ==================== */ .filter-section { background: white; padding: 30px; border-bottom: 1px solid var(–border-color); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .filter-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; } .filter-left h3 { color: var(–primary-dark); font-size: 1.3rem; margin-bottom: 5px; } .filter-left p { color: var(–text-color-light); font-size: 0.95rem; } .filter-buttons { display: flex; gap: 12px; flex-wrap: wrap; } .filter-btn { padding: 10px 20px; border: 2px solid var(–border-color); background: white; color: var(–text-color); border-radius: 25px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; font-size: 0.95rem; } .filter-btn:hover, .filter-btn.active { background: var(–primary-color); color: white; border-color: var(–primary-color); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(126, 158, 97, 0.3); } .sort-dropdown { display: flex; align-items: center; gap: 10px; } .sort-dropdown label { font-weight: 600; color: var(–text-color); } .sort-dropdown select { padding: 10px 15px; border: 2px solid var(–border-color); border-radius: 8px; font-size: 0.95rem; cursor: pointer; background: white; } .sort-dropdown select:focus { outline: none; border-color: var(–primary-color); } /* ==================== DEAL CATEGORIES ==================== */ .deal-categories { padding: 50px 30px; background: var(–primary-light); } .categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto 40px; } .category-card { background: white; border-radius: 15px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; border: 2px solid transparent; cursor: pointer; } .category-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(126, 158, 97, 0.25); border-color: var(–primary-color); } .category-icon { font-size: 4rem; margin-bottom: 15px; } .category-card h4 { font-size: 1.4rem; color: var(–primary-dark); margin-bottom: 10px; } .category-card .discount { font-size: 2rem; font-weight: 700; color: var(–sale-red); margin: 15px 0; } .category-card p { color: var(–text-color-light); font-size: 0.95rem; margin-bottom: 20px; } .category-btn { display: inline-block; padding: 12px 30px; background: var(–primary-color); color: white; text-decoration: none; border-radius: 25px; font-weight: 600; transition: all 0.3s ease; } .category-btn:hover { background: var(–primary-dark); transform: scale(1.05); } /* ==================== FEATURED DEAL BANNER ==================== */ .featured-deal { background: linear-gradient(135deg, var(–primary-dark) 0%, var(–primary-color) 100%); color: white; padding: 60px 30px; margin: 50px 0; text-align: center; position: relative; overflow: hidden; } .featured-deal::before { content: ‚🔥‘; position: absolute; font-size: 20rem; opacity: 0.05; top: 50%; left: 50%; transform: translate(-50%, -50%); } .featured-content { position: relative; z-index: 10; max-width: 800px; margin: 0 auto; } .featured-badge { display: inline-block; background: var(–accent-gold); color: white; padding: 8px 20px; border-radius: 20px; font-weight: 700; font-size: 0.9rem; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; } .featured-deal h2 { font-size: 2.8rem; margin-bottom: 15px; } .featured-deal p { font-size: 1.3rem; opacity: 0.95; margin-bottom: 30px; } .featured-deal .cta-btn { display: inline-block; padding: 18px 45px; background: white; color: var(–primary-dark); text-decoration: none; border-radius: 30px; font-weight: 700; font-size: 1.1rem; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .featured-deal .cta-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3); } /* ==================== PRODUCTS SECTION ==================== */ .products-section { padding: 50px 30px; max-width: 1200px; margin: 0 auto; } .section-header { text-align: center; margin-bottom: 50px; } .section-header h2 { font-size: 2.5rem; color: var(–primary-dark); margin-bottom: 15px; } .section-header p { font-size: 1.1rem; color: var(–text-color-light); } /* WooCommerce Product Grid Styling */ .woocommerce-products-section { margin: 40px 0; } .products-intro { background: white; border: 2px dashed var(–primary-color); border-radius: 12px; padding: 40px; text-align: center; margin-bottom: 30px; } .products-intro h3 { color: var(–primary-dark); font-size: 1.8rem; margin-bottom: 15px; } .products-intro p { color: var(–text-color-light); font-size: 1.1rem; margin-bottom: 10px; } .shortcode-placeholder { background: var(–primary-light); border: 3px dashed var(–primary-color); border-radius: 12px; padding: 60px 30px; text-align: center; min-height: 300px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .shortcode-placeholder .icon { font-size: 5rem; margin-bottom: 20px; opacity: 0.5; } .shortcode-placeholder h4 { color: var(–primary-dark); font-size: 1.5rem; margin-bottom: 15px; } .shortcode-placeholder code { background: white; padding: 15px 30px; border-radius: 8px; font-size: 1rem; color: var(–sale-red); font-family: ‚Courier New‘, monospace; display: inline-block; margin: 20px 0; } .shortcode-placeholder p { color: var(–text-color-light); max-width: 600px; } /* ==================== NEWSLETTER CTA ==================== */ .newsletter-section { background: linear-gradient(135deg, var(–primary-color) 0%, var(–primary-dark) 100%); color: white; padding: 60px 30px; text-align: center; margin-top: 60px; } .newsletter-content { max-width: 700px; margin: 0 auto; } .newsletter-section h3 { font-size: 2.2rem; margin-bottom: 15px; } .newsletter-section p { font-size: 1.2rem; opacity: 0.95; margin-bottom: 30px; } .newsletter-form { display: flex; gap: 10px; max-width: 500px; margin: 0 auto; } .newsletter-form input { flex: 1; padding: 15px 20px; border: none; border-radius: 30px; font-size: 1rem; } .newsletter-form button { padding: 15px 35px; background: var(–sale-red); color: white; border: none; border-radius: 30px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; } .newsletter-form button:hover { background: var(–sale-orange); transform: scale(1.05); } /* ==================== FOOTER ==================== */ .footer { background: var(–primary-dark); color: white; padding: 40px 30px 20px; text-align: center; } .footer p { margin: 10px 0; opacity: 0.9; } .footer a { color: white; text-decoration: none; margin: 0 15px; } .footer a:hover { text-decoration: underline; } /* ==================== RESPONSIVE ==================== */ @media (max-width: 991px) { .hero-title { font-size: 2.8rem; } .hero-subtitle { font-size: 1.2rem; } .countdown-timer { gap: 12px; } .countdown-item { padding: 15px 20px; min-width: 80px; } .countdown-number { font-size: 2.2rem; } .filter-container { flex-direction: column; align-items: stretch; } .filter-buttons { justify-content: center; } .featured-deal h2 { font-size: 2rem; } } @media (max-width: 576px) { .hero-section { padding: 50px 20px; } .hero-title { font-size: 2rem; } .hero-subtitle { font-size: 1rem; } .countdown-timer { flex-wrap: wrap; } .countdown-item { flex: 1 1 calc(50% – 10px); } .newsletter-form { flex-direction: column; } .section-header h2 { font-size: 1.8rem; }
🔥 Zeitlich begrenztes Angebot

Heiße Deals & Sonderangebote

Sparen Sie bei hochwertigen CBD-Produkten

Entdecken Sie unglaubliche Rabatte auf unsere meistverkauften CBD-Öle, Kosmetik- und Wellness-Produkte. Begrenzter Vorrat verfügbar – greifen Sie zu, bevor er weg ist!

05 Tage
12 Stunden
34 Minuten
56 Sekunden
🚚

Kostenloser Versand

Für alle Bestellungen über 70 €

Garantierte Qualität

Laborgeprüft & zertifiziert

🔒

Sicherer Checkout

Sicheres Bezahlen über Viva Wallet

30-Tage-Rückgabe

Geld-zurück-Garantie

🔥 Alle Angebote durchsuchen

Filtern Sie nach Kategorien, um Ihr perfektes Angebot zu finden

: Beliebteste Größter Rabatt Preis: Niedrig bis Hoch Preis: Hoch bis Niedrig Neuestes zuerst
💧

CBD-Öl-Kollektion

Bis zu 30% Rabatt

Hochwertige CBD-Öle mit vollem und breitem Wirkungsspektrum zu unschlagbaren Preisen

Jetzt einkaufen
💄

Schönheit & Kosmetik

Bis zu 25% Rabatt

Luxuriöse CBD-infundierte Hautpflege- und Schönheitsprodukte

Jetzt einkaufen
💨

Vape-Produkte

Bis zu 35% Rabatt

Hochwertige CBD Vape Liquids und Zubehör

Jetzt einkaufen
🎁

Bundle-Angebote

Sparen Sie 40%+

Exklusive Produktbündel mit massiven Einsparungen

Jetzt einkaufen

🛍️ Alle Produkte im Angebot

Entdecken Sie unser komplettes Angebot an reduzierten Produkten unten

// Countdown Timer Script function updateCountdown() { // Set your sale end date here (YYYY-MM-DD HH:MM:SS) const endDate = new Date(‚2025-10-20 23:59:59‘).getTime(); const now = new Date().getTime(); const distance = endDate – now; if (distance < 0) { document.querySelector('.countdown-timer').innerHTML = '
SALE ENDED
‚; return; } const days = Math.floor(distance / (1000 * 60 * 60 * 24)); const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((distance % (1000 * 60)) / 1000); document.getElementById(‚days‘).textContent = days.toString().padStart(2, ‚0‘); document.getElementById(‚hours‘).textContent = hours.toString().padStart(2, ‚0‘); document.getElementById(‚minutes‘).textContent = minutes.toString().padStart(2, ‚0‘); document.getElementById(’seconds‘).textContent = seconds.toString().padStart(2, ‚0‘); } // Update countdown every second setInterval(updateCountdown, 1000); updateCountdown(); // Filter Buttons Functionality document.querySelectorAll(‚.filter-btn‘).forEach(button => { button.addEventListener(‚click‘, function() { document.querySelectorAll(‚.filter-btn‘).forEach(btn => btn.classList.remove(‚active‘)); this.classList.add(‚active‘); // Here you can add filtering logic or scroll to filtered products // Example: filter by category attribute or use AJAX to load filtered products }); }); // Smooth scroll to product sections document.querySelectorAll(‚a[href^=“#“]‘).forEach(anchor => { anchor.addEventListener(‚click‘, function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute(‚href‘)); if (target) { target.scrollIntoView({ behavior: ’smooth‘, block: ’start‘ }); } }); });