Lemme GLP-1 Daily 60 Capsules | GLP-1 Support & Weight Management
You'll be redirected to glamglobal.co.uk
Description
Lemme GLP-1 Daily – GlamGlobal @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Source+Sans+3:wght@300;400;500;600&display=swap'); :root { --navy: #00304E; --pink: #EF1F98; --sky: #87CEEB; --white: #FFFFFF; --cream: #FAFAF7; --soft-grey: #F5F5F2; --text: #2D2D2D; --text-light: #5A5A5A; --mint: #E8F5F0; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Source Sans 3', sans-serif; color: var(--text); line-height: 1.7; font-size: 15.5px; font-weight: 400; background: var(--white); } .product-container { max-width: 780px; margin: 0 auto; padding: 0 20px; } /* Hero Intro */ .hero-intro { text-align: center; padding: 40px 20px 35px; border-bottom: 1px solid #EDEDED; } .hero-intro .category-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--pink); margin-bottom: 16px; } .hero-intro h1 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 14px; } .hero-intro .subtitle { font-size: 16.5px; font-weight: 300; color: var(--text-light); max-width: 580px; margin: 0 auto; line-height: 1.6; } /* Key Stats Bar */ .stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 30px 0; background: var(--navy); border-radius: 10px; overflow: hidden; } .stat-item { text-align: center; padding: 22px 10px; border-right: 1px solid rgba(255,255,255,0.1); } .stat-item:last-child { border-right: none; } .stat-number { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--white); display: block; } .stat-label { font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--sky); margin-top: 4px; display: block; } /* Editorial Callout */ .editorial-callout { background: linear-gradient(135deg, var(--cream) 0%, var(--mint) 100%); border-radius: 10px; padding: 28px 30px; margin: 28px 0; border-left: 4px solid var(--pink); } .editorial-callout p { font-family: 'Playfair Display', serif; font-size: 17px; font-style: italic; color: var(--navy); line-height: 1.6; } .editorial-callout .source { font-family: 'Source Sans 3', sans-serif; font-style: normal; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pink); margin-top: 10px; display: block; } /* Section Styling */ .section { padding: 32px 0; border-bottom: 1px solid #EDEDED; } .section:last-child { border-bottom: none; } .section-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 16px; } .section p { color: var(--text); margin-bottom: 14px; font-weight: 400; } .section p:last-child { margin-bottom: 0; } /* GLP-1 Explainer */ .glp1-explainer { background: var(--navy); border-radius: 10px; padding: 28px 30px; margin: 24px 0; } .glp1-explainer .explainer-tag { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--pink); display: block; margin-bottom: 12px; } .glp1-explainer h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: var(--white); margin-bottom: 12px; } .glp1-explainer p { font-size: 14.5px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 0; } /* Ingredient Cards */ .ingredient-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 20px 0; } .ingredient-card { border-radius: 10px; padding: 22px 18px; text-align: center; } .ingredient-card.eriomin { background: linear-gradient(145deg, #FFF8E1 0%, #FFF3CD 100%); border: 1px solid #F0DCA0; } .ingredient-card.supresa { background: linear-gradient(145deg, #F3E5F5 0%, #E8D5F0 100%); border: 1px solid #D0B8DF; } .ingredient-card.morosil { background: linear-gradient(145deg, #FFE8E0 0%, #FFD6CC 100%); border: 1px solid #F0B8A8; } .ingredient-card .ing-badge { display: inline-block; font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white); background: var(--navy); padding: 3px 10px; border-radius: 12px; margin-bottom: 12px; } .ingredient-card h4 { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 8px; } .ingredient-card p { font-size: 12.5px; color: var(--text-light); line-height: 1.5; margin-bottom: 0; } .ingredient-card .ing-stat { display: block; font-size: 11px; font-weight: 600; color: var(--pink); margin-top: 10px; } /* Feature Grid */ .feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 20px 0; } .feature-card { background: var(--cream); border-radius: 10px; padding: 22px; } .feature-card h4 { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 8px; } .feature-card p { font-size: 13.5px; color: var(--text-light); line-height: 1.6; margin-bottom: 0; } /* How It Works */ .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 20px 0; } .step { text-align: center; padding: 18px 12px; } .step-number { width: 42px; height: 42px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--white); } .step h4 { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; } .step p { font-size: 12.5px; color: var(--text-light); line-height: 1.5; margin-bottom: 0; } /* Results Timeline */ .results-bar { background: var(--navy); border-radius: 10px; padding: 24px 28px; margin: 24px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .result-item { text-align: center; } .result-item .result-time { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--white); display: block; } .result-item .result-desc { font-size: 12px; font-weight: 400; color: var(--sky); display: block; margin-top: 4px; line-height: 1.4; } /* Who It's For */ .who-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 20px 0; } .who-tag { background: var(--soft-grey); border-radius: 8px; padding: 14px 18px; font-size: 14px; font-weight: 500; color: var(--navy); text-align: center; } /* Clean Formula Bar */ .clean-bar { background: var(--soft-grey); border-radius: 10px; padding: 20px 24px; margin: 20px 0; text-align: center; } .clean-bar .clean-label { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--pink); display: block; margin-bottom: 10px; } .clean-bar .clean-list { font-size: 13px; color: var(--text-light); line-height: 1.8; } /* Trust Badges */ .trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; } .trust-badge { text-align: center; padding: 18px 12px; background: var(--soft-grey); border-radius: 8px; } .trust-badge .badge-icon { font-size: 22px; margin-bottom: 8px; display: block; } .trust-badge .badge-text { font-size: 12px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; color: var(--navy); display: block; } /* Specs Table */ .specs-table { width: 100%; border-collapse: collapse; margin: 16px 0; } .specs-table tr { border-bottom: 1px solid #EDEDED; } .specs-table tr:last-child { border-bottom: none; } .specs-table td { padding: 11px 0; font-size: 14px; vertical-align: top; } .specs-table td:first-child { font-weight: 600; color: var(--navy); width: 40%; } .specs-table td:last-child { color: var(--text-light); } /* Responsive */ @media (max-width: 600px) { .stats-bar { grid-template-columns: repeat(2, 1fr); } .stat-item:nth-child(2) { border-right: none; } .stat-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.1); } .ingredient-grid { grid-template-columns: 1fr; } .feature-grid { grid-template-columns: 1fr; } .steps { grid-template-columns: 1fr; } .results-bar { grid-template-columns: 1fr; } .who-grid { grid-template-columns: 1fr; } .trust-strip { grid-template-columns: 1fr; } .hero-intro h1 { font-size: 24px; } } Weight Management Supplement Lemme GLP-1 Daily Plant-based GLP-1 support with three patented, clinically studied ingredients. Naturally reduces cravings, supports metabolism, and promotes healthy weight management — without stimulants. 3 Patented Ingredients 60 Capsules (30 Days) 8 Week Clinical Results 0 Stimulants "GLP-1 medications like Ozempic and Mounjaro work by mimicking a hormone your body already produces. Lemme GLP-1 takes a different approach — supporting your body's own natural GLP-1 production through plant-based compounds, without a prescription." The Natural GLP-1 Alternative The Science What Is GLP-1 and Why Does It Matter? GLP-1 (Glucagon-Like Peptide-1) is a hormone your body produces naturally after eating. It signals to your brain that you're full, slows gastric emptying, and helps regulate blood sugar. Higher GLP-1 activity is as