{"product_id":"3-nights-at-disneyland-paris-for-4-people-13","title":"3 Nights at Disneyland Paris for 4 people","description":"\u003cstyle\u003e\n  .tgg-product {\n    --tgg-orange: #FF8605;\n    --tgg-charcoal: #343737;\n    --tgg-yellow: #F8C521;\n    --tgg-white: #FFFFFF;\n    --tgg-light: #F6F6F7;\n    --tgg-purple: #59477C;\n    --tgg-lilac: #EEEAF6;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--tgg-charcoal);\n    font-family: Poppins, Arial, sans-serif;\n    line-height: 1.65;\n  }\n\n  .tgg-product * {\n    box-sizing: border-box;\n  }\n\n  .tgg-product h2,\n  .tgg-product h3,\n  .tgg-product h4,\n  .tgg-product p {\n    margin-top: 0;\n  }\n\n  \/* Basic entrance animations *\/\n  @keyframes tggFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(22px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes tggHeroIn {\n    from {\n      opacity: 0;\n      transform: scale(0.985);\n    }\n    to {\n      opacity: 1;\n      transform: scale(1);\n    }\n  }\n\n  @keyframes tggFloat {\n    0%,\n    100% {\n      transform: translateY(0);\n    }\n    50% {\n      transform: translateY(-6px);\n    }\n  }\n\n  @keyframes tggSparkle {\n    0%,\n    100% {\n      opacity: 0.3;\n      transform: scale(0.85) rotate(0deg);\n    }\n    50% {\n      opacity: 0.9;\n      transform: scale(1.12) rotate(12deg);\n    }\n  }\n\n  @keyframes tggShimmer {\n    0% {\n      transform: translateX(-140%) skewX(-18deg);\n    }\n    55%,\n    100% {\n      transform: translateX(240%) skewX(-18deg);\n    }\n  }\n\n  .tgg-hero {\n    position: relative;\n    padding: clamp(32px, 6vw, 68px);\n    overflow: hidden;\n    color: var(--tgg-white);\n    background:\n      radial-gradient(circle at 87% 18%, rgba(248,197,33,0.25) 0 55px, transparent 56px),\n      linear-gradient(135deg, var(--tgg-charcoal) 0%, var(--tgg-purple) 100%);\n    border-radius: 24px;\n    animation: tggHeroIn 0.7s ease-out both;\n  }\n\n  .tgg-hero::before,\n  .tgg-hero::after {\n    position: absolute;\n    color: rgba(255,255,255,0.35);\n    line-height: 1;\n    animation: tggSparkle 3s ease-in-out infinite;\n  }\n\n  .tgg-hero::before {\n    content: \"✦\";\n    top: 28px;\n    right: 12%;\n    font-size: 38px;\n  }\n\n  .tgg-hero::after {\n    content: \"✧\";\n    right: 5%;\n    bottom: 22px;\n    font-size: 70px;\n    animation-delay: 1.2s;\n  }\n\n  .tgg-eyebrow {\n    display: inline-block;\n    position: relative;\n    z-index: 1;\n    margin-bottom: 16px;\n    padding: 7px 14px;\n    color: var(--tgg-charcoal);\n    background: var(--tgg-orange);\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 0.7px;\n    line-height: 1.3;\n    text-transform: uppercase;\n    animation: tggFadeUp 0.6s 0.15s ease-out both;\n  }\n\n  .tgg-hero h2 {\n    position: relative;\n    z-index: 1;\n    max-width: 900px;\n    margin-bottom: 14px;\n    color: var(--tgg-white);\n    font-size: clamp(30px, 5vw, 54px);\n    font-weight: 900;\n    letter-spacing: -1.5px;\n    line-height: 1.08;\n    animation: tggFadeUp 0.65s 0.25s ease-out both;\n  }\n\n  .tgg-hero-subtitle {\n    position: relative;\n    z-index: 1;\n    margin-bottom: 22px;\n    color: var(--tgg-yellow);\n    font-size: clamp(17px, 2vw, 21px);\n    font-weight: 800;\n    animation: tggFadeUp 0.65s 0.35s ease-out both;\n  }\n\n  .tgg-hero-copy {\n    position: relative;\n    z-index: 1;\n    max-width: 850px;\n    margin-bottom: 0;\n    color: #F3F1F7;\n    font-size: 17px;\n    animation: tggFadeUp 0.65s 0.45s ease-out both;\n  }\n\n  .tgg-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .tgg-stat {\n    padding: 20px 12px;\n    text-align: center;\n    background: var(--tgg-orange);\n    border-radius: 15px;\n    opacity: 0;\n    animation: tggFadeUp 0.6s ease-out forwards;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .tgg-stat:nth-child(1) {\n    animation-delay: 0.55s;\n  }\n\n  .tgg-stat:nth-child(2) {\n    animation-delay: 0.65s;\n  }\n\n  .tgg-stat:nth-child(3) {\n    animation-delay: 0.75s;\n  }\n\n  .tgg-stat:nth-child(4) {\n    animation-delay: 0.85s;\n  }\n\n  .tgg-stat:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 10px 22px rgba(52,55,55,0.15);\n  }\n\n  .tgg-stat strong {\n    display: block;\n    color: var(--tgg-white);\n    font-size: clamp(21px, 3vw, 29px);\n    font-weight: 900;\n    line-height: 1.15;\n  }\n\n  .tgg-stat span {\n    display: block;\n    margin-top: 5px;\n    color: var(--tgg-charcoal);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.45px;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .tgg-section {\n    margin-top: 24px;\n    padding: clamp(24px, 5vw, 44px);\n    background: var(--tgg-light);\n    border-radius: 22px;\n    animation: tggFadeUp 0.7s ease-out both;\n  }\n\n  .tgg-section-dark {\n    color: var(--tgg-white);\n    background: var(--tgg-charcoal);\n  }\n\n  .tgg-section h3 {\n    margin-bottom: 12px;\n    color: var(--tgg-charcoal);\n    font-size: clamp(23px, 3vw, 33px);\n    font-weight: 900;\n    line-height: 1.2;\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: 25px;\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(auto-fit, minmax(225px, 1fr));\n    gap: 14px;\n  }\n\n  .tgg-card {\n    min-height: 100%;\n    padding: 21px;\n    background: var(--tgg-white);\n    border: 1px solid #E3E4E5;\n    border-top: 5px solid var(--tgg-orange);\n    border-radius: 16px;\n    box-shadow: 0 5px 16px rgba(52,55,55,0.06);\n    opacity: 0;\n    animation: tggFadeUp 0.6s ease-out forwards;\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease,\n      border-color 0.25s ease;\n  }\n\n  .tgg-card:nth-child(1) {\n    animation-delay: 0.1s;\n  }\n\n  .tgg-card:nth-child(2) {\n    animation-delay: 0.18s;\n  }\n\n  .tgg-card:nth-child(3) {\n    animation-delay: 0.26s;\n  }\n\n  .tgg-card:nth-child(4) {\n    animation-delay: 0.34s;\n  }\n\n  .tgg-card:nth-child(5) {\n    animation-delay: 0.42s;\n  }\n\n  .tgg-card:nth-child(6) {\n    animation-delay: 0.50s;\n  }\n\n  .tgg-card:nth-child(7) {\n    animation-delay: 0.58s;\n  }\n\n  .tgg-card:nth-child(8) {\n    animation-delay: 0.66s;\n  }\n\n  .tgg-card:hover {\n    transform: translateY(-6px);\n    border-color: var(--tgg-orange);\n    box-shadow: 0 12px 26px rgba(52,55,55,0.13);\n  }\n\n  .tgg-card-icon {\n    display: block;\n    margin-bottom: 11px;\n    font-size: 30px;\n    line-height: 1;\n    animation: tggFloat 3.2s ease-in-out infinite;\n  }\n\n  .tgg-card:nth-child(even) .tgg-card-icon {\n    animation-delay: 0.8s;\n  }\n\n  .tgg-card strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--tgg-charcoal);\n    font-size: 17px;\n    line-height: 1.35;\n  }\n\n  .tgg-card p {\n    margin-bottom: 0;\n    color: #626666;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .tgg-dark-card {\n    color: var(--tgg-white);\n    background: #414545;\n    border-color: var(--tgg-orange);\n    box-shadow: none;\n  }\n\n  .tgg-dark-card strong {\n    color: var(--tgg-yellow);\n  }\n\n  .tgg-dark-card p {\n    color: #EEEEEE;\n  }\n\n  .tgg-hotel {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 18px;\n    align-items: stretch;\n  }\n\n  .tgg-hotel-panel {\n    padding: 25px;\n    background: var(--tgg-white);\n    border-radius: 17px;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .tgg-hotel-panel:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 10px 22px rgba(52,55,55,0.10);\n  }\n\n  .tgg-hotel-panel h4 {\n    margin-bottom: 9px;\n    color: var(--tgg-charcoal);\n    font-size: 20px;\n    font-weight: 900;\n    line-height: 1.3;\n  }\n\n  .tgg-hotel-panel p {\n    margin-bottom: 0;\n    color: #5E6363;\n  }\n\n  .tgg-hotel-panel-purple {\n    color: var(--tgg-white);\n    background: var(--tgg-purple);\n  }\n\n  .tgg-hotel-panel-purple h4,\n  .tgg-hotel-panel-purple p {\n    color: var(--tgg-white);\n  }\n\n  .tgg-highlight {\n    margin-top: 22px;\n    padding: 22px 24px;\n    color: var(--tgg-charcoal);\n    background: var(--tgg-yellow);\n    border-left: 7px solid var(--tgg-orange);\n    border-radius: 14px;\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .tgg-note {\n    margin-top: 20px;\n    padding: 16px 18px;\n    color: #E7E7E7;\n    background: #414545;\n    border-radius: 13px;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .tgg-closing {\n    position: relative;\n    margin-top: 24px;\n    padding: clamp(32px, 5vw, 52px);\n    overflow: hidden;\n    color: var(--tgg-white);\n    text-align: center;\n    background: var(--tgg-orange);\n    border-radius: 22px;\n    animation: tggFadeUp 0.7s ease-out both;\n  }\n\n  .tgg-closing::before {\n    content: \"\";\n    position: absolute;\n    top: -30%;\n    left: -35%;\n    width: 22%;\n    height: 160%;\n    background: rgba(255,255,255,0.20);\n    animation: tggShimmer 4.5s ease-in-out infinite;\n  }\n\n  .tgg-closing::after {\n    content: \"✨\";\n    position: absolute;\n    right: 24px;\n    bottom: 12px;\n    color: rgba(255,255,255,0.25);\n    font-size: 72px;\n    line-height: 1;\n    animation: tggSparkle 3s ease-in-out infinite;\n  }\n\n  .tgg-closing h3 {\n    position: relative;\n    z-index: 1;\n    margin-bottom: 10px;\n    color: var(--tgg-white);\n    font-size: clamp(27px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.15;\n  }\n\n  .tgg-closing p {\n    position: relative;\n    z-index: 1;\n    max-width: 800px;\n    margin: 0 auto;\n    color: var(--tgg-white);\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  @media (max-width: 760px) {\n    .tgg-stats {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .tgg-hotel {\n      grid-template-columns: 1fr;\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      grid-template-columns: 1fr;\n    }\n\n    .tgg-card:hover,\n    .tgg-stat:hover,\n    .tgg-hotel-panel:hover {\n      transform: none;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .tgg-product *,\n    .tgg-product *::before,\n    .tgg-product *::after {\n      animation: none !important;\n      transition: none !important;\n      opacity: 1 !important;\n      transform: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tgg-product\"\u003e\n\n  \u003csection class=\"tgg-hero\"\u003e\n    \u003cspan class=\"tgg-eyebrow\"\u003eA Magical Family Adventure\u003c\/span\u003e\n\n    \u003ch2\u003e🏰 Win a 3-Night Disneyland Paris Trip for Four + £1,000!\u003c\/h2\u003e\n\n    \u003cp class=\"tgg-hero-subtitle\"\u003e\n      4-Star Hotel • 3-Day Park Passes • Flights \u0026amp; Luggage Included\n    \u003c\/p\u003e\n\n    \u003cp class=\"tgg-hero-copy\"\u003e\n      Enter our brand-new Disneyland Paris competition for your chance to take\n      a family of four on an unforgettable three-night adventure—complete with\n      accommodation at the 4-star Dream Castle Hotel, three-day Disney park\n      passes and £1,000 spending money.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"tgg-stats\"\u003e\n    \u003cdiv class=\"tgg-stat\"\u003e\n      \u003cstrong\u003e3 Nights\u003c\/strong\u003e\n      \u003cspan\u003e4-Star Hotel Stay\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tgg-stat\"\u003e\n      \u003cstrong\u003e4 People\u003c\/strong\u003e\n      \u003cspan\u003eFamily Adventure\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tgg-stat\"\u003e\n      \u003cstrong\u003e3 Days\u003c\/strong\u003e\n      \u003cspan\u003eDisney Park Passes\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tgg-stat\"\u003e\n      \u003cstrong\u003e£1,000\u003c\/strong\u003e\n      \u003cspan\u003eSpending Money\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"tgg-section\"\u003e\n    \u003ch3\u003eYour Fairytale Adventure Awaits\u003c\/h3\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      Enjoy three magical nights just minutes from Disneyland Park and Disney\n      Adventure World, with convenient shuttle transport between the parks and\n      your accommodation.\n    \u003c\/p\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      Your prize also includes return flights from a major UK airport,\n      breakfast each morning and a generous 22kg luggage allowance for every\n      traveller—plus £1,000 to spend during your trip.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section tgg-section-dark\"\u003e\n    \u003ch3\u003e🎁 What’s Included in Your Prize\u003c\/h3\u003e\n\n    \u003cdiv class=\"tgg-grid\"\u003e\n\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🏰\u003c\/span\u003e\n        \u003cstrong\u003eThree-Night Hotel Stay\u003c\/strong\u003e\n        \u003cp\u003e\n          Spend three nights at the 4-star Dream Castle Hotel near Disneyland Paris.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🎢\u003c\/span\u003e\n        \u003cstrong\u003eThree-Day Park Passes\u003c\/strong\u003e\n        \u003cp\u003e\n          Enjoy three days of Disney magic with park admission included.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e👨‍👩‍👧‍👦\u003c\/span\u003e\n        \u003cstrong\u003eHoliday for Four\u003c\/strong\u003e\n        \u003cp\u003e\n          Share this incredible experience with your family or chosen guests.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e💷\u003c\/span\u003e\n        \u003cstrong\u003e£1,000 Spending Money\u003c\/strong\u003e\n        \u003cp\u003e\n          Extra spending cash to make your magical holiday even more memorable.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e✈️\u003c\/span\u003e\n        \u003cstrong\u003eReturn UK Flights\u003c\/strong\u003e\n        \u003cp\u003e\n          Flights are included from a major UK airport.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🧳\u003c\/span\u003e\n        \u003cstrong\u003e22kg Luggage Each\u003c\/strong\u003e\n        \u003cp\u003e\n          Every traveller receives a generous 22kg checked baggage allowance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🥐\u003c\/span\u003e\n        \u003cstrong\u003eBed \u0026amp; Breakfast\u003c\/strong\u003e\n        \u003cp\u003e\n          Start each morning with breakfast included at your hotel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🚌\u003c\/span\u003e\n        \u003cstrong\u003eDisney Shuttle Service\u003c\/strong\u003e\n        \u003cp\u003e\n          Convenient shuttle transport between your hotel and the Disney parks.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section\"\u003e\n    \u003ch3\u003e🏰 Stay at the Dream Castle Hotel\u003c\/h3\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      Inspired by historic European castles and surrounded by beautiful French\n      gardens, the Dream Castle Hotel creates a fairytale atmosphere both\n      inside and out.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"tgg-hotel\"\u003e\n      \u003cdiv class=\"tgg-hotel-panel\"\u003e\n        \u003ch4\u003eA Comfortable Family Base\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The hotel offers welcoming family accommodation and excellent access\n          to Disneyland Paris, making it the perfect place to relax after a\n          magical day in the parks.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-hotel-panel tgg-hotel-panel-purple\"\u003e\n        \u003ch4\u003eMinutes From the Magic\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A convenient shuttle service connects the hotel with Disneyland Park\n          and Disney Adventure World.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tgg-highlight\"\u003e\n      Castle-inspired surroundings, beautiful gardens and Disney magic just\n      minutes away.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section\"\u003e\n    \u003ch3\u003e✨ More Than Just the Disney Parks\u003c\/h3\u003e\n\n    \u003cdiv class=\"tgg-grid\"\u003e\n\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🏊\u003c\/span\u003e\n        \u003cstrong\u003eIndoor Swimming Pool\u003c\/strong\u003e\n        \u003cp\u003e\n          Children can enjoy the hotel’s indoor pool during your stay.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🧖\u003c\/span\u003e\n        \u003cstrong\u003eSpa \u0026amp; Gym Facilities\u003c\/strong\u003e\n        \u003cp\u003e\n          Adults can unwind or keep active using the hotel’s leisure facilities.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🛍️\u003c\/span\u003e\n        \u003cstrong\u003eLa Vallée Village\u003c\/strong\u003e\n        \u003cp\u003e\n          Explore nearby designer outlets and enjoy some holiday shopping.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🗼\u003c\/span\u003e\n        \u003cstrong\u003eDiscover Paris\u003c\/strong\u003e\n        \u003cp\u003e\n          Central Paris and the iconic Eiffel Tower are approximately an hour away by train.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section tgg-section-dark\"\u003e\n    \u003ch3\u003e📅 Flexible Travel\u003c\/h3\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      The holiday can be taken within the next 12 months, giving the winner\n      flexibility when planning their magical family adventure.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"tgg-grid\"\u003e\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e📆\u003c\/span\u003e\n        \u003cstrong\u003eTravel Within 12 Months\u003c\/strong\u003e\n        \u003cp\u003e\n          Choose suitable travel dates within the permitted 12-month period.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🇬🇧\u003c\/span\u003e\n        \u003cstrong\u003eMajor UK Airport\u003c\/strong\u003e\n        \u003cp\u003e\n          Return flights are available from a major UK departure airport.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🚌\u003c\/span\u003e\n        \u003cstrong\u003eEasy Park Access\u003c\/strong\u003e\n        \u003cp\u003e\n          Use the hotel shuttle to travel conveniently to and from the Disney parks.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tgg-note\"\u003e\n      Travel must be completed within the next 12 months. Major holiday periods\n      are excluded, and travel arrangements are subject to availability and the\n      competition terms and conditions.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-closing\"\u003e\n    \u003ch3\u003e✨ Make Magical Memories Together\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Enter now for your chance to win a three-night Disneyland Paris adventure\n      for four—complete with a 4-star hotel stay, three-day park passes, return\n      flights, luggage and £1,000 spending money.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"3 Nights at Disneyland Paris for 4 people","offers":[{"title":"Default Title","offer_id":62487546593667,"sku":"comp4306","price":2.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0310\/5698\/6248\/files\/Disneyland_Paris.png?v=1781028962","url":"https:\/\/thegiveawayguys.co.uk\/products\/3-nights-at-disneyland-paris-for-4-people-13","provider":"The Giveaway Guys","version":"1.0","type":"link"}