{"product_id":"womens-high-waist-loose-jeans-blue-1732475163151864340","title":"Women's High-Waist Relaxed Wide-Leg Jeans | Stretch Comfort Fit","description":"\u003c!-- ============================================================     WOMEN'S HIGH-WAIST WIDE-LEG JEANS     Shopify Product Detail HTML     STYLE:     Warm Ivory + Deep Navy + Camel Brown     Premium \/ Minimal \/ Women's Fashion \/ US Market     PRODUCT:     67% Cotton     30% Polyester     2% Viscose     1% Elastane     SIZE:     S \/ M \/ L \/ XL \/ XXL     COLORS:     5 Colors============================================================ --\u003e\u003cstyle\u003e  .wj-page,  .wj-page *,  .wj-page *::before,  .wj-page *::after {    box-sizing: border-box;  }  .wj-page {    --wj-bg: #f7f3ec;    --wj-bg-soft: #eee7dc;    --wj-card: #fffdf9;    --wj-navy: #18324c;    --wj-navy-dark: #102438;    --wj-brown: #8b5c3c;    --wj-brown-dark: #61402d;    --wj-camel: #caa074;    --wj-gold: #b7905f;    --wj-text: #2d2925;    --wj-soft: #726a62;    --wj-border: rgba(24, 50, 76, 0.12);    --wj-shadow:      0 14px 35px rgba(34, 29, 24, 0.1);    --wj-radius-lg: 22px;    --wj-radius-md: 15px;    max-width: 100%;    margin: 0;    padding: 0;    overflow: hidden;    background:      linear-gradient(        180deg,        #faf7f1 0%,        #f4efe7 100%      );    color: var(--wj-text);    font-family:      \"Helvetica Neue\",      Arial,      sans-serif;    line-height: 1.7;  }  .wj-container {    width: 100%;    max-width: 760px;    margin: 0 auto;    padding: 0 24px;  }  .wj-section {    padding: 64px 0;    position: relative;  }  .wj-section + .wj-section {    border-top:      1px solid rgba(24, 50, 76, 0.07);  }  .wj-center {    text-align: center;  }  .wj-label {    display: inline-block;    margin-bottom: 13px;    padding: 6px 17px;    border-radius: 100px;    background:      rgba(24, 50, 76, 0.07);    border:      1px solid rgba(24, 50, 76, 0.13);    color: var(--wj-navy);    font-size: 10px;    font-weight: 800;    letter-spacing: 2.4px;    text-transform: uppercase;  }  .wj-title {    margin: 0 0 14px;    color: var(--wj-navy-dark);    font-size: 34px;    font-weight: 900;    letter-spacing: -0.7px;    line-height: 1.16;  }  .wj-intro {    max-width: 610px;    margin: 0 auto 30px;    color: var(--wj-soft);    font-size: 14px;    line-height: 1.8;    text-align: center;  }  \/* ============================================================     HERO  ============================================================ *\/  .wj-hero {    padding: 58px 0 64px;    text-align: center;    background:      radial-gradient(        circle at 20% 10%,        rgba(202, 160, 116, 0.18),        transparent 38%      ),      linear-gradient(        180deg,        #fbf8f3,        #f3ede4      );  }  .wj-hero-badge {    display: inline-block;    margin-bottom: 17px;    padding: 7px 18px;    border-radius: 100px;    background: var(--wj-navy);    color: #fff;    font-size: 9px;    font-weight: 800;    letter-spacing: 1.4px;    text-transform: uppercase;  }  .wj-hero-eyebrow {    margin: 0 0 10px;    color: var(--wj-brown);    font-size: 11px;    font-weight: 800;    letter-spacing: 3px;    text-transform: uppercase;  }  .wj-hero-title {    margin: 0 0 17px;    color: var(--wj-navy-dark);    font-size: 43px;    font-weight: 900;    line-height: 1.05;    letter-spacing: -1.2px;  }  .wj-hero-desc {    max-width: 580px;    margin: 0 auto 28px;    color: var(--wj-soft);    font-size: 15px;    line-height: 1.78;  }  .wj-stats {    display: grid;    grid-template-columns:      repeat(4, minmax(0, 1fr));    gap: 10px;    max-width: 610px;    margin: 0 auto 30px;  }  .wj-stat {    padding: 15px 7px;    border-radius: 13px;    background:      rgba(255, 255, 255, 0.72);    border:      1px solid var(--wj-border);  }  .wj-stat strong {    display: block;    margin-bottom: 3px;    color: var(--wj-navy);    font-size: 19px;    font-weight: 900;  }  .wj-stat span {    color: var(--wj-soft);    font-size: 8px;    font-weight: 700;    letter-spacing: 0.8px;    text-transform: uppercase;  }  .wj-hero-image {    width: 100%;    max-width: 650px;    margin: 0 auto;    overflow: hidden;    border-radius: var(--wj-radius-lg);    box-shadow: var(--wj-shadow);    background: #fff;  }  .wj-hero-image img {    width: 100%;    height: auto;    display: block;  }  \/* ============================================================     IMAGE  ============================================================ *\/  .wj-image {    width: 100%;    max-width: 650px;    margin: 0 auto 30px;    overflow: hidden;    border-radius: var(--wj-radius-lg);    background: #fff;    box-shadow: var(--wj-shadow);  }  .wj-image img {    width: 100%;    display: block;    height: auto;  }  \/* ============================================================     CARDS  ============================================================ *\/  .wj-grid-2 {    display: grid;    grid-template-columns:      repeat(2, minmax(0, 1fr));    gap: 14px;    max-width: 650px;    margin: 0 auto;  }  .wj-grid-3 {    display: grid;    grid-template-columns:      repeat(3, minmax(0, 1fr));    gap: 12px;    max-width: 650px;    margin: 0 auto;  }  .wj-card {    padding: 20px 18px;    border-radius: var(--wj-radius-md);    background: var(--wj-card);    border:      1px solid rgba(24, 50, 76, 0.07);    box-shadow: var(--wj-shadow);  }  .wj-card-icon {    display: block;    margin-bottom: 10px;    font-size: 25px;    line-height: 1;  }  .wj-card-title {    margin: 0 0 6px;    color: var(--wj-navy-dark);    font-size: 15px;    font-weight: 850;    line-height: 1.3;  }  .wj-card-desc {    margin: 0;    color: var(--wj-soft);    font-size: 12px;    line-height: 1.65;  }  \/* ============================================================     FABRIC  ============================================================ *\/  .wj-fabric {    display: grid;    grid-template-columns:      repeat(4, minmax(0, 1fr));    gap: 10px;    max-width: 650px;    margin: 0 auto;  }  .wj-fabric-item {    padding: 18px 8px;    border-radius: 13px;    background: var(--wj-navy);    text-align: center;    color: #fff;  }  .wj-fabric-num {    display: block;    color: #fff;    font-size: 22px;    font-weight: 900;    line-height: 1;  }  .wj-fabric-name {    display: block;    margin-top: 6px;    color: #e8dfd4;    font-size: 9px;    font-weight: 800;    text-transform: uppercase;    letter-spacing: 0.8px;  }  \/* ============================================================     COLORS  ============================================================ *\/  .wj-color-grid {    display: grid;    grid-template-columns:      repeat(5, minmax(0, 1fr));    gap: 9px;    max-width: 650px;    margin: 0 auto;  }  .wj-color {    padding: 13px 6px;    border-radius: 13px;    background: var(--wj-card);    box-shadow: var(--wj-shadow);    text-align: center;  }  .wj-swatch {    width: 43px;    height: 43px;    margin: 0 auto 9px;    border-radius: 50%;    border:      3px solid #fff;    box-shadow:      0 3px 10px rgba(0, 0, 0, 0.16);  }  .wj-color strong {    display: block;    color: var(--wj-navy-dark);    font-size: 10px;    line-height: 1.25;  }  \/* ============================================================     SIZE TABLE  ============================================================ *\/  .wj-size-wrap {    max-width: 700px;    margin: 0 auto;    padding: 6px;    overflow-x: auto;    -webkit-overflow-scrolling: touch;  }  .wj-size-table {    width: 100%;    min-width: 650px;    border-collapse: collapse;    overflow: hidden;    border-radius: 15px;    background: #fff;    box-shadow: var(--wj-shadow);  }  .wj-size-table th {    padding: 13px 10px;    background: var(--wj-navy);    color: #fff;    border-right:      1px solid rgba(255, 255, 255, 0.12);    font-size: 10px;    font-weight: 800;    letter-spacing: 0.5px;    text-align: center;  }  .wj-size-table td {    padding: 13px 9px;    border-bottom:      1px solid rgba(24, 50, 76, 0.08);    border-right:      1px solid rgba(24, 50, 76, 0.07);    color: var(--wj-text);    font-size: 11px;    font-weight: 600;    text-align: center;  }  .wj-size-table tr:last-child td {    border-bottom: none;  }  .wj-size-table th:last-child,  .wj-size-table td:last-child {    border-right: none;  }  .wj-size-table .size {    color: var(--wj-brown-dark);    font-size: 13px;    font-weight: 900;  }  .wj-size-note {    max-width: 650px;    margin: 15px auto 0;    padding: 14px 17px;    border-radius: 12px;    background:      rgba(202, 160, 116, 0.13);    color: var(--wj-soft);    font-size: 11px;    line-height: 1.7;    text-align: center;  }  .wj-size-tip {    max-width: 650px;    margin: 12px auto 0;    color: var(--wj-navy);    font-size: 11px;    font-weight: 700;    text-align: center;  }  \/* ============================================================     FEATURE LIST  ============================================================ *\/  .wj-list {    display: flex;    flex-direction: column;    gap: 11px;    max-width: 650px;    margin: 0 auto;  }  .wj-list-item {    display: flex;    gap: 13px;    align-items: flex-start;    padding: 16px 18px;    border-radius: 14px;    background: var(--wj-card);    box-shadow: var(--wj-shadow);  }  .wj-list-icon {    flex-shrink: 0;    display: flex;    align-items: center;    justify-content: center;    width: 36px;    height: 36px;    border-radius: 50%;    background: var(--wj-navy);    color: #fff;    font-size: 15px;  }  .wj-list-item h4 {    margin: 0 0 4px;    color: var(--wj-navy-dark);    font-size: 14px;  }  .wj-list-item p {    margin: 0;    color: var(--wj-soft);    font-size: 12px;    line-height: 1.6;  }  \/* ============================================================     SPECS  ============================================================ *\/  .wj-spec {    max-width: 650px;    margin: 0 auto;    overflow: hidden;    border-radius: var(--wj-radius-lg);    background: #fff;    box-shadow: var(--wj-shadow);  }  .wj-spec-row {    display: grid;    grid-template-columns:      0.9fr 1.5fr;    border-bottom:      1px solid rgba(24, 50, 76, 0.08);  }  .wj-spec-row:last-child {    border-bottom: none;  }  .wj-spec-row.head {    background: var(--wj-navy);  }  .wj-spec-cell {    padding: 12px 15px;    font-size: 12px;  }  .wj-spec-row.head .wj-spec-cell {    color: #fff;    font-weight: 800;  }  .wj-spec-cell.k {    border-right:      1px solid rgba(24, 50, 76, 0.08);    color: var(--wj-navy-dark);    font-weight: 800;  }  .wj-spec-cell.v {    color: var(--wj-soft);    font-weight: 650;  }  \/* ============================================================     FAQ  ============================================================ *\/  .wj-faq {    padding: 17px 18px;    border-radius: 14px;    background: #fff;    border-left:      4px solid var(--wj-camel);    box-shadow: var(--wj-shadow);  }  .wj-faq h4 {    margin: 0 0 7px;    color: var(--wj-navy-dark);    font-size: 13px;  }  .wj-faq p {    margin: 0;    color: var(--wj-soft);    font-size: 12px;    line-height: 1.65;  }  \/* ============================================================     CTA  ============================================================ *\/  .wj-cta {    padding: 70px 0;    background:      radial-gradient(        circle at 50% 20%,        rgba(202, 160, 116, 0.17),        transparent 45%      ),      var(--wj-navy-dark);    text-align: center;  }  .wj-cta-tag {    display: inline-block;    margin-bottom: 17px;    padding: 7px 18px;    border-radius: 100px;    background:      rgba(255, 255, 255, 0.1);    color: #f1dfca;    border:      1px solid rgba(255, 255, 255, 0.14);    font-size: 9px;    font-weight: 800;    letter-spacing: 1.2px;  }  .wj-cta h2 {    margin: 0 0 15px;    color: #fff;    font-size: 35px;    line-height: 1.15;  }  .wj-cta p {    max-width: 570px;    margin: 0 auto 24px;    color: #c6c8ca;    font-size: 13px;    line-height: 1.8;  }  .wj-cta-features {    display: flex;    justify-content: center;    flex-wrap: wrap;    gap: 9px 16px;    max-width: 590px;    margin: 0 auto;  }  .wj-cta-features span {    color: #ede5db;    font-size: 10px;    font-weight: 650;  }  \/* ============================================================     MOBILE  ============================================================ *\/  @media (max-width: 600px) {    .wj-container {      padding: 0 16px;    }    .wj-section {      padding: 49px 0;    }    .wj-title {      font-size: 27px;    }    .wj-intro {      font-size: 12.5px;    }    .wj-hero {      padding: 45px 0 52px;    }    .wj-hero-title {      font-size: 31px;    }    .wj-hero-desc {      font-size: 13px;    }    .wj-stats {      gap: 6px;    }    .wj-stat strong {      font-size: 16px;    }    .wj-stat span {      font-size: 7px;    }    .wj-grid-2 {      gap: 9px;    }    .wj-grid-3 {      grid-template-columns: 1fr;      gap: 9px;    }    .wj-card {      padding: 15px 12px;    }    .wj-card-title {      font-size: 13px;    }    .wj-card-desc {      font-size: 10.5px;    }    .wj-fabric {      grid-template-columns:        repeat(2, minmax(0, 1fr));      gap: 8px;    }    .wj-color-grid {      grid-template-columns:        repeat(2, minmax(0, 1fr));      gap: 8px;    }    .wj-color:last-child {      grid-column: 1 \/ -1;      max-width: 48%;      width: 100%;      margin: 0 auto;    }    .wj-list-item {      padding: 14px;    }    .wj-spec-cell {      padding: 10px;      font-size: 10.5px;    }    .wj-cta {      padding: 55px 0;    }    .wj-cta h2 {      font-size: 27px;    }  }\u003c\/style\u003e\u003cdiv class=\"wj-page\"\u003e  \u003c!-- ============================================================       HERO  ============================================================ --\u003e  \u003csection class=\"wj-hero\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-hero-badge\"\u003e        HIGH WAIST · WIDE LEG · 5 COLORS · S–XXL      \u003c\/div\u003e      \u003cp class=\"wj-hero-eyebrow\"\u003e        Everyday Denim      \u003c\/p\u003e      \u003ch1 class=\"wj-hero-title\"\u003e        THE JEANS YOU'LL\u003cbr\u003e        REACH FOR EVERY DAY.      \u003c\/h1\u003e      \u003cp class=\"wj-hero-desc\"\u003e        A flattering high rise, relaxed wide-leg silhouette and soft denim blend        come together for an easy everyday jean that looks polished        without feeling restrictive.      \u003c\/p\u003e      \u003cdiv class=\"wj-stats\"\u003e        \u003cdiv class=\"wj-stat\"\u003e          \u003cstrong\u003e67%\u003c\/strong\u003e          \u003cspan\u003eCotton\u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-stat\"\u003e          \u003cstrong\u003e5\u003c\/strong\u003e          \u003cspan\u003eColors\u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-stat\"\u003e          \u003cstrong\u003e5\u003c\/strong\u003e          \u003cspan\u003eSizes\u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-stat\"\u003e          \u003cstrong\u003e1%\u003c\/strong\u003e          \u003cspan\u003eElastane\u003c\/span\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-hero-image\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/61111ae8-40c1-420e-9c4a-8c86b1625457.png?v=1788408838\" alt=\"Women's high waist wide leg jeans\"\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       CORE BENEFITS  ============================================================ --\u003e  \u003csection class=\"wj-section\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-center\"\u003e        \u003cspan class=\"wj-label\"\u003e          Why You'll Love Them        \u003c\/span\u003e        \u003ch2 class=\"wj-title\"\u003e          Flattering Without Feeling Tight.        \u003c\/h2\u003e        \u003cp class=\"wj-intro\"\u003e          Designed for women who want the structure of denim          without giving up everyday comfort.          The high rise defines the waist while the relaxed wide leg          gives you room through the hips and legs.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-image\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/89f0bbe2-70ca-4723-854c-14e8ece86bdc.png?v=1788408839\" alt=\"High waist wide leg jeans product details\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-grid-2\"\u003e        \u003cdiv class=\"wj-card\"\u003e          \u003cspan class=\"wj-card-icon\"\u003e            👖          \u003c\/span\u003e          \u003ch3 class=\"wj-card-title\"\u003e            High-Rise Fit          \u003c\/h3\u003e          \u003cp class=\"wj-card-desc\"\u003e            Sits higher at the waist for a clean,            flattering silhouette that's easy to style with tucked-in tops.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-card\"\u003e          \u003cspan class=\"wj-card-icon\"\u003e            〰️          \u003c\/span\u003e          \u003ch3 class=\"wj-card-title\"\u003e            Relaxed Wide Leg          \u003c\/h3\u003e          \u003cp class=\"wj-card-desc\"\u003e            Room through the hips and legs creates an easy,            flowing fit without feeling overly baggy.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-card\"\u003e          \u003cspan class=\"wj-card-icon\"\u003e            🌿          \u003c\/span\u003e          \u003ch3 class=\"wj-card-title\"\u003e            Cotton-Rich Denim          \u003c\/h3\u003e          \u003cp class=\"wj-card-desc\"\u003e            Made with 67% cotton for a comfortable,            familiar denim feel that works for everyday wear.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-card\"\u003e          \u003cspan class=\"wj-card-icon\"\u003e            ↔️          \u003c\/span\u003e          \u003ch3 class=\"wj-card-title\"\u003e            A Touch of Stretch          \u003c\/h3\u003e          \u003cp class=\"wj-card-desc\"\u003e            1% elastane adds flexibility to the woven denim blend            for easier movement throughout your day.          \u003c\/p\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       FIT DETAIL  ============================================================ --\u003e  \u003csection class=\"wj-section\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-center\"\u003e        \u003cspan class=\"wj-label\"\u003e          Fit \u0026amp; Silhouette        \u003c\/span\u003e        \u003ch2 class=\"wj-title\"\u003e          Easy Shape. Effortless Style.        \u003c\/h2\u003e        \u003cp class=\"wj-intro\"\u003e          The combination of a structured high waist and flowing wide leg          creates a balanced silhouette that works with everything          from fitted tees to oversized shirts and knitwear.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-image\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/22ece082-1df0-4ace-b340-1328d82f67f9.png?v=1788408839\" alt=\"Women's high waist jeans flattering wide leg fit\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-list\"\u003e        \u003cdiv class=\"wj-list-item\"\u003e          \u003cdiv class=\"wj-list-icon\"\u003e            01          \u003c\/div\u003e          \u003cdiv\u003e            \u003ch4\u003e              Defined High Waist            \u003c\/h4\u003e            \u003cp\u003e              The higher rise gives the jean a polished silhouette              and pairs especially well with cropped, fitted or tucked-in tops.            \u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-list-item\"\u003e          \u003cdiv class=\"wj-list-icon\"\u003e            02          \u003c\/div\u003e          \u003cdiv\u003e            \u003ch4\u003e              Comfortable Through Hips \u0026amp; Thighs            \u003c\/h4\u003e            \u003cp\u003e              Relaxed shaping gives you extra room where you want it,              making the jean easier to move and sit in.            \u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-list-item\"\u003e          \u003cdiv class=\"wj-list-icon\"\u003e            03          \u003c\/div\u003e          \u003cdiv\u003e            \u003ch4\u003e              Full-Length Wide-Leg Finish            \u003c\/h4\u003e            \u003cp\u003e              The long, flowing leg creates a modern silhouette              that works with sneakers, flats, boots and heels.            \u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       FABRIC  ============================================================ --\u003e  \u003csection class=\"wj-section\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-center\"\u003e        \u003cspan class=\"wj-label\"\u003e          Fabric Composition        \u003c\/span\u003e        \u003ch2 class=\"wj-title\"\u003e          Cotton-Rich with Everyday Flex.        \u003c\/h2\u003e        \u003cp class=\"wj-intro\"\u003e          A woven denim blend combines cotton comfort,          polyester durability, a touch of viscose and          a small amount of elastane for added flexibility.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-fabric\"\u003e        \u003cdiv class=\"wj-fabric-item\"\u003e          \u003cspan class=\"wj-fabric-num\"\u003e            67%          \u003c\/span\u003e          \u003cspan class=\"wj-fabric-name\"\u003e            Cotton          \u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-fabric-item\"\u003e          \u003cspan class=\"wj-fabric-num\"\u003e            30%          \u003c\/span\u003e          \u003cspan class=\"wj-fabric-name\"\u003e            Polyester          \u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-fabric-item\"\u003e          \u003cspan class=\"wj-fabric-num\"\u003e            2%          \u003c\/span\u003e          \u003cspan class=\"wj-fabric-name\"\u003e            Viscose          \u003c\/span\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-fabric-item\"\u003e          \u003cspan class=\"wj-fabric-num\"\u003e            1%          \u003c\/span\u003e          \u003cspan class=\"wj-fabric-name\"\u003e            Elastane          \u003c\/span\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       COLORS  ============================================================ --\u003e  \u003csection class=\"wj-section\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-center\"\u003e        \u003cspan class=\"wj-label\"\u003e          Choose Your Color        \u003c\/span\u003e        \u003ch2 class=\"wj-title\"\u003e          5 Easy-to-Wear Shades.        \u003c\/h2\u003e        \u003cp class=\"wj-intro\"\u003e          From classic denim blues to neutral and earthy tones,          choose the shade that fits your wardrobe best.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-color-grid\"\u003e        \u003cdiv class=\"wj-color\"\u003e          \u003cdiv class=\"wj-swatch\" style=\"              background:              linear-gradient(                135deg,                #a9c6dd,                #7399b9              );            \"\u003e          \u003c\/div\u003e          \u003cstrong\u003e            Light Wash Blue          \u003c\/strong\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-color\"\u003e          \u003cdiv class=\"wj-swatch\" style=\"              background:              linear-gradient(                135deg,                #507da3,                #285575              );            \"\u003e          \u003c\/div\u003e          \u003cstrong\u003e            Classic Blue          \u003c\/strong\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-color\"\u003e          \u003cdiv class=\"wj-swatch\" style=\"              background:              linear-gradient(                135deg,                #777451,                #4f5035              );            \"\u003e          \u003c\/div\u003e          \u003cstrong\u003e            Olive Green          \u003c\/strong\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-color\"\u003e          \u003cdiv class=\"wj-swatch\" style=\"              background:              linear-gradient(                135deg,                #ad744a,                #75482e              );            \"\u003e          \u003c\/div\u003e          \u003cstrong\u003e            Caramel Brown          \u003c\/strong\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-color\"\u003e          \u003cdiv class=\"wj-swatch\" style=\"              background:              linear-gradient(                135deg,                #4a4a48,                #18191a              );            \"\u003e          \u003c\/div\u003e          \u003cstrong\u003e            Washed Black          \u003c\/strong\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       COLOR MODEL IMAGES  ============================================================ --\u003e  \u003csection class=\"wj-section\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-center\"\u003e        \u003cspan class=\"wj-label\"\u003e          More Ways to Wear        \u003c\/span\u003e        \u003ch2 class=\"wj-title\"\u003e          Same Fit. Different Mood.        \u003c\/h2\u003e        \u003cp class=\"wj-intro\"\u003e          Keep it classic with denim blue or switch things up          with warm brown and washed black for an easy seasonal update.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-grid-2\"\u003e        \u003cdiv class=\"wj-image\" style=\"margin-bottom:0;\"\u003e          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/68539447a9ca439cadbc4596c621fa4b_tplv-fhlh96nyum-crop-webp_1350_1800.webp?v=1788407656\" alt=\"Caramel brown high waist wide leg jeans\"\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-image\" style=\"margin-bottom:0;\"\u003e          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/702a6c07ac164b1fa83c0825727509e1_tplv-fhlh96nyum-crop-webp_1350_1800.webp?v=1788407656\" alt=\"Washed black high waist wide leg jeans\"\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       SIZE GUIDE  ============================================================ --\u003e  \u003csection class=\"wj-section\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-center\"\u003e        \u003cspan class=\"wj-label\"\u003e          Size Guide        \u003c\/span\u003e        \u003ch2 class=\"wj-title\"\u003e          Find Your Best Fit.        \u003c\/h2\u003e        \u003cp class=\"wj-intro\"\u003e          Use your body measurements and compare them with the garment measurements below.          For the best result, measure a similar pair of jeans laid flat          and compare before ordering.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-size-wrap\"\u003e        \u003ctable class=\"wj-size-table\"\u003e          \u003cthead\u003e            \u003ctr\u003e              \u003cth\u003e                Size              \u003c\/th\u003e              \u003cth\u003e                Waist              \u003c\/th\u003e              \u003cth\u003e                Hip              \u003c\/th\u003e              \u003cth\u003e                Inseam              \u003c\/th\u003e              \u003cth\u003e                Outseam              \u003c\/th\u003e            \u003c\/tr\u003e          \u003c\/thead\u003e          \u003ctbody\u003e            \u003ctr\u003e              \u003ctd class=\"size\"\u003e                S              \u003c\/td\u003e              \u003ctd\u003e                68 cm\u003cbr\u003e                26.8\"              \u003c\/td\u003e              \u003ctd\u003e                96 cm\u003cbr\u003e                37.8\"              \u003c\/td\u003e              \u003ctd\u003e                77 cm\u003cbr\u003e                30.3\"              \u003c\/td\u003e              \u003ctd\u003e                105 cm\u003cbr\u003e                41.3\"              \u003c\/td\u003e            \u003c\/tr\u003e            \u003ctr\u003e              \u003ctd class=\"size\"\u003e                M              \u003c\/td\u003e              \u003ctd\u003e                72 cm\u003cbr\u003e                28.3\"              \u003c\/td\u003e              \u003ctd\u003e                100 cm\u003cbr\u003e                39.4\"              \u003c\/td\u003e              \u003ctd\u003e                77.5 cm\u003cbr\u003e                30.5\"              \u003c\/td\u003e              \u003ctd\u003e                106 cm\u003cbr\u003e                41.7\"              \u003c\/td\u003e            \u003c\/tr\u003e            \u003ctr\u003e              \u003ctd class=\"size\"\u003e                L              \u003c\/td\u003e              \u003ctd\u003e                78 cm\u003cbr\u003e                30.7\"              \u003c\/td\u003e              \u003ctd\u003e                106 cm\u003cbr\u003e                41.7\"              \u003c\/td\u003e              \u003ctd\u003e                78 cm\u003cbr\u003e                30.7\"              \u003c\/td\u003e              \u003ctd\u003e                107 cm\u003cbr\u003e                42.1\"              \u003c\/td\u003e            \u003c\/tr\u003e            \u003ctr\u003e              \u003ctd class=\"size\"\u003e                XL              \u003c\/td\u003e              \u003ctd\u003e                84 cm\u003cbr\u003e                33.1\"              \u003c\/td\u003e              \u003ctd\u003e                112 cm\u003cbr\u003e                44.1\"              \u003c\/td\u003e              \u003ctd\u003e                78.5 cm\u003cbr\u003e                30.9\"              \u003c\/td\u003e              \u003ctd\u003e                108 cm\u003cbr\u003e                42.5\"              \u003c\/td\u003e            \u003c\/tr\u003e            \u003ctr\u003e              \u003ctd class=\"size\"\u003e                XXL              \u003c\/td\u003e              \u003ctd\u003e                90 cm\u003cbr\u003e                35.4\"              \u003c\/td\u003e              \u003ctd\u003e                118 cm\u003cbr\u003e                46.5\"              \u003c\/td\u003e              \u003ctd\u003e                79 cm\u003cbr\u003e                31.1\"              \u003c\/td\u003e              \u003ctd\u003e                109 cm\u003cbr\u003e                42.9\"              \u003c\/td\u003e            \u003c\/tr\u003e          \u003c\/tbody\u003e        \u003c\/table\u003e      \u003c\/div\u003e      \u003cp class=\"wj-size-note\"\u003e        Measurements are taken manually.        Please allow approximately 1–2 cm \/ 0.4–0.8\"        difference due to measuring methods.      \u003c\/p\u003e      \u003cp class=\"wj-size-tip\"\u003e        FIT TIP: If you're between sizes or prefer a more relaxed fit,        consider choosing the larger size.      \u003c\/p\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       STYLE  ============================================================ --\u003e  \u003csection class=\"wj-section\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-center\"\u003e        \u003cspan class=\"wj-label\"\u003e          Easy to Style        \u003c\/span\u003e        \u003ch2 class=\"wj-title\"\u003e          One Pair. Endless Outfits.        \u003c\/h2\u003e        \u003cp class=\"wj-intro\"\u003e          The clean high-rise shape and wide leg make these jeans          easy to dress up or down across seasons.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-grid-3\"\u003e        \u003cdiv class=\"wj-card\"\u003e          \u003cspan class=\"wj-card-icon\"\u003e            👟          \u003c\/span\u003e          \u003ch3 class=\"wj-card-title\"\u003e            Tee + Sneakers          \u003c\/h3\u003e          \u003cp class=\"wj-card-desc\"\u003e            Keep it relaxed with a simple fitted tee            and clean sneakers for everyday errands.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-card\"\u003e          \u003cspan class=\"wj-card-icon\"\u003e            👚          \u003c\/span\u003e          \u003ch3 class=\"wj-card-title\"\u003e            Blouse + Heels          \u003c\/h3\u003e          \u003cp class=\"wj-card-desc\"\u003e            Tuck in a blouse and add heels            for an easy elevated casual look.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-card\"\u003e          \u003cspan class=\"wj-card-icon\"\u003e            🧥          \u003c\/span\u003e          \u003ch3 class=\"wj-card-title\"\u003e            Knit + Boots          \u003c\/h3\u003e          \u003cp class=\"wj-card-desc\"\u003e            Add a sweater and boots            for a polished fall or winter outfit.          \u003c\/p\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       CARE  ============================================================ --\u003e  \u003csection class=\"wj-section\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-center\"\u003e        \u003cspan class=\"wj-label\"\u003e          Care Tips        \u003c\/span\u003e        \u003ch2 class=\"wj-title\"\u003e          Help Your Denim Last Longer.        \u003c\/h2\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-list\"\u003e        \u003cdiv class=\"wj-list-item\"\u003e          \u003cdiv class=\"wj-list-icon\"\u003e            🧺          \u003c\/div\u003e          \u003cdiv\u003e            \u003ch4\u003e              Wash Gently            \u003c\/h4\u003e            \u003cp\u003e              Turn the jeans inside out and wash with similar colors              using cool or cold water whenever possible.            \u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-list-item\"\u003e          \u003cdiv class=\"wj-list-icon\"\u003e            🌬️          \u003c\/div\u003e          \u003cdiv\u003e            \u003ch4\u003e              Avoid Excessive Heat            \u003c\/h4\u003e            \u003cp\u003e              Lower heat helps protect the fabric,              color and elastane content over time.            \u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-list-item\"\u003e          \u003cdiv class=\"wj-list-icon\"\u003e            👖          \u003c\/div\u003e          \u003cdiv\u003e            \u003ch4\u003e              Reshape After Washing            \u003c\/h4\u003e            \u003cp\u003e              Smooth the waistband and leg shape after washing              and allow the denim to dry naturally when practical.            \u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       PRODUCT DETAILS  ============================================================ --\u003e  \u003csection class=\"wj-section\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-center\"\u003e        \u003cspan class=\"wj-label\"\u003e          Specifications        \u003c\/span\u003e        \u003ch2 class=\"wj-title\"\u003e          Product Details.        \u003c\/h2\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-spec\"\u003e        \u003cdiv class=\"wj-spec-row head\"\u003e          \u003cdiv class=\"wj-spec-cell\"\u003e            Specification          \u003c\/div\u003e          \u003cdiv class=\"wj-spec-cell\"\u003e            Details          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-spec-row\"\u003e          \u003cdiv class=\"wj-spec-cell k\"\u003e            Product          \u003c\/div\u003e          \u003cdiv class=\"wj-spec-cell v\"\u003e            Women's High-Waist Wide-Leg Jeans          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-spec-row\"\u003e          \u003cdiv class=\"wj-spec-cell k\"\u003e            Rise          \u003c\/div\u003e          \u003cdiv class=\"wj-spec-cell v\"\u003e            High Waist          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-spec-row\"\u003e          \u003cdiv class=\"wj-spec-cell k\"\u003e            Leg          \u003c\/div\u003e          \u003cdiv class=\"wj-spec-cell v\"\u003e            Relaxed Wide Leg          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-spec-row\"\u003e          \u003cdiv class=\"wj-spec-cell k\"\u003e            Fabric          \u003c\/div\u003e          \u003cdiv class=\"wj-spec-cell v\"\u003e            67% Cotton · 30% Polyester · 2% Viscose · 1% Elastane          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-spec-row\"\u003e          \u003cdiv class=\"wj-spec-cell k\"\u003e            Construction          \u003c\/div\u003e          \u003cdiv class=\"wj-spec-cell v\"\u003e            Woven Denim          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-spec-row\"\u003e          \u003cdiv class=\"wj-spec-cell k\"\u003e            Stretch          \u003c\/div\u003e          \u003cdiv class=\"wj-spec-cell v\"\u003e            Slight Stretch          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-spec-row\"\u003e          \u003cdiv class=\"wj-spec-cell k\"\u003e            Colors          \u003c\/div\u003e          \u003cdiv class=\"wj-spec-cell v\"\u003e            Light Wash Blue · Classic Blue · Olive Green · Caramel Brown · Washed Black          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-spec-row\"\u003e          \u003cdiv class=\"wj-spec-cell k\"\u003e            Sizes          \u003c\/div\u003e          \u003cdiv class=\"wj-spec-cell v\"\u003e            S · M · L · XL · XXL          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-spec-row\"\u003e          \u003cdiv class=\"wj-spec-cell k\"\u003e            Best For          \u003c\/div\u003e          \u003cdiv class=\"wj-spec-cell v\"\u003e            Everyday Wear · Work · Travel · Casual Outings          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       FAQ  ============================================================ --\u003e  \u003csection class=\"wj-section\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-center\"\u003e        \u003cspan class=\"wj-label\"\u003e          FAQ        \u003c\/span\u003e        \u003ch2 class=\"wj-title\"\u003e          Before You Order.        \u003c\/h2\u003e      \u003c\/div\u003e      \u003cdiv class=\"wj-grid-2\"\u003e        \u003cdiv class=\"wj-faq\"\u003e          \u003ch4\u003e            Is the fit slim or relaxed?          \u003c\/h4\u003e          \u003cp\u003e            The jeans have a fitted high-rise waist            with a relaxed wide-leg shape through the hips and legs.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-faq\"\u003e          \u003ch4\u003e            Do the jeans stretch?          \u003c\/h4\u003e          \u003cp\u003e            The fabric contains 1% elastane,            providing a small amount of flexibility while retaining a denim feel.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-faq\"\u003e          \u003ch4\u003e            How do I choose my size?          \u003c\/h4\u003e          \u003cp\u003e            Compare your waist and hip measurements with the size chart above.            If you're between sizes or prefer extra room,            choosing the larger size may be more comfortable.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"wj-faq\"\u003e          \u003ch4\u003e            Are the measurements exact?          \u003c\/h4\u003e          \u003cp\u003e            Measurements are taken manually,            so a difference of approximately 1–2 cm may occur.          \u003c\/p\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- ============================================================       FINAL CTA  ============================================================ --\u003e  \u003csection class=\"wj-cta\"\u003e    \u003cdiv class=\"wj-container\"\u003e      \u003cdiv class=\"wj-cta-tag\"\u003e        HIGH WAIST · WIDE LEG · 5 COLORS · S–XXL      \u003c\/div\u003e      \u003ch2\u003e        Your New Everyday Jeans.      \u003c\/h2\u003e      \u003cp\u003e        Flattering high rise, relaxed wide-leg shape        and a cotton-rich denim blend with just enough stretch        for easier everyday movement.      \u003c\/p\u003e      \u003cdiv class=\"wj-cta-features\"\u003e        \u003cspan\u003e          ✓ 67% Cotton        \u003c\/span\u003e        \u003cspan\u003e          ✓ High-Rise Fit        \u003c\/span\u003e        \u003cspan\u003e          ✓ Wide-Leg Shape        \u003c\/span\u003e        \u003cspan\u003e          ✓ 5 Colors        \u003c\/span\u003e        \u003cspan\u003e          ✓ S–XXL        \u003c\/span\u003e        \u003cspan\u003e          ✓ Slight Stretch        \u003c\/span\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Light blue \/ S","offer_id":52821028864282,"sku":"B02767-A-S","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Light blue \/ M","offer_id":52821028897050,"sku":"B02767-A-M","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Light blue \/ L","offer_id":52821028929818,"sku":"B02767-A-L","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Light blue \/ XL","offer_id":52821028962586,"sku":"B02767-A-XL","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Light blue \/ XXL","offer_id":52821028995354,"sku":"B02767-A-2XL","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":52821029028122,"sku":"B02767-B-S","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":52821029060890,"sku":"B02767-B-M","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":52821029093658,"sku":"B02767-B-L","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":52821029126426,"sku":"B02767-B-XL","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XXL","offer_id":52821029159194,"sku":"B02767-B-2XL","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Olive green \/ S","offer_id":52821029191962,"sku":"B02767-C-S","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Olive green \/ M","offer_id":52821029224730,"sku":"B02767-C-M","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Olive green \/ L","offer_id":52821029257498,"sku":"B02767-C-L","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Olive green \/ XL","offer_id":52821029290266,"sku":"B02767-C-XL","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Olive green \/ XXL","offer_id":52821029323034,"sku":"B02767-C-2XL","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Caramel brown \/ S","offer_id":52821029355802,"sku":"B02767-D-S","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Caramel brown \/ M","offer_id":52821029388570,"sku":"B02767-D-M","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Caramel brown \/ L","offer_id":52821029421338,"sku":"B02767-D-L","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Caramel brown \/ XL","offer_id":52821029454106,"sku":"B02767-D-XL","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Caramel brown \/ XXL","offer_id":52821029486874,"sku":"B02767-D-2XL","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Gray \/ S","offer_id":52821029519642,"sku":"B02767-E-S","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Gray \/ M","offer_id":52821029552410,"sku":"B02767-E-M","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Gray \/ L","offer_id":52821029585178,"sku":"B02767-E-L","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Gray \/ XL","offer_id":52821029617946,"sku":"B02767-E-XL","price":44.0,"currency_code":"USD","in_stock":true},{"title":"Black\/Gray \/ XXL","offer_id":52821029650714,"sku":"B02767-E-2XL","price":44.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/5730\/1786\/files\/61111ae8-40c1-420e-9c4a-8c86b1625457.png?v=1788782197","url":"https:\/\/koziao.com\/th\/products\/womens-high-waist-loose-jeans-blue-1732475163151864340","provider":"Koziao","version":"1.0","type":"link"}