{"product_id":"full-size-button-down-shirt-and-wide-leg-pants-set-plus-size","title":"Full Size Button-Down Shirt and Wide-Leg Pants Set Plus Size","description":"\u003c!-- =========================================================\n  WOMEN'S TIE-FRONT SHIRT \u0026 WIDE-LEG PANTS SET\n  SHOPIFY HIGH-CONVERSION PRODUCT DETAIL PAGE\n========================================================== --\u003e\n\u003cstyle\u003e\n  html {\n    scroll-behavior: smooth;\n  }\n\n  .tws-page,\n  .tws-page * {\n    box-sizing: border-box;\n  }\n\n  .tws-page {\n    --tws-dark: #675044;\n    --tws-coffee: #876b5b;\n    --tws-caramel: #b18b72;\n    --tws-latte: #ddc9b9;\n    --tws-cream: #f5eee8;\n    --tws-light: #fcf9f6;\n    --tws-border: #dfd0c5;\n    --tws-text: #3f3530;\n    --tws-muted: #74665e;\n    --tws-white: #ffffff;\n    --tws-radius: 14px;\n    --tws-image-radius: 12px;\n    --tws-gap: 18px;\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    color: var(--tws-text);\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n    background: transparent;\n  }\n\n  .tws-page h1,\n  .tws-page h2,\n  .tws-page h3,\n  .tws-page p,\n  .tws-page ul {\n    margin-top: 0;\n  }\n\n  .tws-page h1,\n  .tws-page h2,\n  .tws-page h3 {\n    color: var(--tws-dark);\n    font-family: Georgia, \"Times New Roman\", serif;\n    line-height: 1.28;\n    letter-spacing: -0.015em;\n  }\n\n  .tws-page img {\n    display: block;\n    width: auto !important;\n    height: auto !important;\n    max-width: 100% !important;\n    min-height: 0 !important;\n    margin-right: auto;\n    margin-left: auto;\n    border: 0;\n    object-fit: initial !important;\n  }\n\n  .tws-container {\n    width: min(860px, calc(100% - 28px));\n    margin: 0 auto;\n  }\n\n  .tws-section {\n    padding: var(--tws-gap) 0;\n    margin: 0;\n  }\n\n  .tws-section-heading {\n    max-width: 720px;\n    margin: 0 auto 24px;\n    text-align: center;\n  }\n\n  .tws-section-heading h2 {\n    margin-bottom: 8px;\n    font-size: clamp(24px, 3vw, 28px);\n  }\n\n  .tws-section-heading p {\n    margin-bottom: 0;\n    color: var(--tws-muted);\n    font-size: 15.5px;\n  }\n\n  .tws-eyebrow {\n    display: inline-block;\n    margin-bottom: 9px;\n    color: var(--tws-coffee);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  \/* =========================================================\n     HERO\n  ========================================================== *\/\n\n  .tws-hero {\n    overflow: hidden;\n    padding: 30px 26px;\n    border: 1px solid var(--tws-border);\n    border-radius: var(--tws-radius);\n    text-align: center;\n    background:\n      radial-gradient(\n        circle at 12% 8%,\n        rgba(221, 201, 185, 0.5),\n        transparent 36%\n      ),\n      var(--tws-cream);\n    box-shadow: 0 6px 18px rgba(73, 54, 43, 0.065);\n  }\n\n  .tws-hero-inner {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 22px;\n  }\n\n  .tws-hero-copy {\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  .tws-hero-copy h1 {\n    margin-bottom: 14px;\n    font-size: clamp(29px, 4vw, 34px);\n  }\n\n  .tws-hero-copy p {\n    margin-bottom: 0;\n    color: var(--tws-muted);\n    font-size: 16px;\n  }\n\n  .tws-hero-media {\n    width: 100%;\n    padding: 0;\n    overflow: hidden;\n    border: 0;\n    border-radius: var(--tws-radius);\n    background: transparent;\n    box-shadow: none;\n  }\n\n  .tws-hero-media img {\n    border-radius: var(--tws-image-radius);\n    background: transparent;\n  }\n\n  \/* =========================================================\n     FEATURE CARDS\n  ========================================================== *\/\n\n  .tws-feature-list {\n    display: grid;\n    gap: 16px;\n  }\n\n  .tws-feature-card {\n    display: grid;\n    grid-template-columns: 1fr;\n    overflow: hidden;\n    border: 1px solid var(--tws-border);\n    border-radius: var(--tws-radius);\n    background: var(--tws-white);\n    box-shadow: 0 6px 18px rgba(73, 54, 43, 0.065);\n  }\n\n  .tws-feature-image {\n    width: 100%;\n    padding: 12px;\n    overflow: hidden;\n    border-radius: var(--tws-radius) var(--tws-radius) 0 0;\n    text-align: center;\n    background: var(--tws-cream);\n  }\n\n  .tws-feature-image img {\n    border-radius: var(--tws-image-radius);\n  }\n\n  .tws-feature-content {\n    display: flex;\n    width: 100%;\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 24px 26px 28px;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n  }\n\n  .tws-feature-content h2 {\n    margin-bottom: 10px;\n    font-size: clamp(20px, 2.7vw, 24px);\n  }\n\n  .tws-feature-content p {\n    max-width: 700px;\n    margin-bottom: 0;\n    color: var(--tws-muted);\n    font-size: 15.5px;\n  }\n\n  \/* =========================================================\n     SIZE CHART\n  ========================================================== *\/\n\n  .tws-size-box {\n    overflow: hidden;\n    padding: 20px;\n    border: 1px solid var(--tws-border);\n    border-radius: var(--tws-radius);\n    text-align: center;\n    background: var(--tws-light);\n    box-shadow: 0 6px 18px rgba(73, 54, 43, 0.065);\n  }\n\n  .tws-size-title {\n    margin-bottom: 16px;\n  }\n\n  .tws-size-title h2 {\n    margin-bottom: 0;\n    font-size: 26px;\n  }\n\n  .tws-size-image {\n    padding: 8px;\n    overflow: hidden;\n    border: 1px solid var(--tws-border);\n    border-radius: var(--tws-radius);\n    background: var(--tws-white);\n  }\n\n  .tws-size-image img {\n    border-radius: var(--tws-image-radius);\n  }\n\n  \/* =========================================================\n     PRODUCT DETAILS\n  ========================================================== *\/\n\n  .tws-details-box {\n    padding: 24px;\n    border: 1px solid var(--tws-border);\n    border-radius: var(--tws-radius);\n    background: var(--tws-light);\n    box-shadow: 0 6px 18px rgba(73, 54, 43, 0.065);\n  }\n\n  .tws-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    overflow: hidden;\n    border: 1px solid var(--tws-border);\n    border-radius: var(--tws-radius);\n    background: var(--tws-white);\n  }\n\n  .tws-spec-item {\n    display: grid;\n    grid-template-columns: minmax(108px, 0.78fr) minmax(0, 1.22fr);\n    gap: 12px;\n    padding: 14px 16px;\n    border-right: 1px solid var(--tws-border);\n    border-bottom: 1px solid var(--tws-border);\n    font-size: 14.5px;\n    line-height: 1.5;\n  }\n\n  .tws-spec-item:nth-child(even) {\n    border-right: 0;\n  }\n\n  .tws-spec-item:last-child {\n    grid-column: 1 \/ -1;\n    border-right: 0;\n    border-bottom: 0;\n  }\n\n  .tws-spec-label {\n    color: var(--tws-dark);\n    font-weight: 750;\n  }\n\n  .tws-spec-value {\n    color: var(--tws-muted);\n  }\n\n  \/* =========================================================\n     FAQ\n  ========================================================== *\/\n\n  .tws-faq-wrap {\n    padding: 0 14px;\n  }\n\n  .tws-faq-list {\n    display: grid;\n    max-width: 780px;\n    margin: 0 auto;\n    gap: 10px;\n  }\n\n  .tws-faq-item {\n    overflow: hidden;\n    border: 1px solid var(--tws-border);\n    border-radius: var(--tws-radius);\n    background: var(--tws-white);\n    box-shadow: 0 6px 18px rgba(73, 54, 43, 0.05);\n    transition:\n      border-color 0.22s ease,\n      box-shadow 0.22s ease;\n  }\n\n  .tws-faq-item[open] {\n    border-color: var(--tws-caramel);\n    box-shadow: 0 8px 20px rgba(73, 54, 43, 0.08);\n  }\n\n  .tws-faq-item summary {\n    position: relative;\n    display: flex;\n    min-height: 60px;\n    padding: 16px 52px 16px 18px;\n    align-items: center;\n    border-radius: var(--tws-radius);\n    color: var(--tws-dark);\n    font-size: 15.5px;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    background: var(--tws-light);\n    transition: background 0.22s ease;\n  }\n\n  .tws-faq-item summary:hover {\n    background: var(--tws-cream);\n  }\n\n  .tws-faq-item[open] summary {\n    border-radius: var(--tws-radius) var(--tws-radius) 0 0;\n  }\n\n  .tws-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tws-faq-item summary::marker {\n    content: \"\";\n  }\n\n  .tws-faq-arrow {\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    width: 10px;\n    height: 10px;\n    border-right: 2px solid var(--tws-coffee);\n    border-bottom: 2px solid var(--tws-coffee);\n    transform: translateY(-65%) rotate(45deg);\n    transition: transform 0.28s ease;\n  }\n\n  .tws-faq-item[open] .tws-faq-arrow {\n    transform: translateY(-30%) rotate(225deg);\n  }\n\n  .tws-faq-answer {\n    padding: 0 18px 18px;\n    color: var(--tws-muted);\n    font-size: 14.5px;\n  }\n\n  .tws-faq-answer p {\n    margin-bottom: 0;\n  }\n\n  \/* =========================================================\n     GUARANTEES\n  ========================================================== *\/\n\n  .tws-guarantee-wrap {\n    padding: 32px 26px;\n    border-radius: var(--tws-radius);\n    color: var(--tws-white);\n    background: var(--tws-dark);\n  }\n\n  .tws-guarantee-heading {\n    max-width: 600px;\n    margin: 0 auto 22px;\n    text-align: center;\n  }\n\n  .tws-guarantee-heading h2 {\n    margin-bottom: 8px;\n    color: var(--tws-white);\n    font-size: 27px;\n  }\n\n  .tws-guarantee-heading p {\n    margin-bottom: 0;\n    color: rgba(255, 255, 255, 0.78);\n    font-size: 15px;\n  }\n\n  .tws-guarantee-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .tws-guarantee-card {\n    padding: 20px 17px;\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: var(--tws-radius);\n    background: rgba(255, 255, 255, 0.075);\n  }\n\n  .tws-guarantee-card .tws-icon {\n    margin-left: 0;\n    background: rgba(255, 255, 255, 0.15);\n  }\n\n  .tws-guarantee-card h3 {\n    margin-bottom: 8px;\n    color: var(--tws-white);\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n    font-size: 16.5px;\n  }\n\n  .tws-guarantee-card p {\n    margin-bottom: 0;\n    color: rgba(255, 255, 255, 0.77);\n    font-size: 13.5px;\n    line-height: 1.5;\n  }\n\n  \/* =========================================================\n     CTA\n  ========================================================== *\/\n\n  .tws-cta {\n    overflow: hidden;\n    padding: 38px 26px;\n    border: 1px solid var(--tws-border);\n    border-radius: var(--tws-radius);\n    text-align: center;\n    background:\n      radial-gradient(\n        circle at 82% 18%,\n        rgba(177, 139, 114, 0.2),\n        transparent 36%\n      ),\n      var(--tws-cream);\n    box-shadow: 0 6px 18px rgba(73, 54, 43, 0.065);\n  }\n\n  .tws-cta h2 {\n    max-width: 680px;\n    margin: 0 auto 12px;\n    font-size: clamp(27px, 3.5vw, 32px);\n  }\n\n  .tws-cta p {\n    max-width: 650px;\n    margin: 0 auto 22px;\n    color: var(--tws-muted);\n    font-size: 15.5px;\n  }\n\n  .tws-buy-button {\n    display: inline-flex;\n    min-width: 190px;\n    min-height: 52px;\n    padding: 13px 28px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid var(--tws-dark);\n    border-radius: 999px;\n    color: var(--tws-white) !important;\n    font-size: 15.5px;\n    font-weight: 750;\n    line-height: 1;\n    text-decoration: none !important;\n    background: var(--tws-dark);\n    box-shadow: 0 9px 20px rgba(78, 57, 45, 0.2);\n    transition:\n      transform 0.22s ease,\n      box-shadow 0.22s ease,\n      background 0.22s ease;\n  }\n\n  .tws-buy-button:hover {\n    color: var(--tws-white) !important;\n    background: var(--tws-coffee);\n    transform: translateY(-3px);\n  }\n\n  .tws-buy-button:active {\n    transform: translateY(1px) scale(0.98);\n  }\n\n  .tws-mobile-buy {\n    position: fixed;\n    right: 12px;\n    bottom: 12px;\n    left: 12px;\n    z-index: 50;\n    display: none;\n    min-height: 52px;\n    padding: 13px 20px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid var(--tws-dark);\n    border-radius: 999px;\n    color: var(--tws-white) !important;\n    font-size: 15.5px;\n    font-weight: 750;\n    text-decoration: none !important;\n    background: var(--tws-dark);\n    box-shadow: 0 10px 25px rgba(57, 40, 31, 0.3);\n  }\n\n  \/* =========================================================\n     TABLET\n  ========================================================== *\/\n\n  @media (max-width: 760px) {\n\n    .tws-spec-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .tws-spec-item,\n    .tws-spec-item:nth-child(even),\n    .tws-spec-item:last-child {\n      grid-column: auto;\n      border-right: 0;\n      border-bottom: 1px solid var(--tws-border);\n    }\n\n    .tws-spec-item:last-child {\n      border-bottom: 0;\n    }\n\n    .tws-guarantee-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================================================\n     MOBILE\n  ========================================================== *\/\n\n  @media (max-width: 640px) {\n    .tws-page {\n      --tws-gap: 12px;\n      width: 100vw;\n      max-width: 100vw;\n      margin-left: calc(50% - 50vw);\n      margin-right: calc(50% - 50vw);\n      padding-bottom: 0 !important;\n      overflow-x: hidden;\n    }\n\n    .tws-container {\n      width: 100%;\n      max-width: none;\n      margin-right: 0;\n      margin-left: 0;\n    }\n\n    .tws-section {\n      padding: var(--tws-gap) 0;\n    }\n\n    .tws-hero {\n      padding: 22px 14px;\n    }\n\n    .tws-hero-copy h1 {\n      font-size: 26px;\n    }\n\n    .tws-hero-copy p {\n      font-size: 15px;\n    }\n\n    .tws-feature-list {\n      gap: 12px;\n    }\n\n    .tws-feature-image {\n      padding: 8px;\n    }\n\n    .tws-feature-content {\n      padding: 22px 16px 25px;\n    }\n\n    .tws-feature-content h2 {\n      font-size: 20px;\n    }\n\n    .tws-feature-content p {\n      font-size: 15px;\n    }\n\n    .tws-size-box {\n      padding: 14px 8px;\n    }\n\n    .tws-size-title h2 {\n      font-size: 23px;\n    }\n\n    .tws-details-box {\n      padding: 14px 10px;\n    }\n\n    .tws-spec-item {\n      grid-template-columns: 1fr;\n      gap: 4px;\n      padding: 13px 14px;\n      font-size: 14px;\n    }\n\n    \/* FAQ 左右保留 10px 边距 *\/\n    .tws-faq-wrap {\n      padding-right: 10px;\n      padding-left: 10px;\n    }\n\n    .tws-section-heading {\n      padding: 0 14px;\n      margin-bottom: 20px;\n    }\n\n    .tws-section-heading h2 {\n      font-size: 23px;\n    }\n\n    .tws-faq-item summary {\n      min-height: 58px;\n      padding: 15px 48px 15px 16px;\n      font-size: 15px;\n    }\n\n    .tws-faq-answer {\n      padding: 0 16px 16px;\n      font-size: 14.5px;\n    }\n\n    .tws-guarantee-wrap {\n      padding: 26px 16px;\n    }\n\n    .tws-guarantee-heading h2 {\n      font-size: 24px;\n    }\n\n    .tws-cta {\n      padding: 30px 16px;\n    }\n\n    .tws-cta h2 {\n      font-size: 26px;\n    }\n\n    .tws-cta p {\n      font-size: 15px;\n    }\n\n    .tws-buy-button {\n      width: 100%;\n    }\n\n    .tws-mobile-buy {\n      display: flex;\n    }\n\n    .tws-page \u003e .tws-section:last-of-type {\n      padding-bottom: 0;\n      margin-bottom: 0;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    html {\n      scroll-behavior: auto;\n    }\n\n    .tws-page *,\n    .tws-page *::before,\n    .tws-page *::after {\n      transition-duration: 0.01ms !important;\n      animation-duration: 0.01ms !important;\n      animation-iteration-count: 1 !important;\n    }\n  }\n\n  \/* =========================================================\n     FORCE REMOVE ALL FINAL BOTTOM SPACE\n  ========================================================== *\/\n\n  .tws-page {\n    padding-bottom: 0 !important;\n    margin-bottom: 0 !important;\n  }\n\n  .tws-page \u003e .tws-section:last-of-type {\n    padding-bottom: 0 !important;\n    margin-bottom: 0 !important;\n  }\n\n  .tws-page \u003e .tws-section:last-of-type .tws-container,\n  .tws-page \u003e .tws-section:last-of-type .tws-cta {\n    padding-bottom: 0 !important;\n    margin-bottom: 0 !important;\n  }\n\n  .tws-page + p,\n  .tws-page + br,\n  .tws-page + div:empty {\n    display: none !important;\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  @media (max-width: 640px) {\n    .tws-page {\n      padding-bottom: 0 !important;\n      margin-bottom: 0 !important;\n    }\n\n    .tws-page \u003e .tws-section:last-of-type {\n      padding-bottom: 0 !important;\n      margin-bottom: 0 !important;\n    }\n  }\n\n\n  \/* =========================================================\n     DESIGNED HERO ENHANCEMENT\n  ========================================================== *\/\n\n  .tws-hero {\n    position: relative;\n    isolation: isolate;\n    padding: 34px 28px 28px;\n    background:\n      radial-gradient(circle at 12% 10%, rgba(255,255,255,0.9), transparent 29%),\n      radial-gradient(circle at 88% 14%, rgba(177,139,114,0.20), transparent 31%),\n      linear-gradient(145deg, #fbf7f3 0%, #f4ebe4 56%, #efe1d7 100%);\n  }\n\n  .tws-hero::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    right: 24px;\n    left: 24px;\n    height: 4px;\n    border-radius: 0 0 999px 999px;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      var(--tws-caramel) 20%,\n      var(--tws-coffee) 50%,\n      var(--tws-caramel) 80%,\n      transparent\n    );\n    opacity: 0.82;\n    z-index: -1;\n  }\n\n  .tws-hero::after {\n    content: \"✦\";\n    position: absolute;\n    top: 18px;\n    right: 24px;\n    color: rgba(135, 107, 91, 0.34);\n    font-size: 30px;\n    line-height: 1;\n    transform: rotate(10deg);\n    pointer-events: none;\n  }\n\n  .tws-hero-copy {\n    position: relative;\n    z-index: 1;\n  }\n\n  .tws-hero-badge {\n    display: inline-flex;\n    min-height: 30px;\n    margin-bottom: 15px;\n    padding: 7px 13px;\n    align-items: center;\n    gap: 7px;\n    border: 1px solid rgba(135, 107, 91, 0.24);\n    border-radius: 999px;\n    color: var(--tws-coffee);\n    font-size: 10.5px;\n    font-weight: 800;\n    line-height: 1;\n    letter-spacing: 0.12em;\n    background: rgba(255,255,255,0.68);\n    box-shadow: 0 4px 12px rgba(73,54,43,0.05);\n  }\n\n  .tws-hero-badge-dot {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--tws-caramel);\n    box-shadow: 0 0 0 4px rgba(177,139,114,0.14);\n  }\n\n  .tws-hero-copy h1 {\n    max-width: 680px;\n    margin-right: auto;\n    margin-bottom: 14px;\n    margin-left: auto;\n  }\n\n  .tws-hero-highlight {\n    display: inline;\n    position: relative;\n    color: var(--tws-coffee);\n  }\n\n  .tws-hero-highlight::after {\n    content: \"\";\n    position: absolute;\n    right: 2px;\n    bottom: -3px;\n    left: 2px;\n    height: 7px;\n    border-radius: 999px;\n    background: rgba(177,139,114,0.20);\n    z-index: -1;\n  }\n\n  .tws-hero-copy \u003e p {\n    max-width: 690px;\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .tws-hero-benefits {\n    display: flex;\n    margin-top: 17px;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  .tws-hero-benefits span {\n    display: inline-flex;\n    min-height: 32px;\n    padding: 7px 12px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid rgba(135, 107, 91, 0.18);\n    border-radius: 999px;\n    color: var(--tws-dark);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.2;\n    background: rgba(255,255,255,0.74);\n  }\n\n  .tws-hero-media {\n    position: relative;\n  }\n\n  .tws-hero-media::before {\n    content: \"\";\n    position: absolute;\n    inset: -1px;\n    border: 1px solid rgba(255,255,255,0.62);\n    border-radius: var(--tws-radius);\n    pointer-events: none;\n    z-index: 1;\n  }\n\n  @media (max-width: 640px) {\n    .tws-hero {\n      padding: 28px 14px 16px;\n    }\n\n    .tws-hero::before {\n      right: 14px;\n      left: 14px;\n    }\n\n    .tws-hero::after {\n      top: 15px;\n      right: 15px;\n      font-size: 24px;\n    }\n\n    .tws-hero-badge {\n      margin-bottom: 13px;\n      padding: 7px 11px;\n      font-size: 9.5px;\n      letter-spacing: 0.1em;\n    }\n\n    .tws-hero-copy h1 {\n      font-size: 27px;\n      line-height: 1.25;\n    }\n\n    .tws-hero-benefits {\n      margin-top: 14px;\n      gap: 6px;\n    }\n\n    .tws-hero-benefits span {\n      min-height: 30px;\n      padding: 6px 10px;\n      font-size: 11px;\n    }\n  }\n\n\n  .tws-hero-copy-bottom {\n    margin-top: -2px;\n  }\n\n  .tws-hero-copy-bottom p {\n    margin-bottom: 0;\n  }\n\n\n  \/* =========================================================\n     PRODUCT-MATCHED HIGH-CONVERSION PALETTE\n     暖燕麦 + 柔和橄榄灰 + 奶油白\n  ========================================================== *\/\n\n  .tws-page {\n    --tws-dark: #4f4b40;\n    --tws-coffee: #79715f;\n    --tws-caramel: #b89a76;\n    --tws-latte: #e5d7c7;\n    --tws-cream: #f6f0e8;\n    --tws-light: #fcfaf7;\n    --tws-border: #ded3c6;\n    --tws-text: #37332d;\n    --tws-muted: #6d675e;\n    --tws-white: #ffffff;\n    --tws-olive: #777b61;\n    --tws-olive-soft: #e9eadf;\n    --tws-gold-soft: #d8c2a4;\n  }\n\n  \/* 开头主视觉：更贴合自然、轻松、度假型两件套 *\/\n  .tws-hero {\n    background:\n      radial-gradient(\n        circle at 12% 10%,\n        rgba(255, 255, 255, 0.94),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 88% 14%,\n        rgba(119, 123, 97, 0.13),\n        transparent 32%\n      ),\n      linear-gradient(\n        145deg,\n        #fdfbf8 0%,\n        #f4ede4 55%,\n        #ece8dc 100%\n      );\n  }\n\n  .tws-hero::before {\n    background: linear-gradient(\n      90deg,\n      transparent,\n      var(--tws-gold-soft) 18%,\n      var(--tws-olive) 50%,\n      var(--tws-gold-soft) 82%,\n      transparent\n    );\n  }\n\n  .tws-hero::after {\n    color: rgba(119, 123, 97, 0.34);\n  }\n\n  .tws-hero-badge {\n    border-color: rgba(119, 123, 97, 0.25);\n    color: #676b52;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .tws-hero-badge-dot {\n    background: var(--tws-olive);\n    box-shadow: 0 0 0 4px rgba(119, 123, 97, 0.13);\n  }\n\n  .tws-hero-highlight {\n    color: #686b53;\n  }\n\n  .tws-hero-highlight::after {\n    background: rgba(119, 123, 97, 0.16);\n  }\n\n  .tws-hero-benefits span {\n    border-color: rgba(119, 123, 97, 0.22);\n    color: #4f4b40;\n    background: rgba(250, 250, 245, 0.86);\n  }\n\n  \/* 图片背景使用柔和燕麦色，衬托服装本身 *\/\n  .tws-feature-image {\n    background: linear-gradient(\n      180deg,\n      #f6f1ea 0%,\n      #eee8df 100%\n    );\n  }\n\n  .tws-size-box,\n  .tws-details-box {\n    background: #faf7f2;\n  }\n\n  \/* FAQ 使用轻微鼠尾草灰，提高层次但不抢产品 *\/\n  .tws-faq-item summary {\n    background: #f8f7f2;\n  }\n\n  .tws-faq-item summary:hover {\n    background: var(--tws-olive-soft);\n  }\n\n  .tws-faq-item[open] {\n    border-color: rgba(119, 123, 97, 0.48);\n  }\n\n  .tws-faq-arrow {\n    border-right-color: var(--tws-olive);\n    border-bottom-color: var(--tws-olive);\n  }\n\n  \/* 深色信任区与购买按钮统一为橄榄灰棕 *\/\n  .tws-guarantee-wrap {\n    background:\n      linear-gradient(\n        145deg,\n        #4f4b40 0%,\n        #5f604d 100%\n      );\n  }\n\n  .tws-buy-button,\n  .tws-mobile-buy {\n    border-color: #595b47;\n    background: #595b47;\n    box-shadow: 0 9px 20px rgba(68, 69, 53, 0.23);\n  }\n\n  .tws-buy-button:hover,\n  .tws-mobile-buy:hover {\n    background: #6c7057;\n    box-shadow: 0 12px 24px rgba(68, 69, 53, 0.28);\n  }\n\n  \/* 底部 CTA 与开头形成呼应 *\/\n  .tws-cta {\n    background:\n      radial-gradient(\n        circle at 82% 18%,\n        rgba(119, 123, 97, 0.13),\n        transparent 36%\n      ),\n      linear-gradient(\n        145deg,\n        #fbf8f4 0%,\n        #f1ebe2 100%\n      );\n  }\n\n  \/* 统一边框与阴影，使页面更轻、更高级 *\/\n  .tws-hero,\n  .tws-feature-card,\n  .tws-size-box,\n  .tws-details-box,\n  .tws-faq-item,\n  .tws-cta {\n    border-color: var(--tws-border) !important;\n    box-shadow: 0 6px 18px rgba(74, 67, 57, 0.06) !important;\n  }\n\n\n  \/* =========================================================\n     REMOVE ABRUPT TOP ACCENT COLOR\n  ========================================================== *\/\n\n  \/* 完全移除顶部突兀的彩色装饰线 *\/\n  .tws-hero::before {\n    display: none !important;\n    content: none !important;\n  }\n\n  \/* 右上角装饰星改为极浅奶咖灰，避免跳色 *\/\n  .tws-hero::after {\n    color: rgba(121, 113, 95, 0.16) !important;\n  }\n\n  \/* 顶部背景统一为柔和奶咖燕麦色 *\/\n  .tws-hero {\n    background:\n      radial-gradient(\n        circle at 12% 10%,\n        rgba(255, 255, 255, 0.94),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 88% 14%,\n        rgba(184, 154, 118, 0.10),\n        transparent 32%\n      ),\n      linear-gradient(\n        145deg,\n        #fdfbf8 0%,\n        #f5eee7 55%,\n        #eee8df 100%\n      ) !important;\n  }\n\n\n  \/* =========================================================\n     TERRACOTTA + MILK-COFFEE PRODUCT PALETTE\n     奶油白 + 暖陶土 + 焦糖奶咖\n  ========================================================== *\/\n\n  .tws-page {\n    --tws-dark: #5a4338;\n    --tws-coffee: #8a6653;\n    --tws-caramel: #bf8f6d;\n    --tws-latte: #ead8ca;\n    --tws-cream: #f7efe8;\n    --tws-light: #fdfaf7;\n    --tws-border: #e2d2c6;\n    --tws-text: #3f342f;\n    --tws-muted: #776960;\n    --tws-white: #ffffff;\n    --tws-terracotta: #b96f4f;\n    --tws-terracotta-soft: #f1ded3;\n    --tws-sand: #d7b89f;\n  }\n\n  \/* 顶部保持统一柔和，不使用任何橄榄灰或跳色装饰 *\/\n  .tws-hero {\n    background:\n      radial-gradient(\n        circle at 12% 10%,\n        rgba(255,255,255,.96),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 88% 14%,\n        rgba(185,111,79,.10),\n        transparent 32%\n      ),\n      linear-gradient(\n        145deg,\n        #fffdfb 0%,\n        #f7eee8 55%,\n        #efe1d7 100%\n      ) !important;\n  }\n\n  .tws-hero::before {\n    display: none !important;\n    content: none !important;\n  }\n\n  .tws-hero::after {\n    color: rgba(185,111,79,.16) !important;\n  }\n\n  .tws-hero-badge {\n    border-color: rgba(185,111,79,.22) !important;\n    color: #9a6048 !important;\n    background: rgba(255,255,255,.78) !important;\n  }\n\n  .tws-hero-badge-dot {\n    background: var(--tws-terracotta) !important;\n    box-shadow: 0 0 0 4px rgba(185,111,79,.12) !important;\n  }\n\n  .tws-hero-highlight {\n    color: var(--tws-coffee) !important;\n  }\n\n  .tws-hero-highlight::after {\n    background: rgba(191,143,109,.18) !important;\n  }\n\n  .tws-hero-benefits span {\n    border-color: rgba(185,111,79,.18) !important;\n    color: var(--tws-dark) !important;\n    background: rgba(255,253,250,.88) !important;\n  }\n\n  \/* 产品图片区使用奶油白与浅陶土过渡 *\/\n  .tws-feature-image {\n    background:\n      linear-gradient(\n        180deg,\n        #faf5f0 0%,\n        #f1e3da 100%\n      ) !important;\n  }\n\n  .tws-size-box,\n  .tws-details-box {\n    background: #fbf7f3 !important;\n  }\n\n  \/* FAQ 采用轻陶土色层次 *\/\n  .tws-faq-item summary {\n    background: #faf7f4 !important;\n  }\n\n  .tws-faq-item summary:hover {\n    background: var(--tws-terracotta-soft) !important;\n  }\n\n  .tws-faq-item[open] {\n    border-color: rgba(185,111,79,.42) !important;\n  }\n\n  .tws-faq-arrow {\n    border-right-color: var(--tws-terracotta) !important;\n    border-bottom-color: var(--tws-terracotta) !important;\n  }\n\n  \/* 信任区采用深奶咖陶土色 *\/\n  .tws-guarantee-wrap {\n    background:\n      linear-gradient(\n        145deg,\n        #5a4338 0%,\n        #744e3d 100%\n      ) !important;\n  }\n\n  \/* CTA 与首屏保持一致 *\/\n  .tws-cta {\n    background:\n      radial-gradient(\n        circle at 82% 18%,\n        rgba(185,111,79,.12),\n        transparent 36%\n      ),\n      linear-gradient(\n        145deg,\n        #fcf8f5 0%,\n        #f2e7df 100%\n      ) !important;\n  }\n\n  \/* 按钮使用更有转化感的深陶土色 *\/\n  .tws-buy-button,\n  .tws-mobile-buy {\n    border-color: #9e5e45 !important;\n    background: #9e5e45 !important;\n    box-shadow: 0 9px 20px rgba(126,72,52,.24) !important;\n  }\n\n  .tws-buy-button:hover,\n  .tws-mobile-buy:hover {\n    background: #b36a4d !important;\n    box-shadow: 0 12px 24px rgba(126,72,52,.28) !important;\n  }\n\n  \/* 统一边框和阴影 *\/\n  .tws-hero,\n  .tws-feature-card,\n  .tws-size-box,\n  .tws-details-box,\n  .tws-faq-item,\n  .tws-cta {\n    border-color: var(--tws-border) !important;\n    box-shadow: 0 6px 18px rgba(91,67,56,.06) !important;\n  }\n\n\n  \/* Remove icon backgrounds inside Shop With Confidence *\/\n  .tws-guarantee-card .tws-icon {\n    background: transparent !important;\n    box-shadow: none !important;\n    border: 0 !important;\n  }\n\n\u003c\/style\u003e\n\u003cdiv class=\"tws-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"tws-section\"\u003e\n\u003cdiv class=\"tws-container\"\u003e\n\u003cdiv class=\"tws-hero\"\u003e\n\u003cdiv class=\"tws-hero-inner\"\u003e\n\u003cdiv class=\"tws-hero-copy\"\u003e\n\u003cdiv class=\"tws-hero-badge\"\u003e\n\u003cspan class=\"tws-hero-badge-dot\"\u003e\u003c\/span\u003e EASY STYLE • EVERYDAY COMFORT\u003c\/div\u003e\n\u003ch1\u003eEffortless Style \u003cspan class=\"tws-hero-highlight\"\u003eWithout the Outfit Struggle\u003c\/span\u003e ✨\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/TikSave.io_7651998873841356063_2.gif?v=1785829841\" alt=\"Women's tie-front shirt and wide-leg pants set\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tws-hero-copy tws-hero-copy-bottom\"\u003e\n\u003cp\u003eThis relaxed two-piece set creates an instantly coordinated look with lightweight comfort and an easy, flattering silhouette.\u003c\/p\u003e\n\u003cdiv class=\"tws-hero-benefits\"\u003e\n\u003cspan\u003eLightweight Feel\u003c\/span\u003e \u003cspan\u003eFlattering Fit\u003c\/span\u003e \u003cspan\u003eEasy Two-Piece Styling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE CARDS --\u003e\n\u003csection class=\"tws-section\"\u003e\n\u003cdiv class=\"tws-container\"\u003e\n\u003cdiv class=\"tws-feature-list\"\u003e\n\u003carticle class=\"tws-feature-card\"\u003e\n\u003cdiv class=\"tws-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_4_04_49_27_1.png?v=1785833484\" alt=\"Lightweight polyester comfort\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tws-feature-content\"\u003e\n\u003ch2\u003e🌿 LIGHTWEIGHT, EASY COMFORT\u003c\/h2\u003e\n\u003cp\u003eThe soft woven linen fabric feels lightweight and breathable against the skin, making this set an effortless choice for warm days, travel, and transitional seasons.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tws-feature-card\"\u003e\n\u003cdiv class=\"tws-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_4_04_49_27_2.png?v=1785833484\" alt=\"Adjustable tie-front shirt\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tws-feature-content\"\u003e\n\u003ch2\u003e🎀 ADJUSTABLE TIE-FRONT SHIRT\u003c\/h2\u003e\n\u003cp\u003eThe button-front shirt features an adjustable tie hem that lets you personalize the fit and gently define your waist while keeping the overall look relaxed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tws-feature-card\"\u003e\n\u003cdiv class=\"tws-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_4_04_49_28_3.png?v=1785833483\" alt=\"Relaxed flattering silhouette\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tws-feature-content\"\u003e\n\u003ch2\u003e✨ RELAXED, FLATTERING FIT\u003c\/h2\u003e\n\u003cp\u003eThe loose silhouette drapes naturally without clinging, giving you comfortable room to move while maintaining a polished, feminine shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tws-feature-card\"\u003e\n\u003cdiv class=\"tws-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_4_04_49_28_4.png?v=1785833483\" alt=\"Flowing wide-leg pants\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tws-feature-content\"\u003e\n\u003ch2\u003e👖 FLOWING WIDE-LEG PANTS\u003c\/h2\u003e\n\u003cp\u003eThe full-length wide-leg pants create graceful movement and a longer-looking silhouette, while the elastic waistband provides flexible everyday comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tws-feature-card\"\u003e\n\u003cdiv class=\"tws-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_4_04_49_29_5.png?v=1785833484\" alt=\"Decorative button-trim side detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tws-feature-content\"\u003e\n\u003ch2\u003e💫 BUTTON-TRIM SIDE DETAIL\u003c\/h2\u003e\n\u003cp\u003eDecorative side buttons and subtle lower-leg openings add an elevated touch, transforming the relaxed pants into a more distinctive statement piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tws-feature-card\"\u003e\n\u003cdiv class=\"tws-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_4_04_49_29_6.png?v=1785833482\" alt=\"Classic button-front shirt design\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tws-feature-content\"\u003e\n\u003ch2\u003e🤍 CLASSIC BUTTON-FRONT DESIGN\u003c\/h2\u003e\n\u003cp\u003eA clean collar, single-breasted button closure, and chest pocket give the shirt timeless versatility that transitions easily from casual to refined.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tws-feature-card\"\u003e\n\u003cdiv class=\"tws-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_4_04_49_30_7.png?v=1785833483\" alt=\"Adjustable roll-tab sleeves\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tws-feature-content\"\u003e\n\u003ch2\u003e🔄 ADJUSTABLE ROLL-TAB SLEEVES\u003c\/h2\u003e\n\u003cp\u003eWear the sleeves long for extra coverage or roll and secure them for a relaxed three-quarter-length look suited to warmer weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tws-feature-card\"\u003e\n\u003cdiv class=\"tws-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_4_04_49_31_9.png?v=1785833483\" alt=\"Everyday casual styling\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tws-feature-content\"\u003e\n\u003ch2\u003e☀️ MADE FOR EVERYDAY MOMENTS\u003c\/h2\u003e\n\u003cp\u003ePerfect for brunch dates, vacations, resort stays, shopping, travel days, weekend plans, casual dinners, and relaxed days at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tws-feature-card\"\u003e\n\u003cdiv class=\"tws-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_4_04_49_32_10.png?v=1785833484\" alt=\"Dress-up or casual styling options\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tws-feature-content\"\u003e\n\u003ch2\u003e✨ EASY TO DRESS UP OR DOWN\u003c\/h2\u003e\n\u003cp\u003eAdd flat sandals and a woven bag for an easy daytime outfit, or style it with statement jewelry, heels, and a structured handbag for an elevated evening look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE CHART --\u003e\n\u003csection class=\"tws-section\"\u003e\n\u003cdiv class=\"tws-container\"\u003e\n\u003cdiv class=\"tws-size-box\"\u003e\n\u003cdiv class=\"tws-size-title\"\u003e\n\u003ch2\u003eSize Chart\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-size-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/f1b47012-0d46-46d5-add7-a035ecd0237e.png?v=1785835124\" alt=\"Women's tie-front two-piece set size chart\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"tws-section\"\u003e\n\u003cdiv class=\"tws-container\"\u003e\n\u003cdiv class=\"tws-section-heading\"\u003e\n\u003ch2\u003ePRODUCT DETAILS\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-details-box\"\u003e\n\u003cdiv class=\"tws-spec-grid\"\u003e\n\u003cdiv class=\"tws-spec-item\"\u003e\n\u003cdiv class=\"tws-spec-label\"\u003eSet Includes\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-value\"\u003e1 Button-Front Shirt + 1 Pair of Wide-Leg Pants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-item\"\u003e\n\u003cdiv class=\"tws-spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-value\"\u003eWoven Linen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-item\"\u003e\n\u003cdiv class=\"tws-spec-label\"\u003eFit\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-value\"\u003eRelaxed, Loose-Fitting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-item\"\u003e\n\u003cdiv class=\"tws-spec-label\"\u003eShirt\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-value\"\u003eCollared Neckline, Button Front, Chest Pocket, and Tie Hem\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-item\"\u003e\n\u003cdiv class=\"tws-spec-label\"\u003eSleeves\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-value\"\u003eLong Sleeves with Adjustable Roll-Tab Detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-item\"\u003e\n\u003cdiv class=\"tws-spec-label\"\u003ePants\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-value\"\u003eElastic Waist, Wide-Leg Fit, and Decorative Side Buttons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-item\"\u003e\n\u003cdiv class=\"tws-spec-label\"\u003eSeason\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-value\"\u003eAll Seasons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-item\"\u003e\n\u003cdiv class=\"tws-spec-label\"\u003eOccasions\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-value\"\u003eCasual Outings, Travel, Vacations, Brunch, and Everyday Wear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-item\"\u003e\n\u003cdiv class=\"tws-spec-label\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"tws-spec-value\"\u003eMachine Washable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"tws-section\"\u003e\n\u003cdiv class=\"tws-container\"\u003e\n\u003cdiv class=\"tws-section-heading\"\u003e\n\u003cspan class=\"tws-eyebrow\"\u003eHelpful Information\u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-faq-wrap\"\u003e\n\u003cdiv class=\"tws-faq-list\"\u003e\n\u003cdetails class=\"tws-faq-item\"\u003e\n\u003csummary\u003eWhat pieces are included with the set? \u003cspan class=\"tws-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tws-faq-answer\"\u003e\n\u003cp\u003eThe set includes 1 button-front shirt and 1 pair of wide-leg pants.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tws-faq-item\"\u003e\n\u003csummary\u003eWhat type of fit does the set have? \u003cspan class=\"tws-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tws-faq-answer\"\u003e\n\u003cp\u003eIt has a relaxed, loose-fitting silhouette that drapes naturally without clinging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tws-faq-item\"\u003e\n\u003csummary\u003eCan I adjust the shirt fit? \u003cspan class=\"tws-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tws-faq-answer\"\u003e\n\u003cp\u003eYes. The adjustable tie hem lets you personalize the fit and gently define your waist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tws-faq-item\"\u003e\n\u003csummary\u003eAre the sleeves adjustable? \u003cspan class=\"tws-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tws-faq-answer\"\u003e\n\u003cp\u003eYes. Wear the sleeves long or roll and secure them using the adjustable roll-tab detail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tws-faq-item\"\u003e\n\u003csummary\u003eWhat occasions is this set suitable for? \u003cspan class=\"tws-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tws-faq-answer\"\u003e\n\u003cp\u003eIt is suitable for casual outings, travel, vacations, brunch, shopping, dinners, and everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tws-faq-item\"\u003e\n\u003csummary\u003eHow should I care for the set? \u003cspan class=\"tws-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"tws-faq-answer\"\u003e\n\u003cp\u003eThe set is machine washable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEES --\u003e\n\u003csection class=\"tws-section\"\u003e\n\u003cdiv class=\"tws-container\"\u003e\n\u003cdiv class=\"tws-guarantee-wrap\"\u003e\n\u003cdiv class=\"tws-guarantee-heading\"\u003e\n\u003ch2\u003eShop With Confidence\u003c\/h2\u003e\n\u003cp\u003eThoughtful service from checkout through delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-guarantee-grid\"\u003e\n\u003cdiv class=\"tws-guarantee-card\"\u003e\n\u003cdiv class=\"tws-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eCarefully Packed\u003c\/h3\u003e\n\u003cp\u003eYour set is carefully packaged to help protect each piece during transit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-guarantee-card\"\u003e\n\u003cdiv class=\"tws-icon\"\u003e🚚\u003c\/div\u003e\n\u003ch3\u003eShipping Updates\u003c\/h3\u003e\n\u003cp\u003eOrder and shipping updates are provided using the contact details entered at checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tws-guarantee-card\"\u003e\n\u003cdiv class=\"tws-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch3\u003eSecure Checkout\u003c\/h3\u003e\n\u003cp\u003eComplete your purchase through Shopify’s secure checkout experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"tws-section\"\u003e\n\u003cdiv class=\"tws-container\"\u003e\n\u003cdiv class=\"tws-cta\"\u003e\n\u003ch2\u003eEffortless Style Without the Outfit Struggle ✨\u003c\/h2\u003e\n\u003cp\u003eThis relaxed two-piece set creates an instantly coordinated look with lightweight comfort and an easy, flattering silhouette.\u003c\/p\u003e\n\u003ca href=\"#MainContent\" class=\"tws-buy-button tws-js-buy\"\u003e Buy Now \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"CWLdabucunjkldasx","offers":[{"title":"Apricot \/ XS","offer_id":43096949948510,"sku":"NC02362608044568-女士亚麻套装-杏色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ S","offer_id":43096949981278,"sku":"NC02362608044568-女士亚麻套装-杏色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ M","offer_id":43096950014046,"sku":"NC02362608044568-女士亚麻套装-杏色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ L","offer_id":43096950046814,"sku":"NC02362608044568-女士亚麻套装-杏色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ XL","offer_id":43096950079582,"sku":"NC02362608044568-女士亚麻套装-杏色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ 2XL","offer_id":43096950112350,"sku":"NC02362608044568-女士亚麻套装-杏色-2XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ 3XL","offer_id":43096950145118,"sku":"NC02362608044568-女士亚麻套装-杏色-3XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Camel \/ XS","offer_id":43096950177886,"sku":"NC02362608044568-女士亚麻套装-驼色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Camel \/ S","offer_id":43096950210654,"sku":"NC02362608044568-女士亚麻套装-驼色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Camel \/ M","offer_id":43096950243422,"sku":"NC02362608044568-女士亚麻套装-驼色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Camel \/ L","offer_id":43096950276190,"sku":"NC02362608044568-女士亚麻套装-驼色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Camel \/ XL","offer_id":43096950308958,"sku":"NC02362608044568-女士亚麻套装-驼色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Camel \/ 2XL","offer_id":43096950341726,"sku":"NC02362608044568-女士亚麻套装-驼色-2XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Camel \/ 3XL","offer_id":43096950374494,"sku":"NC02362608044568-女士亚麻套装-驼色-3XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ XS","offer_id":43096950407262,"sku":"NC02362608044568-女士亚麻套装-绿色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":43096950440030,"sku":"NC02362608044568-女士亚麻套装-绿色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":43096950472798,"sku":"NC02362608044568-女士亚麻套装-绿色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":43096950505566,"sku":"NC02362608044568-女士亚麻套装-绿色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":43096950538334,"sku":"NC02362608044568-女士亚麻套装-绿色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2XL","offer_id":43096950571102,"sku":"NC02362608044568-女士亚麻套装-绿色-2XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ 3XL","offer_id":43096950603870,"sku":"NC02362608044568-女士亚麻套装-绿色-3XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"White \/ XS","offer_id":43096950636638,"sku":"NC02362608044568-女士亚麻套装-白色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":43096950669406,"sku":"NC02362608044568-女士亚麻套装-白色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":43096950702174,"sku":"NC02362608044568-女士亚麻套装-白色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":43096950734942,"sku":"NC02362608044568-女士亚麻套装-白色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":43096950767710,"sku":"NC02362608044568-女士亚麻套装-白色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 2XL","offer_id":43096950800478,"sku":"NC02362608044568-女士亚麻套装-白色-2XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 3XL","offer_id":43096950833246,"sku":"NC02362608044568-女士亚麻套装-白色-3XL","price":43.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/95e4b0d75f2e4249908a655b3efad37a_tplv-fhlh96nyum-resize-webp_800_1067.webp?v=1785828626","url":"https:\/\/miscellista.com\/products\/full-size-button-down-shirt-and-wide-leg-pants-set-plus-size","provider":"Miscellista.com","version":"1.0","type":"link"}