{"product_id":"targa-sl","title":"Targa SL","description":"\u003c!-- ============================================================\n     CELAVE \u0026 CO — TARGA SL PDP\n     Shopify Dawn · Custom Liquid\n     Font: Montserrat · Accent: #4A6741 (sage)\n     ============================================================ --\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400\u0026display=swap');\n\n  :root {\n    --uw-accent:   #4A6741;\n    --uw-terra:    #B07050;\n    --uw-dark:     #151A14;\n    --uw-body:     #2E3A2D;\n    --uw-muted:    #7D8A7C;\n    --uw-border:   #DDE1DA;\n    --uw-bg:       #FFFFFF;\n    --uw-light:    #F7F9F6;\n    --uw-deep:     #EFF2ED;\n  }\n\n  .uw-pdp * { box-sizing: border-box !important; margin: 0 !important; padding: 0 !important; }\n\n  .uw-pdp {\n    font-family: 'Montserrat', sans-serif !important;\n    color: var(--uw-dark) !important;\n    background: var(--uw-bg) !important;\n    max-width: 780px !important;\n    margin: 0 auto !important;\n    padding: 0 0 64px !important;\n    -webkit-font-smoothing: antialiased !important;\n  }\n\n  \/* ══════════════════════════\n     1. HEADER\n  ══════════════════════════ *\/\n  .uw-header {\n    padding: 40px 0 28px !important;\n    border-bottom: 1px solid var(--uw-border) !important;\n    margin-bottom: 32px !important;\n  }\n\n  .uw-tag {\n    display: inline-block !important;\n    font-size: 9px !important;\n    font-weight: 600 !important;\n    letter-spacing: 0.24em !important;\n    text-transform: uppercase !important;\n    color: var(--uw-accent) !important;\n    border: 1px solid var(--uw-accent) !important;\n    padding: 4px 12px !important;\n    margin-bottom: 16px !important;\n  }\n\n  .uw-title {\n    font-family: 'Montserrat', sans-serif !important;\n    font-size: clamp(40px, 8vw, 62px) !important;\n    font-weight: 700 !important;\n    letter-spacing: -0.01em !important;\n    line-height: 1 !important;\n    color: var(--uw-dark) !important;\n    text-transform: uppercase !important;\n    margin-bottom: 12px !important;\n    display: block !important;\n  }\n\n  .uw-title span { color: var(--uw-accent) !important; }\n\n  .uw-subtitle {\n    font-size: 13px !important;\n    font-style: italic !important;\n    font-weight: 300 !important;\n    color: var(--uw-muted) !important;\n    line-height: 1.6 !important;\n    display: block !important;\n  }\n\n  \/* ══════════════════════════\n     2. INTRO\n  ══════════════════════════ *\/\n  .uw-intro { margin-bottom: 36px !important; }\n\n  .uw-intro p {\n    font-size: 13.5px !important;\n    font-weight: 300 !important;\n    line-height: 1.9 !important;\n    color: var(--uw-body) !important;\n    margin-bottom: 14px !important;\n    display: block !important;\n  }\n\n  .uw-intro p:last-child { margin-bottom: 0 !important; }\n\n  \/* ══════════════════════════\n     3. DIVIDER\n  ══════════════════════════ *\/\n  .uw-divider {\n    display: flex !important;\n    align-items: center !important;\n    gap: 12px !important;\n    margin: 36px 0 !important;\n  }\n\n  .uw-divider-line {\n    flex: 1 !important;\n    height: 1px !important;\n    background: var(--uw-border) !important;\n    display: block !important;\n  }\n\n  .uw-divider-dot {\n    width: 5px !important;\n    height: 5px !important;\n    border-radius: 50% !important;\n    background: var(--uw-accent) !important;\n    flex-shrink: 0 !important;\n    display: block !important;\n  }\n\n  \/* ══════════════════════════\n     4. QUALITY GRID\n  ══════════════════════════ *\/\n  .uw-grid {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr !important;\n    gap: 1px !important;\n    background: var(--uw-border) !important;\n    border: 1px solid var(--uw-border) !important;\n    margin-bottom: 36px !important;\n  }\n\n  .uw-grid-item {\n    display: flex !important;\n    align-items: flex-start !important;\n    gap: 14px !important;\n    padding: 20px 18px !important;\n    background: var(--uw-bg) !important;\n  }\n\n  .uw-grid-icon {\n    flex-shrink: 0 !important;\n    margin-top: 2px !important;\n    color: var(--uw-accent) !important;\n  }\n\n  .uw-grid-text {\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 4px !important;\n  }\n\n  .uw-grid-name {\n    font-size: 11px !important;\n    font-weight: 600 !important;\n    letter-spacing: 0.1em !important;\n    text-transform: uppercase !important;\n    color: var(--uw-dark) !important;\n    display: block !important;\n  }\n\n  .uw-grid-desc {\n    font-size: 11.5px !important;\n    font-weight: 300 !important;\n    color: var(--uw-muted) !important;\n    line-height: 1.55 !important;\n    display: block !important;\n  }\n\n  \/* ══════════════════════════\n     5. BADGE STRIP\n  ══════════════════════════ *\/\n  .uw-badges {\n    display: grid !important;\n    grid-template-columns: repeat(4, 1fr) !important;\n    border: 1px solid var(--uw-border) !important;\n    border-top: 2px solid var(--uw-accent) !important;\n    margin-bottom: 36px !important;\n    background: var(--uw-light) !important;\n  }\n\n  .uw-badge {\n    display: flex !important;\n    flex-direction: column !important;\n    align-items: center !important;\n    text-align: center !important;\n    gap: 6px !important;\n    padding: 16px 10px !important;\n    border-right: 1px solid var(--uw-border) !important;\n  }\n\n  .uw-badge:last-child { border-right: none !important; }\n\n  .uw-badge-label {\n    font-size: 9px !important;\n    font-weight: 600 !important;\n    letter-spacing: 0.1em !important;\n    text-transform: uppercase !important;\n    color: var(--uw-muted) !important;\n    display: block !important;\n    line-height: 1.4 !important;\n  }\n\n  .uw-badge-value {\n    font-size: 10.5px !important;\n    font-weight: 600 !important;\n    color: var(--uw-dark) !important;\n    letter-spacing: 0.02em !important;\n    display: block !important;\n    line-height: 1.3 !important;\n  }\n\n  \/* ══════════════════════════\n     6. OBJECTION BREAKERS\n  ══════════════════════════ *\/\n  .uw-obj-grid {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr !important;\n    gap: 16px !important;\n    margin-bottom: 36px !important;\n  }\n\n  .uw-obj-item {\n    background: var(--uw-light) !important;\n    border: 1px solid var(--uw-border) !important;\n    border-left: 3px solid var(--uw-accent) !important;\n    padding: 18px 16px !important;\n  }\n\n  .uw-obj-q {\n    font-size: 11.5px !important;\n    font-weight: 600 !important;\n    color: var(--uw-dark) !important;\n    margin-bottom: 8px !important;\n    display: block !important;\n    line-height: 1.4 !important;\n  }\n\n  .uw-obj-a {\n    font-size: 11.5px !important;\n    font-weight: 300 !important;\n    color: var(--uw-body) !important;\n    line-height: 1.7 !important;\n    display: block !important;\n  }\n\n  \/* ══════════════════════════\n     7. DAILY CARE\n  ══════════════════════════ *\/\n  .uw-care {\n    background: var(--uw-deep) !important;\n    border: 1px solid var(--uw-border) !important;\n    padding: 28px 24px !important;\n    margin-bottom: 36px !important;\n  }\n\n  .uw-care-title {\n    font-size: 10px !important;\n    font-weight: 600 !important;\n    letter-spacing: 0.2em !important;\n    text-transform: uppercase !important;\n    color: var(--uw-accent) !important;\n    margin-bottom: 20px !important;\n    display: block !important;\n  }\n\n  .uw-care-list {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr !important;\n    gap: 14px !important;\n    list-style: none !important;\n  }\n\n  .uw-care-item {\n    display: flex !important;\n    align-items: flex-start !important;\n    gap: 10px !important;\n  }\n\n  .uw-care-icon {\n    flex-shrink: 0 !important;\n    margin-top: 1px !important;\n    color: var(--uw-accent) !important;\n  }\n\n  .uw-care-text {\n    font-size: 11.5px !important;\n    font-weight: 300 !important;\n    color: var(--uw-body) !important;\n    line-height: 1.6 !important;\n    display: block !important;\n  }\n\n  \/* ══════════════════════════\n     8. GIFT — CLEANING CLOTH\n  ══════════════════════════ *\/\n  .uw-gift {\n    display: flex !important;\n    align-items: center !important;\n    gap: 16px !important;\n    background: var(--uw-dark) !important;\n    padding: 20px 22px !important;\n    margin-bottom: 36px !important;\n  }\n\n  .uw-gift-icon {\n    flex-shrink: 0 !important;\n    color: var(--uw-accent) !important;\n  }\n\n  .uw-gift-text {\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 3px !important;\n  }\n\n  .uw-gift-label {\n    font-size: 9px !important;\n    font-weight: 600 !important;\n    letter-spacing: 0.2em !important;\n    text-transform: uppercase !important;\n    color: var(--uw-accent) !important;\n    display: block !important;\n  }\n\n  .uw-gift-desc {\n    font-size: 13px !important;\n    font-weight: 500 !important;\n    color: #FFFFFF !important;\n    line-height: 1.4 !important;\n    display: block !important;\n  }\n\n  .uw-gift-sub {\n    font-size: 11px !important;\n    font-weight: 300 !important;\n    color: #8A9688 !important;\n    display: block !important;\n  }\n\n  \/* ══════════════════════════\n     9. SPECS\n  ══════════════════════════ *\/\n  .uw-specs {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr !important;\n    gap: 24px !important;\n    margin-bottom: 36px !important;\n  }\n\n  .uw-specs h4 {\n    font-size: 10px !important;\n    font-weight: 600 !important;\n    letter-spacing: 0.18em !important;\n    text-transform: uppercase !important;\n    color: var(--uw-accent) !important;\n    margin-bottom: 12px !important;\n    display: block !important;\n  }\n\n  .uw-specs ul { list-style: none !important; }\n\n  .uw-specs ul li {\n    font-size: 12px !important;\n    font-weight: 300 !important;\n    color: var(--uw-body) !important;\n    padding: 6px 0 !important;\n    border-bottom: 1px solid var(--uw-border) !important;\n    line-height: 1.5 !important;\n    display: block !important;\n  }\n\n  \/* ══════════════════════════\n     10. CLOSING\n  ══════════════════════════ *\/\n  .uw-closing {\n    text-align: center !important;\n    padding: 36px 0 0 !important;\n    border-top: 1px solid var(--uw-border) !important;\n  }\n\n  .uw-closing-headline {\n    font-family: 'Montserrat', sans-serif !important;\n    font-size: clamp(26px, 5vw, 38px) !important;\n    font-weight: 700 !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.04em !important;\n    color: var(--uw-dark) !important;\n    line-height: 1.1 !important;\n    margin-bottom: 14px !important;\n    display: block !important;\n  }\n\n  .uw-closing-headline span { color: var(--uw-accent) !important; }\n\n  .uw-closing-tag {\n    font-size: 11px !important;\n    font-weight: 300 !important;\n    font-style: italic !important;\n    color: var(--uw-muted) !important;\n    letter-spacing: 0.03em !important;\n    display: block !important;\n  }\n\n  \/* ══════════════════════════\n     MOBILE\n  ══════════════════════════ *\/\n  @media screen and (max-width: 640px) {\n    .uw-grid,\n    .uw-obj-grid,\n    .uw-specs,\n    .uw-care-list {\n      grid-template-columns: 1fr !important;\n    }\n\n    .uw-badges {\n      grid-template-columns: 1fr 1fr !important;\n    }\n\n    .uw-badge:nth-child(2),\n    .uw-badge:nth-child(4) { border-right: none !important; }\n\n    .uw-badge:nth-child(1),\n    .uw-badge:nth-child(2) { border-bottom: 1px solid var(--uw-border) !important; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"uw-pdp\"\u003e\n\n  \u003c!-- 1. HEADER --\u003e\n  \u003cdiv class=\"uw-header\"\u003e\n    \u003cspan class=\"uw-tag\"\u003eEyewear · Targa SL Edition\u003c\/span\u003e\n    \u003cspan class=\"uw-title\"\u003eTARGA \u003cspan\u003eSL.\u003c\/span\u003e\u003c\/span\u003e\n    \u003cspan class=\"uw-subtitle\"\u003eTranslucent sage acetate frame · Earthy brown lens · For someone who knows eyewear without needing to explain it.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. INTRO --\u003e\n  \u003cdiv class=\"uw-intro\"\u003e\n    \u003cp\u003eThe Targa SL starts from a geometry few shapes manage to balance: bevelled corners that break up the harshness of a square without falling back on the usual rounded edge. It's a shape with its own identity — a fixture of high-end European eyewear for decades, and one that has now found the right tone in translucent acetate.\u003c\/p\u003e\n    \u003cp\u003eThe translucent sage acetate doesn't hide the structure — it shows it off. Every layer of the material is visible, which turns the frame into something closer to a design object than an everyday accessory. The earthy brown lens complements without competing: it filters light gently, warms up how you see the world, and works from midday through to early evening without straining the eyes.\u003c\/p\u003e\n    \u003cp\u003eFrom the fit of the temples to the polished finish on the tips, the Targa SL is built for someone who looks closely. And anyone who looks closely will notice the difference.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. DIVIDER --\u003e\n  \u003cdiv class=\"uw-divider\"\u003e\n    \u003cspan class=\"uw-divider-line\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"uw-divider-dot\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"uw-divider-line\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. QUALITY GRID --\u003e\n  \u003cdiv class=\"uw-grid\"\u003e\n\n    \u003cdiv class=\"uw-grid-item\"\u003e\n      \u003cdiv class=\"uw-grid-icon\"\u003e\n        \u003c!-- Translucent acetate --\u003e\n        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"5\" y=\"9\" width=\"22\" height=\"14\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M5 16 Q10 12 16 16 Q22 20 27 16\" stroke=\"currentColor\" stroke-width=\"1.1\" stroke-linecap=\"round\" opacity=\".45\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"10\" cy=\"13\" r=\"1.3\" fill=\"currentColor\" opacity=\".3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"16\" cy=\"17\" r=\"1.3\" fill=\"currentColor\" opacity=\".3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"22\" cy=\"13\" r=\"1.3\" fill=\"currentColor\" opacity=\".3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uw-grid-text\"\u003e\n        \u003cspan class=\"uw-grid-name\"\u003eTranslucent Acetate\u003c\/span\u003e\n        \u003cspan class=\"uw-grid-desc\"\u003eHigh-density material with a translucent sage finish — every pair is unique\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-grid-item\"\u003e\n      \u003cdiv class=\"uw-grid-icon\"\u003e\n        \u003c!-- Earthy brown lens --\u003e\n        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"6\" y=\"10\" width=\"20\" height=\"13\" rx=\"3\" stroke=\"currentColor\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"6\" y=\"10\" width=\"20\" height=\"6\" rx=\"3\" stroke=\"none\" fill=\"currentColor\" fill-opacity=\".18\"\u003e\u003c\/rect\u003e\n          \u003cline x1=\"8\" y1=\"13\" x2=\"24\" y2=\"13\" stroke=\"currentColor\" stroke-width=\"0.9\" stroke-linecap=\"round\" opacity=\".3\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"8\" y1=\"16\" x2=\"24\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"0.9\" stroke-linecap=\"round\" opacity=\".2\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"8\" y1=\"19\" x2=\"24\" y2=\"19\" stroke=\"currentColor\" stroke-width=\"0.9\" stroke-linecap=\"round\" opacity=\".1\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uw-grid-text\"\u003e\n        \u003cspan class=\"uw-grid-name\"\u003eEarthy Brown Lens\u003c\/span\u003e\n        \u003cspan class=\"uw-grid-desc\"\u003eGentle light filtering with a warm tone — comfortable from midday to early evening\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-grid-item\"\u003e\n      \u003cdiv class=\"uw-grid-icon\"\u003e\n        \u003c!-- UV400 --\u003e\n        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"16\" cy=\"14\" r=\"5\" stroke=\"currentColor\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"16\" y1=\"4\" x2=\"16\" y2=\"7\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"24\" y1=\"7\" x2=\"22\" y2=\"9\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"27\" y1=\"14\" x2=\"24\" y2=\"14\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"8\" y1=\"4\" x2=\"10\" y2=\"7\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"5\" y1=\"14\" x2=\"8\" y2=\"14\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cpath d=\"M10 22 L13 19 L16 22 L19 19 L22 22\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cline x1=\"10\" y1=\"25\" x2=\"22\" y2=\"25\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\".4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uw-grid-text\"\u003e\n        \u003cspan class=\"uw-grid-name\"\u003eUV400 Protection\u003c\/span\u003e\n        \u003cspan class=\"uw-grid-desc\"\u003eFull UVA and UVB block built into the lens\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-grid-item\"\u003e\n      \u003cdiv class=\"uw-grid-icon\"\u003e\n        \u003c!-- Bevelled geometry --\u003e\n        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M8 7 L24 7 L28 11 L28 21 L24 25 L8 25 L4 21 L4 11 Z\" stroke=\"currentColor\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7 L4 11\" stroke=\"currentColor\" stroke-width=\"1.0\" stroke-linecap=\"round\" opacity=\".4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M24 7 L28 11\" stroke=\"currentColor\" stroke-width=\"1.0\" stroke-linecap=\"round\" opacity=\".4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M28 21 L24 25\" stroke=\"currentColor\" stroke-width=\"1.0\" stroke-linecap=\"round\" opacity=\".4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 21 L8 25\" stroke=\"currentColor\" stroke-width=\"1.0\" stroke-linecap=\"round\" opacity=\".4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uw-grid-text\"\u003e\n        \u003cspan class=\"uw-grid-name\"\u003eBevelled Geometry\u003c\/span\u003e\n        \u003cspan class=\"uw-grid-desc\"\u003eAngled corners — the balance between the classic square and something softer\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-grid-item\"\u003e\n      \u003cdiv class=\"uw-grid-icon\"\u003e\n        \u003c!-- Reinforced temples --\u003e\n        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003crect x=\"5\" y=\"13\" width=\"10\" height=\"6\" rx=\"1.5\" stroke=\"currentColor\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"17\" y=\"13\" width=\"10\" height=\"6\" rx=\"1.5\" stroke=\"currentColor\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/rect\u003e\n          \u003cline x1=\"15\" y1=\"16\" x2=\"17\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003ccircle cx=\"16\" cy=\"16\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"8\" y1=\"13\" x2=\"8\" y2=\"9\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\".5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"24\" y1=\"13\" x2=\"24\" y2=\"9\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\".5\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uw-grid-text\"\u003e\n        \u003cspan class=\"uw-grid-name\"\u003eReinforced Temples\u003c\/span\u003e\n        \u003cspan class=\"uw-grid-desc\"\u003eMetal hinge with double-screw fixing — built to last through daily wear\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-grid-item\"\u003e\n      \u003cdiv class=\"uw-grid-icon\"\u003e\n        \u003c!-- Polished finish --\u003e\n        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M8 24 L24 8\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"11\" cy=\"21\" r=\"5\" stroke=\"currentColor\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"21\" cy=\"11\" r=\"5\" stroke=\"currentColor\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M14 19 Q16 15 18 15\" stroke=\"currentColor\" stroke-width=\"1.0\" stroke-linecap=\"round\" stroke-dasharray=\"1.5 1.5\" opacity=\".4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uw-grid-text\"\u003e\n        \u003cspan class=\"uw-grid-name\"\u003ePolished Finish\u003c\/span\u003e\n        \u003cspan class=\"uw-grid-desc\"\u003eA glossy surface that highlights the translucency of the sage acetate\u003c\/span\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-badges\"\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4A6741\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12l3 3 5-5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan class=\"uw-badge-label\"\u003eLens\u003c\/span\u003e\n      \u003cspan class=\"uw-badge-value\"\u003eEarthy Brown\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4A6741\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpath d=\"M12 3L20 7v6c0 5-4 8-8 9-4-1-8-4-8-9V7z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan class=\"uw-badge-label\"\u003eProtection\u003c\/span\u003e\n      \u003cspan class=\"uw-badge-value\"\u003eUV400\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4A6741\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003crect x=\"3\" y=\"10\" width=\"14\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M17 14h2a2 2 0 002-2V8a2 2 0 00-2-2H7\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"7\" cy=\"19\" r=\"2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"17\" cy=\"19\" r=\"2\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n      \u003cspan class=\"uw-badge-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"uw-badge-value\"\u003e8–14 Days UK\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4A6741\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpath d=\"M20 12V6a2 2 0 00-2-2H6a2 2 0 00-2 2v6\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h20\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12v9\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 12v9\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 12v9\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan class=\"uw-badge-label\"\u003eMaterial\u003c\/span\u003e\n      \u003cspan class=\"uw-badge-value\"\u003eAcetate\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. OBJECTION BREAKERS --\u003e\n  \u003cdiv class=\"uw-obj-grid\"\u003e\n\n    \u003cdiv class=\"uw-obj-item\"\u003e\n      \u003cspan class=\"uw-obj-q\"\u003eDoes translucent acetate scratch easily?\u003c\/span\u003e\n      \u003cspan class=\"uw-obj-a\"\u003ePolished acetate has a denser surface than standard injection-moulded plastic, which makes it more resistant to everyday micro-scratches. With the basic habit of storing in the case, the finish stays true for years without losing its clarity.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-obj-item\"\u003e\n      \u003cspan class=\"uw-obj-q\"\u003eDoes the brown lens work in any light?\u003c\/span\u003e\n      \u003cspan class=\"uw-obj-a\"\u003eYes — it's one of the most versatile lenses in eyewear. Earthy brown cuts glare without darkening the world too much, which makes it well-suited to both overcast days and bright sun. It boosts contrast without distorting colours the way grey lenses sometimes do.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-obj-item\"\u003e\n      \u003cspan class=\"uw-obj-q\"\u003eWill the bevelled shape suit my face?\u003c\/span\u003e\n      \u003cspan class=\"uw-obj-a\"\u003eThe Targa SL's geometry was designed to be universally flattering: the bevelled corners soften the look without losing structure, which works well for oval, longer, and squarer face shapes alike. A shape that balances rather than neutralises.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-obj-item\"\u003e\n      \u003cspan class=\"uw-obj-q\"\u003eDoes acetate warp in the heat?\u003c\/span\u003e\n      \u003cspan class=\"uw-obj-a\"\u003eAcetate is naturally thermoplastic — a property that allows an optician to fine-tune the fit without compromising the structure. At normal use and storage temperatures, it won't warp. Just avoid leaving it inside a closed car on a hot, sunny day.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 7. DAILY CARE --\u003e\n  \u003cdiv class=\"uw-care\"\u003e\n    \u003cspan class=\"uw-care-title\"\u003eDaily Care\u003c\/span\u003e\n    \u003cul class=\"uw-care-list\"\u003e\n\n      \u003cli class=\"uw-care-item\"\u003e\n        \u003cspan class=\"uw-care-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 22 22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M11 3 C7 3 4 6 4 10 C4 15 11 20 11 20 C11 20 18 15 18 10 C18 6 15 3 11 3Z\" fill=\"none\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 10 L10.5 12.5 L14.5 8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"uw-care-text\"\u003eAlways clean the lenses with the included cloth — never paper, a t-shirt, or rough fabric\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"uw-care-item\"\u003e\n        \u003cspan class=\"uw-care-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 22 22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"4\" y=\"8\" width=\"14\" height=\"10\" rx=\"2\" fill=\"none\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M8 8 V6 Q8 3 11 3 Q14 3 14 6 V8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"uw-care-text\"\u003eStore in the case when not in use — protects the polished surface from scratches\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"uw-care-item\"\u003e\n        \u003cspan class=\"uw-care-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 22 22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M4 11 Q6 7 11 7 Q16 7 18 11\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M18 13 Q16 17 11 17 Q6 17 4 13\"\u003e\u003c\/path\u003e\n            \u003cpolyline points=\"16,7 18,11 14,11\"\u003e\u003c\/polyline\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"uw-care-text\"\u003eAvoid leaving them on hot surfaces like a car dashboard — the acetate can warp\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"uw-care-item\"\u003e\n        \u003cspan class=\"uw-care-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 22 22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"11\" cy=\"11\" r=\"7\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"11\" y1=\"7\" x2=\"11\" y2=\"11\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"11\" y1=\"11\" x2=\"14\" y2=\"13\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"uw-care-text\"\u003eSkip chemical cleaners — clean water and the cloth provided are all you need\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"uw-care-item\"\u003e\n        \u003cspan class=\"uw-care-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 22 22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M4 14 L11 5 L18 14\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 14 L7 18 L15 18 L15 14\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"uw-care-text\"\u003eAlways remove with both hands — this stops the frame twisting out of shape\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"uw-care-item\"\u003e\n        \u003cspan class=\"uw-care-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 22 22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"11\" cy=\"9\" r=\"4\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M5 19 C5 15.5 7.5 13 11 13 C14.5 13 17 15.5 17 19\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"uw-care-text\"\u003eIf the temples feel loose, take them to an optician for adjustment — don't force them yourself\u003c\/span\u003e\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8. GIFT — CLEANING CLOTH --\u003e\n  \u003cdiv class=\"uw-gift\"\u003e\n    \u003cspan class=\"uw-gift-icon\"\u003e\n      \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect x=\"6\" y=\"10\" width=\"28\" height=\"22\" rx=\"3\" stroke=\"currentColor\" stroke-width=\"1.4\" fill=\"none\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M6 18 L34 18\" stroke=\"currentColor\" stroke-width=\"1.3\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M20 10 L20 32\" stroke=\"currentColor\" stroke-width=\"1.2\" opacity=\".4\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M20 10 C20 10 16 6 13 8 C10 10 14 14 20 10Z\" stroke=\"currentColor\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M20 10 C20 10 24 6 27 8 C30 10 26 14 20 10Z\" stroke=\"currentColor\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n    \u003cdiv class=\"uw-gift-text\"\u003e\n      \u003cspan class=\"uw-gift-label\"\u003eIncluded free\u003c\/span\u003e\n      \u003cspan class=\"uw-gift-desc\"\u003ePremium cleaning cloth with every order\u003c\/span\u003e\n      \u003cspan class=\"uw-gift-sub\"\u003eMicrofibre fabric · Scratch-free · Safe on polished acetate\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 9. SPECS --\u003e\n  \u003cdiv class=\"uw-specs\"\u003e\n    \u003cdiv\u003e\n      \u003ch4\u003eComposition\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eTranslucent sage acetate frame\u003c\/li\u003e\n        \u003cli\u003eEarthy brown polycarbonate lens\u003c\/li\u003e\n        \u003cli\u003eBuilt-in UV400 protection\u003c\/li\u003e\n        \u003cli\u003eMetal hinge with double-screw fixing\u003c\/li\u003e\n        \u003cli\u003eGlossy polished finish\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch4\u003eSpecifications\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eShape: Bevelled geometric\u003c\/li\u003e\n        \u003cli\u003eColourway: Translucent Sage · Brown Lens\u003c\/li\u003e\n        \u003cli\u003eLens: Polycarbonate · Soft brown\u003c\/li\u003e\n        \u003cli\u003eFit: Unisex\u003c\/li\u003e\n        \u003cli\u003eBest for: Everyday \/ Urban \/ Outdoor\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 10. CLOSING --\u003e\n  \u003cdiv class=\"uw-closing\"\u003e\n    \u003cspan class=\"uw-closing-headline\"\u003eGood taste\u003cbr\u003edoesn't need\u003cbr\u003e\u003cspan\u003eexplaining.\u003c\/span\u003e\u003c\/span\u003e\n    \u003cspan class=\"uw-closing-tag\"\u003eCelave \u0026amp; Co — considered design, finished without compromise.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Celave \u0026 Co","offers":[{"title":"Default Title","offer_id":48825927303385,"sku":"Targa-SL-8825","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-06-17T121403.973.png?v=1781709259","url":"https:\/\/celaveandco.com\/products\/targa-sl","provider":"Celave \u0026 Co","version":"1.0","type":"link"}