{"product_id":"womens-modern-sculpted-button-down-premium-stretch-work-blouse","title":"Women's Modern Sculpted Button-Down | Premium Stretch Work Blouse","description":"\u003cstyle\u003e\n  html {\n    scroll-behavior: smooth;\n  }\n\n  #pdp-top {\n    scroll-margin-top: 20px;\n  }\n\n  :root {\n    --pdp-wine: #6f2f3e;\n    --pdp-wine-dark: #54212d;\n    --pdp-taupe: #a48466;\n    --pdp-gold: #b99170;\n    --pdp-text: #302b29;\n    --pdp-body: #5f5752;\n    --pdp-cream: rgba(255, 251, 247, 0.94);\n    --pdp-blush: rgba(248, 239, 235, 0.92);\n  }\n\n  .pdp-container {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 16px;\n    background: transparent !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    color: var(--pdp-text);\n    line-height: 1.7;\n  }\n\n  .pdp-container * {\n    box-sizing: border-box;\n  }\n\n  \/* =========================\n     MAIN CARDS\n     ========================= *\/\n\n  .pdp-block-card {\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 26px;\n    padding: 34px 28px;\n    border: 1px solid rgba(126, 94, 76, 0.08);\n    border-radius: 16px;\n\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(133, 73, 81, 0.07),\n        transparent 32%\n      ),\n      linear-gradient(\n        145deg,\n        var(--pdp-cream) 0%,\n        var(--pdp-blush) 100%\n      );\n\n    box-shadow:\n      0 8px 28px rgba(72, 49, 42, 0.055),\n      inset 0 1px 0 rgba(255, 255, 255, 0.75);\n  }\n\n  .pdp-block-card::after {\n    content: \"\";\n    position: absolute;\n    right: -50px;\n    bottom: -70px;\n    width: 180px;\n    height: 180px;\n    border-radius: 50%;\n\n    background: radial-gradient(\n      circle,\n      rgba(164, 132, 102, 0.07),\n      rgba(164, 132, 102, 0)\n    );\n\n    pointer-events: none;\n  }\n\n  .pdp-block-card \u003e * {\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* =========================\n     HIGHLIGHT TEXT\n     ========================= *\/\n\n  .pdp-highlight {\n    color: var(--pdp-wine);\n    font-weight: 700;\n  }\n\n  .pdp-highlight-soft {\n    color: var(--pdp-taupe);\n    font-weight: 700;\n  }\n\n  \/* =========================\n     BADGES\n     ========================= *\/\n\n  .pdp-badges-wrapper {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n\n  .pdp-badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 7px 13px;\n    border-radius: 30px;\n    background: rgba(111, 47, 62, 0.08);\n    color: var(--pdp-wine);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.7px;\n    text-transform: uppercase;\n  }\n\n  \/* =========================\n     TYPOGRAPHY\n     ========================= *\/\n\n  .pdp-content-top {\n    margin-bottom: 22px;\n  }\n\n  .pdp-title {\n    margin: 0 0 14px 0;\n    color: #2d2826;\n    font-size: 29px;\n    line-height: 1.25;\n    font-weight: 750;\n    letter-spacing: -0.5px;\n    text-align: center;\n  }\n\n  .pdp-title span {\n    color: var(--pdp-taupe);\n  }\n\n  .pdp-desc {\n    width: 100%;\n    max-width: 790px;\n    margin: 0 auto;\n    color: var(--pdp-body);\n    font-size: 17px;\n    line-height: 1.75;\n    text-align: left;\n  }\n\n  \/* =========================\n     IMAGES\n     ========================= *\/\n\n  .pdp-image-bottom {\n    width: 100%;\n    margin-top: 20px;\n    overflow: hidden;\n    border-radius: 12px;\n    background: rgba(255, 255, 255, 0.35);\n  }\n\n  .pdp-image-bottom img {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: cover;\n  }\n\n  \/* =========================\n     DESIGN DETAILS\n     ========================= *\/\n\n  .pdp-detail-list {\n    max-width: 790px;\n    margin: 22px auto 8px;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pdp-detail-list li {\n    position: relative;\n    margin-bottom: 17px;\n    padding: 0 0 17px 30px;\n    border-bottom: 1px solid rgba(111, 47, 62, 0.10);\n    color: var(--pdp-body);\n    font-size: 17px;\n    line-height: 1.65;\n    text-align: left;\n  }\n\n  .pdp-detail-list li:last-child {\n    margin-bottom: 0;\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .pdp-detail-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--pdp-wine);\n    font-size: 17px;\n    font-weight: 800;\n  }\n\n  .pdp-detail-list strong {\n    color: var(--pdp-wine);\n    font-weight: 750;\n  }\n\n  \/* =========================\n     COLOR SWATCHES\n     ========================= *\/\n\n  .pdp-color-swatches {\n    display: flex;\n    justify-content: center;\n    gap: 19px;\n    flex-wrap: wrap;\n    margin-top: 24px;\n  }\n\n  .pdp-color-item {\n    min-width: 52px;\n    text-align: center;\n  }\n\n  .pdp-color-circle {\n    width: 40px;\n    height: 40px;\n    margin: 0 auto 8px;\n    border: 2px solid rgba(255, 255, 255, 0.95);\n    border-radius: 50%;\n\n    box-shadow:\n      0 3px 10px rgba(55, 40, 35, 0.12),\n      0 0 0 1px rgba(79, 58, 50, 0.08);\n  }\n\n  .pdp-color-name {\n    color: var(--pdp-body);\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n  \/* =========================\n     FAQ\n     ========================= *\/\n\n  .pdp-faq details {\n    margin-bottom: 12px;\n    overflow: hidden;\n    border: 1px solid rgba(126, 94, 76, 0.08);\n    border-radius: 10px;\n    background: rgba(255, 251, 247, 0.58);\n    transition: all 0.25s ease;\n  }\n\n  .pdp-faq details[open] {\n    background: rgba(249, 239, 234, 0.8);\n  }\n\n  .pdp-faq summary {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 19px 20px;\n    color: var(--pdp-wine);\n    font-size: 16px;\n    line-height: 1.45;\n    font-weight: 700;\n    text-align: left;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .pdp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pdp-faq summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    color: var(--pdp-taupe);\n    font-size: 23px;\n    line-height: 1;\n    transition: transform 0.25s ease;\n  }\n\n  .pdp-faq details[open] summary::after {\n    transform: rotate(45deg);\n  }\n\n  .pdp-faq-content {\n    padding: 0 20px 20px;\n    color: var(--pdp-body);\n    font-size: 16px;\n    line-height: 1.7;\n    text-align: left;\n  }\n\n  \/* =========================\n     REVIEWS\n     ========================= *\/\n\n  .pdp-rating-box {\n    display: flex;\n    align-items: center;\n    gap: 24px;\n    flex-wrap: wrap;\n    margin-bottom: 22px;\n    padding: 22px;\n    border-radius: 12px;\n    background: rgba(255, 250, 246, 0.65);\n  }\n\n  .pdp-score {\n    color: var(--pdp-wine);\n    font-size: 39px;\n    line-height: 1;\n    font-weight: 800;\n  }\n\n  .pdp-stars {\n    margin: 5px 0;\n    color: #b48a45;\n    font-size: 19px;\n    letter-spacing: 1px;\n  }\n\n  .pdp-rating-note {\n    color: #756b65;\n    font-size: 14px;\n    text-align: left;\n  }\n\n  .pdp-review-bars {\n    flex: 1;\n    min-width: 220px;\n  }\n\n  .pdp-bar-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 8px;\n    color: #665e59;\n    font-size: 14px;\n  }\n\n  .pdp-bar-track {\n    flex: 1;\n    height: 7px;\n    overflow: hidden;\n    border-radius: 10px;\n    background: rgba(116, 91, 77, 0.12);\n  }\n\n  .pdp-bar-fill {\n    height: 100%;\n    border-radius: 10px;\n\n    background: linear-gradient(\n      90deg,\n      var(--pdp-wine),\n      var(--pdp-taupe)\n    );\n  }\n\n  .pdp-ai-summary {\n    margin-bottom: 18px;\n    padding: 18px 20px;\n    border-left: 3px solid var(--pdp-taupe);\n    border-radius: 8px;\n    background: rgba(111, 47, 62, 0.055);\n    color: #554c48;\n    font-size: 16px;\n    line-height: 1.7;\n    text-align: left;\n  }\n\n  .pdp-ai-summary strong {\n    color: var(--pdp-wine);\n  }\n\n  .pdp-review-card {\n    margin-bottom: 14px;\n    padding: 20px;\n    border-radius: 11px;\n    background: rgba(255, 251, 248, 0.68);\n  }\n\n  .pdp-review-card p {\n    margin: 0 0 12px;\n    color: #4d4541;\n    font-size: 16px;\n    line-height: 1.7;\n    text-align: left;\n  }\n\n  .pdp-review-author {\n    color: var(--pdp-wine);\n    font-size: 13px;\n    font-weight: 650;\n    text-align: left;\n  }\n\n  .pdp-review-author img {\n    display: block;\n    max-width: 100%;\n    height: auto;\n    margin-top: 12px;\n    border-radius: 8px;\n  }\n\n  \/* =========================\n     LOGISTICS\n     ========================= *\/\n\n  .pdp-logistics-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));\n    gap: 15px;\n    margin-top: 24px;\n  }\n\n  .pdp-logistic-item {\n    padding: 21px 18px;\n    border: 1px solid rgba(111, 47, 62, 0.07);\n    border-radius: 11px;\n    background: rgba(255, 251, 247, 0.52);\n    text-align: left;\n  }\n\n  .pdp-logistic-icon {\n    margin-bottom: 8px;\n    font-size: 26px;\n  }\n\n  .pdp-logistic-item h4 {\n    margin: 0 0 6px;\n    color: var(--pdp-wine);\n    font-size: 16px;\n    font-weight: 750;\n    text-align: left;\n  }\n\n  .pdp-logistic-item p {\n    margin: 0;\n    color: var(--pdp-body);\n    font-size: 15px;\n    line-height: 1.6;\n    text-align: left;\n  }\n\n  \/* =========================\n     CTA\n     ========================= *\/\n\n  .pdp-cta-card {\n    padding: 38px 28px;\n\n    background:\n      radial-gradient(\n        circle at 85% 20%,\n        rgba(190, 144, 119, 0.22),\n        transparent 35%\n      ),\n      linear-gradient(\n        135deg,\n        var(--pdp-wine-dark) 0%,\n        #2f2424 100%\n      );\n\n    color: #ffffff;\n  }\n\n  .pdp-cta-card::after {\n    background: radial-gradient(\n      circle,\n      rgba(235, 203, 184, 0.12),\n      transparent 70%\n    );\n  }\n\n  .pdp-cta-card h2 {\n    margin: 0 0 12px;\n    color: #ffffff;\n    font-size: 28px;\n    line-height: 1.3;\n    text-align: center;\n  }\n\n  .pdp-cta-card h2 span {\n    color: #d8b493;\n  }\n\n  .pdp-cta-card p {\n    max-width: 600px;\n    margin: 0 auto 21px;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 17px;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .pdp-cta-card .pdp-highlight {\n    color: #e1bd9c;\n    font-weight: 700;\n  }\n\n  .pdp-btn-wrap {\n    text-align: center;\n  }\n\n  .pdp-btn {\n    display: inline-block;\n    min-width: 190px;\n    padding: 15px 38px;\n    border: 1px solid rgba(255, 255, 255, 0.18);\n    border-radius: 40px;\n    background: #b99170;\n\n    box-shadow:\n      0 7px 20px rgba(0, 0, 0, 0.14);\n\n    color: #ffffff !important;\n    font-size: 16px;\n    font-weight: 750;\n    letter-spacing: 0.7px;\n    text-align: center;\n    text-decoration: none !important;\n\n    transition:\n      transform 0.2s ease,\n      background 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .pdp-btn:hover {\n    background: #c7a080;\n\n    box-shadow:\n      0 9px 24px rgba(0, 0, 0, 0.18);\n\n    transform: translateY(-2px);\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 767px) {\n\n    .pdp-container {\n      padding: 0 10px;\n    }\n\n    .pdp-block-card {\n      margin-bottom: 18px;\n      padding: 27px 18px;\n      border-radius: 13px;\n    }\n\n    .pdp-title {\n      font-size: 25px;\n      line-height: 1.28;\n    }\n\n    .pdp-desc,\n    .pdp-detail-list li,\n    .pdp-faq-content,\n    .pdp-review-card p,\n    .pdp-ai-summary,\n    .pdp-cta-card p {\n      font-size: 16px;\n    }\n\n    .pdp-badge {\n      padding: 6px 10px;\n      font-size: 10px;\n    }\n\n    .pdp-rating-box {\n      padding: 18px;\n    }\n\n    .pdp-score {\n      font-size: 35px;\n    }\n\n    .pdp-logistics-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .pdp-cta-card {\n      padding: 34px 20px;\n    }\n\n    .pdp-cta-card h2 {\n      font-size: 25px;\n    }\n  }\n\n  @media (max-width: 480px) {\n\n    .pdp-logistics-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pdp-color-swatches {\n      gap: 15px;\n    }\n\n    .pdp-btn {\n      width: 100%;\n      max-width: 320px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- 页面顶部锚点 --\u003e\n\u003cdiv class=\"pdp-container\" id=\"pdp-top\"\u003e\n\u003c!-- =========================\n       BLOCK 1\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-badges-wrapper\"\u003e\n\u003cspan class=\"pdp-badge\"\u003eNEW ARRIVAL\u003c\/span\u003e \u003cspan class=\"pdp-badge\"\u003e⭐ 4.9\/5 RATING\u003c\/span\u003e \u003cspan class=\"pdp-badge\"\u003e↺ 30-DAY EASY RETURNS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eThe Button-Down That \u003cspan\u003eChanges Your Silhouette\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003eWalk into the room looking \u003cspan class=\"pdp-highlight\"\u003e instantly more polished \u003c\/span\u003e without giving up comfort. This sculpted button-down \u003cspan class=\"pdp-highlight\"\u003e defines the waist \u003c\/span\u003e and turns an everyday workwear essential into a confidence piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-bottom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9_11_2.gif?v=1789103132\" alt=\"Women's tailored ruched button-down shirt\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 2\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eMade For Modern \u003cspan\u003eSophistication\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003eClean tailoring and \u003cspan class=\"pdp-highlight\"\u003e feminine shaping \u003c\/span\u003e create an elevated look that feels effortlessly put together. Wear it with trousers, skirts, or denim for \u003cspan class=\"pdp-highlight\"\u003e workday-to-evening versatility. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-bottom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9c5fd782569f5af441e14747582aecb6_b91843f2-77f1-4e9a-892f-04ba0b028a33.png?v=1789103160\" alt=\"Elegant tailored women's shirt\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 3\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eDesigned For A \u003cspan\u003eFlattering Fit\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003eThe tailored construction follows the natural shape of the body for a \u003cspan class=\"pdp-highlight\"\u003e fitted, feminine silhouette. \u003c\/span\u003e Choose your usual size for a polished fit, or size up for a little more room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-bottom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2cebf2146174810059bbabf724254e5c_dcb807d5-ac74-4cce-bc49-cbedce95e982.png?v=1789103299\" alt=\"Women's button-down shirt fit\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 4\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eShaped, \u003cspan\u003eNever Boxy\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003eThoughtfully placed contouring \u003cspan class=\"pdp-highlight\"\u003e follows your natural waist \u003c\/span\u003e instead of hiding it beneath excess fabric. The result is a \u003cspan class=\"pdp-highlight\"\u003e cleaner, more defined profile \u003c\/span\u003e from every angle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-bottom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/1_c424ed9a-cfbf-435d-9d52-840125d373f1.png?v=1789103325\" alt=\"Tailored waist detail\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 5\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eA More Polished \u003cspan\u003eCurved Hem\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003eThe curved hem creates a \u003cspan class=\"pdp-highlight\"\u003e softer, more refined finish. \u003c\/span\u003e Wear it tucked for meetings or untucked for an effortlessly neat everyday look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-bottom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2_d055abd9-d0b7-4706-ab86-40f8dfff7364.png?v=1789103358\" alt=\"Curved hem detail\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 6\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eExquisite \u003cspan\u003eDesign Details\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003eFeminine texture, crisp structure, and \u003cspan class=\"pdp-highlight\"\u003e refined finishing \u003c\/span\u003e make this shirt feel noticeably more elevated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"pdp-detail-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRuched Front:\u003c\/strong\u003e Soft ruching adds dimension while creating a more flattering feminine shape.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePoint Collar:\u003c\/strong\u003e A structured collar frames the neckline with a crisp professional finish.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClean Button-Down:\u003c\/strong\u003e Color-matched buttons keep the front streamlined and sophisticated.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pdp-image-bottom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/3_64bda063-f3a8-464c-9907-2cf04faa708e.png?v=1789103401\" alt=\"Ruched front, point collar and button details\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 7\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eComfort From \u003cspan\u003eMorning To Evening\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003e\u003cspan class=\"pdp-highlight\"\u003e Soft, breathable fabric \u003c\/span\u003e keeps you comfortable through meetings, commutes, and evening plans. Gentle flexibility gives you room to move without losing its polished shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-bottom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/4_a71c3efa-3a33-498e-ad01-73fb57be517d.png?v=1789103432\" alt=\"Comfortable breathable shirt fabric\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 8\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eFrom Desk \u003cspan\u003eTo Dinner\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003ePair it with tailored trousers for the office, then switch accessories and head straight to dinner. One shirt delivers \u003cspan class=\"pdp-highlight\"\u003e effortless day-to-night style. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-bottom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/b7d147b2967f6ad14604b850896bc5af.png?v=1789103477\" alt=\"Women's shirt styled from office to evening\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 9\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eA Color For \u003cspan\u003eEvery Mood\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003eChoose from \u003cspan class=\"pdp-highlight\"\u003e versatile, wardrobe-friendly shades \u003c\/span\u003e made to pair easily with the pieces you already own.\u003c\/p\u003e\n\u003cdiv class=\"pdp-color-swatches\"\u003e\n\u003cdiv class=\"pdp-color-item\"\u003e\n\u003cdiv class=\"pdp-color-circle\" style=\"background: #ffffff; border: 1px solid #ded8d4;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"pdp-color-name\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-color-item\"\u003e\n\u003cdiv class=\"pdp-color-circle\" style=\"background: #1a1a1a;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"pdp-color-name\"\u003eBlack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-color-item\"\u003e\n\u003cdiv class=\"pdp-color-circle\" style=\"background: #b0c4de;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"pdp-color-name\"\u003eBlue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-color-item\"\u003e\n\u003cdiv class=\"pdp-color-circle\" style=\"background: #ffd1dc;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"pdp-color-name\"\u003ePink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-color-item\"\u003e\n\u003cdiv class=\"pdp-color-circle\" style=\"background: #b22222;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"pdp-color-name\"\u003eRed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-color-item\"\u003e\n\u003cdiv class=\"pdp-color-circle\" style=\"background: #191970;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"pdp-color-name\"\u003eNavy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-bottom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/ffbcf8f7b5d3cc248a4aaa6fd99b04ea_9750d20c-807b-4efc-b457-4d5fa3d40e3b.png?v=1789103631\" alt=\"Available shirt colors\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 10 FAQ\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card pdp-faq\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eFrequently Asked \u003cspan\u003eQuestions\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003eEverything you need to know before choosing your \u003cspan class=\"pdp-highlight\"\u003e new wardrobe staple. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the fabric wrinkle easily during long work hours?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-content\"\u003eThe fabric is designed to maintain a \u003cspan class=\"pdp-highlight\"\u003e polished appearance \u003c\/span\u003e throughout everyday wear. Hang after washing and use low heat for light touch-ups if needed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I care for and wash this shirt?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-content\"\u003eMachine wash cold on a gentle cycle with similar colors. \u003cspan class=\"pdp-highlight\"\u003e Hang to dry or tumble dry on low \u003c\/span\u003e to help maintain its shape.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the front ruching see-through?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-content\"\u003eThe front is designed for \u003cspan class=\"pdp-highlight\"\u003e comfortable everyday coverage \u003c\/span\u003e while keeping the ruched effect soft and flattering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is your return or exchange policy?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-content\"\u003eWe offer a \u003cspan class=\"pdp-highlight\"\u003e 30-day easy return and exchange policy \u003c\/span\u003e for unworn items returned in their original condition.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 11 REVIEWS\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eLoved For The \u003cspan\u003eFlattering Fit\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003eShoppers love the \u003cspan class=\"pdp-highlight\"\u003e waist-defining shape \u003c\/span\u003e, polished appearance, and comfortable feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-rating-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pdp-score\"\u003e4.9\u003c\/div\u003e\n\u003cdiv class=\"pdp-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"pdp-rating-note\"\u003eBased on 1,280 reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-review-bars\"\u003e\n\u003cdiv class=\"pdp-bar-row\"\u003e\n\u003cspan\u003eFit\u003c\/span\u003e\n\u003cdiv class=\"pdp-bar-track\"\u003e\n\u003cdiv class=\"pdp-bar-fill\" style=\"width: 98%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e98%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-bar-row\"\u003e\n\u003cspan\u003eQuality\u003c\/span\u003e\n\u003cdiv class=\"pdp-bar-track\"\u003e\n\u003cdiv class=\"pdp-bar-fill\" style=\"width: 95%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e95%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-bar-row\"\u003e\n\u003cspan\u003eComfort\u003c\/span\u003e\n\u003cdiv class=\"pdp-bar-track\"\u003e\n\u003cdiv class=\"pdp-bar-fill\" style=\"width: 97%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e97%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-ai-summary\"\u003e\n\u003cstrong\u003e Review Summary: \u003c\/strong\u003e Customers consistently highlight the \u003cspan class=\"pdp-highlight\"\u003e flattering tailored waist \u003c\/span\u003e, refined professional look, and comfortable feel.\u003c\/div\u003e\n\u003cdiv class=\"pdp-review-card\"\u003e\n\u003cp\u003e\"The waist shaping on this shirt is incredible! It looks so sharp with a pencil skirt for client meetings. Definitely buying another color.\"\u003c\/p\u003e\n\u003cdiv class=\"pdp-review-author\"\u003eVictoria S. · Verified Buyer\u003c\/div\u003e\n\u003cdiv class=\"pdp-review-author\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2_7265e4ee-30cb-47e5-aad0-e785f36852fb.png?v=1789103958\" alt=\"Customer review\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-review-card\"\u003e\n\u003cp\u003e\"Professional, high quality, and extremely comfortable. The fabric has just the right amount of stretch without losing its tailored structure.\"\u003c\/p\u003e\n\u003cdiv class=\"pdp-review-author\"\u003eRachel M. · Verified Buyer\u003c\/div\u003e\n\u003cdiv class=\"pdp-review-author\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/1_adf1b3f7-c6ee-4c61-9211-05ad56b6feec.png?v=1789103976\" alt=\"Customer review\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 12\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-content-top\"\u003e\n\u003ch2 class=\"pdp-title\"\u003eShop With \u003cspan\u003eConfidence\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-desc\"\u003eEnjoy \u003cspan class=\"pdp-highlight\"\u003e simple ordering, secure checkout, and easy returns \u003c\/span\u003e from purchase to delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-logistics-grid\"\u003e\n\u003cdiv class=\"pdp-logistic-item\"\u003e\n\u003cdiv class=\"pdp-logistic-icon\"\u003e✈️\u003c\/div\u003e\n\u003ch4\u003eFast Shipping\u003c\/h4\u003e\n\u003cp\u003eReliable tracking keeps you updated from dispatch to delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-logistic-item\"\u003e\n\u003cdiv class=\"pdp-logistic-icon\"\u003e↺\u003c\/div\u003e\n\u003ch4\u003eEasy Returns\u003c\/h4\u003e\n\u003cp\u003eStraightforward 30-day returns for greater peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-logistic-item\"\u003e\n\u003cdiv class=\"pdp-logistic-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch4\u003eSecure Checkout\u003c\/h4\u003e\n\u003cp\u003eEncrypted payment processing helps keep your information protected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-logistic-item\"\u003e\n\u003cdiv class=\"pdp-logistic-icon\"\u003e💬\u003c\/div\u003e\n\u003ch4\u003eCustomer Support\u003c\/h4\u003e\n\u003cp\u003eFriendly support when you need help with your order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       BLOCK 13 CTA\n       BUY NOW 点击返回详情页顶部\n       ========================= --\u003e\n\u003cdiv class=\"pdp-block-card pdp-cta-card\"\u003e\n\u003ch2\u003eMake Every Look \u003cspan\u003eMore Polished\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cspan class=\"pdp-highlight\"\u003e Flattering shape. Effortless confidence. \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"pdp-btn-wrap\"\u003e\u003ca href=\"#pdp-top\" class=\"pdp-btn\"\u003e BUY NOW \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"XIESHU","offers":[{"title":"White \/ S","offer_id":44875657543769,"sku":"NC03142609115880-白色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":44875657576537,"sku":"NC03142609115880-白色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":44875657609305,"sku":"NC03142609115880-白色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":44875657642073,"sku":"NC03142609115880-白色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 2XL","offer_id":44875657674841,"sku":"NC03142609115880-白色-XXL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":44875657707609,"sku":"NC03142609115880-黑色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":44875657740377,"sku":"NC03142609115880-黑色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":44875657773145,"sku":"NC03142609115880-黑色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":44875657805913,"sku":"NC03142609115880-黑色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":44875657838681,"sku":"NC03142609115880-黑色-XXL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":44875657871449,"sku":"NC03142609115880-浅蓝色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":44875657904217,"sku":"NC03142609115880-浅蓝色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":44875657936985,"sku":"NC03142609115880-浅蓝色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":44875657969753,"sku":"NC03142609115880-浅蓝色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":44875658002521,"sku":"NC03142609115880-浅蓝色-XXL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S","offer_id":44875658035289,"sku":"NC03142609115880-粉红色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M","offer_id":44875658068057,"sku":"NC03142609115880-粉红色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L","offer_id":44875658100825,"sku":"NC03142609115880-粉红色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL","offer_id":44875658133593,"sku":"NC03142609115880-粉红色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 2XL","offer_id":44875658166361,"sku":"NC03142609115880-粉红色-XXL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ S","offer_id":44875658199129,"sku":"NC03142609115880-红色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":44875658231897,"sku":"NC03142609115880-红色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":44875658264665,"sku":"NC03142609115880-红色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":44875658297433,"sku":"NC03142609115880-红色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2XL","offer_id":44875658330201,"sku":"NC03142609115880-红色-XXL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ S","offer_id":44875658362969,"sku":"NC03142609115880-藏青色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ M","offer_id":44875658395737,"sku":"NC03142609115880-藏青色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ L","offer_id":44875658428505,"sku":"NC03142609115880-藏青色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ XL","offer_id":44875658461273,"sku":"NC03142609115880-藏青色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 2XL","offer_id":44875658494041,"sku":"NC03142609115880-藏青色-XXL","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/Z3_0a159b58-5be9-4549-9e6e-fa8e8e7c4320.png?v=1789107098","url":"https:\/\/treavhds.com\/zh\/products\/womens-modern-sculpted-button-down-premium-stretch-work-blouse","provider":"treavhds","version":"1.0","type":"link"}