{"product_id":"womens-comfortable-striped-short-set","title":"Women's Comfortable Striped Short Set","description":"\u003cstyle\u003e\n    #striped-halfzip-set-page,\n    #striped-halfzip-set-page * {\n      box-sizing: border-box;\n    }\n\n    #striped-halfzip-set-page {\n      \/*\n        Product-derived orange palette:\n        Product Orange + Apricot + Soft Coral\n        + Champagne + Sand + Warm Ivory\n\n        Main gradients: horizontal 90deg\n        Overall tone: light \/ warm \/ premium \/ relaxed\n      *\/\n\n      --base-light: #fffdf9;\n\n      --orange-main: #e9783d;\n      --coral-soft: #efa071;\n      --apricot-light: #f7d7c1;\n      --peach-light: #fbe9dc;\n      --champagne-light: #f5e8d8;\n      --sand-light: #f2e5d8;\n      --ivory-light: #fff9f3;\n\n      --accent: #df8b5b;\n      --accent-coral: #d97748;\n      --accent-deep: #b85f36;\n      --accent-dark: #81452d;\n\n      --text: #4a403a;\n      --text-soft: #736861;\n\n      --line: rgba(184, 95, 54, 0.18);\n\n      --shadow:\n        0 16px 38px rgba(130, 76, 47, 0.08);\n\n      --radius-lg: 24px;\n      --radius-md: 18px;\n\n      width: 100%;\n      max-width: 1180px;\n      margin: 0 auto;\n\n      color: var(--text);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf5 0%,\n          #fbe9dc 48%,\n          #f7d7c1 100%\n        );\n\n      font-family:\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        Roboto,\n        Helvetica,\n        Arial,\n        sans-serif;\n\n      font-size: 16px;\n      line-height: 1.72;\n\n      container-type: inline-size;\n      container-name: stripedHalfZipSet;\n\n      overflow: hidden;\n    }\n\n    #striped-halfzip-set-page .shs-inner {\n      width: min(100%, 1080px);\n      margin: 0 auto;\n      padding: 36px 18px 46px;\n    }\n\n    \/* =========================\n       HERO\n    ========================= *\/\n\n    #striped-halfzip-set-page .shs-hero {\n      padding: 22px 0 10px;\n      text-align: center;\n    }\n\n    #striped-halfzip-set-page .shs-eyebrow {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n\n      margin: 0 auto 16px;\n\n      color: var(--accent-deep);\n\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n    }\n\n    #striped-halfzip-set-page .shs-eyebrow::before,\n    #striped-halfzip-set-page .shs-eyebrow::after {\n      content: \"\";\n\n      width: 46px;\n      height: 1px;\n\n      background:\n        linear-gradient(\n          90deg,\n          transparent,\n          var(--accent)\n        );\n    }\n\n    #striped-halfzip-set-page .shs-eyebrow::after {\n      background:\n        linear-gradient(\n          90deg,\n          var(--accent),\n          transparent\n        );\n    }\n\n    #striped-halfzip-set-page .shs-hero-title {\n      max-width: 840px;\n      margin: 0 auto;\n\n      color: var(--accent-dark);\n\n      font-family:\n        Georgia,\n        \"Times New Roman\",\n        Times,\n        serif;\n\n      font-size: clamp(30px, 4.6cqw, 50px);\n      line-height: 1.13;\n      font-weight: 500;\n      letter-spacing: -0.02em;\n    }\n\n    #striped-halfzip-set-page .product-buy-return-anchor {\n      display: block;\n\n      width: 1px;\n      height: 1px;\n      min-width: 1px;\n      min-height: 1px;\n\n      margin: 0 auto;\n      padding: 0;\n\n      overflow: hidden;\n      opacity: 0;\n      color: transparent;\n\n      font-size: 1px;\n      line-height: 1px;\n\n      pointer-events: none;\n      user-select: none;\n\n      scroll-margin-top: calc(100vh - 70px);\n      scroll-margin-top: calc(100svh - 70px);\n    }\n\n    \/* =========================\n       HERO GIF\n    ========================= *\/\n\n    #striped-halfzip-set-page .shs-hero-gif {\n      display: flex;\n      justify-content: center;\n\n      width: 100%;\n      margin: 26px auto 24px;\n    }\n\n    #striped-halfzip-set-page .shs-hero-gif img {\n      display: block;\n\n      width: 100%;\n      max-width: 344px;\n      height: auto;\n\n      margin: 0 auto;\n\n      object-fit: contain;\n\n      border-radius: 18px;\n\n      box-shadow:\n        0 14px 32px rgba(130, 76, 47, 0.10);\n    }\n\n    \/* =========================\n       INTRO\n    ========================= *\/\n\n    #striped-halfzip-set-page .shs-intro {\n      max-width: 760px;\n      margin: 0 auto;\n\n      padding: 24px 26px;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf4 0%,\n          #fcebdd 50%,\n          #f8d8c2 100%\n        );\n\n      box-shadow: var(--shadow);\n\n      text-align: center;\n    }\n\n    #striped-halfzip-set-page .shs-intro p {\n      margin: 0;\n\n      color: var(--text);\n\n      font-size: 16px;\n      line-height: 1.75;\n    }\n\n    \/* =========================\n       QUICK TAGS 2×2\n    ========================= *\/\n\n    #striped-halfzip-set-page .shs-tags {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n\n      gap: 12px;\n\n      width: 100%;\n      max-width: 650px;\n\n      margin: 22px auto 32px;\n    }\n\n    #striped-halfzip-set-page .shs-tag {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n\n      gap: 8px;\n\n      width: 100%;\n      min-height: 46px;\n\n      padding: 10px 16px;\n\n      border:\n        1px solid rgba(184, 95, 54, 0.18);\n\n      border-radius: 999px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #fffdf9 0%,\n          #fbeadd 50%,\n          #f7d8c4 100%\n        );\n\n      color: var(--accent-dark);\n\n      font-size: 14px;\n      font-weight: 600;\n      line-height: 1.25;\n\n      text-align: center;\n\n      box-shadow:\n        0 5px 14px rgba(130, 76, 47, 0.05),\n        inset 0 1px 0 rgba(255, 255, 255, 0.88);\n    }\n\n    \/* =========================\n       MAIN IMAGE\n    ========================= *\/\n\n    #striped-halfzip-set-page .shs-standalone {\n      margin: 0 auto 30px;\n\n      overflow: hidden;\n\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fdf9f4 0%,\n          #f8eee5 52%,\n          #f4dfd2 100%\n        );\n\n      box-shadow: var(--shadow);\n    }\n\n    #striped-halfzip-set-page .shs-standalone img,\n    #striped-halfzip-set-page .shs-feature-media img,\n    #striped-halfzip-set-page .shs-size-chart img {\n      display: block;\n\n      width: 100%;\n      max-width: 100%;\n      height: auto;\n\n      object-fit: contain;\n    }\n\n    \/* =========================\n       FEATURES\n    ========================= *\/\n\n    #striped-halfzip-set-page .shs-features {\n      display: grid;\n      grid-template-columns: 1fr;\n\n      gap: 24px;\n\n      margin-top: 0;\n    }\n\n    #striped-halfzip-set-page .shs-feature {\n      overflow: hidden;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background: var(--base-light);\n\n      box-shadow: var(--shadow);\n\n      transition:\n        transform 0.28s ease,\n        box-shadow 0.28s ease;\n    }\n\n    #striped-halfzip-set-page .shs-feature-media {\n      overflow: hidden;\n\n      background:\n        linear-gradient(\n          90deg,\n          #fcf9f5 0%,\n          #f8eee6 52%,\n          #f4e0d5 100%\n        );\n    }\n\n    #striped-halfzip-set-page .shs-feature-media img {\n      transition: transform 0.32s ease;\n    }\n\n    #striped-halfzip-set-page .shs-feature-copy {\n      padding: 22px 22px 24px;\n    }\n\n    \/* 1 - Cream + Apricot + Coral *\/\n    #striped-halfzip-set-page\n    .shs-feature:nth-child(1)\n    .shs-feature-copy {\n      background:\n        linear-gradient(\n          90deg,\n          #fff9f2 0%,\n          #fbe7d8 50%,\n          #f6d4bd 100%\n        );\n    }\n\n    \/* 2 - Ivory + Champagne + Peach *\/\n    #striped-halfzip-set-page\n    .shs-feature:nth-child(2)\n    .shs-feature-copy {\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf4 0%,\n          #f5e8d8 48%,\n          #f7dfce 100%\n        );\n    }\n\n    \/* 3 - Pale Sand + Apricot *\/\n    #striped-halfzip-set-page\n    .shs-feature:nth-child(3)\n    .shs-feature-copy {\n      background:\n        linear-gradient(\n          90deg,\n          #fdfaf6 0%,\n          #f4e6d8 48%,\n          #f5d8c4 100%\n        );\n    }\n\n    \/* 4 - Cream + Soft Coral *\/\n    #striped-halfzip-set-page\n    .shs-feature:nth-child(4)\n    .shs-feature-copy {\n      background:\n        linear-gradient(\n          90deg,\n          #fff8f1 0%,\n          #f8e6d8 48%,\n          #f4d3bf 100%\n        );\n    }\n\n    \/* 5 - Warm Ivory + Peach + Champagne *\/\n    #striped-halfzip-set-page\n    .shs-feature:nth-child(5)\n    .shs-feature-copy {\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf4 0%,\n          #f9e4d5 46%,\n          #f2dfcf 100%\n        );\n    }\n\n    #striped-halfzip-set-page .shs-feature-heading {\n      display: flex;\n      align-items: center;\n\n      gap: 12px;\n\n      margin: 0 0 11px;\n    }\n\n    #striped-halfzip-set-page .shs-feature-emoji {\n      flex: 0 0 46px;\n\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n\n      width: 46px;\n      height: 46px;\n\n      border:\n        1px solid rgba(184, 95, 54, 0.15);\n\n      border-radius: 13px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #fff8ef 0%,\n          #f9e3d3 50%,\n          #f3ceb5 100%\n        );\n\n      font-size: 22px;\n\n      box-shadow:\n        0 7px 18px rgba(130, 76, 47, 0.08);\n\n      transition:\n        transform 0.28s ease,\n        box-shadow 0.28s ease;\n    }\n\n    #striped-halfzip-set-page\n    .shs-feature:nth-child(2)\n    .shs-feature-emoji {\n      background:\n        linear-gradient(\n          90deg,\n          #fffaf2 0%,\n          #f4e5d5 50%,\n          #f4d3bd 100%\n        );\n    }\n\n    #striped-halfzip-set-page\n    .shs-feature:nth-child(3)\n    .shs-feature-emoji {\n      background:\n        linear-gradient(\n          90deg,\n          #fbf8f3 0%,\n          #f2e3d5 50%,\n          #f1cfba 100%\n        );\n    }\n\n    #striped-halfzip-set-page\n    .shs-feature:nth-child(4)\n    .shs-feature-emoji {\n      background:\n        linear-gradient(\n          90deg,\n          #fff8ef 0%,\n          #f7e0d0 50%,\n          #f1cbb3 100%\n        );\n    }\n\n    #striped-halfzip-set-page\n    .shs-feature:nth-child(5)\n    .shs-feature-emoji {\n      background:\n        linear-gradient(\n          90deg,\n          #fff9f0 0%,\n          #f8dfce 50%,\n          #efd0bb 100%\n        );\n    }\n\n    #striped-halfzip-set-page .shs-feature-title {\n      margin: 0;\n\n      color: var(--accent-deep);\n\n      font-family:\n        Georgia,\n        \"Times New Roman\",\n        Times,\n        serif;\n\n      font-size:\n        clamp(21px, 3.1cqw, 29px);\n\n      line-height: 1.2;\n      font-weight: 700;\n\n      background:\n        linear-gradient(\n          90deg,\n          #df8b5b 0%,\n          #c86a3f 52%,\n          #9b5235 100%\n        );\n\n      -webkit-background-clip: text;\n      background-clip: text;\n\n      -webkit-text-fill-color: transparent;\n    }\n\n    #striped-halfzip-set-page .shs-feature-copy p {\n      margin: 0;\n\n      color: var(--text-soft);\n\n      font-size: 16px;\n      line-height: 1.72;\n    }\n\n    \/* =========================\n       SIZE\n    ========================= *\/\n\n    #striped-halfzip-set-page .shs-size {\n      margin-top: 30px;\n\n      padding: 28px 24px;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fff9f1 0%,\n          #fae7d8 48%,\n          #f4d7c3 100%\n        );\n\n      box-shadow: var(--shadow);\n\n      text-align: center;\n    }\n\n    #striped-halfzip-set-page .shs-size-title,\n    #striped-halfzip-set-page .shs-details-title,\n    #striped-halfzip-set-page .shs-shipping-title {\n      margin: 0;\n\n      color: var(--accent-dark);\n\n      font-family:\n        Georgia,\n        \"Times New Roman\",\n        Times,\n        serif;\n\n      font-size:\n        clamp(25px, 3.8cqw, 34px);\n\n      line-height: 1.2;\n      font-weight: 600;\n    }\n\n    #striped-halfzip-set-page .shs-size p {\n      max-width: 700px;\n\n      margin: 12px auto 0;\n\n      color: var(--text-soft);\n\n      font-size: 16px;\n    }\n\n    #striped-halfzip-set-page .shs-size-chart {\n      margin-top: 20px;\n\n      overflow: hidden;\n\n      border:\n        1px solid rgba(184, 95, 54, 0.10);\n\n      border-radius: var(--radius-md);\n\n      background:\n        linear-gradient(\n          90deg,\n          #ffffff 0%,\n          #fffaf6 50%,\n          #fdf2ea 100%\n        );\n\n      box-shadow:\n        0 8px 24px rgba(130, 76, 47, 0.05);\n    }\n\n    \/* =========================\n       DETAILS\n    ========================= *\/\n\n    #striped-halfzip-set-page .shs-details {\n      margin-top: 26px;\n\n      padding: 28px 24px;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fff9f1 0%,\n          #f7e7da 46%,\n          #f3d8c4 100%\n        );\n\n      box-shadow: var(--shadow);\n    }\n\n    #striped-halfzip-set-page .shs-details-title {\n      margin-bottom: 18px;\n\n      text-align: center;\n    }\n\n    #striped-halfzip-set-page .shs-detail-list {\n      display: grid;\n      grid-template-columns: 1fr;\n\n      gap: 10px;\n    }\n\n    #striped-halfzip-set-page .shs-detail-item {\n      padding: 15px 16px;\n\n      border:\n        1px solid rgba(184, 95, 54, 0.12);\n\n      border-radius: 14px;\n\n      background:\n        linear-gradient(\n          90deg,\n          rgba(255, 255, 255, 0.95) 0%,\n          rgba(252, 244, 237, 0.92) 50%,\n          rgba(248, 228, 215, 0.88) 100%\n        );\n\n      color: var(--text);\n\n      font-size: 15px;\n      line-height: 1.65;\n    }\n\n    \/* =========================\n       SHIPPING\n    ========================= *\/\n\n    #striped-halfzip-set-page .shs-shipping {\n      margin-top: 28px;\n\n      padding: 30px 24px;\n\n      border: 1px solid var(--line);\n      border-radius: var(--radius-lg);\n\n      background:\n        linear-gradient(\n          90deg,\n          #fff8ef 0%,\n          #fae5d6 48%,\n          #f3d5c0 100%\n        );\n\n      box-shadow: var(--shadow);\n    }\n\n    #striped-halfzip-set-page .shs-shipping-eyebrow {\n      margin: 0 0 7px;\n\n      color: var(--accent-deep);\n\n      font-size: 11px;\n      line-height: 1.3;\n      font-weight: 700;\n\n      letter-spacing: 0.16em;\n\n      text-align: center;\n    }\n\n    #striped-halfzip-set-page .shs-shipping-title {\n      margin-bottom: 22px;\n\n      text-align: center;\n    }\n\n    #striped-halfzip-set-page .shs-shipping-list {\n      display: flex;\n      flex-direction: column;\n\n      gap: 11px;\n    }\n\n    #striped-halfzip-set-page .shs-shipping-card {\n      display: flex;\n      align-items: flex-start;\n\n      gap: 14px;\n\n      padding: 17px;\n\n      border:\n        1px solid rgba(184, 95, 54, 0.13);\n\n      border-radius: 16px;\n\n      background:\n        linear-gradient(\n          90deg,\n          rgba(255, 255, 255, 0.95) 0%,\n          rgba(251, 241, 233, 0.92) 50%,\n          rgba(247, 225, 211, 0.88) 100%\n        );\n\n      box-shadow:\n        0 6px 18px rgba(130, 76, 47, 0.04);\n    }\n\n    #striped-halfzip-set-page\n    .shs-shipping-card:nth-child(2) {\n      background:\n        linear-gradient(\n          90deg,\n          rgba(255, 252, 247, 0.96) 0%,\n          rgba(248, 238, 227, 0.92) 50%,\n          rgba(244, 220, 204, 0.88) 100%\n        );\n    }\n\n    #striped-halfzip-set-page\n    .shs-shipping-card:nth-child(3) {\n      background:\n        linear-gradient(\n          90deg,\n          rgba(255, 250, 244, 0.96) 0%,\n          rgba(250, 235, 225, 0.92) 50%,\n          rgba(245, 218, 203, 0.88) 100%\n        );\n    }\n\n    #striped-halfzip-set-page .shs-shipping-icon {\n      flex: 0 0 44px;\n\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n\n      width: 44px;\n      height: 44px;\n\n      border-radius: 12px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #ee9b6d 0%,\n          #dc7c4c 48%,\n          #b75e38 100%\n        );\n\n      font-size: 21px;\n\n      box-shadow:\n        0 8px 18px\n        rgba(184, 95, 54, 0.18);\n    }\n\n    #striped-halfzip-set-page .shs-shipping-copy {\n      min-width: 0;\n    }\n\n    #striped-halfzip-set-page .shs-shipping-card-title {\n      margin: 0 0 3px;\n\n      color: var(--accent-dark);\n\n      font-family:\n        Georgia,\n        \"Times New Roman\",\n        Times,\n        serif;\n\n      font-size: 18px;\n      line-height: 1.3;\n      font-weight: 700;\n    }\n\n    #striped-halfzip-set-page .shs-shipping-card p {\n      margin: 0;\n\n      color: var(--text-soft);\n\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* =========================\n       BUY BUTTON\n    ========================= *\/\n\n    #striped-halfzip-set-page .shs-buy-wrap {\n      display: flex;\n      justify-content: center;\n\n      margin-top: 24px;\n    }\n\n    #striped-halfzip-set-page .product-buy {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n\n      min-width: 170px;\n\n      padding: 14px 26px;\n\n      border: 0;\n      border-radius: 999px;\n\n      background:\n        linear-gradient(\n          90deg,\n          #ed9869 0%,\n          #dd7a49 50%,\n          #b85f36 100%\n        );\n\n      color: #ffffff;\n\n      font-size: 15px;\n      line-height: 1.2;\n      font-weight: 700;\n\n      letter-spacing: 0.02em;\n\n      text-decoration: none;\n\n      box-shadow:\n        0 10px 24px\n        rgba(184, 95, 54, 0.23);\n\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease;\n    }\n\n    \/* =========================\n       DESKTOP\n    ========================= *\/\n\n    @container stripedHalfZipSet (min-width: 860px) {\n      #striped-halfzip-set-page .shs-features {\n        grid-template-columns:\n          repeat(2, minmax(0, 1fr));\n\n        align-items: start;\n      }\n\n      #striped-halfzip-set-page .shs-detail-list {\n        grid-template-columns:\n          repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    \/* =========================\n       HOVER\n    ========================= *\/\n\n    @media (hover: hover) and (pointer: fine) {\n      #striped-halfzip-set-page .shs-feature:hover {\n        transform: translateY(-4px);\n\n        box-shadow:\n          0 20px 42px\n          rgba(130, 76, 47, 0.13);\n      }\n\n      #striped-halfzip-set-page\n      .shs-feature:hover\n      .shs-feature-media img {\n        transform: scale(1.015);\n      }\n\n      #striped-halfzip-set-page\n      .shs-feature:hover\n      .shs-feature-emoji {\n        box-shadow:\n          0 10px 22px\n          rgba(130, 76, 47, 0.15);\n      }\n\n      #striped-halfzip-set-page\n      .product-buy:hover {\n        transform: translateY(-2px);\n\n        box-shadow:\n          0 13px 28px\n          rgba(184, 95, 54, 0.30);\n      }\n    }\n\n    \/* =========================\n       MOBILE\n    ========================= *\/\n\n    @media screen and (max-width: 749px) {\n      #striped-halfzip-set-page {\n        width: calc(100vw - 2px);\n        max-width: none;\n\n        margin-left:\n          calc(50% - 50vw + 1px);\n\n        margin-right:\n          calc(50% - 50vw + 1px);\n\n        padding-left: 0;\n        padding-right: 0;\n\n        overflow-x: hidden;\n        overflow-x: clip;\n      }\n\n      #striped-halfzip-set-page .shs-inner {\n        width: 100%;\n\n        padding: 26px 0 34px;\n      }\n\n      #striped-halfzip-set-page .shs-hero {\n        padding-left: 16px;\n        padding-right: 16px;\n      }\n\n      #striped-halfzip-set-page .shs-hero-title {\n        font-size: 31px;\n      }\n\n      #striped-halfzip-set-page\n      .product-buy-return-anchor {\n        scroll-margin-top:\n          calc(100vh - 55px);\n\n        scroll-margin-top:\n          calc(100svh - 55px);\n      }\n\n      #striped-halfzip-set-page .shs-hero-gif {\n        margin-top: 22px;\n        margin-bottom: 22px;\n      }\n\n      #striped-halfzip-set-page\n      .shs-hero-gif img {\n        max-width: 344px;\n\n        border-radius: 15px;\n      }\n\n      #striped-halfzip-set-page .shs-intro {\n        margin-left: 16px;\n        margin-right: 16px;\n\n        padding: 20px 17px;\n      }\n\n      #striped-halfzip-set-page .shs-tags {\n        width: auto;\n        max-width: none;\n\n        margin:\n          20px 15px 30px;\n\n        gap: 10px;\n      }\n\n      #striped-halfzip-set-page .shs-tag {\n        min-height: 44px;\n\n        padding: 9px 8px;\n\n        font-size: 12.5px;\n\n        gap: 5px;\n\n        white-space: nowrap;\n      }\n\n      #striped-halfzip-set-page .shs-standalone,\n      #striped-halfzip-set-page .shs-feature {\n        border-radius: 0;\n\n        border-left: 0;\n        border-right: 0;\n      }\n\n      #striped-halfzip-set-page .shs-feature-copy,\n      #striped-halfzip-set-page .shs-size,\n      #striped-halfzip-set-page .shs-details {\n        padding-left: 16px;\n        padding-right: 16px;\n      }\n\n      #striped-halfzip-set-page .shs-size,\n      #striped-halfzip-set-page .shs-details,\n      #striped-halfzip-set-page .shs-shipping {\n        margin-left: 0;\n        margin-right: 0;\n\n        border-left: 0;\n        border-right: 0;\n\n        border-radius: 0;\n      }\n\n      #striped-halfzip-set-page .shs-shipping {\n        padding-left: 10px;\n        padding-right: 10px;\n      }\n\n      #striped-halfzip-set-page .shs-feature-heading {\n        gap: 11px;\n      }\n\n      #striped-halfzip-set-page .shs-feature-title {\n        font-size: 22px;\n      }\n\n      #striped-halfzip-set-page .shs-feature-copy p,\n      #striped-halfzip-set-page .shs-size p {\n        font-size: 15px;\n      }\n\n      #striped-halfzip-set-page .shs-detail-item {\n        font-size: 15px;\n      }\n    }\n\n    @media screen and (max-width: 390px) {\n      #striped-halfzip-set-page .shs-tags {\n        margin-left: 10px;\n        margin-right: 10px;\n\n        gap: 8px;\n      }\n\n      #striped-halfzip-set-page .shs-tag {\n        min-height: 42px;\n\n        padding: 8px 5px;\n\n        font-size: 11.5px;\n\n        letter-spacing: -0.01em;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      #striped-halfzip-set-page .shs-feature,\n      #striped-halfzip-set-page .shs-feature-media img,\n      #striped-halfzip-set-page .shs-feature-emoji,\n      #striped-halfzip-set-page .product-buy {\n        transition: none;\n      }\n\n      #striped-halfzip-set-page .shs-feature:hover,\n      #striped-halfzip-set-page\n      .shs-feature:hover\n      .shs-feature-media img,\n      #striped-halfzip-set-page\n      .product-buy:hover {\n        transform: none;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"striped-halfzip-set-page\"\u003e\n\u003cdiv class=\"shs-inner\"\u003e\n\u003csection class=\"shs-hero\"\u003e\n\u003cdiv class=\"shs-eyebrow\"\u003eRELAXED SPORTY EDIT\u003c\/div\u003e\n\u003ch1 class=\"shs-hero-title\"\u003e🌟\u003cb\u003eLooking for Everyday Comfort Without Sacrificing Style?\u003c\/b\u003e\n\u003c\/h1\u003e\n\u003cspan id=\"striped-halfzip-set-buy-return-anchor\" class=\"product-buy-return-anchor\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"shs-hero-gif\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_20_2.gif?v=1787206648\" alt=\"\" width=\"344\" height=\"611\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shs-intro\"\u003e\n\u003cp\u003e✨ Say goodbye to restrictive outfits and hello to effortless confidence! This 2-piece striped set combines a breathable half-zip pullover with easy elastic shorts, giving you a smooth, flattering drape that moves comfortably with you all day long.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shs-tags\"\u003e\n\u003cdiv class=\"shs-tag\"\u003e🤐 Half-Zip Neckline\u003c\/div\u003e\n\u003cdiv class=\"shs-tag\"\u003e👕 Relaxed Top\u003c\/div\u003e\n\u003cdiv class=\"shs-tag\"\u003e🩳 Elastic Shorts\u003c\/div\u003e\n\u003cdiv class=\"shs-tag\"\u003e🕊️ Breathable Fabric\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"shs-standalone\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/0c7eb624-5e52-499d-839a-0b3476b94b3e.webp?v=1787217455\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shs-features\"\u003e\n\u003carticle class=\"shs-feature\"\u003e\n\u003cdiv class=\"shs-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_19_23_14_43.webp?v=1787206515\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shs-feature-copy\"\u003e\n\u003cdiv class=\"shs-feature-heading\"\u003e\n\u003cspan class=\"shs-feature-emoji\"\u003e🤐\u003c\/span\u003e\n\u003ch3 class=\"shs-feature-title\"\u003e\u003cb\u003eAdjustable Half-Zip Neckline\u003c\/b\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eDesigned with a smooth front zipper that lets you style the neck open or zipped up, adding clean structure and easy wearability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"shs-feature\"\u003e\n\u003cdiv class=\"shs-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_19_21_31_22_3.webp?v=1787206409\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shs-feature-copy\"\u003e\n\u003cdiv class=\"shs-feature-heading\"\u003e\n\u003cspan class=\"shs-feature-emoji\"\u003e👕\u003c\/span\u003e\n\u003ch3 class=\"shs-feature-title\"\u003e\u003cb\u003eRelaxed Half-Sleeve Top\u003c\/b\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eFeatures loose 3\/4 length sleeves and a generous fit that drapes smoothly over the upper body without clinging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"shs-feature\"\u003e\n\u003cdiv class=\"shs-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_19_21_31_23_4.webp?v=1787206409\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shs-feature-copy\"\u003e\n\u003cdiv class=\"shs-feature-heading\"\u003e\n\u003cspan class=\"shs-feature-emoji\"\u003e🩳\u003c\/span\u003e\n\u003ch3 class=\"shs-feature-title\"\u003e\u003cb\u003eComfortable Elastic Shorts\u003c\/b\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eIncludes matching striped shorts with a gentle, non-restrictive elastic waistband that stays securely in place for total comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"shs-feature\"\u003e\n\u003cdiv class=\"shs-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_19_23_36_08.png?v=1787207792\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shs-feature-copy\"\u003e\n\u003cdiv class=\"shs-feature-heading\"\u003e\n\u003cspan class=\"shs-feature-emoji\"\u003e🕊️\u003c\/span\u003e\n\u003ch3 class=\"shs-feature-title\"\u003e\u003cb\u003eBreathable \u0026amp; Durable Fabric\u003c\/b\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eMade from soft, lightweight material that feels gentle against the skin and holds up well to frequent wear and laundering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"shs-feature\"\u003e\n\u003cdiv class=\"shs-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_19_21_31_24_6.webp?v=1787206410\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shs-feature-copy\"\u003e\n\u003cdiv class=\"shs-feature-heading\"\u003e\n\u003cspan class=\"shs-feature-emoji\"\u003e👟\u003c\/span\u003e\n\u003ch3 class=\"shs-feature-title\"\u003e\u003cb\u003eVersatile Daily Styling\u003c\/b\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eWear the pieces together for a cohesive lounge look, throw on sneakers for a casual sporty vibe, or mix and match the top and shorts with your favorite everyday staples.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003csection class=\"shs-size\"\u003e\n\u003ch3 class=\"shs-size-title\"\u003e📏 \u003cb\u003eSize \u0026amp; Fit\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cp\u003eFeatures a loose, comfortable drape. Please review our detailed size chart to select your preferred fit.\u003c\/p\u003e\n\u003cdiv class=\"shs-size-chart\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_20_02_50_50.webp?v=1787208757\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"shs-details\"\u003e\n\u003ch3 class=\"shs-details-title\"\u003e📝 \u003cb\u003eProduct Details\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"shs-detail-list\"\u003e\n\u003cdiv class=\"shs-detail-item\"\u003eIncluded: 1x Half-Zip Top, 1x Elastic Shorts\u003c\/div\u003e\n\u003cdiv class=\"shs-detail-item\"\u003eMaterial: Premium Cotton-Polyester Blend\u003c\/div\u003e\n\u003cdiv class=\"shs-detail-item\"\u003eCare: Machine wash cold or hand wash. Tumble dry low or line dry.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"shs-shipping\"\u003e\n\u003cdiv class=\"shs-shipping-eyebrow\"\u003eSHOP WITH CONFIDENCE\u003c\/div\u003e\n\u003ch3 class=\"shs-shipping-title\"\u003eShipping \u0026amp; Quality Guarantee\u003c\/h3\u003e\n\u003cdiv class=\"shs-shipping-list\"\u003e\n\u003cdiv class=\"shs-shipping-card\"\u003e\n\u003cdiv class=\"shs-shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shs-shipping-copy\"\u003e\n\u003ch4 class=\"shs-shipping-card-title\"\u003eTracked Shipping\u003c\/h4\u003e\n\u003cp\u003eFollow your order from dispatch through final delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shs-shipping-card\"\u003e\n\u003cdiv class=\"shs-shipping-icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv class=\"shs-shipping-copy\"\u003e\n\u003ch4 class=\"shs-shipping-card-title\"\u003eQuality Checked\u003c\/h4\u003e\n\u003cp\u003eEach item is carefully checked before it is prepared for shipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shs-shipping-card\"\u003e\n\u003cdiv class=\"shs-shipping-icon\"\u003e♡\u003c\/div\u003e\n\u003cdiv class=\"shs-shipping-copy\"\u003e\n\u003ch4 class=\"shs-shipping-card-title\"\u003eHelpful Support\u003c\/h4\u003e\n\u003cp\u003eGet assistance with sizing, orders and product questions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shs-buy-wrap\"\u003e\u003ca href=\"#striped-halfzip-set-buy-return-anchor\" class=\"product-buy\"\u003e Buy Now ↑ \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LHBgdnwqeiwoqnqugf","offers":[{"title":"Orange \/ XS","offer_id":43191034019934,"sku":"NC02472608203322-条纹半开衫套装-橙色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Orange \/ S","offer_id":43191034052702,"sku":"NC02472608203322-条纹半开衫套装-橙色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Orange \/ M","offer_id":43191034085470,"sku":"NC02472608203322-条纹半开衫套装-橙色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Orange \/ L","offer_id":43191034118238,"sku":"NC02472608203322-条纹半开衫套装-橙色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Orange \/ XL","offer_id":43191034151006,"sku":"NC02472608203322-条纹半开衫套装-橙色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 2XL","offer_id":43191034183774,"sku":"NC02472608203322-条纹半开衫套装-橙色-XXL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Lake Green \/ XS","offer_id":43191033823326,"sku":"NC02472608203322-条纹半开衫套装-湖绿色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Lake Green \/ S","offer_id":43191033856094,"sku":"NC02472608203322-条纹半开衫套装-湖绿色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Lake Green \/ M","offer_id":43191033888862,"sku":"NC02472608203322-条纹半开衫套装-湖绿色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Lake Green \/ L","offer_id":43191033921630,"sku":"NC02472608203322-条纹半开衫套装-湖绿色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Lake Green \/ XL","offer_id":43191033954398,"sku":"NC02472608203322-条纹半开衫套装-湖绿色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Lake Green \/ 2XL","offer_id":43191033987166,"sku":"NC02472608203322-条纹半开衫套装-湖绿色-XXL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ XS","offer_id":43191034216542,"sku":"NC02472608203322-条纹半开衫套装-红色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ S","offer_id":43191034249310,"sku":"NC02472608203322-条纹半开衫套装-红色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":43191034282078,"sku":"NC02472608203322-条纹半开衫套装-红色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":43191034314846,"sku":"NC02472608203322-条纹半开衫套装-红色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":43191034347614,"sku":"NC02472608203322-条纹半开衫套装-红色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2XL","offer_id":43191034380382,"sku":"NC02472608203322-条纹半开衫套装-红色-XXL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ XS","offer_id":43191034413150,"sku":"NC02472608203322-条纹半开衫套装-杏色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ S","offer_id":43191034445918,"sku":"NC02472608203322-条纹半开衫套装-杏色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ M","offer_id":43191034478686,"sku":"NC02472608203322-条纹半开衫套装-杏色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ L","offer_id":43191034511454,"sku":"NC02472608203322-条纹半开衫套装-杏色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ XL","offer_id":43191034544222,"sku":"NC02472608203322-条纹半开衫套装-杏色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ 2XL","offer_id":43191034576990,"sku":"NC02472608203322-条纹半开衫套装-杏色-XXL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XS","offer_id":43191034609758,"sku":"NC02472608203322-条纹半开衫套装-蓝色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":43191034642526,"sku":"NC02472608203322-条纹半开衫套装-蓝色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":43191034675294,"sku":"NC02472608203322-条纹半开衫套装-蓝色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":43191034708062,"sku":"NC02472608203322-条纹半开衫套装-蓝色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":43191034740830,"sku":"NC02472608203322-条纹半开衫套装-蓝色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":43191034773598,"sku":"NC02472608203322-条纹半开衫套装-蓝色-XXL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ XS","offer_id":43191034806366,"sku":"NC02472608203322-条纹半开衫套装-黑色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":43191034839134,"sku":"NC02472608203322-条纹半开衫套装-黑色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":43191034871902,"sku":"NC02472608203322-条纹半开衫套装-黑色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43191034904670,"sku":"NC02472608203322-条纹半开衫套装-黑色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43191034937438,"sku":"NC02472608203322-条纹半开衫套装-黑色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43191034970206,"sku":"NC02472608203322-条纹半开衫套装-黑色-XXL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Violet \/ XS","offer_id":43191035002974,"sku":"NC02472608203322-条纹半开衫套装-紫罗兰-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Violet \/ S","offer_id":43191035035742,"sku":"NC02472608203322-条纹半开衫套装-紫罗兰-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Violet \/ M","offer_id":43191035068510,"sku":"NC02472608203322-条纹半开衫套装-紫罗兰-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Violet \/ L","offer_id":43191035101278,"sku":"NC02472608203322-条纹半开衫套装-紫罗兰-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Violet \/ XL","offer_id":43191035134046,"sku":"NC02472608203322-条纹半开衫套装-紫罗兰-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Violet \/ 2XL","offer_id":43191035166814,"sku":"NC02472608203322-条纹半开衫套装-紫罗兰-XXL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XS","offer_id":43191035199582,"sku":"NC02472608203322-条纹半开衫套装-咖啡色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ S","offer_id":43191035232350,"sku":"NC02472608203322-条纹半开衫套装-咖啡色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ M","offer_id":43191035265118,"sku":"NC02472608203322-条纹半开衫套装-咖啡色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ L","offer_id":43191035297886,"sku":"NC02472608203322-条纹半开衫套装-咖啡色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XL","offer_id":43191035330654,"sku":"NC02472608203322-条纹半开衫套装-咖啡色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 2XL","offer_id":43191035363422,"sku":"NC02472608203322-条纹半开衫套装-咖啡色-XXL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ XS","offer_id":43191035396190,"sku":"NC02472608203322-条纹半开衫套装-绿色-XS","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":43191035428958,"sku":"NC02472608203322-条纹半开衫套装-绿色-S","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":43191035461726,"sku":"NC02472608203322-条纹半开衫套装-绿色-M","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":43191035494494,"sku":"NC02472608203322-条纹半开衫套装-绿色-L","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":43191035527262,"sku":"NC02472608203322-条纹半开衫套装-绿色-XL","price":43.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2XL","offer_id":43191035560030,"sku":"NC02472608203322-条纹半开衫套装-绿色-XXL","price":43.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_19_21_31_21_1_093fcc77-8c80-4b89-b8f2-d7fb99720a65.webp?v=1787217666","url":"https:\/\/miscellista.com\/products\/womens-comfortable-striped-short-set","provider":"Miscellista.com","version":"1.0","type":"link"}