{"product_id":"womens-classic-lapel-crop-jacket-split-midi-skirt-workwear-two-piece-set","title":"Women's Classic Lapel Crop Jacket \u0026 Split Midi Skirt Workwear Two-Piece Set","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *,\n  *::before,\n  *::after {\n    box-sizing: border-box;\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  body {\n    margin: 0;\n    padding: 0;\n    background: transparent;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #2b2b2b;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* =========================================================\n     GLOBAL\n  ========================================================= *\/\n\n  .pdp-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px 16px 32px;\n    background: transparent;\n  }\n\n  #pdp-page-top {\n    width: 1px;\n    height: 1px;\n    display: block;\n    scroll-margin-top: 10px;\n  }\n\n  .pdp-block-card {\n    background: #ffffff;\n    border-radius: 14px;\n    padding: 34px 32px;\n    margin-bottom: 22px;\n    box-shadow: 0 4px 20px rgba(57, 42, 31, 0.035);\n  }\n\n  \/* =========================================================\n     TYPOGRAPHY\n  ========================================================= *\/\n\n  .pdp-title {\n    font-family: \"Bodoni 72\", Didot, Georgia, \"Times New Roman\", serif;\n    font-size: 30px;\n    line-height: 1.18;\n    text-align: center;\n    color: #201c19;\n    margin: 0 0 14px;\n    font-weight: 700;\n    letter-spacing: -0.3px;\n  }\n\n  .pdp-title-small {\n    font-size: 26px;\n  }\n\n  .pdp-section-copy {\n    max-width: 840px;\n    margin: 0 auto 24px;\n    font-size: 17px;\n    line-height: 1.68;\n    text-align: left;\n    color: #625d59;\n  }\n\n  .pdp-highlight {\n    color: #a16f4f;\n    font-weight: 700;\n  }\n\n  .pdp-subtitle {\n    max-width: 780px;\n    margin: 0 auto 24px;\n    font-size: 16px;\n    line-height: 1.65;\n    text-align: center;\n    color: #69635f;\n  }\n\n  \/* =========================================================\n     BADGES\n  ========================================================= *\/\n\n  .pdp-badges {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n    flex-wrap: wrap;\n    margin-bottom: 16px;\n  }\n\n  .pdp-badge {\n    background: #f8f1ec;\n    color: #936b50;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.8px;\n    padding: 7px 13px;\n    border-radius: 999px;\n    border: 1px solid #eee0d6;\n    text-transform: uppercase;\n  }\n\n  \/* =========================================================\n     IMAGES\n  ========================================================= *\/\n\n  .pdp-image-wrapper {\n    width: 100%;\n    border-radius: 10px;\n    overflow: hidden;\n    background: #f8f6f3;\n    margin-top: 18px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    border: 1px solid #f1ece8;\n  }\n\n  .pdp-image-wrapper img {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: cover;\n  }\n\n  \/* =========================================================\n     BLOCK 2 FEATURE CARDS\n  ========================================================= *\/\n\n  .feature-cards-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .feature-sub-card {\n    background: #fbf8f5;\n    border: 1px solid #eee3da;\n    border-radius: 10px;\n    padding: 17px 14px;\n    min-height: 102px;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n  }\n\n  .feature-sub-card h4 {\n    font-family: \"Bodoni 72\", Didot, Georgia, serif;\n    font-size: 16px;\n    line-height: 1.25;\n    text-align: center;\n    font-weight: 700;\n    color: #29231f;\n    margin: 0 0 8px;\n    letter-spacing: 0.2px;\n  }\n\n  .feature-sub-card p {\n    font-size: 14px;\n    line-height: 1.48;\n    text-align: left;\n    color: #655f5a;\n    margin: 0;\n  }\n\n  .feature-card-highlight {\n    color: #a16f4f;\n    font-weight: 700;\n  }\n\n  \/* =========================================================\n     FAQ\n  ========================================================= *\/\n\n  .pdp-accordion-group {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  details.pdp-accordion {\n    background: #faf8f5;\n    border-radius: 9px;\n    border: 1px solid #eee3da;\n    overflow: hidden;\n  }\n\n  details.pdp-accordion[open] {\n    background: #ffffff;\n    border-color: #d9c5b6;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.025);\n  }\n\n  summary.pdp-summary {\n    list-style: none;\n    cursor: pointer;\n    padding: 17px 18px;\n    font-weight: 600;\n    font-size: 15px;\n    color: #302b27;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  summary.pdp-summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pdp-summary-text-highlight {\n    color: #9d6e4f;\n  }\n\n  .pdp-icon-toggle {\n    font-size: 19px;\n    font-weight: 700;\n    color: #9d6e4f;\n    transition: transform 0.25s ease;\n  }\n\n  details[open] summary .pdp-icon-toggle {\n    transform: rotate(45deg);\n  }\n\n  .pdp-accordion-content {\n    padding: 0 18px 18px;\n    font-size: 15.5px;\n    line-height: 1.7;\n    color: #5e5853;\n  }\n\n  \/* =========================================================\n     REVIEWS\n  ========================================================= *\/\n\n  .social-proof-container {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 22px;\n    align-items: center;\n    margin-top: 18px;\n  }\n\n  .rating-box {\n    text-align: center;\n    background: #faf7f3;\n    padding: 22px;\n    border-radius: 12px;\n    border: 1px solid #eee3da;\n  }\n\n  .rating-score {\n    font-family: \"Bodoni 72\", Didot, Georgia, serif;\n    font-size: 42px;\n    font-weight: 700;\n    color: #221e1b;\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n\n  .rating-stars {\n    color: #d99a3e;\n    font-size: 19px;\n    margin-bottom: 8px;\n  }\n\n  .rating-count {\n    font-size: 13px;\n    color: #716a65;\n  }\n\n  .ai-summary-box {\n    background: #faf5f0;\n    border-left: 3px solid #a16f4f;\n    padding: 18px 20px;\n    border-radius: 0 10px 10px 0;\n    font-size: 15.5px;\n    line-height: 1.68;\n    color: #4d4844;\n  }\n\n  .ai-summary-box strong {\n    color: #a16f4f;\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .reviews-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .review-card {\n    background: #faf8f5;\n    padding: 18px;\n    border-radius: 10px;\n    border: 1px solid #eee3da;\n    font-size: 14.5px;\n    line-height: 1.62;\n    color: #59534f;\n  }\n\n  .review-author {\n    font-weight: 600;\n    color: #37312d;\n    margin-top: 10px;\n    display: block;\n  }\n\n  .review-author img {\n    width: 100%;\n    height: auto;\n    display: block;\n    margin-top: 12px;\n    border-radius: 8px;\n  }\n\n  \/* =========================================================\n     SHOPPING GUARANTEE\n  ========================================================= *\/\n\n  .logistics-container {\n    background: #fcfaf8;\n    border-radius: 16px;\n    border: 1px solid #eee4dc;\n    padding: 30px;\n    margin-top: 20px;\n    overflow: hidden;\n  }\n\n  .logistics-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-bottom: 26px;\n  }\n\n  .logistic-card {\n    background: #ffffff;\n    border-radius: 12px;\n    padding: 20px 14px;\n    text-align: center;\n    border: 1px solid #eee3da;\n    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);\n  }\n\n  .logistic-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n    display: inline-block;\n  }\n\n  .logistic-card h4 {\n    font-size: 15px;\n    font-weight: 700;\n    color: #24201d;\n    margin: 0 0 7px;\n  }\n\n  .logistic-card p {\n    font-size: 13.5px;\n    color: #655f5a;\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  \/* =========================================================\n     CURVED DELIVERY ROUTE\n  ========================================================= *\/\n\n  .delivery-route-wrapper {\n    position: relative;\n    background:\n      radial-gradient(\n        circle at 20% 20%,\n        rgba(247, 236, 228, 0.65),\n        transparent 35%\n      ),\n      linear-gradient(\n        180deg,\n        #ffffff 0%,\n        #fdfaf8 100%\n      );\n\n    border: 1px solid #eee3da;\n    border-radius: 14px;\n    padding: 20px 16px 12px;\n    overflow: hidden;\n  }\n\n  .delivery-route-title {\n    text-align: center;\n    font-family: \"Bodoni 72\", Didot, Georgia, serif;\n    color: #2d2723;\n    font-size: 20px;\n    font-weight: 700;\n    margin: 0 0 3px;\n  }\n\n  .delivery-route-caption {\n    text-align: center;\n    color: #77706a;\n    font-size: 14px;\n    margin: 0 0 4px;\n  }\n\n  .delivery-route-svg {\n    display: block;\n    width: 100%;\n    max-width: 820px;\n    height: auto;\n    margin: 0 auto;\n    overflow: visible;\n  }\n\n  .delivery-base-path {\n    fill: none;\n    stroke: #eadfd7;\n    stroke-width: 9;\n    stroke-linecap: round;\n  }\n\n  .delivery-route-line {\n    fill: none;\n    stroke: #c9a991;\n    stroke-width: 3;\n    stroke-linecap: round;\n    stroke-dasharray: 10 9;\n    animation: routeDash 5s linear infinite;\n  }\n\n  @keyframes routeDash {\n    from {\n      stroke-dashoffset: 0;\n    }\n\n    to {\n      stroke-dashoffset: -76;\n    }\n  }\n\n  .route-node-ring {\n    fill: #ffffff;\n    stroke: #e6d8ce;\n    stroke-width: 5;\n  }\n\n  .route-node-dot {\n    fill: #ffffff;\n    stroke: #cdb7a7;\n    stroke-width: 3;\n    transform-box: fill-box;\n    transform-origin: center;\n  }\n\n  .route-label {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    font-size: 19px;\n    font-weight: 700;\n    fill: #5e5650;\n    text-anchor: middle;\n  }\n\n  .route-sub-label {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    fill: #a0968f;\n    text-anchor: middle;\n    letter-spacing: 0.7px;\n  }\n\n  .node-order .route-node-dot {\n    animation: nodeOrder 12s linear infinite;\n  }\n\n  .node-shipped .route-node-dot {\n    animation: nodeShipped 12s linear infinite;\n  }\n\n  .node-transit .route-node-dot {\n    animation: nodeTransit 12s linear infinite;\n  }\n\n  .node-delivered .route-node-dot {\n    animation: nodeDelivered 12s linear infinite;\n  }\n\n  @keyframes nodeOrder {\n    0% {\n      fill: #a16f4f;\n      stroke: #a16f4f;\n      transform: scale(1.28);\n      filter: drop-shadow(0 0 7px rgba(161, 111, 79, 0.42));\n    }\n\n    6%,\n    96% {\n      fill: #a16f4f;\n      stroke: #a16f4f;\n      transform: scale(1);\n      filter: none;\n    }\n\n    98%,\n    100% {\n      fill: #ffffff;\n      stroke: #cdb7a7;\n      transform: scale(1);\n    }\n  }\n\n  @keyframes nodeShipped {\n    0%,\n    29% {\n      fill: #ffffff;\n      stroke: #cdb7a7;\n      transform: scale(1);\n      filter: none;\n    }\n\n    31% {\n      fill: #a16f4f;\n      stroke: #a16f4f;\n      transform: scale(1.28);\n      filter: drop-shadow(0 0 7px rgba(161, 111, 79, 0.42));\n    }\n\n    36%,\n    96% {\n      fill: #a16f4f;\n      stroke: #a16f4f;\n      transform: scale(1);\n      filter: none;\n    }\n\n    98%,\n    100% {\n      fill: #ffffff;\n      stroke: #cdb7a7;\n    }\n  }\n\n  @keyframes nodeTransit {\n    0%,\n    61% {\n      fill: #ffffff;\n      stroke: #cdb7a7;\n      transform: scale(1);\n      filter: none;\n    }\n\n    63% {\n      fill: #a16f4f;\n      stroke: #a16f4f;\n      transform: scale(1.28);\n      filter: drop-shadow(0 0 7px rgba(161, 111, 79, 0.42));\n    }\n\n    68%,\n    96% {\n      fill: #a16f4f;\n      stroke: #a16f4f;\n      transform: scale(1);\n      filter: none;\n    }\n\n    98%,\n    100% {\n      fill: #ffffff;\n      stroke: #cdb7a7;\n    }\n  }\n\n  @keyframes nodeDelivered {\n    0%,\n    90% {\n      fill: #ffffff;\n      stroke: #cdb7a7;\n      transform: scale(1);\n      filter: none;\n    }\n\n    92% {\n      fill: #a16f4f;\n      stroke: #a16f4f;\n      transform: scale(1.3);\n      filter: drop-shadow(0 0 8px rgba(161, 111, 79, 0.5));\n    }\n\n    96% {\n      fill: #a16f4f;\n      stroke: #a16f4f;\n      transform: scale(1);\n      filter: none;\n    }\n\n    98%,\n    100% {\n      fill: #ffffff;\n      stroke: #cdb7a7;\n    }\n  }\n\n  .delivery-truck-body {\n    fill: #a16f4f;\n  }\n\n  .delivery-truck-cabin {\n    fill: #8f5f43;\n  }\n\n  .delivery-truck-window {\n    fill: #f7eee7;\n  }\n\n  .delivery-truck-wheel {\n    fill: #312a26;\n  }\n\n  .delivery-package {\n    fill: #d7ad88;\n    stroke: #ffffff;\n    stroke-width: 1.2;\n  }\n\n  .delivery-truck-shadow {\n    fill: rgba(54, 42, 35, 0.12);\n  }\n\n  .delivery-motion {\n    filter: drop-shadow(0 4px 4px rgba(80, 55, 40, 0.14));\n  }\n\n  .delivery-route-note {\n    text-align: center;\n    font-size: 13px;\n    font-weight: 600;\n    color: #8e837c;\n    margin: -2px 0 4px;\n  }\n\n  \/* =========================================================\n     CTA\n  ========================================================= *\/\n\n  .pdp-cta-banner {\n    background: linear-gradient(\n      135deg,\n      #f8f1eb 0%,\n      #efe2d8 100%\n    );\n\n    color: #29231f;\n    border: 1px solid #eadbd0;\n    border-radius: 14px;\n    padding: 34px 22px;\n    text-align: center;\n    margin-top: 26px;\n    box-shadow: 0 8px 24px rgba(105, 75, 55, 0.06);\n  }\n\n  .pdp-cta-banner h3 {\n    font-family: \"Bodoni 72\", Didot, Georgia, serif;\n    font-size: 28px;\n    line-height: 1.2;\n    margin: 0 0 10px;\n    color: #28211d;\n  }\n\n  .pdp-cta-banner p {\n    font-size: 15.5px;\n    line-height: 1.6;\n    color: #6e6259;\n    margin: 0 0 20px;\n  }\n\n  .pdp-cta-button {\n    display: inline-block;\n    min-width: 190px;\n    background: #9b6b4a;\n    color: #ffffff !important;\n    padding: 15px 34px;\n    font-size: 14px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1.3px;\n    border-radius: 999px;\n    text-decoration: none;\n    box-shadow: 0 6px 18px rgba(132, 88, 58, 0.18);\n    transition: transform 0.2s ease, background 0.2s ease;\n  }\n\n  .pdp-cta-button:hover {\n    background: #83583d;\n    transform: translateY(-2px);\n  }\n\n  \/* =========================================================\n     MOBILE\n  ========================================================= *\/\n\n  @media (max-width: 768px) {\n\n    .pdp-container {\n      padding: 10px 8px 24px;\n    }\n\n    .pdp-block-card {\n      border-radius: 12px;\n      padding: 24px 16px;\n      margin-bottom: 14px;\n    }\n\n    .pdp-title {\n      font-size: 27px;\n      margin-bottom: 12px;\n    }\n\n    .pdp-title-small {\n      font-size: 23px;\n    }\n\n    .pdp-section-copy {\n      font-size: 16px;\n      line-height: 1.65;\n      margin-bottom: 18px;\n    }\n\n    .pdp-subtitle {\n      font-size: 15px;\n      line-height: 1.62;\n      margin-bottom: 18px;\n    }\n\n    .pdp-image-wrapper {\n      margin-top: 14px;\n      border-radius: 8px;\n    }\n\n    .feature-cards-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 9px;\n      margin-top: 14px;\n    }\n\n    .feature-sub-card {\n      padding: 13px 11px;\n      min-height: 96px;\n      border-radius: 8px;\n    }\n\n    .feature-sub-card h4 {\n      font-size: 14px;\n      margin-bottom: 6px;\n    }\n\n    .feature-sub-card p {\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    summary.pdp-summary {\n      font-size: 14.5px;\n      padding: 16px;\n    }\n\n    .pdp-accordion-content {\n      font-size: 14.5px;\n      line-height: 1.65;\n    }\n\n    .social-proof-container {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n\n    .reviews-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .review-card {\n      font-size: 14px;\n    }\n\n    .ai-summary-box {\n      font-size: 14.5px;\n    }\n\n    .logistics-container {\n      padding: 22px 14px;\n    }\n\n    .logistics-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 9px;\n      margin-bottom: 18px;\n    }\n\n    .logistic-card {\n      padding: 15px 10px;\n    }\n\n    .logistic-icon {\n      font-size: 24px;\n      margin-bottom: 7px;\n    }\n\n    .logistic-card h4 {\n      font-size: 14px;\n    }\n\n    .logistic-card p {\n      font-size: 12.5px;\n    }\n\n    .delivery-route-wrapper {\n      padding: 16px 6px 9px;\n      border-radius: 12px;\n    }\n\n    .delivery-route-title {\n      font-size: 18px;\n    }\n\n    .delivery-route-caption {\n      font-size: 13px;\n    }\n\n    .route-label {\n      font-size: 20px;\n    }\n\n    .route-sub-label {\n      font-size: 10px;\n    }\n\n    .delivery-route-note {\n      font-size: 12px;\n    }\n\n    .pdp-cta-banner {\n      padding: 28px 16px;\n      margin-top: 18px;\n    }\n\n    .pdp-cta-banner h3 {\n      font-size: 25px;\n    }\n\n    .pdp-cta-banner p {\n      font-size: 15px;\n    }\n\n    .pdp-cta-button {\n      width: 100%;\n      max-width: 320px;\n      padding: 15px 24px;\n    }\n  }\n\n  @media (max-width: 390px) {\n\n    .pdp-block-card {\n      padding: 21px 13px;\n    }\n\n    .pdp-title {\n      font-size: 25px;\n    }\n\n    .pdp-section-copy {\n      font-size: 15.5px;\n    }\n\n    .feature-cards-grid {\n      gap: 7px;\n    }\n\n    .feature-sub-card {\n      padding: 12px 9px;\n      min-height: 94px;\n    }\n\n    .feature-sub-card h4 {\n      font-size: 13.5px;\n    }\n\n    .feature-sub-card p {\n      font-size: 12.5px;\n    }\n\n    .delivery-route-wrapper {\n      padding-left: 2px;\n      padding-right: 2px;\n    }\n  }\n\n  \/* =========================================================\n     ACCESSIBILITY\n  ========================================================= *\/\n\n  @media (prefers-reduced-motion: reduce) {\n\n    .delivery-route-line,\n    .node-order .route-node-dot,\n    .node-shipped .route-node-dot,\n    .node-transit .route-node-dot,\n    .node-delivered .route-node-dot {\n      animation: none;\n    }\n\n    .delivery-motion {\n      display: none;\n    }\n\n    .node-order .route-node-dot,\n    .node-shipped .route-node-dot,\n    .node-transit .route-node-dot,\n    .node-delivered .route-node-dot {\n      fill: #a16f4f;\n      stroke: #a16f4f;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- =========================================================\n     PAGE TOP\n========================================================= --\u003e\n\u003cp\u003e\u003cspan id=\"pdp-page-top\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"pdp-container\"\u003e\n\u003c!-- =======================================================\n       BLOCK 1\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-badges\"\u003e\n\u003cspan class=\"pdp-badge\"\u003e NEW 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\u003ch1 class=\"pdp-title\"\u003eTwo Pieces, One Easy Look\u003c\/h1\u003e\n\u003cp class=\"pdp-section-copy\"\u003eA \u003cspan class=\"pdp-highlight\"\u003e coordinated 2-piece set \u003c\/span\u003e makes dressing simple with an instantly polished silhouette. Wear it together or mix each piece into your everyday wardrobe.\u003c\/p\u003e\n\u003cdiv class=\"pdp-image-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9_16.gif?v=1789526175\" alt=\"Women's coordinated cropped jacket and midi skirt two-piece set\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       BLOCK 2\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-title pdp-title-small\"\u003ePolished Made Easy\u003c\/h2\u003e\n\u003cp class=\"pdp-section-copy\"\u003eThis \u003cspan class=\"pdp-highlight\"\u003e matching jacket-and-skirt set \u003c\/span\u003e combines clean tailoring with effortless coordination for workdays, weekends, and everything in between.\u003c\/p\u003e\n\u003cdiv class=\"pdp-image-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9c5fd782569f5af441e14747582aecb6_e099f3e7-22d9-4cdf-9e89-74c2687d3742.png?v=1789526289\" alt=\"Polished two-piece outfit design details\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       BLOCK 3\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-title pdp-title-small\"\u003eTailored From Every Angle\u003c\/h2\u003e\n\u003cp class=\"pdp-section-copy\"\u003eA \u003cspan class=\"pdp-highlight\"\u003e streamlined tailored shape \u003c\/span\u003e creates a balanced silhouette from every angle, moving naturally from office hours to dinner plans.\u003c\/p\u003e\n\u003cdiv class=\"pdp-image-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/619ecf1a3d651d1263ff0bd77f9d29ba.png?v=1789526305\" alt=\"Front back and side view of tailored two-piece skirt set\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       BLOCK 4\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-title pdp-title-small\"\u003eSize Guide \u0026amp; Fit\u003c\/h2\u003e\n\u003cp class=\"pdp-section-copy\"\u003eDesigned with a \u003cspan class=\"pdp-highlight\"\u003e tailored close-to-body fit \u003c\/span\u003e. Compare the measurements below with a similar garment to find your best size.\u003c\/p\u003e\n\u003cdiv class=\"pdp-image-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2cebf2146174810059bbabf724254e5c_cf80bbc4-11e3-4017-93b5-b4816ec6a585.png?v=1789526381\" alt=\"Women's two-piece set size guide and measurements\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       BLOCK 5\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-title pdp-title-small\"\u003eFlattering Proportions: Cropped Jacket\u003c\/h2\u003e\n\u003cp class=\"pdp-section-copy\"\u003eThe \u003cspan class=\"pdp-highlight\"\u003e cropped jacket \u003c\/span\u003e visually defines the waist and balances beautifully with the high-rise skirt for a longer, cleaner silhouette.\u003c\/p\u003e\n\u003cdiv class=\"pdp-image-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/c38f3fbb5e580ae0b91a149ead3f3798.png?v=1789526407\" alt=\"Cropped jacket design and flattering proportion details\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       BLOCK 6\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-title pdp-title-small\"\u003eSleek Midi Skirt \u0026amp; Front Slit Details\u003c\/h2\u003e\n\u003cp class=\"pdp-section-copy\"\u003eThe \u003cspan class=\"pdp-highlight\"\u003e high-rise midi skirt \u003c\/span\u003e creates a sleek line through the waist and hips, while the front slit adds comfortable movement and a modern finish.\u003c\/p\u003e\n\u003cdiv class=\"pdp-image-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/0804198a9f0d8248212b4fbfb5eb502a.png?v=1789526436\" alt=\"Midi skirt front slit and high waist details\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       BLOCK 7\n       NEW DESIGN DETAILS SECTION\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-title pdp-title-small\"\u003eDesigned in the Details\u003c\/h2\u003e\n\u003cp class=\"pdp-section-copy\"\u003e\u003cspan class=\"pdp-highlight\"\u003e Functional pockets, a smooth zip-up front, and a modern cropped cut \u003c\/span\u003e bring everyday practicality to the jacket, while the elegant front slit gives the skirt easy movement and a polished finish.\u003c\/p\u003e\n\u003cp class=\"pdp-section-copy\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/03589243d556efd4bf3fbace2dd6c100_f36417bc-88f5-42b5-a62c-8519655e2615.png?v=1789527177\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       BLOCK 8\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-title pdp-title-small\"\u003eStyled for Every Moment\u003c\/h2\u003e\n\u003cp class=\"pdp-section-copy\"\u003eOne \u003cspan class=\"pdp-highlight\"\u003e versatile coordinated set \u003c\/span\u003e moves easily from meetings to dinner and weekends. Dress it up with heels or keep it relaxed with sneakers.\u003c\/p\u003e\n\u003cdiv class=\"pdp-image-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/d78cfc36bf741d828efa38128aca5070_b1f5430a-d7d1-4efe-b6bf-4e05700f06be.png?v=1789526461\" alt=\"Different styling occasions for women's two-piece set\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       PRODUCT DETAILS \u0026 FAQ\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-title pdp-title-small\"\u003eProduct Details \u0026amp; FAQ\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eEssential details on fabric, fit, care, styling, and returns. Tap a question below for a quick answer.\u003c\/p\u003e\n\u003cdiv class=\"pdp-accordion-group\"\u003e\n\u003cdetails class=\"pdp-accordion\"\u003e\n\u003csummary class=\"pdp-summary\"\u003e\u003cspan class=\"pdp-summary-text-highlight\"\u003e Material \u0026amp; Care Instructions \u003c\/span\u003e \u003cspan class=\"pdp-icon-toggle\"\u003e + \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"pdp-accordion-content\"\u003e\n\u003cp\u003e\u003cstrong\u003e Fabric Composition: \u003c\/strong\u003e Premium stretch-woven blend (95% Polyester, 5% Spandex) offering structured polish with comfortable give.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e Care Guidelines: \u003c\/strong\u003e Machine wash cold on gentle cycle with similar colors. Do not bleach. Hang to dry or tumble dry low. Cool iron if needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"pdp-accordion\"\u003e\n\u003csummary class=\"pdp-summary\"\u003e\u003cspan class=\"pdp-summary-text-highlight\"\u003e How does the sizing run? Is it true to size? \u003c\/span\u003e \u003cspan class=\"pdp-icon-toggle\"\u003e + \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"pdp-accordion-content\"\u003e\n\u003cp\u003eYes, this set runs true to American sizing standards with a tailored, slim fit. If you prefer a slightly relaxed fit or are between sizes, we recommend sizing up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"pdp-accordion\"\u003e\n\u003csummary class=\"pdp-summary\"\u003e\u003cspan class=\"pdp-summary-text-highlight\"\u003e Can the jacket and skirt be worn separately? \u003c\/span\u003e \u003cspan class=\"pdp-icon-toggle\"\u003e + \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"pdp-accordion-content\"\u003e\n\u003cp\u003eAbsolutely. Pair the cropped jacket with high-waist trousers, or style the midi skirt with a blouse, knit, or fitted top.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"pdp-accordion\"\u003e\n\u003csummary class=\"pdp-summary\"\u003e\u003cspan class=\"pdp-summary-text-highlight\"\u003e What is your return and exchange policy? \u003c\/span\u003e \u003cspan class=\"pdp-icon-toggle\"\u003e + \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"pdp-accordion-content\"\u003e\n\u003cp\u003eWe offer hassle-free 30-day easy returns on unworn items in their original condition with tags attached. Exchanges for size or color are completely free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       SOCIAL PROOF\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-title pdp-title-small\"\u003eLoved by Professional Women\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eBuyers love the flattering proportions, polished structure, and easy styling.\u003c\/p\u003e\n\u003cdiv class=\"social-proof-container\"\u003e\n\u003cdiv class=\"rating-box\"\u003e\n\u003cdiv class=\"rating-score\"\u003e4.9\u003c\/div\u003e\n\u003cdiv class=\"rating-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"rating-count\"\u003eBased on 1,284 verified reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ai-summary-box\"\u003e\n\u003cstrong\u003e ✨ AI Review Summary \u003c\/strong\u003e Customers praise the tailored structure, flattering high-waist proportions, and easy transition from workdays to weekends.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reviews-grid\"\u003e\n\u003cdiv class=\"review-card\"\u003e\"Absolute game changer for my office wardrobe! The cropped jacket and high-waist skirt combo gives such an expensive silhouette without sacrificing comfort.\" \u003cspan class=\"review-author\"\u003e — Jessica M. (Verified Buyer) \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/1_8f717e48-d585-4c9a-9b2a-b914f1de36f1.png?v=1789526530\" alt=\"Verified customer review photo\"\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\"High quality fabric, beautiful zipper details, and the front slit is just right for professional yet stylish wear. Received countless compliments!\" \u003cspan class=\"review-author\"\u003e — Amanda R. (Verified Buyer) \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2_2a8140d6-44d7-4a8f-92e8-2f8de6e48c4c.png?v=1789526551\" alt=\"Verified customer review photo\"\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       SHOPPING GUARANTEE\n  ======================================================== --\u003e\n\u003cdiv class=\"logistics-container\"\u003e\n\u003ch2 class=\"pdp-title pdp-title-small\"\u003eOur Shopping Guarantee\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eSimple checkout, tracked shipping, easy returns, and support whenever you need it.\u003c\/p\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistic-card\"\u003e\n\u003cdiv class=\"logistic-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch4\u003eFast Shipping\u003c\/h4\u003e\n\u003cp\u003eDispatched within 24 hours with reliable tracking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistic-card\"\u003e\n\u003cdiv class=\"logistic-icon\"\u003e🔄\u003c\/div\u003e\n\u003ch4\u003eEasy Returns\u003c\/h4\u003e\n\u003cp\u003eHassle-free 30-day return policy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistic-card\"\u003e\n\u003cdiv class=\"logistic-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch4\u003eSecure Checkout\u003c\/h4\u003e\n\u003cp\u003eSecure encrypted payment processing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistic-card\"\u003e\n\u003cdiv class=\"logistic-icon\"\u003e💬\u003c\/div\u003e\n\u003ch4\u003e24\/7 Support\u003c\/h4\u003e\n\u003cp\u003eFriendly support whenever you need help.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n         CURVED PACKAGE ROUTE\n    ====================================================== --\u003e\n\u003cdiv class=\"delivery-route-wrapper\"\u003e\n\u003ch3 class=\"delivery-route-title\"\u003eFollow Your Package\u003c\/h3\u003e\n\u003cp class=\"delivery-route-caption\"\u003eFrom your order to your door.\u003c\/p\u003e\n\u003csvg class=\"delivery-route-svg\" viewbox=\"0 0 760 235\" role=\"img\"\u003e\n\n\n        \n\n        \u003cpath class=\"delivery-base-path\" d=\"M70 130\n            C120 55 200 55 270 130\n            C340 205 420 205 490 130\n            C555 60 625 60 690 120\"\u003e\u003c\/path\u003e\n\n\n        \n\n        \u003cpath id=\"deliveryRoutePath\" class=\"delivery-route-line\" d=\"M70 130\n            C120 55 200 55 270 130\n            C340 205 420 205 490 130\n            C555 60 625 60 690 120\"\u003e\u003c\/path\u003e\n\n\n        \n\n        \u003cg class=\"route-node node-order\"\u003e\n\n          \u003ccircle class=\"route-node-ring\" cx=\"70\" cy=\"130\" r=\"16\"\u003e\u003c\/circle\u003e\n\n          \u003ccircle class=\"route-node-dot\" cx=\"70\" cy=\"130\" r=\"8\"\u003e\u003c\/circle\u003e\n\n          \u003ctext class=\"route-label\" x=\"70\" y=\"174\"\u003e\n            Order\n          \u003c\/text\u003e\n\n          \u003ctext class=\"route-sub-label\" x=\"70\" y=\"194\"\u003e\n            RECEIVED\n          \u003c\/text\u003e\n\n        \u003c\/g\u003e\n\n\n        \n\n        \u003cg class=\"route-node node-shipped\"\u003e\n\n          \u003ccircle class=\"route-node-ring\" cx=\"270\" cy=\"130\" r=\"16\"\u003e\u003c\/circle\u003e\n\n          \u003ccircle class=\"route-node-dot\" cx=\"270\" cy=\"130\" r=\"8\"\u003e\u003c\/circle\u003e\n\n          \u003ctext class=\"route-label\" x=\"270\" y=\"90\"\u003e\n            Shipped\n          \u003c\/text\u003e\n\n          \u003ctext class=\"route-sub-label\" x=\"270\" y=\"70\"\u003e\n            ON THE WAY\n          \u003c\/text\u003e\n\n        \u003c\/g\u003e\n\n\n        \n\n        \u003cg class=\"route-node node-transit\"\u003e\n\n          \u003ccircle class=\"route-node-ring\" cx=\"490\" cy=\"130\" r=\"16\"\u003e\u003c\/circle\u003e\n\n          \u003ccircle class=\"route-node-dot\" cx=\"490\" cy=\"130\" r=\"8\"\u003e\u003c\/circle\u003e\n\n          \u003ctext class=\"route-label\" x=\"490\" y=\"174\"\u003e\n            In Transit\n          \u003c\/text\u003e\n\n          \u003ctext class=\"route-sub-label\" x=\"490\" y=\"194\"\u003e\n            MOVING\n          \u003c\/text\u003e\n\n        \u003c\/g\u003e\n\n\n        \n\n        \u003cg class=\"route-node node-delivered\"\u003e\n\n          \u003ccircle class=\"route-node-ring\" cx=\"690\" cy=\"120\" r=\"16\"\u003e\u003c\/circle\u003e\n\n          \u003ccircle class=\"route-node-dot\" cx=\"690\" cy=\"120\" r=\"8\"\u003e\u003c\/circle\u003e\n\n          \u003ctext class=\"route-label\" x=\"690\" y=\"80\"\u003e\n            Delivered\n          \u003c\/text\u003e\n\n          \u003ctext class=\"route-sub-label\" x=\"690\" y=\"60\"\u003e\n            ARRIVED\n          \u003c\/text\u003e\n\n        \u003c\/g\u003e\n\n\n        \n\n        \u003cg class=\"delivery-motion\"\u003e\n\n\n          \u003cellipse class=\"delivery-truck-shadow\" cx=\"0\" cy=\"14\" rx=\"24\" ry=\"6\"\u003e\u003c\/ellipse\u003e\n\n\n          \u003crect class=\"delivery-truck-body\" x=\"-23\" y=\"-15\" width=\"29\" height=\"22\" rx=\"4\"\u003e\u003c\/rect\u003e\n\n\n          \u003crect class=\"delivery-package\" x=\"-17\" y=\"-9\" width=\"14\" height=\"11\" rx=\"1\"\u003e\u003c\/rect\u003e\n\n\n          \u003cline x1=\"-10\" y1=\"-9\" x2=\"-10\" y2=\"2\" stroke=\"#ffffff\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n\n          \u003cpath class=\"delivery-truck-cabin\" d=\"M6 -10\n              L17 -10\n              L24 -2\n              L24 7\n              L6 7\n              Z\"\u003e\u003c\/path\u003e\n\n\n          \u003cpath class=\"delivery-truck-window\" d=\"M10 -7\n              L16 -7\n              L21 -1\n              L10 -1\n              Z\"\u003e\u003c\/path\u003e\n\n\n          \u003ccircle class=\"delivery-truck-wheel\" cx=\"-14\" cy=\"9\" r=\"5\"\u003e\u003c\/circle\u003e\n\n          \u003ccircle cx=\"-14\" cy=\"9\" r=\"2\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n\n\n          \u003ccircle class=\"delivery-truck-wheel\" cx=\"16\" cy=\"9\" r=\"5\"\u003e\u003c\/circle\u003e\n\n          \u003ccircle cx=\"16\" cy=\"9\" r=\"2\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n\n\n          \u003canimatemotion dur=\"12s\" repeatcount=\"indefinite\" rotate=\"auto\" keytimes=\"0;1\" keysplines=\"0.42 0 0.58 1\"\u003e\n\n            \u003cmpath href=\"#deliveryRoutePath\"\u003e\u003c\/mpath\u003e\n\n          \u003c\/animatemotion\u003e\n\n\n        \u003c\/g\u003e\n\n\n      \u003c\/svg\u003e\n\u003cp class=\"delivery-route-note\"\u003eOrder → Shipped → In Transit → Delivered\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n       BOTTOM CTA\n  ======================================================== --\u003e\n\u003cdiv class=\"pdp-cta-banner\"\u003e\n\u003ch3\u003eReady to Elevate Your Style?\u003c\/h3\u003e\n\u003cp\u003eBring home an easy two-piece look that takes the guesswork out of getting dressed.\u003c\/p\u003e\n\u003ca href=\"#pdp-page-top\" class=\"pdp-cta-button\"\u003e BUY NOW \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"XIESHU","offers":[{"title":"Apricot \/ S","offer_id":44895027822681,"sku":"NC03142609166035-杏色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ M","offer_id":44895027855449,"sku":"NC03142609166035-杏色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ L","offer_id":44895027888217,"sku":"NC03142609166035-杏色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ XL","offer_id":44895027920985,"sku":"NC03142609166035-杏色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ 2XL","offer_id":44895027953753,"sku":"NC03142609166035-杏色-XXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":44895027986521,"sku":"NC03142609166035-黑色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":44895028019289,"sku":"NC03142609166035-黑色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":44895028052057,"sku":"NC03142609166035-黑色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":44895028084825,"sku":"NC03142609166035-黑色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":44895028117593,"sku":"NC03142609166035-黑色-XXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":44895028150361,"sku":"NC03142609166035-军绿色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":44895028183129,"sku":"NC03142609166035-军绿色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":44895028215897,"sku":"NC03142609166035-军绿色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":44895028248665,"sku":"NC03142609166035-军绿色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2XL","offer_id":44895028281433,"sku":"NC03142609166035-军绿色-XXL","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/Z1_32bde749-6307-4c28-911e-5a55331bc59f.png?v=1789527177","url":"https:\/\/treavhds.com\/products\/womens-classic-lapel-crop-jacket-split-midi-skirt-workwear-two-piece-set","provider":"treavhds","version":"1.0","type":"link"}