{"product_id":"womens-high-waisted-bootcut-stretch-denim-jeans","title":"Women's High-Waisted Stretch Kick-Flare Jeans (Slim-Leg\/Wide-Leg Styles)","description":"\u003cstyle\u003e  #bootcut-denim-page,  #bootcut-denim-page * {    box-sizing: border-box;  }  #bootcut-denim-page {    \/*      PRIMARY PRODUCT COLOR      =====================      Washed Denim Blue      Supporting colors:      Denim Mist \/ Powder Blue \/ Soft Ivory      Denim blue remains the dominant color.      All gradients are horizontal.    *\/    --denim-deep: #3e5d72;    --denim-dark: #55758c;    --denim-main: #7594a9;    --denim-mid: #9db5c5;    --denim-soft: #c2d5df;    --denim-light: #d6e6ef;    --denim-pale: #edf4f8;    --ivory: #fffaf4;    --cream: #fffdf9;    --stone: #f4f3ef;    --text: #35434c;    --text-soft: #667680;    --line:      rgba(85, 117, 140, 0.18);    --shadow:      0 16px 38px      rgba(62, 93, 114, 0.09);    --radius-lg: 24px;    --radius-md: 18px;    width: 100%;    max-width: 1180px;    margin: 0 auto;    color: var(--text);    background:      linear-gradient(        90deg,        #fffaf4 0%,        #f2f5f6 22%,        #e5eef2 48%,        #d4e3e9 74%,        #edf3f5 100%      );    font-family:      -apple-system,      BlinkMacSystemFont,      \"Segoe UI\",      Roboto,      Helvetica,      Arial,      sans-serif;    font-size: 16px;    line-height: 1.72;    container-type: inline-size;    container-name: bootcutDenim;    overflow: hidden;  }  #bootcut-denim-page  .bd-inner {    width: min(100%, 1080px);    margin: 0 auto;    padding: 36px 18px 46px;  }  #bootcut-denim-page img {    display: block;    max-width: 100%;    height: auto;  }  \/* =========================     HERO  ========================= *\/  #bootcut-denim-page  .bd-hero {    padding: 22px 0 10px;    text-align: center;  }  #bootcut-denim-page  .bd-eyebrow {    display: flex;    align-items: center;    justify-content: center;    gap: 12px;    margin: 0 auto 16px;    color: var(--denim-deep);    font-size: 11px;    font-weight: 700;    letter-spacing: 0.16em;    text-transform: uppercase;  }  #bootcut-denim-page  .bd-eyebrow::before,  #bootcut-denim-page  .bd-eyebrow::after {    content: \"\";    width: 46px;    height: 1px;    background:      linear-gradient(        90deg,        transparent,        var(--denim-main)      );  }  #bootcut-denim-page  .bd-eyebrow::after {    background:      linear-gradient(        90deg,        var(--denim-main),        transparent      );  }  #bootcut-denim-page  .bd-hero-title {    max-width: 880px;    margin: 0 auto;    color: var(--denim-deep);    font-family:      Georgia,      \"Times New Roman\",      Times,      serif;    font-size:      clamp(30px, 4.6cqw, 48px);    line-height: 1.14;    font-weight: 600;    letter-spacing: -0.02em;  }  #bootcut-denim-page  .product-buy-return-anchor {    display: block;    width: 1px;    height: 1px;    margin: 0 auto;    overflow: hidden;    opacity: 0;    scroll-margin-top:      calc(100svh - 70px);  }  \/* =========================     HERO GIF  ========================= *\/  #bootcut-denim-page  .bd-hero-gif {    display: flex;    justify-content: center;    width: 100%;    margin: 26px auto 24px;  }  #bootcut-denim-page  .bd-hero-gif img {    display: block;    width: 100%;    max-width: 315px;    height: auto;    margin: 0 auto;    object-fit: contain;    border-radius: 18px;    box-shadow:      0 14px 32px      rgba(52, 76, 91, 0.13);  }  \/* =========================     INTRO  ========================= *\/  #bootcut-denim-page  .bd-intro {    max-width: 820px;    margin: 0 auto;    padding: 24px 26px;    border:      1px solid var(--line);    border-radius:      var(--radius-lg);    background:      linear-gradient(        90deg,        #fffaf4 0%,        #f1f5f6 28%,        #e3edf1 61%,        #d1e1e8 100%      );    box-shadow: var(--shadow);    text-align: center;  }  #bootcut-denim-page  .bd-intro p {    margin: 0;    color: var(--text);    font-size: 16px;    line-height: 1.75;  }  \/* =========================     TAGS  ========================= *\/  #bootcut-denim-page  .bd-tags {    display: grid;    grid-template-columns:      repeat(2, minmax(0, 1fr));    gap: 12px;    width: 100%;    max-width: 680px;    margin: 22px auto 32px;  }  #bootcut-denim-page  .bd-tag {    display: flex;    align-items: center;    justify-content: center;    gap: 7px;    min-height: 46px;    padding: 10px 12px;    border:      1px solid var(--line);    border-radius: 999px;    background:      linear-gradient(        90deg,        #fffdf9 0%,        #f0f4f5 34%,        #e2edf1 68%,        #d1e1e8 100%      );    color: #486779;    font-size: 13px;    font-weight: 700;    text-align: center;    box-shadow:      0 5px 14px      rgba(52, 76, 91, 0.05);  }  \/* =========================     MAIN IMAGE  ========================= *\/  #bootcut-denim-page  .bd-main-image {    margin: 0 auto 30px;    overflow: hidden;    border-radius:      var(--radius-lg);    background:      linear-gradient(        90deg,        #fcfaf7 0%,        #eff4f5 45%,        #dbe8ed 100%      );    box-shadow: var(--shadow);  }  #bootcut-denim-page  .bd-main-image img,  #bootcut-denim-page  .bd-feature-media img,  #bootcut-denim-page  .bd-size-chart img {    display: block;    width: 100%;    max-width: 100%;    height: auto;  }  \/* =========================     FEATURES  ========================= *\/  #bootcut-denim-page  .bd-features {    display: grid;    grid-template-columns: 1fr;    gap: 24px;  }  #bootcut-denim-page  .bd-feature {    overflow: hidden;    border:      1px solid var(--line);    border-radius:      var(--radius-lg);    background: #ffffff;    box-shadow: var(--shadow);    transition:      transform 0.28s ease,      box-shadow 0.28s ease;  }  #bootcut-denim-page  .bd-feature-media {    overflow: hidden;    background:      linear-gradient(        90deg,        #fdfbf8 0%,        #f0f4f5 46%,        #dce9ed 100%      );  }  #bootcut-denim-page  .bd-feature-media img {    transition:      transform 0.32s ease;  }  #bootcut-denim-page  .bd-feature-copy {    padding: 22px 22px 24px;  }  \/* HIGH WAIST *\/  #bootcut-denim-page  .bd-feature:nth-child(1)  .bd-feature-copy {    background:      linear-gradient(        90deg,        #fffaf4 0%,        #eef4f5 28%,        #dce9ee 62%,        #cadae3 100%      );  }  \/* PLEATED SKIRT *\/  #bootcut-denim-page  .bd-feature:nth-child(2)  .bd-feature-copy {    background:      linear-gradient(        90deg,        #fffdf9 0%,        #f1f4f4 28%,        #e2ecef 62%,        #d1e1e7 100%      );  }  \/* COLLAR *\/  #bootcut-denim-page  .bd-feature:nth-child(3)  .bd-feature-copy {    background:      linear-gradient(        90deg,        #fffaf4 0%,        #f2f5f4 28%,        #e4edf0 60%,        #d2e1e8 100%      );  }  \/* POCKETS *\/  #bootcut-denim-page  .bd-feature:nth-child(4)  .bd-feature-copy {    background:      linear-gradient(        90deg,        #fdfbf8 0%,        #eff4f5 28%,        #deeaef 61%,        #cbdee6 100%      );  }  \/* FABRIC *\/  #bootcut-denim-page  .bd-feature:nth-child(5)  .bd-feature-copy {    background:      linear-gradient(        90deg,        #fffaf4 0%,        #f1f5f5 24%,        #e3edf1 54%,        #cfe0e7 80%,        #edf3f5 100%      );  }  #bootcut-denim-page  .bd-feature-heading {    display: flex;    align-items: center;    gap: 12px;    margin-bottom: 11px;  }  #bootcut-denim-page  .bd-feature-emoji {    flex: 0 0 46px;    display: flex;    align-items: center;    justify-content: center;    width: 46px;    height: 46px;    border:      1px solid      rgba(64, 93, 112, 0.14);    border-radius: 13px;    background:      linear-gradient(        90deg,        #fffaf4 0%,        #e4ecef 50%,        #cbdce4 100%      );    font-size: 22px;    box-shadow:      0 7px 18px      rgba(52, 76, 91, 0.08);  }  #bootcut-denim-page  .bd-feature-title {    margin: 0;    font-family:      Georgia,      \"Times New Roman\",      Times,      serif;    font-size:      clamp(21px, 3.1cqw, 29px);    line-height: 1.2;    font-weight: 700;    background:      linear-gradient(        90deg,        #7596a8 0%,        #55778b 50%,        #3d596a 100%      );    background-clip: text;    -webkit-background-clip: text;    color: transparent;    -webkit-text-fill-color: transparent;  }  #bootcut-denim-page  .bd-feature-copy p {    margin: 0;    color: var(--text-soft);    font-size: 16px;    line-height: 1.72;  }  \/* =========================     SIZE  ========================= *\/  #bootcut-denim-page  .bd-size {    margin-top: 30px;    padding: 28px 24px;    border:      1px solid var(--line);    border-radius:      var(--radius-lg);    background:      linear-gradient(        90deg,        #fffaf4 0%,        #f1f4f4 28%,        #e2ecef 61%,        #d0e0e7 100%      );    box-shadow: var(--shadow);    text-align: center;  }  #bootcut-denim-page  .bd-section-title {    margin: 0;    color: #405f72;    font-family:      Georgia,      \"Times New Roman\",      Times,      serif;    font-size:      clamp(25px, 3.8cqw, 34px);    line-height: 1.2;    font-weight: 600;  }  #bootcut-denim-page  .bd-size \u003e p {    max-width: 760px;    margin: 12px auto 0;    color: var(--text-soft);  }  #bootcut-denim-page  .bd-size-chart {    margin-top: 20px;    overflow: hidden;    border:      1px solid      rgba(64, 93, 112, 0.10);    border-radius:      var(--radius-md);    background: #ffffff;    box-shadow:      0 8px 24px      rgba(52, 76, 91, 0.05);  }  \/* =========================     PRODUCT DETAILS  ========================= *\/  #bootcut-denim-page  .bd-details {    margin-top: 26px;    padding: 28px 24px;    border:      1px solid var(--line);    border-radius:      var(--radius-lg);    background:      linear-gradient(        90deg,        #fffaf4 0%,        #f3f3ef 27%,        #e5edef 61%,        #d3e2e8 100%      );    box-shadow: var(--shadow);  }  #bootcut-denim-page  .bd-details  .bd-section-title {    margin-bottom: 16px;    text-align: center;  }  #bootcut-denim-page  .bd-detail-list {    display: grid;    grid-template-columns: 1fr;    gap: 8px;  }  #bootcut-denim-page  .bd-detail-item {    padding: 13px 15px;    border:      1px solid      rgba(64, 93, 112, 0.10);    border-radius: 14px;    background:      linear-gradient(        90deg,        #ffffff 0%,        #faf8f3 35%,        #edf2f3 68%,        #dbe7ec 100%      );    color: var(--text);    font-size: 15px;    line-height: 1.55;  }  \/* =========================     FAQ  ========================= *\/  #bootcut-denim-page  .bd-faq {    margin-top: 28px;    padding: 30px 24px;    border:      1px solid var(--line);    border-radius:      var(--radius-lg);    background:      linear-gradient(        90deg,        #fffaf4 0%,        #f1f4f4 27%,        #e1ebef 59%,        #ccdfe6 100%      );    box-shadow: var(--shadow);  }  #bootcut-denim-page  .bd-faq  .bd-section-title {    margin-bottom: 20px;    text-align: center;  }  #bootcut-denim-page  .bd-faq-item {    margin-bottom: 10px;    overflow: hidden;    border:      1px solid      rgba(64, 93, 112, 0.12);    border-radius: 15px;    background:      linear-gradient(        90deg,        #ffffff 0%,        #faf8f4 36%,        #edf2f4 68%,        #d8e6eb 100%      );  }  #bootcut-denim-page  .bd-faq-item:last-child {    margin-bottom: 0;  }  #bootcut-denim-page  .bd-faq-item summary {    position: relative;    display: flex;    align-items: center;    min-height: 62px;    padding:      16px 52px 16px 17px;    color: #405f71;    font-size: 15px;    line-height: 1.5;    font-weight: 700;    cursor: pointer;    list-style: none;  }  #bootcut-denim-page  .bd-faq-item  summary::-webkit-details-marker {    display: none;  }  #bootcut-denim-page  .bd-faq-item summary::after {    content: \"⌄\";    position: absolute;    right: 18px;    top: 50%;    transform:      translateY(-55%)      rotate(0deg);    color: var(--denim-main);    font-size: 24px;    line-height: 1;    transition:      transform 0.28s ease;  }  #bootcut-denim-page  .bd-faq-item[open]  summary::after {    transform:      translateY(-35%)      rotate(180deg);  }  #bootcut-denim-page  .bd-faq-answer {    padding:      0 17px 18px;    color: var(--text-soft);    font-size: 15px;    line-height: 1.7;  }  \/* =========================     SHIPPING  ========================= *\/  #bootcut-denim-page  .bd-shipping {    margin-top: 28px;    padding: 30px 24px;    border:      1px solid var(--line);    border-radius:      var(--radius-lg);    background:      linear-gradient(        90deg,        #fffaf4 0%,        #f3f3ef 24%,        #e3ecef 55%,        #cfe0e7 81%,        #edf3f5 100%      );    box-shadow:      0 14px 32px      rgba(62, 93, 114, 0.09);  }  #bootcut-denim-page  .bd-shipping-eyebrow {    margin: 0 0 7px;    color: var(--denim-deep);    font-size: 11px;    font-weight: 700;    letter-spacing: 0.16em;    text-align: center;  }  #bootcut-denim-page  .bd-shipping  .bd-section-title {    margin-bottom: 22px;    text-align: center;  }  #bootcut-denim-page  .bd-shipping-list {    display: flex;    flex-direction: column;    gap: 11px;  }  #bootcut-denim-page  .bd-shipping-card {    display: flex;    align-items: flex-start;    gap: 14px;    padding: 17px;    border:      1px solid      rgba(64, 93, 112, 0.11);    border-radius: 16px;    background:      linear-gradient(        90deg,        #ffffff 0%,        #faf8f4 36%,        #edf2f3 68%,        #d8e6eb 100%      );    box-shadow:      0 5px 14px      rgba(52, 76, 91, 0.05);  }  #bootcut-denim-page  .bd-shipping-icon {    flex: 0 0 44px;    display: flex;    align-items: center;    justify-content: center;    width: 44px;    height: 44px;    border-radius: 12px;    background:      linear-gradient(        90deg,        #8ca8b6 0%,        #658699 52%,        #456174 100%      );    color: #ffffff;    font-size: 21px;    box-shadow:      0 7px 17px      rgba(52, 76, 91, 0.18);  }  #bootcut-denim-page  .bd-shipping-card h4 {    margin: 0 0 3px;    color: #405d6f;    font-family:      Georgia,      \"Times New Roman\",      Times,      serif;    font-size: 18px;    line-height: 1.3;  }  #bootcut-denim-page  .bd-shipping-card p {    margin: 0;    color: var(--text-soft);    font-size: 14px;    line-height: 1.6;  }  \/* =========================     BUY BUTTON  ========================= *\/  #bootcut-denim-page  .bd-buy-wrap {    display: flex;    justify-content: center;    margin-top: 24px;  }  #bootcut-denim-page  .product-buy {    display: inline-flex;    align-items: center;    justify-content: center;    min-width: 180px;    padding: 14px 28px;    border-radius: 999px;    background:      linear-gradient(        90deg,        #88a5b4 0%,        #628296 50%,        #405d70 100%      );    color: #ffffff;    font-size: 15px;    font-weight: 700;    text-decoration: none;    box-shadow:      0 10px 24px      rgba(52, 76, 91, 0.24);    transition:      transform 0.25s ease,      box-shadow 0.25s ease;  }  \/* =========================     CONTAINER RESPONSIVE     根据 Shopify 详情区域     实际宽度自动排版，     不按整个电脑屏幕宽度。  ========================= *\/  @container bootcutDenim  (min-width: 860px) {    #bootcut-denim-page    .bd-features {      grid-template-columns:        repeat(2, minmax(0, 1fr));    }    #bootcut-denim-page    .bd-feature:nth-child(5) {      grid-column: 1 \/ -1;      width: 100%;      max-width: 760px;      margin: 0 auto;    }    #bootcut-denim-page    .bd-detail-list {      grid-template-columns:        repeat(2, minmax(0, 1fr));    }  }  \/* =========================     HOVER  ========================= *\/  @media  (hover: hover)  and  (pointer: fine) {    #bootcut-denim-page    .bd-feature:hover {      transform:        translateY(-4px);      box-shadow:        0 20px 42px        rgba(52, 76, 91, 0.14);    }    #bootcut-denim-page    .bd-feature:hover    .bd-feature-media img {      transform:        scale(1.015);    }    #bootcut-denim-page    .product-buy:hover {      transform:        translateY(-2px);      box-shadow:        0 14px 30px        rgba(52, 76, 91, 0.31);    }  }  \/* =========================     MOBILE  ========================= *\/  @media screen  and (max-width: 749px) {    #bootcut-denim-page {      width:        calc(100vw - 2px);      max-width: none;      margin-left:        calc(50% - 50vw + 1px);      margin-right:        calc(50% - 50vw + 1px);      overflow-x: hidden;      overflow-x: clip;    }    #bootcut-denim-page    .bd-inner {      width: 100%;      padding:        26px 0 34px;    }    #bootcut-denim-page    .bd-hero {      padding-left: 16px;      padding-right: 16px;    }    #bootcut-denim-page    .bd-hero-title {      font-size: 30px;    }    #bootcut-denim-page    .bd-hero-gif {      margin-top: 22px;      margin-bottom: 22px;    }    #bootcut-denim-page    .bd-hero-gif img {      max-width: 315px;      border-radius: 15px;    }    #bootcut-denim-page    .bd-intro {      margin-left: 16px;      margin-right: 16px;      padding:        20px 17px;    }    #bootcut-denim-page    .bd-tags {      width: auto;      max-width: none;      margin:        20px 15px 30px;      gap: 10px;    }    #bootcut-denim-page    .bd-tag {      min-height: 44px;      padding:        9px 5px;      font-size: 11px;      white-space: nowrap;    }    #bootcut-denim-page    .bd-main-image,    #bootcut-denim-page    .bd-feature {      border-left: 0;      border-right: 0;      border-radius: 0;    }    #bootcut-denim-page    .bd-feature-copy {      padding:        21px 16px 23px;    }    #bootcut-denim-page    .bd-size,    #bootcut-denim-page    .bd-details,    #bootcut-denim-page    .bd-faq,    #bootcut-denim-page    .bd-shipping {      margin-left: 0;      margin-right: 0;      border-left: 0;      border-right: 0;      border-radius: 0;    }    #bootcut-denim-page    .bd-size,    #bootcut-denim-page    .bd-details,    #bootcut-denim-page    .bd-faq {      padding-left: 16px;      padding-right: 16px;    }    #bootcut-denim-page    .bd-shipping {      padding-left: 10px;      padding-right: 10px;    }    #bootcut-denim-page    .bd-feature-title {      font-size: 22px;    }    #bootcut-denim-page    .bd-feature-copy p,    #bootcut-denim-page    .bd-size \u003e p {      font-size: 15px;    }  }  @media screen  and (max-width: 390px) {    #bootcut-denim-page    .bd-tags {      margin-left: 10px;      margin-right: 10px;      gap: 8px;    }    #bootcut-denim-page    .bd-tag {      padding:        8px 3px;      font-size: 9.8px;    }    #bootcut-denim-page    .bd-hero-title {      font-size: 28px;    }  }  @media  (prefers-reduced-motion: reduce) {    #bootcut-denim-page *,    #bootcut-denim-page *::before,    #bootcut-denim-page *::after {      transition: none !important;    }  }\u003c\/style\u003e\n\u003cdiv id=\"bootcut-denim-page\"\u003e\n\u003cdiv class=\"bd-inner\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"bd-hero\"\u003e\n\u003cdiv class=\"bd-eyebrow\"\u003eEFFORTLESS DENIM EDIT\u003c\/div\u003e\n\u003ch2 class=\"bd-hero-title\"\u003e❓ \u003cb\u003eTired of rigid denim buttons digging into your waist every time you sit down?\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cspan id=\"bootcut-denim-buy-return-anchor\" class=\"product-buy-return-anchor\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"bd-hero-gif\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_26.gif?v=1787715118\" alt=\"Pull-On Bootcut Stretch Jeans\" width=\"315\" height=\"559\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bd-intro\"\u003e\n\u003cp\u003e✨ Say goodbye to stiff, uncomfortable jeans and hello to total freedom with our high-waisted pull-on bootcut denim. Designed with a smoothing flat waistband, it offers the iconic look of structured denim with the cloud-like comfort of your favorite leggings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-tags\"\u003e\n\u003cdiv class=\"bd-tag\"\u003e⏳ Bootcut Balance\u003c\/div\u003e\n\u003cdiv class=\"bd-tag\"\u003e☁️ Stretch Denim\u003c\/div\u003e\n\u003cdiv class=\"bd-tag\"\u003e🍑 Natural Contour\u003c\/div\u003e\n\u003cdiv class=\"bd-tag\"\u003e👖 Pull-On Comfort\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MAIN IMAGE --\u003e\n\u003cdiv class=\"bd-main-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_25_23_07_41_7.webp?v=1787715086\" alt=\"Pull-On Bootcut Denim\"\u003e\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"bd-features\"\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003carticle class=\"bd-feature\"\u003e\n\u003cdiv class=\"bd-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_25_23_07_09_2.webp?v=1787715085\" alt=\"Figure-Balancing Bootcut Cut\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bd-feature-copy\"\u003e\n\u003cdiv class=\"bd-feature-heading\"\u003e\n\u003cspan class=\"bd-feature-emoji\"\u003e⏳\u003c\/span\u003e\n\u003ch3 class=\"bd-feature-title\"\u003eFigure-Balancing Bootcut Cut\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eFitted gracefully through the hips and thighs with a subtle flare from the knee down, visually lengthening your legs and balancing your overall silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003carticle class=\"bd-feature\"\u003e\n\u003cdiv class=\"bd-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_25_23_07_23_3.webp?v=1787715086\" alt=\"Soft Cotton-Rich Stretch Denim\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bd-feature-copy\"\u003e\n\u003cdiv class=\"bd-feature-heading\"\u003e\n\u003cspan class=\"bd-feature-emoji\"\u003e☁️\u003c\/span\u003e\n\u003ch3 class=\"bd-feature-title\"\u003eSoft Cotton-Rich Stretch Denim\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eCrafted from premium washed cotton blended with soft stretch fibers—giving you authentic denim texture with all-day flexibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003carticle class=\"bd-feature\"\u003e\n\u003cdiv class=\"bd-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_25_23_07_27_4.webp?v=1787715086\" alt=\"Natural Butt-Lifting Contour\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bd-feature-copy\"\u003e\n\u003cdiv class=\"bd-feature-heading\"\u003e\n\u003cspan class=\"bd-feature-emoji\"\u003e🍑\u003c\/span\u003e\n\u003ch3 class=\"bd-feature-title\"\u003eNatural Butt-Lifting Contour\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eEngineered with back yoke stitching and targeted wash detailing to visually lift and shape your rear naturally.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003carticle class=\"bd-feature\"\u003e\n\u003cdiv class=\"bd-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_25_23_07_34_5.webp?v=1787715086\" alt=\"Four Functional Deep Pockets\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bd-feature-copy\"\u003e\n\u003cdiv class=\"bd-feature-heading\"\u003e\n\u003cspan class=\"bd-feature-emoji\"\u003e🔑\u003c\/span\u003e\n\u003ch3 class=\"bd-feature-title\"\u003eFour Functional Deep Pockets\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eEquipped with two front hand pockets and two reinforced back patch pockets to keep your everyday essentials close at hand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 5 --\u003e\n\u003carticle class=\"bd-feature\"\u003e\n\u003cdiv class=\"bd-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_25_23_07_38_6.webp?v=1787715086\" alt=\"No-Button Pull-On Comfort\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bd-feature-copy\"\u003e\n\u003cdiv class=\"bd-feature-heading\"\u003e\n\u003cspan class=\"bd-feature-emoji\"\u003e👖\u003c\/span\u003e\n\u003ch3 class=\"bd-feature-title\"\u003eNo-Button Pull-On Comfort\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eFeatures a smooth, ultra-wide elastic waistband that eliminates bulky buttons and zippers, gently flattening the tummy without rolling down.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0985\/5569\/1081\/files\/124D550E-B425-4A57-87DD-D88447A0B3A0.webp?v=1788946518\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0985\/5569\/1081\/files\/B_bb8a3435-bd08-4147-9f64-b9c0cc1688ca.webp?v=1788946558\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE --\u003e\n\u003csection class=\"bd-size\"\u003e\n\u003ch3 class=\"bd-section-title\"\u003e📏 \u003cb\u003eSize \u0026amp; Fit\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cp\u003eHigh-rise fit with generous 4-way stretch. Please refer to our size chart to find your perfect fit.\u003c\/p\u003e\n\u003cdiv class=\"bd-size-chart\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_25_23_41_35.webp?v=1787715726\" alt=\"Size Chart\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"bd-details\"\u003e\n\u003ch3 class=\"bd-section-title\"\u003e📝 \u003cb\u003eProduct Details\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"bd-detail-list\"\u003e\n\u003cdiv class=\"bd-detail-item\"\u003eStyle: Pull-On Bootcut Stretch Jeans\u003c\/div\u003e\n\u003cdiv class=\"bd-detail-item\"\u003eMaterial: Premium Washed Cotton (Breathable \u0026amp; High Stretch)\u003c\/div\u003e\n\u003cdiv class=\"bd-detail-item\"\u003eCare: Machine wash cold inside out with like colors. Tumble dry low or hang dry.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"bd-faq\"\u003e\n\u003ch3 class=\"bd-section-title\"\u003e❓ \u003cb\u003eFrequently Asked Questions\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cdetails class=\"bd-faq-item\"\u003e\n\u003csummary\u003eQ: Does the wide waistband roll down when bending over or sitting?\u003c\/summary\u003e\n\u003cdiv class=\"bd-faq-answer\"\u003eA: No, the double-stitched wide waistband is designed to stay flat and secure against your midsection throughout all daily movements.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bd-faq-item\"\u003e\n\u003csummary\u003eQ: Are these real jeans or thin leggings?\u003c\/summary\u003e\n\u003cdiv class=\"bd-faq-answer\"\u003eA: They feature durable, medium-weight cotton denim with full coverage (completely non-see-through) combined with the comfortable stretch of pull-on pants.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bd-faq-item\"\u003e\n\u003csummary\u003eQ: Will the bootcut hem drag on the ground with sneakers?\u003c\/summary\u003e\n\u003cdiv class=\"bd-faq-answer\"\u003eA: The inseam is tailored to sit cleanly over casual sneakers, loafers, or ankle boots without excessive dragging.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING --\u003e\n\u003csection class=\"bd-shipping\"\u003e\n\u003cdiv class=\"bd-shipping-eyebrow\"\u003eSHOP WITH CONFIDENCE\u003c\/div\u003e\n\u003ch3 class=\"bd-section-title\"\u003eShipping \u0026amp; Quality Guarantee\u003c\/h3\u003e\n\u003cdiv class=\"bd-shipping-list\"\u003e\n\u003cdiv class=\"bd-shipping-card\"\u003e\n\u003cdiv class=\"bd-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=\"bd-shipping-card\"\u003e\n\u003cdiv class=\"bd-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=\"bd-shipping-card\"\u003e\n\u003cdiv class=\"bd-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=\"bd-buy-wrap\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Redbarnx","offers":[{"title":"Dark Blue（Leg-slimming） \/ S","offer_id":56069640880201,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Dark Blue（Leg-slimming） \/ M","offer_id":56069640912969,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Dark Blue（Leg-slimming） \/ XL","offer_id":56069640945737,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Dark Blue（Leg-slimming） \/ 2XL","offer_id":56069640978505,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Dark Blue（Leg-slimming） \/ 3XL","offer_id":56069641011273,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Medium Gray（Leg-slimming） \/ S","offer_id":56069641044041,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Medium Gray（Leg-slimming） \/ M","offer_id":56069641076809,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Medium Gray（Leg-slimming） \/ XL","offer_id":56069641142345,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Medium Gray（Leg-slimming） \/ 2XL","offer_id":56069641175113,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Medium Gray（Leg-slimming） \/ 3XL","offer_id":56069641207881,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Medium Gray（Leg-slimming） \/ L","offer_id":56069641109577,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue（Leg-slimming） \/ S","offer_id":56069641240649,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue（Leg-slimming） \/ M","offer_id":56069641273417,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue（Leg-slimming） \/ XL","offer_id":56069641338953,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue（Leg-slimming） \/ 2XL","offer_id":56069641371721,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue（Leg-slimming） \/ 3XL","offer_id":56069641404489,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue（Leg-slimming） \/ L","offer_id":56069641306185,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Blue（Wide-leg） \/ S","offer_id":56069985960009,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Blue（Wide-leg） \/ M","offer_id":56069985992777,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Blue（Wide-leg） \/ XL","offer_id":56069986025545,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Blue（Wide-leg） \/ 2XL","offer_id":56069986058313,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Blue（Wide-leg） \/ 3XL","offer_id":56069986091081,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Blue（Wide-leg） \/ L","offer_id":56069986123849,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Deep Blue（Wide-leg） \/ S","offer_id":56069986156617,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Deep Blue（Wide-leg） \/ M","offer_id":56069986189385,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Deep Blue（Wide-leg） \/ XL","offer_id":56069986222153,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Deep Blue（Wide-leg） \/ 2XL","offer_id":56069986254921,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Deep Blue（Wide-leg） \/ 3XL","offer_id":56069986287689,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true},{"title":"Deep Blue（Wide-leg） \/ L","offer_id":56069986320457,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0985\/5569\/1081\/files\/ChatGPT_Image_2026_8_25_23_07_41_7.webp?v=1788939021","url":"https:\/\/www.redbarnx.com\/es\/products\/womens-high-waisted-bootcut-stretch-denim-jeans","provider":"Redbarnx","version":"1.0","type":"link"}