{"product_id":"polo-siena","title":"Polo Siena","description":"\u003cstyle\u003e\n  .uw-siena {\n    --uw-noir:    #2D2D2A;\n    --uw-slate:   #3a3a37;\n    --uw-mid:     #5a5a56;\n    --uw-muted:   #8a8a85;\n    --uw-light:   #f7f4f1;\n    --uw-obj-bg:  #f2ede9;\n    --uw-white:   #ffffff;\n    --uw-gold:    #9B5728;\n    --uw-border:  rgba(155,87,40,0.2);\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-si-header {\n    text-align: center;\n    padding: 48px 0 36px;\n  }\n  .uw-si-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-gold);\n    border: 1px solid var(--uw-border);\n    padding: 5px 14px;\n    margin-bottom: 18px;\n  }\n  .uw-si-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-si-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-si-intro {\n    padding: 12px 0 40px;\n  }\n  .uw-si-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-si-intro p:last-child { margin-bottom: 0; }\n\n  \/* ─── DIVIDER ─────────────────────────────────────────────── *\/\n  .uw-si-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin: 0 0 44px;\n  }\n  .uw-si-divider::before,\n  .uw-si-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--uw-border), transparent);\n  }\n  .uw-si-divider span {\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--uw-gold);\n    opacity: 0.7;\n  }\n\n  \/* ─── QUALITY GRID ───────────────────────────────────────── *\/\n  .uw-si-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    margin-bottom: 44px;\n  }\n  .uw-si-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-si-grid-item svg {\n    width: 28px; height: 28px;\n    color: var(--uw-gold);\n  }\n  .uw-si-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-si-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-si-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n\n  \/* ─── BADGE STRIP ────────────────────────────────────────── *\/\n  .uw-si-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-si-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-si-badge:last-child { border-right: none; }\n  .uw-si-badge-label {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n  }\n  .uw-si-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-si-badges { grid-template-columns: repeat(2, 1fr); }\n    .uw-si-badge:nth-child(2) { border-right: none; }\n    .uw-si-badge:nth-child(1),\n    .uw-si-badge:nth-child(2) { border-bottom: 1px solid var(--uw-border); }\n  }\n\n  \/* ─── OBJECTIONS ─────────────────────────────────────────── *\/\n  .uw-si-objections {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2px;\n    margin-bottom: 44px;\n  }\n  .uw-si-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-si-obj svg {\n    width: 22px; height: 22px;\n    color: var(--uw-gold);\n    flex-shrink: 0;\n  }\n  .uw-si-obj-q {\n    font-size: 11.5px;\n    font-weight: 700;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n    line-height: 1.3;\n  }\n  .uw-si-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-si-objections { grid-template-columns: 1fr; }\n  }\n\n  \/* ─── SPECS ──────────────────────────────────────────────── *\/\n  .uw-si-specs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    margin-bottom: 44px;\n  }\n  .uw-si-specs-col h4 {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n    margin: 0 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 1px solid var(--uw-border);\n  }\n  .uw-si-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-si-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-si-specs-col li::before {\n    content: '—';\n    position: absolute;\n    left: 0;\n    color: var(--uw-gold);\n    font-size: 10px;\n    top: 2px;\n  }\n\n  @media (max-width: 520px) {\n    .uw-si-specs { grid-template-columns: 1fr; gap: 24px; }\n  }\n\n  \/* ─── CLOSING ────────────────────────────────────────────── *\/\n  .uw-si-closing {\n    text-align: center;\n    padding: 44px 0 52px;\n    border-top: 1px solid var(--uw-border);\n  }\n  .uw-si-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-si-closing-headline em {\n    color: var(--uw-gold);\n    font-style: normal;\n  }\n  .uw-si-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-siena\"\u003e\n\n  \u003c!-- 1 · HEADER ─────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-si-header\"\u003e\n    \u003cdiv class=\"uw-si-tag\"\u003eCelave \u0026amp; Co — Knitwear\u003c\/div\u003e\n    \u003ch2 class=\"uw-si-title\"\u003ePolo Siena\u003c\/h2\u003e\n    \u003cp class=\"uw-si-subtitle\"\u003eFine-Knit Open Collar Polo — Rust\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2 · INTRO ──────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-si-intro\"\u003e\n    \u003cp\u003e\n      Rust is the colour that separates a wardrobe from a collection. It's warm without being loud, distinctive without being difficult — and on a fine-knit body with ivory contrast tipping, it becomes the kind of piece people notice before they can explain why. The Siena wears its colour with confidence and asks nothing extra of you.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      The open collar is the detail that defines the silhouette. No buttons to fuss with, no placket breaking up the chest — just a clean V-opening framed by ivory tipping that adds refinement without competing with the tone. It's relaxed in construction but precise in execution, the exact balance a versatile polo needs to be.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Ivory-tipped cuffs and a banded ribbed hem keep the proportions anchored. Wear it with stone or beige chinos and the rust sits naturally. Push it against dark navy or charcoal and the contrast tipping comes into its own. Either way, the Siena brings the character — you just have to show up.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3 · DIVIDER ────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-si-divider\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- 4 · QUALITY GRID ───────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-si-grid\"\u003e\n\n    \u003c!-- Fine-Knit Body --\u003e\n    \u003cdiv class=\"uw-si-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M4 6 Q7 4 10 6 Q13 8 16 6 Q19 4 22 6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 10 Q7 8 10 10 Q13 12 16 10 Q19 8 22 10\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 14 Q7 12 10 14 Q13 16 16 14 Q19 12 22 14\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 18 Q7 16 10 18 Q13 20 16 18 Q19 16 22 18\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-si-grid-label\"\u003eFine-Knit Body\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-grid-sub\"\u003eSmooth, even knit that drapes cleanly on any frame\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Open Collar --\u003e\n    \u003cdiv class=\"uw-si-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M9 3 L12 9 L15 3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M9 3 C7 5 4 9 4 14 L4 21 L20 21 L20 14 C20 9 17 5 15 3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M9 3 C9.5 4.5 11 5.5 12 5.5 C13 5.5 14.5 4.5 15 3\" stroke-linecap=\"round\" stroke-width=\"2\" opacity=\"0.3\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-si-grid-label\"\u003eOpen Collar\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-grid-sub\"\u003eButton-free V-opening — effortless and clean\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Ivory Contrast Tipping --\u003e\n    \u003cdiv class=\"uw-si-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M5 6 L19 6\" stroke-linecap=\"round\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 8.5 L20 8.5\" stroke-linecap=\"round\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M5 18 L19 18\" stroke-linecap=\"round\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 15.5 L20 15.5\" stroke-linecap=\"round\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 8.5 L6 15.5\" stroke-linecap=\"round\" opacity=\"0.2\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 8.5 L18 15.5\" stroke-linecap=\"round\" opacity=\"0.2\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-si-grid-label\"\u003eIvory Tipping\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-grid-sub\"\u003eContrast detail on collar and cuffs — refined, not casual\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Slim Fit --\u003e\n    \u003cdiv class=\"uw-si-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-si-grid-label\"\u003eSlim Fit\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-grid-sub\"\u003eTailored through the chest — no excess, no restriction\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Ribbed Hem \u0026 Cuffs --\u003e\n    \u003cdiv class=\"uw-si-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-si-grid-label\"\u003eRibbed Finish\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-grid-sub\"\u003eBanded hem and tipped cuffs that hold their shape\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Rust Colorway --\u003e\n    \u003cdiv class=\"uw-si-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.18\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 12 A9 9 0 0 1 3 12 L12 12 Z\" fill=\"currentColor\" opacity=\"0.32\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"2.5\" fill=\"currentColor\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-si-grid-label\"\u003eRust Tone\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-grid-sub\"\u003eTerracotta-inspired — warm, distinctive, seasonless\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 5 · BADGE STRIP ─────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-si-badges\"\u003e\n    \u003cdiv class=\"uw-si-badge\"\u003e\n      \u003cdiv class=\"uw-si-badge-label\"\u003eColorway\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-badge-val\"\u003eRust \/ Ivory\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-si-badge\"\u003e\n      \u003cdiv class=\"uw-si-badge-label\"\u003eFit\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-badge-val\"\u003eSlim · True to Size\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-si-badge\"\u003e\n      \u003cdiv class=\"uw-si-badge-label\"\u003eDelivery\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-badge-val\"\u003e8–14 Days · UK Shipping\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-si-badge\"\u003e\n      \u003cdiv class=\"uw-si-badge-label\"\u003eTracking\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-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-si-objections\"\u003e\n\n    \u003cdiv class=\"uw-si-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-si-obj-q\"\u003eIs rust too bold to wear regularly?\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-obj-a\"\u003eRust sits closer to a warm neutral than a statement colour. It anchors naturally against beige, stone, cream, and navy — colours most people already own. The fine-knit keeps the tone subdued enough for everyday wear.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-si-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-si-obj-q\"\u003eDoes the open collar look too casual?\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-obj-a\"\u003eThe ivory contrast tipping elevates the collar detail and keeps it out of casual territory. The open placket reads modern and considered — closer to Italian resort wear than weekend loungewear.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-si-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-si-obj-q\"\u003eWhat do I pair it with?\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-obj-a\"\u003eStone or sand chinos are the natural match — the rust and neutral tones sit warm together. For a sharper look, dark navy or charcoal trousers let the ivory tipping and rust tone contrast cleanly.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-si-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-si-obj-q\"\u003eOnly works in one season?\u003c\/div\u003e\n      \u003cdiv class=\"uw-si-obj-a\"\u003eRust is a year-round tone — it reads warm in summer, earthy in autumn. Fine-knit weight is light enough to wear alone through warmer months and layers easily under a coat when temperatures drop.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 7 · SPECS ───────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-si-specs\"\u003e\n    \u003cdiv class=\"uw-si-specs-col\"\u003e\n      \u003ch4\u003eComposition\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eFine-gauge knit cotton blend body\u003c\/li\u003e\n        \u003cli\u003eOpen collar — no button placket\u003c\/li\u003e\n        \u003cli\u003eIvory contrast tipping on collar and cuffs\u003c\/li\u003e\n        \u003cli\u003eShort sleeve with tipped ribbed cuffs\u003c\/li\u003e\n        \u003cli\u003eBanded ribbed hem\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-si-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-si-closing\"\u003e\n    \u003cdiv class=\"uw-si-closing-headline\"\u003e\n      Warm tone.\u003cbr\u003e\n      \u003cem\u003eSharp finish.\u003c\/em\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"uw-si-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-siena --\u003e","brand":"Celave \u0026 Co","offers":[{"title":"S","offer_id":48598594289881,"sku":"Polo-Siena-Brown-1","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":48598594322649,"sku":"Polo-Siena-Brown-2","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":48598594355417,"sku":"Polo-Siena-Brown-3","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":48598594388185,"sku":"Polo-Siena-Brown-4","price":39.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/5793\/9673\/files\/Direct_Autoral_Celave___Co_16.png?v=1777732683","url":"https:\/\/celaveandco.com\/products\/polo-siena","provider":"Celave \u0026 Co","version":"1.0","type":"link"}