{"product_id":"glp-1-premium-program","title":"GLP‑1 Premium Program","description":"\u003c!-- GLP-1 EXECUTIVE PROGRAM SHOPIFY PRODUCT PAGE --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Copy and paste this code into your Shopify product page template --\u003e\n\u003cstyle\u003e\n\/* GLP-1 Product Page Styles - Shopify Compatible *\/\n.glp1-product-page * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.glp1-product-page {\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    line-height: 1.6;\n    color: #2c3e50;\n    background-color: #ffffff;\n}\n\n.glp1-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n\/* Hero Product Section *\/\n.glp1-hero {\n    background: linear-gradient(135deg, #e8f4d6 0%, #ffffff 100%);\n    padding: 60px 0;\n}\n\n.glp1-hero-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n}\n\n.glp1-hero-content h1 {\n    font-size: 3rem;\n    font-weight: 700;\n    color: #2c3e50;\n    margin-bottom: 1rem;\n    line-height: 1.2;\n}\n\n.glp1-hero-subtitle {\n    font-size: 1.3rem;\n    color: #6c757d;\n    margin-bottom: 2rem;\n    font-style: italic;\n}\n\n.glp1-price-section {\n    background: #ffffff;\n    padding: 2rem;\n    border-radius: 12px;\n    box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n    border: 2px solid #879f33;\n    margin-bottom: 2rem;\n}\n\n.glp1-price {\n    font-size: 3rem;\n    font-weight: bold;\n    color: #879f33;\n    margin-bottom: 0.5rem;\n}\n\n.glp1-price-details {\n    color: #6c757d;\n    margin-bottom: 1.5rem;\n}\n\n.glp1-cta-button {\n    background: #879f33;\n    color: #ffffff;\n    padding: 18px 36px;\n    border: none;\n    border-radius: 8px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    cursor: pointer;\n    font-size: 1.2rem;\n    width: 100%;\n    text-align: center;\n    display: block;\n    margin-bottom: 1rem;\n}\n\n.glp1-cta-button:hover {\n    background: #6b7d28;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(135, 159, 51, 0.4);\n    color: #ffffff;\n    text-decoration: none;\n}\n\n.glp1-secondary-cta {\n    background: transparent;\n    color: #879f33;\n    border: 2px solid #879f33;\n    padding: 15px 30px;\n    border-radius: 8px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    cursor: pointer;\n    font-size: 1.1rem;\n    width: 100%;\n    text-align: center;\n    display: block;\n}\n\n.glp1-secondary-cta:hover {\n    background: #879f33;\n    color: #ffffff;\n    text-decoration: none;\n}\n\n.glp1-trust-signals {\n    display: flex;\n    gap: 1rem;\n    margin-top: 1.5rem;\n    flex-wrap: wrap;\n}\n\n.glp1-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    color: #6c757d;\n    font-size: 0.9rem;\n}\n\n.glp1-trust-icon {\n    color: #879f33;\n    font-weight: bold;\n}\n\n\/* Program Overview *\/\n.glp1-overview {\n    padding: 80px 0;\n    background: #ffffff;\n}\n\n.glp1-section-title {\n    font-size: 2.5rem;\n    font-weight: 700;\n    color: #2c3e50;\n    margin-bottom: 2rem;\n    text-align: center;\n}\n\n.glp1-overview-grid {\n    display: grid;\n    grid-template-columns: 2fr 1fr;\n    gap: 4rem;\n    margin-top: 3rem;\n}\n\n.glp1-description {\n    font-size: 1.1rem;\n    line-height: 1.8;\n    color: #2c3e50;\n}\n\n.glp1-description p {\n    margin-bottom: 1.5rem;\n}\n\n.glp1-highlights {\n    background: #f8f9fa;\n    padding: 2rem;\n    border-radius: 12px;\n    border-left: 4px solid #879f33;\n}\n\n.glp1-highlights h3 {\n    color: #879f33;\n    font-size: 1.3rem;\n    margin-bottom: 1rem;\n}\n\n.glp1-highlights ul {\n    list-style: none;\n    padding: 0;\n}\n\n.glp1-highlights li {\n    padding: 0.5rem 0;\n    position: relative;\n    padding-left: 1.5rem;\n    color: #2c3e50;\n}\n\n.glp1-highlights li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: #879f33;\n    font-weight: bold;\n}\n\n\/* Program Phases *\/\n.glp1-phases {\n    padding: 80px 0;\n    background: #f8f9fa;\n}\n\n.glp1-phases-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n    gap: 2rem;\n    margin-top: 3rem;\n}\n\n.glp1-phase-card {\n    background: #ffffff;\n    padding: 2.5rem;\n    border-radius: 12px;\n    box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n}\n\n.glp1-phase-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 40px rgba(0,0,0,0.15);\n}\n\n.glp1-phase-header {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    margin-bottom: 1.5rem;\n}\n\n.glp1-phase-number {\n    background: #879f33;\n    color: #ffffff;\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: bold;\n    font-size: 1.2rem;\n}\n\n.glp1-phase-title {\n    font-size: 1.4rem;\n    font-weight: 600;\n    color: #2c3e50;\n}\n\n.glp1-phase-duration {\n    color: #879f33;\n    font-weight: 500;\n    font-size: 0.9rem;\n}\n\n.glp1-phase-content {\n    color: #6c757d;\n    line-height: 1.6;\n}\n\n.glp1-phase-features {\n    list-style: none;\n    margin-top: 1rem;\n}\n\n.glp1-phase-features li {\n    padding: 0.3rem 0;\n    position: relative;\n    padding-left: 1.2rem;\n    color: #2c3e50;\n    font-size: 0.95rem;\n}\n\n.glp1-phase-features li:before {\n    content: \"•\";\n    position: absolute;\n    left: 0;\n    color: #879f33;\n    font-weight: bold;\n}\n\n\/* Add-ons Section *\/\n.glp1-addons {\n    padding: 80px 0;\n    background: #ffffff;\n}\n\n.glp1-addons-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 2rem;\n    margin-top: 3rem;\n}\n\n.glp1-addon-card {\n    background: #f8f9fa;\n    padding: 2rem;\n    border-radius: 12px;\n    border: 2px solid transparent;\n    transition: all 0.3s ease;\n}\n\n.glp1-addon-card:hover {\n    border-color: #879f33;\n    background: #ffffff;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n}\n\n.glp1-addon-title {\n    font-size: 1.3rem;\n    font-weight: 600;\n    color: #2c3e50;\n    margin-bottom: 0.5rem;\n}\n\n.glp1-addon-price {\n    color: #879f33;\n    font-weight: bold;\n    font-size: 1.1rem;\n    margin-bottom: 1rem;\n}\n\n.glp1-addon-description {\n    color: #6c757d;\n    line-height: 1.6;\n}\n\n\/* Final CTA Section *\/\n.glp1-final-cta {\n    padding: 80px 0;\n    background: #879f33;\n    color: #ffffff;\n    text-align: center;\n}\n\n.glp1-final-cta h2 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 1rem;\n}\n\n.glp1-final-cta p {\n    font-size: 1.2rem;\n    margin-bottom: 2rem;\n    opacity: 0.9;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.glp1-cta-button-white {\n    background: #ffffff;\n    color: #879f33;\n    padding: 18px 36px;\n    border: none;\n    border-radius: 8px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    cursor: pointer;\n    font-size: 1.2rem;\n    display: inline-block;\n}\n\n.glp1-cta-button-white:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 25px rgba(255,255,255,0.3);\n    color: #879f33;\n    text-decoration: none;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n    .glp1-hero-grid {\n        grid-template-columns: 1fr;\n        gap: 2rem;\n    }\n    \n    .glp1-hero-content h1 {\n        font-size: 2.2rem;\n    }\n    \n    .glp1-overview-grid {\n        grid-template-columns: 1fr;\n        gap: 2rem;\n    }\n    \n    .glp1-phases-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .glp1-addons-grid {\n        grid-template-columns: 1fr;\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"glp1-product-page\"\u003e\n\u003c!-- Hero Product Section --\u003e\n\u003csection class=\"glp1-hero\"\u003e\n\u003cdiv class=\"glp1-container\"\u003e\n\u003cdiv class=\"glp1-hero-grid\"\u003e\n\u003cdiv class=\"glp1-hero-content\"\u003e\n\u003ch1\u003eGLP‑1 Premium Program\u003c\/h1\u003e\n\u003cp class=\"glp1-hero-subtitle\"\u003eFor high-performance individuals who demands rapid, sustainable results without the friction of typical weight loss programs.\u003c\/p\u003e\n\u003cdiv class=\"glp1-price-section\"\u003e\n\u003cdiv class=\"glp1-price\"\u003e$3,950\u003c\/div\u003e\n\u003cdiv class=\"glp1-price-details\"\u003e12-Week Complete Program • One-Time Investment\u003c\/div\u003e\n\u003cdiv class=\"glp1-trust-signals\"\u003e\n\u003cdiv class=\"glp1-trust-item\"\u003e\n\u003cspan class=\"glp1-trust-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eBoard-Certified Physicians\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-trust-item\"\u003e\n\u003cspan class=\"glp1-trust-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eMedical-Grade Protocol\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-trust-item\"\u003e\n\u003cspan class=\"glp1-trust-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConcierge Service\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-highlights\"\u003e\n\u003ch3\u003eProgram Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMuscle preservation focus\u003c\/li\u003e\n\u003cli\u003eSide-effect management protocol\u003c\/li\u003e\n\u003cli\u003eMedication concierge service\u003c\/li\u003e\n\u003cli\u003ePersonalized AI support (Custom Medical AI Chatbots)\u003c\/li\u003e\n\u003cli\u003ePremium-optimized schedule\u003c\/li\u003e\n\u003cli\u003eComprehensive lab monitoring\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Program Overview --\u003e\n\u003csection id=\"learn-more\" class=\"glp1-overview\"\u003e\n\u003cdiv class=\"glp1-container\"\u003e\n\u003ch2 class=\"glp1-section-title\"\u003eWhy Choose This Program\u003c\/h2\u003e\n\u003cdiv class=\"glp1-overview-grid\"\u003e\n\u003cdiv class=\"glp1-description\"\u003e\n\u003cp\u003eYou don't have time for programs that require constant app monitoring, confusing meal plans, or endless cardio. You need a medical and performance-driven approach that preserves muscle, optimizes function, and respects your schedule.\u003c\/p\u003e\n\u003cp\u003eThe GLP-1 Premium Program is a 12-week, high-touch program engineered to deliver a defined transformation, not just a number on the scale. Our protocol is built around a core principle: effective GLP-1 therapy is about far more than just medication.\u003c\/p\u003e\n\u003cp\u003eThis isn't another subscription model that sells \"access.\" It's a time-boxed, outcome-focused partnership with a dedicated clinical team. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThis program is designed for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eIndividuals who need to optimize physical and cognitive performance to meet intense professional demands. Time-constrained individuals who value efficiency and require a program that integrates seamlessly into a busy lifestyle. Data-driven individuals who appreciate a scientific approach, with clear benchmarks, lab-based evidence, and measurable progress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-highlights\"\u003e\n\u003ch3\u003eThe Difference\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBody composition over scale weight\u003c\/li\u003e\n\u003cli\u003eFrictionless and efficient process\u003c\/li\u003e\n\u003cli\u003eMedically rigorous protocols\u003c\/li\u003e\n\u003cli\u003ePremium function optimization\u003c\/li\u003e\n\u003cli\u003eTime-boxed transformation\u003c\/li\u003e\n\u003cli\u003eConcierge-level service\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Program Phases --\u003e\n\u003csection class=\"glp1-phases\"\u003e\n\u003cdiv class=\"glp1-container\"\u003e\n\u003ch2 class=\"glp1-section-title\"\u003eYour 12-Week Transformation Protocol\u003c\/h2\u003e\n\u003cdiv class=\"glp1-phases-grid\"\u003e\n\u003cdiv class=\"glp1-phase-card\"\u003e\n\u003cdiv class=\"glp1-phase-header\"\u003e\n\u003cdiv class=\"glp1-phase-number\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"glp1-phase-title\"\u003eBaseline \u0026amp; Strategy\u003c\/div\u003e\n\u003cdiv class=\"glp1-phase-duration\"\u003eWeeks 0-2\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-phase-content\"\u003e\n\u003cp\u003eComprehensive 60-minute virtual consultation with board-certified clinician. Deep dive into metabolic health, risk factors, and performance goals.\u003c\/p\u003e\n\u003cul class=\"glp1-phase-features\"\u003e\n\u003cli\u003eComprehensive lab panel (A1c, insulin, CMP, CBC, lipids, hs-CRP, TSH)\u003c\/li\u003e\n\u003cli\u003eMuscle-preservation stack implementation\u003c\/li\u003e\n\u003cli\u003ePersonalized protein targets and resistance training\u003c\/li\u003e\n\u003cli\u003eMedication concierge coordination\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-phase-card\"\u003e\n\u003cdiv class=\"glp1-phase-header\"\u003e\n\u003cdiv class=\"glp1-phase-number\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"glp1-phase-title\"\u003eTitration \u0026amp; Optimization\u003c\/div\u003e\n\u003cdiv class=\"glp1-phase-duration\"\u003eWeeks 2-6\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-phase-content\"\u003e\n\u003cp\u003eCarefully titrate GLP-1 medication to maximize efficacy while minimizing side effects. Personalized tolerance mapping.\u003c\/p\u003e\n\u003cul class=\"glp1-phase-features\"\u003e\n\u003cli\u003eSide-effect management playbook\u003c\/li\u003e\n\u003cli\u003eWeek 2 clinician follow-up\u003c\/li\u003e\n\u003cli\u003eTwo 15-minute troubleshooting check-ins\u003c\/li\u003e\n\u003cli\u003eMedication adjustment protocols\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-phase-card\"\u003e\n\u003cdiv class=\"glp1-phase-header\"\u003e\n\u003cdiv class=\"glp1-phase-number\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"glp1-phase-title\"\u003ePerformance \u0026amp; Habit-Lock\u003c\/div\u003e\n\u003cdiv class=\"glp1-phase-duration\"\u003eWeeks 6-12\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-phase-content\"\u003e\n\u003cp\u003eLock in performance habits for sustainable results. Focus on long-term success strategies.\u003c\/p\u003e\n\u003cul class=\"glp1-phase-features\"\u003e\n\u003cli\u003eWeek 6 and 12 clinician consultations\u003c\/li\u003e\n\u003cli\u003ePersonalized GLP-1 AI Chatbot access\u003c\/li\u003e\n\u003cli\u003eFinal lab review and analysis\u003c\/li\u003e\n\u003cli\u003eSustainable maintenance strategy\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Add-ons Section --\u003e\n\u003csection class=\"glp1-addons\"\u003e\n\u003cdiv class=\"glp1-container\"\u003e\n\u003ch2 class=\"glp1-section-title\"\u003eOptional Performance Add-Ons\u003c\/h2\u003e\n\u003cdiv class=\"glp1-addons-grid\"\u003e\n\u003cdiv class=\"glp1-addon-card\"\u003e\n\u003cdiv class=\"glp1-addon-title\"\u003eDEXA Scan Concierge\u003c\/div\u003e\n\u003cdiv class=\"glp1-addon-price\"\u003eAdditional Cost\u003c\/div\u003e\n\u003cdiv class=\"glp1-addon-description\"\u003eWe schedule and coordinate DEXA scans (gold standard for body composition) at the beginning and end of your program to precisely measure changes in fat mass and lean muscle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-addon-card\"\u003e\n\u003cdiv class=\"glp1-addon-title\"\u003e4-Week CGM Monitoring\u003c\/div\u003e\n\u003cdiv class=\"glp1-addon-price\"\u003eAdditional Cost\u003c\/div\u003e\n\u003cdiv class=\"glp1-addon-description\"\u003eContinuous Glucose Monitor provides real-time insight into your metabolic response. Our team interprets the data to further personalize your nutrition plan.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glp1-addon-card\"\u003e\n\u003cdiv class=\"glp1-addon-title\"\u003ePremium Performance Lift\u003c\/div\u003e\n\u003cdiv class=\"glp1-addon-price\"\u003e+$750\u003c\/div\u003e\n\u003cdiv class=\"glp1-addon-description\"\u003eTargeted coaching on sleep optimization, alcohol and caffeine protocols, and Zone 2 cardiovascular training to enhance mitochondrial function.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Final CTA --\u003e\n\u003csection id=\"consultation\" class=\"glp1-final-cta\"\u003e\n\u003cdiv class=\"glp1-container\"\u003e\n\u003ch2\u003eReady to Transform Your Performance?\u003c\/h2\u003e\n\u003cp\u003eStop guessing and start transforming. Your investment in the GLP-1 Premium Program is an investment in your most valuable asset: your health and performance.\u003c\/p\u003e\n\u003cp\u003eHave more questions?\u003c\/p\u003e\n\u003ca href=\"https:\/\/casadesante.com\/pages\/meet-dr-onyx-md-phd\" class=\"glp1-cta-button-white\"\u003eBook a Free Discovery Call\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- \nSHOPIFY IMPLEMENTATION:\n1. Copy this entire code\n2. Go to your Shopify product page template\n3. Paste in the product description area or custom template\n4. Update booking\/consultation links\n5. Add product images\n6. Configure pricing and inventory\n7. Test on mobile and desktop\n--\u003e","brand":"casa de sante","offers":[{"title":"Default Title","offer_id":51418907967830,"sku":"sku-41972751401047","price":3950.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0842\/6238\/8054\/files\/Executiveprograms_15.jpg?v=1758905309","url":"https:\/\/f8961a-65.myshopify.com\/products\/glp-1-premium-program","provider":"Oxfordum","version":"1.0","type":"link"}