{"title":"TROUSERS","description":"","products":[{"product_id":"legacy-tailored","title":"Legacy Tailored","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-legacy-tailored {\n    --slate: #4d6475;\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(--slate);\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(--slate);\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-legacy-tailored\"\u003e\n\n  \u003c!-- ── 1. HEADER ── --\u003e\n  \u003cp class=\"uw-header-tag\"\u003eCelave \u0026amp; Co — Tailored\u003c\/p\u003e\n  \u003ch2 class=\"uw-header-title\"\u003eLegacy Tailored\u003c\/h2\u003e\n  \u003cp class=\"uw-header-subtitle\"\u003ePrince of Wales check. Tapered fit. The trouser that earns its place at every table.\u003c\/p\u003e\n\n  \u003c!-- ── 2. INTRO ── --\u003e\n  \u003cdiv class=\"uw-intro\"\u003e\n    \u003cp\u003eMost men own trousers. Very few own the right ones. The Legacy Tailored was built around the one pattern that never goes out of rotation — a subdued Prince of Wales check in steel blue, woven tight enough to read clean across the room without demanding a full suit around it. Pair it with a crisp white tee and a tan belt. You already know how that looks.\u003c\/p\u003e\n    \u003cp\u003eThe cut is tapered from the thigh through the ankle — structured enough to carry formal occasions, relaxed enough that you'll actually reach for it on a regular Wednesday. No pleats, no excess fabric at the seat, no break at the hem that ruins the line. Just a clean, deliberate silhouette that works whether you're sitting across from a client or walking into a dinner reservation.\u003c\/p\u003e\n    \u003cp\u003eThe check is subtle but it's there — grey-on-blue tones that catch the light without shouting. The kind of detail that gets noticed by the right people without being obvious about it. That's the whole point of tailored.\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          \u003crect x=\"3\" y=\"3\" width=\"16\" height=\"16\" rx=\"1.5\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M3 8h16M3 13h16M8 3v16M13 3v16\" stroke=\"#2D2D2A\" stroke-width=\"1.1\" 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\"\u003ePrince of Wales Check\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eSubdued grey-on-blue weave — the check that reads refined, not loud.\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=\"M6 3h10l2 6H4L6 3z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 9h14v9a1 1 0 01-1 1H5a1 1 0 01-1-1V9z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eTapered Leg Cut\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eClean from thigh to ankle — no excess fabric, no break that disrupts the line.\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 3c-4.4 0-8 3.6-8 8\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M11 3c4.4 0 8 3.6 8 8\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 11c0 4.4 3.6 8 8 8s8-3.6 8-8\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"11\" cy=\"11\" r=\"2.5\" 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-quality-item-title\"\u003eWool-Blend Fabric\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eMid-weight construction — drapes cleanly, holds its crease, breathes across long days.\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 10h12M5 14h8\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M15 14l2 2-2 2\" 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-quality-item-title\"\u003eFlat-Front Construction\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eNo pleats, no excess at the seat — just a flat, clean front that lets the fit speak.\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=\"M4 7a2 2 0 012-2h10a2 2 0 012 2v2H4V7z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 9h14v9a1 1 0 01-1 1H5a1 1 0 01-1-1V9z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 13h4\" 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\"\u003eFunctional Side Pockets\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eClean angled entry — no bulging, no distortion to the front panel when in use.\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\"\u003eCrease-Resistant Finish\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eHolds its line from morning meeting to late dinner — no iron required mid-day.\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        \u003crect x=\"2\" y=\"2\" width=\"14\" height=\"14\" rx=\"1\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M2 7h14M2 12h14M7 2v14M12 2v14\" stroke=\"#2D2D2A\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"uw-badge-label\"\u003eColorway\u003c\/p\u003e\n      \u003cp class=\"uw-badge-value\"\u003eSteel Blue\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\"\u003eTapered\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 check pattern hard to style?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eThis check is tonal — grey lines on blue ground. It reads as texture from a distance and pairs cleanly with white, navy, and brown. No pattern clash risk.\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\"\u003eCan I wear tailored trousers casually?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eThat's exactly the play. White tee, tan belt, clean sneaker or loafer. The trouser elevates everything above it without demanding a blazer.\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\"\u003eWill they crease heavily through the day?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eCrease-resistant finish built into the fabric. You'll get through a full day — sitting, commuting, dinner — without losing the line.\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\"\u003eHow does the tapered fit feel to wear?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eThe taper starts mid-thigh and follows the leg naturally. It's structured on the outside — comfortable on the inside. Not skinny, not wide. Just right.\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\u003eWool-blend mid-weight suiting fabric\u003c\/li\u003e\n        \u003cli\u003ePrince of Wales check — Steel Blue\u003c\/li\u003e\n        \u003cli\u003eCrease-resistant finish\u003c\/li\u003e\n        \u003cli\u003eFlat-front construction, no pleats\u003c\/li\u003e\n        \u003cli\u003eFully lined interior for clean drape\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\u003eTapered leg — structured thigh, clean ankle\u003c\/li\u003e\n        \u003cli\u003eFunctional angled side pockets\u003c\/li\u003e\n        \u003cli\u003eBack welt pockets\u003c\/li\u003e\n        \u003cli\u003eHook-and-bar waistband closure\u003c\/li\u003e\n        \u003cli\u003eSizes: 28 \/ 30 \/ 32 \/ 34 \/ 36\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\"\u003eThe right trouser.\u003cbr\u003eChanges everything above it.\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":"30","offer_id":48606233657561,"sku":"Legacy-Tailored-42","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48606233690329,"sku":"Legacy-Tailored-43","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48606233723097,"sku":"Legacy-Tailored-44","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48606233755865,"sku":"Legacy-Tailored-45","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48606233788633,"sku":"Legacy-Tailored-46","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_32.png?v=1777818949"},{"product_id":"essential-tailored","title":"Essential Tailored","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-essential-tailored {\n    --grey: #7d8a92;\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(--grey);\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    font-weight: 300;\n    margin: 0 0 16px 0;\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(--grey);\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-essential-tailored\"\u003e\n\n  \u003c!-- ── 1. HEADER ── --\u003e\n  \u003cp class=\"uw-header-tag\"\u003eCelave \u0026amp; Co — Tailored\u003c\/p\u003e\n  \u003ch2 class=\"uw-header-title\"\u003eEssential Tailored\u003c\/h2\u003e\n  \u003cp class=\"uw-header-subtitle\"\u003eSlim tapered fit. Ankle zip. The grey trouser that belongs in every serious rotation.\u003c\/p\u003e\n\n  \u003c!-- ── 2. INTRO ── --\u003e\n  \u003cdiv class=\"uw-intro\"\u003e\n    \u003cp\u003eGrey is the most underestimated neutral in menswear. The right shade — not too dark, not too washed — goes with white, black, navy, camel, and everything in between. The Essential Tailored gets the grey exactly right: a cool, light tone that keeps the look fresh while the slim cut keeps it sharp. This isn't a trouser you reach for when nothing else works. It's the one you reach for first.\u003c\/p\u003e\n    \u003cp\u003eThe ankle zip is the detail that separates it. Fully closed, it sits clean at the ankle — no excess fabric pooling at the shoe. Partially open, it lets the trouser break over a chunky sneaker without bunching. One adjustment, two completely different aesthetics. The kind of versatility that makes getting dressed faster, not harder.\u003c\/p\u003e\n    \u003cp\u003eSlim from the waist, tapered through the leg, clean at the hem. The Essential Tailored pairs with a white tee and stays elevated. Throw on a blazer and it holds its own in a room that expects more. That's what a true essential does — it adapts without asking anything from you.\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=\"M7 3h8l2 16H5L7 3z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 3l-.5 16M13 3l.5 16\" stroke=\"#2D2D2A\" stroke-width=\"1.1\" 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\"\u003eSlim Tapered Leg\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eFollows the line of the leg from waist to ankle — structured without restricting movement.\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 19V8\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 16l3 3 3-3\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003crect x=\"2\" y=\"6\" width=\"18\" height=\"4\" rx=\"1.5\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M9 8h4\" 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\"\u003eAnkle Zip Closure\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eMetal zip at each ankle — clean shut or cracked open over a sneaker. Both look intentional.\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          \u003cpath d=\"M7 11c1-2.5 2.5-3.5 4-3.5s3 1 4 3.5\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 11c1 2.5 2.5 3.5 4 3.5s3-1 4-3.5\" 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\"\u003eStretch-Blend Fabric\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eFour-way stretch construction — moves with you, recovers its shape after 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=\"M4 6h14v2H4z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\" rx=\"1\"\u003e\u003c\/path\u003e\n          \u003crect x=\"4\" y=\"6\" width=\"14\" height=\"2\" rx=\"1\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M6 8v10M16 8v10\" stroke=\"#2D2D2A\" stroke-width=\"1.1\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 18h10\" 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\"\u003eContrast Waistband\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eBlack inner waistband detail — a sharp finish that shows when the tee comes untucked.\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\"\u003eCrease-Resistant Finish\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eHolds the line from morning to night — sit, commute, stand. No ironing mid-day.\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 Flat Front\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eNo pleats, no excess fabric — a flat front panel that keeps the silhouette minimal.\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=\"9\" cy=\"9\" r=\"3.5\" fill=\"#2D2D2A\" opacity=\"0.1\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"9\" cy=\"9\" r=\"1.2\" fill=\"#2D2D2A\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"uw-badge-label\"\u003eColorway\u003c\/p\u003e\n      \u003cp class=\"uw-badge-value\"\u003eLight Grey\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\"\u003eSlim Tapered\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\"\u003eWon't light grey show every crease?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eThe crease-resistant finish handles that. This fabric is engineered to hold its surface — no iron halfway through the day, no visible sitting creases by the time you stand up.\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\"\u003eIs slim tapered too restrictive?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eThe stretch blend solves that. The fit reads slim — the fabric moves like an athletic cut. You'll forget you're wearing tailored trousers.\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\"\u003eWhat's the point of the ankle zip?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eClosed: the hem sits perfectly over your shoe — no bunching, no excess. Open: the trouser stacks cleanly over a chunky sole. It's a small detail that changes the whole bottom half of your fit.\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\"\u003eCan I dress this up and down?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eGrey is the most versatile neutral you own. White tee and clean sneakers for casual. Button-down and derby for sharp. The trouser holds both registers without looking like a compromise.\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\u003eFour-way stretch suiting blend\u003c\/li\u003e\n        \u003cli\u003eCrease-resistant finish — Light Grey\u003c\/li\u003e\n        \u003cli\u003eContrast black inner waistband\u003c\/li\u003e\n        \u003cli\u003eFlat-front construction, no pleats\u003c\/li\u003e\n        \u003cli\u003eClean finished hem at ankle\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\u003eSlim tapered leg — waist to ankle\u003c\/li\u003e\n        \u003cli\u003eMetal ankle zip closure on each leg\u003c\/li\u003e\n        \u003cli\u003eFunctional angled side pockets\u003c\/li\u003e\n        \u003cli\u003eButton and hook waistband closure\u003c\/li\u003e\n        \u003cli\u003eSizes: 28 \/ 30 \/ 32 \/ 34 \/ 36\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\"\u003eGrey done right.\u003cbr\u003eReaches for everything.\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":"30","offer_id":48606250336473,"sku":"Essential-Tailored-221","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48606250369241,"sku":"Essential-Tailored-222","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48606250402009,"sku":"Essential-Tailored-223","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48606250434777,"sku":"Essential-Tailored-224","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48606250467545,"sku":"Essential-Tailored-225","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_34.png?v=1777819564"},{"product_id":"saint-linen","title":"Saint Linen","description":"\u003cstyle\u003e\n  \/* ── TOKENS ── *\/\n  .uw-saint-linen {\n    --linen: #a89880;\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(--linen);\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    font-weight: 300;\n    margin: 0 0 16px 0;\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 { display: flex; gap: 5px; }\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(--linen);\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\u003cdiv class=\"uw-saint-linen\"\u003e\n\u003c!-- ── 1. HEADER ── --\u003e\n\u003cp class=\"uw-header-tag\"\u003eCelave \u0026amp; Co — Linen Set\u003c\/p\u003e\n\u003ch2 class=\"uw-header-title\"\u003eSaint Linen\u003c\/h2\u003e\n\u003cp class=\"uw-header-subtitle\"\u003eLinen shirt. Striped linen trousers. The set that makes getting dressed the easiest decision of your day.\u003c\/p\u003e\n\u003c!-- ── 2. INTRO ── --\u003e\n\u003cdiv class=\"uw-intro\"\u003e\n\u003cp\u003eSome looks take work. The Saint Linen isn't one of them. Two pieces — a relaxed linen shirt in white and a stripe-woven linen trouser in warm sand — cut from the same intention: effortless, put-together, done. No second-guessing what goes with what. No overthinking the palette. Just reach for both and walk out looking like you planned it the night before.\u003c\/p\u003e\n\u003cp\u003eThe shirt is loose-weave linen with just enough texture to keep it interesting — classic camp collar, button front, sleeves made for rolling. The kind of shirt that looks better slightly open, slightly worn-in. The trousers run with a relaxed straight leg and a subtle vertical stripe that adds movement without pattern noise — easy on the eye, clean on the body.\u003c\/p\u003e\n\u003cp\u003eTogether they read resort-casual. Apart, each piece holds its own against the rest of your wardrobe. The shirt over dark chinos, the trousers under a fitted tee — both work without the other. The Saint Linen was built to be worn as a set and styled as two separate weapons. That's what makes it worth owning.\u003c\/p\u003e\n\u003c\/div\u003e\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\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003cdiv class=\"uw-quality-item\"\u003e\n\u003cdiv class=\"uw-quality-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M6 3h10v16H6z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 3v16M10 3v16M12 3v16M14 3v16\" stroke=\"#2D2D2A\" stroke-width=\"0.8\" stroke-linecap=\"round\" opacity=\"0.35\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-quality-item-title\"\u003eLoose-Weave Linen\u003c\/p\u003e\n\u003cp class=\"uw-quality-item-desc\"\u003eBreathes in warm weather, softens with every wash — the texture that defines summer dressing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003cdiv class=\"uw-quality-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M11 3L5 8v11h12V8L11 3z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8v13M14 8v13\" stroke=\"#2D2D2A\" stroke-width=\"1.1\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M11 3v5\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-quality-item-title\"\u003eMatched Two-Piece\u003c\/p\u003e\n\u003cp class=\"uw-quality-item-desc\"\u003eShirt and trouser cut from the same linen family — a cohesive palette that works instantly together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003cdiv class=\"uw-quality-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M7 3h8v4l2 2v10H5V9l2-2V3z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 3v4h4V3\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M11 10v5\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-quality-item-title\"\u003eRelaxed Shirt Fit\u003c\/p\u003e\n\u003cp class=\"uw-quality-item-desc\"\u003eSlightly oversized drape — tuck for structure, leave out for ease. Looks right either way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003cdiv class=\"uw-quality-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M5 4h12v15H5z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 4v15M11 4v15M14 4v15\" stroke=\"#2D2D2A\" stroke-width=\"0.9\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-quality-item-title\"\u003eStripe-Woven Trouser\u003c\/p\u003e\n\u003cp class=\"uw-quality-item-desc\"\u003eVertical stripe in warm sand — woven into the fabric, not printed. Keeps its definition wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003cdiv class=\"uw-quality-icon\"\u003e\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-quality-item-title\"\u003eStraight Leg Cut\u003c\/p\u003e\n\u003cp class=\"uw-quality-item-desc\"\u003eRelaxed through the thigh with a clean straight fall — easy-wearing without looking unstructured.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003cdiv class=\"uw-quality-icon\"\u003e\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-quality-item-title\"\u003eVersatile Separately\u003c\/p\u003e\n\u003cp class=\"uw-quality-item-desc\"\u003eEach piece works alone — shirt with dark chinos, trousers with a fitted tee. Double the outfits, one purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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.4\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"12\" cy=\"9\" r=\"1.2\" fill=\"#2D2D2A\" opacity=\"0.4\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M7.5 9h3\" stroke=\"#2D2D2A\" stroke-width=\"1\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cp class=\"uw-badge-label\"\u003eIncludes\u003c\/p\u003e\n\u003cp class=\"uw-badge-value\"\u003eShirt + Pants\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\"\u003eRelaxed\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\u003c!-- ── 6. OBJECTION BREAKERS ── --\u003e\n\u003cdiv class=\"uw-objections\"\u003e\n\u003cdiv class=\"uw-obj-block\"\u003e\n\u003cdiv class=\"uw-obj-icon\"\u003e\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-obj-title\"\u003eWon't linen wrinkle too much?\u003c\/p\u003e\n\u003cp class=\"uw-obj-text\"\u003eLinen wrinkles — that's part of the character. On a relaxed cut like this, it adds texture rather than looking sloppy. It's the crumple that makes it look lived-in, not unfinished.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-obj-block\"\u003e\n\u003cdiv class=\"uw-obj-icon\"\u003e\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-obj-title\"\u003eIs a matching set too much?\u003c\/p\u003e\n\u003cp class=\"uw-obj-text\"\u003eTonal sets in neutral palettes never read as costume. White and sand sit far enough apart to look intentionally coordinated — not matched like a uniform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-obj-block\"\u003e\n\u003cdiv class=\"uw-obj-icon\"\u003e\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-obj-title\"\u003eCan I wear the pieces separately?\u003c\/p\u003e\n\u003cp class=\"uw-obj-text\"\u003eThat's the whole point of buying a set. The shirt pulls over dark chinos or navy shorts. The trousers pair with a white tee or a fitted knit. Two pieces, six outfits minimum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-obj-block\"\u003e\n\u003cdiv class=\"uw-obj-icon\"\u003e\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-obj-title\"\u003eIs the relaxed fit flattering?\u003c\/p\u003e\n\u003cp class=\"uw-obj-text\"\u003eThe shirt skims the torso without clinging — loose enough to breathe, structured enough to tuck when you want it sharp. The trousers sit clean at the waist with a straight fall that works on every build.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 7. COMPOSITION \/ SPECS ── --\u003e\n\u003cdiv class=\"uw-specs-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-specs-col-title\"\u003eShirt\u003c\/p\u003e\n\u003cul class=\"uw-specs-list\"\u003e\n\u003cli\u003e100% loose-weave linen — White\u003c\/li\u003e\n\u003cli\u003eClassic spread collar, button front\u003c\/li\u003e\n\u003cli\u003eRelaxed fit — slightly oversized drape\u003c\/li\u003e\n\u003cli\u003eRoll-sleeve cuff, no button loop\u003c\/li\u003e\n\u003cli\u003eChest patch pocket\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"uw-specs-col-title\"\u003eTrousers\u003c\/p\u003e\n\u003cul class=\"uw-specs-list\"\u003e\n\u003cli\u003eLinen-blend stripe weave — Sand\u003c\/li\u003e\n\u003cli\u003eStraight leg, relaxed through the thigh\u003c\/li\u003e\n\u003cli\u003eElasticated drawstring waistband\u003c\/li\u003e\n\u003cli\u003eFunctional side and back pockets\u003c\/li\u003e\n\u003cli\u003eSizes: S \/ M \/ L \/ XL \/ XXL\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 8. CLOSING ── --\u003e\n\u003cdiv class=\"uw-closing\"\u003e\n\u003ch3 class=\"uw-closing-headline\"\u003eTwo pieces.\u003cbr\u003eOne decision. Every time.\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\u003c\/div\u003e","brand":"Celave \u0026 Co","offers":[{"title":"30","offer_id":48606254072025,"sku":"Saint-Linen-44","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48606254104793,"sku":"Saint-Linen-45","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48606254137561,"sku":"Saint-Linen-46","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48606254170329,"sku":"Saint-Linen-47","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48606254203097,"sku":"Saint-Linen-48","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_39.png?v=1777820060"},{"product_id":"venturi-linen","title":"Venturi Linen","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .uw-venturi {\n    --linen:  #b8956a;\n    --ink:    #2D2D2A;\n    --ash:    #f5f5f3;\n    --border: #e0e0da;\n    --muted:  rgba(45,45,42,.45);\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ink);\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 4px 64px;\n  }\n  .uw-venturi * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* 1 — HEADER *\/\n  .uw-v-header { padding: 48px 0 28px; }\n  .uw-v-tag {\n    display: inline-block;\n    font-size: 10px; font-weight: 500;\n    letter-spacing: .22em; text-transform: uppercase;\n    color: var(--ink); opacity: .4; margin-bottom: 12px;\n  }\n  .uw-v-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(52px,10vw,80px);\n    line-height: .93; letter-spacing: .02em;\n    color: var(--linen); margin-bottom: 12px;\n  }\n  .uw-v-subtitle {\n    font-style: italic; font-weight: 300;\n    font-size: 15px; color: var(--ink);\n    opacity: .6; line-height: 1.6;\n  }\n\n  \/* 2 — INTRO *\/\n  .uw-v-intro { padding: 28px 0 0; display: flex; flex-direction: column; gap: 16px; }\n  .uw-v-intro p { font-size: 14.5px; font-weight: 300; line-height: 1.78; color: var(--ink); }\n\n  \/* 3 — DIVIDER *\/\n  .uw-v-divider {\n    display: flex; align-items: center; justify-content: center;\n    gap: 10px; margin: 40px 0;\n  }\n  .uw-v-divider span {\n    width: 5px; height: 5px; border-radius: 50%;\n    background: var(--linen); opacity: .5;\n  }\n  .uw-v-divider span:nth-child(2) { opacity: .95; transform: scale(1.3); }\n\n  \/* 4 — QUALITY GRID *\/\n  .uw-v-grid-label {\n    font-size: 10px; font-weight: 500; letter-spacing: .2em;\n    text-transform: uppercase; color: var(--ink); opacity: .38; margin-bottom: 18px;\n  }\n  .uw-v-grid {\n    display: grid; grid-template-columns: repeat(3,1fr);\n    gap: 2px; margin-bottom: 40px;\n  }\n  .uw-v-cell {\n    background: var(--ash); padding: 22px 18px;\n    display: flex; flex-direction: column; gap: 12px;\n  }\n  .uw-v-cell svg { width: 28px; height: 28px; flex-shrink: 0; }\n  .uw-v-cell-name { font-size: 11.5px; font-weight: 500; letter-spacing: .03em; color: var(--ink); line-height: 1.3; }\n  .uw-v-cell-desc { font-size: 12px; font-weight: 300; color: var(--ink); opacity: .58; line-height: 1.5; }\n  @media(max-width:540px){ .uw-v-grid { grid-template-columns: repeat(2,1fr); } }\n\n  \/* 5 — BADGE STRIP *\/\n  .uw-v-badges {\n    display: grid; grid-template-columns: repeat(4,1fr);\n    gap: 2px; margin-bottom: 40px;\n  }\n  .uw-v-badge {\n    background: var(--ash); padding: 18px 10px;\n    display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center;\n    border: 1px solid var(--border);\n  }\n  .uw-v-badge svg { width: 20px; height: 20px; }\n  .uw-v-badge-label {\n    font-size: 9.5px; font-weight: 500; letter-spacing: .14em;\n    text-transform: uppercase; color: var(--ink); line-height: 1.45;\n  }\n  @media(max-width:540px){ .uw-v-badges { grid-template-columns: repeat(2,1fr); } }\n\n  \/* 6 — OBJECTIONS *\/\n  .uw-v-obj-label {\n    font-size: 10px; font-weight: 500; letter-spacing: .2em;\n    text-transform: uppercase; color: var(--ink); opacity: .38; margin-bottom: 18px;\n  }\n  .uw-v-objections { display: flex; flex-direction: column; gap: 2px; margin-bottom: 40px; }\n  .uw-v-obj { background: var(--ash); padding: 20px 20px 20px 64px; position: relative; }\n  .uw-v-obj-icon { position: absolute; left: 18px; top: 20px; width: 28px; height: 28px; }\n  .uw-v-obj-q {\n    font-size: 12.5px; font-weight: 500; letter-spacing: .02em;\n    color: var(--linen); margin-bottom: 6px; line-height: 1.4;\n  }\n  .uw-v-obj-a { font-size: 13.5px; font-weight: 300; color: var(--ink); line-height: 1.65; }\n\n  \/* 7 — SPECS *\/\n  .uw-v-specs-wrap {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 2px; margin-bottom: 40px;\n  }\n  .uw-v-specs-col { background: var(--ash); padding: 24px 20px; }\n  .uw-v-specs-col-label {\n    font-size: 10px; font-weight: 500; letter-spacing: .2em;\n    text-transform: uppercase; color: var(--ink); opacity: .38; margin-bottom: 18px;\n  }\n  .uw-v-spec-row {\n    display: flex; justify-content: space-between; align-items: baseline;\n    gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--border);\n  }\n  .uw-v-spec-row:last-child { border-bottom: none; }\n  .uw-v-spec-k { font-size: 11.5px; font-weight: 400; color: var(--ink); opacity: .48; white-space: nowrap; }\n  .uw-v-spec-v { font-size: 12px; font-weight: 400; color: var(--ink); text-align: right; }\n  @media(max-width:540px){ .uw-v-specs-wrap { grid-template-columns: 1fr; } }\n\n  \/* 8 — CLOSING *\/\n  .uw-v-closing { text-align: center; padding: 8px 0 0; }\n  .uw-v-closing-rule { height: 1px; background: var(--border); margin-bottom: 32px; }\n  .uw-v-closing-headline {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(32px,6vw,52px); line-height: 1.0;\n    letter-spacing: .03em; color: var(--linen); margin-bottom: 14px;\n  }\n  .uw-v-closing-tagline {\n    font-size: 11.5px; font-weight: 300; letter-spacing: .06em;\n    color: var(--ink); opacity: .45; text-transform: uppercase;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"uw-venturi\"\u003e\n\u003c!-- 1 · HEADER --\u003e\n\u003cdiv class=\"uw-v-header\"\u003e\n\u003cdiv class=\"uw-v-tag\"\u003eLinen Trousers\u003c\/div\u003e\n\u003ch2 class=\"uw-v-title\"\u003eVenturi Linen\u003c\/h2\u003e\n\u003cp class=\"uw-v-subtitle\"\u003eWoven to breathe. Cut to last all day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 · INTRO --\u003e\n\u003cdiv class=\"uw-v-intro\"\u003e\n\u003cp\u003eMost linen trousers make you c\u003cimg\u003ehoose — comfort or structure. The Venturi doesn't ask you to pick. A relaxed taper with a clean hemline keeps the silhouette sharp whether you're pairing it with leather sneakers or loafers, a fitted tee or an open shirt.\u003c\/p\u003e\n\u003cp\u003eThe fabric carries the look on its own. A medium-weight linen weave with natural texture variation — warm sand that shifts slightly in different light. It breathes in summer heat, holds its shape through long days, and improves the more you wear it.\u003c\/p\u003e\n\u003cp\u003eThe rope drawstring reads as a detail, not a compromise. Backed by an elastic waistband, the fit adjusts without losing its shape. The slash pockets sit flat against the leg. Everything here was chosen to disappear into the outfit — which is exactly the point.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 · DIVIDER --\u003e\n\u003cdiv class=\"uw-v-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- 4 · QUALITY GRID --\u003e\n\u003cdiv class=\"uw-v-grid-label\"\u003eCraftsmanship Details\u003c\/div\u003e\n\u003cdiv class=\"uw-v-grid\"\u003e\n\u003cdiv class=\"uw-v-cell\"\u003e\n\u003c!-- SVG: Woven textile grid --\u003e \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"2\" y=\"2\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".9\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"8\" y=\"2\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".45\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"14\" y=\"2\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".9\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"2\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".45\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"2\" y=\"8\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".45\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"8\" y=\"8\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".9\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"14\" y=\"8\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".45\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"8\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".9\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"2\" y=\"14\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".9\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"8\" y=\"14\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".45\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"14\" y=\"14\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".9\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"14\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".45\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"2\" y=\"20\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".45\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"8\" y=\"20\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".9\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"14\" y=\"20\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".45\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"20\" y=\"20\" width=\"4\" height=\"4\" fill=\"#b8956a\" opacity=\".9\"\u003e\u003c\/rect\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-v-cell-name\"\u003eNatural Linen Weave\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell-desc\"\u003eMedium-weight fabric. Breathes in heat, holds structure all day.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell\"\u003e\n\u003c!-- SVG: Tapered trouser silhouette --\u003e \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M7 2 L13 2 L16 26 L10 26 Z\" fill=\"#b8956a\" opacity=\".8\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M15 2 L21 2 L19 26 L14 26 Z\" fill=\"#b8956a\" opacity=\".45\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"7\" y1=\"2\" x2=\"21\" y2=\"2\" stroke=\"#b8956a\" stroke-width=\"1.5\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-v-cell-name\"\u003eRelaxed Tapered Fit\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell-desc\"\u003eFull through the seat and thigh. Narrows cleanly to a structured ankle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell\"\u003e\n\u003c!-- SVG: Drawstring + knot ends --\u003e \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"3\" y=\"10\" width=\"22\" height=\"5\" rx=\"1\" stroke=\"#b8956a\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M11 10 Q14 5.5 17 10\" stroke=\"#b8956a\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"12\" y1=\"15\" x2=\"10\" y2=\"22\" stroke=\"#b8956a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"16\" y1=\"15\" x2=\"18\" y2=\"22\" stroke=\"#b8956a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003ccircle cx=\"10\" cy=\"22.5\" r=\"1.5\" fill=\"#b8956a\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"18\" cy=\"22.5\" r=\"1.5\" fill=\"#b8956a\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-v-cell-name\"\u003eRope Drawstring Waist\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell-desc\"\u003eElastic-backed waistband with visible cord. Adjustable without losing shape.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell\"\u003e\n\u003c!-- SVG: Slash pocket cutline --\u003e \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"3\" y=\"3\" width=\"22\" height=\"22\" rx=\"1\" stroke=\"#b8956a\" stroke-width=\"1\" fill=\"none\" opacity=\".25\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M5 7 Q11 15 5 23\" stroke=\"#b8956a\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"5\" y1=\"7\" x2=\"11\" y2=\"7\" stroke=\"#b8956a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"5\" y1=\"23\" x2=\"11\" y2=\"23\" stroke=\"#b8956a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-v-cell-name\"\u003eSide Slash Pockets\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell-desc\"\u003eDeep and flat-lying. Won't break the silhouette from the front.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell\"\u003e\n\u003c!-- SVG: Color circle with texture marks --\u003e \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"14\" cy=\"14\" r=\"10\" fill=\"#b8956a\" opacity=\".15\" stroke=\"#b8956a\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"14\" cy=\"14\" r=\"5.5\" fill=\"#b8956a\" opacity=\".75\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"6\" y1=\"22\" x2=\"9\" y2=\"19\" stroke=\"#b8956a\" stroke-width=\"1\" opacity=\".35\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"19\" y1=\"6\" x2=\"22\" y2=\"9\" stroke=\"#b8956a\" stroke-width=\"1\" opacity=\".35\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-v-cell-name\"\u003eWarm Sand Colorway\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell-desc\"\u003eA neutral that pairs with everything — light enough for summer, grounded enough year-round.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell\"\u003e\n\u003c!-- SVG: Clean hem lines --\u003e \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cline x1=\"5\" y1=\"7\" x2=\"23\" y2=\"7\" stroke=\"#b8956a\" stroke-width=\"1.2\" opacity=\".35\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"6\" y1=\"20\" x2=\"22\" y2=\"20\" stroke=\"#b8956a\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"7\" y1=\"23\" x2=\"21\" y2=\"23\" stroke=\"#b8956a\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\".5\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M6 20 Q14 13 22 20\" stroke=\"#b8956a\" stroke-width=\"1\" fill=\"none\" opacity=\".25\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-v-cell-name\"\u003eClean Finished Hem\u003c\/div\u003e\n\u003cdiv class=\"uw-v-cell-desc\"\u003eCrisp hemline that holds after washing. No fraying, no bulk at the ankle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 · BADGE STRIP --\u003e\n\u003cdiv class=\"uw-v-badges\"\u003e\n\u003cdiv class=\"uw-v-badge\"\u003e\n\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"7\" fill=\"#b8956a\" opacity=\".75\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"3.5\" fill=\"#2D2D2A\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-v-badge-label\"\u003eSand\u003cbr\u003eColorway\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-badge\"\u003e\n\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M5 2 L9 2 L12 18 L7 18 Z\" fill=\"#b8956a\" opacity=\".85\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M11 2 L15 2 L14 18 L11 18 Z\" fill=\"#b8956a\" opacity=\".45\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"5\" y1=\"2\" x2=\"15\" y2=\"2\" stroke=\"#b8956a\" stroke-width=\"1.2\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-v-badge-label\"\u003eRelaxed\u003cbr\u003eTapered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-badge\"\u003e\n\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"2\" y=\"6\" width=\"12\" height=\"9\" rx=\"1\" stroke=\"#b8956a\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M14 9 L18 9 L18 15 L14 15\" stroke=\"#b8956a\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"5.5\" cy=\"17\" r=\"1.5\" fill=\"#b8956a\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"15.5\" cy=\"17\" r=\"1.5\" fill=\"#b8956a\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-v-badge-label\"\u003e8–14 Days\u003cbr\u003eUK Delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-badge\"\u003e\n\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"7.5\" stroke=\"#b8956a\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M6.5 10 L9 12.5 L13.5 7.5\" stroke=\"#b8956a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-v-badge-label\"\u003eFull Order\u003cbr\u003eTracking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 · OBJECTION BREAKERS --\u003e\n\u003cdiv class=\"uw-v-obj-label\"\u003eCommon Questions\u003c\/div\u003e\n\u003cdiv class=\"uw-v-objections\"\u003e\n\u003cdiv class=\"uw-v-obj\"\u003e\n\u003csvg class=\"uw-v-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M4 8 Q9 5 14 9 Q19 13 24 10\" stroke=\"#b8956a\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 14 Q9 11 14 15 Q19 19 24 16\" stroke=\"#b8956a\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" opacity=\".5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 20 Q9 17 14 21 Q19 25 24 22\" stroke=\"#b8956a\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" opacity=\".25\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-v-obj-q\"\u003e\"Linen always wrinkles too much.\"\u003c\/div\u003e\n\u003cdiv class=\"uw-v-obj-a\"\u003eThe Venturi uses a medium-weight linen weave — heavier than standard shirting linen — which naturally resists deep creasing. Surface texture is part of the fabric's character and reads as intentional, not worn out. Hang to dry and most wrinkles fall out on their own.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-obj\"\u003e\n\u003csvg class=\"uw-v-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"4\" y=\"9\" width=\"20\" height=\"5\" rx=\"1\" stroke=\"#b8956a\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M11 9 Q14 5 17 9\" stroke=\"#b8956a\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"12\" y1=\"14\" x2=\"10\" y2=\"21\" stroke=\"#b8956a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"16\" y1=\"14\" x2=\"18\" y2=\"21\" stroke=\"#b8956a\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003ccircle cx=\"10\" cy=\"22\" r=\"1.5\" fill=\"#b8956a\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"18\" cy=\"22\" r=\"1.5\" fill=\"#b8956a\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-v-obj-q\"\u003e\"Drawstring waists look too casual.\"\u003c\/div\u003e\n\u003cdiv class=\"uw-v-obj-a\"\u003eThe rope cord here is a styling detail, not a gym feature. Backed by an elastic waistband, the fit stays structured even when you loosen the cord. Tuck a shirt over it or keep the tee clean — the waistband reads as intentional tailoring, not lazy dressing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-obj\"\u003e\n\u003csvg class=\"uw-v-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M8 3 L13 3 L16 25 L10 25 Z\" fill=\"#b8956a\" opacity=\".7\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M15 3 L20 3 L18 25 L14 25 Z\" fill=\"#b8956a\" opacity=\".35\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"8\" y1=\"3\" x2=\"20\" y2=\"3\" stroke=\"#b8956a\" stroke-width=\"1.3\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"4\" y1=\"13\" x2=\"24\" y2=\"13\" stroke=\"#b8956a\" stroke-width=\"1\" stroke-dasharray=\"2 2\" opacity=\".35\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-v-obj-q\"\u003e\"I'm not sure the fit will work for me.\"\u003c\/div\u003e\n\u003cdiv class=\"uw-v-obj-a\"\u003eRelaxed through the seat and thigh means it fits a range of builds without reading oversized. The taper kicks in below the knee, giving you a clean ankle break that works with sneakers or loafers. If you're between sizes, size down — the linen has natural give and the elastic waist adapts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-obj\"\u003e\n\u003csvg class=\"uw-v-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"3\" y=\"6\" width=\"14\" height=\"14\" rx=\"1\" stroke=\"#b8956a\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M17 10 L22 10 L25 14 L25 20 L17 20 Z\" stroke=\"#b8956a\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"7\" cy=\"21.5\" r=\"2\" stroke=\"#b8956a\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"21\" cy=\"21.5\" r=\"2\" stroke=\"#b8956a\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M6 13 L10 13 M8 11 L8 15\" stroke=\"#b8956a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-v-obj-q\"\u003e\"What if it doesn't fit when it arrives?\"\u003c\/div\u003e\n\u003cdiv class=\"uw-v-obj-a\"\u003eEvery Celave \u0026amp; Co order ships with full tracking from day one — you'll know exactly where it is at every step. Delivery takes 8–14 business days to the UK. If the fit isn't right, our 30-day return policy has you covered, no questions asked.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7 · COMPOSITION \u0026 SPECS --\u003e\n\u003cdiv class=\"uw-v-specs-wrap\"\u003e\n\u003cdiv class=\"uw-v-specs-col\"\u003e\n\u003cdiv class=\"uw-v-specs-col-label\"\u003eComposition\u003c\/div\u003e\n\u003cdiv class=\"uw-v-spec-row\"\u003e\n\u003cspan class=\"uw-v-spec-k\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"uw-v-spec-v\"\u003eLinen Blend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-spec-row\"\u003e\n\u003cspan class=\"uw-v-spec-k\"\u003eWeave\u003c\/span\u003e\u003cspan class=\"uw-v-spec-v\"\u003ePlain Woven\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-spec-row\"\u003e\n\u003cspan class=\"uw-v-spec-k\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"uw-v-spec-v\"\u003eMedium Weight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-spec-row\"\u003e\n\u003cspan class=\"uw-v-spec-k\"\u003eCare\u003c\/span\u003e\u003cspan class=\"uw-v-spec-v\"\u003eCold Wash · Hang Dry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-specs-col\"\u003e\n\u003cdiv class=\"uw-v-specs-col-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"uw-v-spec-row\"\u003e\n\u003cspan class=\"uw-v-spec-k\"\u003eFit\u003c\/span\u003e\u003cspan class=\"uw-v-spec-v\"\u003eRelaxed Tapered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-spec-row\"\u003e\n\u003cspan class=\"uw-v-spec-k\"\u003eWaist\u003c\/span\u003e\u003cspan class=\"uw-v-spec-v\"\u003eElastic + Drawstring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-spec-row\"\u003e\n\u003cspan class=\"uw-v-spec-k\"\u003ePockets\u003c\/span\u003e\u003cspan class=\"uw-v-spec-v\"\u003e2 Side Slash\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-v-spec-row\"\u003e\n\u003cspan class=\"uw-v-spec-k\"\u003eColorway\u003c\/span\u003e\u003cspan class=\"uw-v-spec-v\"\u003eWarm Sand\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8 · CLOSING --\u003e\n\u003cdiv class=\"uw-v-closing\"\u003e\n\u003cdiv class=\"uw-v-closing-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3 class=\"uw-v-closing-headline\"\u003eWears well.\u003cbr\u003eWorks everywhere.\u003c\/h3\u003e\n\u003cp class=\"uw-v-closing-tagline\"\u003eDesigned for daily rotation — limited production runs — no constant restocks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Celave \u0026 Co","offers":[{"title":"30","offer_id":48647321419993,"sku":"Venturi-Linen-1554","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48647321452761,"sku":"Venturi-Linen-1555","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48647321485529,"sku":"Venturi-Linen-1556","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48647321518297,"sku":"Venturi-Linen-1557","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48647321551065,"sku":"Venturi-Linen-1558","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"40","offer_id":48647321583833,"sku":"Venturi-Linen-1559","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-2026-05-25T114847.180.png?v=1779720540"},{"product_id":"wide-structure","title":"Wide Structure","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .uw-wide {\n    --slate:   #4d4d55;\n    --slate-l: #72727c;\n    --ink:     #2D2D2A;\n    --ash:     #f5f5f3;\n    --border:  #e0e0da;\n    --muted:   rgba(45,45,42,.42);\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ink);\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 4px 64px;\n  }\n  .uw-wide * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* 1 — HEADER *\/\n  .uw-ws-header { padding: 48px 0 28px; }\n  .uw-ws-tag {\n    display: inline-block;\n    font-size: 10px; font-weight: 500;\n    letter-spacing: .22em; text-transform: uppercase;\n    color: var(--ink); opacity: .4; margin-bottom: 12px;\n  }\n  .uw-ws-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(52px,10vw,80px);\n    line-height: .93; letter-spacing: .02em;\n    color: var(--slate); margin-bottom: 12px;\n  }\n  .uw-ws-subtitle {\n    font-style: italic; font-weight: 300;\n    font-size: 15px; color: var(--ink);\n    opacity: .6; line-height: 1.6;\n  }\n\n  \/* 2 — INTRO *\/\n  .uw-ws-intro { padding: 28px 0 0; display: flex; flex-direction: column; gap: 16px; }\n  .uw-ws-intro p { font-size: 14.5px; font-weight: 300; line-height: 1.78; color: var(--ink); }\n\n  \/* 3 — DIVIDER *\/\n  .uw-ws-divider {\n    display: flex; align-items: center; justify-content: center;\n    gap: 10px; margin: 40px 0;\n  }\n  .uw-ws-divider span {\n    width: 5px; height: 5px; border-radius: 50%;\n    background: var(--slate); opacity: .45;\n  }\n  .uw-ws-divider span:nth-child(2) { opacity: .95; transform: scale(1.3); }\n\n  \/* 4 — QUALITY GRID *\/\n  .uw-ws-grid-label {\n    font-size: 10px; font-weight: 500; letter-spacing: .2em;\n    text-transform: uppercase; color: var(--ink); opacity: .38; margin-bottom: 18px;\n  }\n  .uw-ws-grid {\n    display: grid; grid-template-columns: repeat(3,1fr);\n    gap: 2px; margin-bottom: 40px;\n  }\n  .uw-ws-cell {\n    background: var(--ash); padding: 22px 18px;\n    display: flex; flex-direction: column; gap: 12px;\n  }\n  .uw-ws-cell svg { width: 28px; height: 28px; flex-shrink: 0; }\n  .uw-ws-cell-name { font-size: 11.5px; font-weight: 500; letter-spacing: .03em; color: var(--ink); line-height: 1.3; }\n  .uw-ws-cell-desc { font-size: 12px; font-weight: 300; color: var(--ink); opacity: .58; line-height: 1.5; }\n  @media(max-width:540px){ .uw-ws-grid { grid-template-columns: repeat(2,1fr); } }\n\n  \/* 5 — BADGE STRIP *\/\n  .uw-ws-badges {\n    display: grid; grid-template-columns: repeat(4,1fr);\n    gap: 2px; margin-bottom: 40px;\n  }\n  .uw-ws-badge {\n    background: var(--ash); padding: 18px 10px;\n    display: flex; flex-direction: column; align-items: center; gap: 9px;\n    text-align: center; border: 1px solid var(--border);\n  }\n  .uw-ws-badge svg { width: 20px; height: 20px; }\n  .uw-ws-badge-label {\n    font-size: 9.5px; font-weight: 500; letter-spacing: .14em;\n    text-transform: uppercase; color: var(--ink); line-height: 1.45;\n  }\n  @media(max-width:540px){ .uw-ws-badges { grid-template-columns: repeat(2,1fr); } }\n\n  \/* 6 — OBJECTIONS *\/\n  .uw-ws-obj-label {\n    font-size: 10px; font-weight: 500; letter-spacing: .2em;\n    text-transform: uppercase; color: var(--ink); opacity: .38; margin-bottom: 18px;\n  }\n  .uw-ws-objections { display: flex; flex-direction: column; gap: 2px; margin-bottom: 40px; }\n  .uw-ws-obj { background: var(--ash); padding: 20px 20px 20px 64px; position: relative; }\n  .uw-ws-obj-icon { position: absolute; left: 18px; top: 20px; width: 28px; height: 28px; }\n  .uw-ws-obj-q {\n    font-size: 12.5px; font-weight: 500; letter-spacing: .02em;\n    color: var(--slate); margin-bottom: 6px; line-height: 1.4;\n  }\n  .uw-ws-obj-a { font-size: 13.5px; font-weight: 300; color: var(--ink); line-height: 1.65; }\n\n  \/* 7 — SPECS *\/\n  .uw-ws-specs-wrap {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 2px; margin-bottom: 40px;\n  }\n  .uw-ws-specs-col { background: var(--ash); padding: 24px 20px; }\n  .uw-ws-specs-col-label {\n    font-size: 10px; font-weight: 500; letter-spacing: .2em;\n    text-transform: uppercase; color: var(--ink); opacity: .38; margin-bottom: 18px;\n  }\n  .uw-ws-spec-row {\n    display: flex; justify-content: space-between; align-items: baseline;\n    gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--border);\n  }\n  .uw-ws-spec-row:last-child { border-bottom: none; }\n  .uw-ws-spec-k { font-size: 11.5px; font-weight: 400; color: var(--ink); opacity: .48; white-space: nowrap; }\n  .uw-ws-spec-v { font-size: 12px; font-weight: 400; color: var(--ink); text-align: right; }\n  @media(max-width:540px){ .uw-ws-specs-wrap { grid-template-columns: 1fr; } }\n\n  \/* 8 — CLOSING *\/\n  .uw-ws-closing { text-align: center; padding: 8px 0 0; }\n  .uw-ws-closing-rule { height: 1px; background: var(--border); margin-bottom: 32px; }\n  .uw-ws-closing-headline {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(32px,6vw,52px); line-height: 1.0;\n    letter-spacing: .03em; color: var(--slate); margin-bottom: 14px;\n  }\n  .uw-ws-closing-tagline {\n    font-size: 11.5px; font-weight: 300; letter-spacing: .06em;\n    color: var(--ink); opacity: .45; text-transform: uppercase;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"uw-wide\"\u003e\n\u003c!-- 1 · HEADER --\u003e\n\u003cdiv class=\"uw-ws-header\"\u003e\n\u003cdiv class=\"uw-ws-tag\"\u003eWide Leg Trousers\u003c\/div\u003e\n\u003ch2 class=\"uw-ws-title\"\u003eWide Structure\u003c\/h2\u003e\n\u003cp class=\"uw-ws-subtitle\"\u003eBuilt wide. Built with intent. Wears like nothing else in the rotation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 · INTRO --\u003e\n\u003cdiv class=\"uw-ws-intro\"\u003e\n\u003cp\u003eWide leg done right isn't about going baggy — it's about silhouette. The Wide Structure sits with volume where it counts and holds its shape through the day. Workwear seam panels at the thigh keep the construction honest and add a line detail that reads as design, not accident.\u003c\/p\u003e\n\u003cp\u003eThe charcoal colourway is the utility choice — dark enough to anchor any outfit, light enough to avoid crossing into all-black territory. Wear it with a white tee and keep the rest clean, or layer up when the temperature drops. Either way, the trouser does the work.\u003c\/p\u003e\n\u003cp\u003eA relaxed mid-rise with a structured waistband means the fit stays put without constricting. Deep front pockets, clean back seam, and a hem cut to break cleanly at the ankle regardless of footwear. Built for everyday rotation, not just the weekends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 · DIVIDER --\u003e\n\u003cdiv class=\"uw-ws-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- 4 · QUALITY GRID --\u003e\n\u003cdiv class=\"uw-ws-grid-label\"\u003eCraftsmanship Details\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-grid\"\u003e\n\u003c!-- Wide Leg Silhouette --\u003e\n\u003cdiv class=\"uw-ws-cell\"\u003e\n\u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M6 2 L13 2 L20 26 L11 26 Z\" fill=\"#4d4d55\" opacity=\".75\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M15 2 L22 2 L21 26 L17 26 Z\" fill=\"#4d4d55\" opacity=\".35\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"6\" y1=\"2\" x2=\"22\" y2=\"2\" stroke=\"#4d4d55\" stroke-width=\"1.5\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-ws-cell-name\"\u003eWide Leg Silhouette\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-cell-desc\"\u003eGenerous volume from hip to hem. Structured — not shapeless.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Panel Seams --\u003e\n\u003cdiv class=\"uw-ws-cell\"\u003e\n\u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"4\" y=\"3\" width=\"20\" height=\"22\" rx=\"1\" stroke=\"#4d4d55\" stroke-width=\"1.2\" fill=\"none\" opacity=\".25\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"4\" y1=\"13\" x2=\"24\" y2=\"13\" stroke=\"#4d4d55\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"6\" y1=\"15\" x2=\"22\" y2=\"15\" stroke=\"#4d4d55\" stroke-width=\"1\" stroke-linecap=\"round\" opacity=\".45\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"8\" y1=\"5\" x2=\"8\" y2=\"11\" stroke=\"#4d4d55\" stroke-width=\"1\" stroke-linecap=\"round\" opacity=\".4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"20\" y1=\"5\" x2=\"20\" y2=\"11\" stroke=\"#4d4d55\" stroke-width=\"1\" stroke-linecap=\"round\" opacity=\".4\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-ws-cell-name\"\u003eWorkwear Panel Seams\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-cell-desc\"\u003eReinforced thigh panels add structure and a design detail in one move.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Charcoal Colorway --\u003e\n\u003cdiv class=\"uw-ws-cell\"\u003e\n\u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"14\" cy=\"14\" r=\"10\" fill=\"#4d4d55\" opacity=\".12\" stroke=\"#4d4d55\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"14\" cy=\"14\" r=\"5.5\" fill=\"#4d4d55\" opacity=\".8\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"6\" y1=\"22\" x2=\"9\" y2=\"19\" stroke=\"#4d4d55\" stroke-width=\"1\" opacity=\".35\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"19\" y1=\"6\" x2=\"22\" y2=\"9\" stroke=\"#4d4d55\" stroke-width=\"1\" opacity=\".35\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-ws-cell-name\"\u003eWashed Charcoal\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-cell-desc\"\u003eDark enough to anchor any outfit. The most versatile non-black in the wardrobe.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Structured Waistband --\u003e\n\u003cdiv class=\"uw-ws-cell\"\u003e\n\u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"3\" y=\"9\" width=\"22\" height=\"6\" rx=\"1\" stroke=\"#4d4d55\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"7\" y1=\"9\" x2=\"7\" y2=\"15\" stroke=\"#4d4d55\" stroke-width=\"1\" opacity=\".4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"11\" y1=\"9\" x2=\"11\" y2=\"15\" stroke=\"#4d4d55\" stroke-width=\"1\" opacity=\".4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"15\" y1=\"9\" x2=\"15\" y2=\"15\" stroke=\"#4d4d55\" stroke-width=\"1\" opacity=\".4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"19\" y1=\"9\" x2=\"19\" y2=\"15\" stroke=\"#4d4d55\" stroke-width=\"1\" opacity=\".4\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M3 18 L25 18\" stroke=\"#4d4d55\" stroke-width=\"1\" opacity=\".25\" stroke-dasharray=\"2 2\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-ws-cell-name\"\u003eStructured Waistband\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-cell-desc\"\u003eMid-rise with a firm band that holds its shape all day without digging in.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Deep Pockets --\u003e\n\u003cdiv class=\"uw-ws-cell\"\u003e\n\u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"3\" y=\"3\" width=\"22\" height=\"22\" rx=\"1\" stroke=\"#4d4d55\" stroke-width=\"1\" fill=\"none\" opacity=\".2\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M5 6 Q12 16 5 24\" stroke=\"#4d4d55\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"5\" y1=\"6\" x2=\"12\" y2=\"6\" stroke=\"#4d4d55\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"5\" y1=\"24\" x2=\"12\" y2=\"24\" stroke=\"#4d4d55\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-ws-cell-name\"\u003eDeep Front Pockets\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-cell-desc\"\u003eGenuine depth. Phone, keys, wallet — without stretching the fabric out.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Clean Hem --\u003e\n\u003cdiv class=\"uw-ws-cell\"\u003e\n\u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cline x1=\"5\" y1=\"7\" x2=\"23\" y2=\"7\" stroke=\"#4d4d55\" stroke-width=\"1.2\" opacity=\".3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"5\" y1=\"20\" x2=\"23\" y2=\"20\" stroke=\"#4d4d55\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"6\" y1=\"23\" x2=\"22\" y2=\"23\" stroke=\"#4d4d55\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\".5\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M5 20 Q14 13 23 20\" stroke=\"#4d4d55\" stroke-width=\"1\" fill=\"none\" opacity=\".2\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-ws-cell-name\"\u003eClean Finished Hem\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-cell-desc\"\u003eCut to break cleanly at the ankle. Works with every shoe in the rotation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 · BADGE STRIP --\u003e\n\u003cdiv class=\"uw-ws-badges\"\u003e\n\u003cdiv class=\"uw-ws-badge\"\u003e\n\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"7\" fill=\"#4d4d55\" opacity=\".75\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"3.5\" fill=\"#f5f5f3\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-ws-badge-label\"\u003eWashed\u003cbr\u003eCharcoal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-badge\"\u003e\n\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M4 2 L10 2 L17 18 L10 18 Z\" fill=\"#4d4d55\" opacity=\".75\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 2 L16 2 L16 18 L14 18 Z\" fill=\"#4d4d55\" opacity=\".35\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"4\" y1=\"2\" x2=\"16\" y2=\"2\" stroke=\"#4d4d55\" stroke-width=\"1.2\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-ws-badge-label\"\u003eWide Leg\u003cbr\u003eFit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-badge\"\u003e\n\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"2\" y=\"6\" width=\"12\" height=\"9\" rx=\"1\" stroke=\"#4d4d55\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M14 9 L18 9 L18 15 L14 15\" stroke=\"#4d4d55\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"5.5\" cy=\"17\" r=\"1.5\" fill=\"#4d4d55\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"15.5\" cy=\"17\" r=\"1.5\" fill=\"#4d4d55\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-ws-badge-label\"\u003e8–14 Days\u003cbr\u003eUK Delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-badge\"\u003e\n\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"7.5\" stroke=\"#4d4d55\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M6.5 10 L9 12.5 L13.5 7.5\" stroke=\"#4d4d55\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-ws-badge-label\"\u003eFull Order\u003cbr\u003eTracking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 · OBJECTION BREAKERS --\u003e\n\u003cdiv class=\"uw-ws-obj-label\"\u003eCommon Questions\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-objections\"\u003e\n\u003cdiv class=\"uw-ws-obj\"\u003e\n\u003csvg class=\"uw-ws-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M6 3 L14 3 L22 25 L14 25 Z\" fill=\"#4d4d55\" opacity=\".6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M13 3 L21 3 L20 25 L16 25 Z\" fill=\"#4d4d55\" opacity=\".25\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"6\" y1=\"3\" x2=\"21\" y2=\"3\" stroke=\"#4d4d55\" stroke-width=\"1.3\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-ws-obj-q\"\u003e\"Won't wide leg just look baggy and shapeless?\"\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-obj-a\"\u003eThe key is in the cut, not the width. The Wide Structure uses a high-rise that anchors the silhouette at the waist before the volume opens up. The panel seams add vertical lines that create structure through the thigh. The result reads intentional — wide without being formless.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-obj\"\u003e\n\u003csvg class=\"uw-ws-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cline x1=\"4\" y1=\"9\" x2=\"24\" y2=\"9\" stroke=\"#4d4d55\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"4\" y1=\"14\" x2=\"24\" y2=\"14\" stroke=\"#4d4d55\" stroke-width=\"1.8\" stroke-linecap=\"round\" opacity=\".55\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"4\" y1=\"19\" x2=\"24\" y2=\"19\" stroke=\"#4d4d55\" stroke-width=\"1.8\" stroke-linecap=\"round\" opacity=\".25\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-ws-obj-q\"\u003e\"Will it work with the rest of my wardrobe?\"\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-obj-a\"\u003eWashed charcoal is the easiest colour to build around. It reads dark without being full black, which means it works with white, grey, cream, and most mid-tones without clashing. Keep the top half fitted and simple — the trouser does the heavy lifting.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-obj\"\u003e\n\u003csvg class=\"uw-ws-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"4\" y=\"8\" width=\"20\" height=\"12\" rx=\"1\" stroke=\"#4d4d55\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"4\" y1=\"13\" x2=\"24\" y2=\"13\" stroke=\"#4d4d55\" stroke-width=\"1\" opacity=\".4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"14\" y1=\"8\" x2=\"14\" y2=\"20\" stroke=\"#4d4d55\" stroke-width=\"1\" opacity=\".4\"\u003e\u003c\/line\u003e\n        \u003ccircle cx=\"14\" cy=\"13\" r=\"2.5\" fill=\"#4d4d55\" opacity=\".7\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-ws-obj-q\"\u003e\"I'm not sure what size to go for.\"\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-obj-a\"\u003eThe mid-rise waistband is structured but not restrictive — go with your true waist size. The wide leg opens below the hip, so builds that usually struggle with slim trousers will find this a better fit. If you're between sizes, size down for a cleaner rise and let the leg do the work.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-obj\"\u003e\n\u003csvg class=\"uw-ws-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"3\" y=\"6\" width=\"14\" height=\"14\" rx=\"1\" stroke=\"#4d4d55\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M17 10 L22 10 L25 14 L25 20 L17 20 Z\" stroke=\"#4d4d55\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"7\" cy=\"21.5\" r=\"2\" stroke=\"#4d4d55\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"21\" cy=\"21.5\" r=\"2\" stroke=\"#4d4d55\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M6 13 L10 13 M8 11 L8 15\" stroke=\"#4d4d55\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-ws-obj-q\"\u003e\"What if it doesn't fit when it arrives?\"\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-obj-a\"\u003eEvery Celave \u0026amp; Co order ships with full tracking from day one — you'll know exactly where it is at every step. Delivery takes 8–14 business days to the UK. If the fit isn't right, our 30-day return policy has you covered, no questions asked.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7 · SPECS --\u003e\n\u003cdiv class=\"uw-ws-specs-wrap\"\u003e\n\u003cdiv class=\"uw-ws-specs-col\"\u003e\n\u003cdiv class=\"uw-ws-specs-col-label\"\u003eComposition\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-spec-row\"\u003e\n\u003cspan class=\"uw-ws-spec-k\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"uw-ws-spec-v\"\u003eCotton Blend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-spec-row\"\u003e\n\u003cspan class=\"uw-ws-spec-k\"\u003eFinish\u003c\/span\u003e\u003cspan class=\"uw-ws-spec-v\"\u003eWashed \/ Garment Dyed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-spec-row\"\u003e\n\u003cspan class=\"uw-ws-spec-k\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"uw-ws-spec-v\"\u003eMedium-Heavy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-spec-row\"\u003e\n\u003cspan class=\"uw-ws-spec-k\"\u003eCare\u003c\/span\u003e\u003cspan class=\"uw-ws-spec-v\"\u003eCold Wash · Hang Dry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-specs-col\"\u003e\n\u003cdiv class=\"uw-ws-specs-col-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-spec-row\"\u003e\n\u003cspan class=\"uw-ws-spec-k\"\u003eFit\u003c\/span\u003e\u003cspan class=\"uw-ws-spec-v\"\u003eWide Leg \/ Relaxed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-spec-row\"\u003e\n\u003cspan class=\"uw-ws-spec-k\"\u003eRise\u003c\/span\u003e\u003cspan class=\"uw-ws-spec-v\"\u003eMid Rise\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-spec-row\"\u003e\n\u003cspan class=\"uw-ws-spec-k\"\u003ePockets\u003c\/span\u003e\u003cspan class=\"uw-ws-spec-v\"\u003e2 Front Slash\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ws-spec-row\"\u003e\n\u003cspan class=\"uw-ws-spec-k\"\u003eColorway\u003c\/span\u003e\u003cspan class=\"uw-ws-spec-v\"\u003eWashed Charcoal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8 · CLOSING --\u003e\n\u003cdiv class=\"uw-ws-closing\"\u003e\n\u003cdiv class=\"uw-ws-closing-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3 class=\"uw-ws-closing-headline\"\u003eWide on purpose.\u003cbr\u003eSharp by design.\u003c\/h3\u003e\n\u003cp class=\"uw-ws-closing-tagline\"\u003eDesigned for daily rotation — limited production runs — no constant restocks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Celave \u0026 Co","offers":[{"title":"30","offer_id":48647343866073,"sku":"Wide-Structure-441","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48647343898841,"sku":"Wide-Structure-442","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48647343931609,"sku":"Wide-Structure-443","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48647343964377,"sku":"Wide-Structure-444","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48647343997145,"sku":"Wide-Structure-445","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"40","offer_id":48647344029913,"sku":"Wide-Structure-446","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-2026-05-25T114729.331.png?v=1779720454"},{"product_id":"rogue-cargo","title":"Rogue Cargo","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  .uw-rogue {\n    --olive:   #5c6b42;\n    --olive-l: #7a8a58;\n    --ink:     #2D2D2A;\n    --ash:     #f5f5f3;\n    --border:  #e0e0da;\n    --muted:   rgba(45,45,42,.42);\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ink);\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 4px 64px;\n  }\n  .uw-rogue * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* 1 — HEADER *\/\n  .uw-rg-header { padding: 48px 0 28px; }\n  .uw-rg-tag {\n    display: inline-block;\n    font-size: 10px; font-weight: 500;\n    letter-spacing: .22em; text-transform: uppercase;\n    color: var(--ink); opacity: .4; margin-bottom: 12px;\n  }\n  .uw-rg-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(52px,10vw,80px);\n    line-height: .93; letter-spacing: .02em;\n    color: var(--olive); margin-bottom: 12px;\n  }\n  .uw-rg-subtitle {\n    font-style: italic; font-weight: 300;\n    font-size: 15px; color: var(--ink);\n    opacity: .6; line-height: 1.6;\n  }\n\n  \/* 2 — INTRO *\/\n  .uw-rg-intro { padding: 28px 0 0; display: flex; flex-direction: column; gap: 16px; }\n  .uw-rg-intro p { font-size: 14.5px; font-weight: 300; line-height: 1.78; color: var(--ink); }\n\n  \/* 3 — DIVIDER *\/\n  .uw-rg-divider {\n    display: flex; align-items: center; justify-content: center;\n    gap: 10px; margin: 40px 0;\n  }\n  .uw-rg-divider span {\n    width: 5px; height: 5px; border-radius: 50%;\n    background: var(--olive); opacity: .45;\n  }\n  .uw-rg-divider span:nth-child(2) { opacity: .95; transform: scale(1.3); }\n\n  \/* 4 — QUALITY GRID *\/\n  .uw-rg-grid-label {\n    font-size: 10px; font-weight: 500; letter-spacing: .2em;\n    text-transform: uppercase; color: var(--ink); opacity: .38; margin-bottom: 18px;\n  }\n  .uw-rg-grid {\n    display: grid; grid-template-columns: repeat(3,1fr);\n    gap: 2px; margin-bottom: 40px;\n  }\n  .uw-rg-cell {\n    background: var(--ash); padding: 22px 18px;\n    display: flex; flex-direction: column; gap: 12px;\n  }\n  .uw-rg-cell svg { width: 28px; height: 28px; flex-shrink: 0; }\n  .uw-rg-cell-name { font-size: 11.5px; font-weight: 500; letter-spacing: .03em; color: var(--ink); line-height: 1.3; }\n  .uw-rg-cell-desc { font-size: 12px; font-weight: 300; color: var(--ink); opacity: .58; line-height: 1.5; }\n  @media(max-width:540px){ .uw-rg-grid { grid-template-columns: repeat(2,1fr); } }\n\n  \/* 5 — BADGE STRIP *\/\n  .uw-rg-badges {\n    display: grid; grid-template-columns: repeat(4,1fr);\n    gap: 2px; margin-bottom: 40px;\n  }\n  .uw-rg-badge {\n    background: var(--ash); padding: 18px 10px;\n    display: flex; flex-direction: column; align-items: center; gap: 9px;\n    text-align: center; border: 1px solid var(--border);\n  }\n  .uw-rg-badge svg { width: 20px; height: 20px; }\n  .uw-rg-badge-label {\n    font-size: 9.5px; font-weight: 500; letter-spacing: .14em;\n    text-transform: uppercase; color: var(--ink); line-height: 1.45;\n  }\n  @media(max-width:540px){ .uw-rg-badges { grid-template-columns: repeat(2,1fr); } }\n\n  \/* 6 — OBJECTIONS *\/\n  .uw-rg-obj-label {\n    font-size: 10px; font-weight: 500; letter-spacing: .2em;\n    text-transform: uppercase; color: var(--ink); opacity: .38; margin-bottom: 18px;\n  }\n  .uw-rg-objections { display: flex; flex-direction: column; gap: 2px; margin-bottom: 40px; }\n  .uw-rg-obj { background: var(--ash); padding: 20px 20px 20px 64px; position: relative; }\n  .uw-rg-obj-icon { position: absolute; left: 18px; top: 20px; width: 28px; height: 28px; }\n  .uw-rg-obj-q {\n    font-size: 12.5px; font-weight: 500; letter-spacing: .02em;\n    color: var(--olive); margin-bottom: 6px; line-height: 1.4;\n  }\n  .uw-rg-obj-a { font-size: 13.5px; font-weight: 300; color: var(--ink); line-height: 1.65; }\n\n  \/* 7 — SPECS *\/\n  .uw-rg-specs-wrap {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 2px; margin-bottom: 40px;\n  }\n  .uw-rg-specs-col { background: var(--ash); padding: 24px 20px; }\n  .uw-rg-specs-col-label {\n    font-size: 10px; font-weight: 500; letter-spacing: .2em;\n    text-transform: uppercase; color: var(--ink); opacity: .38; margin-bottom: 18px;\n  }\n  .uw-rg-spec-row {\n    display: flex; justify-content: space-between; align-items: baseline;\n    gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--border);\n  }\n  .uw-rg-spec-row:last-child { border-bottom: none; }\n  .uw-rg-spec-k { font-size: 11.5px; font-weight: 400; color: var(--ink); opacity: .48; white-space: nowrap; }\n  .uw-rg-spec-v { font-size: 12px; font-weight: 400; color: var(--ink); text-align: right; }\n  @media(max-width:540px){ .uw-rg-specs-wrap { grid-template-columns: 1fr; } }\n\n  \/* 8 — CLOSING *\/\n  .uw-rg-closing { text-align: center; padding: 8px 0 0; }\n  .uw-rg-closing-rule { height: 1px; background: var(--border); margin-bottom: 32px; }\n  .uw-rg-closing-headline {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(32px,6vw,52px); line-height: 1.0;\n    letter-spacing: .03em; color: var(--olive); margin-bottom: 14px;\n  }\n  .uw-rg-closing-tagline {\n    font-size: 11.5px; font-weight: 300; letter-spacing: .06em;\n    color: var(--ink); opacity: .45; text-transform: uppercase;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"uw-rogue\"\u003e\n\n  \u003c!-- 1 · HEADER --\u003e\n  \u003cdiv class=\"uw-rg-header\"\u003e\n    \u003cdiv class=\"uw-rg-tag\"\u003eCargo Trousers\u003c\/div\u003e\n    \u003ch2 class=\"uw-rg-title\"\u003eRogue Cargo\u003c\/h2\u003e\n    \u003cp class=\"uw-rg-subtitle\"\u003eSix pockets. Zero compromise. Built for the days that ask more of you.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2 · INTRO --\u003e\n  \u003cdiv class=\"uw-rg-intro\"\u003e\n    \u003cp\u003eThe cargo trouser earned its place in menswear by being genuinely useful — and the Rogue doesn't forget that. Six reinforced pockets with button-down flaps, a straight tapered leg that keeps the silhouette in check, and a washed army olive colourway that has been a wardrobe anchor for decades.\u003c\/p\u003e\n    \u003cp\u003eThe fabric is mid-weight cotton with a slight garment wash — enough texture to give it character without making it feel stiff out of the box. It breaks in quickly and gets better with every wear. The kind of trouser you reach for without thinking because it always works.\u003c\/p\u003e\n    \u003cp\u003eCargo has gone from workwear to fashion and back again. The Rogue sits outside that cycle — it's built around function first, and the aesthetic follows naturally. Pair it with a fitted tee, a knit, or a technical jacket. It handles all of them without fuss.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3 · DIVIDER --\u003e\n  \u003cdiv class=\"uw-rg-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n  \u003c!-- 4 · QUALITY GRID --\u003e\n  \u003cdiv class=\"uw-rg-grid-label\"\u003eCraftsmanship Details\u003c\/div\u003e\n  \u003cdiv class=\"uw-rg-grid\"\u003e\n\n    \u003c!-- 6 Cargo Pockets --\u003e\n    \u003cdiv class=\"uw-rg-cell\"\u003e\n      \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003c!-- 3x2 pocket grid --\u003e\n        \u003crect x=\"3\" y=\"3\" width=\"7\" height=\"6\" rx=\".8\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"12\" y=\"3\" width=\"7\" height=\"6\" rx=\".8\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"3\" y=\"12\" width=\"7\" height=\"6\" rx=\".8\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\" opacity=\".65\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"12\" y=\"12\" width=\"7\" height=\"6\" rx=\".8\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\" opacity=\".65\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"3\" y=\"21\" width=\"7\" height=\"5\" rx=\".8\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\" opacity=\".35\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"12\" y=\"21\" width=\"7\" height=\"5\" rx=\".8\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\" opacity=\".35\"\u003e\u003c\/rect\u003e\n        \u003c!-- button dots --\u003e\n        \u003ccircle cx=\"6.5\" cy=\"9.5\" r=\"1\" fill=\"#5c6b42\" opacity=\".7\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"15.5\" cy=\"9.5\" r=\"1\" fill=\"#5c6b42\" opacity=\".7\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rg-cell-name\"\u003e6 Cargo Pockets\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-cell-desc\"\u003eThigh, knee, and hip — each reinforced. Actual storage without the bulk.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Button Flap --\u003e\n    \u003cdiv class=\"uw-rg-cell\"\u003e\n      \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"4\" y=\"8\" width=\"20\" height=\"13\" rx=\"1\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"4\" y=\"8\" width=\"20\" height=\"5\" rx=\"1\" fill=\"#5c6b42\" opacity=\".12\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"4\" y1=\"13\" x2=\"24\" y2=\"13\" stroke=\"#5c6b42\" stroke-width=\"1\" opacity=\".5\"\u003e\u003c\/line\u003e\n        \u003ccircle cx=\"10\" cy=\"10.5\" r=\"1.8\" stroke=\"#5c6b42\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"10\" cy=\"10.5\" r=\".6\" fill=\"#5c6b42\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"18\" cy=\"10.5\" r=\"1.8\" stroke=\"#5c6b42\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"18\" cy=\"10.5\" r=\".6\" fill=\"#5c6b42\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rg-cell-name\"\u003eButton-Down Flaps\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-cell-desc\"\u003ePockets that stay closed. Button hardware matches the olive colourway.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Straight Tapered Fit --\u003e\n    \u003cdiv class=\"uw-rg-cell\"\u003e\n      \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M8 2 L13 2 L15 26 L10 26 Z\" fill=\"#5c6b42\" opacity=\".75\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M15 2 L20 2 L18 26 L15 26 Z\" fill=\"#5c6b42\" opacity=\".38\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"8\" y1=\"2\" x2=\"20\" y2=\"2\" stroke=\"#5c6b42\" stroke-width=\"1.5\"\u003e\u003c\/line\u003e\n        \u003c!-- straight guide lines --\u003e\n        \u003cline x1=\"8\" y1=\"14\" x2=\"10\" y2=\"14\" stroke=\"#5c6b42\" stroke-width=\".8\" opacity=\".4\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"18\" y1=\"14\" x2=\"20\" y2=\"14\" stroke=\"#5c6b42\" stroke-width=\".8\" opacity=\".4\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rg-cell-name\"\u003eStraight Tapered Fit\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-cell-desc\"\u003eRelaxed through the thigh, narrowing cleanly below the knee. Balanced, not boxy.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Army Olive --\u003e\n    \u003cdiv class=\"uw-rg-cell\"\u003e\n      \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"14\" cy=\"14\" r=\"10\" fill=\"#5c6b42\" opacity=\".12\" stroke=\"#5c6b42\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"14\" cy=\"14\" r=\"5.5\" fill=\"#5c6b42\" opacity=\".82\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"5\" y1=\"23\" x2=\"9\" y2=\"19\" stroke=\"#5c6b42\" stroke-width=\"1\" opacity=\".3\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"19\" y1=\"6\" x2=\"23\" y2=\"9\" stroke=\"#5c6b42\" stroke-width=\"1\" opacity=\".3\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rg-cell-name\"\u003eArmy Olive Colourway\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-cell-desc\"\u003eWashed to a lived-in tone. Pairs with neutrals, earth tones, and everything in between.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Reinforced Stitching --\u003e\n    \u003cdiv class=\"uw-rg-cell\"\u003e\n      \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003c!-- cross-stitch reinforcement pattern --\u003e\n        \u003cline x1=\"6\" y1=\"6\" x2=\"14\" y2=\"14\" stroke=\"#5c6b42\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"14\" y1=\"6\" x2=\"6\" y2=\"14\" stroke=\"#5c6b42\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"14\" y1=\"14\" x2=\"22\" y2=\"22\" stroke=\"#5c6b42\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\".55\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"22\" y1=\"14\" x2=\"14\" y2=\"22\" stroke=\"#5c6b42\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\".55\"\u003e\u003c\/line\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"2.5\" stroke=\"#5c6b42\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"18\" cy=\"18\" r=\"2.5\" stroke=\"#5c6b42\" stroke-width=\"1.2\" fill=\"none\" opacity=\".55\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rg-cell-name\"\u003eReinforced Seams\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-cell-desc\"\u003eBar-tacked at every stress point. Built to handle daily use without giving way.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Clean Hem --\u003e\n    \u003cdiv class=\"uw-rg-cell\"\u003e\n      \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cline x1=\"5\" y1=\"7\" x2=\"23\" y2=\"7\" stroke=\"#5c6b42\" stroke-width=\"1.2\" opacity=\".3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"5\" y1=\"20\" x2=\"23\" y2=\"20\" stroke=\"#5c6b42\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"6\" y1=\"23\" x2=\"22\" y2=\"23\" stroke=\"#5c6b42\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\".5\"\u003e\u003c\/line\u003e\n        \u003cpath d=\"M5 20 Q14 13 23 20\" stroke=\"#5c6b42\" stroke-width=\"1\" fill=\"none\" opacity=\".2\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rg-cell-name\"\u003eClean Finished Hem\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-cell-desc\"\u003eSits cleanly at the ankle over boots or trainers. No excess, no fray.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 5 · BADGE STRIP --\u003e\n  \u003cdiv class=\"uw-rg-badges\"\u003e\n\n    \u003cdiv class=\"uw-rg-badge\"\u003e\n      \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"7\" fill=\"#5c6b42\" opacity=\".8\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"3.5\" fill=\"#f5f5f3\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cspan class=\"uw-rg-badge-label\"\u003eArmy\u003cbr\u003eOlive\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-rg-badge\"\u003e\n      \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M5 2 L9 2 L11 18 L7 18 Z\" fill=\"#5c6b42\" opacity=\".8\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M11 2 L15 2 L13 18 L11 18 Z\" fill=\"#5c6b42\" opacity=\".38\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"5\" y1=\"2\" x2=\"15\" y2=\"2\" stroke=\"#5c6b42\" stroke-width=\"1.2\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003cspan class=\"uw-rg-badge-label\"\u003eStraight\u003cbr\u003eTapered\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-rg-badge\"\u003e\n      \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"2\" y=\"6\" width=\"12\" height=\"9\" rx=\"1\" stroke=\"#5c6b42\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M14 9 L18 9 L18 15 L14 15\" stroke=\"#5c6b42\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"5.5\" cy=\"17\" r=\"1.5\" fill=\"#5c6b42\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"15.5\" cy=\"17\" r=\"1.5\" fill=\"#5c6b42\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cspan class=\"uw-rg-badge-label\"\u003e8–14 Days\u003cbr\u003eUK Delivery\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-rg-badge\"\u003e\n      \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"7.5\" stroke=\"#5c6b42\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M6.5 10 L9 12.5 L13.5 7.5\" stroke=\"#5c6b42\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan class=\"uw-rg-badge-label\"\u003eFull Order\u003cbr\u003eTracking\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 6 · OBJECTION BREAKERS --\u003e\n  \u003cdiv class=\"uw-rg-obj-label\"\u003eCommon Questions\u003c\/div\u003e\n  \u003cdiv class=\"uw-rg-objections\"\u003e\n\n    \u003cdiv class=\"uw-rg-obj\"\u003e\n      \u003csvg class=\"uw-rg-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"4\" y=\"5\" width=\"8\" height=\"7\" rx=\".8\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"16\" y=\"5\" width=\"8\" height=\"7\" rx=\".8\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"4\" y=\"16\" width=\"8\" height=\"7\" rx=\".8\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\" opacity=\".55\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"16\" y=\"16\" width=\"8\" height=\"7\" rx=\".8\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\" opacity=\".55\"\u003e\u003c\/rect\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rg-obj-q\"\u003e\"Won't all those pockets make it look too bulky?\"\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-obj-a\"\u003eThe pocket placement is balanced across the leg — not stacked in one zone. Each flap lies flat when empty and the button closure keeps them sealed against the fabric. The tapered fit below the knee stops the volume from reading as bulk. It's a silhouette, not a uniform.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-rg-obj\"\u003e\n      \u003csvg class=\"uw-rg-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"14\" cy=\"14\" r=\"9\" stroke=\"#5c6b42\" stroke-width=\"1.4\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M9 14 Q12 8 14 14 Q16 20 19 14\" stroke=\"#5c6b42\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rg-obj-q\"\u003e\"Is olive a colour I can actually wear?\"\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-obj-a\"\u003eArmy olive is one of the easiest earthy tones to work with. It sits well next to black, white, grey, cream, and most browns. The washed finish takes the rawness off the colour, making it feel less military and more everyday. If you already own neutral basics, this fits straight in.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-rg-obj\"\u003e\n      \u003csvg class=\"uw-rg-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M8 3 L13 3 L15 25 L10 25 Z\" fill=\"#5c6b42\" opacity=\".7\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M15 3 L20 3 L18 25 L15 25 Z\" fill=\"#5c6b42\" opacity=\".32\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"8\" y1=\"3\" x2=\"20\" y2=\"3\" stroke=\"#5c6b42\" stroke-width=\"1.3\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"4\" y1=\"13\" x2=\"24\" y2=\"13\" stroke=\"#5c6b42\" stroke-width=\"1\" stroke-dasharray=\"2 2\" opacity=\".35\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rg-obj-q\"\u003e\"How does the fit work for my build?\"\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-obj-a\"\u003eStraight through the thigh gives you room without going wide — this is the cut that works for most builds. The taper below the knee keeps the ankle clean whether you're wearing boots or trainers. Go true to size for the intended look. If you carry more in the thigh, size up one.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-rg-obj\"\u003e\n      \u003csvg class=\"uw-rg-obj-icon\" viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"3\" y=\"6\" width=\"14\" height=\"14\" rx=\"1\" stroke=\"#5c6b42\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M17 10 L22 10 L25 14 L25 20 L17 20 Z\" stroke=\"#5c6b42\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"7\" cy=\"21.5\" r=\"2\" stroke=\"#5c6b42\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"21\" cy=\"21.5\" r=\"2\" stroke=\"#5c6b42\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M6 13 L10 13 M8 11 L8 15\" stroke=\"#5c6b42\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"uw-rg-obj-q\"\u003e\"What if it doesn't fit when it arrives?\"\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-obj-a\"\u003eEvery Celave \u0026amp; Co order ships with full tracking from day one — you'll know exactly where it is at every step. Delivery takes 8–14 business days to the UK. If the fit isn't right, our 30-day return policy has you covered, no questions asked.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 7 · SPECS --\u003e\n  \u003cdiv class=\"uw-rg-specs-wrap\"\u003e\n    \u003cdiv class=\"uw-rg-specs-col\"\u003e\n      \u003cdiv class=\"uw-rg-specs-col-label\"\u003eComposition\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-spec-row\"\u003e\n\u003cspan class=\"uw-rg-spec-k\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"uw-rg-spec-v\"\u003e100% Cotton\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-spec-row\"\u003e\n\u003cspan class=\"uw-rg-spec-k\"\u003eFinish\u003c\/span\u003e\u003cspan class=\"uw-rg-spec-v\"\u003eGarment Washed\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-spec-row\"\u003e\n\u003cspan class=\"uw-rg-spec-k\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"uw-rg-spec-v\"\u003eMid Weight\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-spec-row\"\u003e\n\u003cspan class=\"uw-rg-spec-k\"\u003eCare\u003c\/span\u003e\u003cspan class=\"uw-rg-spec-v\"\u003eCold Wash · Hang Dry\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-rg-specs-col\"\u003e\n      \u003cdiv class=\"uw-rg-specs-col-label\"\u003eSpecifications\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-spec-row\"\u003e\n\u003cspan class=\"uw-rg-spec-k\"\u003eFit\u003c\/span\u003e\u003cspan class=\"uw-rg-spec-v\"\u003eStraight Tapered\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-spec-row\"\u003e\n\u003cspan class=\"uw-rg-spec-k\"\u003eRise\u003c\/span\u003e\u003cspan class=\"uw-rg-spec-v\"\u003eMid Rise\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-spec-row\"\u003e\n\u003cspan class=\"uw-rg-spec-k\"\u003ePockets\u003c\/span\u003e\u003cspan class=\"uw-rg-spec-v\"\u003e6 Cargo w\/ Button Flap\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"uw-rg-spec-row\"\u003e\n\u003cspan class=\"uw-rg-spec-k\"\u003eColourway\u003c\/span\u003e\u003cspan class=\"uw-rg-spec-v\"\u003eArmy Olive\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8 · CLOSING --\u003e\n  \u003cdiv class=\"uw-rg-closing\"\u003e\n    \u003cdiv class=\"uw-rg-closing-rule\"\u003e\u003c\/div\u003e\n    \u003ch3 class=\"uw-rg-closing-headline\"\u003eBuilt for function.\u003cbr\u003eWorn for style.\u003c\/h3\u003e\n    \u003cp class=\"uw-rg-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":"30","offer_id":48647357530329,"sku":"Rogue-Cargo-447","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48647357563097,"sku":"Rogue-Cargo-448","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48647357595865,"sku":"Rogue-Cargo-449","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48647357628633,"sku":"Rogue-Cargo-450","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48647357661401,"sku":"Rogue-Cargo-451","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"40","offer_id":48647357694169,"sku":"Rogue-Cargo-452","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_52.png?v=1777902884"},{"product_id":"essential-cargo","title":"Essential Cargo","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ─── RESET \u0026 BASE ─── *\/\n  .uw-ec-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  .uw-ec-wrap {\n    font-family: 'DM Sans', sans-serif;\n    color: #2D2D2A;\n    background: #f5f5f3;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 0 64px;\n  }\n\n  \/* ─── SECTION 1: HEADER ─── *\/\n  .uw-ec-header {\n    padding: clamp(32px, 5vw, 56px) clamp(20px, 4vw, 40px) clamp(24px, 3vw, 36px);\n    border-bottom: 1px solid rgba(45,45,42,0.10);\n  }\n  .uw-ec-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #6B6B72;\n    margin-bottom: 14px;\n  }\n  .uw-ec-tag::before {\n    content: '';\n    display: block;\n    width: 18px;\n    height: 1px;\n    background: #6B6B72;\n  }\n  .uw-ec-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(48px, 9vw, 80px);\n    line-height: 0.92;\n    letter-spacing: 0.03em;\n    color: #6B6B72;\n    margin-bottom: 14px;\n  }\n  .uw-ec-subtitle {\n    font-family: 'DM Sans', sans-serif;\n    font-style: italic;\n    font-weight: 300;\n    font-size: clamp(14px, 2vw, 16px);\n    color: rgba(45,45,42,0.60);\n    letter-spacing: 0.02em;\n  }\n\n  \/* ─── SECTION 2: INTRO TEXT ─── *\/\n  .uw-ec-intro {\n    padding: clamp(28px, 4vw, 48px) clamp(20px, 4vw, 40px);\n    display: flex;\n    flex-direction: column;\n    gap: 18px;\n    border-bottom: 1px solid rgba(45,45,42,0.08);\n  }\n  .uw-ec-intro p {\n    font-size: clamp(14px, 1.8vw, 15px);\n    font-weight: 300;\n    line-height: 1.75;\n    color: rgba(45,45,42,0.82);\n    max-width: 680px;\n  }\n  .uw-ec-intro p strong {\n    font-weight: 500;\n    color: #2D2D2A;\n  }\n\n  \/* ─── DOT DIVIDER ─── *\/\n  .uw-ec-dot-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    padding: 0 clamp(20px, 4vw, 40px);\n    margin: 4px 0;\n  }\n  .uw-ec-dot-divider span {\n    width: 4px; height: 4px;\n    border-radius: 50%;\n    background: #6B6B72;\n    opacity: 0.5;\n  }\n  .uw-ec-dot-divider span:nth-child(2) { opacity: 0.3; }\n  .uw-ec-dot-divider span:nth-child(3) { opacity: 0.15; }\n\n  \/* ─── SECTION 3: QUALITY GRID ─── *\/\n  .uw-ec-quality {\n    padding: clamp(28px, 4vw, 48px) clamp(20px, 4vw, 40px);\n    border-bottom: 1px solid rgba(45,45,42,0.08);\n  }\n  .uw-ec-quality-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(45,45,42,0.40);\n    margin-bottom: 24px;\n  }\n  .uw-ec-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n  }\n  .uw-ec-grid-item {\n    background: #fff;\n    padding: clamp(16px, 2.5vw, 24px) clamp(14px, 2vw, 20px);\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .uw-ec-grid-item:first-child { border-radius: 6px 0 0 0; }\n  .uw-ec-grid-item:nth-child(3) { border-radius: 0 6px 0 0; }\n  .uw-ec-grid-item:nth-child(4) { border-radius: 0 0 0 6px; }\n  .uw-ec-grid-item:last-child { border-radius: 0 0 6px 0; }\n  .uw-ec-grid-icon {\n    width: 28px; height: 28px;\n    color: #6B6B72;\n    flex-shrink: 0;\n  }\n  .uw-ec-grid-title {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #2D2D2A;\n  }\n  .uw-ec-grid-text {\n    font-size: 12px;\n    font-weight: 300;\n    line-height: 1.6;\n    color: rgba(45,45,42,0.65);\n  }\n\n  \/* ─── SECTION 4: UTILITY BADGE STRIP ─── *\/\n  .uw-ec-badges {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 2px;\n    padding: 0 clamp(20px, 4vw, 40px);\n    margin: clamp(20px, 3vw, 32px) 0;\n  }\n  .uw-ec-badge {\n    background: #fff;\n    padding: 16px 12px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    text-align: center;\n    border-radius: 4px;\n  }\n  .uw-ec-badge svg {\n    width: 22px; height: 22px;\n    color: #6B6B72;\n  }\n  .uw-ec-badge-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(45,45,42,0.45);\n  }\n  .uw-ec-badge-value {\n    font-size: 11px;\n    font-weight: 500;\n    color: #2D2D2A;\n    line-height: 1.3;\n  }\n\n  \/* ─── SECTION 5: OBJECTION BREAKERS ─── *\/\n  .uw-ec-objections {\n    padding: clamp(28px, 4vw, 48px) clamp(20px, 4vw, 40px);\n    border-top: 1px solid rgba(45,45,42,0.08);\n    border-bottom: 1px solid rgba(45,45,42,0.08);\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .uw-ec-obj-item {\n    display: grid;\n    grid-template-columns: 40px 1fr;\n    gap: 16px;\n    padding: 20px 0;\n    border-bottom: 1px solid rgba(45,45,42,0.06);\n    align-items: start;\n  }\n  .uw-ec-obj-item:last-child { border-bottom: none; }\n  .uw-ec-obj-num {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 28px;\n    color: #6B6B72;\n    opacity: 0.35;\n    line-height: 1;\n    padding-top: 2px;\n  }\n  .uw-ec-obj-title {\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.04em;\n    color: #2D2D2A;\n    margin-bottom: 6px;\n  }\n  .uw-ec-obj-text {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.65;\n    color: rgba(45,45,42,0.65);\n  }\n\n  \/* ─── SECTION 6: SPECS TABLE ─── *\/\n  .uw-ec-specs {\n    padding: clamp(28px, 4vw, 48px) clamp(20px, 4vw, 40px);\n    border-bottom: 1px solid rgba(45,45,42,0.08);\n  }\n  .uw-ec-specs-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(45,45,42,0.40);\n    margin-bottom: 20px;\n  }\n  .uw-ec-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2px;\n  }\n  .uw-ec-spec-row {\n    background: #fff;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 14px 18px;\n    gap: 12px;\n  }\n  .uw-ec-spec-key {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: rgba(45,45,42,0.45);\n    flex-shrink: 0;\n  }\n  .uw-ec-spec-val {\n    font-size: 12px;\n    font-weight: 400;\n    color: #2D2D2A;\n    text-align: right;\n  }\n\n  \/* ─── SECTION 7: CLOSING ─── *\/\n  .uw-ec-closing {\n    padding: clamp(32px, 5vw, 56px) clamp(20px, 4vw, 40px) 0;\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n  .uw-ec-closing-headline {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    letter-spacing: 0.04em;\n    color: #2D2D2A;\n    line-height: 1;\n  }\n  .uw-ec-closing-headline em {\n    color: #6B6B72;\n    font-style: normal;\n  }\n  .uw-ec-tagline {\n    font-size: 12px;\n    font-weight: 300;\n    letter-spacing: 0.05em;\n    color: rgba(45,45,42,0.50);\n    border-left: 2px solid #6B6B72;\n    padding-left: 14px;\n    line-height: 1.6;\n  }\n\n  \/* ─── RESPONSIVE ─── *\/\n  @media (max-width: 520px) {\n    .uw-ec-grid { grid-template-columns: repeat(2, 1fr); }\n    .uw-ec-badges { grid-template-columns: repeat(2, 1fr); }\n    .uw-ec-specs-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"uw-ec-wrap\"\u003e\n\u003c!-- ══ 1. HEADER ══ --\u003e\u003cheader class=\"uw-ec-header\"\u003e\n\u003cdiv class=\"uw-ec-tag\"\u003eCelave \u0026amp; Co — Fleece Series\u003c\/div\u003e\n\u003ch1 class=\"uw-ec-title\"\u003eEssential\u003cbr\u003eCargo\u003c\/h1\u003e\n\u003cp class=\"uw-ec-subtitle\"\u003eWide-leg fleece cargo — built for all-day wear\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- ══ 2. INTRO ══ --\u003e\n\u003csection class=\"uw-ec-intro\"\u003e\n\u003cp\u003eThe Essential Cargo is what happens when \u003cstrong\u003estreetwear utility meets everyday comfort\u003c\/strong\u003e. Cut wide through the leg with a relaxed, unbothered silhouette, this fleece cargo sits low on the waist and falls clean to the ankle — the kind of trouser you reach for without thinking.\u003c\/p\u003e\n\u003cp\u003eMade from a \u003cstrong\u003e400gsm heavyweight French terry fleece\u003c\/strong\u003e, the fabric holds its shape wear after wear. Not the thin, pilling kind you get from fast fashion — proper structure that drapes well and feels substantial. The cargo pockets sit flush when empty and carry your essentials without bulk.\u003c\/p\u003e\n\u003cp\u003eWear it low with trainers and a fitted tee. Tuck it into boots. Layer a long-line jacket over it. \u003cstrong\u003eThe fit does the work\u003c\/strong\u003e — you don't have to.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- DOT DIVIDER --\u003e\n\u003cdiv class=\"uw-ec-dot-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- ══ 3. QUALITY GRID ══ --\u003e\n\u003csection class=\"uw-ec-quality\"\u003e\n\u003cdiv class=\"uw-ec-quality-label\"\u003eConstruction \u0026amp; Materials\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-grid\"\u003e\n\u003c!-- 1 Fleece Weight --\u003e\n\u003cdiv class=\"uw-ec-grid-item\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 28 28\" class=\"uw-ec-grid-icon\"\u003e\n          \u003ccircle r=\"11\" cy=\"14\" cx=\"14\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M14 8v6l4 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"uw-ec-grid-title\"\u003e400gsm Fleece\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-grid-text\"\u003eHeavyweight French terry. Warm, structured, pill-resistant through extended wear.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2 Wide Leg --\u003e\n\u003cdiv class=\"uw-ec-grid-item\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 28 28\" class=\"uw-ec-grid-icon\"\u003e\n          \u003cline y2=\"24\" x2=\"5\" y1=\"4\" x1=\"7\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"24\" x2=\"23\" y1=\"4\" x1=\"21\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"4\" x2=\"21\" y1=\"4\" x1=\"7\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"14\" x2=\"18\" y1=\"14\" x1=\"10\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"uw-ec-grid-title\"\u003eWide-Leg Cut\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-grid-text\"\u003eRelaxed through the thigh, falls clean to the ankle. Unrestricted movement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 Cargo Pockets --\u003e\n\u003cdiv class=\"uw-ec-grid-item\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 28 28\" class=\"uw-ec-grid-icon\"\u003e\n          \u003crect rx=\"1\" height=\"8\" width=\"7\" y=\"13\" x=\"6\"\u003e\u003c\/rect\u003e\n          \u003crect rx=\"1\" height=\"8\" width=\"7\" y=\"13\" x=\"15\"\u003e\u003c\/rect\u003e\n          \u003cline y2=\"10\" x2=\"8\" y1=\"13\" x1=\"8\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"10\" x2=\"11\" y1=\"13\" x1=\"11\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"10\" x2=\"17\" y1=\"13\" x1=\"17\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"10\" x2=\"20\" y1=\"13\" x1=\"20\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"uw-ec-grid-title\"\u003eFlush Cargo Pockets\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-grid-text\"\u003eFour utility pockets. Sit flat when empty — no awkward bulk on the thigh.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 Drawstring --\u003e\n\u003cdiv class=\"uw-ec-grid-item\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 28 28\" class=\"uw-ec-grid-icon\"\u003e\n          \u003cpath d=\"M8 10 Q14 6 20 10\"\u003e\u003c\/path\u003e\n          \u003cline y2=\"20\" x2=\"9\" y1=\"8\" x1=\"11\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"20\" x2=\"19\" y1=\"8\" x1=\"17\"\u003e\u003c\/line\u003e\n          \u003ccircle r=\"2\" cy=\"20\" cx=\"9\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"20\" cx=\"19\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"uw-ec-grid-title\"\u003eWoven Drawstring\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-grid-text\"\u003eTonal cotton drawstring with metal tip. Adjustable waist, stays tied.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 Cotton Blend --\u003e\n\u003cdiv class=\"uw-ec-grid-item\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 28 28\" class=\"uw-ec-grid-icon\"\u003e\n          \u003cpath d=\"M14 5 C10 5 7 8 7 11 C7 15 10 17 14 20 C18 17 21 15 21 11 C21 8 18 5 14 5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 20 L14 24\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"uw-ec-grid-title\"\u003e80% Cotton\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-grid-text\"\u003eCotton-polyester blend. Softens with washing, retains shape, breathes well.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 Ribbed Ankle --\u003e\n\u003cdiv class=\"uw-ec-grid-item\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 28 28\" class=\"uw-ec-grid-icon\"\u003e\n          \u003cline y2=\"24\" x2=\"9\" y1=\"18\" x1=\"9\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"24\" x2=\"12\" y1=\"18\" x1=\"12\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"24\" x2=\"15\" y1=\"18\" x1=\"15\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"24\" x2=\"18\" y1=\"18\" x1=\"18\"\u003e\u003c\/line\u003e\n          \u003cpath d=\"M7 18 Q14 15 21 18\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"uw-ec-grid-title\"\u003eOpen Hem\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-grid-text\"\u003eClean open hem. Stacks on trainers, folds over boots — both work.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ 4. UTILITY BADGES ══ --\u003e\n\u003cdiv class=\"uw-ec-badges\"\u003e\n\u003cdiv class=\"uw-ec-badge\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 22 22\"\u003e\n        \u003ccircle r=\"4\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003ccircle stroke-dasharray=\"2 2\" r=\"8.5\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-ec-badge-label\"\u003eColorway\u003c\/span\u003e \u003cspan class=\"uw-ec-badge-value\"\u003eMarl Grey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-badge\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 22 22\"\u003e\n        \u003cline y2=\"19\" x2=\"5\" y1=\"3\" x1=\"7\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"19\" x2=\"17\" y1=\"3\" x1=\"15\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"3\" x2=\"15\" y1=\"3\" x1=\"7\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"11\" x2=\"13\" y1=\"11\" x1=\"9\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-ec-badge-label\"\u003eFit\u003c\/span\u003e \u003cspan class=\"uw-ec-badge-value\"\u003eWide Relaxed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-badge\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 22 22\"\u003e\n        \u003crect rx=\"2\" height=\"14\" width=\"16\" y=\"4\" x=\"3\"\u003e\u003c\/rect\u003e\n        \u003cline y2=\"9\" x2=\"19\" y1=\"9\" x1=\"3\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"9\" x2=\"8\" y1=\"4\" x1=\"8\"\u003e\u003c\/line\u003e\n        \u003cline y2=\"9\" x2=\"14\" y1=\"4\" x1=\"14\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-ec-badge-label\"\u003eDelivery\u003c\/span\u003e \u003cspan class=\"uw-ec-badge-value\"\u003e8–14 Days UK\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-badge\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 22 22\"\u003e\n        \u003cpath d=\"M4 11 L9 16 L18 6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-ec-badge-label\"\u003eTracking\u003c\/span\u003e \u003cspan class=\"uw-ec-badge-value\"\u003eIncluded\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ 5. OBJECTION BREAKERS ══ --\u003e\n\u003csection class=\"uw-ec-objections\"\u003e\n\u003cdiv class=\"uw-ec-obj-item\"\u003e\n\u003cdiv class=\"uw-ec-obj-num\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"uw-ec-obj-title\"\u003e\"Will the fleece pill after a few washes?\"\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-obj-text\"\u003eThe 400gsm French terry is tightly looped on the inside, which is what prevents pilling. Lighter fleece pills because the loops are loose. These hold. Machine wash cold, hang dry — they come out the same way they went in.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-obj-item\"\u003e\n\u003cdiv class=\"uw-ec-obj-num\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"uw-ec-obj-title\"\u003e\"Is wide-leg actually wearable day-to-day in the UK?\"\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-obj-text\"\u003eIt's what everyone is reaching for right now — and for good reason. The wide silhouette reads relaxed without reading sloppy. Pair with a fitted top and clean trainers and it looks intentional. Works from the house to the high street without a second thought.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-obj-item\"\u003e\n\u003cdiv class=\"uw-ec-obj-num\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"uw-ec-obj-title\"\u003e\"Do the cargo pockets sit flat or stick out?\"\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-obj-text\"\u003eThey sit flush. The pocket panels are cut to lie flat against the leg when empty — no outward bulge, no awkward drape. When you're carrying keys or a phone, the weight sits low and still doesn't add visual bulk at the thigh.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-obj-item\"\u003e\n\u003cdiv class=\"uw-ec-obj-num\"\u003e04\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"uw-ec-obj-title\"\u003e\"I'm between sizes — which should I go for?\"\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-obj-text\"\u003eSize up. The wide-leg cut is designed to be worn with ease — not tight, not oversized. If you're between an M and an L, go L. The drawstring waist handles the rest. The length is cut longer for that stacked trainer look or a clean fold over boots.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ 6. SPECS TABLE ══ --\u003e\n\u003csection class=\"uw-ec-specs\"\u003e\n\u003cdiv class=\"uw-ec-specs-label\"\u003eComposition \u0026amp; Specs\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-specs-grid\"\u003e\n\u003cdiv class=\"uw-ec-spec-row\"\u003e\n\u003cspan class=\"uw-ec-spec-key\"\u003eFabric\u003c\/span\u003e\u003cspan class=\"uw-ec-spec-val\"\u003e80% Cotton, 20% Polyester\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-spec-row\"\u003e\n\u003cspan class=\"uw-ec-spec-key\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"uw-ec-spec-val\"\u003e400gsm French Terry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-spec-row\"\u003e\n\u003cspan class=\"uw-ec-spec-key\"\u003eFit\u003c\/span\u003e\u003cspan class=\"uw-ec-spec-val\"\u003eWide Relaxed Leg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-spec-row\"\u003e\n\u003cspan class=\"uw-ec-spec-key\"\u003eRise\u003c\/span\u003e\u003cspan class=\"uw-ec-spec-val\"\u003eMid-to-Low Rise\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-spec-row\"\u003e\n\u003cspan class=\"uw-ec-spec-key\"\u003eWaist\u003c\/span\u003e\u003cspan class=\"uw-ec-spec-val\"\u003eElasticated + Drawstring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-spec-row\"\u003e\n\u003cspan class=\"uw-ec-spec-key\"\u003ePockets\u003c\/span\u003e\u003cspan class=\"uw-ec-spec-val\"\u003e6 Total (2 side, 2 cargo, 2 back)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-spec-row\"\u003e\n\u003cspan class=\"uw-ec-spec-key\"\u003eHem\u003c\/span\u003e\u003cspan class=\"uw-ec-spec-val\"\u003eOpen, Clean-Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-spec-row\"\u003e\n\u003cspan class=\"uw-ec-spec-key\"\u003eSizes\u003c\/span\u003e\u003cspan class=\"uw-ec-spec-val\"\u003eXS — 2XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-spec-row\"\u003e\n\u003cspan class=\"uw-ec-spec-key\"\u003eColour\u003c\/span\u003e\u003cspan class=\"uw-ec-spec-val\"\u003eMarl Grey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-ec-spec-row\"\u003e\n\u003cspan class=\"uw-ec-spec-key\"\u003eCare\u003c\/span\u003e\u003cspan class=\"uw-ec-spec-val\"\u003eMachine Wash 30°, Hang Dry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ 7. CLOSING ══ --\u003e\n\u003csection class=\"uw-ec-closing\"\u003e\n\u003cdiv class=\"uw-ec-closing-headline\"\u003eBuilt for the \u003cem\u003erotation.\u003c\/em\u003e\u003cbr\u003eNot the occasion.\u003c\/div\u003e\n\u003cp class=\"uw-ec-tagline\"\u003eDesigned for daily rotation — limited production runs — no constant restocks.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Celave \u0026 Co","offers":[{"title":"30","offer_id":48707868885209,"sku":"Essential-Cargo-741","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48707868917977,"sku":"Essential-Cargo-742","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48707868950745,"sku":"Essential-Cargo-743","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48707868983513,"sku":"Essential-Cargo-744","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48707869016281,"sku":"Essential-Cargo-745","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"40","offer_id":48707869049049,"sku":"Essential-Cargo-746","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_55.png?v=1778766339"},{"product_id":"verona-pants","title":"Verona Pants","description":"\u003c!-- Field Olive Chino — UseWear PDP Block --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Custom Liquid block — paste into Dawn theme as Custom Liquid section --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --uw-accent:   #556B2F;\n    --uw-gold:     #c8a96e;\n    --uw-light:    #f5f4f2;\n    --uw-muted:    #6b6b6b;\n    --uw-border:   #e0ddd8;\n    --uw-dark:     #111111;\n  }\n\n  .uw-pdp * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .uw-pdp {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--uw-dark);\n    background: #fff;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  \/* ── 1. HEADER ── *\/\n  .uw-header { padding: 48px 0 36px; }\n\n  .uw-category-tag {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n    border: 1px solid var(--uw-gold);\n    padding: 4px 12px;\n    margin-bottom: 18px;\n  }\n\n  .uw-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(46px, 9vw, 76px);\n    line-height: 0.95;\n    letter-spacing: 0.02em;\n    color: var(--uw-accent);\n    margin-bottom: 14px;\n  }\n\n  .uw-subtitle {\n    font-family: 'DM Sans', sans-serif;\n    font-style: italic;\n    font-weight: 300;\n    font-size: 15px;\n    color: var(--uw-muted);\n    letter-spacing: 0.01em;\n  }\n\n  \/* ── 2. INTRO COPY ── *\/\n  .uw-intro { padding: 0 0 36px; }\n\n  .uw-intro p {\n    font-size: 14.5px;\n    line-height: 1.75;\n    color: #3a3a3a;\n    margin-bottom: 16px;\n    font-weight: 300;\n  }\n\n  .uw-intro p:last-child { margin-bottom: 0; }\n\n  \/* ── 3. DOT DIVIDER ── *\/\n  .uw-divider {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 8px 0 40px;\n  }\n\n  .uw-divider span {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--uw-gold);\n    display: inline-block;\n  }\n\n  .uw-divider span:nth-child(1) { opacity: 1; }\n  .uw-divider span:nth-child(2) { opacity: 0.5; }\n  .uw-divider span:nth-child(3) { opacity: 0.2; }\n\n  \/* ── 4. QUALITY GRID ── *\/\n  .uw-quality-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-muted);\n    margin-bottom: 20px;\n  }\n\n  .uw-quality-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--uw-border);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 44px;\n  }\n\n  .uw-quality-item {\n    background: #fff;\n    padding: 22px 20px;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n  }\n\n  .uw-quality-icon {\n    width: 36px;\n    height: 36px;\n    flex-shrink: 0;\n    color: var(--uw-accent);\n  }\n\n  .uw-quality-text h4 {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: var(--uw-dark);\n    margin-bottom: 4px;\n  }\n\n  .uw-quality-text p {\n    font-size: 12.5px;\n    line-height: 1.55;\n    color: var(--uw-muted);\n    font-weight: 300;\n  }\n\n  \/* ── 5. BADGE STRIP ── *\/\n  .uw-badges {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-bottom: 48px;\n  }\n\n  .uw-badge {\n    border: 1px solid var(--uw-border);\n    padding: 14px 12px;\n    text-align: center;\n    background: var(--uw-light);\n  }\n\n  .uw-badge-icon {\n    width: 22px;\n    height: 22px;\n    margin: 0 auto 8px;\n    color: var(--uw-gold);\n  }\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(--uw-muted);\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .uw-badge-value {\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    display: block;\n  }\n\n  \/* ── 6. OBJECTION BLOCKS ── *\/\n  .uw-objections-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-muted);\n    margin-bottom: 20px;\n  }\n\n  .uw-objections {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--uw-border);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 48px;\n  }\n\n  .uw-objection-item {\n    background: #fff;\n    padding: 24px 22px;\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n  }\n\n  .uw-obj-icon {\n    width: 32px;\n    height: 32px;\n    flex-shrink: 0;\n    color: var(--uw-gold);\n    margin-top: 2px;\n  }\n\n  .uw-obj-content h4 {\n    font-size: 12.5px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    margin-bottom: 8px;\n    line-height: 1.4;\n  }\n\n  .uw-obj-content p {\n    font-size: 12.5px;\n    line-height: 1.65;\n    color: var(--uw-muted);\n    font-weight: 300;\n  }\n\n  \/* ── 7. SPECS BLOCK ── *\/\n  .uw-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    padding: 36px 32px;\n    background: var(--uw-light);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 52px;\n  }\n\n  .uw-specs-col h3 {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n    margin-bottom: 16px;\n    padding-bottom: 10px;\n    border-bottom: 1px solid var(--uw-border);\n  }\n\n  .uw-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 9px 0;\n    border-bottom: 1px solid var(--uw-border);\n  }\n\n  .uw-spec-row:last-child { border-bottom: none; }\n\n  .uw-spec-key {\n    font-size: 11.5px;\n    font-weight: 400;\n    color: var(--uw-muted);\n    letter-spacing: 0.02em;\n  }\n\n  .uw-spec-val {\n    font-size: 11.5px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    text-align: right;\n  }\n\n  \/* ── 8. CLOSING ── *\/\n  .uw-closing {\n    padding: 32px 0 52px;\n    border-top: 1px solid var(--uw-border);\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    letter-spacing: 0.04em;\n    color: var(--uw-accent);\n    line-height: 1;\n    margin-bottom: 12px;\n  }\n\n  .uw-closing-tagline {\n    font-size: 12px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--uw-muted);\n    letter-spacing: 0.04em;\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 580px) {\n    .uw-badges         { grid-template-columns: repeat(2, 1fr); }\n    .uw-quality-grid   { grid-template-columns: 1fr; }\n    .uw-objections     { grid-template-columns: 1fr; }\n    .uw-specs-grid     { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"uw-pdp\"\u003e\n\u003c!-- ── 1. HEADER ── --\u003e\n\u003cdiv class=\"uw-header\"\u003e\n\u003cdiv class=\"uw-category-tag\"\u003eBottoms \/ Chino\u003c\/div\u003e\n\u003ch1 class=\"uw-title\"\u003eVerona Pants\u003c\/h1\u003e\n\u003cp class=\"uw-subtitle\"\u003eThe one color that goes with everything.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── 2. INTRO COPY ── --\u003e\n\u003cdiv class=\"uw-intro\"\u003e\n\u003cp\u003eOlive is not a statement color. It's an anchor. The Field Olive Chino is built on that logic — a clean, slim-straight chino in military olive that grounds any outfit you put it with. White tee, navy knit, grey hoodie, washed denim jacket — nothing fights it. It just works, and it does it without asking for any effort from you.\u003c\/p\u003e\n\u003cp\u003eThe slim-straight cut hits the right proportion: follows the leg without gripping it, closes clean at the ankle, and shows just enough shoe to make the whole look land. The flat front keeps the profile sharp — no pleats pulling the silhouette in directions it shouldn't go. This is a chino built for people who actually think about fit, not just color.\u003c\/p\u003e\n\u003cp\u003eGarment-dyed cotton gives the olive depth and a lived-in quality straight out of the bag. It's not the bright, flat green of a cheap chino — it's the muted, slightly weathered tone that reads elevated and intentional. Pair it with sneakers for daily use or clean shoes when the occasion calls for something sharper. Either way, the Field Olive Chino doesn't let you down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── 3. DIVIDER ── --\u003e\n\u003cdiv class=\"uw-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- ── 4. QUALITY GRID ── --\u003e\n\u003cp class=\"uw-quality-label\"\u003eCrafted Details\u003c\/p\u003e\n\u003cdiv class=\"uw-quality-grid\"\u003e\n\u003c!-- Slim Straight Silhouette --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" d=\"M12 5 L11 31\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" d=\"M24 5 L25 31\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" y2=\"5\" x2=\"24\" y1=\"5\" x1=\"12\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" y2=\"31\" x2=\"25\" y1=\"31\" x1=\"11\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.35\" stroke-dasharray=\"2 2\" stroke-width=\"0.9\" stroke=\"currentColor\" y2=\"17\" x2=\"24.5\" y1=\"17\" x1=\"11.5\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.2\" stroke-dasharray=\"2 2\" stroke-width=\"0.9\" stroke=\"currentColor\" y2=\"25\" x2=\"24.8\" y1=\"25\" x1=\"11.2\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eSlim Straight Silhouette\u003c\/h4\u003e\n\u003cp\u003eFollows the leg without clinging. Clean, modern proportions that sit right between relaxed and tailored — comfortable in both worlds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Garment-Dyed Cotton --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M18 6 C12 6 7 10 7 16 C7 22 12 28 18 30 C24 28 29 22 29 16 C29 10 24 6 18 6Z\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" opacity=\"0.3\" stroke-width=\"1\" stroke=\"currentColor\" d=\"M18 6 C18 6 14 13 14 19 C14 24 16 28 18 30\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" opacity=\"0.3\" stroke-width=\"1\" stroke=\"currentColor\" d=\"M18 6 C18 6 22 13 22 19 C22 24 20 28 18 30\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" opacity=\"0.3\" stroke-width=\"1\" stroke=\"currentColor\" d=\"M7 16 C11 14 14 18 18 17 C22 16 25 13 29 16\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eGarment-Dyed Cotton\u003c\/h4\u003e\n\u003cp\u003eDyed after construction for deeper, more even color penetration. The olive reads rich and dimensional — not flat or synthetic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Flat Front Construction --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"2\" height=\"26\" width=\"20\" y=\"5\" x=\"8\"\u003e\u003c\/rect\u003e\n        \u003cline opacity=\"0.25\" stroke-width=\"1.2\" stroke=\"currentColor\" y2=\"12\" x2=\"28\" y1=\"12\" x1=\"8\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.2\" stroke-width=\"0.9\" stroke=\"currentColor\" y2=\"18\" x2=\"24\" y1=\"18\" x1=\"12\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.2\" stroke-width=\"0.9\" stroke=\"currentColor\" y2=\"22\" x2=\"24\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.2\" stroke-width=\"0.9\" stroke=\"currentColor\" y2=\"26\" x2=\"24\" y1=\"26\" x1=\"12\"\u003e\u003c\/line\u003e\n        \n        \u003ccircle stroke-width=\"1.1\" stroke=\"currentColor\" r=\"1.4\" cy=\"9\" cx=\"18\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eFlat Front Construction\u003c\/h4\u003e\n\u003cp\u003eClean, unbroken front panel — no pleats, no excess material. Keeps the slim silhouette sharp from waist to hem.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Slash Pockets --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"2\" height=\"22\" width=\"24\" y=\"7\" x=\"6\"\u003e\u003c\/rect\u003e\n        \n        \u003cpath opacity=\"0.7\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M6 16 L15 11\"\u003e\u003c\/path\u003e\n        \n        \u003cpath opacity=\"0.7\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M30 16 L21 11\"\u003e\u003c\/path\u003e\n        \u003cline opacity=\"0.2\" stroke-width=\"0.8\" stroke=\"currentColor\" y2=\"29\" x2=\"6\" y1=\"16\" x1=\"6\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.2\" stroke-width=\"0.8\" stroke=\"currentColor\" y2=\"29\" x2=\"30\" y1=\"16\" x1=\"30\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eAngled Slash Pockets\u003c\/h4\u003e\n\u003cp\u003eSide-entry slash pockets cut at a clean angle for easy access. Minimal bulk against the slim leg — functional without disrupting the line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ankle-Length Cut --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" d=\"M12 5 L11 28\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" d=\"M24 5 L25 28\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" y2=\"5\" x2=\"24\" y1=\"5\" x1=\"12\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" y2=\"28\" x2=\"25\" y1=\"28\" x1=\"11\"\u003e\u003c\/line\u003e\n        \n        \u003cpath opacity=\"0.4\" stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"currentColor\" d=\"M9 30 Q11 33 18 33 Q25 33 27 30\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eAnkle-Length Cut\u003c\/h4\u003e\n\u003cp\u003eLands right at the ankle — no break, no bunching. Just enough shoe showing to pull the whole look together, with sneakers or leather alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Military Olive Colorway --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \n        \u003cellipse transform=\"rotate(-35 18 18)\" stroke-width=\"1.4\" stroke=\"currentColor\" ry=\"5\" rx=\"10\" cy=\"18\" cx=\"18\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse opacity=\"0.4\" transform=\"rotate(35 18 18)\" stroke-width=\"1.4\" stroke=\"currentColor\" ry=\"5\" rx=\"10\" cy=\"18\" cx=\"18\"\u003e\u003c\/ellipse\u003e\n        \u003cline opacity=\"0.3\" stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"currentColor\" y2=\"28\" x2=\"18\" y1=\"8\" x1=\"18\"\u003e\u003c\/line\u003e\n        \u003ccircle stroke-width=\"1.2\" stroke=\"currentColor\" r=\"2.5\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eMilitary Olive Colorway\u003c\/h4\u003e\n\u003cp\u003eMuted, warm olive — deeper than khaki, more grounded than army green. Pairs effortlessly with white, navy, grey, black, and camel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 5. BADGE STRIP ── --\u003e\n\u003cdiv class=\"uw-badges\"\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003cellipse transform=\"rotate(-30 11 11)\" stroke-width=\"1.3\" stroke=\"currentColor\" ry=\"4\" rx=\"7\" cy=\"11\" cx=\"11\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse opacity=\"0.4\" transform=\"rotate(30 11 11)\" stroke-width=\"1.3\" stroke=\"currentColor\" ry=\"4\" rx=\"7\" cy=\"11\" cx=\"11\"\u003e\u003c\/ellipse\u003e\n        \u003ccircle stroke-width=\"1.2\" stroke=\"currentColor\" r=\"2\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eColorway\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eMilitary Olive\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M6 2 L5.5 20\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M16 2 L16.5 20\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"2\" x2=\"16\" y1=\"2\" x1=\"6\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" y2=\"20\" x2=\"16.5\" y1=\"20\" x1=\"5.5\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eFit\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eSlim Straight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003crect stroke-width=\"1.4\" stroke=\"currentColor\" rx=\"2\" height=\"12\" width=\"16\" y=\"6\" x=\"3\"\u003e\u003c\/rect\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M7 6 V4 a4 4 0 0 1 8 0 V6\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"14\" x2=\"11\" y1=\"10\" x1=\"11\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"12\" x2=\"13\" y1=\"12\" x1=\"9\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eUK Delivery\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003e8–14 Business Days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" d=\"M4 11 L9 16 L18 6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eTracking\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eFull Order Tracking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 6. OBJECTION BLOCKS ── --\u003e\n\u003cp class=\"uw-objections-label\"\u003eCommon Questions\u003c\/p\u003e\n\u003cdiv class=\"uw-objections\"\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"12\" cy=\"16\" cx=\"16\"\u003e\u003c\/circle\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M13 13 C13 10.8 18.5 10.2 18.5 14 C18.5 16.5 16 17 16 19\"\u003e\u003c\/path\u003e\n        \u003ccircle fill=\"currentColor\" r=\"1\" cy=\"22.5\" cx=\"16\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eIsn't olive too specific a color to wear often?\u003c\/h4\u003e\n\u003cp\u003eOlive is actually one of the most forgiving earth tones you can own. It pairs naturally with white, grey, navy, black, cream, and brown — whatever you already have on. Less thinking, more wearing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M10 8 L10 24 C10 24 10 28 16 28 C22 28 22 24 22 24 L22 8\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"8\" x2=\"22\" y1=\"8\" x1=\"10\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.35\" stroke-linecap=\"round\" stroke-width=\"1.1\" stroke=\"currentColor\" y2=\"14\" x2=\"22\" y1=\"14\" x1=\"10\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.35\" stroke-linecap=\"round\" stroke-width=\"1.1\" stroke=\"currentColor\" y2=\"20\" x2=\"22\" y1=\"20\" x1=\"10\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eIs slim fit comfortable for everyday wear?\u003c\/h4\u003e\n\u003cp\u003eSlim, not skinny. There's real room to move — the cut follows the leg, it doesn't restrict it. Order your standard size and it'll fit like it was made for you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"2.5\" height=\"16\" width=\"20\" y=\"8\" x=\"6\"\u003e\u003c\/rect\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M11 14 L15 18 L21 12\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eCan I wear this to work or smarter occasions?\u003c\/h4\u003e\n\u003cp\u003eEasily. Swap the tee for a fitted button-down or a clean crewneck and the Field Olive Chino handles most smart-casual settings without any effort. It reads put-together without trying to be formal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M8 20 C8 14 12 10 16 10 C20 10 24 14 24 20\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M6 20 L26 20\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.4\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M11 20 L11 24\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.4\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M16 20 L16 25\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.4\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M21 20 L21 24\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eWill the olive color fade or change over time?\u003c\/h4\u003e\n\u003cp\u003eGarment-dyed construction holds color depth through regular washing. Wash cold, inside out — the olive stays true and the fabric softens with wear without losing its character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 7. COMPOSITION + SPECS ── --\u003e\n\u003cdiv class=\"uw-specs-grid\"\u003e\n\u003cdiv class=\"uw-specs-col\"\u003e\n\u003ch3\u003eComposition\u003c\/h3\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e100% Garment-Dyed Cotton\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eColorway\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eMilitary Olive\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eWaist\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eFlat, Belt-Loop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eFront\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eFlat Front, No Pleat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eCare\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eMachine Wash Cold, Inside Out\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-specs-col\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eFit\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eSlim Straight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eLength\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eAnkle Length\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003ePockets\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e2 Slash + 2 Back\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eDelivery\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e8–14 Business Days (UK)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eTracking\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eFull Order Tracking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 8. CLOSING ── --\u003e\n\u003cdiv class=\"uw-closing\"\u003e\n\u003cdiv class=\"uw-closing-headline\"\u003eEvery outfit needs\u003cbr\u003ean anchor. This is yours.\u003c\/div\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\u003c\/div\u003e","brand":"Celave \u0026 Co","offers":[{"title":"30","offer_id":48707988029657,"sku":"Verona-Pants-841","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48707988062425,"sku":"Verona-Pants-842","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48707988095193,"sku":"Verona-Pants-843","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48707988127961,"sku":"Verona-Pants-844","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48707988160729,"sku":"Verona-Pants-845","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"40","offer_id":48707988193497,"sku":"Verona-Pants-846","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_64.png?v=1778766917"},{"product_id":"daily-cargo","title":"Daily Cargo","description":"\u003c!-- Cloud Pleat Trouser — UseWear PDP Block --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Custom Liquid block — paste into Dawn theme as Custom Liquid section --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --uw-accent:   #5A5A5A;\n    --uw-gold:     #c8a96e;\n    --uw-light:    #f5f4f2;\n    --uw-muted:    #6b6b6b;\n    --uw-border:   #e0ddd8;\n    --uw-dark:     #111111;\n  }\n\n  .uw-pdp * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .uw-pdp {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--uw-dark);\n    background: #fff;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  \/* ── 1. HEADER ── *\/\n  .uw-header { padding: 48px 0 36px; }\n\n  .uw-category-tag {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n    border: 1px solid var(--uw-gold);\n    padding: 4px 12px;\n    margin-bottom: 18px;\n  }\n\n  .uw-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(46px, 9vw, 76px);\n    line-height: 0.95;\n    letter-spacing: 0.02em;\n    color: var(--uw-accent);\n    margin-bottom: 14px;\n  }\n\n  .uw-subtitle {\n    font-family: 'DM Sans', sans-serif;\n    font-style: italic;\n    font-weight: 300;\n    font-size: 15px;\n    color: var(--uw-muted);\n    letter-spacing: 0.01em;\n  }\n\n  \/* ── 2. INTRO COPY ── *\/\n  .uw-intro { padding: 0 0 36px; }\n\n  .uw-intro p {\n    font-size: 14.5px;\n    line-height: 1.75;\n    color: #3a3a3a;\n    margin-bottom: 16px;\n    font-weight: 300;\n  }\n\n  .uw-intro p:last-child { margin-bottom: 0; }\n\n  \/* ── 3. DOT DIVIDER ── *\/\n  .uw-divider {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 8px 0 40px;\n  }\n\n  .uw-divider span {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--uw-gold);\n    display: inline-block;\n  }\n\n  .uw-divider span:nth-child(1) { opacity: 1; }\n  .uw-divider span:nth-child(2) { opacity: 0.5; }\n  .uw-divider span:nth-child(3) { opacity: 0.2; }\n\n  \/* ── 4. QUALITY GRID ── *\/\n  .uw-quality-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-muted);\n    margin-bottom: 20px;\n  }\n\n  .uw-quality-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--uw-border);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 44px;\n  }\n\n  .uw-quality-item {\n    background: #fff;\n    padding: 22px 20px;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n  }\n\n  .uw-quality-icon {\n    width: 36px;\n    height: 36px;\n    flex-shrink: 0;\n    color: var(--uw-accent);\n  }\n\n  .uw-quality-text h4 {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: var(--uw-dark);\n    margin-bottom: 4px;\n  }\n\n  .uw-quality-text p {\n    font-size: 12.5px;\n    line-height: 1.55;\n    color: var(--uw-muted);\n    font-weight: 300;\n  }\n\n  \/* ── 5. BADGE STRIP ── *\/\n  .uw-badges {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-bottom: 48px;\n  }\n\n  .uw-badge {\n    border: 1px solid var(--uw-border);\n    padding: 14px 12px;\n    text-align: center;\n    background: var(--uw-light);\n  }\n\n  .uw-badge-icon {\n    width: 22px;\n    height: 22px;\n    margin: 0 auto 8px;\n    color: var(--uw-gold);\n  }\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(--uw-muted);\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .uw-badge-value {\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    display: block;\n  }\n\n  \/* ── 6. OBJECTION BLOCKS ── *\/\n  .uw-objections-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-muted);\n    margin-bottom: 20px;\n  }\n\n  .uw-objections {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--uw-border);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 48px;\n  }\n\n  .uw-objection-item {\n    background: #fff;\n    padding: 24px 22px;\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n  }\n\n  .uw-obj-icon {\n    width: 32px;\n    height: 32px;\n    flex-shrink: 0;\n    color: var(--uw-gold);\n    margin-top: 2px;\n  }\n\n  .uw-obj-content h4 {\n    font-size: 12.5px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    margin-bottom: 8px;\n    line-height: 1.4;\n  }\n\n  .uw-obj-content p {\n    font-size: 12.5px;\n    line-height: 1.65;\n    color: var(--uw-muted);\n    font-weight: 300;\n  }\n\n  \/* ── 7. SPECS BLOCK ── *\/\n  .uw-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    padding: 36px 32px;\n    background: var(--uw-light);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 52px;\n  }\n\n  .uw-specs-col h3 {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n    margin-bottom: 16px;\n    padding-bottom: 10px;\n    border-bottom: 1px solid var(--uw-border);\n  }\n\n  .uw-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 9px 0;\n    border-bottom: 1px solid var(--uw-border);\n  }\n\n  .uw-spec-row:last-child { border-bottom: none; }\n\n  .uw-spec-key {\n    font-size: 11.5px;\n    font-weight: 400;\n    color: var(--uw-muted);\n    letter-spacing: 0.02em;\n  }\n\n  .uw-spec-val {\n    font-size: 11.5px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    text-align: right;\n  }\n\n  \/* ── 8. CLOSING ── *\/\n  .uw-closing {\n    padding: 32px 0 52px;\n    border-top: 1px solid var(--uw-border);\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    letter-spacing: 0.04em;\n    color: var(--uw-accent);\n    line-height: 1;\n    margin-bottom: 12px;\n  }\n\n  .uw-closing-tagline {\n    font-size: 12px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--uw-muted);\n    letter-spacing: 0.04em;\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 580px) {\n    .uw-badges         { grid-template-columns: repeat(2, 1fr); }\n    .uw-quality-grid   { grid-template-columns: 1fr; }\n    .uw-objections     { grid-template-columns: 1fr; }\n    .uw-specs-grid     { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"uw-pdp\"\u003e\n\u003c!-- ── 1. HEADER ── --\u003e\n\u003cdiv class=\"uw-header\"\u003e\n\u003cdiv class=\"uw-category-tag\"\u003eBottoms \/ Fleece\u003c\/div\u003e\n\u003ch1 class=\"uw-title\"\u003eDaily Cargo\u003c\/h1\u003e\n\u003cp class=\"uw-subtitle\"\u003eComfort elevated. Structure where it counts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── 2. INTRO COPY ── --\u003e\n\u003cdiv class=\"uw-intro\"\u003e\n\u003cp\u003eThe Cloud Pleat Trouser takes the DNA of a sweatpant and rebuilds it from the ground up. The front pleat adds a sharp vertical line that gives the wide leg silhouette genuine structure — so it reads tailored, not thrown on. This is the piece that bridges the gap between a rest-day pant and something you'd actually wear out.\u003c\/p\u003e\n\u003cp\u003eHeather grey is deliberate. It pairs with everything — a cream tee, a black hoodie, a washed denim jacket — without asking you to think twice. The wide, straight leg sits clean from the waist to the hem, creating that long visual line that modern streetwear gets right when it gets it right.\u003c\/p\u003e\n\u003cp\u003eSoft French terry fabric gives you all-day comfort without the saggy, worn-out look fleece tends to develop. Elastic drawstring waist adjusts to fit. This is the kind of pant you reach for on the days you want to look like you tried — without actually trying.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── 3. DIVIDER ── --\u003e\n\u003cdiv class=\"uw-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- ── 4. QUALITY GRID ── --\u003e\n\u003cp class=\"uw-quality-label\"\u003eCrafted Details\u003c\/p\u003e\n\u003cdiv class=\"uw-quality-grid\"\u003e\n\u003c!-- Front Pleat Construction --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" d=\"M18 6 L18 30\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.35\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"currentColor\" d=\"M14 6 L14 30\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.35\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"currentColor\" d=\"M22 6 L22 30\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.15\" stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"currentColor\" d=\"M10 8 L10 30\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.15\" stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"currentColor\" d=\"M26 8 L26 30\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"8\" x2=\"26\" y1=\"8\" x1=\"10\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eFront Pleat Construction\u003c\/h4\u003e\n\u003cp\u003eA single front pleat runs the full length of the leg, creating structure and a refined vertical line in a relaxed silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- French Terry Fabric --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"2\" height=\"26\" width=\"26\" y=\"5\" x=\"5\"\u003e\u003c\/rect\u003e\n        \u003cpath opacity=\"0.5\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"currentColor\" d=\"M5 12 Q9 9 13 12 Q17 15 21 12 Q25 9 31 12\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.5\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"currentColor\" d=\"M5 19 Q9 16 13 19 Q17 22 21 19 Q25 16 31 19\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.3\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"currentColor\" d=\"M5 26 Q9 23 13 26 Q17 29 21 26 Q25 23 31 26\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eSoft French Terry Fabric\u003c\/h4\u003e\n\u003cp\u003eSmooth face, looped interior. Holds its shape after wash while staying soft against the skin all day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Wide Straight Leg --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M9 7 L8 30\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M27 7 L28 30\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"7\" x2=\"27\" y1=\"7\" x1=\"9\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"30\" x2=\"28\" y1=\"30\" x1=\"8\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.4\" stroke-dasharray=\"2 2\" stroke-width=\"1\" stroke=\"currentColor\" y2=\"18.5\" x2=\"27.5\" y1=\"18.5\" x1=\"8.5\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eWide Straight Leg\u003c\/h4\u003e\n\u003cp\u003eA generous wide cut that falls clean from the hip to the hem. Modern proportions with no tapering, no compromise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Elastic Drawstring Waist --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M7 15 C7 9 29 9 29 15\"\u003e\u003c\/path\u003e\n        \u003crect opacity=\"0.4\" stroke-width=\"1.3\" stroke=\"currentColor\" rx=\"2.5\" height=\"5\" width=\"22\" y=\"14\" x=\"7\"\u003e\u003c\/rect\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M15 19 L13 28\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M21 19 L23 28\"\u003e\u003c\/path\u003e\n        \u003ccircle stroke-width=\"1.2\" stroke=\"currentColor\" r=\"1.5\" cy=\"29.5\" cx=\"13\"\u003e\u003c\/circle\u003e\n        \u003ccircle stroke-width=\"1.2\" stroke=\"currentColor\" r=\"1.5\" cy=\"29.5\" cx=\"23\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eElastic Drawstring Waist\u003c\/h4\u003e\n\u003cp\u003eSits naturally at the waist with 2–3 inches of adjustment built in. Easy on, easy off — no belt, no fuss.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Heather Grey Colorway --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"12\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.06\" fill=\"currentColor\" r=\"12\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.12\" fill=\"currentColor\" r=\"7\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.3\" fill=\"currentColor\" r=\"3\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003cline opacity=\"0.25\" stroke-width=\"0.8\" stroke=\"currentColor\" y2=\"18\" x2=\"30\" y1=\"18\" x1=\"6\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.25\" stroke-width=\"0.8\" stroke=\"currentColor\" y2=\"30\" x2=\"18\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eHeather Grey Colorway\u003c\/h4\u003e\n\u003cp\u003eTonal heather grey with subtle texture depth. The most versatile neutral in menswear — pairs with everything, every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Open Hem Finish --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M10 6 L10 28\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M26 6 L26 28\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"6\" x2=\"26\" y1=\"6\" x1=\"10\"\u003e\u003c\/line\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"currentColor\" d=\"M8 28 L10 30 L12 28\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"currentColor\" d=\"M24 28 L26 30 L28 28\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eClean Open Hem\u003c\/h4\u003e\n\u003cp\u003eNo cuff, no taper — the leg falls straight and opens clean. Keeps the wide-leg proportion intact and the silhouette sharp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 5. BADGE STRIP ── --\u003e\n\u003cdiv class=\"uw-badges\"\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003ccircle stroke-width=\"1.4\" stroke=\"currentColor\" r=\"9\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.07\" fill=\"currentColor\" r=\"9\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003ccircle stroke-width=\"1.2\" stroke=\"currentColor\" r=\"4\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eColorway\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eHeather Grey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M4 3 L3.5 19\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M18 3 L18.5 19\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"3\" x2=\"18\" y1=\"3\" x1=\"4\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"19\" x2=\"18.5\" y1=\"19\" x1=\"3.5\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.5\" stroke-dasharray=\"2 1.5\" stroke-width=\"1.1\" stroke=\"currentColor\" y2=\"19\" x2=\"11\" y1=\"3\" x1=\"11\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eFit\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eWide Straight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003crect stroke-width=\"1.4\" stroke=\"currentColor\" rx=\"2\" height=\"12\" width=\"16\" y=\"6\" x=\"3\"\u003e\u003c\/rect\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M7 6 V4 a4 4 0 0 1 8 0 V6\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"14\" x2=\"11\" y1=\"10\" x1=\"11\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"12\" x2=\"13\" y1=\"12\" x1=\"9\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eUk Delivery\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003e8–14 Business Days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" d=\"M4 11 L9 16 L18 6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eTracking\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eFull Order Tracking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 6. OBJECTION BLOCKS ── --\u003e\n\u003cp class=\"uw-objections-label\"\u003eCommon Questions\u003c\/p\u003e\n\u003cdiv class=\"uw-objections\"\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"12\" cy=\"16\" cx=\"16\"\u003e\u003c\/circle\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M13 13 C13 10.8 18.5 10.2 18.5 14 C18.5 16.5 16 17 16 19\"\u003e\u003c\/path\u003e\n        \u003ccircle fill=\"currentColor\" r=\"1\" cy=\"22.5\" cx=\"16\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eWon't it just look like a basic sweatpant?\u003c\/h4\u003e\n\u003cp\u003eThe front pleat and wide leg change everything. It reads structured and intentional — closer to a relaxed tailored trouser than a gym pant. The silhouette does the heavy lifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M8 10 L8 22 L16 26 L24 22 L24 10 L16 6 Z\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M8 10 L16 14 L24 10\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"26\" x2=\"16\" y1=\"14\" x1=\"16\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eDoes the wide leg suit most body types?\u003c\/h4\u003e\n\u003cp\u003eYes. The high-rise elastic waist and straight-wide cut works with most builds. Taller guys get the full length — shorter guys can cuff once for a cleaner break.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M10 26 L10 12 C10 8 22 8 22 12 L22 26\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M8 26 L24 26\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" opacity=\"0.4\" stroke-width=\"1.3\" stroke=\"currentColor\" d=\"M14 12 L14 18\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" opacity=\"0.4\" stroke-width=\"1.3\" stroke=\"currentColor\" d=\"M18 12 L18 18\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eWill the pleat crease hold after washing?\u003c\/h4\u003e\n\u003cp\u003eThe pleat is sewn in — not just pressed. It comes back after every wash. Machine wash cold, hang or tumble dry low and you're good.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"10\" cy=\"16\" cx=\"16\"\u003e\u003c\/circle\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" d=\"M16 10 L16 16 L21 16\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eCan I wear this outside, not just at home?\u003c\/h4\u003e\n\u003cp\u003eThat's exactly the point. Pair with a fitted tee and white sneakers for errands, coffee, or a casual dinner. The elevated cut means it works outside as well as it does in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 7. COMPOSITION + SPECS ── --\u003e\n\u003cdiv class=\"uw-specs-grid\"\u003e\n\u003cdiv class=\"uw-specs-col\"\u003e\n\u003ch3\u003eComposition\u003c\/h3\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eFrench Terry Cotton Blend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eColorway\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eHeather Grey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eWaist\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eElastic + Drawstring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eHem\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eOpen, Clean Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eCare\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eMachine Wash Cold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-specs-col\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eFit\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eWide Straight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eFront Detail\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eSingle Front Pleat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eInseam\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e~30 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eDelivery\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e8–14 Business Days (UK)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eTracking\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eFull Order Tracking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 8. CLOSING ── --\u003e\n\u003cdiv class=\"uw-closing\"\u003e\n\u003cdiv class=\"uw-closing-headline\"\u003eLooks like effort.\u003cbr\u003eFeels like nothing.\u003c\/div\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\u003c\/div\u003e","brand":"Celave \u0026 Co","offers":[{"title":"30","offer_id":48708152328409,"sku":"Daily-Cargo-221","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48708152361177,"sku":"Daily-Cargo-222","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48708152393945,"sku":"Daily-Cargo-223","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48708152426713,"sku":"Daily-Cargo-224","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48708152459481,"sku":"Daily-Cargo-225","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"40","offer_id":48708152492249,"sku":"Daily-Cargo-226","price":19.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/5793\/9673\/files\/Direct_Autoral_Celave___Co_67.png?v=1778767330"},{"product_id":"signature-tailored","title":"Signature Tailored","description":"\u003c!-- Midnight Slim Trouser — UseWear PDP Block --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Custom Liquid block — paste into Dawn theme as Custom Liquid section --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --uw-accent:   #111111;\n    --uw-gold:     #c8a96e;\n    --uw-light:    #f5f4f2;\n    --uw-muted:    #6b6b6b;\n    --uw-border:   #e0ddd8;\n    --uw-dark:     #111111;\n  }\n\n  .uw-pdp * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .uw-pdp {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--uw-dark);\n    background: #fff;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  \/* ── 1. HEADER ── *\/\n  .uw-header { padding: 48px 0 36px; }\n\n  .uw-category-tag {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n    border: 1px solid var(--uw-gold);\n    padding: 4px 12px;\n    margin-bottom: 18px;\n  }\n\n  .uw-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(46px, 9vw, 76px);\n    line-height: 0.95;\n    letter-spacing: 0.02em;\n    color: var(--uw-accent);\n    margin-bottom: 14px;\n  }\n\n  .uw-subtitle {\n    font-family: 'DM Sans', sans-serif;\n    font-style: italic;\n    font-weight: 300;\n    font-size: 15px;\n    color: var(--uw-muted);\n    letter-spacing: 0.01em;\n  }\n\n  \/* ── 2. INTRO COPY ── *\/\n  .uw-intro { padding: 0 0 36px; }\n\n  .uw-intro p {\n    font-size: 14.5px;\n    line-height: 1.75;\n    color: #3a3a3a;\n    margin-bottom: 16px;\n    font-weight: 300;\n  }\n\n  .uw-intro p:last-child { margin-bottom: 0; }\n\n  \/* ── 3. DOT DIVIDER ── *\/\n  .uw-divider {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 8px 0 40px;\n  }\n\n  .uw-divider span {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--uw-gold);\n    display: inline-block;\n  }\n\n  .uw-divider span:nth-child(1) { opacity: 1; }\n  .uw-divider span:nth-child(2) { opacity: 0.5; }\n  .uw-divider span:nth-child(3) { opacity: 0.2; }\n\n  \/* ── 4. QUALITY GRID ── *\/\n  .uw-quality-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-muted);\n    margin-bottom: 20px;\n  }\n\n  .uw-quality-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--uw-border);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 44px;\n  }\n\n  .uw-quality-item {\n    background: #fff;\n    padding: 22px 20px;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n  }\n\n  .uw-quality-icon {\n    width: 36px;\n    height: 36px;\n    flex-shrink: 0;\n    color: var(--uw-accent);\n  }\n\n  .uw-quality-text h4 {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: var(--uw-dark);\n    margin-bottom: 4px;\n  }\n\n  .uw-quality-text p {\n    font-size: 12.5px;\n    line-height: 1.55;\n    color: var(--uw-muted);\n    font-weight: 300;\n  }\n\n  \/* ── 5. BADGE STRIP ── *\/\n  .uw-badges {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-bottom: 48px;\n  }\n\n  .uw-badge {\n    border: 1px solid var(--uw-border);\n    padding: 14px 12px;\n    text-align: center;\n    background: var(--uw-light);\n  }\n\n  .uw-badge-icon {\n    width: 22px;\n    height: 22px;\n    margin: 0 auto 8px;\n    color: var(--uw-gold);\n  }\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(--uw-muted);\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .uw-badge-value {\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    display: block;\n  }\n\n  \/* ── 6. OBJECTION BLOCKS ── *\/\n  .uw-objections-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-muted);\n    margin-bottom: 20px;\n  }\n\n  .uw-objections {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--uw-border);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 48px;\n  }\n\n  .uw-objection-item {\n    background: #fff;\n    padding: 24px 22px;\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n  }\n\n  .uw-obj-icon {\n    width: 32px;\n    height: 32px;\n    flex-shrink: 0;\n    color: var(--uw-gold);\n    margin-top: 2px;\n  }\n\n  .uw-obj-content h4 {\n    font-size: 12.5px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    margin-bottom: 8px;\n    line-height: 1.4;\n  }\n\n  .uw-obj-content p {\n    font-size: 12.5px;\n    line-height: 1.65;\n    color: var(--uw-muted);\n    font-weight: 300;\n  }\n\n  \/* ── 7. SPECS BLOCK ── *\/\n  .uw-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    padding: 36px 32px;\n    background: var(--uw-light);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 52px;\n  }\n\n  .uw-specs-col h3 {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n    margin-bottom: 16px;\n    padding-bottom: 10px;\n    border-bottom: 1px solid var(--uw-border);\n  }\n\n  .uw-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 9px 0;\n    border-bottom: 1px solid var(--uw-border);\n  }\n\n  .uw-spec-row:last-child { border-bottom: none; }\n\n  .uw-spec-key {\n    font-size: 11.5px;\n    font-weight: 400;\n    color: var(--uw-muted);\n    letter-spacing: 0.02em;\n  }\n\n  .uw-spec-val {\n    font-size: 11.5px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    text-align: right;\n  }\n\n  \/* ── 8. CLOSING ── *\/\n  .uw-closing {\n    padding: 32px 0 52px;\n    border-top: 1px solid var(--uw-border);\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    letter-spacing: 0.04em;\n    color: var(--uw-accent);\n    line-height: 1;\n    margin-bottom: 12px;\n  }\n\n  .uw-closing-tagline {\n    font-size: 12px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--uw-muted);\n    letter-spacing: 0.04em;\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 580px) {\n    .uw-badges         { grid-template-columns: repeat(2, 1fr); }\n    .uw-quality-grid   { grid-template-columns: 1fr; }\n    .uw-objections     { grid-template-columns: 1fr; }\n    .uw-specs-grid     { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"uw-pdp\"\u003e\n\u003c!-- ── 1. HEADER ── --\u003e\n\u003cdiv class=\"uw-header\"\u003e\n\u003cdiv class=\"uw-category-tag\"\u003eBottoms \/ Slim Fit\u003c\/div\u003e\n\u003ch1 class=\"uw-title\"\u003eSignature Tailored \u003c\/h1\u003e\n\u003cp class=\"uw-subtitle\"\u003eThe black pant, done exactly right.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── 2. INTRO COPY ── --\u003e\n\u003cdiv class=\"uw-intro\"\u003e\n\u003cp\u003eSome pieces don't need to make a statement — they just need to be right. The Midnight Slim Trouser is that piece. Clean matte black, slim-tapered through the leg, flat front with no excess. It's not trying to be formal and it's not trying to be casual. It sits exactly in the middle, which is where most of your life actually happens.\u003c\/p\u003e\n\u003cp\u003ePair it with a white tee and white sneakers and it looks intentional. Swap in a button-up and clean shoes and it reads sharp enough for dinner or a meeting. The slim-tapered cut doesn't hug — it follows. There's a difference, and you feel it after an hour of wear when most pants have already started fighting you.\u003c\/p\u003e\n\u003cp\u003eThe fabric has enough structure to hold its shape through a full day without creasing out by noon. Lightweight enough to layer, heavy enough to drape well. This is the pant that ends up being the one you reach for without thinking — because it always works.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── 3. DIVIDER ── --\u003e\n\u003cdiv class=\"uw-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- ── 4. QUALITY GRID ── --\u003e\n\u003cp class=\"uw-quality-label\"\u003eCrafted Details\u003c\/p\u003e\n\u003cdiv class=\"uw-quality-grid\"\u003e\n\u003c!-- Slim Tapered Silhouette --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M11 6 L9 30\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M25 6 L27 30\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"6\" x2=\"25\" y1=\"6\" x1=\"11\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" y2=\"30\" x2=\"27\" y1=\"30\" x1=\"9\"\u003e\u003c\/line\u003e\n        \n        \u003cline opacity=\"0.4\" stroke-dasharray=\"2 2\" stroke-width=\"0.9\" stroke=\"currentColor\" y2=\"15\" x2=\"25\" y1=\"15\" x1=\"11\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.25\" stroke-dasharray=\"2 2\" stroke-width=\"0.9\" stroke=\"currentColor\" y2=\"24\" x2=\"26.2\" y1=\"24\" x1=\"9.8\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eSlim Tapered Silhouette\u003c\/h4\u003e\n\u003cp\u003eFitted through the thigh, tapering clean to the ankle. Not skinny — just right. Sits close without restricting movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Flat Front Construction --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"2\" height=\"24\" width=\"20\" y=\"6\" x=\"8\"\u003e\u003c\/rect\u003e\n        \u003cline opacity=\"0.3\" stroke-width=\"1.2\" stroke=\"currentColor\" y2=\"12\" x2=\"28\" y1=\"12\" x1=\"8\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.15\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"30\" x2=\"18\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\n        \n        \u003cline opacity=\"0.2\" stroke-width=\"0.9\" stroke=\"currentColor\" y2=\"17\" x2=\"24\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.2\" stroke-width=\"0.9\" stroke=\"currentColor\" y2=\"21\" x2=\"24\" y1=\"21\" x1=\"12\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.2\" stroke-width=\"0.9\" stroke=\"currentColor\" y2=\"25\" x2=\"24\" y1=\"25\" x1=\"12\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eFlat Front Construction\u003c\/h4\u003e\n\u003cp\u003eNo pleats, no excess. A clean, uninterrupted front panel that keeps the silhouette sharp and the look modern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Wrinkle-Resistant Fabric --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M8 12 L28 12\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M8 18 L28 18\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M8 24 L28 24\"\u003e\u003c\/path\u003e\n        \n        \u003cpath opacity=\"0.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M23 8 L26 11 L31 5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eWrinkle-Resistant Fabric\u003c\/h4\u003e\n\u003cp\u003eStructured weave that holds its press through a full day. Sits down for hours, stands back up looking right.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Slash Pockets --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"2\" height=\"20\" width=\"24\" y=\"8\" x=\"6\"\u003e\u003c\/rect\u003e\n        \u003cpath opacity=\"0.6\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M6 16 L14 16 L14 8\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.6\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M30 16 L22 16 L22 8\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eClean Slash Pockets\u003c\/h4\u003e\n\u003cp\u003eSide-entry slash pockets cut at a slight angle. Easy access with no visible bulk against the slim leg.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ankle Length Cut --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M12 5 L10.5 26\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M24 5 L25.5 26\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"5\" x2=\"24\" y1=\"5\" x1=\"12\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"26\" x2=\"25.5\" y1=\"26\" x1=\"10.5\"\u003e\u003c\/line\u003e\n        \n        \u003cpath opacity=\"0.45\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"currentColor\" d=\"M13 29 L18 32 L23 29\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eAnkle-Length Cut\u003c\/h4\u003e\n\u003cp\u003eSits right at the ankle — shows just enough shoe. Works with sneakers, loafers, or boots without needing a hem.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Matte Black Colorway --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"12\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.08\" fill=\"currentColor\" r=\"12\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \n        \u003cpath opacity=\"0.25\" fill=\"currentColor\" d=\"M22 11 A9 9 0 1 0 22 25 A6 6 0 1 1 22 11Z\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-width=\"1.2\" stroke=\"currentColor\" d=\"M22 11 A9 9 0 1 0 22 25 A6 6 0 1 1 22 11Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eMatte Black Colorway\u003c\/h4\u003e\n\u003cp\u003eDeep, non-shiny matte black. Doesn't fade to grey — stays true wash after wash when cared for correctly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 5. BADGE STRIP ── --\u003e\n\u003cdiv class=\"uw-badges\"\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003ccircle stroke-width=\"1.4\" stroke=\"currentColor\" r=\"9\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.1\" fill=\"currentColor\" r=\"9\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.25\" fill=\"currentColor\" r=\"4\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003ccircle stroke-width=\"1.2\" stroke=\"currentColor\" r=\"4\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eColorway\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eMatte Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M6 2 L5 20\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M16 2 L17 20\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"2\" x2=\"16\" y1=\"2\" x1=\"6\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" y2=\"20\" x2=\"17\" y1=\"20\" x1=\"5\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eFit\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eSlim Tapered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003crect stroke-width=\"1.4\" stroke=\"currentColor\" rx=\"2\" height=\"12\" width=\"16\" y=\"6\" x=\"3\"\u003e\u003c\/rect\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M7 6 V4 a4 4 0 0 1 8 0 V6\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"14\" x2=\"11\" y1=\"10\" x1=\"11\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"12\" x2=\"13\" y1=\"12\" x1=\"9\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eUK Delivery\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003e8–14 Business Days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" d=\"M4 11 L9 16 L18 6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eTracking\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eFull Order Tracking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 6. OBJECTION BLOCKS ── --\u003e\n\u003cp class=\"uw-objections-label\"\u003eCommon Questions\u003c\/p\u003e\n\u003cdiv class=\"uw-objections\"\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"12\" cy=\"16\" cx=\"16\"\u003e\u003c\/circle\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M13 13 C13 10.8 18.5 10.2 18.5 14 C18.5 16.5 16 17 16 19\"\u003e\u003c\/path\u003e\n        \u003ccircle fill=\"currentColor\" r=\"1\" cy=\"22.5\" cx=\"16\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eIsn't this just a pair of dress pants?\u003c\/h4\u003e\n\u003cp\u003eIt's more relaxed than formal trousers and more refined than a chino. The slim taper and ankle length put it firmly in the elevated casual space — just as comfortable with sneakers as with leather shoes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M8 24 L16 8 L24 24\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"18\" x2=\"21\" y1=\"18\" x1=\"11\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eWill slim fit work for my build?\u003c\/h4\u003e\n\u003cp\u003eThe slim-tapered cut follows the leg without gripping it. It's not skinny — there's real room to move. Most builds wear it comfortably in their standard size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"10\" cy=\"16\" cx=\"16\"\u003e\u003c\/circle\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" d=\"M16 11 L16 17 L20 17\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eWill the black fade after washing?\u003c\/h4\u003e\n\u003cp\u003eDeep-dye construction holds its depth through repeated wear. Wash cold, inside out, and hang to dry — the black stays black. Simple care, long life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"2.5\" height=\"16\" width=\"20\" y=\"8\" x=\"6\"\u003e\u003c\/rect\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M11 14 L15 18 L21 12\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eCan I wear this to work or a restaurant?\u003c\/h4\u003e\n\u003cp\u003eYes. The flat front and clean drape read smart-casual without effort. Tuck in a shirt and it handles most business-casual environments. Keep it untucked for something more relaxed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 7. COMPOSITION + SPECS ── --\u003e\n\u003cdiv class=\"uw-specs-grid\"\u003e\n\u003cdiv class=\"uw-specs-col\"\u003e\n\u003ch3\u003eComposition\u003c\/h3\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eStretch Cotton Blend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eColorway\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eMatte Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eWaist\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eFlat, Belt-Loop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eFront\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eFlat Front, No Pleat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eCare\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eMachine Wash Cold, Inside Out\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-specs-col\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eFit\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eSlim Tapered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eLength\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eAnkle Length\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003ePockets\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e2 Slash + 2 Back\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eDelivery\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e8–14 Business Days (UK)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eTracking\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eFull Order Tracking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 8. CLOSING ── --\u003e\n\u003cdiv class=\"uw-closing\"\u003e\n\u003cdiv class=\"uw-closing-headline\"\u003eThe pant that works\u003cbr\u003eevery single time.\u003c\/div\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\u003c\/div\u003e","brand":"Celave \u0026 Co","offers":[{"title":"30","offer_id":48708340121817,"sku":"Signature-Tailored-441","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48708340154585,"sku":"Signature-Tailored-442","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48708340187353,"sku":"Signature-Tailored-443","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48708340220121,"sku":"Signature-Tailored-444","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"40","offer_id":48708340252889,"sku":"Signature-Tailored-445","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_70.png?v=1778768445"},{"product_id":"chelsea-corduroy-cargo","title":"Chelsea Corduroy Cargo","description":"\u003c!-- Tobacco Cord Cargo Pant — UseWear PDP Block --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Custom Liquid block — paste into Dawn theme as Custom Liquid section --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --uw-accent:   #6B3F1E;\n    --uw-gold:     #c8a96e;\n    --uw-light:    #f5f4f2;\n    --uw-muted:    #6b6b6b;\n    --uw-border:   #e0ddd8;\n    --uw-dark:     #111111;\n  }\n\n  .uw-pdp * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .uw-pdp {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--uw-dark);\n    background: #fff;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  \/* ── 1. HEADER ── *\/\n  .uw-header { padding: 48px 0 36px; }\n\n  .uw-category-tag {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n    border: 1px solid var(--uw-gold);\n    padding: 4px 12px;\n    margin-bottom: 18px;\n  }\n\n  .uw-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(46px, 9vw, 76px);\n    line-height: 0.95;\n    letter-spacing: 0.02em;\n    color: var(--uw-accent);\n    margin-bottom: 14px;\n  }\n\n  .uw-subtitle {\n    font-family: 'DM Sans', sans-serif;\n    font-style: italic;\n    font-weight: 300;\n    font-size: 15px;\n    color: var(--uw-muted);\n    letter-spacing: 0.01em;\n  }\n\n  \/* ── 2. INTRO COPY ── *\/\n  .uw-intro { padding: 0 0 36px; }\n\n  .uw-intro p {\n    font-size: 14.5px;\n    line-height: 1.75;\n    color: #3a3a3a;\n    margin-bottom: 16px;\n    font-weight: 300;\n  }\n\n  .uw-intro p:last-child { margin-bottom: 0; }\n\n  \/* ── 3. DOT DIVIDER ── *\/\n  .uw-divider {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 8px 0 40px;\n  }\n\n  .uw-divider span {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--uw-gold);\n    display: inline-block;\n  }\n\n  .uw-divider span:nth-child(1) { opacity: 1; }\n  .uw-divider span:nth-child(2) { opacity: 0.5; }\n  .uw-divider span:nth-child(3) { opacity: 0.2; }\n\n  \/* ── 4. QUALITY GRID ── *\/\n  .uw-quality-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-muted);\n    margin-bottom: 20px;\n  }\n\n  .uw-quality-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--uw-border);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 44px;\n  }\n\n  .uw-quality-item {\n    background: #fff;\n    padding: 22px 20px;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n  }\n\n  .uw-quality-icon {\n    width: 36px;\n    height: 36px;\n    flex-shrink: 0;\n    color: var(--uw-accent);\n  }\n\n  .uw-quality-text h4 {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: var(--uw-dark);\n    margin-bottom: 4px;\n  }\n\n  .uw-quality-text p {\n    font-size: 12.5px;\n    line-height: 1.55;\n    color: var(--uw-muted);\n    font-weight: 300;\n  }\n\n  \/* ── 5. BADGE STRIP ── *\/\n  .uw-badges {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-bottom: 48px;\n  }\n\n  .uw-badge {\n    border: 1px solid var(--uw-border);\n    padding: 14px 12px;\n    text-align: center;\n    background: var(--uw-light);\n  }\n\n  .uw-badge-icon {\n    width: 22px;\n    height: 22px;\n    margin: 0 auto 8px;\n    color: var(--uw-gold);\n  }\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(--uw-muted);\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .uw-badge-value {\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    display: block;\n  }\n\n  \/* ── 6. OBJECTION BLOCKS ── *\/\n  .uw-objections-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-muted);\n    margin-bottom: 20px;\n  }\n\n  .uw-objections {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: var(--uw-border);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 48px;\n  }\n\n  .uw-objection-item {\n    background: #fff;\n    padding: 24px 22px;\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n  }\n\n  .uw-obj-icon {\n    width: 32px;\n    height: 32px;\n    flex-shrink: 0;\n    color: var(--uw-gold);\n    margin-top: 2px;\n  }\n\n  .uw-obj-content h4 {\n    font-size: 12.5px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    margin-bottom: 8px;\n    line-height: 1.4;\n  }\n\n  .uw-obj-content p {\n    font-size: 12.5px;\n    line-height: 1.65;\n    color: var(--uw-muted);\n    font-weight: 300;\n  }\n\n  \/* ── 7. SPECS BLOCK ── *\/\n  .uw-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    padding: 36px 32px;\n    background: var(--uw-light);\n    border: 1px solid var(--uw-border);\n    margin-bottom: 52px;\n  }\n\n  .uw-specs-col h3 {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--uw-gold);\n    margin-bottom: 16px;\n    padding-bottom: 10px;\n    border-bottom: 1px solid var(--uw-border);\n  }\n\n  .uw-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 9px 0;\n    border-bottom: 1px solid var(--uw-border);\n  }\n\n  .uw-spec-row:last-child { border-bottom: none; }\n\n  .uw-spec-key {\n    font-size: 11.5px;\n    font-weight: 400;\n    color: var(--uw-muted);\n    letter-spacing: 0.02em;\n  }\n\n  .uw-spec-val {\n    font-size: 11.5px;\n    font-weight: 500;\n    color: var(--uw-dark);\n    text-align: right;\n  }\n\n  \/* ── 8. CLOSING ── *\/\n  .uw-closing {\n    padding: 32px 0 52px;\n    border-top: 1px solid var(--uw-border);\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    letter-spacing: 0.04em;\n    color: var(--uw-accent);\n    line-height: 1;\n    margin-bottom: 12px;\n  }\n\n  .uw-closing-tagline {\n    font-size: 12px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--uw-muted);\n    letter-spacing: 0.04em;\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 580px) {\n    .uw-badges         { grid-template-columns: repeat(2, 1fr); }\n    .uw-quality-grid   { grid-template-columns: 1fr; }\n    .uw-objections     { grid-template-columns: 1fr; }\n    .uw-specs-grid     { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"uw-pdp\"\u003e\n\u003c!-- ── 1. HEADER ── --\u003e\n\u003cdiv class=\"uw-header\"\u003e\n\u003cdiv class=\"uw-category-tag\"\u003eBottoms \/ Corduroy\u003c\/div\u003e\n\u003ch1 class=\"uw-title\"\u003eChelsea Corduroy Cargo \u003c\/h1\u003e\n\u003cp class=\"uw-subtitle\"\u003eTexture-first. Utility-built. Earth-toned.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── 2. INTRO COPY ── --\u003e\n\u003cdiv class=\"uw-intro\"\u003e\n\u003cp\u003eMost pants play it safe. The Tobacco Cord Cargo Pant doesn't. Wide-wale corduroy gives this piece instant visual depth — that rich ribbed texture catches light in a way flat fabrics never do. The deep tobacco brown lands in that rare space between warm and grounded, which is exactly why it works with almost everything already in your wardrobe.\u003c\/p\u003e\n\u003cp\u003eThe cargo construction adds function without the military-surplus look. Flap pockets sit structured against the leg, the cream drawstring waist gives you adjustable fit without looking sloppy, and the relaxed-straight cut gives you room to move without going wide. This is utility dressed up — not the other way around.\u003c\/p\u003e\n\u003cp\u003eCorduroy is having its moment in men's streetwear for a reason: texture is detail. When everyone else is in flat-weave chinos and denim, the cord stands out without trying. Layer it under a shearling jacket for fall, wear it with a clean tee through spring — it pulls its weight year-round anywhere that isn't peak summer heat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── 3. DIVIDER ── --\u003e\n\u003cdiv class=\"uw-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- ── 4. QUALITY GRID ── --\u003e\n\u003cp class=\"uw-quality-label\"\u003eCrafted Details\u003c\/p\u003e\n\u003cdiv class=\"uw-quality-grid\"\u003e\n\u003c!-- Wide-Wale Corduroy --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" y2=\"32\" x2=\"8\" y1=\"4\" x1=\"8\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" y2=\"32\" x2=\"14\" y1=\"4\" x1=\"14\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" y2=\"32\" x2=\"20\" y1=\"4\" x1=\"20\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" y2=\"32\" x2=\"26\" y1=\"4\" x1=\"26\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" opacity=\"0.2\" stroke-width=\"0.6\" stroke=\"currentColor\" y2=\"32\" x2=\"9\" y1=\"4\" x1=\"9\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" opacity=\"0.2\" stroke-width=\"0.6\" stroke=\"currentColor\" y2=\"32\" x2=\"15\" y1=\"4\" x1=\"15\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" opacity=\"0.2\" stroke-width=\"0.6\" stroke=\"currentColor\" y2=\"32\" x2=\"21\" y1=\"4\" x1=\"21\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" opacity=\"0.2\" stroke-width=\"0.6\" stroke=\"currentColor\" y2=\"32\" x2=\"27\" y1=\"4\" x1=\"27\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eWide-Wale Corduroy\u003c\/h4\u003e\n\u003cp\u003ePronounced ribbed texture that adds visual depth and weight to the fabric. Soft against the skin, holds its structure over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Flap Cargo Pockets --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"1.5\" height=\"13\" width=\"11\" y=\"15\" x=\"5\"\u003e\u003c\/rect\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"1.5\" height=\"13\" width=\"11\" y=\"15\" x=\"20\"\u003e\u003c\/rect\u003e\n        \n        \u003cpath fill=\"none\" stroke-width=\"1.3\" stroke=\"currentColor\" d=\"M5 18 L16 18 L16 15 C16 13.3 5 13.3 5 15 Z\"\u003e\u003c\/path\u003e\n        \u003cpath fill=\"none\" stroke-width=\"1.3\" stroke=\"currentColor\" d=\"M20 18 L31 18 L31 15 C31 13.3 20 13.3 20 15 Z\"\u003e\u003c\/path\u003e\n        \n        \u003ccircle stroke-width=\"1\" stroke=\"currentColor\" r=\"1.2\" cy=\"16.5\" cx=\"10.5\"\u003e\u003c\/circle\u003e\n        \u003ccircle stroke-width=\"1\" stroke=\"currentColor\" r=\"1.2\" cy=\"16.5\" cx=\"25.5\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eFlap Cargo Pockets\u003c\/h4\u003e\n\u003cp\u003eButton-close flap pockets with a structured face. Deep enough for real carry, flat enough to keep the silhouette clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Drawstring Waist --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M6 14 C6 8.5 30 8.5 30 14\"\u003e\u003c\/path\u003e\n        \u003crect opacity=\"0.35\" stroke-width=\"1.2\" stroke=\"currentColor\" rx=\"2.5\" height=\"5\" width=\"24\" y=\"13\" x=\"6\"\u003e\u003c\/rect\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M14 18 L11 28\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M22 18 L25 28\"\u003e\u003c\/path\u003e\n        \u003ccircle stroke-width=\"1.2\" stroke=\"currentColor\" r=\"1.6\" cy=\"29.5\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003ccircle stroke-width=\"1.2\" stroke=\"currentColor\" r=\"1.6\" cy=\"29.5\" cx=\"25\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eCream Drawstring Waist\u003c\/h4\u003e\n\u003cp\u003eContrast cream drawstring sits against the tobacco cord for a deliberate, intentional detail. Adjustable fit without the belt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Relaxed Straight Leg --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M10 6 L9 30\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M26 6 L27 30\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"6\" x2=\"26\" y1=\"6\" x1=\"10\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"30\" x2=\"27\" y1=\"30\" x1=\"9\"\u003e\u003c\/line\u003e\n        \n        \u003cline stroke-linecap=\"round\" opacity=\"0.25\" stroke-width=\"0.8\" stroke=\"currentColor\" y2=\"28\" x2=\"14\" y1=\"8\" x1=\"14\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" opacity=\"0.25\" stroke-width=\"0.8\" stroke=\"currentColor\" y2=\"28\" x2=\"18\" y1=\"8\" x1=\"18\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" opacity=\"0.25\" stroke-width=\"0.8\" stroke=\"currentColor\" y2=\"28\" x2=\"22\" y1=\"8\" x1=\"22\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eRelaxed Straight Leg\u003c\/h4\u003e\n\u003cp\u003eEnough room to wear comfortably without going baggy. The cord's natural drape keeps the leg looking intentional at any width.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tobacco Brown Colorway --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"12\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.1\" fill=\"currentColor\" r=\"12\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.18\" fill=\"currentColor\" r=\"7\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.45\" fill=\"currentColor\" r=\"3\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \n        \u003cline opacity=\"0.35\" stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"currentColor\" y2=\"7\" x2=\"18\" y1=\"4\" x1=\"18\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.35\" stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"currentColor\" y2=\"11\" x2=\"27\" y1=\"9\" x1=\"29\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.35\" stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"currentColor\" y2=\"18\" x2=\"29\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eTobacco Brown Colorway\u003c\/h4\u003e\n\u003cp\u003eDeep, warm earth tone that pairs naturally with white, cream, olive, black, and camel. The opposite of a safe neutral — and more versatile for it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Reinforced Construction --\u003e\n\u003cdiv class=\"uw-quality-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"uw-quality-icon\"\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M18 5 L31 12 L31 24 L18 31 L5 24 L5 12 Z\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.4\" stroke-linejoin=\"round\" stroke-width=\"1.2\" stroke=\"currentColor\" d=\"M18 11 L25 15 L25 21 L18 25 L11 21 L11 15 Z\"\u003e\u003c\/path\u003e\n        \u003ccircle stroke-width=\"1.2\" stroke=\"currentColor\" r=\"2.5\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-quality-text\"\u003e\n\u003ch4\u003eReinforced Construction\u003c\/h4\u003e\n\u003cp\u003eDouble-stitched at seams and pocket stress points. Corduroy that keeps its shape and holds together through regular rotation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 5. BADGE STRIP ── --\u003e\n\u003cdiv class=\"uw-badges\"\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003ccircle stroke-width=\"1.4\" stroke=\"currentColor\" r=\"9\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.1\" fill=\"currentColor\" r=\"9\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003ccircle opacity=\"0.3\" fill=\"currentColor\" r=\"4\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n        \u003ccircle stroke-width=\"1.2\" stroke=\"currentColor\" r=\"4\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eColorway\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eTobacco Brown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M5 2 L4.5 20\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M17 2 L17.5 20\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"2\" x2=\"17\" y1=\"2\" x1=\"5\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"20\" x2=\"17.5\" y1=\"20\" x1=\"4.5\"\u003e\u003c\/line\u003e\n        \n        \u003cline opacity=\"0.3\" stroke-width=\"0.7\" stroke=\"currentColor\" y2=\"19\" x2=\"8\" y1=\"3\" x1=\"8\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.3\" stroke-width=\"0.7\" stroke=\"currentColor\" y2=\"19\" x2=\"11\" y1=\"3\" x1=\"11\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.3\" stroke-width=\"0.7\" stroke=\"currentColor\" y2=\"19\" x2=\"14\" y1=\"3\" x1=\"14\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eFit\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eRelaxed Straight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003crect stroke-width=\"1.4\" stroke=\"currentColor\" rx=\"2\" height=\"12\" width=\"16\" y=\"6\" x=\"3\"\u003e\u003c\/rect\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M7 6 V4 a4 4 0 0 1 8 0 V6\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"14\" x2=\"11\" y1=\"10\" x1=\"11\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" y2=\"12\" x2=\"13\" y1=\"12\" x1=\"9\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eUK Delivery\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003e8–14 Business Days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 22 22\" class=\"uw-badge-icon\"\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" d=\"M4 11 L9 16 L18 6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan class=\"uw-badge-label\"\u003eTracking\u003c\/span\u003e \u003cspan class=\"uw-badge-value\"\u003eFull Order Tracking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 6. OBJECTION BLOCKS ── --\u003e\n\u003cp class=\"uw-objections-label\"\u003eCommon Questions\u003c\/p\u003e\n\u003cdiv class=\"uw-objections\"\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"12\" cy=\"16\" cx=\"16\"\u003e\u003c\/circle\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M13 13 C13 10.8 18.5 10.2 18.5 14 C18.5 16.5 16 17 16 19\"\u003e\u003c\/path\u003e\n        \u003ccircle fill=\"currentColor\" r=\"1\" cy=\"22.5\" cx=\"16\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eIs corduroy still relevant in streetwear?\u003c\/h4\u003e\n\u003cp\u003eMore than ever. Texture-forward pieces are dominating men's street style right now — the cord stands out in the best way when everyone around you is in flat denim and plain chinos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"1.5\" height=\"11\" width=\"8\" y=\"12\" x=\"6\"\u003e\u003c\/rect\u003e\n        \u003crect stroke-width=\"1.5\" stroke=\"currentColor\" rx=\"1.5\" height=\"11\" width=\"8\" y=\"12\" x=\"18\"\u003e\u003c\/rect\u003e\n        \u003cpath fill=\"none\" stroke-width=\"1.2\" stroke=\"currentColor\" d=\"M6 15 L14 15 L14 12 C14 10.5 6 10.5 6 12 Z\"\u003e\u003c\/path\u003e\n        \u003cpath fill=\"none\" stroke-width=\"1.2\" stroke=\"currentColor\" d=\"M18 15 L26 15 L26 12 C26 10.5 18 10.5 18 12 Z\"\u003e\u003c\/path\u003e\n        \u003ccircle stroke-width=\"0.9\" stroke=\"currentColor\" r=\"1\" cy=\"13.5\" cx=\"10\"\u003e\u003c\/circle\u003e\n        \u003ccircle stroke-width=\"0.9\" stroke=\"currentColor\" r=\"1\" cy=\"13.5\" cx=\"22\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eDo the cargo pockets add too much bulk?\u003c\/h4\u003e\n\u003cp\u003eThe flap pockets sit structured and flat against the leg. They add character and detail to the silhouette — not extra volume. You notice them visually, not physically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M8 22 C8 16 24 16 24 22\"\u003e\u003c\/path\u003e\n        \u003ccircle stroke-width=\"1.5\" stroke=\"currentColor\" r=\"5\" cy=\"12\" cx=\"16\"\u003e\u003c\/circle\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"currentColor\" d=\"M13 12 L15 14 L19 10\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eIs brown hard to style?\u003c\/h4\u003e\n\u003cp\u003eBrown is the earth tone of the moment — and tobacco brown is the richest version of it. It pairs naturally with white, cream, olive, black, and camel. Less thinking, more wearing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-objection-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 32 32\" class=\"uw-obj-icon\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M6 26 C6 14 26 14 26 26\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.4\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"currentColor\" d=\"M10 26 C10 18 22 18 22 26\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" y2=\"26\" x2=\"26\" y1=\"26\" x1=\"6\"\u003e\u003c\/line\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M16 6 L16 12\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" d=\"M13 9 L19 9\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"uw-obj-content\"\u003e\n\u003ch4\u003eIs corduroy too warm to wear year-round?\u003c\/h4\u003e\n\u003cp\u003eThis is a mid-weight cord — not a heavy winter pant. It works comfortably through fall, winter, and spring. The only time it gets hot is peak summer heat — everything else is fair game.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 7. COMPOSITION + SPECS ── --\u003e\n\u003cdiv class=\"uw-specs-grid\"\u003e\n\u003cdiv class=\"uw-specs-col\"\u003e\n\u003ch3\u003eComposition\u003c\/h3\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e100% Cotton Corduroy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eTexture\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eWide-Wale Rib\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eColorway\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eTobacco Brown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eWaist\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eElastic + Cream Drawstring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eCare\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eMachine Wash Cold, Hang Dry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-specs-col\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eFit\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eRelaxed Straight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eInseam\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e~30 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003ePockets\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e2 Slash + 2 Flap Cargo + 2 Back\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eDelivery\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003e8–14 Business Days (UK)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uw-spec-row\"\u003e\n\u003cspan class=\"uw-spec-key\"\u003eTracking\u003c\/span\u003e \u003cspan class=\"uw-spec-val\"\u003eFull Order Tracking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── 8. CLOSING ── --\u003e\n\u003cdiv class=\"uw-closing\"\u003e\n\u003cdiv class=\"uw-closing-headline\"\u003eThe richest texture\u003cbr\u003ein your rotation.\u003c\/div\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\u003c\/div\u003e","brand":"Celave \u0026 Co","offers":[{"title":"30","offer_id":48727604822233,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48727604855001,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48727604887769,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48727604920537,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48727604953305,"sku":null,"price":39.0,"currency_code":"GBP","in_stock":true},{"title":"40","offer_id":48727604986073,"sku":null,"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_74.png?v=1779201389"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/5793\/9673\/collections\/Celave__Co-Autoral_Directs_2.png?v=1778605257","url":"https:\/\/celaveandco.com\/collections\/mercer-lane.oembed","provider":"Celave \u0026 Co","version":"1.0","type":"link"}