{"title":"TAILORED SHIRTS \u0026 POLOS","description":"","products":[{"product_id":"polo-noir-essence","title":"Polo Noir Essence","description":"\u003cstyle\u003e\n  \/* ─── TOKENS ─────────────────────────────────────────────── *\/\n  .uw-ridge-polo {\n    --uw-noir:    #0d0d0d;\n    --uw-slate:   #1c1c1e;\n    --uw-mid:     #3a3a3c;\n    --uw-muted:   #8a8a8e;\n    --uw-light:   #f5f5f5;\n    --uw-white:   #ffffff;\n    --uw-gold:    #c8a96e;\n    --uw-border:  rgba(200,169,110,0.18);\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-noir);\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-gold);\n    line-height: 1.3;\n  }\n  .uw-rp-obj-a {\n    font-size: 12.5px;\n    color: rgba(255,255,255,0.72);\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 · US 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":48598341648601,"sku":"Polo-Noir-Black-1","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":48598341681369,"sku":"Polo-Noir-Black-2","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":48598341714137,"sku":"Polo-Noir-Black-3","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":48598341746905,"sku":"Polo-Noir-Black-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_3.png?v=1777729381"},{"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"},{"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"},{"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"},{"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"},{"product_id":"saint-polo","title":"Saint Polo","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* ── TOKENS ── *\/\n  .uw-saint-polo {\n    --sand: #b8935a;\n    --ink: #2D2D2A;\n    --ash: #f5f5f3;\n    --border: #e0e0da;\n\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ink);\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 4px;\n  }\n\n  \/* ── SECTION 1: HEADER ── *\/\n  .uw-header-tag {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--ink);\n    opacity: 0.5;\n    margin-bottom: 10px;\n  }\n\n  .uw-header-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(44px, 8vw, 72px);\n    line-height: 0.95;\n    letter-spacing: 0.02em;\n    color: var(--sand);\n    margin: 0 0 10px 0;\n  }\n\n  .uw-header-subtitle {\n    font-style: italic;\n    font-weight: 300;\n    font-size: 15px;\n    color: var(--ink);\n    opacity: 0.7;\n    letter-spacing: 0.01em;\n    margin: 0 0 28px 0;\n  }\n\n  \/* ── SECTION 2: INTRO ── *\/\n  .uw-intro p {\n    font-size: 14.5px;\n    line-height: 1.75;\n    color: var(--ink);\n    margin: 0 0 16px 0;\n    font-weight: 300;\n  }\n\n  .uw-intro p:last-child { margin-bottom: 0; }\n\n  \/* ── SECTION 3: DOT DIVIDER ── *\/\n  .uw-divider {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 32px 0;\n  }\n\n  .uw-divider::before,\n  .uw-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--border);\n  }\n\n  .uw-divider-dots {\n    display: flex;\n    gap: 5px;\n  }\n\n  .uw-divider-dots span {\n    width: 4px;\n    height: 4px;\n    border-radius: 50%;\n    background: var(--ink);\n    opacity: 0.3;\n  }\n\n  \/* ── SECTION 4: QUALITY GRID ── *\/\n  .uw-quality-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--ink);\n    opacity: 0.5;\n    margin-bottom: 16px;\n  }\n\n  .uw-quality-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n\n  .uw-quality-item {\n    background: var(--ash);\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    padding: 16px 14px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n\n  .uw-quality-icon { flex-shrink: 0; margin-top: 1px; }\n\n  .uw-quality-item-title {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    color: var(--ink);\n    margin: 0 0 4px 0;\n  }\n\n  .uw-quality-item-desc {\n    font-size: 12.5px;\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1.5;\n    margin: 0;\n    opacity: 0.7;\n  }\n\n  \/* ── SECTION 5: BADGE STRIP ── *\/\n  .uw-badge-strip {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    overflow: hidden;\n    margin: 32px 0;\n  }\n\n  .uw-badge {\n    padding: 14px 10px;\n    text-align: center;\n    background: var(--ash);\n    border-right: 1px solid var(--border);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 5px;\n  }\n\n  .uw-badge:last-child { border-right: none; }\n\n  .uw-badge-label {\n    font-size: 9.5px;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--ink);\n    opacity: 0.5;\n    margin: 0;\n  }\n\n  .uw-badge-value {\n    font-size: 11px;\n    font-weight: 500;\n    color: var(--ink);\n    margin: 0;\n    line-height: 1.3;\n  }\n\n  \/* ── SECTION 6: OBJECTION BREAKERS ── *\/\n  .uw-objections {\n    display: flex;\n    flex-direction: column;\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    overflow: hidden;\n    margin-bottom: 32px;\n  }\n\n  .uw-obj-block {\n    display: flex;\n    gap: 16px;\n    padding: 18px 16px;\n    border-bottom: 1px solid var(--border);\n    background: #fff;\n    align-items: flex-start;\n  }\n\n  .uw-obj-block:last-child { border-bottom: none; }\n\n  .uw-obj-icon { flex-shrink: 0; margin-top: 2px; }\n\n  .uw-obj-title {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--ink);\n    margin: 0 0 5px 0;\n  }\n\n  .uw-obj-text {\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1.6;\n    margin: 0;\n    opacity: 0.75;\n  }\n\n  \/* ── SECTION 7: SPECS ── *\/\n  .uw-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-bottom: 32px;\n  }\n\n  .uw-specs-col-title {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--ink);\n    opacity: 0.5;\n    margin: 0 0 12px 0;\n  }\n\n  .uw-specs-list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .uw-specs-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1.5;\n  }\n\n  .uw-specs-list li::before {\n    content: '';\n    width: 4px;\n    height: 4px;\n    border-radius: 50%;\n    background: var(--ink);\n    opacity: 0.3;\n    flex-shrink: 0;\n    margin-top: 6px;\n  }\n\n  \/* ── SECTION 8: CLOSING ── *\/\n  .uw-closing {\n    border-top: 1px solid var(--border);\n    padding-top: 28px;\n    text-align: center;\n  }\n\n  .uw-closing-headline {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(30px, 6vw, 52px);\n    line-height: 1.0;\n    letter-spacing: 0.03em;\n    color: var(--sand);\n    margin: 0 0 10px 0;\n  }\n\n  .uw-closing-tagline {\n    font-size: 11.5px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--ink);\n    opacity: 0.6;\n    letter-spacing: 0.04em;\n    margin: 0;\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 520px) {\n    .uw-quality-grid { grid-template-columns: 1fr; }\n    .uw-badge-strip { grid-template-columns: repeat(2, 1fr); }\n    .uw-badge:nth-child(2) { border-right: none; }\n    .uw-badge:nth-child(1),\n    .uw-badge:nth-child(2) { border-bottom: 1px solid var(--border); }\n    .uw-specs-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"uw-saint-polo\"\u003e\n\n  \u003c!-- ── 1. HEADER ── --\u003e\n  \u003cp class=\"uw-header-tag\"\u003eCelave \u0026amp; Co — Signature Polo\u003c\/p\u003e\n  \u003ch2 class=\"uw-header-title\"\u003eSaint Polo\u003c\/h2\u003e\n  \u003cp class=\"uw-header-subtitle\"\u003eZip polo collar. Vertical stripe knit. The piece that closes the gap between casual and sharp.\u003c\/p\u003e\n\n  \u003c!-- ── 2. INTRO ── --\u003e\n  \u003cdiv class=\"uw-intro\"\u003e\n    \u003cp\u003eA polo that actually earns its place in the rotation. The Saint Polo starts with a zip collar — not a button placket — which means you control the look in seconds. Fully zipped reads clean and structured. Half open reads confident and relaxed. One piece, two registers, zero effort.\u003c\/p\u003e\n    \u003cp\u003eThe vertical stripe knit isn't decorative — it's structural. The ribbed texture adds visual depth without pattern fatigue, and the alternating weave creates a natural slimming line that works with your silhouette rather than against it. Available in Sand and Black, both built to move through every situation your week throws at you.\u003c\/p\u003e\n    \u003cp\u003eShort sleeve, muscle fit, zero bulk. Throw it on with dark denim and you're done — no layering required, no second-guessing the mirror. The Saint Polo was built to look like you made an effort without making any.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── 3. DIVIDER ── --\u003e\n  \u003cdiv class=\"uw-divider\"\u003e\n    \u003cdiv class=\"uw-divider-dots\"\u003e\n      \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── 4. QUALITY GRID ── --\u003e\n  \u003cp class=\"uw-quality-label\"\u003eCraftsmanship Details\u003c\/p\u003e\n  \u003cdiv class=\"uw-quality-grid\"\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M5 4h12v14a2 2 0 01-2 2H7a2 2 0 01-2-2V4z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 4V3M11 4V3M14 4V3\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 9v6M11 9v6M14 9v6\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eVertical Stripe Knit\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eRibbed weave that adds depth and a natural slimming line — texture that works for you.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003crect x=\"2\" y=\"6\" width=\"18\" height=\"10\" rx=\"2\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M8 6V5a3 3 0 016 0v1\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 11h4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eZip Polo Collar\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eMetal zipper — open, half, or fully zipped. Each position reads like a different outfit.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M3 11c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 11h4M11 3v4M19 11h-4M11 19v-4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eMuscle-Fit Cut\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eTapered through the chest, clean at the hem — built to complement your shape.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003ccircle cx=\"11\" cy=\"11\" r=\"9\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"7\" cy=\"11\" r=\"1.5\" fill=\"#2D2D2A\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"11\" r=\"1.5\" fill=\"#2D2D2A\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 11h4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eTwo Colorways\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eSand for a warm-weather palette. Black for a year-round workhorse. Pick one, buy both.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M11 2l2.5 5.5H19l-4.5 3.5 1.5 5.5L11 13.5 6 16.5l1.5-5.5L3 7.5h5.5L11 2z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linejoin=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eStretch-Cotton Blend\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eMoves with you without losing its shape — comfortable from the first wear, every wear.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M5 6h12M5 11h12M5 16h7\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eClean Hem Finish\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eFlat-lock stitching at the hem and sleeves — no bulk, no rolling, just a clean edge.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── 5. BADGE STRIP ── --\u003e\n  \u003cdiv class=\"uw-badge-strip\"\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n        \u003ccircle cx=\"9\" cy=\"9\" r=\"7.5\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"6\" cy=\"9\" r=\"1.2\" fill=\"#2D2D2A\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"12\" cy=\"9\" r=\"1.2\" fill=\"#2D2D2A\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"uw-badge-label\"\u003eColorways\u003c\/p\u003e\n      \u003cp class=\"uw-badge-value\"\u003eSand \/ Black\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n        \u003cpath d=\"M4 5h10M4 9h10M4 13h6\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"uw-badge-label\"\u003eFit\u003c\/p\u003e\n      \u003cp class=\"uw-badge-value\"\u003eMuscle Fit\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n        \u003crect x=\"2\" y=\"4\" width=\"14\" height=\"11\" rx=\"1.5\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M6 4V3M12 4V3\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M5 9h8M5 12h5\" stroke=\"#2D2D2A\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"uw-badge-label\"\u003eDelivery\u003c\/p\u003e\n      \u003cp class=\"uw-badge-value\"\u003e8–14 Days US\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n        \u003cpath d=\"M9 2l1.8 3.8 4.2.6-3 3 .7 4.2L9 11.5l-3.7 2.1.7-4.2-3-3 4.2-.6L9 2z\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" stroke-linejoin=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"uw-badge-label\"\u003eTracking\u003c\/p\u003e\n      \u003cp class=\"uw-badge-value\"\u003eFull Tracking\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── 6. OBJECTION BREAKERS ── --\u003e\n  \u003cdiv class=\"uw-objections\"\u003e\n\n    \u003cdiv class=\"uw-obj-block\"\u003e\n      \u003cdiv class=\"uw-obj-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M11 3a8 8 0 100 16A8 8 0 0011 3z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 11l2 2 4-4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-obj-title\"\u003eIs a polo too dressy for everyday wear?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eThe zip collar removes the stiffness of a traditional polo. It wears like a premium tee but reads sharper — no formality required.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-obj-block\"\u003e\n      \u003cdiv class=\"uw-obj-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M4 11h14M14 7l4 4-4 4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-obj-title\"\u003eWill the stripe pattern make me look wider?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eVertical stripes work the opposite way — they draw the eye up and down, creating length and a cleaner, leaner silhouette.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-obj-block\"\u003e\n      \u003cdiv class=\"uw-obj-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M3 17l4-4 3 3 4-5 4 4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-obj-title\"\u003eDoes the knit fabric hold up after washing?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003ePre-shrunk and colorfast. The ribbed structure stays tight — no stretching at the collar, no pilling on the body.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-obj-block\"\u003e\n      \u003cdiv class=\"uw-obj-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M11 2v4M11 16v4M2 11h4M16 11h4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"11\" cy=\"11\" r=\"4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-obj-title\"\u003eWhich colorway should I go for?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eSand is the warm-weather standout — pairs with navy, white, and tan. Black is the everyday workhorse — pairs with everything, works every season.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── 7. COMPOSITION \/ SPECS ── --\u003e\n  \u003cdiv class=\"uw-specs-grid\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"uw-specs-col-title\"\u003eComposition\u003c\/p\u003e\n      \u003cul class=\"uw-specs-list\"\u003e\n        \u003cli\u003eStretch-cotton ribbed knit\u003c\/li\u003e\n        \u003cli\u003eVertical stripe jacquard weave\u003c\/li\u003e\n        \u003cli\u003eColorfast finish — Sand \u0026amp; Black\u003c\/li\u003e\n        \u003cli\u003eFlat-lock seam construction\u003c\/li\u003e\n        \u003cli\u003ePolo spread collar with structured banding\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"uw-specs-col-title\"\u003eSpecifications\u003c\/p\u003e\n      \u003cul class=\"uw-specs-list\"\u003e\n        \u003cli\u003eQuarter-zip metal pull closure\u003c\/li\u003e\n        \u003cli\u003eShort sleeve, muscle-fit cut\u003c\/li\u003e\n        \u003cli\u003eClean straight hem\u003c\/li\u003e\n        \u003cli\u003eSizes: S \/ M \/ L \/ XL \/ XXL\u003c\/li\u003e\n        \u003cli\u003eMachine wash cold, hang dry\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-closing\"\u003e\n    \u003ch3 class=\"uw-closing-headline\"\u003eLooks like effort.\u003cbr\u003eTakes none.\u003c\/h3\u003e\n    \u003cp class=\"uw-closing-tagline\"\u003eDesigned for daily rotation — limited production runs — no constant restocks.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Celave \u0026 Co","offers":[{"title":"S \/ Beige","offer_id":48606228971737,"sku":"Saint-Polo-5225","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"S \/ Black","offer_id":48606229004505,"sku":"Saint-Polo-5224","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"M \/ Beige","offer_id":48606229037273,"sku":"Saint-Polo-5227","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"M \/ Black","offer_id":48606229070041,"sku":"Saint-Polo-5226","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"L \/ Beige","offer_id":48606229102809,"sku":"Saint-Polo-5229","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"L \/ Black","offer_id":48606229135577,"sku":"Saint-Polo-5228","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"XL \/ Beige","offer_id":48606229168345,"sku":"Saint-Polo-5231","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"XL \/ Black","offer_id":48606229201113,"sku":"Saint-Polo-5230","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"XXL \/ Beige","offer_id":48606229233881,"sku":"Saint-Polo-5233","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"XXL \/ Black","offer_id":48606229266649,"sku":"Saint-Polo-5232","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_23.png?v=1777817818"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/5793\/9673\/collections\/Celave__Co-Autoral_Directs_5.png?v=1778604907","url":"https:\/\/celaveandco.com\/collections\/studio-vane.oembed","provider":"Celave \u0026 Co","version":"1.0","type":"link"}