{"product_id":"pep-guardiola-honours-box","title":"Pep Guardiola Honours Box – The Complete City Trophy Collection","description":"\u003cstyle\u003e\n  :root {\n    --mc-sky:       #6CADDF;\n    --mc-navy:      #00285D;\n    --mc-gold:      #D4A11E;\n    --mc-light-sky: #96C1E7;\n    --mc-offwhite:  #F5F7FA;\n    --mc-white:     #FFFFFF;\n    --mc-dark:      #1a1a1a;\n  }\n\n  .mc-wrap {\n    box-sizing: border-box;\n    padding: 0 4px;\n    max-width: 800px;\n    margin: 0 auto;\n    font-family: Georgia, 'Times New Roman', serif;\n    color: var(--mc-dark);\n  }\n\n  .mc-wrap *, .mc-wrap *::before, .mc-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* Hero banner *\/\n  .mc-hero-banner {\n    background: var(--mc-navy);\n    text-align: center;\n    padding: 24px 16px 20px;\n    margin-bottom: 0;\n  }\n  .mc-hero-eyebrow {\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    color: var(--mc-gold);\n    text-transform: uppercase;\n    font-family: Arial, sans-serif;\n    margin: 0 0 8px;\n    font-weight: bold;\n  }\n  .mc-hero-headline {\n    font-size: 20px;\n    color: var(--mc-white);\n    margin: 0 0 10px;\n    line-height: 1.25;\n    font-weight: bold;\n  }\n  .mc-hero-sub {\n    font-size: 13px;\n    color: var(--mc-light-sky);\n    font-style: italic;\n    margin: 0;\n    line-height: 1.5;\n  }\n  .mc-sky-bar {\n    height: 4px;\n    background: linear-gradient(90deg, var(--mc-navy), var(--mc-sky), var(--mc-gold), var(--mc-sky), var(--mc-navy));\n  }\n\n  \/* Images *\/\n  .mc-img-full {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Narrative *\/\n  .mc-narrative {\n    padding: 20px 12px;\n    background: var(--mc-white);\n  }\n  .mc-narrative-inner {\n    border-left: 4px solid var(--mc-sky);\n    padding-left: 14px;\n  }\n  .mc-narrative p {\n    font-size: 14px;\n    line-height: 1.7;\n    margin: 0 0 14px;\n    color: #2a2a2a;\n  }\n  .mc-narrative p:last-child { margin-bottom: 0; }\n\n  \/* Section headers *\/\n  .mc-section-header {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    overflow: hidden;\n    margin: 0 0 16px;\n  }\n  .mc-section-header .mc-line {\n    flex: 1;\n    min-width: 16px;\n    height: 2px;\n    background: linear-gradient(90deg, var(--mc-sky), var(--mc-gold));\n  }\n  .mc-section-header h3 {\n    white-space: normal;\n    text-align: center;\n    flex-shrink: 1;\n    font-size: 11px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--mc-navy);\n    margin: 0;\n    font-family: Arial, sans-serif;\n    font-weight: bold;\n  }\n\n  \/* Sections with padding *\/\n  .mc-section {\n    padding: 20px 12px;\n    background: var(--mc-white);\n  }\n  .mc-section-alt {\n    padding: 20px 12px;\n    background: var(--mc-offwhite);\n  }\n\n  \/* Features list *\/\n  .mc-features {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n  .mc-features li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 10px 0;\n    border-bottom: 1px solid #e8edf2;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n  .mc-features li:last-child { border-bottom: none; }\n  .mc-features .mc-icon {\n    font-size: 18px;\n    flex-shrink: 0;\n    width: 24px;\n    text-align: center;\n    margin-top: 1px;\n  }\n  .mc-features .mc-feat-label {\n    font-weight: bold;\n    color: var(--mc-navy);\n  }\n\n  \/* Honours grid *\/\n  .mc-honours-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-top: 8px;\n  }\n  .mc-honour-card {\n    background: var(--mc-navy);\n    border-radius: 6px;\n    padding: 12px 10px;\n    text-align: center;\n  }\n  .mc-honour-card .mc-honour-count {\n    font-size: 22px;\n    font-weight: bold;\n    color: var(--mc-gold);\n    display: block;\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n  .mc-honour-card .mc-honour-name {\n    font-size: 10px;\n    color: var(--mc-light-sky);\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n    font-family: Arial, sans-serif;\n    line-height: 1.3;\n  }\n\n  \/* Pull quote *\/\n  .mc-pull-quote {\n    background: var(--mc-sky);\n    padding: 24px 20px;\n    text-align: center;\n  }\n  .mc-pull-quote blockquote {\n    margin: 0;\n    font-size: 15px;\n    font-style: italic;\n    color: var(--mc-navy);\n    line-height: 1.6;\n  }\n  .mc-pull-quote cite {\n    display: block;\n    font-size: 11px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--mc-navy);\n    margin-top: 10px;\n    font-style: normal;\n    font-family: Arial, sans-serif;\n    font-weight: bold;\n  }\n\n  \/* Specs table *\/\n  .mc-table-wrap {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n  .mc-table {\n    width: 100%;\n    min-width: 260px;\n    border-collapse: collapse;\n    font-size: 13px;\n    font-family: Arial, sans-serif;\n  }\n  .mc-table tr { border-bottom: 1px solid #dde4ee; }\n  .mc-table td {\n    padding: 9px 8px;\n    vertical-align: top;\n    line-height: 1.4;\n  }\n  .mc-table td:first-child {\n    white-space: nowrap;\n    font-weight: bold;\n    color: var(--mc-navy);\n    width: 38%;\n  }\n\n  \/* Why buy *\/\n  .mc-why-buy {\n    border: 2px solid var(--mc-gold);\n    border-radius: 6px;\n    overflow: hidden;\n  }\n  .mc-why-buy-header {\n    background: var(--mc-navy);\n    padding: 10px 14px;\n    font-size: 11px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--mc-gold);\n    font-family: Arial, sans-serif;\n    font-weight: bold;\n    text-align: center;\n  }\n  .mc-why-buy-body {\n    padding: 14px 16px;\n    background: var(--mc-offwhite);\n  }\n  .mc-check-list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n  .mc-check-list li {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    padding: 6px 0;\n    font-size: 13px;\n    line-height: 1.5;\n    border-bottom: 1px solid #dde4ee;\n    font-family: Arial, sans-serif;\n  }\n  .mc-check-list li:last-child { border-bottom: none; }\n  .mc-check-list .mc-check { color: var(--mc-sky); font-weight: bold; flex-shrink: 0; }\n\n  \/* Closing CTA *\/\n  .mc-cta-strip {\n    background: var(--mc-navy);\n    border-top: 4px solid var(--mc-sky);\n    text-align: center;\n    padding: 24px 16px;\n  }\n  .mc-cta-strip p {\n    margin: 0 0 6px;\n    font-size: 15px;\n    color: var(--mc-white);\n    font-style: italic;\n    line-height: 1.5;\n  }\n  .mc-cta-strip p:last-child {\n    margin: 0;\n    font-size: 12px;\n    color: var(--mc-light-sky);\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    font-family: Arial, sans-serif;\n    font-style: normal;\n  }\n\n  \/* Stat strip *\/\n  .mc-stat-strip {\n    background: var(--mc-gold);\n    padding: 14px 12px;\n    text-align: center;\n  }\n  .mc-stat-strip p {\n    margin: 0;\n    font-size: 12px;\n    color: var(--mc-navy);\n    font-weight: bold;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    font-family: Arial, sans-serif;\n    line-height: 1.6;\n  }\n\n  @media (min-width: 520px) {\n    .mc-hero-eyebrow { font-size: 11px; }\n    .mc-hero-headline { font-size: 26px; }\n    .mc-hero-sub { font-size: 14px; }\n    .mc-narrative p { font-size: 15px; }\n    .mc-features li { font-size: 15px; }\n    .mc-section-header h3 { font-size: 12px; letter-spacing: 2px; }\n    .mc-honours-grid { grid-template-columns: repeat(4, 1fr); }\n    .mc-honour-card .mc-honour-count { font-size: 26px; }\n    .mc-pull-quote blockquote { font-size: 17px; }\n    .mc-table { font-size: 14px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mc-wrap\"\u003e\n\n  \u003c!-- Hero Banner --\u003e\n  \u003cdiv class=\"mc-hero-banner\"\u003e\n    \u003cp class=\"mc-hero-eyebrow\"\u003eThe Greatest Era In Manchester City's History\u003c\/p\u003e\n    \u003ch2 class=\"mc-hero-headline\"\u003ePep Guardiola Honours Box\u003cbr\u003e10 Years. 20 Trophies. One Man.\u003c\/h2\u003e\n    \u003cp class=\"mc-hero-sub\"\u003eA luxury tribute to the manager who changed everything — and the fans who were there for every single moment.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"mc-sky-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Hero Image 1 --\u003e\n  \u003cimg class=\"mc-img-full\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0474\/9059\/7025\/files\/Mock_Up_1.jpg?v=1780741158\" alt=\"Pep Guardiola Honours Box – sky blue velvet collector's presentation box\" loading=\"eager\"\u003e\n\n  \u003c!-- Intro Narrative --\u003e\n  \u003cdiv class=\"mc-narrative\"\u003e\n    \u003cdiv class=\"mc-narrative-inner\"\u003e\n      \u003cp\u003eBefore Pep, Manchester City were a club always on the edge of greatness — talented, ambitious, but never quite the ones history wrote about. Then, in the summer of 2016, the best manager in the world chose the Etihad. And everything changed.\u003c\/p\u003e\n      \u003cp\u003eWhat followed was a decade that City fans will recount to grandchildren: 20 trophies in 10 seasons, records that may never be matched, and a way of playing football so beautiful it made neutrals stop and stare. The only manager in English football history to win four consecutive league titles. The Treble. One hundred points. The Champions League, after 130 years of the club waiting for it.\u003c\/p\u003e\n      \u003cp\u003eWhen Pep said goodbye in 2026, he left on his own terms, at the height of his legend. This collector's box is a monument to that era. Seven silver trophy figurines. One sky-blue velvet box. The complete story of a manager and a club that became something truly extraordinary.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hero Image 2 --\u003e\n  \u003cimg class=\"mc-img-full\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0474\/9059\/7025\/files\/Mock_Up_2.jpg?v=1780741159\" alt=\"Pep Guardiola Honours Box open – showing seven silver miniature trophy figurines\" loading=\"lazy\"\u003e\n\n  \u003c!-- The Honours --\u003e\n  \u003cdiv class=\"mc-section-alt\"\u003e\n    \u003cdiv class=\"mc-section-header\"\u003e\n      \u003cdiv class=\"mc-line\"\u003e\u003c\/div\u003e\n      \u003ch3\u003eThe Complete Honours Record\u003c\/h3\u003e\n      \u003cdiv class=\"mc-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mc-honours-grid\"\u003e\n      \u003cdiv class=\"mc-honour-card\"\u003e\n        \u003cspan class=\"mc-honour-count\"\u003e6\u003c\/span\u003e\n        \u003cspan class=\"mc-honour-name\"\u003ePremier League Titles\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mc-honour-card\"\u003e\n        \u003cspan class=\"mc-honour-count\"\u003e5\u003c\/span\u003e\n        \u003cspan class=\"mc-honour-name\"\u003eLeague Cups\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mc-honour-card\"\u003e\n        \u003cspan class=\"mc-honour-count\"\u003e3\u003c\/span\u003e\n        \u003cspan class=\"mc-honour-name\"\u003eFA Cups\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mc-honour-card\"\u003e\n        \u003cspan class=\"mc-honour-count\"\u003e1\u003c\/span\u003e\n        \u003cspan class=\"mc-honour-name\"\u003eUEFA Champions League\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mc-honour-card\"\u003e\n        \u003cspan class=\"mc-honour-count\"\u003e1\u003c\/span\u003e\n        \u003cspan class=\"mc-honour-name\"\u003eUEFA Super Cup\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mc-honour-card\"\u003e\n        \u003cspan class=\"mc-honour-count\"\u003e1\u003c\/span\u003e\n        \u003cspan class=\"mc-honour-name\"\u003eFIFA Club World Cup\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mc-honour-card\"\u003e\n        \u003cspan class=\"mc-honour-count\"\u003e3\u003c\/span\u003e\n        \u003cspan class=\"mc-honour-name\"\u003eCommunity Shields\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mc-honour-card\"\u003e\n        \u003cspan class=\"mc-honour-count\"\u003e20\u003c\/span\u003e\n        \u003cspan class=\"mc-honour-name\"\u003eTotal Trophies\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Stat strip --\u003e\n  \u003cdiv class=\"mc-stat-strip\"\u003e\n    \u003cp\u003e593 Games Managed  |  100 Points In A Season  |  4 Successive Titles  |  10 Years Of Greatness\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What's Inside --\u003e\n  \u003cdiv class=\"mc-section\"\u003e\n    \u003cdiv class=\"mc-section-header\"\u003e\n      \u003cdiv class=\"mc-line\"\u003e\u003c\/div\u003e\n      \u003ch3\u003eWhat's Inside The Box\u003c\/h3\u003e\n      \u003cdiv class=\"mc-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cimg class=\"mc-img-full\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0474\/9059\/7025\/files\/WHATS_INSIDE_THE_BOX.png?v=1780741149\" alt=\"What's inside the Pep Guardiola Honours Box – seven silver miniature trophies\" loading=\"lazy\" style=\"margin-bottom:16px;\"\u003e\n    \u003cul class=\"mc-features\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e🏆\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003e7 Silver Miniature Trophy Figurines\u003c\/span\u003e — one for each trophy type Pep won at City, hand-finished in silver with gold detail. The Premier League, Champions League, FA Cup, League Cup, Community Shield, UEFA Super Cup, and Club World Cup.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e📦\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003eSky Blue Velvet Presentation Box\u003c\/span\u003e — a premium rigid-lid collector's box lined in Man City sky blue velvet, custom-moulded to hold all seven figurines securely in position.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e📄\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003eLid Insert — The Full Honours Record\u003c\/span\u003e — the inside lid is printed with Pep's complete statistics, records, and trophy breakdown. The facts of the era, preserved in print.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e🏭\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003eExterior Portrait Design\u003c\/span\u003e — the box lid carries a bold illustration of Guardiola alongside the phrase \"CITY FOREVER\" and his tenure dates, 2016–2026.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Half 3D details image --\u003e\n  \u003cimg class=\"mc-img-full\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0474\/9059\/7025\/files\/Half_3D_LIGHT_1024x1024_4a55e391-bf3b-4559-9fb9-1842642148d8.webp?v=1780741147\" alt=\"Pep Guardiola Honours Box – detail of the silver trophy figurines inside the box\" loading=\"lazy\"\u003e\n\n  \u003c!-- The Records --\u003e\n  \u003cdiv class=\"mc-section-alt\"\u003e\n    \u003cdiv class=\"mc-section-header\"\u003e\n      \u003cdiv class=\"mc-line\"\u003e\u003c\/div\u003e\n      \u003ch3\u003eRecords That Will Never Be Forgotten\u003c\/h3\u003e\n      \u003cdiv class=\"mc-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cul class=\"mc-features\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e★\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003e100 Points — 2017\/18\u003c\/span\u003e — the only team in English top-flight history to reach a century. A record that still stands and may stand forever.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e★\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003eFour Successive Titles — 2021 to 2024\u003c\/span\u003e — the first club in the history of English football to win the top division four years in a row.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e★\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003eThe Domestic Treble — 2018\/19\u003c\/span\u003e — Premier League, FA Cup, and League Cup in a single season. The first time any English club had ever achieved it.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e★\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003eThe Treble — 2022\/23\u003c\/span\u003e — Premier League, FA Cup, and the Champions League. The moment 130 years of waiting for European glory finally came to an end.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e★\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003e593 Games — City's All-Time Record\u003c\/span\u003e — Pep Guardiola's final match made him the longest-serving Manchester City manager by games, overtaking Les McDowall's record.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Pull Quote --\u003e\n  \u003cdiv class=\"mc-pull-quote\"\u003e\n    \u003cblockquote\u003e\"When you open that box and see those seven trophies, you remember exactly what it felt like to be a City fan during those 10 years. We were there. We saw it all. And now it lives in our homes.\"\u003c\/blockquote\u003e\n    \u003ccite\u003e— Manchester City Supporter\u003c\/cite\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Testimonials image --\u003e\n  \u003cimg class=\"mc-img-full\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0474\/9059\/7025\/files\/Testimonilals_480x480_922b5499-6f41-4bb3-a155-11b4c4c26143.webp?v=1780741147\" alt=\"Customer reviews and testimonials for the Pep Guardiola Honours Box\" loading=\"lazy\"\u003e\n\n  \u003c!-- Product Features --\u003e\n  \u003cdiv class=\"mc-section\"\u003e\n    \u003cdiv class=\"mc-section-header\"\u003e\n      \u003cdiv class=\"mc-line\"\u003e\u003c\/div\u003e\n      \u003ch3\u003eProduct Features\u003c\/h3\u003e\n      \u003cdiv class=\"mc-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cul class=\"mc-features\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e✔\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003ePremium Collector's Edition\u003c\/span\u003e — designed as a display piece, not merchandise. Every element chosen to match the weight of what Guardiola achieved.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e✔\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003eSky Blue Velvet Lining\u003c\/span\u003e — the interior is lined in Man City sky blue velvet, with precision-cut trophy slots that hold each figurine in place.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e✔\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003eRigid Presentation Box\u003c\/span\u003e — the outer shell is a premium rigid-lid box finished in City sky blue, built to be kept on display rather than stored away.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e✔\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003eGift-Ready Packaging\u003c\/span\u003e — arrives ready to give. No additional gift wrapping required. A perfect present for any City fan who lived through the Pep era.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"mc-icon\"\u003e✔\u003c\/span\u003e\n        \u003cspan\u003e\u003cspan class=\"mc-feat-label\"\u003eLimited Commemorative Edition\u003c\/span\u003e — produced to mark the end of Guardiola's tenure. Once this era is gone, it cannot be recreated.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Technical Specifications --\u003e\n  \u003cdiv class=\"mc-section-alt\"\u003e\n    \u003cdiv class=\"mc-section-header\"\u003e\n      \u003cdiv class=\"mc-line\"\u003e\u003c\/div\u003e\n      \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n      \u003cdiv class=\"mc-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mc-table-wrap\"\u003e\n      \u003ctable class=\"mc-table\"\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eContents\u003c\/td\u003e\n          \u003ctd\u003e7 silver miniature trophy figurines + printed lid insert\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBox Material\u003c\/td\u003e\n          \u003ctd\u003ePremium rigid-lid presentation box, sky blue velvet interior lining\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTrophy Finish\u003c\/td\u003e\n          \u003ctd\u003eSilver with gold accent detail\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTrophy Types\u003c\/td\u003e\n          \u003ctd\u003ePremier League, Champions League, FA Cup, League Cup, Community Shield, UEFA Super Cup, Club World Cup\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLid Design\u003c\/td\u003e\n          \u003ctd\u003eGuardiola portrait illustration, \"City Forever\" text, 2016–2026 tenure dates\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLid Insert\u003c\/td\u003e\n          \u003ctd\u003eFull honours record, key statistics and records printed inside lid\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eEdition\u003c\/td\u003e\n          \u003ctd\u003eLimited commemorative edition\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIdeal Gift For\u003c\/td\u003e\n          \u003ctd\u003eCity supporters, football memorabilia collectors, Father's Day, birthdays, Christmas\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDelivery\u003c\/td\u003e\n          \u003ctd\u003eTracked delivery — allow 5–10 working days for custom production\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Bottom image — Pep at City --\u003e\n  \u003cimg class=\"mc-img-full\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0474\/9059\/7025\/files\/PEP_AT_CITY.png?v=1780741531\" alt=\"Pep Guardiola – Manchester City Manager 2016 to 2026\" loading=\"lazy\"\u003e\n\n  \u003c!-- Why Buy From Us --\u003e\n  \u003cdiv class=\"mc-section\"\u003e\n    \u003cdiv class=\"mc-why-buy\"\u003e\n      \u003cdiv class=\"mc-why-buy-header\"\u003eWhy Buy From Us\u003c\/div\u003e\n      \u003cdiv class=\"mc-why-buy-body\"\u003e\n        \u003cul class=\"mc-check-list\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"mc-check\"\u003e✔\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong\u003eFan-made, fan-approved\u003c\/strong\u003e — created by City supporters who lived through every moment of the Pep era, for supporters who want to preserve it.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"mc-check\"\u003e✔\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong\u003eCustom-produced to order\u003c\/strong\u003e — each box is produced on demand, ensuring it arrives in perfect condition. Please allow 5–10 working days.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"mc-check\"\u003e✔\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong\u003eSecure tracked delivery\u003c\/strong\u003e — fully tracked from dispatch to your door. You'll receive shipping updates at every stage.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"mc-check\"\u003e✔\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong\u003ePerfect gift presentation\u003c\/strong\u003e — arrives ready to give, no additional wrapping needed. A premium unboxing experience from first look to last trophy.\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"mc-check\"\u003e✔\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong\u003eDedicated customer support\u003c\/strong\u003e — any questions about your order, we're here. Real fans, real replies.\u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Closing CTA --\u003e\n  \u003cdiv class=\"mc-cta-strip\"\u003e\n    \u003cp\u003eThe Pep era will never come again. Own your piece of it.\u003c\/p\u003e\n    \u003cp\u003e10 Years  ·  20 Trophies  ·  City Forever\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Trendy Club Shop","offers":[{"title":"Default Title","offer_id":56693347418498,"sku":null,"price":64.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/9059\/7025\/files\/MockUp1.jpg?v=1780742757","url":"https:\/\/trendyclubshop.com\/products\/pep-guardiola-honours-box","provider":"Trendy Club Shop","version":"1.0","type":"link"}