{"product_id":"panel-solid-color-flared-sleeve-t-shirt-jx","title":"Panel Solid Color Flared Sleeve T-Shirt -JX","description":"\u003cstyle\u003e\n  \/* =========================================================\n     FLARED SLEEVE T-SHIRT LANDING PAGE\n     Scoped styles to avoid affecting the Shopify theme\n     ========================================================= *\/\n\n  .fs-top-page,\n  .fs-top-page * {\n    box-sizing: border-box;\n  }\n\n  .fs-top-page {\n    --fs-text: #252525;\n    --fs-muted: #6c6c6c;\n    --fs-light: #f7f5f2;\n    --fs-soft: #eee9e2;\n    --fs-accent: #786353;\n    --fs-dark: #292725;\n    --fs-white: #ffffff;\n    --fs-radius: 18px;\n    --fs-shadow: 0 12px 35px rgba(30, 25, 20, 0.08);\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--fs-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n    container-type: inline-size;\n  }\n\n  .fs-top-page h2,\n  .fs-top-page h3,\n  .fs-top-page p {\n    margin-top: 0;\n  }\n\n  .fs-top-page h2,\n  .fs-top-page h3 {\n    color: var(--fs-dark);\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .fs-top-page h2 {\n    margin-bottom: 18px;\n    font-size: clamp(28px, 5cqi, 48px);\n    font-weight: 750;\n  }\n\n  .fs-top-page h3 {\n    margin-bottom: 10px;\n    font-size: clamp(20px, 3cqi, 28px);\n    font-weight: 700;\n  }\n\n  .fs-top-page p {\n    margin-bottom: 16px;\n    color: var(--fs-muted);\n    font-size: clamp(15px, 2.1cqi, 18px);\n  }\n\n  .fs-section {\n    width: 100%;\n    padding: clamp(36px, 7cqi, 76px) clamp(16px, 4cqi, 46px);\n  }\n\n  .fs-section + .fs-section {\n    margin-top: clamp(12px, 3cqi, 28px);\n  }\n\n  .fs-center {\n    text-align: center;\n  }\n\n  .fs-eyebrow {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: var(--fs-accent);\n    font-size: 13px;\n    font-weight: 750;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .fs-lead {\n    max-width: 760px;\n    margin-right: auto;\n    margin-left: auto;\n    font-size: clamp(17px, 2.6cqi, 21px) !important;\n  }\n\n  .fs-image-label {\n    margin: 22px 0 !important;\n    color: #777777 !important;\n    text-align: center;\n    font-size: 15px !important;\n  }\n\n  \/* Hero *\/\n\n  .fs-hero {\n    overflow: hidden;\n    padding: clamp(42px, 8cqi, 92px) clamp(18px, 5cqi, 58px);\n    border-radius: var(--fs-radius);\n    background:\n      radial-gradient(circle at top left, rgba(255,255,255,0.95), transparent 45%),\n      linear-gradient(135deg, #f2ede7 0%, #faf9f7 55%, #eee8e1 100%);\n    text-align: center;\n  }\n\n  .fs-hero h2 {\n    max-width: 850px;\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .fs-hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 26px;\n  }\n\n  .fs-hero-badge {\n    padding: 9px 15px;\n    border: 1px solid rgba(120, 99, 83, 0.18);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.72);\n    color: var(--fs-dark);\n    font-size: 13px;\n    font-weight: 650;\n  }\n\n  \/* Reusable responsive grids *\/\n\n  .fs-auto-grid {\n    display: grid;\n    grid-template-columns:\n      repeat(auto-fit, minmax(min(100%, 235px), 1fr));\n    gap: clamp(14px, 2.8cqi, 26px);\n    width: 100%;\n  }\n\n  .fs-wide-grid {\n    display: grid;\n    grid-template-columns:\n      repeat(auto-fit, minmax(min(100%, 340px), 1fr));\n    align-items: center;\n    gap: clamp(25px, 5cqi, 60px);\n    width: 100%;\n  }\n\n  \/* Benefits *\/\n\n  .fs-benefits {\n    background: var(--fs-white);\n  }\n\n  .fs-card {\n    height: 100%;\n    padding: clamp(22px, 3.5cqi, 32px);\n    border: 1px solid #ebe7e2;\n    border-radius: 16px;\n    background: var(--fs-white);\n    box-shadow: 0 8px 26px rgba(35, 30, 25, 0.045);\n  }\n\n  .fs-card-number {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 20px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--fs-light);\n    color: var(--fs-accent);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .fs-card h3 {\n    font-size: clamp(18px, 2.5cqi, 23px);\n  }\n\n  .fs-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Content sections *\/\n\n  .fs-soft-section {\n    border-radius: var(--fs-radius);\n    background: var(--fs-light);\n  }\n\n  .fs-copy {\n    min-width: 0;\n  }\n\n  .fs-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .fs-visual {\n    min-width: 0;\n  }\n\n  .fs-check-list {\n    display: grid;\n    gap: 13px;\n    margin: 24px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .fs-check-list li {\n    position: relative;\n    padding-left: 30px;\n    color: var(--fs-text);\n    font-size: clamp(15px, 2cqi, 17px);\n  }\n\n  .fs-check-list li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--fs-accent);\n    content: \"✓\";\n    font-weight: 800;\n  }\n\n  \/* Feature strip *\/\n\n  .fs-feature-strip {\n    padding: clamp(28px, 5cqi, 48px);\n    border-radius: var(--fs-radius);\n    background: var(--fs-dark);\n  }\n\n  .fs-feature-strip .fs-auto-grid {\n    grid-template-columns:\n      repeat(auto-fit, minmax(min(100%, 180px), 1fr));\n  }\n\n  .fs-mini-feature {\n    padding: 10px;\n    text-align: center;\n  }\n\n  .fs-mini-feature strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--fs-white);\n    font-size: clamp(16px, 2.2cqi, 20px);\n  }\n\n  .fs-mini-feature span {\n    color: rgba(255, 255, 255, 0.72);\n    font-size: 14px;\n  }\n\n  \/* Color collection *\/\n\n  .fs-color-grid {\n    display: grid;\n    grid-template-columns:\n      repeat(auto-fit, minmax(min(100%, 115px), 1fr));\n    gap: 12px;\n    margin-top: 30px;\n  }\n\n  .fs-color-item {\n    padding: 16px 10px;\n    border: 1px solid #e7e2dc;\n    border-radius: 12px;\n    background: var(--fs-white);\n    color: var(--fs-text);\n    text-align: center;\n    font-size: 14px;\n    font-weight: 650;\n  }\n\n  .fs-color-dot {\n    display: block;\n    width: 30px;\n    height: 30px;\n    margin: 0 auto 10px;\n    border: 1px solid rgba(0,0,0,0.12);\n    border-radius: 50%;\n  }\n\n  .fs-black { background: #252525; }\n  .fs-grey { background: #a6a6a6; }\n  .fs-khaki { background: #b8a68d; }\n  .fs-white-dot { background: #ffffff; }\n  .fs-brown { background: #765444; }\n  .fs-green { background: #667360; }\n  .fs-beige { background: #ded1bd; }\n  .fs-blue { background: #879aaa; }\n  .fs-purple { background: #8d7d99; }\n\n  \/* Styling cards *\/\n\n  .fs-style-card {\n    overflow: hidden;\n    border-radius: 16px;\n    background: var(--fs-white);\n    box-shadow: var(--fs-shadow);\n  }\n\n  .fs-style-content {\n    padding: clamp(22px, 3.5cqi, 32px);\n  }\n\n  .fs-style-tag {\n    display: inline-block;\n    margin-bottom: 13px;\n    color: var(--fs-accent);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  \/* Details table *\/\n\n  .fs-details-wrap {\n    overflow-x: auto;\n    margin-top: 28px;\n    border: 1px solid #e7e2dc;\n    border-radius: 14px;\n    background: var(--fs-white);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .fs-details-table {\n    width: 100%;\n    min-width: 520px;\n    border-collapse: collapse;\n  }\n\n  .fs-details-table th,\n  .fs-details-table td {\n    padding: 16px 18px;\n    border-bottom: 1px solid #eeeae5;\n    text-align: left;\n    font-size: 15px;\n  }\n\n  .fs-details-table th {\n    width: 34%;\n    background: #faf8f5;\n    color: var(--fs-dark);\n    font-weight: 700;\n  }\n\n  .fs-details-table td {\n    color: var(--fs-muted);\n  }\n\n  .fs-details-table tr:last-child th,\n  .fs-details-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  \/* Size guide *\/\n\n  .fs-size-row {\n    display: grid;\n    grid-template-columns:\n      repeat(auto-fit, minmax(min(100%, 80px), 1fr));\n    gap: 10px;\n    margin: 26px 0;\n  }\n\n  .fs-size-item {\n    padding: 15px 8px;\n    border: 1px solid #ded8d1;\n    border-radius: 10px;\n    background: var(--fs-white);\n    color: var(--fs-dark);\n    text-align: center;\n    font-size: 15px;\n    font-weight: 750;\n  }\n\n  .fs-note {\n    padding: 18px 20px;\n    border-left: 4px solid var(--fs-accent);\n    border-radius: 0 10px 10px 0;\n    background: #f5f1ec;\n    color: var(--fs-muted);\n    font-size: 14px;\n  }\n\n  \/* FAQ *\/\n\n  .fs-faq-list {\n    max-width: 850px;\n    margin: 28px auto 0;\n  }\n\n  .fs-faq-item {\n    padding: 22px 0;\n    border-bottom: 1px solid #e7e2dc;\n  }\n\n  .fs-faq-item:first-child {\n    border-top: 1px solid #e7e2dc;\n  }\n\n  .fs-faq-item h3 {\n    margin-bottom: 8px;\n    font-size: clamp(17px, 2.3cqi, 21px);\n  }\n\n  .fs-faq-item p {\n    margin-bottom: 0;\n  }\n\n  \/* CTA *\/\n\n  .fs-cta {\n    overflow: hidden;\n    padding: clamp(42px, 8cqi, 82px) clamp(20px, 5cqi, 55px);\n    border-radius: var(--fs-radius);\n    background:\n      linear-gradient(\n        135deg,\n        rgba(40, 37, 34, 0.98),\n        rgba(80, 68, 59, 0.96)\n      );\n    text-align: center;\n  }\n\n  .fs-cta h2 {\n    max-width: 760px;\n    margin-right: auto;\n    margin-left: auto;\n    color: var(--fs-white);\n  }\n\n  .fs-cta p {\n    max-width: 660px;\n    margin-right: auto;\n    margin-left: auto;\n    color: rgba(255, 255, 255, 0.75);\n  }\n\n  .fs-cta-label {\n    display: inline-block;\n    margin-top: 10px;\n    padding: 15px 27px;\n    border-radius: 999px;\n    background: var(--fs-white);\n    color: var(--fs-dark);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  \/* Container-based refinements *\/\n\n  @container (max-width: 620px) {\n    .fs-section {\n      padding-right: 14px;\n      padding-left: 14px;\n    }\n\n    .fs-hero,\n    .fs-soft-section,\n    .fs-feature-strip,\n    .fs-cta {\n      border-radius: 12px;\n    }\n\n    .fs-wide-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .fs-card,\n    .fs-style-content {\n      padding: 21px;\n    }\n\n    .fs-details-table th,\n    .fs-details-table td {\n      padding: 13px 14px;\n    }\n  }\n\n  @container (max-width: 390px) {\n    .fs-hero-badges {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .fs-hero-badge {\n      padding: 8px 6px;\n      font-size: 12px;\n    }\n\n    .fs-color-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fs-top-page\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003csection class=\"fs-hero\"\u003e\u003cspan class=\"fs-eyebrow\"\u003eEveryday Comfort, Elevated\u003c\/span\u003e \n\u003ch2\u003eThe Essential T-Shirt with a Beautifully Feminine Twist\u003c\/h2\u003e\n\u003cp class=\"fs-lead\"\u003eA clean round neckline and relaxed everyday silhouette meet softly flared ¾ sleeves, creating a versatile top that feels comfortable while looking effortlessly polished.\u003c\/p\u003e\n\u003cdiv class=\"fs-hero-badges\"\u003e\n\u003cspan class=\"fs-hero-badge\"\u003eSoft Cotton Blend\u003c\/span\u003e \u003cspan class=\"fs-hero-badge\"\u003eFlared ¾ Sleeves\u003c\/span\u003e \u003cspan class=\"fs-hero-badge\"\u003eRound Neckline\u003c\/span\u003e \u003cspan class=\"fs-hero-badge\"\u003eSizes S–3XL\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003cp class=\"fs-image-label\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/d514a78723bb1095b43a8e9e9c08870625cff4a25ef0432faf15918d9d94f4e6.jpg?v=1782296030\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- INTRODUCTION --\u003e\n\u003csection class=\"fs-section fs-center\"\u003e\n\u003ch2\u003eEasy to Wear. Special Enough to Stand Out.\u003c\/h2\u003e\n\u003cp class=\"fs-lead\"\u003eThe timeless solid-color design makes this top easy to coordinate, while the gently flared sleeves add movement, shape and a touch of understated elegance.\u003c\/p\u003e\n\u003cp class=\"fs-lead\"\u003e\u003cspan class=\"fs-eyebrow\"\u003eNot Just Another Basic Tee\u003c\/span\u003e \u003c\/p\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- THREE MAIN BENEFITS --\u003e\n\u003csection class=\"fs-section fs-benefits\"\u003e\n\u003cdiv class=\"fs-auto-grid\"\u003e\n\u003cbr\u003e\n\u003cdiv class=\"fs-card\"\u003e\n\u003cdiv class=\"fs-card-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eGraceful Flared Sleeves\u003c\/h3\u003e\n\u003cp\u003eThe ¾-length sleeves flare gently below the elbow, adding soft movement without feeling oversized or overly dramatic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-card\"\u003e\n\u003cdiv class=\"fs-card-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eComfortable Cotton Blend\u003c\/h3\u003e\n\u003cp\u003eThe soft cotton-blend fabric creates a comfortable everyday feel that works beautifully for casual outings, workdays and weekends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-card\"\u003e\n\u003cdiv class=\"fs-card-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eEffortless Versatility\u003c\/h3\u003e\n\u003cp\u003eWear it loose with jeans, tuck it into tailored trousers or pair it with a skirt for an instantly more refined look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- FLARED SLEEVE FEATURE --\u003e\n\u003csection class=\"fs-section fs-soft-section\"\u003e\n\u003cdiv class=\"fs-wide-grid\"\u003e\n\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/876802e23c00ded188e2b44cdac8ed0e7516f49d7041a47d7c6f86b4950c9469.jpg?v=1782296030\"\u003e\n\u003cdiv class=\"fs-copy\"\u003e\n\u003cspan class=\"fs-eyebrow\"\u003eSubtle Detail, Noticeable Difference\u003c\/span\u003e\n\u003ch2\u003eA Sleeve Shape That Elevates the Entire Look\u003c\/h2\u003e\n\u003cp\u003eInstead of a standard straight sleeve, this design opens softly from the elbow to create a more flowing and feminine silhouette.\u003c\/p\u003e\n\u003cp\u003eThe result is a top that maintains the simplicity of a classic T-shirt while offering enough visual interest to feel dressed up.\u003c\/p\u003e\n\u003cul class=\"fs-check-list\"\u003e\n\u003cli\u003e¾ length keeps the wrists comfortably free\u003c\/li\u003e\n\u003cli\u003eSoft flare creates graceful movement\u003c\/li\u003e\n\u003cli\u003eEasy to layer beneath jackets and cardigans\u003c\/li\u003e\n\u003cli\u003eAdds personality to a simple solid-color top\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- DARK FEATURE STRIP --\u003e\n\u003csection class=\"fs-feature-strip\"\u003e\n\u003cdiv class=\"fs-auto-grid\"\u003e```\n\u003cdiv class=\"fs-mini-feature\"\u003e\n\u003cstrong\u003eSoft Feel\u003c\/strong\u003e \u003cspan\u003eComfortable cotton-blend material\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-mini-feature\"\u003e\n\u003cstrong\u003eRelaxed Style\u003c\/strong\u003e \u003cspan\u003eEasy everyday silhouette\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-mini-feature\"\u003e\n\u003cstrong\u003eFlattering Detail\u003c\/strong\u003e \u003cspan\u003eFlowing ¾-length sleeves\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-mini-feature\"\u003e\n\u003cstrong\u003eEasy Matching\u003c\/strong\u003e \u003cspan\u003eTimeless solid-color design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n```\u003c\/section\u003e\n\u003c!-- FABRIC AND COMFORT --\u003e\n\u003csection class=\"fs-section\"\u003e\n\u003cdiv class=\"fs-wide-grid\"\u003e\n\u003cdiv class=\"fs-copy\"\u003e\n\u003cspan class=\"fs-eyebrow\"\u003eComfort for Real Life\u003c\/span\u003e\n\u003ch2\u003eDesigned for the Days That Call for Something Easy\u003c\/h2\u003e\n\u003cp\u003eThe soft fabric and uncomplicated shape make this an effortless choice for busy mornings, casual office days, travel, coffee dates and relaxed weekends.\u003c\/p\u003e\n\u003cp\u003eIt delivers the comfort expected from a favorite T-shirt, with a more polished finish that helps an everyday outfit feel complete.\u003c\/p\u003e\n\u003cul class=\"fs-check-list\"\u003e\n\u003cli\u003eComfortable for extended everyday wear\u003c\/li\u003e\n\u003cli\u003eClean round neckline\u003c\/li\u003e\n\u003cli\u003eRelaxed without looking shapeless\u003c\/li\u003e\n\u003cli\u003eSuitable for spring, summer and transitional weather\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-visual\"\u003e\n\u003cp class=\"fs-image-label\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/3d96df9cbd7e0188ba86f461220293dabcd21c629bdd06e5a13cd0c5ccb8453b.jpg?v=1782296031\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- COLOR SECTION --\u003e\n\u003csection class=\"fs-section fs-soft-section fs-center\"\u003e\u003cspan class=\"fs-eyebrow\"\u003eA Color for Every Mood\u003c\/span\u003e \n\u003ch2\u003eBuild an Easy, Wear-Anywhere Wardrobe\u003c\/h2\u003e\n\u003cp class=\"fs-lead\"\u003eChoose a versatile neutral for everyday styling or add a richer shade to bring more personality to simple jeans, trousers and skirts.\u003c\/p\u003e\n\u003cdiv class=\"fs-color-grid\"\u003e\n\u003cdiv class=\"fs-color-item\"\u003e\n\u003cspan class=\"fs-color-dot fs-black\"\u003e\u003c\/span\u003e Black\u003c\/div\u003e\n\u003cdiv class=\"fs-color-item\"\u003e\n\u003cspan class=\"fs-color-dot fs-grey\"\u003e\u003c\/span\u003e Grey\u003c\/div\u003e\n\u003cdiv class=\"fs-color-item\"\u003e\n\u003cspan class=\"fs-color-dot fs-khaki\"\u003e\u003c\/span\u003e Khaki\u003c\/div\u003e\n\u003cdiv class=\"fs-color-item\"\u003e\n\u003cspan class=\"fs-color-dot fs-white-dot\"\u003e\u003c\/span\u003e White\u003c\/div\u003e\n\u003cdiv class=\"fs-color-item\"\u003e\n\u003cspan class=\"fs-color-dot fs-brown\"\u003e\u003c\/span\u003e Brown\u003c\/div\u003e\n\u003cdiv class=\"fs-color-item\"\u003e\n\u003cspan class=\"fs-color-dot fs-green\"\u003e\u003c\/span\u003e Green\u003c\/div\u003e\n\u003cdiv class=\"fs-color-item\"\u003e\n\u003cspan class=\"fs-color-dot fs-beige\"\u003e\u003c\/span\u003e Beige\u003c\/div\u003e\n\u003cdiv class=\"fs-color-item\"\u003e\n\u003cspan class=\"fs-color-dot fs-blue\"\u003e\u003c\/span\u003e Blue\u003c\/div\u003e\n\u003cdiv class=\"fs-color-item\"\u003e\n\u003cspan class=\"fs-color-dot fs-purple\"\u003e\u003c\/span\u003e Purple\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003cp class=\"fs-image-label\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/3c56dff6e45fd209307b082321b0669c63dcc0edfbae0981ffba78d66423b8f9.jpg?v=1782296030\"\u003e\u003c\/p\u003e\n\u003c!-- STYLING SECTION --\u003e\n\u003csection class=\"fs-section\"\u003e\n\u003cdiv class=\"fs-center\"\u003e\n\u003cspan class=\"fs-eyebrow\"\u003eOne Top, Multiple Looks\u003c\/span\u003e \n\u003ch2\u003eFrom Relaxed Mornings to Polished Afternoons\u003c\/h2\u003e\n\u003cp class=\"fs-lead\"\u003eA simple change of bottoms, shoes or accessories transforms this versatile top for different moments throughout the week.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 32px;\" class=\"fs-auto-grid\"\u003e\n\u003cdiv class=\"fs-style-card\"\u003e\n\u003cp class=\"fs-image-label\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/1_090b0f6c-c8bd-4701-8529-72e0a321bb0a.png?v=1782296031\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"fs-style-content\"\u003e\n\u003cspan class=\"fs-style-tag\"\u003eCasual Everyday\u003c\/span\u003e\n\u003ch3\u003eRelaxed with Jeans\u003c\/h3\u003e\n\u003cp\u003ePair it with denim and comfortable flats or sneakers for an easy outfit that still feels considered.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-style-card\"\u003e\n\u003cp class=\"fs-image-label\"\u003e\u003cimg height=\"430\" width=\"430\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/19a70b4486c191f0966e77e9b2b8e259e644865356bad46e979bf53a03c01955.jpg?v=1782296030\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"fs-style-content\"\u003e\n\u003cspan class=\"fs-style-tag\"\u003eSmart Casual\u003c\/span\u003e\n\u003ch3\u003ePolished with Trousers\u003c\/h3\u003e\n\u003cp\u003eA simple front tuck and tailored trousers create a clean, work-ready combination without sacrificing comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-style-card\"\u003e\n\u003cp class=\"fs-image-label\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/6f0b5661a24eb098ab8c64176567ff25b6351d9f051d7b5e5735594ce8212704.jpg?v=1782296883\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"fs-style-content\"\u003e\n\u003cspan class=\"fs-style-tag\"\u003eWeekend Style\u003c\/span\u003e\n\u003ch3\u003eFeminine with a Skirt\u003c\/h3\u003e\n\u003cp\u003eCombine the flowing sleeves with a midi skirt and simple accessories for brunch, shopping or a casual dinner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- WHY IT WORKS --\u003e\n\u003csection class=\"fs-section fs-soft-section\"\u003e\n\u003cdiv class=\"fs-wide-grid\"\u003e\n\u003cdiv class=\"fs-visual\"\u003e\n\u003cp class=\"fs-image-label\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/11_d792948b-0e92-4d4e-8109-1a7eb94887e5.png?v=1782296031\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-copy\"\u003e\n\u003cspan class=\"fs-eyebrow\"\u003eA Dependable Wardrobe Favorite\u003c\/span\u003e\n\u003ch2\u003eThe Comfort of a Basic, with a More Refined Finish\u003c\/h2\u003e\n\u003cp\u003eStandard T-shirts can sometimes feel too plain for occasions that call for a little more effort. This design keeps everything easy while adding a softly structured sleeve detail.\u003c\/p\u003e\n\u003cp\u003eIt is an uncomplicated way to make everyday outfits feel more intentional without relying on bold prints or excessive decoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"fs-section\"\u003e\n\u003cdiv class=\"fs-center\"\u003e\n\u003cspan class=\"fs-eyebrow\"\u003eProduct Information\u003c\/span\u003e\n\u003ch2\u003eQuick Details\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"fs-details-wrap\"\u003e\n\u003ctable class=\"fs-details-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eWomen's solid-color T-shirt\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eCotton-blend fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNeckline\u003c\/th\u003e\n\u003ctd\u003eClassic round neckline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSleeve Style\u003c\/th\u003e\n\u003ctd\u003eFlared sleeve\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSleeve Length\u003c\/th\u003e\n\u003ctd\u003e¾ length\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAvailable Sizes\u003c\/th\u003e\n\u003ctd\u003eS, M, L, XL, 2XL and 3XL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAvailable Colors\u003c\/th\u003e\n\u003ctd\u003eBlack, Grey, Khaki, White, Brown, Green, Beige, Blue and Purple\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Seasons\u003c\/th\u003e\n\u003ctd\u003eSpring, summer and transitional weather\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- SIZE SECTION --\u003e\n\u003csection class=\"fs-section fs-soft-section\"\u003e\n\u003cdiv class=\"fs-center\"\u003e\n\u003cspan class=\"fs-eyebrow\"\u003eInclusive Size Selection\u003c\/span\u003e\n\u003ch2\u003eAvailable from S to 3XL\u003c\/h2\u003e\n\u003cbr\u003e\n\u003cp class=\"fs-lead\"\u003eReview the product size chart before ordering and compare its garment measurements with a similar top that already fits comfortably.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-size-row\"\u003e\n\u003cdiv class=\"fs-size-item\"\u003eS\u003c\/div\u003e\n\u003cdiv class=\"fs-size-item\"\u003eM\u003c\/div\u003e\n\u003cdiv class=\"fs-size-item\"\u003eL\u003c\/div\u003e\n\u003cdiv class=\"fs-size-item\"\u003eXL\u003c\/div\u003e\n\u003cdiv class=\"fs-size-item\"\u003e2XL\u003c\/div\u003e\n\u003cdiv class=\"fs-size-item\"\u003e3XL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-note\"\u003e\n\u003cstrong\u003eFit note:\u003c\/strong\u003e Measurements may vary slightly depending on the measuring method. When deciding between two sizes, select according to the desired fitted or relaxed appearance and refer to the store's official measurement chart.\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003cp class=\"fs-image-label\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/w12dasdsadfdsfsdfdsfsdfsdfsfsfdss80.jpg?v=1782296030\"\u003e\u003c\/p\u003e\n\u003c!-- CARE --\u003e\n\u003csection class=\"fs-section\"\u003e\n\u003cdiv class=\"fs-wide-grid\"\u003e\n\u003cbr\u003e\n\u003cdiv class=\"fs-copy\"\u003e\n\u003cspan class=\"fs-eyebrow\"\u003eRecommended Care\u003c\/span\u003e\n\u003ch2\u003eSimple Care for Everyday Wear\u003c\/h2\u003e\n\u003cp\u003eTo help preserve the color, shape and soft feel, wash gently with similar colors and avoid harsh bleaching products.\u003c\/p\u003e\n\u003cul class=\"fs-check-list\"\u003e\n\u003cli\u003eWash with similar colors\u003c\/li\u003e\n\u003cli\u003eUse a gentle, cool wash cycle\u003c\/li\u003e\n\u003cli\u003eAvoid chlorine bleach\u003c\/li\u003e\n\u003cli\u003eReshape while damp when necessary\u003c\/li\u003e\n\u003cli\u003eFollow the instructions on the garment care label\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-visual\"\u003e\n\u003cp class=\"fs-image-label\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/13_c8bcc160-336f-48ff-9fa2-e96bf9215d64.png?v=1782296031\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"fs-section fs-soft-section\"\u003e\n\u003cdiv class=\"fs-center\"\u003e\n\u003cspan class=\"fs-eyebrow\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003ch2\u003eQuestions Before Choosing a Color?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"fs-faq-list\"\u003e\n\u003cdiv class=\"fs-faq-item\"\u003e\n\u003ch3\u003eWhat makes this different from a regular T-shirt?\u003c\/h3\u003e\n\u003cp\u003eThe gently flared ¾ sleeves add movement and a feminine finish, helping the simple solid-color silhouette look more elevated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-faq-item\"\u003e\n\u003ch3\u003eCan it be worn for work?\u003c\/h3\u003e\n\u003cp\u003eYes. Pairing it with tailored trousers, a skirt or a structured jacket creates an easy smart-casual outfit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-faq-item\"\u003e\n\u003ch3\u003eIs it suitable for casual outfits?\u003c\/h3\u003e\n\u003cp\u003eThe comfortable fabric and simple neckline pair easily with jeans, shorts, leggings and casual skirts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-faq-item\"\u003e\n\u003ch3\u003eWhat sizes are offered?\u003c\/h3\u003e\n\u003cp\u003eThe available size range is S through 3XL. Refer to the product measurement chart before selecting a size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-faq-item\"\u003e\n\u003ch3\u003eHow many colors are available?\u003c\/h3\u003e\n\u003cp\u003eThe collection includes nine versatile shades: Black, Grey, Khaki, White, Brown, Green, Beige, Blue and Purple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"fs-cta\"\u003e\u003cspan style=\"color: #d8c8bc;\" class=\"fs-eyebrow\"\u003e An Easy Upgrade for Everyday Outfits \u003c\/span\u003e ```\n\u003ch2\u003eComfortable Enough for Every Day. Stylish Enough for Everywhere.\u003c\/h2\u003e\n\u003cp\u003eChoose a favorite shade or create a versatile collection that works effortlessly with the pieces already in the wardrobe.\u003c\/p\u003e\n\u003cspan class=\"fs-cta-label\"\u003eChoose Your Color \u0026amp; Size Above\u003c\/span\u003e ```\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Heroiy","offers":[{"title":"Black \/ S","offer_id":45593472303283,"sku":"FZ-CSKSBX-S-A1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":45593472336051,"sku":"FZ-CSKSBX-M-A1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":45593472368819,"sku":"FZ-CSKSBX-L-A1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":45593472401587,"sku":"FZ-CSKSBX-XL-A1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":45593472434355,"sku":"FZ-CSKSBX-2XL-A1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":45593472467123,"sku":"FZ-CSKSBX-3XL-A1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ S","offer_id":45593472499891,"sku":"FZ-CSKSBX-S-B1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":45593472532659,"sku":"FZ-CSKSBX-M-B1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":45593472565427,"sku":"FZ-CSKSBX-L-B1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":45593472598195,"sku":"FZ-CSKSBX-XL-B1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2XL","offer_id":45593472630963,"sku":"FZ-CSKSBX-2XL-B1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 3XL","offer_id":45593472663731,"sku":"FZ-CSKSBX-3XL-B1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ S","offer_id":45593472696499,"sku":"FZ-CSKSBX-S-C1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ M","offer_id":45593472729267,"sku":"FZ-CSKSBX-M-C1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ L","offer_id":45593472762035,"sku":"FZ-CSKSBX-L-C1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ XL","offer_id":45593472794803,"sku":"FZ-CSKSBX-XL-C1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 2XL","offer_id":45593472827571,"sku":"FZ-CSKSBX-2XL-C1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 3XL","offer_id":45593472860339,"sku":"FZ-CSKSBX-3XL-C1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":45593472893107,"sku":"FZ-CSKSBX-S-D1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":45593472925875,"sku":"FZ-CSKSBX-M-D1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":45593472958643,"sku":"FZ-CSKSBX-L-D1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":45593472991411,"sku":"FZ-CSKSBX-XL-D1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 2XL","offer_id":45593473024179,"sku":"FZ-CSKSBX-2XL-D1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 3XL","offer_id":45593473056947,"sku":"FZ-CSKSBX-3XL-D1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ S","offer_id":45593473089715,"sku":"FZ-CSKSBX-S-E1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ M","offer_id":45593473122483,"sku":"FZ-CSKSBX-M-E1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ L","offer_id":45593473155251,"sku":"FZ-CSKSBX-L-E1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XL","offer_id":45593473188019,"sku":"FZ-CSKSBX-XL-E1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 2XL","offer_id":45593473220787,"sku":"FZ-CSKSBX-2XL-E1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 3XL","offer_id":45593473253555,"sku":"FZ-CSKSBX-3XL-E1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":45593473286323,"sku":"FZ-CSKSBX-S-F1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":45593473319091,"sku":"FZ-CSKSBX-M-F1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":45593473351859,"sku":"FZ-CSKSBX-L-F1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":45593473384627,"sku":"FZ-CSKSBX-XL-F1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2XL","offer_id":45593473417395,"sku":"FZ-CSKSBX-2XL-F1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 3XL","offer_id":45593473450163,"sku":"FZ-CSKSBX-3XL-F1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Beige \/ S","offer_id":45593473482931,"sku":"FZ-CSKSBX-S-G1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Beige \/ M","offer_id":45593473515699,"sku":"FZ-CSKSBX-M-G1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Beige \/ L","offer_id":45593473548467,"sku":"FZ-CSKSBX-L-G1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Beige \/ XL","offer_id":45593473581235,"sku":"FZ-CSKSBX-XL-G1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 2XL","offer_id":45593473614003,"sku":"FZ-CSKSBX-2XL-G1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 3XL","offer_id":45593473646771,"sku":"FZ-CSKSBX-3XL-G1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":45593473679539,"sku":"FZ-CSKSBX-S-H1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":45593473712307,"sku":"FZ-CSKSBX-M-H1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":45593473745075,"sku":"FZ-CSKSBX-L-H1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":45593473777843,"sku":"FZ-CSKSBX-XL-H1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":45593473810611,"sku":"FZ-CSKSBX-2XL-H1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 3XL","offer_id":45593473843379,"sku":"FZ-CSKSBX-3XL-H1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ S","offer_id":45593473876147,"sku":"FZ-CSKSBX-S-I1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ M","offer_id":45593473908915,"sku":"FZ-CSKSBX-M-I1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ L","offer_id":45593473941683,"sku":"FZ-CSKSBX-L-I1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ XL","offer_id":45593473974451,"sku":"FZ-CSKSBX-XL-I1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 2XL","offer_id":45593474007219,"sku":"FZ-CSKSBX-2XL-I1","price":28.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 3XL","offer_id":45593474039987,"sku":"FZ-CSKSBX-3XL-I1","price":28.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/13_c8bcc160-336f-48ff-9fa2-e96bf9215d64.png?v=1782296031","url":"https:\/\/heroiy.com\/products\/panel-solid-color-flared-sleeve-t-shirt-jx","provider":"Heroiy","version":"1.0","type":"link"}