{"product_id":"polo-ashford","title":"Polo Ashford","description":"\u003cstyle\u003e\n  \/* ─── TOKENS ─────────────────────────────────────────────── *\/\n  .uw-ridge-polo {\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-rp-header {\n    text-align: center;\n    padding: 48px 0 36px;\n  }\n  .uw-rp-tag {\n    display: inline-block;\n    font-family: 'DM Sans', sans-serif;\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-rp-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-rp-subtitle {\n    font-family: 'DM Sans', sans-serif;\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-rp-intro {\n    padding: 12px 0 40px;\n  }\n  .uw-rp-intro p {\n    font-size: clamp(13.5px, 2.1vw, 15px);\n    line-height: 1.75;\n    color: #2c2c2e;\n    margin: 0 0 18px;\n  }\n  .uw-rp-intro p:last-child { margin-bottom: 0; }\n\n  \/* ─── DOT DIVIDER ────────────────────────────────────────── *\/\n  .uw-rp-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin: 0 0 44px;\n  }\n  .uw-rp-divider::before,\n  .uw-rp-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--uw-border), transparent);\n  }\n  .uw-rp-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-rp-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    margin-bottom: 44px;\n  }\n  .uw-rp-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-rp-grid-item svg {\n    width: 28px; height: 28px;\n    color: var(--uw-gold);\n  }\n  .uw-rp-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-rp-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-rp-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  \/* ─── BADGE STRIP ────────────────────────────────────────── *\/\n  .uw-rp-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-rp-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-rp-badge:last-child { border-right: none; }\n  .uw-rp-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-rp-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-rp-badges {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .uw-rp-badge:nth-child(2) { border-right: none; }\n    .uw-rp-badge:nth-child(1),\n    .uw-rp-badge:nth-child(2) {\n      border-bottom: 1px solid var(--uw-border);\n    }\n  }\n\n  \/* ─── OBJECTION BREAKERS ─────────────────────────────────── *\/\n  .uw-rp-objections {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2px;\n    margin-bottom: 44px;\n  }\n  .uw-rp-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-rp-obj svg {\n    width: 22px; height: 22px;\n    color: var(--uw-gold);\n    flex-shrink: 0;\n  }\n  .uw-rp-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-rp-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-rp-objections {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* ─── SPECS ──────────────────────────────────────────────── *\/\n  .uw-rp-specs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    margin-bottom: 44px;\n  }\n  .uw-rp-specs-col h4 {\n    font-family: 'DM Sans', sans-serif;\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-rp-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-rp-specs-col li {\n    font-size: 12.5px;\n    color: #3a3a3c;\n    line-height: 1.5;\n    padding-left: 12px;\n    position: relative;\n  }\n  .uw-rp-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-rp-specs {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n  }\n\n  \/* ─── CLOSING ────────────────────────────────────────────── *\/\n  .uw-rp-closing {\n    text-align: center;\n    padding: 44px 0 52px;\n    border-top: 1px solid var(--uw-border);\n  }\n  .uw-rp-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-rp-closing-headline em {\n    color: var(--uw-gold);\n    font-style: normal;\n  }\n  .uw-rp-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\u003c!-- GOOGLE FONTS --\u003e\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-ridge-polo\"\u003e\n\n  \u003c!-- 1 · HEADER ─────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-rp-header\"\u003e\n    \u003cdiv class=\"uw-rp-tag\"\u003eCelave \u0026amp; Co — Knitwear\u003c\/div\u003e\n    \u003ch2 class=\"uw-rp-title\"\u003eRidge Polo\u003c\/h2\u003e\n    \u003cp class=\"uw-rp-subtitle\"\u003eWaffle-Knit Long Sleeve Polo — Noir\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2 · INTRO ──────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-rp-intro\"\u003e\n    \u003cp\u003e\n      Some pieces do the talking before you say a word. The Ridge Polo is built on a heavy-gauge waffle-knit construction that holds its shape, catches the light at the right angle, and sits clean against any silhouette — no extra effort required. It's the piece you reach for when the occasion is undefined but your standard can't slip.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      The open-collar design sits flat without forcing it, giving you the polish of a collared shirt without the stiffness. Pair it under a structured coat for something sharper, wear it alone over slim trousers, or throw it into a weekend rotation where most pieces fail to hold up. The Ridge works across all three.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Every finishing detail — the ribbed cuffs, the clean hem, the low-profile collar — is calibrated to look intentional, not assembled. This is the kind of foundational knit a wardrobe gets built around.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3 · DIVIDER ────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-rp-divider\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- 4 · QUALITY GRID ───────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-rp-grid\"\u003e\n\n    \u003c!-- Waffle Construction --\u003e\n    \u003cdiv class=\"uw-rp-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\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\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\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\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-rp-grid-label\"\u003eWaffle Construction\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-grid-sub\"\u003eHeavy-gauge 3D texture that holds form wash after wash\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Open Polo Collar --\u003e\n    \u003cdiv class=\"uw-rp-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-rp-grid-label\"\u003eOpen Collar\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-grid-sub\"\u003eStructured lay-flat collar — no buttons, no fuss\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Ribbed Cuffs \u0026 Hem --\u003e\n    \u003cdiv class=\"uw-rp-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cline x1=\"4\" y1=\"6\" x2=\"20\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"4\" y1=\"9\" x2=\"20\" y2=\"9\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"4\" y1=\"12\" x2=\"20\" y2=\"12\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M4 15 Q12 18 20 15\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rp-grid-label\"\u003eRibbed Finish\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-grid-sub\"\u003eCuffed sleeves and clean hem that don't stretch out\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Slim Structured Fit --\u003e\n    \u003cdiv class=\"uw-rp-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M9 3 L7 6 L7 18 L9 21 L15 21 L17 18 L17 6 L15 3 Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"9\" y1=\"3\" x2=\"15\" y2=\"3\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rp-grid-label\"\u003eSlim Fit\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-grid-sub\"\u003eTailored through the chest — room to move, no excess fabric\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Zero-Logo Minimalism --\u003e\n    \u003cdiv class=\"uw-rp-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        \u003cline x1=\"4.9\" y1=\"4.9\" x2=\"19.1\" y2=\"19.1\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rp-grid-label\"\u003eZero Branding\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-grid-sub\"\u003eNo logos, no noise — the fabric speaks for itself\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Mid-Weight Knit --\u003e\n    \u003cdiv class=\"uw-rp-grid-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M4 12 Q8 6 12 12 Q16 18 20 12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 8 Q8 2 12 8 Q16 14 20 8\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 16 Q8 10 12 16 Q16 22 20 16\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rp-grid-label\"\u003eMid-Weight Knit\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-grid-sub\"\u003eSeason-bridging weight — layerable or standalone\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/grid --\u003e\n\n  \u003c!-- 5 · BADGE STRIP ─────────────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-rp-badges\"\u003e\n    \u003cdiv class=\"uw-rp-badge\"\u003e\n      \u003cdiv class=\"uw-rp-badge-label\"\u003eColorway\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-badge-val\"\u003eNoir\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-rp-badge\"\u003e\n      \u003cdiv class=\"uw-rp-badge-label\"\u003eFit\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-badge-val\"\u003eSlim · True to Size\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-rp-badge\"\u003e\n      \u003cdiv class=\"uw-rp-badge-label\"\u003eDelivery\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-badge-val\"\u003e8–14 Days · UK Shipping\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-rp-badge\"\u003e\n      \u003cdiv class=\"uw-rp-badge-label\"\u003eTracking\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-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-rp-objections\"\u003e\n\n    \u003cdiv class=\"uw-rp-obj\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M12 3 L14 8 L20 8 L15 12 L17 18 L12 14 L7 18 L9 12 L4 8 L10 8 Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rp-obj-q\"\u003eToo casual for the occasion?\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-obj-a\"\u003eThe polo collar and structured waffle texture push this well past casual. It reads refined in any context — think dinner, gallery, rooftop, or a sharp Friday at the office.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-rp-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 4 16 4 9 A8 8 0 0 1 20 9 C20 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-rp-obj-q\"\u003eWill it lose shape over time?\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-obj-a\"\u003eHeavy-gauge knit construction means the structure stays locked. The ribbed cuffs and hem resist stretch-out, so it looks as clean on wear 50 as it does on day one.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-rp-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-rp-obj-q\"\u003eDoes the collar stay flat?\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-obj-a\"\u003eThe collar is woven with enough structure to hold its position naturally. No ironing needed, no awkward flop. It lays clean from the moment you put it on.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-rp-obj\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M3 12 Q3 4 12 4 Q21 4 21 12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M3 12 Q3 20 12 20 Q21 20 21 12\" stroke-linecap=\"round\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rp-obj-q\"\u003eOnly good for one season?\u003c\/div\u003e\n      \u003cdiv class=\"uw-rp-obj-a\"\u003eMid-weight construction makes this the ideal layer between seasons — over a tee in fall, under a coat in winter. You'll find reasons to wear it year-round.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/objections --\u003e\n\n  \u003c!-- 7 · COMPOSITION \u0026 SPECS ─────────────────────────────── --\u003e\n  \u003cdiv class=\"uw-rp-specs\"\u003e\n    \u003cdiv class=\"uw-rp-specs-col\"\u003e\n      \u003ch4\u003eComposition\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eWaffle-knit cotton blend fabric\u003c\/li\u003e\n        \u003cli\u003eHeavy-gauge structured knit\u003c\/li\u003e\n        \u003cli\u003eRibbed collar, cuffs \u0026amp; hem\u003c\/li\u003e\n        \u003cli\u003eOpen-collar placket construction\u003c\/li\u003e\n        \u003cli\u003eLong-sleeve with clean topstitch\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-rp-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-rp-closing\"\u003e\n    \u003cdiv class=\"uw-rp-closing-headline\"\u003e\n      Built for the rotation.\u003cbr\u003e\n      \u003cem\u003eMade to hold its own.\u003c\/em\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"uw-rp-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-ridge-polo --\u003e","brand":"Celave \u0026 Co","offers":[{"title":"S","offer_id":48598392307929,"sku":"Polo-ashford-blue-1","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":48598392340697,"sku":"Polo-ashford-blue-2","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":48598392373465,"sku":"Polo-ashford-blue-3","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":48598392406233,"sku":"Polo-ashford-blue-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_4.png?v=1777730044","url":"https:\/\/celaveandco.com\/products\/polo-ashford","provider":"Celave \u0026 Co","version":"1.0","type":"link"}