{"product_id":"polo-verona-olive","title":"Polo Verona Olive","description":"\u003cstyle\u003e\n  .uw-verona {\n    --uw-noir:    #2D2D2A;\n    --uw-slate:   #3a3a37;\n    --uw-mid:     #5a5a56;\n    --uw-muted:   #8a8a85;\n    --uw-light:   #f5f5f3;\n    --uw-obj-bg:  #f0f1ec;\n    --uw-white:   #ffffff;\n    --uw-gold:    #6B7A45;\n    --uw-border:  rgba(107,122,69,0.22);\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-vr-header {\n    text-align: center;\n    padding: 48px 0 36px;\n  }\n  .uw-vr-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-vr-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-vr-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-vr-intro {\n    padding: 12px 0 40px;\n  }\n  .uw-vr-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-vr-intro p:last-child { margin-bottom: 0; }\n\n  \/* ─── DIVIDER ─────────────────────────────────────────────── *\/\n  .uw-vr-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin: 0 0 44px;\n  }\n  .uw-vr-divider::before,\n  .uw-vr-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--uw-border), transparent);\n  }\n  .uw-vr-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-vr-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    margin-bottom: 44px;\n  }\n  .uw-vr-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-vr-grid-item svg {\n    width: 28px; height: 28px;\n    color: var(--uw-gold);\n  }\n  .uw-vr-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-vr-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-vr-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n\n  \/* ─── BADGE STRIP ────────────────────────────────────────── *\/\n  .uw-vr-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-vr-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-vr-badge:last-child { border-right: none; }\n  .uw-vr-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-vr-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-vr-badges { grid-template-columns: repeat(2, 1fr); }\n    .uw-vr-badge:nth-child(2) { border-right: none; }\n    .uw-vr-badge:nth-child(1),\n    .uw-vr-badge:nth-child(2) { border-bottom: 1px solid var(--uw-border); }\n  }\n\n  \/* ─── OBJECTIONS ─────────────────────────────────────────── *\/\n  .uw-vr-objections {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2px;\n    margin-bottom: 44px;\n  }\n  .uw-vr-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-vr-obj svg {\n    width: 22px; height: 22px;\n    color: var(--uw-gold);\n    flex-shrink: 0;\n  }\n  .uw-vr-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-vr-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-vr-objections { grid-template-columns: 1fr; }\n  }\n\n  \/* ─── SPECS ──────────────────────────────────────────────── *\/\n  .uw-vr-specs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    margin-bottom: 44px;\n  }\n  .uw-vr-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-vr-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-vr-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-vr-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-vr-specs { grid-template-columns: 1fr; gap: 24px; }\n  }\n\n  \/* ─── CLOSING ────────────────────────────────────────────── *\/\n  .uw-vr-closing {\n    text-align: center;\n    padding: 44px 0 52px;\n    border-top: 1px solid var(--uw-border);\n  }\n  .uw-vr-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-vr-closing-headline em {\n    color: var(--uw-gold);\n    opacity: 1;\n    font-style: normal;\n  }\n  .uw-vr-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-verona\"\u003e\n\n  \u003c!-- 1 · HEADER ─────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-vr-header\"\u003e\n    \u003cdiv class=\"uw-vr-tag\"\u003eCelave \u0026amp; Co — Knitwear\u003c\/div\u003e\n    \u003ch2 class=\"uw-vr-title\"\u003ePolo Verona\u003c\/h2\u003e\n    \u003cp class=\"uw-vr-subtitle\"\u003eWaffle-Knit Short Sleeve Polo — Olive\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2 · INTRO ──────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-vr-intro\"\u003e\n    \u003cp\u003e\n      Olive is the colour that doesn't announce itself — it settles into any outfit and makes everything around it look more intentional. The Verona takes that instinct and builds on it: a waffle-knit body that adds surface tension and depth to what could otherwise be a flat, forgettable polo. The result is understated in the best possible way.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      The open-collar construction sits flat without any fuss, and the single-button placket keeps the front line clean. No contrast tipping, no hardware — just the texture, the tone, and the cut doing their job. It's the kind of piece that pairs with everything you already own and quietly elevates it.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Ribbed cuffs and a banded hem lock the silhouette in place. Whether you're throwing it on over chinos or wearing it as your outer layer on a cooler afternoon, the Verona holds its shape and its composure without asking for anything back.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3 · DIVIDER ────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-vr-divider\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- 4 · QUALITY GRID ───────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-vr-grid\"\u003e\n\n    \u003c!-- Waffle-Knit Body --\u003e\n    \u003cdiv class=\"uw-vr-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003crect x=\"3\" y=\"3\" width=\"4\" height=\"4\" rx=\"0.5\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"10\" y=\"3\" width=\"4\" height=\"4\" rx=\"0.5\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"17\" y=\"3\" width=\"4\" height=\"4\" rx=\"0.5\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"3\" y=\"10\" width=\"4\" height=\"4\" rx=\"0.5\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"0.5\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"0.5\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"3\" y=\"17\" width=\"4\" height=\"4\" rx=\"0.5\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"0.5\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"17\" y=\"17\" width=\"4\" height=\"4\" rx=\"0.5\"\u003e\u003c\/rect\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-vr-grid-label\"\u003eWaffle-Knit Body\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-grid-sub\"\u003e3D grid texture that adds depth without adding weight\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Open Collar --\u003e\n    \u003cdiv class=\"uw-vr-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 8 L16 3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 3 C6 5 4 8 4 12 L4 21 L20 21 L20 12 C20 8 18 5 16 3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-vr-grid-label\"\u003eOpen Collar\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-grid-sub\"\u003eLay-flat polo collar — structured, no stiffness\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Single-Button Placket --\u003e\n    \u003cdiv class=\"uw-vr-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=\"10\" r=\"2\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-vr-grid-label\"\u003e1-Button Placket\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-grid-sub\"\u003eMinimal front closure — clean chest line, no excess\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Ribbed Cuffs \u0026 Hem --\u003e\n    \u003cdiv class=\"uw-vr-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-vr-grid-label\"\u003eRibbed Finish\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-grid-sub\"\u003eBanded hem and cuffed sleeves that stay anchored\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Slim Fit --\u003e\n    \u003cdiv class=\"uw-vr-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-vr-grid-label\"\u003eSlim Fit\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-grid-sub\"\u003eTailored through the chest — composed, not stiff\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Olive Colorway --\u003e\n    \u003cdiv class=\"uw-vr-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        \u003ccircle cx=\"12\" cy=\"12\" r=\"5\" fill=\"currentColor\" opacity=\"0.12\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\" opacity=\"0.35\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M12 3 A9 9 0 0 1 20.5 7.5\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-vr-grid-label\"\u003eOlive Tone\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-grid-sub\"\u003eMuted military green — pairs with any neutral palette\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 5 · BADGE STRIP ─────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-vr-badges\"\u003e\n    \u003cdiv class=\"uw-vr-badge\"\u003e\n      \u003cdiv class=\"uw-vr-badge-label\"\u003eColorway\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-badge-val\"\u003eOlive\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-vr-badge\"\u003e\n      \u003cdiv class=\"uw-vr-badge-label\"\u003eFit\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-badge-val\"\u003eSlim · True to Size\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-vr-badge\"\u003e\n      \u003cdiv class=\"uw-vr-badge-label\"\u003eDelivery\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-badge-val\"\u003e8–14 Days · UK Shipping\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-vr-badge\"\u003e\n      \u003cdiv class=\"uw-vr-badge-label\"\u003eTracking\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-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-vr-objections\"\u003e\n\n    \u003cdiv class=\"uw-vr-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-vr-obj-q\"\u003eIs olive too specific a colour?\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-obj-a\"\u003eOlive is one of the most forgiving tones in menswear — it sits between green and khaki and works naturally with beige, stone, grey, navy, and cream. If anything, it's more versatile than most neutrals.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-vr-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-vr-obj-q\"\u003eWill the waffle texture wear out?\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-obj-a\"\u003eThe 3D knit structure is built into the fabric at gauge level — it doesn't fade or flatten with regular washing. Cold wash and lay flat to dry keeps the relief sharp long-term.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-vr-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-vr-obj-q\"\u003eWhat does this actually go with?\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-obj-a\"\u003eBeige chinos or stone trousers are the natural match — the olive and neutral tones ground each other. Works just as well with black or charcoal when you want a sharper, higher-contrast look.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-vr-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-vr-obj-q\"\u003eIs it warm enough past summer?\u003c\/div\u003e\n      \u003cdiv class=\"uw-vr-obj-a\"\u003eWaffle-knit holds more warmth than flat jersey thanks to the air pockets in the structure. Short sleeve, but mid-weight enough to carry you comfortably into early autumn — or layer under a jacket without bulk.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 7 · SPECS ───────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-vr-specs\"\u003e\n    \u003cdiv class=\"uw-vr-specs-col\"\u003e\n      \u003ch4\u003eComposition\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eWaffle-knit cotton blend body\u003c\/li\u003e\n        \u003cli\u003eSingle-button polo placket\u003c\/li\u003e\n        \u003cli\u003eShort sleeve with ribbed cuffs\u003c\/li\u003e\n        \u003cli\u003eLay-flat structured polo collar\u003c\/li\u003e\n        \u003cli\u003eBanded ribbed hem\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-vr-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-vr-closing\"\u003e\n    \u003cdiv class=\"uw-vr-closing-headline\"\u003e\n      No noise.\u003cbr\u003e\n      \u003cem\u003eJust the right amount of texture.\u003c\/em\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"uw-vr-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-verona --\u003e","brand":"Celave \u0026 Co","offers":[{"title":"S","offer_id":48598512369881,"sku":"Polo-Verona-Olive-1","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":48598512402649,"sku":"Polo-Verona-Olive-2","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":48598512435417,"sku":"Polo-Verona-Olive-3","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":48598512468185,"sku":"Polo-Verona-Olive-4","price":29.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/5793\/9673\/files\/Direct_Autoral_Celave___Co_12.png?v=1777731287","url":"https:\/\/celaveandco.com\/products\/polo-verona-olive","provider":"Celave \u0026 Co","version":"1.0","type":"link"}