{"product_id":"pius-size-womens-high-waisted-wide-leg-side","title":"Pius Size Women's High-Waisted Wide-Leg Side","description":"\u003cstyle\u003e\n  #striped-sweatpants-page,\n  #striped-sweatpants-page * {\n    box-sizing: border-box;\n  }\n\n  #striped-sweatpants-page {\n    \/* =========================\n       PRODUCT COLOR\n       Navy Blue + Yellow Accent\n    ========================= *\/\n\n    --navy-deep: #26394c;\n    --navy-dark: #3c5368;\n    --navy-main: #607a91;\n    --navy-mid: #91a5b5;\n    --navy-soft: #c3d0d9;\n    --navy-light: #e1e8ed;\n    --navy-pale: #f2f5f7;\n\n    --yellow-accent: #d8b52a;\n    --yellow-soft: #f1e6a8;\n\n    --ivory: #fffaf4;\n    --white: #ffffff;\n\n    --text: #3f474d;\n    --text-soft: #6d777e;\n\n    --line: rgba(38,57,76,.15);\n\n    --shadow:\n      0 16px 38px\n      rgba(38,57,76,.08);\n\n    --radius-lg: 24px;\n    --radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n\n    margin: 0 auto;\n\n    color: var(--text);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffaf4 0%,\n        #f5f7f9 28%,\n        #eaf0f4 57%,\n        #dde6eb 80%,\n        #f2f5f7 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: stripedSweatpants;\n\n    overflow: hidden;\n  }\n\n\n  \/* =========================\n     INNER\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-inner {\n    width: min(100%, 1080px);\n\n    margin: 0 auto;\n\n    padding: 36px 18px 46px;\n  }\n\n\n  #striped-sweatpants-page img {\n    display: block;\n\n    max-width: 100%;\n    height: auto;\n  }\n\n\n  \/* =========================\n     HERO\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-hero {\n    padding: 22px 0 10px;\n\n    text-align: center;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-eyebrow {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    gap: 12px;\n\n    margin: 0 auto 16px;\n\n    color: var(--navy-deep);\n\n    font-size: 11px;\n    font-weight: 700;\n\n    letter-spacing: .16em;\n\n    text-transform: uppercase;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-eyebrow::before,\n  #striped-sweatpants-page\n  .sp-eyebrow::after {\n    content: \"\";\n\n    width: 46px;\n    height: 1px;\n\n    background:\n      linear-gradient(\n        90deg,\n        transparent,\n        var(--navy-main)\n      );\n  }\n\n\n  #striped-sweatpants-page\n  .sp-eyebrow::after {\n    background:\n      linear-gradient(\n        90deg,\n        var(--navy-main),\n        transparent\n      );\n  }\n\n\n  #striped-sweatpants-page\n  .sp-hero-title {\n    max-width: 880px;\n\n    margin: 0 auto;\n\n    color: var(--navy-deep);\n\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      Times,\n      serif;\n\n    font-size:\n      clamp(30px,4.6cqw,48px);\n\n    line-height: 1.14;\n    font-weight: 600;\n\n    letter-spacing: -.02em;\n  }\n\n\n  #striped-sweatpants-page\n  .product-buy-return-anchor {\n    display: block;\n\n    width: 1px;\n    height: 1px;\n\n    margin: 0 auto;\n\n    overflow: hidden;\n\n    opacity: 0;\n\n    scroll-margin-top:\n      calc(100svh - 70px);\n  }\n\n\n  \/* =========================\n     HERO GIF\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-hero-gif {\n    display: flex;\n    justify-content: center;\n\n    width: 100%;\n\n    margin: 26px auto 24px;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-hero-gif img {\n    display: block;\n\n    width: 100%;\n    max-width: 302px;\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\n      rgba(38,57,76,.11);\n  }\n\n\n  \/* =========================\n     INTRO\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-intro {\n    max-width: 820px;\n\n    margin: 0 auto;\n\n    padding: 24px 26px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffaf4 0%,\n        #f5f7f9 32%,\n        #eaf0f4 66%,\n        #dce5eb 100%\n      );\n\n    box-shadow:\n      var(--shadow);\n\n    text-align: center;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-intro p {\n    margin: 0;\n\n    color: var(--text);\n\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n\n  \/* =========================\n     TAGS\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-tags {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n\n    gap: 12px;\n\n    width: 100%;\n    max-width: 680px;\n\n    margin: 22px auto 32px;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-tag {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    gap: 7px;\n\n    min-height: 46px;\n\n    padding: 10px 12px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius: 999px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #f4f7f9 40%,\n        #e8eef2 73%,\n        #d8e2e8 100%\n      );\n\n    color: #40596d;\n\n    font-size: 13px;\n    font-weight: 700;\n\n    text-align: center;\n\n    box-shadow:\n      0 5px 14px\n      rgba(38,57,76,.04);\n  }\n\n\n  \/* small yellow accents only *\/\n\n  #striped-sweatpants-page\n  .sp-tag:nth-child(1),\n  #striped-sweatpants-page\n  .sp-tag:nth-child(2) {\n    box-shadow:\n      inset 0 -2px 0\n      rgba(216,181,42,.24),\n      0 5px 14px\n      rgba(38,57,76,.04);\n  }\n\n\n  \/* =========================\n     MAIN IMAGE\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-main-image {\n    margin: 0 auto 30px;\n\n    overflow: hidden;\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #f3f6f8 50%,\n        #e1e8ed 100%\n      );\n\n    box-shadow:\n      var(--shadow);\n  }\n\n\n  #striped-sweatpants-page\n  .sp-main-image img,\n  #striped-sweatpants-page\n  .sp-feature-media img,\n  #striped-sweatpants-page\n  .sp-size-chart img {\n    display: block;\n\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n\n  \/* =========================\n     FEATURES\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-features {\n    display: grid;\n\n    grid-template-columns: 1fr;\n\n    gap: 24px;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-feature {\n    overflow: hidden;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background: #ffffff;\n\n    box-shadow:\n      var(--shadow);\n\n    transition:\n      transform .28s ease,\n      box-shadow .28s ease;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-feature-media {\n    overflow: hidden;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #f3f6f8 50%,\n        #e1e8ed 100%\n      );\n  }\n\n\n  #striped-sweatpants-page\n  .sp-feature-media img {\n    transition:\n      transform .32s ease;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-feature-copy {\n    padding: 22px 22px 24px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffaf4 0%,\n        #f5f7f9 31%,\n        #e9eff3 65%,\n        #dae4e9 100%\n      );\n  }\n\n\n  #striped-sweatpants-page\n  .sp-feature-heading {\n    display: flex;\n    align-items: center;\n\n    gap: 12px;\n\n    margin-bottom: 11px;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-feature-emoji {\n    flex: 0 0 46px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 46px;\n    height: 46px;\n\n    border:\n      1px solid\n      rgba(38,57,76,.13);\n\n    border-radius: 13px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #eaf0f4 55%,\n        #d5e0e6 100%\n      );\n\n    font-size: 22px;\n\n    box-shadow:\n      0 7px 18px\n      rgba(38,57,76,.05);\n  }\n\n\n  #striped-sweatpants-page\n  .sp-feature-title {\n    margin: 0;\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        #607a91 0%,\n        #40596d 54%,\n        #26394c 100%\n      );\n\n    background-clip: text;\n    -webkit-background-clip: text;\n\n    color: transparent;\n    -webkit-text-fill-color: transparent;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-feature-copy p {\n    margin: 0;\n\n    color:\n      var(--text-soft);\n\n    font-size: 16px;\n    line-height: 1.72;\n  }\n\n\n  \/* =========================\n     SIZE\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-size {\n    margin-top: 30px;\n\n    padding: 28px 24px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffaf4 0%,\n        #f5f7f9 31%,\n        #e9eff3 65%,\n        #dae4e9 100%\n      );\n\n    box-shadow:\n      var(--shadow);\n\n    text-align: center;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-section-title {\n    margin: 0;\n\n    color:\n      var(--navy-deep);\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\n  #striped-sweatpants-page\n  .sp-size \u003e p {\n    max-width: 760px;\n\n    margin: 12px auto 0;\n\n    color:\n      var(--text-soft);\n  }\n\n\n  #striped-sweatpants-page\n  .sp-size-chart {\n    margin-top: 20px;\n\n    overflow: hidden;\n\n    border:\n      1px solid rgba(38,57,76,.09);\n\n    border-radius:\n      var(--radius-md);\n\n    background:\n      #ffffff;\n\n    box-shadow:\n      0 8px 24px\n      rgba(38,57,76,.04);\n  }\n\n\n  \/* =========================\n     PRODUCT DETAILS\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-details {\n    margin-top: 26px;\n\n    padding: 28px 24px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffaf4 0%,\n        #f5f7f9 31%,\n        #e9eff3 65%,\n        #dae4e9 100%\n      );\n\n    box-shadow:\n      var(--shadow);\n  }\n\n\n  #striped-sweatpants-page\n  .sp-details\n  .sp-section-title {\n    margin-bottom: 16px;\n\n    text-align: center;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-detail-list {\n    display: grid;\n\n    grid-template-columns: 1fr;\n\n    gap: 8px;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-detail-item {\n    padding: 13px 15px;\n\n    border:\n      1px solid\n      rgba(38,57,76,.09);\n\n    border-radius: 14px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #f7f9fa 40%,\n        #edf2f5 72%,\n        #dfe8ed 100%\n      );\n\n    color:\n      var(--text);\n\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n\n  \/* =========================\n     FAQ\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-faq {\n    margin-top: 28px;\n\n    padding: 30px 24px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffaf4 0%,\n        #f4f7f9 30%,\n        #e8eef2 64%,\n        #d8e2e8 100%\n      );\n\n    box-shadow:\n      var(--shadow);\n  }\n\n\n  #striped-sweatpants-page\n  .sp-faq\n  .sp-section-title {\n    margin-bottom: 20px;\n\n    text-align: center;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-faq-item {\n    margin-bottom: 10px;\n\n    overflow: hidden;\n\n    border:\n      1px solid\n      rgba(38,57,76,.11);\n\n    border-radius: 15px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #f7f9fa 40%,\n        #edf2f5 72%,\n        #dde7ec 100%\n      );\n  }\n\n\n  #striped-sweatpants-page\n  .sp-faq-item:last-child {\n    margin-bottom: 0;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-faq-item summary {\n    position: relative;\n\n    display: flex;\n    align-items: center;\n\n    min-height: 62px;\n\n    padding:\n      16px 52px 16px 17px;\n\n    color:\n      var(--navy-deep);\n\n    font-size: 15px;\n    line-height: 1.5;\n    font-weight: 700;\n\n    cursor: pointer;\n\n    list-style: none;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-faq-item\n  summary::-webkit-details-marker {\n    display: none;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-faq-item summary::after {\n    content: \"⌄\";\n\n    position: absolute;\n\n    right: 18px;\n    top: 50%;\n\n    transform:\n      translateY(-55%)\n      rotate(0deg);\n\n    color:\n      var(--navy-main);\n\n    font-size: 24px;\n    line-height: 1;\n\n    transition:\n      transform .28s ease;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-faq-item[open]\n  summary::after {\n    transform:\n      translateY(-35%)\n      rotate(180deg);\n  }\n\n\n  #striped-sweatpants-page\n  .sp-faq-answer {\n    padding:\n      0 17px 18px;\n\n    color:\n      var(--text-soft);\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n\n  \/* =========================\n     SHIPPING\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-shipping {\n    margin-top: 28px;\n\n    padding: 30px 24px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffaf4 0%,\n        #f5f7f9 27%,\n        #e9eff3 57%,\n        #d9e3e9 83%,\n        #f1f4f6 100%\n      );\n\n    box-shadow:\n      0 14px 32px\n      rgba(38,57,76,.07);\n  }\n\n\n  #striped-sweatpants-page\n  .sp-shipping-eyebrow {\n    margin: 0 0 7px;\n\n    color:\n      var(--navy-deep);\n\n    font-size: 11px;\n    font-weight: 700;\n\n    letter-spacing: .16em;\n\n    text-align: center;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-shipping\n  .sp-section-title {\n    margin-bottom: 22px;\n\n    text-align: center;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-shipping-list {\n    display: flex;\n\n    flex-direction: column;\n\n    gap: 11px;\n  }\n\n\n  #striped-sweatpants-page\n  .sp-shipping-card {\n    display: flex;\n    align-items: flex-start;\n\n    gap: 14px;\n\n    padding: 17px;\n\n    border:\n      1px solid\n      rgba(38,57,76,.10);\n\n    border-radius: 16px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #f7f9fa 40%,\n        #edf2f5 72%,\n        #dde7ec 100%\n      );\n\n    box-shadow:\n      0 5px 14px\n      rgba(38,57,76,.04);\n  }\n\n\n  #striped-sweatpants-page\n  .sp-shipping-icon {\n    flex: 0 0 44px;\n\n    display: 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        #748b9e 0%,\n        #4e6579 52%,\n        #26394c 100%\n      );\n\n    color:\n      #ffffff;\n\n    font-size: 21px;\n\n    box-shadow:\n      0 7px 17px\n      rgba(38,57,76,.18);\n  }\n\n\n  #striped-sweatpants-page\n  .sp-shipping-card h4 {\n    margin: 0 0 3px;\n\n    color:\n      var(--navy-deep);\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  }\n\n\n  #striped-sweatpants-page\n  .sp-shipping-card p {\n    margin: 0;\n\n    color:\n      var(--text-soft);\n\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n\n  \/* =========================\n     BUY NOW\n  ========================= *\/\n\n  #striped-sweatpants-page\n  .sp-buy-wrap {\n    display: flex;\n    justify-content: center;\n\n    margin-top: 24px;\n  }\n\n\n  #striped-sweatpants-page\n  .product-buy {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    min-width: 180px;\n\n    padding:\n      14px 28px;\n\n    border-radius: 999px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #607a91 0%,\n        #40596d 50%,\n        #26394c 100%\n      );\n\n    color:\n      #ffffff !important;\n\n    font-size: 15px;\n    font-weight: 700;\n\n    text-decoration:\n      none !important;\n\n    box-shadow:\n      0 10px 24px\n      rgba(38,57,76,.23);\n\n    transition:\n      transform .25s ease,\n      box-shadow .25s ease;\n  }\n\n\n  \/* small yellow detail on button *\/\n\n  #striped-sweatpants-page\n  .product-buy {\n    border:\n      1px solid\n      rgba(216,181,42,.28);\n  }\n\n\n  \/* =========================\n     DESKTOP\n  ========================= *\/\n\n  @container stripedSweatpants\n  (min-width:860px) {\n\n    #striped-sweatpants-page\n    .sp-features {\n      grid-template-columns:\n        repeat(2,minmax(0,1fr));\n    }\n\n\n    #striped-sweatpants-page\n    .sp-feature:nth-child(5) {\n      grid-column:\n        1 \/ -1;\n\n      width: 100%;\n      max-width: 760px;\n\n      margin:\n        0 auto;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-detail-list {\n      grid-template-columns:\n        repeat(2,minmax(0,1fr));\n    }\n  }\n\n\n  \/* =========================\n     HOVER\n  ========================= *\/\n\n  @media\n  (hover:hover)\n  and\n  (pointer:fine) {\n\n    #striped-sweatpants-page\n    .sp-feature:hover {\n      transform:\n        translateY(-4px);\n\n      box-shadow:\n        0 20px 42px\n        rgba(38,57,76,.12);\n    }\n\n\n    #striped-sweatpants-page\n    .sp-feature:hover\n    .sp-feature-media img {\n      transform:\n        scale(1.015);\n    }\n\n\n    #striped-sweatpants-page\n    .product-buy:hover {\n      transform:\n        translateY(-2px);\n\n      box-shadow:\n        0 14px 30px\n        rgba(38,57,76,.29);\n    }\n  }\n\n\n  \/* =========================\n     MOBILE\n  ========================= *\/\n\n  @media screen\n  and (max-width:749px) {\n\n    #striped-sweatpants-page {\n      width:\n        calc(100vw - 2px);\n\n      max-width:\n        none;\n\n      margin-left:\n        calc(50% - 50vw + 1px);\n\n      margin-right:\n        calc(50% - 50vw + 1px);\n\n      overflow-x:\n        hidden;\n\n      overflow-x:\n        clip;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-inner {\n      width: 100%;\n\n      padding:\n        26px 0 34px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-hero {\n      padding-left:\n        16px;\n\n      padding-right:\n        16px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-hero-title {\n      font-size:\n        30px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-hero-gif {\n      margin-top:\n        22px;\n\n      margin-bottom:\n        22px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-hero-gif img {\n      max-width:\n        302px;\n\n      border-radius:\n        15px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-intro {\n      margin-left:\n        16px;\n\n      margin-right:\n        16px;\n\n      padding:\n        20px 17px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-tags {\n      width:\n        auto;\n\n      max-width:\n        none;\n\n      margin:\n        20px 15px 30px;\n\n      gap:\n        10px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-tag {\n      min-height:\n        44px;\n\n      padding:\n        9px 5px;\n\n      font-size:\n        11px;\n\n      white-space:\n        nowrap;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-main-image,\n    #striped-sweatpants-page\n    .sp-feature {\n      border-left:\n        0;\n\n      border-right:\n        0;\n\n      border-radius:\n        0;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-feature-copy {\n      padding:\n        21px 16px 23px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-size,\n    #striped-sweatpants-page\n    .sp-details,\n    #striped-sweatpants-page\n    .sp-faq,\n    #striped-sweatpants-page\n    .sp-shipping {\n      margin-left:\n        0;\n\n      margin-right:\n        0;\n\n      border-left:\n        0;\n\n      border-right:\n        0;\n\n      border-radius:\n        0;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-size,\n    #striped-sweatpants-page\n    .sp-details,\n    #striped-sweatpants-page\n    .sp-faq {\n      padding-left:\n        16px;\n\n      padding-right:\n        16px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-shipping {\n      padding-left:\n        10px;\n\n      padding-right:\n        10px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-feature-title {\n      font-size:\n        22px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-feature-copy p,\n    #striped-sweatpants-page\n    .sp-size \u003e p {\n      font-size:\n        15px;\n    }\n  }\n\n\n  @media screen\n  and (max-width:390px) {\n\n    #striped-sweatpants-page\n    .sp-tags {\n      margin-left:\n        10px;\n\n      margin-right:\n        10px;\n\n      gap:\n        8px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-tag {\n      padding:\n        8px 3px;\n\n      font-size:\n        9.8px;\n    }\n\n\n    #striped-sweatpants-page\n    .sp-hero-title {\n      font-size:\n        28px;\n    }\n  }\n\n\n  @media\n  (prefers-reduced-motion:reduce) {\n\n    #striped-sweatpants-page *,\n    #striped-sweatpants-page *::before,\n    #striped-sweatpants-page *::after {\n      transition:\n        none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"striped-sweatpants-page\"\u003e\n\n  \u003cdiv class=\"sp-inner\"\u003e\n\n\n    \u003c!-- HERO --\u003e\n    \u003csection class=\"sp-hero\"\u003e\n\n      \u003cdiv class=\"sp-eyebrow\"\u003e\n        RELAXED ATHLEISURE EDIT\n      \u003c\/div\u003e\n\n\n      \u003ch2 class=\"sp-hero-title\"\u003e\n        ☕ \u003cb\u003eExperience the perfect harmony of relaxed freedom and leg-lengthening style.\u003c\/b\u003e\n      \u003c\/h2\u003e\n\n\n      \u003cspan id=\"striped-sweatpants-buy-return-anchor\" class=\"product-buy-return-anchor\" aria-hidden=\"true\"\u003e​\u003c\/span\u003e\n\n\n      \u003c!-- GIF --\u003e\n      \u003cdiv class=\"sp-hero-gif\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_27_2.gif?v=1787810948\" alt=\"Women's High-Waisted Wide-Leg Side-Striped Sweatpants\" width=\"302\" height=\"536\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- INTRO --\u003e\n      \u003cdiv class=\"sp-intro\"\u003e\n\n        \u003cp\u003e\n          🌟 Crafted with a ultra-flattering wide-leg drape, a pinch-free drawstring waistband, and iconic side stripes, these high-waisted sweatpants elevate your casual look while keeping you comfortable all day long.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- TAGS --\u003e\n      \u003cdiv class=\"sp-tags\"\u003e\n\n        \u003cdiv class=\"sp-tag\"\u003e\n          📏 Leg-Lengthening Stripes\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-tag\"\u003e\n          ☁️ Elastic Drawstring Waist\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-tag\"\u003e\n          🦵 Baggy Wide-Leg Fit\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-tag\"\u003e\n          👜 Practical Side Pockets\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- MAIN IMAGE --\u003e\n    \u003cdiv class=\"sp-main-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_00_42_03_1.webp?v=1787810921\" alt=\"Women's Wide-Leg Side-Striped Sweatpants\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FEATURES --\u003e\n    \u003cdiv class=\"sp-features\"\u003e\n\n\n      \u003c!-- FEATURE 1 --\u003e\n      \u003carticle class=\"sp-feature\"\u003e\n\n        \u003cdiv class=\"sp-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_00_42_04_2.webp?v=1787810922\" alt=\"Leg-Lengthening Side Stripes\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sp-feature-copy\"\u003e\n\n          \u003cdiv class=\"sp-feature-heading\"\u003e\n\n            \u003cspan class=\"sp-feature-emoji\"\u003e\n              📏\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"sp-feature-title\"\u003e\n              Leg-Lengthening Side Stripes\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp\u003e\n            Designed with bold, contrasting side stripes that create a striking vertical effect, visually elongating your legs for a taller, slimmer profile.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- FEATURE 2 --\u003e\n      \u003carticle class=\"sp-feature\"\u003e\n\n        \u003cdiv class=\"sp-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_00_42_04_3.webp?v=1787810920\" alt=\"Pinch-Free Elastic Drawstring Waist\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sp-feature-copy\"\u003e\n\n          \u003cdiv class=\"sp-feature-heading\"\u003e\n\n            \u003cspan class=\"sp-feature-emoji\"\u003e\n              ☁️\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"sp-feature-title\"\u003e\n              Pinch-Free Elastic Drawstring Waist\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp\u003e\n            Equipped with a wide elastic waistband and adjustable front drawstring, providing custom comfort that gently grips your midsection without digging in.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- FEATURE 3 --\u003e\n      \u003carticle class=\"sp-feature\"\u003e\n\n        \u003cdiv class=\"sp-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_00_42_04_4.webp?v=1787810922\" alt=\"Ultra-Flattering Baggy Wide-Leg Cut\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sp-feature-copy\"\u003e\n\n          \u003cdiv class=\"sp-feature-heading\"\u003e\n\n            \u003cspan class=\"sp-feature-emoji\"\u003e\n              🦵\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"sp-feature-title\"\u003e\n              Ultra-Flattering Baggy Wide-Leg Cut\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp\u003e\n            The roomy, unstructured leg design effortlessly disguises hip and thigh areas, allowing complete freedom of movement and maximum breathability.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- FEATURE 4 --\u003e\n      \u003carticle class=\"sp-feature\"\u003e\n\n        \u003cdiv class=\"sp-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_00_42_04_5.webp?v=1787810922\" alt=\"Practical Side Pockets\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sp-feature-copy\"\u003e\n\n          \u003cdiv class=\"sp-feature-heading\"\u003e\n\n            \u003cspan class=\"sp-feature-emoji\"\u003e\n              👜\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"sp-feature-title\"\u003e\n              Practical Side Pockets\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp\u003e\n            Includes deep side slash pockets to conveniently hold your phone, keys, or small essentials on the go.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- FEATURE 5 --\u003e\n      \u003carticle class=\"sp-feature\"\u003e\n\n        \u003cdiv class=\"sp-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_00_42_04_6.webp?v=1787810922\" alt=\"Versatile Everyday Athleisure\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sp-feature-copy\"\u003e\n\n          \u003cdiv class=\"sp-feature-heading\"\u003e\n\n            \u003cspan class=\"sp-feature-emoji\"\u003e\n              🛋️\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"sp-feature-title\"\u003e\n              Versatile Everyday Athleisure\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp\u003e\n            Seamlessly transitions from cozy lounge sessions at home to running errands, traveling, or enjoying light outdoor walks.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- SIZE --\u003e\n    \u003csection class=\"sp-size\"\u003e\n\n      \u003ch3 class=\"sp-section-title\"\u003e\n        📏 \u003cb\u003eSize \u0026amp; Fit\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n\n      \u003cp\u003e\n        Relaxed baggy fit through the hips and legs. Please refer to our size chart to select your desired fit.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sp-size-chart\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/wide_leg_pants_size_chart_inch.webp?v=1787813246\" alt=\"Women's Wide-Leg Sweatpants Size Chart\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- PRODUCT DETAILS --\u003e\n    \u003csection class=\"sp-details\"\u003e\n\n      \u003ch3 class=\"sp-section-title\"\u003e\n        📝 \u003cb\u003eProduct Details\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n\n      \u003cdiv class=\"sp-detail-list\"\u003e\n\n        \u003cdiv class=\"sp-detail-item\"\u003e\n          \u003cb\u003eIncludes:\u003c\/b\u003e 1x High-Waisted Wide-Leg Sweatpants\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sp-detail-item\"\u003e\n          \u003cstrong\u003eMaterial:\u003c\/strong\u003e Premium Breathable Cotton-Poly Blend\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sp-detail-item\"\u003e\n          \u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Machine wash cold with like colors. Tumble dry low or line dry.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"sp-faq\"\u003e\n\n      \u003ch3 class=\"sp-section-title\"\u003e\n        ❓ \u003cb\u003eFrequently Asked Questions\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n\n      \u003cdetails class=\"sp-faq-item\"\u003e\n\n        \u003csummary\u003e\n          Q: Is the waistband tight or stiff around the stomach?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"sp-faq-answer\"\u003e\n          A: Not at all! The waistband is crafted with soft, flexible elastic and an adjustable drawstring so you can easily customize the fit to your liking.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails class=\"sp-faq-item\"\u003e\n\n        \u003csummary\u003e\n          Q: Will the pants drag on the floor if I'm shorter?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"sp-faq-answer\"\u003e\n          A: The high-waisted cut allows you to sit the pants higher or lower on your waist to adjust the length, pairing perfectly with sneakers, slides, or platform shoes.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails class=\"sp-faq-item\"\u003e\n\n        \u003csummary\u003e\n          Q: Is the fabric suitable for warmer days?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"sp-faq-answer\"\u003e\n          A: Yes, the lightweight cotton blend is soft and breathable, making it comfortable for spring, summer, and autumn wear.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- SHIPPING --\u003e\n    \u003csection class=\"sp-shipping\"\u003e\n\n      \u003cdiv class=\"sp-shipping-eyebrow\"\u003e\n        SHOP WITH CONFIDENCE\n      \u003c\/div\u003e\n\n\n      \u003ch3 class=\"sp-section-title\"\u003e\n        Shipping \u0026amp; Quality Guarantee\n      \u003c\/h3\u003e\n\n\n      \u003cdiv class=\"sp-shipping-list\"\u003e\n\n\n        \u003cdiv class=\"sp-shipping-card\"\u003e\n\n          \u003cdiv class=\"sp-shipping-icon\"\u003e\n            🚚\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch4\u003e\n              Tracked Shipping\n            \u003c\/h4\u003e\n\n            \u003cp\u003e\n              Follow your order from dispatch through final delivery.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sp-shipping-card\"\u003e\n\n          \u003cdiv class=\"sp-shipping-icon\"\u003e\n            ✓\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch4\u003e\n              Quality Checked\n            \u003c\/h4\u003e\n\n            \u003cp\u003e\n              Each item is carefully checked before it is prepared for shipping.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sp-shipping-card\"\u003e\n\n          \u003cdiv class=\"sp-shipping-icon\"\u003e\n            ♡\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch4\u003e\n              Helpful Support\n            \u003c\/h4\u003e\n\n            \u003cp\u003e\n              Get assistance with sizing, orders and product questions.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BUY NOW --\u003e\n      \u003cdiv class=\"sp-buy-wrap\"\u003e\n\n        \u003ca href=\"#striped-sweatpants-buy-return-anchor\" class=\"product-buy\"\u003e\n          Buy Now ↑\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LHBgdnwqeiwoqnqugf","offers":[{"title":"Navy blue \/ M","offer_id":43221340487774,"sku":"NC02472608271873-弯刀运动卫裤-藏青色-M","price":31.99,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ L","offer_id":43221340520542,"sku":"NC02472608271873-弯刀运动卫裤-藏青色-L","price":31.99,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ XL","offer_id":43221340553310,"sku":"NC02472608271873-弯刀运动卫裤-藏青色-XL","price":31.99,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ 2XL","offer_id":43221340586078,"sku":"NC02472608271873-弯刀运动卫裤-藏青色-XXL","price":31.99,"currency_code":"USD","in_stock":true},{"title":"Navy blue \/ 3XL","offer_id":43221340618846,"sku":"NC02472608271873-弯刀运动卫裤-藏青色-XXXL","price":31.99,"currency_code":"USD","in_stock":true},{"title":"White Gray \/ M","offer_id":43221340815454,"sku":"NC02472608271873-弯刀运动卫裤-白灰色-M","price":31.99,"currency_code":"USD","in_stock":true},{"title":"White Gray \/ L","offer_id":43221340848222,"sku":"NC02472608271873-弯刀运动卫裤-白灰色-L","price":31.99,"currency_code":"USD","in_stock":true},{"title":"White Gray \/ XL","offer_id":43221340880990,"sku":"NC02472608271873-弯刀运动卫裤-白灰色-XL","price":31.99,"currency_code":"USD","in_stock":true},{"title":"White Gray \/ 2XL","offer_id":43221340913758,"sku":"NC02472608271873-弯刀运动卫裤-白灰色-XXL","price":31.99,"currency_code":"USD","in_stock":true},{"title":"White Gray \/ 3XL","offer_id":43221340946526,"sku":"NC02472608271873-弯刀运动卫裤-白灰色-XXXL","price":31.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":43221340651614,"sku":"NC02472608271873-弯刀运动卫裤-黑色-M","price":31.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43221340684382,"sku":"NC02472608271873-弯刀运动卫裤-黑色-L","price":31.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43221340717150,"sku":"NC02472608271873-弯刀运动卫裤-黑色-XL","price":31.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43221340749918,"sku":"NC02472608271873-弯刀运动卫裤-黑色-XXL","price":31.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":43221340782686,"sku":"NC02472608271873-弯刀运动卫裤-黑色-XXXL","price":31.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_02_06_50.webp?v=1787810923","url":"https:\/\/miscellista.com\/products\/pius-size-womens-high-waisted-wide-leg-side","provider":"Miscellista.com","version":"1.0","type":"link"}