{"product_id":"2-day-cheltenham-festival-trip-for-two","title":"2-Day Cheltenham Festival Trip For Two","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026family=Open+Sans+Condensed:wght@300;700\u0026display=swap');\n\n  .tgg-product {\n    --tgg-pumpkin: #F1833B;\n    --tgg-graphite: #333333;\n    --tgg-mint: #5EC89A;\n    --tgg-charcoal: #54595F;\n    --tgg-grey: #7A7A7A;\n    --tgg-red: #FF0000;\n    --tgg-white: #FFFFFF;\n    --tgg-light: #F5F5F5;\n    --tgg-pale-mint: #E5F6EF;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--tgg-graphite);\n    font-family: \"Open Sans Condensed\", \"Arial Narrow\", Arial, sans-serif;\n    line-height: 1.65;\n  }\n\n  .tgg-product,\n  .tgg-product * {\n    box-sizing: border-box;\n  }\n\n  .tgg-product h2,\n  .tgg-product h3,\n  .tgg-product p {\n    margin-top: 0;\n  }\n\n  .tgg-product h2,\n  .tgg-product h3,\n  .tgg-product strong {\n    font-family: \"Open Sans\", Arial, sans-serif;\n  }\n\n  .tgg-hero {\n    position: relative;\n    padding: clamp(30px, 6vw, 66px);\n    overflow: hidden;\n    color: var(--tgg-white);\n    background:\n      linear-gradient(\n        125deg,\n        transparent 0% 52%,\n        rgba(241, 131, 59, 0.13) 52% 66%,\n        transparent 66% 100%\n      ),\n      linear-gradient(\n        145deg,\n        var(--tgg-graphite) 0%,\n        #202020 100%\n      );\n    border-radius: 24px;\n  }\n\n  .tgg-hero::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 12px;\n    height: 100%;\n    background: var(--tgg-pumpkin);\n  }\n\n  .tgg-hero::after {\n    content: \"CHELTENHAM\";\n    position: absolute;\n    right: 18px;\n    bottom: -18px;\n    color: rgba(255, 255, 255, 0.045);\n    font-family: \"Open Sans\", Arial, sans-serif;\n    font-size: clamp(58px, 11vw, 130px);\n    font-weight: 700;\n    letter-spacing: -7px;\n    line-height: 1;\n  }\n\n  .tgg-eyebrow {\n    position: relative;\n    z-index: 1;\n    display: inline-block;\n    margin-bottom: 16px;\n    padding: 8px 15px;\n    color: var(--tgg-graphite);\n    background: var(--tgg-mint);\n    border-radius: 999px;\n    font-family: \"Open Sans\", Arial, sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.8px;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .tgg-hero h2 {\n    position: relative;\n    z-index: 1;\n    max-width: 940px;\n    margin-bottom: 14px;\n    color: var(--tgg-white);\n    font-size: clamp(30px, 5vw, 55px);\n    font-weight: 700;\n    letter-spacing: -1.5px;\n    line-height: 1.08;\n    text-transform: uppercase;\n  }\n\n  .tgg-hero-subtitle {\n    position: relative;\n    z-index: 1;\n    margin-bottom: 22px;\n    color: var(--tgg-pumpkin);\n    font-size: clamp(17px, 2vw, 22px);\n    font-weight: 700;\n  }\n\n  .tgg-hero-copy {\n    position: relative;\n    z-index: 1;\n    max-width: 860px;\n    margin-bottom: 0;\n    color: #F2F2F2;\n    font-size: 18px;\n  }\n\n  .tgg-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .tgg-stat {\n    padding: 21px 12px;\n    text-align: center;\n    background: var(--tgg-pumpkin);\n    border-radius: 15px;\n  }\n\n  .tgg-stat strong {\n    display: block;\n    color: var(--tgg-white);\n    font-size: clamp(21px, 3vw, 29px);\n    font-weight: 700;\n    line-height: 1.15;\n  }\n\n  .tgg-stat span {\n    display: block;\n    margin-top: 6px;\n    color: var(--tgg-graphite);\n    font-family: \"Open Sans\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .tgg-section {\n    margin-top: 24px;\n    padding: clamp(24px, 5vw, 42px);\n    background: var(--tgg-light);\n    border-radius: 22px;\n  }\n\n  .tgg-section-dark {\n    color: var(--tgg-white);\n    background: var(--tgg-graphite);\n  }\n\n  .tgg-section h3 {\n    margin-bottom: 12px;\n    color: var(--tgg-graphite);\n    font-size: clamp(23px, 3vw, 32px);\n    font-weight: 700;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .tgg-section-dark h3 {\n    color: var(--tgg-white);\n  }\n\n  .tgg-section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n    font-size: 17px;\n  }\n\n  .tgg-section-intro:last-child {\n    margin-bottom: 0;\n  }\n\n  .tgg-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .tgg-card {\n    min-height: 100%;\n    padding: 20px;\n    background: var(--tgg-white);\n    border: 1px solid #E1E1E1;\n    border-top: 5px solid var(--tgg-pumpkin);\n    border-radius: 16px;\n    box-shadow: 0 5px 16px rgba(51, 51, 51, 0.07);\n  }\n\n  .tgg-icon {\n    display: block;\n    margin-bottom: 10px;\n    font-size: 27px;\n    line-height: 1;\n  }\n\n  .tgg-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--tgg-graphite);\n    font-size: 16px;\n    line-height: 1.35;\n  }\n\n  .tgg-card p {\n    margin-bottom: 0;\n    color: var(--tgg-graphite);\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .tgg-dark-card {\n    color: var(--tgg-white);\n    background: var(--tgg-graphite);\n    border-color: var(--tgg-pumpkin);\n    box-shadow: none;\n  }\n\n  .tgg-dark-card strong {\n    color: var(--tgg-pumpkin);\n  }\n\n  .tgg-dark-card p {\n    color: #EEEEEE;\n  }\n\n  .tgg-highlight {\n    margin: 24px 0 0;\n    padding: 22px 24px;\n    color: var(--tgg-graphite);\n    background: var(--tgg-mint);\n    border-left: 7px solid var(--tgg-pumpkin);\n    border-radius: 14px;\n    font-family: \"Open Sans\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n  }\n\n  .tgg-checklist {\n    display: grid !important;\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n    gap: 12px !important;\n    width: 100% !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    list-style-type: none !important;\n  }\n\n  .tgg-checklist \u003e li {\n    display: flex !important;\n    align-items: center !important;\n    gap: 12px !important;\n    min-width: 0 !important;\n    margin: 0 !important;\n    padding: 15px 16px !important;\n    color: var(--tgg-graphite) !important;\n    background: var(--tgg-white) !important;\n    border-radius: 14px !important;\n    list-style: none !important;\n    list-style-type: none !important;\n    font-family: \"Open Sans\", Arial, sans-serif !important;\n    font-weight: 700 !important;\n    line-height: 1.45 !important;\n  }\n\n  .tgg-checklist \u003e li::marker {\n    content: \"\" !important;\n    font-size: 0 !important;\n  }\n\n  .tgg-checklist \u003e li::before {\n    content: none !important;\n    display: none !important;\n  }\n\n  .tgg-check {\n    display: inline-flex !important;\n    flex: 0 0 24px !important;\n    align-items: center !important;\n    justify-content: center !important;\n    width: 24px !important;\n    height: 24px !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    color: var(--tgg-graphite) !important;\n    background: var(--tgg-mint) !important;\n    border-radius: 50% !important;\n    font-family: Arial, sans-serif !important;\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    line-height: 1 !important;\n  }\n\n  .tgg-check-text {\n    display: block !important;\n    min-width: 0 !important;\n    color: var(--tgg-graphite) !important;\n    font-family: \"Open Sans\", Arial, sans-serif !important;\n    font-weight: 700 !important;\n  }\n\n  .tgg-closing {\n    margin-top: 24px;\n    padding: clamp(30px, 5vw, 50px);\n    color: var(--tgg-graphite);\n    text-align: center;\n    background: var(--tgg-pumpkin);\n    border-radius: 22px;\n  }\n\n  .tgg-closing h3 {\n    margin-bottom: 10px;\n    color: var(--tgg-graphite);\n    font-size: clamp(26px, 4vw, 39px);\n    font-weight: 700;\n    line-height: 1.15;\n    text-transform: uppercase;\n  }\n\n  .tgg-closing p {\n    max-width: 800px;\n    margin: 0 auto;\n    color: var(--tgg-graphite);\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n\n\n  .tgg-st-patricks {\n    color: var(--tgg-white);\n    background: #15451A;\n  }\n\n  .tgg-st-patricks h3 {\n    color: var(--tgg-white);\n  }\n\n  .tgg-st-patricks .tgg-section-intro {\n    color: var(--tgg-white);\n  }\n\n  .tgg-st-patricks .tgg-highlight {\n    color: #15451A;\n    background: var(--tgg-white);\n    border-left-color: #15451A;\n  }\n\n  .tgg-gold-cup {\n    color: var(--tgg-graphite);\n    background: #F0C135;\n  }\n\n  .tgg-gold-cup h3 {\n    color: var(--tgg-graphite);\n  }\n\n  .tgg-gold-cup .tgg-section-intro {\n    color: var(--tgg-graphite);\n  }\n\n  .tgg-gold-cup .tgg-highlight {\n    color: var(--tgg-graphite);\n    background: var(--tgg-white);\n    border-left-color: #F0C135;\n  }\n\n  @media (max-width: 760px) {\n    .tgg-stats,\n    .tgg-grid,\n    .tgg-checklist {\n      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .tgg-product {\n      width: calc(100% + 16px);\n      margin-left: -8px;\n    }\n\n    .tgg-hero,\n    .tgg-section,\n    .tgg-closing {\n      border-radius: 18px;\n    }\n\n    .tgg-grid,\n    .tgg-checklist {\n      grid-template-columns: 1fr !important;\n    }\n\n    .tgg-hero::after {\n      right: 8px;\n      font-size: 42px;\n      letter-spacing: -4px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tgg-product\"\u003e\n\u003csection class=\"tgg-hero\"\u003e\u003cspan class=\"tgg-eyebrow\"\u003e18th-19th march 2027\u003c\/span\u003e\n\u003ch2\u003e🏇 Win a 2-Day Cheltenham Festival Trip for Two people\u003c\/h2\u003e\n\u003cp class=\"tgg-hero-subtitle\"\u003eWorld-Class Racing • Electric Festival Atmosphere • Heart Pounding Action\u003c\/p\u003e\n\u003cp class=\"tgg-hero-copy\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eGet ready for an unforgettable \u003c\/span\u003etrip for two to the Cheltenham Festival 2027\u003cspan\u003e! Experience the roar of the crowd, the thrill of world-class jump racing and the incredible atmosphere that makes Cheltenham one of the biggest events in the racing calendar. From the anticipation before each race to the excitement as the horses charge up the famous hill, it’s set to be a brilliant day out and a racing experience you’ll never forget.\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section\"\u003e\n\u003ch3\u003e🔑 The Highlights\u003c\/h3\u003e\n\u003cdiv class=\"tgg-grid\"\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🍀\u003c\/span\u003e \u003cstrong\u003eSt Patrick's Thursday Tickets\u003c\/strong\u003e\n\u003cp\u003eTickets for two people to experience the unmistakable atmosphere of St Patrick's Thursday at Cheltenham.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🏆\u003c\/span\u003e \u003cstrong\u003eGold Cup Day Tickets\u003c\/strong\u003e\n\u003cp\u003eYou both return for the Festival's spectacular finale and the drama of Gold Cup Day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🏨\u003c\/span\u003e \u003cstrong\u003e2 Nights' Accommodation\u003c\/strong\u003e\n\u003cp\u003eYour prize includes two nights' accommodation for two people during your Cheltenham getaway.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🥐\u003c\/span\u003e \u003cstrong\u003eBed \u0026amp; Breakfast\u003c\/strong\u003e\n\u003cp\u003eBreakfast is included with your accommodation, helping you start each Festival day ready for the action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🚌\u003c\/span\u003e \u003cstrong\u003eRacecourse Transfers\u003c\/strong\u003e\n\u003cp\u003eTransfers between your hotel and Cheltenham Racecourse are included as part of the trip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e💷\u003c\/span\u003e \u003cstrong\u003e£250 Spending Money\u003c\/strong\u003e\n\u003cp\u003eYou'll also receive £250 spending money to enjoy during your Cheltenham Festival experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section tgg-section-dark\"\u003e\n\u003ch3\u003e✨ The magic of cheltenham festival\u003c\/h3\u003e\n\u003cdiv class=\"tgg-grid\"\u003e\n\u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🐎\u003c\/span\u003e \u003cstrong\u003eA Racing Institution\u003c\/strong\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eThe Cheltenham Festival has grown in to one of the most prestigious events in jump racing, bringing together the sport's finest horses, jockeys and trainers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🕰️\u003c\/span\u003e \u003cstrong\u003eOver 160 Years of History\u003c\/strong\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eThe Festival's origins stretch back more than 160 years, giving the event a rich and celebrated history.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🏆\u003c\/span\u003e \u003cstrong\u003eHome of the Gold Cup\u003c\/strong\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eFirst run at Cheltenham in 1924, the legendary Gold Cup has become one of jump racing's most coveted prizes and the spectacular finale of the Festival.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n\u003cspan class=\"tgg-icon\"\u003e🎉\u003c\/span\u003e \u003cstrong\u003eThe Famous Cheltenham Roar\u003c\/strong\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eFew sporting moments compare to the enormous roar from the crowd as the first race gets underway, signalling the start f four unforgettable days of Festival action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section tgg-st-patricks\"\u003e\n\u003ch3\u003e🍀 St Patrick's Day at Cheltenham\u003c\/h3\u003e\n\u003cp class=\"tgg-section-intro\"\u003eSt Patrick's Thursday brings an unmistakable Irish spirit to the Cheltenham Festival, combining world-class racing with one of the most colourful and lively atmospheres of the entire week.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eExpect a sea of green, a brilliant celebration of Irish culture and a racecourse buzzing from the first race to the last. With passionate racing fans, top-class horses and plenty of Festival excitement, it's a day with an atmosphere all of its own.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eFrom the famous Irish presence in the grandstands to the action on the track, St Patrick's Thursday is the perfect way to experience the fun, energy and excitement that makes Cheltenham so special.\u003c\/p\u003e\n\u003cdiv class=\"tgg-highlight\"\u003e🍀 Irish spirit, incredible racing and an unforgettable St Patrick's Thursday at Cheltenham.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section tgg-gold-cup\"\u003e\n\u003ch3\u003e🏆 Gold Cup Day at Cheltenham\u003c\/h3\u003e\n\u003cp class=\"tgg-section-intro\"\u003eGold Cup Day is the spectacular finale of the Cheltenham Festival, bringing four unforgettable days of racing to a close with one of the biggest and most prestigious afternoons in the jump racing calendar.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eThe atmosphere builds throughout the day as thousands of racegoers gather for top-class action, high drama and the showpiece Cheltenham Gold Cup — a race that has created some of the sport's most famous moments.\u003c\/p\u003e\n\u003cp class=\"tgg-section-intro\"\u003eFrom the roar of the crowd to the celebrations after the final fences, Gold Cup Day delivers a fitting Festival finale and an incredible chance to experience Cheltenham at its most exciting.\u003c\/p\u003e\n\u003cdiv class=\"tgg-highlight\"\u003e🏆 Championship racing, an electric crowd and the unforgettable drama of Cheltenham Gold Cup Day.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-section\"\u003e\n\u003ch3\u003e⭐ Why You'll Love It\u003c\/h3\u003e\n\u003cul class=\"tgg-checklist\"\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eCheltenham Festival 2027 trip for two\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eSt Patrick's Thursday tickets\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eGold Cup Day tickets\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eTwo nights' accommodation\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eBed \u0026amp; breakfast included\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eHotel-to-racecourse transfers\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003e£250 spending money\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tgg-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"tgg-check-text\"\u003eTwo unforgettable Festival race days\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"tgg-closing\"\u003e\n\u003ch3\u003e👉 Enter Now for Your Chance to Win!\u003c\/h3\u003e\n\u003cp\u003eTake your chance to experience the Cheltenham Festival 2027 with someone special!\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Cheltenham Festival","offers":[{"title":"Default Title","offer_id":62413087834499,"sku":"comp4294","price":2.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0310\/5698\/6248\/files\/ChatGPT_Image_Aug_20_2026_09_53_38_AM.png?v=1787217041","url":"https:\/\/thegiveawayguys.co.uk\/products\/2-day-cheltenham-festival-trip-for-two","provider":"The Giveaway Guys","version":"1.0","type":"link"}