{"product_id":"flexslimpro-beige","title":"FlexSlimPro | Beige","description":"\u003cbody\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;600;700\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --bg: #0F1922;\n    --surface: #162130;\n    --surface-2: #1c2b3a;\n    --text: #EBE9DD;\n    --text-muted: #9a9890;\n    --gold: #c49a3c;\n    --gold-light: #e8c97a;\n    --border: rgba(235,233,221,0.12);\n    --border-strong: rgba(235,233,221,0.22);\n    --alert: #e07070;\n    --alert-bg: rgba(224,112,112,0.10);\n    --alert-border: rgba(224,112,112,0.30);\n  }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    padding: 0;\n    margin: 0;\n    line-height: 1.6;\n  }\n\n  .product-desc-wrap {\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 48px 24px 64px;\n  }\n\n  \/* ── SIZE CHART ─────────────────────────────────────── *\/\n  .size-section {\n    margin-bottom: 52px;\n  }\n\n  .section-label {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 10px;\n  }\n\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 30px;\n    font-weight: 700;\n    color: var(--text);\n    margin-bottom: 6px;\n    line-height: 1.1;\n  }\n\n  .section-subtitle {\n    font-size: 13.5px;\n    color: var(--text-muted);\n    margin-bottom: 28px;\n    font-weight: 300;\n  }\n\n  \/* Belly alert banner *\/\n  .belly-alert {\n    background: var(--alert-bg);\n    border: 1.5px solid var(--alert-border);\n    border-left: 4px solid var(--alert);\n    border-radius: 8px;\n    padding: 14px 18px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-bottom: 24px;\n  }\n\n  .belly-alert-icon {\n    font-size: 18px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .belly-alert-text {\n    font-size: 13.5px;\n    color: #f0c8c8;\n    line-height: 1.55;\n  }\n\n  .belly-alert-text strong {\n    font-weight: 600;\n    display: block;\n    margin-bottom: 2px;\n    font-size: 14px;\n    color: var(--alert);\n  }\n\n  \/* Size table *\/\n  .size-table-wrap {\n    border-radius: 12px;\n    overflow: hidden;\n    border: 1.5px solid var(--border-strong);\n    box-shadow: 0 4px 28px rgba(0,0,0,0.35);\n  }\n\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n    table-layout: fixed;\n  }\n\n  thead tr {\n    background: var(--text);\n    color: var(--bg);\n  }\n\n  thead th {\n    padding: 12px 6px;\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 700;\n    font-size: 11px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    text-align: center;\n    border-right: 1px solid rgba(15,25,34,0.15);\n    color: var(--bg);\n    word-break: break-word;\n  }\n\n  thead th:first-child { text-align: left; padding-left: 12px; width: 24%; }\n  thead th:last-child { border-right: none; }\n\n  tbody tr {\n    border-bottom: 1px solid var(--border);\n    transition: background 0.15s;\n  }\n\n  tbody tr:last-child { border-bottom: none; }\n  tbody tr:hover { background: rgba(196,154,60,0.07); }\n\n  .row-header {\n    background: var(--surface);\n  }\n\n  .row-sub {\n    background: var(--surface-2);\n    border-bottom: 2px solid var(--border-strong) !important;\n  }\n\n  td {\n    padding: 12px 2px;\n    text-align: center;\n    color: var(--text);\n    font-size: 13px;\n    border-right: 1px solid var(--border);\n    vertical-align: middle;\n    overflow: hidden;\n  }\n\n  td:first-child {\n    text-align: left;\n    padding-left: 12px;\n    font-weight: 600;\n    font-size: 13px;\n    color: var(--text);\n    border-right: 1px solid var(--border-strong);\n    width: 24%;\n  }\n\n  td:last-child { border-right: none; }\n\n  .measure-label {\n    display: block;\n    font-size: 10px;\n    font-weight: 400;\n    color: var(--text-muted);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-top: 2px;\n  }\n\n  .range-badge {\n    display: inline-block;\n    background: rgba(196,154,60,0.15);\n    border: 1px solid rgba(196,154,60,0.4);\n    border-radius: 6px;\n    padding: 3px 1px;\n    font-size: 10.5px;\n    font-weight: 600;\n    color: var(--gold-light);\n    letter-spacing: 0;\n    white-space: nowrap;\n    line-height: 1.3;\n    max-width: 100%;\n    box-sizing: border-box;\n  }\n\n  .chest-val {\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--text);\n  }\n\n  .unit-hint {\n    font-size: 11px;\n    color: var(--text-muted);\n    margin-top: 10px;\n    text-align: right;\n    padding-right: 4px;\n    font-weight: 300;\n  }\n\n  \/* ── DIVIDER ─────────────────────────────────────────── *\/\n  .divider {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin: 48px 0 40px;\n  }\n\n  .divider-line {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, transparent, var(--border-strong), transparent);\n  }\n\n  .divider-icon {\n    font-size: 16px;\n    color: var(--gold);\n  }\n\n  \/* ── DESCRIPTION ─────────────────────────────────────── *\/\n  .desc-section {}\n\n  .desc-intro {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 21px;\n    font-weight: 600;\n    color: var(--text);\n    line-height: 1.45;\n    margin-bottom: 18px;\n  }\n\n  .desc-body {\n    font-size: 14.5px;\n    font-weight: 300;\n    color: rgba(235,233,221,0.80);\n    line-height: 1.8;\n    margin-bottom: 18px;\n  }\n\n  \/* Specs list *\/\n  .specs-box {\n    background: var(--surface);\n    border: 1.5px solid var(--border-strong);\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin: 28px 0;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .specs-box::before {\n    content: '';\n    position: absolute;\n    top: -30px; right: -30px;\n    width: 120px; height: 120px;\n    background: radial-gradient(circle, rgba(196,154,60,0.12) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n\n  .specs-title {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 16px;\n  }\n\n  .specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 16px;\n  }\n\n  .spec-item {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 13px;\n    color: rgba(235,233,221,0.75);\n    font-weight: 300;\n  }\n\n  .spec-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--gold);\n    flex-shrink: 0;\n  }\n\n  \/* Closing tagline *\/\n  .tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 19px;\n    font-weight: 600;\n    font-style: italic;\n    color: var(--text);\n    border-left: 3px solid var(--gold);\n    padding: 10px 0 10px 18px;\n    margin-top: 32px;\n    line-height: 1.4;\n  }\n\n  @media (max-width: 480px) {\n    .specs-grid { grid-template-columns: 1fr; }\n    .section-title { font-size: 24px; }\n    td, thead th { padding: 10px 4px; font-size: 11px; }\n    td:first-child { padding-left: 8px; font-size: 11px; }\n    thead th:first-child { padding-left: 8px; }\n    .range-badge { font-size: 10.5px; padding: 2px 4px; }\n    .chest-val { font-size: 13px; }\n    .measure-label { font-size: 9px; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"product-desc-wrap\"\u003e\n\n  \u003c!-- SIZE CHART --\u003e\n  \u003cdiv class=\"size-section\"\u003e\n    \u003cp class=\"section-label\"\u003eFit Guide\u003c\/p\u003e\n    \u003ch2 class=\"section-title\"\u003eFind Your Perfect Fit\u003c\/h2\u003e\n    \u003cp class=\"section-subtitle\"\u003eAll measurements in inches. Refer to the chart below before selecting your size.\u003c\/p\u003e\n\n    \u003c!-- Belly alert --\u003e\n    \u003cdiv class=\"belly-alert\"\u003e\n      \u003cdiv class=\"belly-alert-icon\"\u003e📏\u003c\/div\u003e\n      \u003cdiv class=\"belly-alert-text\"\u003e\n        \u003cstrong\u003eMeasure your belly before ordering your size.\u003c\/strong\u003e\n        The belly measurement is the most critical fit factor for this shirt. Use the range below if your belly falls within the range, that's your size.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Table --\u003e\n    \u003cdiv class=\"size-table-wrap\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eScale\u003c\/th\u003e\n            \u003cth\u003eM\u003c\/th\u003e\n            \u003cth\u003eL\u003c\/th\u003e\n            \u003cth\u003eXL\u003c\/th\u003e\n            \u003cth\u003eXXL\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003c!-- Chest row --\u003e\n          \u003ctr class=\"row-header\"\u003e\n            \u003ctd\u003e\n              Chest\n              \u003cspan class=\"measure-label\"\u003eexact (in)\u003c\/span\u003e\n            \u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"chest-val\"\u003e21.5\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"chest-val\"\u003e22\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"chest-val\"\u003e23\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"chest-val\"\u003e24.5\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003c!-- Belly label row --\u003e\n          \u003ctr class=\"row-header\"\u003e\n            \u003ctd\u003e\n              Belly\n              \u003cspan class=\"measure-label\"\u003efit range (in)\u003c\/span\u003e\n            \u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"range-badge\"\u003e34 – 42\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"range-badge\"\u003e42 – 44\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"range-badge\"\u003e44 – 46\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"range-badge\"\u003e47 – 50\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"unit-hint\"\u003e* All measurements are in inches (″)\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIVIDER --\u003e\n  \u003cdiv class=\"divider\"\u003e\n    \u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-icon\"\u003e✦\u003c\/div\u003e\n    \u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT DESCRIPTION --\u003e\n  \u003cdiv class=\"desc-section\"\u003e\n    \u003cp class=\"section-label\"\u003eAbout This Piece\u003c\/p\u003e\n    \u003cp class=\"desc-intro\"\u003eThe FlexSlim Pro Shirt by Armaan engineered to make you look sharper, the moment you wear it.\u003c\/p\u003e\n\n    \u003cp class=\"desc-body\"\u003e\n      Inspired by the viral Chinese box-fit concept known for its structured silhouette, the FlexSlim Pro creates a subtle hourglass shape that helps the body appear more balanced and visually slimmer. Designed with a controlled fall rather than a clingy fit, it smooths the mid-section while giving the shoulders a more defined presence delivering a cleaner, sharper look effortlessly.\n    \u003c\/p\u003e\n    \u003cp class=\"desc-body\"\u003e\n      Armaan elevates this concept further by introducing a more fashionable, cropped modern profile making it suitable not just for function, but for style. Crafted from premium cotton terry fabric for comfort and structure, the FlexSlim Pro combines contemporary aesthetics with confidence-enhancing design. A statement piece built for today's modern wardrobe.\n    \u003c\/p\u003e\n\n    \u003c!-- Specs --\u003e\n    \u003cdiv class=\"specs-box\"\u003e\n      \u003cp class=\"specs-title\"\u003eProduct Specifications\u003c\/p\u003e\n      \u003cdiv class=\"specs-grid\"\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e Signature FlexSlim Structured Fit\u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e Premium Cotton Terry Fabric\u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e Balanced Hourglass Silhouette\u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e Breathable \u0026amp; Comfortable Daily Wear\u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e Shape-Holding Fabric Fall\u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e Designed for All Body Types\u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-dot\"\u003e\u003c\/span\u003e Minimal Premium Finish\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"tagline\"\u003eOnce you wear FlexSlim Pro, ordinary shirts won't feel the same again.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"ARMAAN","offers":[{"title":"M","offer_id":45756351479947,"sku":null,"price":3499.0,"currency_code":"PKR","in_stock":false},{"title":"L","offer_id":45756351512715,"sku":null,"price":3499.0,"currency_code":"PKR","in_stock":false},{"title":"XL","offer_id":46669414105227,"sku":null,"price":3499.0,"currency_code":"PKR","in_stock":false},{"title":"XXL","offer_id":46669415088267,"sku":null,"price":3499.0,"currency_code":"PKR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/6970\/7915\/files\/IMG_9248.jpg?v=1772287183","url":"https:\/\/armanofficials.com\/products\/flexslimpro-beige","provider":"ARMAAN","version":"1.0","type":"link"}