{"product_id":"blue-butterfly-top-tank-for-men-and-women","title":"Blue Butterfly Top Tank for Men and Women","description":"\u003cp\u003ePremium unisex tank top engineered for gym and everyday wear. Crafted from breathable, moisture-wicking fabric that keeps you cool during intense training sessions or casual outings. The sleek, minimalist design pairs effortlessly with any athletic or streetwear aesthetic. Reinforced seams and durable construction ensure long-lasting performance. Available for both men and women, this versatile tank delivers comfort, style, and functionality in one essential piece.\u003c\/p\u003e\n\u003cp\u003eThe Blue Butterfly Top Tank delivers premium performance for gym and everyday wear. Engineered with breathable, moisture-wicking fabric, it keeps you cool through intense training or casual days. The sleek, minimalist design with reinforced seams pairs seamlessly with athletic or streetwear aesthetics. Built for durability and comfort, this unisex tank is an essential piece for both men and women seeking versatile, high-performance apparel. \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy: #1c2f6e;\n    --ink: #0f1520;\n    --dust: #8a8ea0;\n    --silver: #c8cad6;\n    --cream: #fafafa;\n    --white: #ffffff;\n    --gold: #b09a60;\n  }\n\n  body {\n    background: var(--white);\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ink);\n    overflow-x: hidden;\n  }\n\n  \/* ── HEADER ── *\/\n  header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 28px 60px;\n    border-bottom: 1px solid var(--silver);\n  }\n  .brand { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; }\n  .nav { display: flex; gap: 36px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dust); }\n\n  \/* ── HERO STRIP ── *\/\n  .hero-strip {\n    background: var(--navy);\n    color: var(--white);\n    text-align: center;\n    padding: 14px;\n    font-size: 10px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n  }\n\n  \/* ── PRODUCT SECTION ── *\/\n  .product-hero {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 88vh;\n  }\n  .product-image-panel {\n    position: relative;\n    background: var(--cream);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    padding: 48px;\n    border-right: 1px solid var(--silver);\n  }\n  .product-image-panel img {\n    width: 100%;\n    max-width: 480px;\n    height: auto;\n    object-fit: contain;\n    transition: transform 0.5s ease;\n  }\n  .product-image-panel img:hover { transform: scale(1.03); }\n  .shot-label {\n    position: absolute;\n    top: 28px;\n    left: 32px;\n    font-size: 9px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--dust);\n    border: 1px solid var(--silver);\n    padding: 5px 10px;\n    background: var(--white);\n  }\n\n  .product-info {\n    padding: 80px 72px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .eyebrow { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }\n  .product-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 52px;\n    font-weight: 300;\n    line-height: 1.1;\n    margin-bottom: 24px;\n  }\n  .product-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 18px;\n    font-weight: 300;\n    color: var(--dust);\n    margin-bottom: 40px;\n    line-height: 1.5;\n  }\n  .divider { width: 48px; height: 1px; background: var(--gold); margin: 0 0 40px; }\n  .detail-row { display: flex; gap: 48px; margin-bottom: 36px; }\n  .detail-item .label { font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dust); margin-bottom: 6px; }\n  .detail-item .value { font-size: 14px; font-weight: 500; }\n\n  \/* Colour swatch *\/\n  .swatches { display: flex; gap: 10px; margin-bottom: 40px; }\n  .swatch {\n    width: 28px; height: 28px; border-radius: 50%; cursor: pointer;\n    border: 2px solid transparent; transition: border-color 0.2s;\n  }\n  .swatch.active { border-color: var(--ink); }\n  .swatch-navy { background: #1c2f6e; }\n  .swatch-black { background: #1a1a1a; }\n  .swatch-white { background: #f0f0f0; border: 1px solid #ccc; }\n\n  .cta-btn {\n    display: inline-block;\n    background: var(--navy);\n    color: var(--white);\n    padding: 16px 48px;\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    border: none;\n    cursor: pointer;\n    transition: background 0.3s;\n    width: fit-content;\n    margin-bottom: 16px;\n  }\n  .cta-btn:hover { background: var(--ink); }\n\n  \/* ── VIEW TOGGLE STRIP ── *\/\n  .view-toggle {\n    display: flex;\n    border-top: 1px solid var(--silver);\n    border-bottom: 1px solid var(--silver);\n  }\n  .view-btn {\n    flex: 1;\n    text-align: center;\n    padding: 20px;\n    font-size: 10px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    cursor: pointer;\n    color: var(--dust);\n    border: none;\n    background: none;\n    transition: all 0.2s;\n  }\n  .view-btn.active { color: var(--ink); background: var(--cream); }\n\n  \/* ── STUDIO DUAL PANEL ── *\/\n  .studio-section {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    border-top: 1px solid var(--silver);\n  }\n  .studio-panel {\n    position: relative;\n    background: #f5f5f7;\n    display: flex;\n    align-items: flex-end;\n    justify-content: center;\n    overflow: hidden;\n    min-height: 600px;\n    padding-bottom: 48px;\n  }\n  .studio-panel:first-child { border-right: 1px solid var(--silver); }\n\n  \/* Simulated studio backdrop with subtle shadow *\/\n  .studio-panel::before {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0; right: 0;\n    height: 60%;\n    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.04));\n    pointer-events: none;\n  }\n  \/* Simulated floor shadow under garment *\/\n  .studio-panel::after {\n    content: '';\n    position: absolute;\n    bottom: 60px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 200px; height: 30px;\n    background: radial-gradient(ellipse, rgba(0,0,0,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .studio-panel img {\n    position: relative;\n    width: 55%;\n    max-width: 340px;\n    object-fit: contain;\n    filter: drop-shadow(0 8px 32px rgba(0,0,0,0.10));\n    transition: transform 0.5s ease;\n  }\n  .studio-panel img:hover { transform: translateY(-6px); }\n  .panel-label {\n    position: absolute;\n    top: 32px;\n    left: 36px;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 13px;\n    letter-spacing: 0.1em;\n    color: var(--dust);\n  }\n  .panel-num {\n    position: absolute;\n    bottom: 32px;\n    right: 36px;\n    font-size: 11px;\n    letter-spacing: 0.12em;\n    color: var(--silver);\n  }\n\n  \/* ── EDITORIAL SPREAD ── *\/\n  .editorial {\n    display: grid;\n    grid-template-columns: 2fr 1fr;\n    border-top: 1px solid var(--silver);\n    min-height: 480px;\n  }\n  .editorial-image-area {\n    background: var(--navy);\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 64px;\n    overflow: hidden;\n    border-right: 1px solid rgba(255,255,255,0.1);\n  }\n  \/* Decorative butterfly motif using CSS *\/\n  .editorial-image-area::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 300px; height: 300px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .editorial-image-area img {\n    width: 55%;\n    max-width: 280px;\n    object-fit: contain;\n    filter: drop-shadow(0 0 40px rgba(255,255,255,0.2));\n    position: relative;\n    z-index: 1;\n  }\n  .editorial-quote {\n    position: absolute;\n    bottom: 40px;\n    left: 64px;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 26px;\n    font-style: italic;\n    font-weight: 300;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.35;\n    max-width: 360px;\n  }\n  .editorial-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 64px 56px;\n    background: var(--cream);\n  }\n  .editorial-copy .eyebrow { margin-bottom: 16px; }\n  .editorial-copy h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 34px;\n    font-weight: 300;\n    line-height: 1.2;\n    margin-bottom: 24px;\n  }\n  .editorial-copy p {\n    font-size: 13px;\n    line-height: 1.8;\n    color: var(--dust);\n    margin-bottom: 32px;\n  }\n\n  \/* ── FABRIC + CARE ── *\/\n  .specs-row {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border-top: 1px solid var(--silver);\n  }\n  .spec-item {\n    padding: 48px 40px;\n    border-right: 1px solid var(--silver);\n  }\n  .spec-item:last-child { border-right: none; }\n  .spec-icon { font-size: 24px; margin-bottom: 14px; }\n  .spec-name { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dust); margin-bottom: 8px; }\n  .spec-val { font-size: 15px; font-weight: 500; }\n\n  \/* ── SIZE GUIDE STRIP ── *\/\n  .size-strip {\n    background: var(--navy);\n    color: var(--white);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 32px 60px;\n  }\n  .size-strip h4 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 300;\n  }\n  .sizes { display: flex; gap: 12px; }\n  .size-tag {\n    width: 44px; height: 44px;\n    border: 1px solid rgba(255,255,255,0.4);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px; letter-spacing: 0.06em;\n    cursor: pointer;\n    transition: background 0.2s;\n  }\n  .size-tag:hover, .size-tag.active { background: rgba(255,255,255,0.2); }\n\n  \/* ── FLAT LAY SECTION ── *\/\n  .flat-lay {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 500px;\n    border-top: 1px solid var(--silver);\n  }\n  .flat-panel {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 64px;\n    position: relative;\n    background: var(--white);\n  }\n  .flat-panel:first-child {\n    border-right: 1px solid var(--silver);\n    background: #f8f8fb;\n  }\n  .flat-panel img {\n    width: 72%;\n    max-width: 360px;\n    object-fit: contain;\n    filter: drop-shadow(0 4px 24px rgba(0,0,0,0.07));\n  }\n  .flat-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 64px 72px;\n  }\n  .flat-copy h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 40px;\n    font-weight: 300;\n    line-height: 1.15;\n    margin-bottom: 20px;\n  }\n  .flat-copy .desc {\n    font-size: 13px;\n    line-height: 1.85;\n    color: var(--dust);\n  }\n\n  \/* ── FOOTER ── *\/\n  footer {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 32px 60px;\n    border-top: 1px solid var(--silver);\n    font-size: 10px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--dust);\n  }\n\n  @media (max-width: 900px) {\n    header { padding: 20px 24px; }\n    .nav { display: none; }\n    .product-hero { grid-template-columns: 1fr; }\n    .product-image-panel { min-height: 60vw; padding: 32px; }\n    .product-info { padding: 40px 28px; }\n    .product-title { font-size: 36px; }\n    .studio-section { grid-template-columns: 1fr; }\n    .editorial { grid-template-columns: 1fr; }\n    .specs-row { grid-template-columns: 1fr 1fr; }\n    .flat-lay { grid-template-columns: 1fr; }\n    .size-strip { padding: 24px 28px; flex-direction: column; gap: 20px; text-align: center; }\n    footer { flex-direction: column; gap: 12px; text-align: center; }\n  }\n\u003c\/style\u003e\n\u003c!-- HEADER --\u003e\u003cheader\u003e\u003cnav class=\"nav\"\u003e\u003cspan\u003eNew Arrivals\u003c\/span\u003e \u003cspan\u003eActivewear\u003c\/span\u003e \u003cspan\u003eCollections\u003c\/span\u003e \u003cspan\u003eAbout\u003c\/span\u003e\u003c\/nav\u003e\u003c\/header\u003e\u003c!-- HERO STRIP --\u003e\n\u003cdiv class=\"hero-strip\"\u003eFree worldwide shipping on orders over $30 · New season drop now live\u003c\/div\u003e\n\u003c!-- MAIN PRODUCT HERO --\u003e\n\u003csection class=\"product-hero\"\u003e\n\u003cdiv class=\"product-image-panel\" style=\"text-align: center;\"\u003e\n\u003cdiv class=\"shot-label\"\u003eFront View\u003c\/div\u003e\n\u003cimg alt=\"Butterfly Tank Top – Front View\" src=\"https:\/\/mtimports.com\/cdn\/shop\/files\/fsdrtr_copy_8e0dcef3-b138-4777-8b1f-d757523b972f.jpg?crop=center\u0026amp;height=1828\u0026amp;v=1782190110\u0026amp;width=1828\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eStudio Collection · SS26\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eButterfly\u003cbr\u003eRacerback\u003cbr\u003eTank\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e\"There is a beautiful purpose to be found in your pain.\"\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cdiv class=\"detail-item\"\u003e\n\u003cdiv class=\"label\"\u003eColour\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eRoyal Navy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-item\"\u003e\n\u003cdiv class=\"label\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eGraphic Print\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cdiv class=\"detail-item\"\u003e\n\u003cdiv class=\"label\"\u003ePrice\u003c\/div\u003e\n\u003cdiv class=\"value\" style=\"font-family: 'Cormorant Garamond',serif; font-size: 20px;\"\u003e$38.00\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swatches\"\u003e\n\u003cdiv class=\"swatch swatch-navy active\" title=\"Royal Navy\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"cta-btn\"\u003eAdd to Bag\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VIEW TOGGLE --\u003e\n\u003cdiv class=\"view-toggle\"\u003e\n\u003cbutton class=\"view-btn active\"\u003eFront\u003c\/button\u003e \u003cbutton class=\"view-btn\"\u003eBack\u003c\/button\u003e \u003cbutton class=\"view-btn\"\u003eDetail\u003c\/button\u003e \u003cbutton class=\"view-btn\"\u003eLifestyle\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c!-- STUDIO DUAL SHOT --\u003e\n\u003csection class=\"studio-section\"\u003e\n\u003cdiv class=\"studio-panel\" style=\"text-align: start;\"\u003e\n\u003cspan class=\"panel-label\"\u003eFront\u003c\/span\u003e \u003cimg alt=\"Front Studio Shot\" src=\"https:\/\/mtimports.com\/cdn\/shop\/files\/fsdrtr_copy_8e0dcef3-b138-4777-8b1f-d757523b972f.jpg?crop=center\u0026amp;height=1828\u0026amp;v=1782190110\u0026amp;width=1828\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003cspan class=\"panel-num\"\u003e01 \/ 02\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"studio-panel\" style=\"text-align: start;\"\u003e\n\u003cspan class=\"panel-label\"\u003eBack\u003c\/span\u003e \u003ca href=\"https:\/\/mtimports.com\/cdn\/shop\/files\/gdhh_copy.jpg?crop=center\u0026amp;amp;height=1828\u0026amp;amp;v=1782190106\u0026amp;amp;width=1828\"\u003e\u003cimg alt=\"Back Studio Shot\" src=\"https:\/\/mtimports.com\/cdn\/shop\/files\/gdhh_copy_6400x.jpg?v=1782190106\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/a\u003e \u003cspan class=\"panel-num\"\u003e02 \/ 02\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EDITORIAL SPREAD --\u003e\n\u003csection class=\"editorial\"\u003e\n\u003cdiv class=\"editorial-image-area\" style=\"text-align: right;\"\u003e\n\u003ca href=\"https:\/\/mtimports.com\/cdn\/shop\/files\/fsrtr_copy.jpg?crop=center\u0026amp;amp;height=1828\u0026amp;amp;v=1782190107\u0026amp;amp;width=1828\"\u003e\u003cimg alt=\"Editorial Front\" src=\"https:\/\/mtimports.com\/cdn\/shop\/files\/fsrtr_copy.jpg?crop=center\u0026amp;height=1828\u0026amp;v=1782190107\u0026amp;width=1828\" width=\"156\" height=\"156\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/a\u003e\n\u003cp class=\"editorial-quote\"\u003eWear what speaks\u003cbr\u003ebefore you do.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"editorial-copy\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eDesigner's Note\u003c\/div\u003e\n\u003ch3\u003eDesigned for Motion. Built for Meaning.\u003c\/h3\u003e\n\u003cp\u003eThe butterfly graphic is more than print — it's a statement of transformation. Rendered in ice-blue on royal navy, the design is intentional in every line: a racerback cut that follows the body, a cropped hem that moves without constraint, and words that arrive quietly beneath the wings.\u003c\/p\u003e\n\u003cp\u003eMade for the studio, the streets, or wherever you decide to own the room.\u003c\/p\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"eyebrow\" style=\"font-size: 9px;\"\u003eScreen print · Racerback · Crop silhouette\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"spec-name\"\u003eFabric\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e95% Cotton \/ 5% Elastane\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"spec-name\"\u003eFit\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eCropped · True to Size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e♻\u003c\/div\u003e\n\u003cdiv class=\"spec-name\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eMachine wash 30° · Inside out\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e📐\u003c\/div\u003e\n\u003cdiv class=\"spec-name\"\u003eNeckline\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHigh Neck · Racerback\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE STRIP --\u003e\n\u003cdiv class=\"size-strip\"\u003e\n\u003ch4\u003eSelect Your Size\u003c\/h4\u003e\n\u003cdiv class=\"sizes\"\u003e\n\u003cdiv class=\"size-tag\"\u003eXS\u003c\/div\u003e\n\u003cdiv class=\"size-tag active\"\u003eS\u003c\/div\u003e\n\u003cdiv class=\"size-tag\"\u003eM\u003c\/div\u003e\n\u003cdiv class=\"size-tag\"\u003eL\u003c\/div\u003e\n\u003cdiv class=\"size-tag\"\u003eXL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan style=\"font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.6; cursor: pointer;\"\u003eSize Guide ↗\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- FLAT LAY DETAIL SECTION --\u003e\n\u003csection class=\"flat-lay\"\u003e\n\u003cdiv class=\"flat-panel\" style=\"text-align: start;\"\u003e\u003cimg alt=\"Back View Flat Lay\" src=\"https:\/\/mtimports.com\/cdn\/shop\/files\/gdhh_copy_6400x.jpg?v=1782190106\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"flat-panel\" style=\"background: var(--cream);\"\u003e\n\u003cdiv class=\"flat-copy\"\u003e\n\u003ch3\u003eThe\u003cbr\u003eBack Story.\u003c\/h3\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"desc\"\u003eThe back is intentionally clean — a racerback construction with reinforced overlock stitching and a cut that creates the signature open shoulder look. No logo. No excess. Just structure doing its job.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp class=\"desc\" style=\"font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold);\"\u003eDetail · Craftsmanship · Purpose\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter\u003e\n\u003cdiv\u003e© 2026 Brick Studio\u003c\/div\u003e\n\u003cdiv style=\"font-family: 'Cormorant Garamond',serif; font-size: 14px; font-weight: 300; letter-spacing: 0.06em; text-transform: none;\"\u003eMT Butterfly Top Tank Tank · Royal Navy\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"MT","offers":[{"title":"Default Title","offer_id":43050494722146,"sku":null,"price":10.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0633\/7442\/6210\/files\/fdsfggdf.png?v=1782190103","url":"https:\/\/mtimports.com\/products\/blue-butterfly-top-tank-for-men-and-women","provider":"MT IMPORTS","version":"1.0","type":"link"}