JUUZ Berry-Cassis 24er Tray
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; padding: 20px; background-color: #f5f5f5; } .hinweisbox { max-width: 600px; margin: 20px auto; background-color: #e3f2fd; border-left: 4px solid #2196f3; border-radius: 4px; padding: 16px 20px; display: flex; align-items: center; gap: 15px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .hinweisbox-icon { flex-shrink: 0; width: 24px; height: 24px; color: #2196f3; } .hinweisbox-content { flex: 1; } .hinweisbox-title { font-weight: 600; color: #1976d2; margin-bottom: 4px; font-size: 16px; } .hinweisbox-text { color: #0d47a1; font-size: 14px; line-height: 1.5; } .pfand-betrag { font-weight: 700; color: #1565c0; } .ep-short-product-description { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.5; color: #1a1a1a; background: transparent; max-width: 100%; } .ep-short-description-container { max-width: 100%; background: transparent; border-radius: 16px; overflow: hidden; } .ep-short-header { background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%); color: #1a1a1a; padding: 18px 16px; text-align: center; border-radius: 14px; margin-bottom: 0; position: relative; overflow: hidden; } .ep-short-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%); pointer-events: none; } .ep-short-product-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 6px; background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; position: relative; z-index: 2; } .ep-short-tagline { font-size: 0.95rem; opacity: 0.85; position: relative; z-index: 2; } .ep-short-stats { display: flex; justify-content: center; gap: 16px; margin-top: 12px; position: relative; z-index: 2; } .ep-short-stat { text-align: center; padding: 8px 12px; background: rgba(255, 255, 255, 0.4); border-radius: 10px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } .ep-short-stat:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); } .ep-short-stat-number { font-size: 1.2rem; font-weight: 800; display: block; } .ep-short-stat-label { font-size: 0.75rem; opacity: 0.9; } .ep-short-features { padding: 16px 0; background: transparent; } .ep-short-feature { margin-bottom: 12px; padding: 12px 0; border-bottom: 1px solid rgba(241, 245, 249, 0.6); transition: all 0.3s ease; position: relative; } .ep-short-feature::before { content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: linear-gradient(135deg, #f6f1ea, #e8ddd4); border-radius: 2px; opacity: 0; transition: opacity 0.3s ease; } .ep-short-feature:hover::before { opacity: 1; } .ep-short-feature:hover { padding-left: 16px; transform: translateX(4px); } .ep-short-feature:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .ep-short-feature-content h4 { font-size: 1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; transition: color 0.3s ease; } .ep-short-feature:hover .ep-short-feature-content h4 { color: #2d2d2d; } .ep-short-feature-content p { font-size: 0.9rem; color: #6b7280; line-height: 1.4; } .ep-short-reviews { background: white; border-radius: 14px; padding: 16px; margin: 16px 0; border: 1px solid rgba(246, 241, 234, 0.3); } .ep-short-reviews-header { text-align: center; margin-bottom: 12px; } .ep-short-rating { font-size: 1.5rem; color: #ffc107; margin-bottom: 3px; } .ep-short-rating-text { font-size: 0.85rem; color: #666; } .ep-short-review { background: #f8f9fa; border-radius: 10px; padding: 12px; margin-bottom: 10px; border-left: 4px solid #f6f1ea; } .ep-short-review-stars { color: #ffc107; font-size: 0.8rem; margin-bottom: 5px; } .ep-short-review-text { font-size: 0.85rem; line-height: 1.3; margin-bottom: 6px; } .ep-short-review-author { font-size: 0.75rem; color: #666; font-weight: 500; } .ep-short-cta { background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%); padding: 28px 24px; text-align: center; border-radius: 20px; position: relative; overflow: hidden; border: 1px solid rgba(246, 241, 234, 0.3); } .ep-short-cta-text { font-size: 1.2rem; font-weight: 600; color: #1a1a1a; position: relative; z-index: 2; } @media (max-width: 768px) { .ep-short-product-description { padding: 0 10px; } .ep-short-reviews { padding: 16px; margin: 16px 0; } .ep-short-review { padding: 12px; } .ep-short-stats { gap: 12px; flex-wrap: wrap; margin-top: 20px; } .ep-short-stat { padding: 8px 12px; min-width: 80px; flex: 1; max-width: 90px; } .ep-short-stat-number { font-size: 1.1rem; } .ep-short-stat-label { font-size: 0.75rem; } .ep-short-header { padding: 20px 16px; border-radius: 16px; } .ep-short-features { padding: 16px 0; } .ep-short-feature { margin-bottom: 16px; padding: 16px 0; } .ep-short-feature-content h4 { font-size: 1rem; margin-bottom: 6px; } .ep-short-feature-content p { font-size: 0.85rem; line-height: 1.3; } .ep-short-cta { padding: 18px 16px; border-radius: 16px; } .ep-short-cta-text { font-size: 1rem; } .ep-short-product-title { font-size: 1.6rem; margin-bottom: 10px; } .ep-short-tagline { font-size: 0.95rem; } .ep-short-feature:hover { transform: none; padding-left: 0; } .ep-short-feature:hover::before { opacity: 0; } } Pfand enthalten In diesem Preis ist eine Pfandgebühr von 6,00 € enthalten. JUUZ Protein Soda Berry Beeriger Frische-Kick, harmonische Waldbeeren-Note und 15 g BLG-Protein. Die fruchtige Geschmacksexplosion der JUUZ-Range. 2,39 € pro Dose im 24er Tray 15 g BLG-Protein pro Dose 0 g Zucker, Fett, Carbs Beerig-frisch statt zuckersüß Ein harmonischer Mix erlesener Waldbeeren trifft auf prickelnde Kohlensäure – die balancierteste Geschmacksrichtung unserer Range. Nicht klebrig süß, sondern erfrischend fruchtig. Für alle, die den vollen Beeren-Geschmack lieben, aber den Zucker-Kick satthaben. BLG-Protein: Mehr Leucin, mehr Wirkung Beta-Lactoglobulin liefert 15,7 % Leucin pro 100 g Protein – fast doppelt so viel wie ein Standard-Whey-Konzentrat. Mehr Leucin heißt: stärkeres Signal für die Muskelproteinsynthese. Gleiche Menge, bessere Wirkung. Der perfekte Begleiter für lange Trainingstage Morgens Cardio, mittags Krafttraining, abends Stretching? Drei Dosen JUUZ Berry im Kühlschrank = 45 g Protein über den Tag verteilt, ohne einen einzigen Shaker zu spülen. Ready-to-Drink, ready für alles. Diät-Phase ohne Verzicht Im Cut greifen viele zu herkömmlichen Light-Limos – kein Protein, keine Mikronährstoffe, nur Geschmack. JUUZ liefert für den gleichen Erfrischungs-Kick zusätzlich 15 g Protein und unter 70 kcal. Die smartere Wahl für jeden Diät-Tag. Fruchtige Beeren-Erfrischung. Voller Protein-Punch. Null Kompromisse. ★★★★★ Was Athleten an JUUZ Berry schätzen ★★★★★ "Berry schmeckt absolut fantastisch! Super erfrischender Mix, der überhaupt nicht künstlich wirkt. Perfekt eiskalt direkt aus der Dose nach einer intensiven Cardio-Einheit." - Sarah P., Triathletin ★★★★★ "Idealer Proteinschub für zwischendurch ohne schwer im Magen zu liegen. Die Sorte Berry ist neben Orange mein absoluter Favorit im Kühlschrank." - Lukas G., Bodybuilder
More you might like
Related
JUUZ Blueberry-Cassis 24er Tray
Related
JUUZ Orange-Cassis 24er Tray
Related
JUUZ Lemon-Cassis 24er Tray
Related