{"product_id":"polo-monte-carlo","title":"Polo Monte Carlo","description":"\u003cstyle\u003e\n  \/* ─── TOKENS ─────────────────────────────────────────────── *\/\n  .uw-monte-carlo {\n    --uw-noir:    #2D2D2A;\n    --uw-slate:   #3a3a37;\n    --uw-mid:     #5a5a56;\n    --uw-muted:   #8a8a85;\n    --uw-light:   #f5f5f3;\n    --uw-obj-bg:  #f0efed;\n    --uw-white:   #ffffff;\n    --uw-gold:    #2D2D2A;\n    --uw-border:  rgba(45,45,42,0.14);\n\n    font-family: 'DM Sans', sans-serif;\n    color: var(--uw-noir);\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 16px;\n    box-sizing: border-box;\n  }\n\n  \/* ─── HEADER ─────────────────────────────────────────────── *\/\n  .uw-mc-header {\n    text-align: center;\n    padding: 48px 0 36px;\n  }\n  .uw-mc-tag {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--uw-noir);\n    border: 1px solid var(--uw-border);\n    padding: 5px 14px;\n    margin-bottom: 18px;\n  }\n  .uw-mc-title {\n    font-family: 'Bebas Neue', cursive;\n    font-size: clamp(52px, 10vw, 88px);\n    letter-spacing: 0.04em;\n    line-height: 0.92;\n    color: var(--uw-noir);\n    margin: 0 0 14px;\n  }\n  .uw-mc-subtitle {\n    font-style: italic;\n    font-size: clamp(13px, 2.2vw, 15px);\n    color: var(--uw-muted);\n    letter-spacing: 0.04em;\n    margin: 0;\n  }\n\n  \/* ─── INTRO ──────────────────────────────────────────────── *\/\n  .uw-mc-intro {\n    padding: 12px 0 40px;\n  }\n  .uw-mc-intro p {\n    font-size: clamp(13.5px, 2.1vw, 15px);\n    line-height: 1.75;\n    color: #2c2c2a;\n    margin: 0 0 18px;\n  }\n  .uw-mc-intro p:last-child { margin-bottom: 0; }\n\n  \/* ─── DOT DIVIDER ────────────────────────────────────────── *\/\n  .uw-mc-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin: 0 0 44px;\n  }\n  .uw-mc-divider::before,\n  .uw-mc-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--uw-border), transparent);\n  }\n  .uw-mc-divider span {\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--uw-noir);\n    opacity: 0.4;\n  }\n\n  \/* ─── QUALITY GRID ───────────────────────────────────────── *\/\n  .uw-mc-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    margin-bottom: 44px;\n  }\n  .uw-mc-grid-item {\n    background: var(--uw-light);\n    padding: 22px 16px 20px;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n  }\n  .uw-mc-grid-item svg {\n    width: 28px; height: 28px;\n    color: var(--uw-noir);\n  }\n  .uw-mc-grid-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--uw-noir);\n    line-height: 1.35;\n  }\n  .uw-mc-grid-sub {\n    font-size: 11px;\n    color: var(--uw-muted);\n    line-height: 1.4;\n    font-style: italic;\n  }\n\n  @media (max-width: 520px) {\n    .uw-mc-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n\n  \/* ─── BADGE STRIP ────────────────────────────────────────── *\/\n  .uw-mc-badges {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 44px;\n  }\n  .uw-mc-badge {\n    padding: 16px 10px;\n    text-align: center;\n    border-right: 1px solid var(--uw-border);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 5px;\n  }\n  .uw-mc-badge:last-child { border-right: none; }\n  .uw-mc-badge-label {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-muted);\n  }\n  .uw-mc-badge-val {\n    font-size: 11px;\n    font-weight: 600;\n    color: var(--uw-noir);\n    letter-spacing: 0.04em;\n    text-align: center;\n    line-height: 1.3;\n  }\n\n  @media (max-width: 520px) {\n    .uw-mc-badges { grid-template-columns: repeat(2, 1fr); }\n    .uw-mc-badge:nth-child(2) { border-right: none; }\n    .uw-mc-badge:nth-child(1),\n    .uw-mc-badge:nth-child(2) { border-bottom: 1px solid var(--uw-border); }\n  }\n\n  \/* ─── OBJECTION BREAKERS ─────────────────────────────────── *\/\n  .uw-mc-objections {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2px;\n    margin-bottom: 44px;\n  }\n  .uw-mc-obj {\n    background: var(--uw-obj-bg);\n    border: 1px solid var(--uw-border);\n    padding: 26px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .uw-mc-obj svg {\n    width: 22px; height: 22px;\n    color: var(--uw-noir);\n    flex-shrink: 0;\n  }\n  .uw-mc-obj-q {\n    font-size: 11.5px;\n    font-weight: 700;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n    color: var(--uw-noir);\n    line-height: 1.3;\n  }\n  .uw-mc-obj-a {\n    font-size: 12.5px;\n    color: var(--uw-mid);\n    line-height: 1.6;\n  }\n\n  @media (max-width: 520px) {\n    .uw-mc-objections { grid-template-columns: 1fr; }\n  }\n\n  \/* ─── SPECS ──────────────────────────────────────────────── *\/\n  .uw-mc-specs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    margin-bottom: 44px;\n  }\n  .uw-mc-specs-col h4 {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--uw-noir);\n    margin: 0 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 1px solid var(--uw-border);\n  }\n  .uw-mc-specs-col ul {\n    list-style: none;\n    margin: 0; padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .uw-mc-specs-col li {\n    font-size: 12.5px;\n    color: var(--uw-slate);\n    line-height: 1.5;\n    padding-left: 12px;\n    position: relative;\n  }\n  .uw-mc-specs-col li::before {\n    content: '—';\n    position: absolute;\n    left: 0;\n    color: var(--uw-noir);\n    font-size: 10px;\n    top: 2px;\n  }\n\n  @media (max-width: 520px) {\n    .uw-mc-specs { grid-template-columns: 1fr; gap: 24px; }\n  }\n\n  \/* ─── CLOSING ────────────────────────────────────────────── *\/\n  .uw-mc-closing {\n    text-align: center;\n    padding: 44px 0 52px;\n    border-top: 1px solid var(--uw-border);\n  }\n  .uw-mc-closing-headline {\n    font-family: 'Bebas Neue', cursive;\n    font-size: clamp(36px, 7vw, 60px);\n    letter-spacing: 0.05em;\n    line-height: 0.98;\n    color: var(--uw-noir);\n    margin: 0 0 16px;\n  }\n  .uw-mc-closing-headline em {\n    opacity: 0.45;\n    font-style: normal;\n  }\n  .uw-mc-tagline {\n    font-size: 11px;\n    color: var(--uw-muted);\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    font-style: italic;\n  }\n\u003c\/style\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=DM+Sans:ital,wght@0,400;0,600;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cdiv class=\"uw-monte-carlo\"\u003e\n\n  \u003c!-- 1 · HEADER ─────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-mc-header\"\u003e\n    \u003cdiv class=\"uw-mc-tag\"\u003eCelave \u0026amp; Co — Knitwear\u003c\/div\u003e\n    \u003ch2 class=\"uw-mc-title\"\u003ePolo Monte Carlo\u003c\/h2\u003e\n    \u003cp class=\"uw-mc-subtitle\"\u003eCable-Knit Short Sleeve Polo — Navy \/ Ivory\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2 · INTRO ──────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-mc-intro\"\u003e\n    \u003cp\u003e\n      The Monte Carlo isn't trying to blend in. A deep navy cable-knit body against an ivory contrast collar and cuffs — it's a combination that references vintage sportswear without living in the past. The result is a polo that carries enough character to be the centrepiece of any outfit, while remaining easy enough to wear that you won't overthink it.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Cable knit at this weight adds visual texture that flat knits simply can't replicate. The vertical cable pattern runs clean from collar to hem, giving the piece a structured, intentional look that reads as refined rather than casual. Three-button placket, ivory tipping, ribbed hem — every detail is deliberate.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Wear it with beige or stone chinos and you've got something effortlessly sharp. Pull it over navy or dark trousers and the contrast collar does the work. The Monte Carlo gives you a strong aesthetic return for zero additional effort.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3 · DIVIDER ────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-mc-divider\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- 4 · QUALITY GRID ───────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-mc-grid\"\u003e\n\n    \u003c!-- Cable Knit Body --\u003e\n    \u003cdiv class=\"uw-mc-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M8 3 C8 3 6 6 8 9 C10 12 8 15 8 15\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 3 C12 3 10 6 12 9 C14 12 12 15 12 15\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M16 3 C16 3 14 6 16 9 C18 12 16 15 16 15\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 15 L18 15\" stroke-linecap=\"round\" opacity=\"0.3\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M5 18 L19 18\" stroke-linecap=\"round\" opacity=\"0.3\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 21 L18 21\" stroke-linecap=\"round\" opacity=\"0.3\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-mc-grid-label\"\u003eCable-Knit Body\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-grid-sub\"\u003eVertical cable pattern with structured visual depth\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Contrast Collar \u0026 Cuffs --\u003e\n    \u003cdiv class=\"uw-mc-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M8 3 L12 7 L16 3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 3 C6 5 4 9 4 13 L4 21 L20 21 L20 13 C20 9 18 5 16 3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 16 L20 16\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M7 3 C7 3 8.5 5 12 5 C15.5 5 17 3 17 3\" stroke-linecap=\"round\" stroke-width=\"2\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-mc-grid-label\"\u003eContrast Tipping\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-grid-sub\"\u003eIvory collar and cuffed sleeves — the signature detail\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 3-Button Placket --\u003e\n    \u003cdiv class=\"uw-mc-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cline x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"12\" cy=\"17\" r=\"1.5\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-mc-grid-label\"\u003e3-Button Placket\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-grid-sub\"\u003eDeep open chest — wear buttoned up or laid open\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Slim Fit --\u003e\n    \u003cdiv class=\"uw-mc-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M9 3 L5 7 L5 21 L19 21 L19 7 L15 3 Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M9 3 L15 3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 11 L16 11\" stroke-linecap=\"round\" opacity=\"0.3\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-mc-grid-label\"\u003eSlim Fit\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-grid-sub\"\u003eControlled through the chest — clean, not constricting\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Ribbed Hem --\u003e\n    \u003cdiv class=\"uw-mc-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M4 16 L20 16\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 18.5 L20 18.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 21 L20 21\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 4 L4 16 L20 16 L18 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-mc-grid-label\"\u003eRibbed Hem\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-grid-sub\"\u003eClean banded finish that anchors the silhouette\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Navy \/ Ivory Colourway --\u003e\n    \u003cdiv class=\"uw-mc-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M12 3 A9 9 0 0 1 21 12 L12 12 Z\" fill=\"currentColor\" opacity=\"0.15\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 12 A9 9 0 0 1 3 12 L12 12 Z\" fill=\"currentColor\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-mc-grid-label\"\u003eNavy \/ Ivory\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-grid-sub\"\u003eA two-tone combination built to stand out\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 5 · BADGE STRIP ─────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-mc-badges\"\u003e\n    \u003cdiv class=\"uw-mc-badge\"\u003e\n      \u003cdiv class=\"uw-mc-badge-label\"\u003eColorway\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-badge-val\"\u003eNavy \/ Ivory\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-mc-badge\"\u003e\n      \u003cdiv class=\"uw-mc-badge-label\"\u003eFit\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-badge-val\"\u003eSlim · True to Size\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-mc-badge\"\u003e\n      \u003cdiv class=\"uw-mc-badge-label\"\u003eDelivery\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-badge-val\"\u003e8–14 Days · UK Shipping\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-mc-badge\"\u003e\n      \u003cdiv class=\"uw-mc-badge-label\"\u003eTracking\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-badge-val\"\u003eFull Order Tracking\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6 · OBJECTION BREAKERS ──────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-mc-objections\"\u003e\n\n    \u003cdiv class=\"uw-mc-obj\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M12 2 L15.09 8.26 L22 9.27 L17 14.14 L18.18 21.02 L12 17.77 L5.82 21.02 L7 14.14 L2 9.27 L8.91 8.26 Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-mc-obj-q\"\u003eIs the contrast collar too bold?\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-obj-a\"\u003eThe ivory tipping is a classic sportswear move — not a statement piece. Against a neutral outfit it adds the right amount of intention without tipping into costume territory.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-mc-obj\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M12 22 C12 22 3 16 3 9 A9 9 0 0 1 21 9 C21 16 12 22 12 22Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cpolyline points=\"9,12 11,14 15,10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-mc-obj-q\"\u003eWill cable knit look too heavy?\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-obj-a\"\u003eThis is a short-sleeve cut with a mid-weight gauge — the cable adds texture, not bulk. It sits flat on the body without the heaviness you'd expect from a full-weight cable piece.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-mc-obj\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-mc-obj-q\"\u003eWhat do I wear it with?\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-obj-a\"\u003eBeige or stone chinos are the natural pairing — the navy grounds it and the ivory contrast lifts the look. Works equally well with dark trousers when you want the collar to do the talking.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-mc-obj\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M12 7 L12 12 L15 15\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-mc-obj-q\"\u003eIs it only for one season?\u003c\/div\u003e\n      \u003cdiv class=\"uw-mc-obj-a\"\u003eThe cable-knit weight sits between a summer tee and a full winter layer — it carries spring and early autumn without effort. Layer it under a coat and it holds its own through colder months too.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 7 · COMPOSITION \u0026 SPECS ─────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-mc-specs\"\u003e\n    \u003cdiv class=\"uw-mc-specs-col\"\u003e\n      \u003ch4\u003eComposition\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eCable-knit cotton blend body\u003c\/li\u003e\n        \u003cli\u003eIvory contrast collar and ribbed cuffs\u003c\/li\u003e\n        \u003cli\u003eThree-button front placket\u003c\/li\u003e\n        \u003cli\u003eShort sleeve with tipped finish\u003c\/li\u003e\n        \u003cli\u003eRibbed banded hem\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-mc-specs-col\"\u003e\n      \u003ch4\u003eDetails \u0026amp; Care\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eAvailable in sizes XS through XXL\u003c\/li\u003e\n        \u003cli\u003eSlim fit — true to size\u003c\/li\u003e\n        \u003cli\u003eMachine wash cold, lay flat to dry\u003c\/li\u003e\n        \u003cli\u003eDo not tumble dry or bleach\u003c\/li\u003e\n        \u003cli\u003e30-day returns — no questions\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8 · CLOSING ─────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-mc-closing\"\u003e\n    \u003cdiv class=\"uw-mc-closing-headline\"\u003e\n      The contrast is the point.\u003cbr\u003e\n      \u003cem\u003eWear it like you know that.\u003c\/em\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"uw-mc-tagline\"\u003eDesigned for daily rotation — limited production runs — no constant restocks.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/uw-monte-carlo --\u003e","brand":"Celave \u0026 Co","offers":[{"title":"S","offer_id":48598448373977,"sku":"Polo-Monte-Carlo-Blue-1","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":48598448406745,"sku":"Polo-Monte-Carlo-Blue-2","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":48598448439513,"sku":"Polo-Monte-Carlo-Blue-3","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":48598448472281,"sku":"Polo-Monte-Carlo-Blue-4","price":35.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/5793\/9673\/files\/Direct_Autoral_Celave___Co_11.png?v=1777730973","url":"https:\/\/celaveandco.com\/products\/polo-monte-carlo","provider":"Celave \u0026 Co","version":"1.0","type":"link"}