{"product_id":"5-night-christmas-new-york-shopping-holiday-copy","title":"5 Night Christmas New York Shopping Holiday","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: #F4F7F8;\n    --tgg-navy: #183449;\n    --tgg-red: #B93038;\n    --tgg-ice: #DCECF3;\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  .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 12% 22%, rgba(255,255,255,0.25) 0 2px, transparent 3px),\n      radial-gradient(circle at 78% 25%, rgba(255,255,255,0.20) 0 3px, transparent 4px),\n      radial-gradient(circle at 90% 75%, rgba(255,255,255,0.23) 0 2px, transparent 3px),\n      linear-gradient(135deg, var(--tgg-charcoal) 0%, var(--tgg-navy) 100%);\n    background-size: 95px 95px, 135px 135px, 115px 115px, auto;\n    border-radius: 24px;\n  }\n\n  .tgg-hero::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 11px;\n    height: 100%;\n    background: var(--tgg-orange);\n  }\n\n  .tgg-hero::after {\n    content: \"NYC\";\n    position: absolute;\n    right: 20px;\n    bottom: -35px;\n    color: rgba(255,255,255,0.045);\n    font-size: clamp(145px, 25vw, 280px);\n    font-weight: 900;\n    letter-spacing: -15px;\n    line-height: 1;\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  }\n\n  .tgg-hero h2 {\n    position: relative;\n    z-index: 1;\n    max-width: 930px;\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  }\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  }\n\n  .tgg-hero-copy {\n    position: relative;\n    z-index: 1;\n    max-width: 860px;\n    margin-bottom: 0;\n    color: #F2F6F7;\n    font-size: 17px;\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  }\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  }\n\n  .tgg-section-dark {\n    color: var(--tgg-white);\n    background: var(--tgg-charcoal);\n  }\n\n  .tgg-section-navy {\n    color: var(--tgg-white);\n    background: var(--tgg-navy);\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  .tgg-section-navy 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: 20px;\n    background: var(--tgg-white);\n    border: 1px solid #E2E5E6;\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  }\n\n  .tgg-card-icon {\n    display: block;\n    margin-bottom: 10px;\n    font-size: 29px;\n    line-height: 1;\n  }\n\n  .tgg-card strong {\n    display: block;\n    margin-bottom: 5px;\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-navy-card {\n    color: var(--tgg-white);\n    background: #23465D;\n    border-color: var(--tgg-orange);\n    box-shadow: none;\n  }\n\n  .tgg-dark-card strong,\n  .tgg-navy-card strong {\n    color: var(--tgg-yellow);\n  }\n\n  .tgg-dark-card p,\n  .tgg-navy-card p {\n    color: #EEEEEE;\n  }\n\n  .tgg-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .tgg-panel {\n    padding: 25px;\n    background: var(--tgg-white);\n    border-radius: 17px;\n  }\n\n  .tgg-panel-accent {\n    color: var(--tgg-white);\n    background: var(--tgg-red);\n  }\n\n  .tgg-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-panel p {\n    margin-bottom: 0;\n    color: #5E6363;\n  }\n\n  .tgg-panel-accent h4,\n  .tgg-panel-accent p {\n    color: var(--tgg-white);\n  }\n\n  .tgg-cash {\n    margin-top: 24px;\n    padding: clamp(30px, 5vw, 50px);\n    color: var(--tgg-charcoal);\n    text-align: center;\n    background: var(--tgg-yellow);\n    border: 5px solid var(--tgg-orange);\n    border-radius: 22px;\n  }\n\n  .tgg-cash h3 {\n    margin-bottom: 10px;\n    color: var(--tgg-charcoal);\n    font-size: clamp(28px, 4vw, 42px);\n    font-weight: 900;\n    line-height: 1.15;\n  }\n\n  .tgg-cash p {\n    max-width: 800px;\n    margin: 0 auto;\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .tgg-cash-uses {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 20px;\n  }\n\n  .tgg-cash-use {\n    padding: 9px 13px;\n    color: var(--tgg-white);\n    background: var(--tgg-charcoal);\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .tgg-travel {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n\n  .tgg-travel-window {\n    padding: 22px;\n    color: var(--tgg-charcoal);\n    text-align: center;\n    background: var(--tgg-white);\n    border: 2px solid var(--tgg-orange);\n    border-radius: 16px;\n  }\n\n  .tgg-travel-window strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--tgg-orange);\n    font-size: 25px;\n    font-weight: 900;\n  }\n\n  .tgg-travel-window span {\n    font-weight: 800;\n  }\n\n  .tgg-note {\n    margin-top: 20px;\n    padding: 18px 20px;\n    color: var(--tgg-charcoal);\n    background: var(--tgg-ice);\n    border-left: 6px solid var(--tgg-orange);\n    border-radius: 13px;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.55;\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-closing {\n    margin-top: 24px;\n    padding: clamp(32px, 5vw, 52px);\n    color: var(--tgg-white);\n    text-align: center;\n    background: var(--tgg-orange);\n    border-radius: 22px;\n  }\n\n  .tgg-closing h3 {\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    max-width: 830px;\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-split {\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-cash,\n    .tgg-closing {\n      border-radius: 18px;\n    }\n\n    .tgg-grid,\n    .tgg-travel {\n      grid-template-columns: 1fr;\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\"\u003eThe Ultimate Festive City Break\u003c\/span\u003e\n\n    \u003ch2\u003e✈️❄️ Win a 5-Night New York Christmas Shopping Holiday\u003c\/h2\u003e\n\n    \u003cp class=\"tgg-hero-subtitle\"\u003e\n      Four-Star Hotel • Return UK Flights • £2,000 Spending Money\n    \u003c\/p\u003e\n\n    \u003cp class=\"tgg-hero-copy\"\u003e\n      Experience the magic of New York during the most wonderful time of the\n      year with an unforgettable five-night festive city break for two,\n      complete with £2,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\u003e5 Nights\u003c\/strong\u003e\n      \u003cspan\u003eNew York Holiday\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tgg-stat\"\u003e\n      \u003cstrong\u003e4 Star\u003c\/strong\u003e\n      \u003cspan\u003eHotel Stay\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tgg-stat\"\u003e\n      \u003cstrong\u003e2 People\u003c\/strong\u003e\n      \u003cspan\u003eFestive Escape\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tgg-stat\"\u003e\n      \u003cstrong\u003e£2,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\u003eChristmas Magic in New York\u003c\/h3\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      Take in the dazzling lights of Rockefeller Center, admire the famous\n      Christmas window displays along Fifth Avenue and browse the city’s iconic\n      department stores.\n    \u003c\/p\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      Whether you’re ice skating beneath the Rockefeller Christmas Tree,\n      discovering festive markets or experiencing a spectacular Broadway show,\n      this is the ultimate seasonal escape.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"tgg-highlight\"\u003e\n      Sparkling lights, world-famous shopping and the unforgettable atmosphere\n      of New York at Christmas.\n    \u003c\/div\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      \u003cdiv class=\"tgg-card tgg-dark-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e✈️\u003c\/span\u003e\n        \u003cstrong\u003eFive-Night New York Holiday\u003c\/strong\u003e\n        \u003cp\u003e\n          Spend five unforgettable nights experiencing New York during the festive season.\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\u003eFour-Star Hotel\u003c\/strong\u003e\n        \u003cp\u003e\n          Enjoy stylish accommodation ideally located for exploring the city.\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 Two\u003c\/strong\u003e\n        \u003cp\u003e\n          Share this incredible Christmas city break with your chosen guest.\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£2,000 Spending Money\u003c\/strong\u003e\n        \u003cp\u003e\n          Extra cash for shopping, dining, attractions or anything else you choose.\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          Return 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\u003eFestive-Season Travel\u003c\/strong\u003e\n        \u003cp\u003e\n          Travel during November or December in either 2026 or 2027.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section tgg-section-navy\"\u003e\n    \u003ch3\u003e❄️ Experience New York at Its Most Magical\u003c\/h3\u003e\n\n    \u003cdiv class=\"tgg-grid\"\u003e\n      \u003cdiv class=\"tgg-card tgg-navy-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🎄\u003c\/span\u003e\n        \u003cstrong\u003eRockefeller Center\u003c\/strong\u003e\n        \u003cp\u003e\n          See the world-famous Christmas tree and dazzling festive decorations.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-navy-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e⛸️\u003c\/span\u003e\n        \u003cstrong\u003eFestive Ice Skating\u003c\/strong\u003e\n        \u003cp\u003e\n          Take to the ice beneath the lights of one of New York’s iconic rinks.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-navy-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🛍️\u003c\/span\u003e\n        \u003cstrong\u003eFifth Avenue Windows\u003c\/strong\u003e\n        \u003cp\u003e\n          Admire spectacular Christmas displays created by famous stores.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-navy-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🎭\u003c\/span\u003e\n        \u003cstrong\u003eBroadway Entertainment\u003c\/strong\u003e\n        \u003cp\u003e\n          Put your spending money towards an unforgettable theatre experience.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-navy-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🎅\u003c\/span\u003e\n        \u003cstrong\u003eFestive Markets\u003c\/strong\u003e\n        \u003cp\u003e\n          Browse seasonal stalls, gifts, food and warming winter drinks.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-card tgg-navy-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🌃\u003c\/span\u003e\n        \u003cstrong\u003eIconic City Sights\u003c\/strong\u003e\n        \u003cp\u003e\n          Discover the landmarks and neighbourhoods that make New York unforgettable.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section\"\u003e\n    \u003ch3\u003e🏨 Your Four-Star New York Stay\u003c\/h3\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      You’ll stay in a stylish four-star hotel, ideally located for enjoying\n      everything the Big Apple has to offer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"tgg-split\"\u003e\n      \u003cdiv class=\"tgg-panel\"\u003e\n        \u003ch4\u003eComfort in the City\u003c\/h4\u003e\n        \u003cp\u003e\n          Return to comfortable four-star accommodation after a full day of\n          sightseeing, shopping and festive experiences.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-panel tgg-panel-accent\"\u003e\n        \u003ch4\u003ePerfect for Exploring\u003c\/h4\u003e\n        \u003cp\u003e\n          Your hotel provides a convenient base for discovering New York’s\n          celebrated attractions, shops and Christmas highlights.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section\"\u003e\n    \u003ch3\u003e🛍️ The Ultimate Christmas Shopping Trip\u003c\/h3\u003e\n\n    \u003cdiv class=\"tgg-grid\"\u003e\n      \u003cdiv class=\"tgg-card\"\u003e\n        \u003cspan class=\"tgg-card-icon\"\u003e🏬\u003c\/span\u003e\n        \u003cstrong\u003eIconic Department Stores\u003c\/strong\u003e\n        \u003cp\u003e\n          Explore world-famous New York stores dressed for the festive season.\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\u003eFifth Avenue Shopping\u003c\/strong\u003e\n        \u003cp\u003e\n          Discover flagship shops and international brands along an iconic street.\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\u003eFestive Gifts\u003c\/strong\u003e\n        \u003cp\u003e\n          Find Christmas presents, unique souvenirs and something special for yourself.\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\u003eUnforgettable Atmosphere\u003c\/strong\u003e\n        \u003cp\u003e\n          Shop beneath sparkling decorations and New York’s famous festive lights.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-cash\"\u003e\n    \u003ch3\u003e💷 £2,000 Spending Money\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Make your New York escape even more memorable with £2,000 to spend\n      however you choose.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"tgg-cash-uses\"\u003e\n      \u003cspan class=\"tgg-cash-use\"\u003e🛍️ Shopping\u003c\/span\u003e\n      \u003cspan class=\"tgg-cash-use\"\u003e🍽️ Dining\u003c\/span\u003e\n      \u003cspan class=\"tgg-cash-use\"\u003e🎭 Broadway\u003c\/span\u003e\n      \u003cspan class=\"tgg-cash-use\"\u003e🎟️ Attractions\u003c\/span\u003e\n      \u003cspan class=\"tgg-cash-use\"\u003e🎁 Christmas Gifts\u003c\/span\u003e\n      \u003cspan class=\"tgg-cash-use\"\u003e✨ Treat Yourself\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section\"\u003e\n    \u003ch3\u003e📅 Choose Your Festive Travel Window\u003c\/h3\u003e\n\n    \u003cp class=\"tgg-section-intro\"\u003e\n      The winner can choose to travel during one of two festive periods:\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"tgg-travel\"\u003e\n      \u003cdiv class=\"tgg-travel-window\"\u003e\n        \u003cstrong\u003e2026\u003c\/strong\u003e\n        \u003cspan\u003eNovember or December\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tgg-travel-window\"\u003e\n        \u003cstrong\u003e2027\u003c\/strong\u003e\n        \u003cspan\u003eNovember or December\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tgg-note\"\u003e\n      Travel during November or December 2026 or November or December 2027.\n      Christmas Day and Hogmanay are excluded. Travel arrangements are subject\n      to availability and the competition terms and conditions.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-section tgg-section-dark\"\u003e\n    \u003ch3\u003e✨ Why This Prize Is So Special\u003c\/h3\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\u003eNew York at Christmas\u003c\/strong\u003e\n        \u003cp\u003e\n          Experience one of the world’s greatest cities during its most magical season.\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\u003eFlights Included\u003c\/strong\u003e\n        \u003cp\u003e\n          Return travel from a major UK airport is 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\u003eFive-Night Stay\u003c\/strong\u003e\n        \u003cp\u003e\n          Plenty of time to shop, explore and experience the festive atmosphere.\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£2,000 to Spend\u003c\/strong\u003e\n        \u003cp\u003e\n          Make your holiday your own with a generous spending-money allowance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tgg-highlight\"\u003e\n      Five nights, four-star accommodation, return flights and £2,000 spending\n      money—all during New York’s magical festive season.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tgg-closing\"\u003e\n    \u003ch3\u003e👉 Enter Now for Your Chance to Win!\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Enter now for your chance to experience New York at its most festive\n      with a five-night Christmas shopping holiday for two, four-star hotel\n      accommodation, return UK flights and £2,000 spending money.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"New York Holiday","offers":[{"title":"Default Title","offer_id":62289838965123,"sku":"COMP4270","price":2.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0310\/5698\/6248\/files\/New_York_Shoping.jpg?v=1729442863","url":"https:\/\/thegiveawayguys.co.uk\/products\/5-night-christmas-new-york-shopping-holiday-copy","provider":"The Giveaway Guys","version":"1.0","type":"link"}