{"product_id":"capri-mens-ultra-comfortable-polo-shirt","title":"Capri - Men's Ultra Comfortable Polo Shirt","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@300;400;500;600;700\u0026amp;family=Lora:ital,wght@0,400;0,600;1,400\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n\/* ── TOKENS ─────────────────────────────────────────── *\/\n:root {\n  --dark:       #111827;\n  --mid:        #374151;\n  --muted:      #6b7280;\n  --border:     #e5e7eb;\n  --cream:      #fafaf8;\n  --white:      #ffffff;\n  --black:      #0a0a0a;\n  --navy:       #0f172a;\n  --blue:       #1d4ed8;\n  --blue-light: #eff6ff;\n  --blue-mid:   #bfdbfe;\n  --green:      #15803d;\n  --green-bg:   #f0fdf4;\n  --amber:      #d97706;\n  --amber-bg:   #fffbeb;\n  --red:        #dc2626;\n  --red-bg:     #fef2f2;\n  --radius-sm:  8px;\n  --radius-md:  14px;\n  --radius-lg:  22px;\n  --shadow:     0 4px 24px rgba(0,0,0,0.08);\n}\n\n* { margin: 0; padding: 0; box-sizing: border-box; }\nbody { font-family: 'Sora', sans-serif; background: var(--white); color: var(--dark); line-height: 1.7; }\n\n.eyebrow {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  margin-bottom: 14px;\n}\n.eyebrow.blue  { color: var(--blue); }\n.eyebrow.white { color: rgba(255,255,255,0.55); }\n.eyebrow.green { color: var(--green); }\n.eyebrow.amber { color: var(--amber); }\n\n.sec-title {\n  font-family: 'Lora', serif;\n  font-size: clamp(24px, 4vw, 40px);\n  font-weight: 600;\n  line-height: 1.2;\n  max-width: 640px;\n  margin: 0 auto 14px;\n}\n\n.sec-sub {\n  font-size: 16px;\n  color: var(--muted);\n  max-width: 520px;\n  margin: 0 auto 48px;\n  font-weight: 300;\n  line-height: 1.75;\n}\n\n.center { text-align: center; }\n\n\/* ── URGENCY BAR ─────────────────────────────────────── *\/\n.urgency-bar {\n  background: var(--navy);\n  color: #fff;\n  text-align: center;\n  padding: 11px 20px;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 0.3px;\n}\n\n.urgency-bar span { color: #93c5fd; }\n\n\/* ── TOF: PAIN HERO ─────────────────────────────────── *\/\n.pain-section {\n  background: var(--navy);\n  color: #fff;\n  padding: 72px 24px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.pain-section::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse at 20% 60%, rgba(29,78,216,0.2) 0%, transparent 55%),\n    radial-gradient(ellipse at 80% 40%, rgba(29,78,216,0.1) 0%, transparent 50%);\n}\n\n.pain-section \u003e * { position: relative; z-index: 1; }\n\n.pain-headline {\n  font-family: 'Lora', serif;\n  font-size: clamp(30px, 5vw, 54px);\n  font-weight: 600;\n  line-height: 1.2;\n  max-width: 760px;\n  margin: 0 auto 22px;\n  color: #fff;\n}\n\n.pain-headline em { font-style: italic; color: #93c5fd; }\n\n.pain-body {\n  font-size: 17px;\n  color: rgba(255,255,255,0.62);\n  max-width: 560px;\n  margin: 0 auto 44px;\n  font-weight: 300;\n  line-height: 1.85;\n}\n\n.pain-tags {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 9px;\n  max-width: 600px;\n  margin: 0 auto;\n}\n\n.pain-tag {\n  background: rgba(255,255,255,0.07);\n  border: 1px solid rgba(255,255,255,0.13);\n  color: rgba(255,255,255,0.8);\n  padding: 7px 17px;\n  border-radius: 100px;\n  font-size: 13px;\n}\n\n\/* ── MOF: AGITATION ─────────────────────────────────── *\/\n.agitation-section {\n  background: var(--cream);\n  padding: 72px 24px;\n  text-align: center;\n  border-bottom: 1px solid var(--border);\n}\n\n.agitation-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 16px;\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.ag-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: var(--radius-md);\n  padding: 26px 22px;\n  text-align: left;\n  position: relative;\n  overflow: hidden;\n}\n\n.ag-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 3px;\n  background: var(--red);\n  opacity: 0.7;\n}\n\n.ag-icon  { font-size: 26px; margin-bottom: 12px; }\n.ag-title { font-family: 'Lora', serif; font-size: 16px; font-weight: 600; color: var(--dark); margin-bottom: 6px; }\n.ag-text  { font-size: 13px; color: var(--muted); line-height: 1.65; }\n\n\/* ── PULL QUOTE ─────────────────────────────────────── *\/\n.quote-section {\n  background: var(--dark);\n  padding: 56px 24px;\n  text-align: center;\n}\n\n.quote-text {\n  font-family: 'Lora', serif;\n  font-size: clamp(17px, 3vw, 24px);\n  font-style: italic;\n  color: #fff;\n  max-width: 620px;\n  margin: 0 auto 20px;\n  line-height: 1.6;\n}\n\n.quote-author { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.55); }\n.quote-loc    { font-size: 13px; color: rgba(255,255,255,0.35); margin-top: 3px; }\n\n\/* ── SOLUTION INTRO ─────────────────────────────────── *\/\n.solution-section {\n  background: var(--blue);\n  color: #fff;\n  padding: 72px 24px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.solution-section::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.1) 0%, transparent 60%);\n}\n\n.solution-section \u003e * { position: relative; z-index: 1; }\n\n.sol-headline {\n  font-family: 'Lora', serif;\n  font-size: clamp(28px, 5vw, 50px);\n  font-weight: 600;\n  line-height: 1.2;\n  max-width: 720px;\n  margin: 0 auto 20px;\n}\n\n.sol-headline strong { font-style: italic; color: #bfdbfe; }\n\n.sol-body {\n  font-size: 17px;\n  color: rgba(255,255,255,0.82);\n  max-width: 560px;\n  margin: 0 auto;\n  font-weight: 300;\n  line-height: 1.85;\n}\n\n\/* ── FABRIC FEATURES ────────────────────────────────── *\/\n.fabric-section {\n  background: var(--white);\n  padding: 72px 24px;\n}\n\n.fabric-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 18px;\n  max-width: 940px;\n  margin: 0 auto;\n}\n\n.fabric-card {\n  background: var(--blue-light);\n  border: 1px solid var(--blue-mid);\n  border-radius: var(--radius-md);\n  padding: 28px 22px;\n}\n\n.fab-icon  { font-size: 26px; margin-bottom: 12px; }\n.fab-title { font-family: 'Lora', serif; font-size: 17px; font-weight: 600; color: #1e3a8a; margin-bottom: 7px; }\n.fab-text  { font-size: 13px; color: var(--mid); line-height: 1.65; }\n\n\/* ── FEEL GOOD STRIP ────────────────────────────────── *\/\n.strip-section {\n  background: var(--navy);\n  padding: 48px 24px;\n  text-align: center;\n}\n\n.strip-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n  gap: 24px;\n  max-width: 860px;\n  margin: 0 auto;\n}\n\n.strip-item {}\n.strip-num   { font-family: 'Lora', serif; font-size: 40px; font-weight: 600; color: #93c5fd; line-height: 1; margin-bottom: 8px; }\n.strip-label { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.5; }\n\n\/* ── BENEFITS ───────────────────────────────────────── *\/\n.benefits-section {\n  background: var(--cream);\n  padding: 72px 24px;\n  border-top: 1px solid var(--border);\n  border-bottom: 1px solid var(--border);\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n  gap: 16px;\n  max-width: 920px;\n  margin: 0 auto;\n}\n\n.benefit-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: var(--radius-md);\n  padding: 28px 22px;\n  position: relative;\n  overflow: hidden;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n\n.benefit-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }\n\n.benefit-card::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 3px;\n  background: linear-gradient(90deg, var(--blue), #93c5fd);\n}\n\n.ben-icon  { font-size: 28px; margin-bottom: 12px; }\n.ben-title { font-family: 'Lora', serif; font-size: 16px; font-weight: 600; color: var(--dark); margin-bottom: 7px; }\n.ben-text  { font-size: 13px; color: var(--muted); line-height: 1.65; }\n\n\/* ── OCCASIONS ──────────────────────────────────────── *\/\n.occasions-section {\n  background: var(--white);\n  padding: 64px 24px;\n  text-align: center;\n}\n\n.occasions-grid {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 10px;\n  max-width: 680px;\n  margin: 0 auto;\n}\n\n.occasion-pill {\n  background: var(--blue-light);\n  border: 1px solid var(--blue-mid);\n  color: #1e3a8a;\n  padding: 10px 20px;\n  border-radius: 100px;\n  font-size: 14px;\n  font-weight: 500;\n  display: flex;\n  align-items: center;\n  gap: 7px;\n}\n\n\/* ── REVIEWS ────────────────────────────────────────── *\/\n.reviews-section {\n  background: var(--cream);\n  padding: 72px 24px;\n  text-align: center;\n  border-top: 1px solid var(--border);\n}\n\n.reviews-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 16px;\n  max-width: 920px;\n  margin: 0 auto;\n}\n\n.review-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: var(--radius-md);\n  padding: 24px;\n  text-align: left;\n}\n\n.rv-stars    { color: #f59e0b; font-size: 15px; letter-spacing: 2px; margin-bottom: 10px; }\n.rv-text     { font-size: 13px; color: var(--mid); line-height: 1.7; margin-bottom: 14px; font-style: italic; }\n.rv-name     { font-size: 13px; font-weight: 600; color: var(--dark); }\n.rv-loc      { font-size: 12px; color: var(--muted); margin-top: 2px; }\n.rv-verified { display: inline-block; font-size: 11px; color: var(--green); background: var(--green-bg); padding: 2px 8px; border-radius: 100px; margin-top: 6px; font-weight: 500; }\n\n\/* ── VS COMPARISON ──────────────────────────────────── *\/\n.vs-section {\n  background: var(--dark);\n  padding: 72px 24px;\n  text-align: center;\n}\n\n.vs-section .sec-title { color: #fff; }\n.vs-section .sec-sub   { color: rgba(255,255,255,0.5); }\n\n.vs-table {\n  max-width: 700px;\n  margin: 0 auto;\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  border: 1px solid rgba(255,255,255,0.07);\n}\n\n.vs-header {\n  display: grid;\n  grid-template-columns: 1.5fr 1fr 1fr;\n  background: rgba(255,255,255,0.05);\n  padding: 14px 20px;\n}\n\n.vs-hcell { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); text-align: center; }\n.vs-hcell.hi { color: #93c5fd; }\n.vs-hcell:first-child { text-align: left; }\n\n.vs-row {\n  display: grid;\n  grid-template-columns: 1.5fr 1fr 1fr;\n  border-top: 1px solid rgba(255,255,255,0.05);\n  padding: 13px 20px;\n  align-items: center;\n}\n\n.vs-row:nth-child(odd) { background: rgba(255,255,255,0.02); }\n.vs-feat { font-size: 13px; color: rgba(255,255,255,0.65); text-align: left; }\n.vs-cell { text-align: center; font-size: 17px; }\n.vs-cell.yes { color: #86efac; }\n.vs-cell.no  { color: #f87171; }\n\n\/* ── OBJECTION KILLERS ──────────────────────────────── *\/\n.objections-section {\n  background: var(--amber-bg);\n  padding: 64px 24px;\n  border-top: 1px solid rgba(217,119,6,0.15);\n}\n\n.objections-section .sec-title { color: var(--dark); }\n.objections-section .sec-sub   { color: var(--muted); margin-bottom: 36px; }\n\n.obj-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 14px;\n  max-width: 860px;\n  margin: 0 auto;\n}\n\n.obj-card {\n  background: var(--white);\n  border: 1px solid rgba(217,119,6,0.2);\n  border-radius: var(--radius-md);\n  padding: 20px 22px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n\n.obj-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }\n.obj-q    { font-size: 13px; font-weight: 600; color: var(--dark); margin-bottom: 4px; }\n.obj-a    { font-size: 13px; color: var(--muted); line-height: 1.6; }\n\n\/* ── BOF: CTA ───────────────────────────────────────── *\/\n.cta-section {\n  background: linear-gradient(150deg, #0f172a 0%, #1e3a8a 60%, #1d4ed8 100%);\n  padding: 80px 24px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.cta-section::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse at 60% 30%, rgba(255,255,255,0.07) 0%, transparent 55%);\n}\n\n.cta-section \u003e * { position: relative; z-index: 1; }\n\n.cta-headline {\n  font-family: 'Lora', serif;\n  font-size: clamp(28px, 5vw, 50px);\n  font-weight: 600;\n  color: #fff;\n  max-width: 640px;\n  margin: 0 auto 16px;\n  line-height: 1.2;\n}\n\n.cta-headline em { font-style: italic; color: #93c5fd; }\n\n.cta-sub {\n  font-size: 16px;\n  color: rgba(255,255,255,0.65);\n  max-width: 500px;\n  margin: 0 auto 36px;\n  font-weight: 300;\n  line-height: 1.8;\n}\n\n.trust-row {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 10px;\n  max-width: 620px;\n  margin: 0 auto 16px;\n}\n\n.trust-badge {\n  background: rgba(255,255,255,0.1);\n  border: 1px solid rgba(255,255,255,0.18);\n  color: rgba(255,255,255,0.9);\n  padding: 9px 18px;\n  border-radius: 100px;\n  font-size: 12px;\n  font-weight: 500;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n\n.cta-note { margin-top: 18px; font-size: 12px; color: rgba(255,255,255,0.38); }\n\n\/* ── GUARANTEE ──────────────────────────────────────── *\/\n.guarantee-section {\n  background: var(--cream);\n  padding: 48px 24px;\n  text-align: center;\n  border-top: 1px solid var(--border);\n}\n\n.guarantee-inner { max-width: 500px; margin: 0 auto; }\n.g-icon  { font-size: 44px; margin-bottom: 16px; }\n.g-title { font-family: 'Lora', serif; font-size: 22px; font-weight: 600; color: var(--dark); margin-bottom: 10px; }\n.g-text  { font-size: 15px; color: var(--muted); line-height: 1.75; }\n\n\/* ── FAQ ────────────────────────────────────────────── *\/\n.faq-section { background: var(--white); padding: 64px 24px; }\n\n.faq-list {\n  max-width: 660px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.faq-item {\n  background: var(--cream);\n  border: 1px solid var(--border);\n  border-radius: var(--radius-md);\n  padding: 20px 24px;\n}\n\n.faq-q { font-family: 'Lora', serif; font-size: 16px; font-weight: 600; color: var(--dark); margin-bottom: 6px; }\n.faq-a { font-size: 14px; color: var(--muted); line-height: 1.65; }\n\n@media (max-width: 600px) {\n  .vs-feat, .vs-cell, .vs-hcell { font-size: 11px; }\n  .vs-row, .vs-header            { padding: 11px 10px; }\n  .agitation-grid, .fabric-grid,\n  .benefits-grid, .reviews-grid,\n  .obj-grid                      { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003c!-- ══ URGENCY BAR ══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"urgency-bar\"\u003e☀️ Summer Sale — \u003cspan\u003eFree Worldwide Shipping\u003c\/span\u003e · 20,000+ Happy Customers · 30-Day Trial\u003c\/div\u003e\n\u003c!-- ══════════════════════════════════════════════════════════\n     TOF — ATTENTION\n     ══════════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"pain-section\"\u003e\u003cspan class=\"eyebrow white\"\u003eMost men have never worn a shirt like this\u003c\/span\u003e\n\u003ch1 class=\"pain-headline\"\u003eYou shouldn't have to choose between\u003cbr\u003e\u003cem\u003elooking good and feeling comfortable.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"pain-body\"\u003eThat stiff, sweaty, uncomfortable feeling by noon. Shirts that wrinkle the moment you move. Fabric that traps heat in summer and looks tired by 2pm. You've accepted it — because that's just what shirts feel like. It doesn't have to be.\u003c\/p\u003e\n\u003cdiv class=\"pain-tags\"\u003e\n\u003cspan class=\"pain-tag\"\u003e😓 Sweaty and overheated\u003c\/span\u003e \u003cspan class=\"pain-tag\"\u003e🔒 Stiff, restrictive fabric\u003c\/span\u003e \u003cspan class=\"pain-tag\"\u003e😤 Wrinkles after one hour\u003c\/span\u003e \u003cspan class=\"pain-tag\"\u003e💸 Expensive shirts that disappoint\u003c\/span\u003e \u003cspan class=\"pain-tag\"\u003e🎨 Limited colours worth wearing\u003c\/span\u003e \u003cspan class=\"pain-tag\"\u003e📐 Poor fit off the rack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════════════════════\n     MOF — INTEREST\n     ══════════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"agitation-section\"\u003e\u003cspan class=\"eyebrow blue\"\u003eThe Real Problem\u003c\/span\u003e\n\u003ch2 class=\"sec-title center\"\u003eMost polo shirts are made for looks — not for living in.\u003c\/h2\u003e\n\u003cp class=\"sec-sub center\"\u003eBrands spend their budget on marketing and cut corners on the one thing that matters: how the shirt actually feels on your body all day.\u003c\/p\u003e\n\u003cdiv class=\"agitation-grid\"\u003e\n\u003cdiv class=\"ag-card\"\u003e\n\u003cdiv class=\"ag-icon\"\u003e🌡️\u003c\/div\u003e\n\u003cdiv class=\"ag-title\"\u003eHeat-trapping fabrics\u003c\/div\u003e\n\u003cp class=\"ag-text\"\u003eStandard cotton traps body heat and holds sweat close to your skin. By midday you're uncomfortable, and it shows on your face — and your shirt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-card\"\u003e\n\u003cdiv class=\"ag-icon\"\u003e🪤\u003c\/div\u003e\n\u003cdiv class=\"ag-title\"\u003eFabric that fights your body\u003c\/div\u003e\n\u003cp class=\"ag-text\"\u003eRigid weaves restrict movement. Reaching for something, getting in and out of a car, stretching — you feel the shirt pulling before your body does.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-card\"\u003e\n\u003cdiv class=\"ag-icon\"\u003e🤦\u003c\/div\u003e\n\u003cdiv class=\"ag-title\"\u003eLooks great on the hanger, not on you\u003c\/div\u003e\n\u003cp class=\"ag-text\"\u003eThe cut works on a mannequin. On a real body that moves, sits, and breathes all day — it pulls, bunches, and wrinkles in all the wrong places.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ag-card\"\u003e\n\u003cdiv class=\"ag-icon\"\u003e💸\u003c\/div\u003e\n\u003cdiv class=\"ag-title\"\u003ePaying more doesn't fix it\u003c\/div\u003e\n\u003cp class=\"ag-text\"\u003eYou've tried the premium brands. Better stitching, fancier logos — but the same rigid fabric and the same afternoon discomfort. The problem is in the material, not the price tag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PULL QUOTE --\u003e\n\u003csection class=\"quote-section\"\u003e\n\u003cp class=\"quote-text\"\u003e\"I've bought polo shirts from brands ten times more expensive than this. None of them felt as good on day one — or still look this good after 40 washes.\"\u003c\/p\u003e\n\u003cdiv class=\"quote-author\"\u003eMarcus T.\u003c\/div\u003e\n\u003cdiv class=\"quote-loc\"\u003eVerified Customer · New York, USA\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SOLUTION INTRO --\u003e\n\u003csection class=\"solution-section\"\u003e\u003cspan class=\"eyebrow white\"\u003eIntroducing the Capri\u003c\/span\u003e\n\u003ch2 class=\"sol-headline\"\u003eThe polo that moves\u003cbr\u003e\u003cstrong\u003eexactly like you do.\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003cp class=\"sol-body\"\u003eThe Capri is built on a single principle: a shirt should disappear the moment you put it on. Ultra-soft stretch fabric that breathes, moves, and holds its shape — from your first meeting of the day to your last commitment at night.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FABRIC FEATURES --\u003e\n\u003csection class=\"fabric-section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow blue\"\u003eThe Fabric\u003c\/span\u003e\n\u003ch2 class=\"sec-title center\"\u003eThis isn't regular fabric. Here's what's different.\u003c\/h2\u003e\n\u003cp class=\"sec-sub center\"\u003eEvery detail of the Capri's construction is built around one goal: all-day comfort without compromising on how you look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fabric-grid\"\u003e\n\u003cdiv class=\"fabric-card\"\u003e\n\u003cdiv class=\"fab-icon\"\u003e🌬️\u003c\/div\u003e\n\u003cdiv class=\"fab-title\"\u003eUltra-Breathable Weave\u003c\/div\u003e\n\u003cp class=\"fab-text\"\u003eMicro-ventilation built into the fabric structure keeps air moving against your skin — so you stay cooler and drier even in warm weather or busy days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fabric-card\"\u003e\n\u003cdiv class=\"fab-icon\"\u003e🤸\u003c\/div\u003e\n\u003cdiv class=\"fab-title\"\u003e4-Way Stretch Construction\u003c\/div\u003e\n\u003cp class=\"fab-text\"\u003eMoves in every direction with you. Reach up, sit down, drive, work out — the Capri adapts to your body's movement without pulling, bunching, or restricting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fabric-card\"\u003e\n\u003cdiv class=\"fab-icon\"\u003e🧴\u003c\/div\u003e\n\u003cdiv class=\"fab-title\"\u003eUltra-Soft Hand Feel\u003c\/div\u003e\n\u003cp class=\"fab-text\"\u003eThe moment it touches your skin you'll understand. Impossibly soft fabric that gets better with every wash — not rougher or thinner like standard cotton.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fabric-card\"\u003e\n\u003cdiv class=\"fab-icon\"\u003e📐\u003c\/div\u003e\n\u003cdiv class=\"fab-title\"\u003eTailored-Fit Silhouette\u003c\/div\u003e\n\u003cp class=\"fab-text\"\u003eNot boxy. Not too slim. The Capri's cut is engineered for real bodies — structured enough to look intentional, relaxed enough to feel like your second skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fabric-card\"\u003e\n\u003cdiv class=\"fab-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv class=\"fab-title\"\u003eWrinkle-Resistant\u003c\/div\u003e\n\u003cp class=\"fab-text\"\u003eStill looking sharp after 8 hours at a desk, a commute, and a dinner. The stretch fabric returns to its shape — you don't have to iron it to look like you did.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fabric-card\"\u003e\n\u003cdiv class=\"fab-icon\"\u003e🎨\u003c\/div\u003e\n\u003cdiv class=\"fab-title\"\u003e7 Colour-Fast Shades\u003c\/div\u003e\n\u003cp class=\"fab-text\"\u003eEspresso Black, Harbour Gray, Coastal Blue, Midnight Navy, Sage Green, Merlot Red, Silverwood Gray. Colours that stay vibrant wash after wash — no fading after season one.\u003c\/p\u003e\n\u003cp class=\"fab-text\"\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1015\/9489\/0562\/files\/1_1f977690-8f7e-4d09-9a7a-57140c43fbde.png?v=1782266307\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- STATS STRIP --\u003e\n\u003csection class=\"strip-section\"\u003e\u003cspan class=\"eyebrow white\"\u003eBy the numbers\u003c\/span\u003e\n\u003ch2 style=\"color: #fff; margin-bottom: 40px;\" class=\"sec-title center\"\u003eWhat 20,000+ customers found out.\u003c\/h2\u003e\n\u003cdiv class=\"strip-grid\"\u003e\n\u003cdiv class=\"strip-item\"\u003e\n\u003cdiv class=\"strip-num\"\u003e20K+\u003c\/div\u003e\n\u003cp class=\"strip-label\"\u003ehappy customers worldwide since launch\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"strip-item\"\u003e\n\u003cdiv class=\"strip-num\"\u003e4.8★\u003c\/div\u003e\n\u003cp class=\"strip-label\"\u003eaverage rating across all verified reviews\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"strip-item\"\u003e\n\u003cdiv class=\"strip-num\"\u003e7\u003c\/div\u003e\n\u003cp class=\"strip-label\"\u003ecolours available — each one worth owning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"strip-item\"\u003e\n\u003cdiv class=\"strip-num\"\u003e30\u003c\/div\u003e\n\u003cp class=\"strip-label\"\u003eday trial — wear it, wash it, decide\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"benefits-section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow blue\"\u003eWhy the Capri\u003c\/span\u003e\n\u003ch2 class=\"sec-title center\"\u003eEverything a polo should be. Finally.\u003c\/h2\u003e\n\u003cp class=\"sec-sub center\"\u003eBuilt for men who want to look sharp without thinking about their shirt all day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"ben-icon\"\u003e🌬️\u003c\/div\u003e\n\u003cdiv class=\"ben-title\"\u003eStays cool all day\u003c\/div\u003e\n\u003cp class=\"ben-text\"\u003eBreathable construction keeps air moving — no afternoon heat build-up, no visible sweat, no discomfort that creeps up by 2pm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"ben-icon\"\u003e🤸\u003c\/div\u003e\n\u003cdiv class=\"ben-title\"\u003eMoves like a second skin\u003c\/div\u003e\n\u003cp class=\"ben-text\"\u003e4-way stretch means you never feel the shirt when you're moving. Reach, drive, sit, stand — it follows you, not the other way around.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"ben-icon\"\u003e👔\u003c\/div\u003e\n\u003cdiv class=\"ben-title\"\u003eSharp enough for anything\u003c\/div\u003e\n\u003cp class=\"ben-text\"\u003eCasual Friday. Client lunch. Weekend plans. The Capri's tailored silhouette keeps you looking intentional whether you're in the office or on the move.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"ben-icon\"\u003e♾️\u003c\/div\u003e\n\u003cdiv class=\"ben-title\"\u003eBuilt to last\u003c\/div\u003e\n\u003cp class=\"ben-text\"\u003eColour-fast fabric. Wrinkle-resistant construction. Gets softer with every wash — not thinner. The kind of shirt you're still reaching for in year three.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"ben-icon\"\u003e🎨\u003c\/div\u003e\n\u003cdiv class=\"ben-title\"\u003eA colour for every wardrobe\u003c\/div\u003e\n\u003cp class=\"ben-text\"\u003e7 shades, each chosen to complement a real wardrobe — not just look good in a product photo. Most customers end up with at least three.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"ben-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"ben-title\"\u003eSizes S to 5XL\u003c\/div\u003e\n\u003cp class=\"ben-text\"\u003eThe Capri is designed to fit real bodies across the full size range — not just the model-spec measurements most brands build for.\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"ben-text\"\u003e\u003cimg\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1015\/9489\/0562\/files\/1.png?v=1782266263\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OCCASIONS --\u003e\n\u003csection class=\"occasions-section\"\u003e\u003cspan class=\"eyebrow blue\"\u003eWear it everywhere\u003c\/span\u003e\n\u003ch2 class=\"sec-title center\"\u003eOne shirt. Every situation.\u003c\/h2\u003e\n\u003cp class=\"sec-sub center\"\u003eThe Capri is the shirt you reach for without thinking about it — because it always works.\u003c\/p\u003e\n\u003cdiv class=\"occasions-grid\"\u003e\n\u003cspan class=\"occasion-pill\"\u003e💼 Office \u0026amp; meetings\u003c\/span\u003e \u003cspan class=\"occasion-pill\"\u003e✈️ Travel days\u003c\/span\u003e \u003cspan class=\"occasion-pill\"\u003e🍽️ Dinner out\u003c\/span\u003e \u003cspan class=\"occasion-pill\"\u003e🏌️ Golf \u0026amp; outdoor sports\u003c\/span\u003e \u003cspan class=\"occasion-pill\"\u003e🛒 Weekend errands\u003c\/span\u003e \u003cspan class=\"occasion-pill\"\u003e🎉 Casual social events\u003c\/span\u003e \u003cspan class=\"occasion-pill\"\u003e🚗 Long drives\u003c\/span\u003e \u003cspan class=\"occasion-pill\"\u003e🌡️ Hot weather days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REVIEWS --\u003e\n\u003csection class=\"reviews-section\"\u003e\u003cspan class=\"eyebrow blue\"\u003eReal Customers. Real Results.\u003c\/span\u003e\n\u003ch2 class=\"sec-title center\"\u003eThey were sceptical too.\u003c\/h2\u003e\n\u003cp class=\"sec-sub center\"\u003eOver 300,000 men have tried it. Here's what they found.\u003c\/p\u003e\n\u003cdiv class=\"reviews-grid\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"rv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"rv-text\"\u003e\"I ordered one to try it. Three days later I ordered three more in different colours. It's genuinely the most comfortable shirt I've ever worn — and I've spent a lot of money trying to find one.\"\u003c\/p\u003e\n\u003cdiv class=\"rv-name\"\u003eJames H.\u003c\/div\u003e\n\u003cdiv class=\"rv-loc\"\u003eLondon, UK\u003c\/div\u003e\n\u003cspan class=\"rv-verified\"\u003e✓ Verified Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"rv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"rv-text\"\u003e\"Wore it through a full day of back-to-back meetings, a gym session, and dinner. Still looked sharp. My regular shirts would have been a wrinkled mess by noon. This is my new go-to.\"\u003c\/p\u003e\n\u003cdiv class=\"rv-name\"\u003eDavid K.\u003c\/div\u003e\n\u003cdiv class=\"rv-loc\"\u003eNew York, USA\u003c\/div\u003e\n\u003cspan class=\"rv-verified\"\u003e✓ Verified Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"rv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"rv-text\"\u003e\"I'm 6'2\" and XL usually fits weird on me. The Capri actually fits my shoulders and chest without ballooning at the waist. First polo I've found that actually looks right on my frame.\"\u003c\/p\u003e\n\u003cdiv class=\"rv-name\"\u003eRyan M.\u003c\/div\u003e\n\u003cdiv class=\"rv-loc\"\u003eToronto, Canada\u003c\/div\u003e\n\u003cspan class=\"rv-verified\"\u003e✓ Verified Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"rv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"rv-text\"\u003e\"I was convinced it was too good to be true at this price. It's not. The fabric quality is genuinely impressive — softer than shirts I paid three times more for. Already bought two for my brother.\"\u003c\/p\u003e\n\u003cdiv class=\"rv-name\"\u003eTom W.\u003c\/div\u003e\n\u003cdiv class=\"rv-loc\"\u003eSydney, Australia\u003c\/div\u003e\n\u003cspan class=\"rv-verified\"\u003e✓ Verified Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"rv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"rv-text\"\u003e\"I run hot and sweat easily. This is the first shirt I've worn all summer where I didn't have to think about it. The breathability is real — not just a marketing word on the label.\"\u003c\/p\u003e\n\u003cdiv class=\"rv-name\"\u003eCarlos R.\u003c\/div\u003e\n\u003cdiv class=\"rv-loc\"\u003eMiami, USA\u003c\/div\u003e\n\u003cspan class=\"rv-verified\"\u003e✓ Verified Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"rv-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"rv-text\"\u003e\"40 washes in. Still the same fit, same colour, same softness. I own 5 now in different colours and they've all held up identically. That's the real test — and it passed.\"\u003c\/p\u003e\n\u003cdiv class=\"rv-name\"\u003eMarcus T.\u003c\/div\u003e\n\u003cdiv class=\"rv-loc\"\u003eNew York, USA\u003c\/div\u003e\n\u003cspan class=\"rv-verified\"\u003e✓ Verified Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VS COMPARISON --\u003e\n\u003csection class=\"vs-section\"\u003e\u003cspan class=\"eyebrow white\"\u003eThe Comparison\u003c\/span\u003e\n\u003ch2 class=\"sec-title center\"\u003eCapri vs. everything else in your wardrobe\u003c\/h2\u003e\n\u003cp class=\"sec-sub center\"\u003eThe difference is in how you feel at 6pm — not how it looked at 9am.\u003c\/p\u003e\n\u003cdiv class=\"vs-table\"\u003e\n\u003cdiv class=\"vs-header\"\u003e\n\u003cdiv style=\"text-align: left;\" class=\"vs-hcell\"\u003eFeature\u003c\/div\u003e\n\u003cdiv class=\"vs-hcell hi\"\u003eCapri Polo\u003c\/div\u003e\n\u003cdiv class=\"vs-hcell\"\u003eStandard Polo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vs-row\"\u003e\n\u003cdiv class=\"vs-feat\"\u003e4-Way Stretch Fabric\u003c\/div\u003e\n\u003cdiv class=\"vs-cell yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"vs-cell no\"\u003e✗\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vs-row\"\u003e\n\u003cdiv class=\"vs-feat\"\u003eBreathable All-Day\u003c\/div\u003e\n\u003cdiv class=\"vs-cell yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"vs-cell no\"\u003e✗\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vs-row\"\u003e\n\u003cdiv class=\"vs-feat\"\u003eWrinkle-Resistant\u003c\/div\u003e\n\u003cdiv class=\"vs-cell yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"vs-cell no\"\u003e✗\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vs-row\"\u003e\n\u003cdiv class=\"vs-feat\"\u003eColour-Fast After 40+ Washes\u003c\/div\u003e\n\u003cdiv class=\"vs-cell yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"vs-cell no\"\u003e✗\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vs-row\"\u003e\n\u003cdiv class=\"vs-feat\"\u003eTailored Fit Across All Sizes\u003c\/div\u003e\n\u003cdiv class=\"vs-cell yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"vs-cell no\"\u003e✗\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vs-row\"\u003e\n\u003cdiv class=\"vs-feat\"\u003eGets Softer With Every Wash\u003c\/div\u003e\n\u003cdiv class=\"vs-cell yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"vs-cell no\"\u003e✗\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vs-row\"\u003e\n\u003cdiv class=\"vs-feat\"\u003e30-Day Risk-Free Trial\u003c\/div\u003e\n\u003cdiv class=\"vs-cell yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"vs-cell no\"\u003e✗\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OBJECTION KILLERS --\u003e\n\u003csection class=\"objections-section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow amber\"\u003eYour Questions Answered\u003c\/span\u003e\n\u003ch2 class=\"sec-title center\"\u003eWe know what you're thinking.\u003c\/h2\u003e\n\u003cp class=\"sec-sub center\"\u003eThe honest answers to what most people ask before they order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obj-grid\"\u003e\n\u003cdiv class=\"obj-card\"\u003e\n\u003cdiv class=\"obj-icon\"\u003e🤔\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"obj-q\"\u003e\"Is the stretch fabric see-through or clingy?\"\u003c\/div\u003e\n\u003cp class=\"obj-a\"\u003eNo. The Capri's weave is engineered for structure — it stretches with you without becoming translucent or clinging to your body. It drapes cleanly at rest and moves freely when you do.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obj-card\"\u003e\n\u003cdiv class=\"obj-icon\"\u003e📏\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"obj-q\"\u003e\"Will it fit me right? I'm hard to fit off the rack.\"\u003c\/div\u003e\n\u003cp class=\"obj-a\"\u003eThe Capri is cut to work across a wide range of body types from S to 5XL. The stretch construction means it accommodates real body proportions — not just the standard fit model measurements most brands use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obj-card\"\u003e\n\u003cdiv class=\"obj-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"obj-q\"\u003e\"How does it hold up after washing?\"\u003c\/div\u003e\n\u003cp class=\"obj-a\"\u003eOur customers regularly report the same colour and softness after 30, 40, even 50 washes. Machine wash cold, tumble dry low — that's all. No special care, no dry cleaning, no shrinking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obj-card\"\u003e\n\u003cdiv class=\"obj-icon\"\u003e💸\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"obj-q\"\u003e\"If it's this good, why isn't it more expensive?\"\u003c\/div\u003e\n\u003cp class=\"obj-a\"\u003eWe don't spend on flagship stores, seasonal campaigns, or celebrity endorsements. We focus the budget on the product and let the experience speak for itself. 300,000 customers later — it does.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-headline\"\u003eThe last polo shirt\u003cbr\u003e\u003cem\u003eyou'll ever need to think about.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"cta-sub\"\u003eJoin over 300,000 men who stopped settling for uncomfortable, disappointing shirts — and started reaching for the Capri every single day.\u003c\/p\u003e\n\u003cdiv class=\"trust-row\"\u003e\n\u003cspan class=\"trust-badge\"\u003e🌍 Free Worldwide Shipping\u003c\/span\u003e \u003cspan class=\"trust-badge\"\u003e🔄 30-Day Risk-Free Trial\u003c\/span\u003e \u003cspan class=\"trust-badge\"\u003e🔒 Secure Checkout\u003c\/span\u003e \u003cspan class=\"trust-badge\"\u003e📦 Sizes S to 5XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"cta-note\"\u003eAvailable in 7 colours · Ships within 24–48 hours · Easy returns if it's not right\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"cta-note\"\u003e\u003cimg\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1015\/9489\/0562\/files\/1_d22d98f8-eb1f-4566-8fb4-5d76576e86fe.png?v=1782266359\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003csection class=\"guarantee-section\"\u003e\n\u003cdiv class=\"guarantee-inner\"\u003e\n\u003cdiv class=\"g-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"g-title\"\u003e30-Day Wear-It-and-Wash-It Guarantee\u003c\/div\u003e\n\u003cp class=\"g-text\"\u003eWe don't ask you to decide in the fitting room. Wear the Capri for 30 days — put it through your real life. If it isn't the most comfortable shirt you own, return it for a full refund. No questions, no hassle, no drama.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"faq-section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow blue\"\u003eFAQ\u003c\/span\u003e\n\u003ch2 class=\"sec-title center\"\u003eBefore you order\u003c\/h2\u003e\n\u003cp class=\"sec-sub center\"\u003eQuick answers to what people ask most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow does the sizing run — true to size or should I size up?\u003c\/div\u003e\n\u003cp class=\"faq-a\"\u003eThe Capri runs true to size with a slightly tailored fit. If you're between sizes or prefer more room across the chest and shoulders, we recommend sizing up. The stretch fabric gives you flexibility either way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat's the fabric composition?\u003c\/div\u003e\n\u003cp class=\"faq-a\"\u003eThe Capri is made from a premium stretch-blend fabric engineered specifically for breathability and 4-way movement. Full fabric details are included on the care label inside every shirt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow do I wash it?\u003c\/div\u003e\n\u003cp class=\"faq-a\"\u003eMachine wash cold with similar colours. Tumble dry on low or hang to dry. Do not iron directly on the fabric. No dry cleaning needed — it's built for your real life, not a care routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow long does shipping take?\u003c\/div\u003e\n\u003cp class=\"faq-a\"\u003eWe ship worldwide. US and Canada orders typically arrive in 5–10 business days. UK and Europe in 7–14 business days. International orders may vary. A tracking number is sent as soon as your order ships.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat if it doesn't fit or I don't like it?\u003c\/div\u003e\n\u003cp class=\"faq-a\"\u003eYou have 30 full days to try it. If it's not right for any reason — fit, colour, feel — contact our support team and we'll arrange a return and full refund. No return shipping cost, no questions asked.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Belfaire \u0026 Co.","offers":[{"title":"Expresso Black \/ S","offer_id":54906508345666,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Expresso Black \/ M","offer_id":54906534920514,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Expresso Black \/ L","offer_id":54906534953282,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Expresso Black \/ XL","offer_id":54906534986050,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Expresso Black \/ 2XL","offer_id":54906535018818,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Expresso Black \/ 3XL","offer_id":54906535051586,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Expresso Black \/ 4XL","offer_id":54906535084354,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Expresso Black \/ 5XL","offer_id":54906535117122,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Harbour Gray \/ S","offer_id":54906508378434,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Harbour Gray \/ M","offer_id":54906535149890,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Harbour Gray \/ L","offer_id":54906535182658,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Harbour Gray \/ XL","offer_id":54906535215426,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Harbour Gray \/ 2XL","offer_id":54906535248194,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Harbour Gray \/ 3XL","offer_id":54906535280962,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Harbour Gray \/ 4XL","offer_id":54906535313730,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Harbour Gray \/ 5XL","offer_id":54906535346498,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Coastal Blue \/ S","offer_id":54906508411202,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Coastal Blue \/ M","offer_id":54906535379266,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Coastal Blue \/ L","offer_id":54906535412034,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Coastal Blue \/ XL","offer_id":54906535444802,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Coastal Blue \/ 2XL","offer_id":54906535477570,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Coastal Blue \/ 3XL","offer_id":54906535510338,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Coastal Blue \/ 4XL","offer_id":54906535543106,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Coastal Blue \/ 5XL","offer_id":54906535575874,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Midnight Navy \/ S","offer_id":54906508443970,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Midnight Navy \/ M","offer_id":54906535608642,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Midnight Navy \/ L","offer_id":54906535641410,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Midnight Navy \/ XL","offer_id":54906535674178,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Midnight Navy \/ 2XL","offer_id":54906535706946,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Midnight Navy \/ 3XL","offer_id":54906535739714,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Midnight Navy \/ 4XL","offer_id":54906535772482,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Midnight Navy \/ 5XL","offer_id":54906535805250,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Sage Green \/ S","offer_id":54906508476738,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Sage Green \/ M","offer_id":54906535838018,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Sage Green \/ L","offer_id":54906535870786,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Sage Green \/ XL","offer_id":54906535903554,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Sage Green \/ 2XL","offer_id":54906535936322,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Sage Green \/ 3XL","offer_id":54906535969090,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Sage Green \/ 4XL","offer_id":54906536001858,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Sage Green \/ 5XL","offer_id":54906536034626,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Merlot Red \/ S","offer_id":54906508509506,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Merlot Red \/ M","offer_id":54906536067394,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Merlot Red \/ L","offer_id":54906536100162,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Merlot Red \/ XL","offer_id":54906536132930,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Merlot Red \/ 2XL","offer_id":54906536165698,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Merlot Red \/ 3XL","offer_id":54906536198466,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Merlot Red \/ 4XL","offer_id":54906536231234,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Merlot Red \/ 5XL","offer_id":54906536264002,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Silverwood Gray \/ S","offer_id":54906508542274,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Silverwood Gray \/ M","offer_id":54906536296770,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Silverwood Gray \/ L","offer_id":54906536329538,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Silverwood Gray \/ XL","offer_id":54906536362306,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Silverwood Gray \/ 2XL","offer_id":54906536395074,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Silverwood Gray \/ 3XL","offer_id":54906536427842,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Silverwood Gray \/ 4XL","offer_id":54906536460610,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true},{"title":"Silverwood Gray \/ 5XL","offer_id":54906536493378,"sku":null,"price":44.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1015\/9489\/0562\/files\/1_1063641d-c195-4f13-a75e-75b3f444a71f.png?v=1782266772","url":"https:\/\/belfaireofficial.shop\/products\/capri-mens-ultra-comfortable-polo-shirt","provider":"Belfaire \u0026 Co.","version":"1.0","type":"link"}