{"product_id":"womens-high-waist-pleated-wide-leg-pants","title":"Women's High Waist Pleated Wide Leg Pants","description":"\u003cstyle\u003e\n  #wide-leg-sweatpants-page,\n  #wide-leg-sweatpants-page * {\n    box-sizing: border-box;\n  }\n\n  #wide-leg-sweatpants-page {\n    \/* =========================\n       PRODUCT COLOR\n       Soft Stone Gray + Taupe\n    ========================= *\/\n\n    --stone-deep: #5f5b56;\n    --stone-dark: #6f6963;\n    --stone-main: #8d857d;\n    --stone-mid: #aaa29a;\n    --stone-soft: #d0cac4;\n    --stone-light: #ece8e4;\n    --stone-pale: #f8f6f3;\n\n    --warm-white: #fffdfb;\n    --ivory: #fbf8f4;\n    --mist-gray: #f2f3f3;\n    --soft-gray: #e8e9e8;\n    --taupe-light: #eee9e4;\n    --white: #ffffff;\n\n    --text: #454442;\n    --text-soft: #706d69;\n\n    --line: rgba(95, 91, 86, .14);\n\n    --shadow:\n      0 16px 38px\n      rgba(70, 68, 65, .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        #fffdfb 0%,\n        #faf8f5 28%,\n        #f3f1ee 56%,\n        #e9e6e2 82%,\n        #faf9f7 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: wideLegSweatpants;\n\n    overflow: hidden;\n  }\n\n\n  \/* =========================\n     INNER\n  ========================= *\/\n\n  #wide-leg-sweatpants-page\n  .wl-inner {\n    width: min(100%, 1080px);\n\n    margin: 0 auto;\n\n    padding: 36px 18px 46px;\n  }\n\n\n  #wide-leg-sweatpants-page img {\n    display: block;\n\n    max-width: 100%;\n    height: auto;\n  }\n\n\n  \/* =========================\n     HERO\n  ========================= *\/\n\n  #wide-leg-sweatpants-page\n  .wl-hero {\n    padding: 22px 0 10px;\n\n    text-align: center;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-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(--stone-deep);\n\n    font-size: 11px;\n    font-weight: 700;\n\n    letter-spacing: .16em;\n\n    text-transform: uppercase;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-eyebrow::before,\n  #wide-leg-sweatpants-page\n  .wl-eyebrow::after {\n    content: \"\";\n\n    width: 46px;\n    height: 1px;\n\n    background:\n      linear-gradient(\n        90deg,\n        transparent,\n        var(--stone-main)\n      );\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-eyebrow::after {\n    background:\n      linear-gradient(\n        90deg,\n        var(--stone-main),\n        transparent\n      );\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-hero-title {\n    max-width: 880px;\n\n    margin: 0 auto;\n\n    color: var(--stone-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  #wide-leg-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  #wide-leg-sweatpants-page\n  .wl-hero-gif {\n    display: flex;\n    justify-content: center;\n\n    width: 100%;\n\n    margin: 26px auto 24px;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-hero-gif img {\n    display: block;\n\n    width: 100%;\n    max-width: 282px;\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(70, 68, 65, .10);\n  }\n\n\n  \/* =========================\n     INTRO\n  ========================= *\/\n\n  #wide-leg-sweatpants-page\n  .wl-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        #ffffff 0%,\n        #faf8f5 32%,\n        #f2efec 67%,\n        #e5e1dc 100%\n      );\n\n    box-shadow: var(--shadow);\n\n    text-align: center;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-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  #wide-leg-sweatpants-page\n  .wl-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  #wide-leg-sweatpants-page\n  .wl-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        #faf9f7 40%,\n        #f2efec 72%,\n        #e5e1dc 100%\n      );\n\n    color: var(--stone-dark);\n\n    font-size: 13px;\n    font-weight: 700;\n\n    text-align: center;\n\n    box-shadow:\n      0 5px 14px\n      rgba(70, 68, 65, .04);\n  }\n\n\n  \/* =========================\n     MAIN IMAGE\n  ========================= *\/\n\n  #wide-leg-sweatpants-page\n  .wl-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        #faf9f7 52%,\n        #eae6e2 100%\n      );\n\n    box-shadow: var(--shadow);\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-main-image img,\n  #wide-leg-sweatpants-page\n  .wl-feature-media img,\n  #wide-leg-sweatpants-page\n  .wl-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  #wide-leg-sweatpants-page\n  .wl-features {\n    display: grid;\n\n    grid-template-columns: 1fr;\n\n    gap: 24px;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-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: var(--shadow);\n\n    transition:\n      transform .28s ease,\n      box-shadow .28s ease;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-feature-media {\n    overflow: hidden;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #faf9f7 52%,\n        #eae6e2 100%\n      );\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-feature-media img {\n    transition:\n      transform .32s ease;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-feature-copy {\n    padding: 22px 22px 24px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #faf8f5 31%,\n        #f2efec 65%,\n        #e5e1dc 100%\n      );\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-feature-heading {\n    display: flex;\n    align-items: center;\n\n    gap: 12px;\n\n    margin-bottom: 11px;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-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 rgba(95, 91, 86, .12);\n\n    border-radius: 13px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #f1eeeb 55%,\n        #ded9d3 100%\n      );\n\n    font-size: 22px;\n\n    box-shadow:\n      0 7px 18px\n      rgba(70, 68, 65, .05);\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-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        #958c84 0%,\n        #746d66 54%,\n        #5f5b56 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  #wide-leg-sweatpants-page\n  .wl-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  #wide-leg-sweatpants-page\n  .wl-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        #ffffff 0%,\n        #faf8f5 31%,\n        #f2efec 65%,\n        #e5e1dc 100%\n      );\n\n    box-shadow: var(--shadow);\n\n    text-align: center;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-section-title {\n    margin: 0;\n\n    color:\n      var(--stone-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  #wide-leg-sweatpants-page\n  .wl-size \u003e p {\n    max-width: 760px;\n\n    margin: 12px auto 0;\n\n    color:\n      var(--text-soft);\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-size-chart {\n    margin-top: 20px;\n\n    overflow: hidden;\n\n    border:\n      1px solid rgba(95, 91, 86, .09);\n\n    border-radius:\n      var(--radius-md);\n\n    background:\n      #ffffff;\n\n    box-shadow:\n      0 8px 24px\n      rgba(70, 68, 65, .04);\n  }\n\n\n  \/* =========================\n     PRODUCT DETAILS\n  ========================= *\/\n\n  #wide-leg-sweatpants-page\n  .wl-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        #ffffff 0%,\n        #faf8f5 31%,\n        #f2efec 65%,\n        #e5e1dc 100%\n      );\n\n    box-shadow: var(--shadow);\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-details\n  .wl-section-title {\n    margin-bottom: 16px;\n\n    text-align: center;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-detail-list {\n    display: grid;\n\n    grid-template-columns: 1fr;\n\n    gap: 8px;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-detail-item {\n    padding: 13px 15px;\n\n    border:\n      1px solid rgba(95, 91, 86, .09);\n\n    border-radius: 14px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #faf9f7 40%,\n        #f2efec 72%,\n        #e7e3df 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  #wide-leg-sweatpants-page\n  .wl-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        #ffffff 0%,\n        #faf8f5 31%,\n        #f2efec 65%,\n        #e5e1dc 100%\n      );\n\n    box-shadow: var(--shadow);\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-faq\n  .wl-section-title {\n    margin-bottom: 20px;\n\n    text-align: center;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-faq-item {\n    margin-bottom: 10px;\n\n    overflow: hidden;\n\n    border:\n      1px solid rgba(95, 91, 86, .10);\n\n    border-radius: 15px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #faf9f7 40%,\n        #f2efec 72%,\n        #e7e3df 100%\n      );\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-faq-item:last-child {\n    margin-bottom: 0;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-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(--stone-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  #wide-leg-sweatpants-page\n  .wl-faq-item\n  summary::-webkit-details-marker {\n    display: none;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-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(--stone-main);\n\n    font-size: 24px;\n    line-height: 1;\n\n    transition:\n      transform .28s ease;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-faq-item[open]\n  summary::after {\n    transform:\n      translateY(-35%)\n      rotate(180deg);\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-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  #wide-leg-sweatpants-page\n  .wl-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        #ffffff 0%,\n        #faf8f5 27%,\n        #f2efec 57%,\n        #e5e1dc 83%,\n        #faf9f7 100%\n      );\n\n    box-shadow:\n      0 14px 32px\n      rgba(70, 68, 65, .07);\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-shipping-eyebrow {\n    margin: 0 0 7px;\n\n    color:\n      var(--stone-deep);\n\n    font-size: 11px;\n    font-weight: 700;\n\n    letter-spacing: .16em;\n\n    text-align: center;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-shipping\n  .wl-section-title {\n    margin-bottom: 22px;\n\n    text-align: center;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-shipping-list {\n    display: flex;\n\n    flex-direction: column;\n\n    gap: 11px;\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-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(95, 91, 86, .09);\n\n    border-radius: 16px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #faf9f7 40%,\n        #f2efec 72%,\n        #e7e3df 100%\n      );\n\n    box-shadow:\n      0 5px 14px\n      rgba(70, 68, 65, .04);\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-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        #9b928a 0%,\n        #776f68 52%,\n        #5f5b56 100%\n      );\n\n    color: #ffffff;\n\n    font-size: 21px;\n\n    box-shadow:\n      0 7px 17px\n      rgba(70, 68, 65, .17);\n  }\n\n\n  #wide-leg-sweatpants-page\n  .wl-shipping-card h4 {\n    margin: 0 0 3px;\n\n    color:\n      var(--stone-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  #wide-leg-sweatpants-page\n  .wl-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  #wide-leg-sweatpants-page\n  .wl-buy-wrap {\n    display: flex;\n    justify-content: center;\n\n    margin-top: 24px;\n  }\n\n\n  #wide-leg-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:\n      1px solid\n      rgba(255,255,255,.16);\n\n    border-radius: 999px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #968d85 0%,\n        #756e67 50%,\n        #5f5b56 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(70, 68, 65, .22);\n\n    transition:\n      transform .25s ease,\n      box-shadow .25s ease;\n  }\n\n\n  \/* =========================\n     DESKTOP\n  ========================= *\/\n\n  @container wideLegSweatpants\n  (min-width: 860px) {\n\n    #wide-leg-sweatpants-page\n    .wl-features {\n      grid-template-columns:\n        repeat(2, minmax(0, 1fr));\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-feature:nth-child(5) {\n      grid-column:\n        1 \/ -1;\n\n      width: 100%;\n      max-width: 760px;\n\n      margin: 0 auto;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-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    #wide-leg-sweatpants-page\n    .wl-feature:hover {\n      transform:\n        translateY(-4px);\n\n      box-shadow:\n        0 20px 42px\n        rgba(70, 68, 65, .11);\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-feature:hover\n    .wl-feature-media img {\n      transform:\n        scale(1.015);\n    }\n\n\n    #wide-leg-sweatpants-page\n    .product-buy:hover {\n      transform:\n        translateY(-2px);\n\n      box-shadow:\n        0 14px 30px\n        rgba(70, 68, 65, .28);\n    }\n  }\n\n\n  \/* =========================\n     MOBILE\n  ========================= *\/\n\n  @media screen\n  and (max-width: 749px) {\n\n    #wide-leg-sweatpants-page {\n      width:\n        calc(100vw - 2px);\n\n      max-width: none;\n\n      margin-left:\n        calc(50% - 50vw + 1px);\n\n      margin-right:\n        calc(50% - 50vw + 1px);\n\n      overflow-x: hidden;\n      overflow-x: clip;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-inner {\n      width: 100%;\n\n      padding:\n        26px 0 34px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-hero {\n      padding-left: 16px;\n      padding-right: 16px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-hero-title {\n      font-size: 30px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-hero-gif {\n      margin-top: 22px;\n      margin-bottom: 22px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-hero-gif img {\n      max-width: 282px;\n\n      border-radius: 15px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-intro {\n      margin-left: 16px;\n      margin-right: 16px;\n\n      padding:\n        20px 17px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-tags {\n      width: auto;\n      max-width: none;\n\n      margin:\n        20px 15px 30px;\n\n      gap: 10px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-tag {\n      min-height: 44px;\n\n      padding:\n        9px 5px;\n\n      font-size: 11px;\n\n      white-space: nowrap;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-main-image,\n    #wide-leg-sweatpants-page\n    .wl-feature {\n      border-left: 0;\n      border-right: 0;\n\n      border-radius: 0;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-feature-copy {\n      padding:\n        21px 16px 23px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-size,\n    #wide-leg-sweatpants-page\n    .wl-details,\n    #wide-leg-sweatpants-page\n    .wl-faq,\n    #wide-leg-sweatpants-page\n    .wl-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\n    #wide-leg-sweatpants-page\n    .wl-size,\n    #wide-leg-sweatpants-page\n    .wl-details,\n    #wide-leg-sweatpants-page\n    .wl-faq {\n      padding-left: 16px;\n      padding-right: 16px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-shipping {\n      padding-left: 10px;\n      padding-right: 10px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-feature-title {\n      font-size: 22px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-feature-copy p,\n    #wide-leg-sweatpants-page\n    .wl-size \u003e p {\n      font-size: 15px;\n    }\n  }\n\n\n  @media screen\n  and (max-width: 390px) {\n\n    #wide-leg-sweatpants-page\n    .wl-tags {\n      margin-left: 10px;\n      margin-right: 10px;\n\n      gap: 8px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-tag {\n      padding:\n        8px 3px;\n\n      font-size: 9.8px;\n    }\n\n\n    #wide-leg-sweatpants-page\n    .wl-hero-title {\n      font-size: 28px;\n    }\n  }\n\n\n  @media\n  (prefers-reduced-motion: reduce) {\n\n    #wide-leg-sweatpants-page *,\n    #wide-leg-sweatpants-page *::before,\n    #wide-leg-sweatpants-page *::after {\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"wide-leg-sweatpants-page\"\u003e\n\u003cdiv class=\"wl-inner\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"wl-hero\"\u003e\n\u003cdiv class=\"wl-eyebrow\"\u003eRELAXED STREETWEAR ESSENTIAL\u003c\/div\u003e\n\u003ch2 class=\"wl-hero-title\"\u003e✨ \u003cb\u003eElevate your daily lounge style with the perfect blend of streetwise cool and relaxed comfort.\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cspan id=\"wide-leg-sweatpants-buy-return-anchor\" class=\"product-buy-return-anchor\"\u003e\u003c\/span\u003e \u003c!-- GIF --\u003e\n\u003cdiv class=\"wl-hero-gif\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_28_3.gif?v=1787903075\" alt=\"Women's Wide-Leg Sweatpants\" width=\"282\" height=\"500\"\u003e\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"wl-intro\"\u003e\n\u003cp\u003e🌟 Tailored with signature front pleats and a flowing baggy silhouette, these wide-leg sweatpants effortlessly smooth your waistline while giving you an iconic long-leg profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- TAGS --\u003e\n\u003cdiv class=\"wl-tags\"\u003e\n\u003cdiv class=\"wl-tag\"\u003e✂️ Signature Front Pleats\u003c\/div\u003e\n\u003cdiv class=\"wl-tag\"\u003e👑 Flexible High Waist\u003c\/div\u003e\n\u003cdiv class=\"wl-tag\"\u003e👖 Ultrawide Baggy Fit\u003c\/div\u003e\n\u003cdiv class=\"wl-tag\"\u003e☁️ Ultra-Soft Knit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MAIN IMAGE --\u003e\n\u003cdiv class=\"wl-main-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_28_03_25_57_3.webp?v=1787903071\" alt=\"Wide-Leg Sweatpants Lifestyle\"\u003e\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"wl-features\"\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003carticle class=\"wl-feature\"\u003e\n\u003cdiv class=\"wl-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_28_03_25_45_1.webp?v=1787903261\" alt=\"Signature Front-Pleated Design\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-feature-copy\"\u003e\n\u003cdiv class=\"wl-feature-heading\"\u003e\n\u003cspan class=\"wl-feature-emoji\"\u003e ✂️ \u003c\/span\u003e\n\u003ch3 class=\"wl-feature-title\"\u003eSignature Front-Pleated Design\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eStructured front pleats add architectural depth and volume, transforming a standard sweatpant into a high-fashion streetwear statement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003carticle class=\"wl-feature\"\u003e\n\u003cdiv class=\"wl-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_28_03_25_45_2.webp?v=1787903261\" alt=\"Adjustable High-Waist Drawstring\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-feature-copy\"\u003e\n\u003cdiv class=\"wl-feature-heading\"\u003e\n\u003cspan class=\"wl-feature-emoji\"\u003e 👑 \u003c\/span\u003e\n\u003ch3 class=\"wl-feature-title\"\u003eAdjustable High-Waist Drawstring\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eFeatures a flexible elastic waistband with durable drawstrings, providing a customizable fit that sits comfortably without pinching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003carticle class=\"wl-feature\"\u003e\n\u003cdiv class=\"wl-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_28_03_25_46_3.webp?v=1787903071\" alt=\"Ultrawide Baggy Silhouette\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-feature-copy\"\u003e\n\u003cdiv class=\"wl-feature-heading\"\u003e\n\u003cspan class=\"wl-feature-emoji\"\u003e 👖 \u003c\/span\u003e\n\u003ch3 class=\"wl-feature-title\"\u003eUltrawide Baggy Silhouette\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eGenerously cut through the hip and leg to drape beautifully over all body types, masking insecurities while granting effortless mobility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003carticle class=\"wl-feature\"\u003e\n\u003cdiv class=\"wl-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_28_03_25_46_4.webp?v=1787903073\" alt=\"Ultra-Soft Knit Fabric\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-feature-copy\"\u003e\n\u003cdiv class=\"wl-feature-heading\"\u003e\n\u003cspan class=\"wl-feature-emoji\"\u003e ☁️ \u003c\/span\u003e\n\u003ch3 class=\"wl-feature-title\"\u003eUltra-Soft Knit Fabric\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eCrafted from a breathable, mid-weight cotton-knit blend that feels exceptionally soft against the skin for all-day cozy wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 5 --\u003e\n\u003carticle class=\"wl-feature\"\u003e\n\u003cdiv class=\"wl-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_28_03_25_47_5.webp?v=1787903072\" alt=\"Versatile Everyday Styling\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wl-feature-copy\"\u003e\n\u003cdiv class=\"wl-feature-heading\"\u003e\n\u003cspan class=\"wl-feature-emoji\"\u003e 👟 \u003c\/span\u003e\n\u003ch3 class=\"wl-feature-title\"\u003eVersatile Everyday Styling\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003ePairs seamlessly with crop tops, oversized hoodies, blazers, or sneakers for a balanced, chic streetwear look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE --\u003e\n\u003csection class=\"wl-size\"\u003e\n\u003ch3 class=\"wl-section-title\"\u003e📏 \u003cb\u003eSize \u0026amp; Fit\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cp\u003eDesigned with an oversized, relaxed fit. Order your natural size for a loose look, or size down for a closer fit.\u003c\/p\u003e\n\u003cdiv class=\"wl-size-chart\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/womens_wide_leg_pants_size_chart_inch_s_to_xl.webp?v=1787903059\" alt=\"Women's Wide-Leg Pants Size Chart\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"wl-details\"\u003e\n\u003ch3 class=\"wl-section-title\"\u003e📝 \u003cb\u003eProduct Details\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"wl-detail-list\"\u003e\n\u003cdiv class=\"wl-detail-item\"\u003eIncludes: 1x Baggy Wide-Leg Sweatpants\u003c\/div\u003e\n\u003cdiv class=\"wl-detail-item\"\u003eMaterial: Premium Cotton -Linen Blend\u003c\/div\u003e\n\u003cdiv class=\"wl-detail-item\"\u003eCare Instructions: Machine wash cold with like colors. Line dry or tumble dry on low heat.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"wl-faq\"\u003e\n\u003ch3 class=\"wl-section-title\"\u003e❓ \u003cb\u003eFrequently Asked Questions\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cdetails class=\"wl-faq-item\"\u003e\n\u003csummary\u003eQ: Will these pants drag on the floor if I'm on the shorter side?\u003c\/summary\u003e\n\u003cdiv class=\"wl-faq-answer\"\u003eA: The high-waisted design allows you to adjust where the waistband rests on your torso. You can also pair them with platform sneakers or boots for the ideal drape.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wl-faq-item\"\u003e\n\u003csummary\u003eQ: Is the fabric thick enough so it won't be see-through?\u003c\/summary\u003e\n\u003cdiv class=\"wl-faq-answer\"\u003eA: Absolutely! The knit fabric is mid-weight and fully opaque, ensuring total coverage even in lighter color options like grey.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wl-faq-item\"\u003e\n\u003csummary\u003eQ: Do these sweatpants retain their shape after washing?\u003c\/summary\u003e\n\u003cdiv class=\"wl-faq-answer\"\u003eA: Yes, the high-density knit blend is engineered to resist shrinking and maintain its structured front pleats wash after wash.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING --\u003e\n\u003csection class=\"wl-shipping\"\u003e\n\u003cdiv class=\"wl-shipping-eyebrow\"\u003eSHOP WITH CONFIDENCE\u003c\/div\u003e\n\u003ch3 class=\"wl-section-title\"\u003eShipping \u0026amp; Quality Guarantee\u003c\/h3\u003e\n\u003cdiv class=\"wl-shipping-list\"\u003e\n\u003cdiv class=\"wl-shipping-card\"\u003e\n\u003cdiv class=\"wl-shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\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=\"wl-shipping-card\"\u003e\n\u003cdiv class=\"wl-shipping-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\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=\"wl-shipping-card\"\u003e\n\u003cdiv class=\"wl-shipping-icon\"\u003e♡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\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\u003c!-- BUY NOW --\u003e\n\u003cdiv class=\"wl-buy-wrap\"\u003e\u003ca href=\"#wide-leg-sweatpants-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":"Grey \/ S","offer_id":43226314965086,"sku":"NC02472608282916-褶皱休闲裤-灰色-S","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":43226314997854,"sku":"NC02472608282916-褶皱休闲裤-灰色-M","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":43226315030622,"sku":"NC02472608282916-褶皱休闲裤-灰色-L","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":43226315063390,"sku":"NC02472608282916-褶皱休闲裤-灰色-XL","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":43226315096158,"sku":"NC02472608282916-褶皱休闲裤-黑色-S","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":43226315128926,"sku":"NC02472608282916-褶皱休闲裤-黑色-M","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43226315161694,"sku":"NC02472608282916-褶皱休闲裤-黑色-L","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43226315194462,"sku":"NC02472608282916-褶皱休闲裤-黑色-XL","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ S","offer_id":43226315227230,"sku":"NC02472608282916-褶皱休闲裤-深灰色-S","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ M","offer_id":43226315259998,"sku":"NC02472608282916-褶皱休闲裤-深灰色-M","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ L","offer_id":43226315292766,"sku":"NC02472608282916-褶皱休闲裤-深灰色-L","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Dark Gray \/ XL","offer_id":43226315325534,"sku":"NC02472608282916-褶皱休闲裤-深灰色-XL","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":43226315358302,"sku":"NC02472608282916-褶皱休闲裤-蓝色-S","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":43226315391070,"sku":"NC02472608282916-褶皱休闲裤-蓝色-M","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":43226315423838,"sku":"NC02472608282916-褶皱休闲裤-蓝色-L","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":43226315456606,"sku":"NC02472608282916-褶皱休闲裤-蓝色-XL","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ S","offer_id":43226315489374,"sku":"NC02472608282916-褶皱休闲裤-咖啡色-S","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ M","offer_id":43226315522142,"sku":"NC02472608282916-褶皱休闲裤-咖啡色-M","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ L","offer_id":43226315554910,"sku":"NC02472608282916-褶皱休闲裤-咖啡色-L","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XL","offer_id":43226315587678,"sku":"NC02472608282916-褶皱休闲裤-咖啡色-XL","price":38.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_28_03_40_34.webp?v=1787903073","url":"https:\/\/miscellista.com\/products\/womens-high-waist-pleated-wide-leg-pants","provider":"Miscellista.com","version":"1.0","type":"link"}