{"product_id":"mango-miles-of-hope-pelotonia-fundraising-pint","title":"Mango Miles of Hope: Pelotonia Fundraising Pint","description":"\u003cstyle\u003e\n  :root {\n    --pelo-green: #44D62C; \/* Official Pelotonia Green *\/\n    --pelo-forest: #00471F; \/* Official Forest Green *\/\n    --pelo-black: #231f20;\n    --pelo-bg: #fdfdfd;\n    --border-subtle: #ececec;\n  }\n\n  .mmoh-wrapper {\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    max-width: 100%;\n    margin: 40px auto;\n    color: var(--pelo-black);\n    line-height: 1.6;\n  }\n\n  \/* OFFICIAL PELOTONIA GREEN HERO *\/\n  .mmoh-hero {\n    background: var(--pelo-green);\n    border-radius: 20px;\n    padding: 60px 40px;\n    color: var(--pelo-forest);\n    text-align: center;\n    margin-bottom: 50px; \/* Increased bottom margin *\/\n  }\n\n  .mmoh-badge {\n    display: inline-block;\n    background: var(--pelo-forest);\n    color: white;\n    padding: 8px 20px;\n    border-radius: 30px;\n    font-weight: 700;\n    margin-bottom: 25px;\n    font-size: 1rem; \/* Increased size *\/\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .mmoh-hero h1 {\n    font-size: 3rem; \/* Increased size *\/\n    margin-bottom: 20px;\n    color: var(--pelo-forest);\n    font-weight: 900;\n    letter-spacing: -1.5px;\n    line-height: 1.1;\n  }\n\n  .mmoh-hero p {\n    font-size: 1.4rem; \/* Increased size *\/\n    max-width: 750px;\n    margin: auto;\n    font-weight: 600;\n    line-height: 1.4;\n  }\n\n  \/* BALANCED 2x2 GRID WITH ADDED VERTICAL SPACING *\/\n  .mmoh-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 30px; \/* Increased gap *\/\n    padding: 40px 0; \/* Added space to top and bottom of grid *\/\n    margin-bottom: 40px;\n  }\n\n  .mmoh-card {\n    background: white;\n    border: 1px solid var(--border-subtle);\n    border-radius: 16px;\n    padding: 45px 35px; \/* Increased internal padding *\/\n    text-align: center;\n    transition: all 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n  }\n\n  .mmoh-card:hover {\n    transform: translateY(-8px);\n    border-color: var(--pelo-green);\n    box-shadow: 0 12px 20px rgba(0,0,0,0.05);\n  }\n\n  .mmoh-card.highlight-card {\n    background: #f4fcf2;\n    border: 2px solid var(--pelo-green);\n  }\n\n  .card-icon-circle {\n    width: 65px; \/* Larger icon circles *\/\n    height: 65px;\n    background: white;\n    border-radius: 50%;\n    margin-bottom: 25px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--pelo-forest);\n    font-size: 1.8rem; \/* Larger emoji\/text *\/\n    font-weight: 900;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.08);\n  }\n\n  .mmoh-card h3 {\n    margin-bottom: 15px;\n    color: var(--pelo-forest);\n    font-size: 1.4rem; \/* Increased size *\/\n    font-weight: 800;\n  }\n\n  .mmoh-card p {\n    font-size: 1.15rem; \/* Increased size *\/\n    color: #333;\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  \/* STORY SECTION *\/\n  .mmoh-story {\n    background: var(--pelo-bg);\n    border-radius: 20px;\n    padding: 60px 40px;\n    margin-top: 20px;\n    border: 1px solid var(--border-subtle);\n    text-align: center;\n  }\n\n  .mmoh-story h2 {\n    color: var(--pelo-forest);\n    margin-bottom: 25px;\n    font-size: 2.2rem; \/* Increased size *\/\n    font-weight: 900;\n  }\n\n  .mmoh-story p {\n    font-size: 1.25rem; \/* Increased size *\/\n    max-width: 800px;\n    margin: 0 auto 20px;\n    line-height: 1.7;\n    color: #444;\n  }\n\n  \/* SOCIAL SHARE *\/\n  .mmoh-share {\n    margin-top: 60px;\n    padding: 50px 40px;\n    background: white;\n    border-radius: 20px;\n    border: 1px solid var(--border-subtle);\n    text-align: center;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n  }\n\n  .mmoh-share h3 {\n    font-size: 1.8rem; \/* Increased size *\/\n    font-weight: 800;\n    margin-bottom: 15px;\n    color: var(--pelo-forest);\n  }\n\n  .mmoh-share p {\n    font-size: 1.2rem;\n    margin-bottom: 20px;\n  }\n\n  .mmoh-tag {\n    display: inline-block;\n    margin-top: 15px;\n    background: var(--pelo-forest);\n    color: white;\n    padding: 14px 32px;\n    border-radius: 10px;\n    font-weight: 700;\n    font-size: 1.3rem; \/* Larger Tag *\/\n    letter-spacing: 0.5px;\n  }\n\n  .mmoh-note {\n    margin-top: 60px;\n    padding: 0 20px;\n    font-size: 1.1rem; \/* Increased footer text *\/\n    color: #888;\n    text-align: center;\n    line-height: 1.6;\n  }\n\n  @media(max-width:768px){\n    .mmoh-grid { grid-template-columns: 1fr; gap: 20px; }\n    .mmoh-hero h1{ font-size:2.2rem; }\n    .mmoh-hero p { font-size: 1.2rem; }\n    .mmoh-story h2 { font-size: 1.8rem; }\n    .mmoh-story p { font-size: 1.1rem; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mmoh-wrapper\"\u003e\n\n  \u003cdiv class=\"mmoh-hero\"\u003e\n    \u003cdiv class=\"mmoh-badge\"\u003eOfficial Community Partnership\u003c\/div\u003e\n    \u003ch1\u003eMango Miles of Hope\u003c\/h1\u003e\n    \u003cp\u003e\n      One handcrafted flavor. One shared goal. \u003cbr\u003e\n      A sweet way for our community to fuel the miles toward a cure.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mmoh-grid\"\u003e\n    \n    \u003cdiv class=\"mmoh-card highlight-card\"\u003e\n      \u003cdiv class=\"card-icon-circle\"\u003e$1\u003c\/div\u003e\n      \u003ch3\u003eImpact Per Pint\u003c\/h3\u003e\n      \u003cp\u003eWe are proud to donate $1.00 from every Mango Miles of Hope pint directly toward Pelotonia fundraising.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mmoh-card\"\u003e\n      \u003cdiv class=\"card-icon-circle\"\u003e🥭\u003c\/div\u003e\n      \u003ch3\u003eHandcrafted Flavor\u003c\/h3\u003e\n      \u003cp\u003ePremium mango ice cream, made fresh in-house specifically for the Pelotonia season.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mmoh-card\"\u003e\n      \u003cdiv class=\"card-icon-circle\"\u003e100\u003c\/div\u003e\n      \u003ch3\u003e100% Contribution\u003c\/h3\u003e\n      \u003cp\u003e100% of Pelotonia fundraising goes directly to innovative cancer research at OSU.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mmoh-card\"\u003e\n      \u003cdiv class=\"card-icon-circle\"\u003e🚴\u003c\/div\u003e\n      \u003ch3\u003eCredit Your Ride\u003c\/h3\u003e\n      \u003cp\u003eSelect your Rider or Team above the 'Add to Cart' button to help them reach their goal.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mmoh-story\"\u003e\n    \u003ch2\u003eThe Heart of the Scoop\u003c\/h2\u003e\n    \u003cp\u003e\n      At \u003cstrong\u003eMardi Gras Homemade Ice Cream\u003c\/strong\u003e, we believe that every community effort counts. \u003cstrong\u003eMango Miles of Hope\u003c\/strong\u003e was inspired by the incredible dedication of the Pelotonia family.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      This pint is more than a treat—it is a sweet gesture of support for the riders, volunteers, and researchers working toward a cancer-free world. Together, we can make every scoop matter.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mmoh-share\"\u003e\n    \u003ch3\u003eShow Your Support 📸\u003c\/h3\u003e\n    \u003cp\u003eTag your photos with your Pelotonia gear and your Mango pint. We love seeing our community in action!\u003c\/p\u003e\n    \u003cdiv class=\"mmoh-tag\"\u003e#MangoMilesOfHope\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mmoh-note\"\u003e\n    100% of Pelotonia fundraising goes directly to The Ohio State University Comprehensive Cancer Center – James Cancer Hospital and Solove Research Institute.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Mardi Gras Homemade Ice Cream \u0026 Cake","offers":[{"title":"Default Title","offer_id":49038098923763,"sku":"MangoMH","price":8.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/6008\/0371\/files\/57E5762F-67B2-4A80-AE2C-5B97294C56DB.jpg?v=1778727049","url":"https:\/\/www.mardigrasicecream.com\/products\/mango-miles-of-hope-pelotonia-fundraising-pint","provider":"Mardi Gras Homemade Ice Cream \u0026 Cake","version":"1.0","type":"link"}