{"product_id":"women-s-plus-size-high-waisted-stretchy-striped-wide-leg-casual-pants","title":"Women’s Plus Size High-Waisted Stretchy Striped Wide-Leg Casual Pants","description":"\u003cstyle\u003e\n  :root {\n    --color-primary: #C5A059;\n    --color-accent: #D4AF37;\n    --color-cta: #FF2D55;\n    --color-bg: transparent;\n    --color-card: #FFFFFF;\n    --color-card-alt: #FAFAFA;\n    --color-text: #000000;\n    --color-muted: #222222;\n    --color-border: transparent;\n  }\n\n  body {\n    margin: 0;\n    padding: 0;\n    color: var(--color-text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    font-family: 'Montserrat', system-ui, -apple-system, sans-serif;\n  }\n\n  .pdp-container {\n    width: 100%;\n    background-color: var(--color-bg);\n    overflow-x: hidden;\n  }\n\n  .pdp-wrapper {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .pdp-wrapper {\n      padding: 24px;\n    }\n  }\n\n  section {\n    background-color: var(--color-card);\n    border: none;\n    border-radius: 16px;\n    padding: 16px;\n    margin-bottom: 12px;\n    box-shadow: none;\n  }\n\n  @media (min-width: 768px) {\n    section {\n      padding: 32px;\n      margin-bottom: 24px;\n    }\n  }\n\n  h2 {\n    font-size: 1.3rem;\n    font-weight: 800;\n    margin-bottom: 12px;\n    color: var(--color-text);\n    text-align: center;\n  }\n\n  @media (min-width: 768px) {\n    h2 {\n      font-size: 1.75rem;\n      margin-bottom: 20px;\n    }\n  }\n\n  section.mobile-zoom-section {\n    background-color: transparent !important;\n    border: none !important;\n    border-radius: 0 !important;\n    padding: 0 !important;\n    box-shadow: none !important;\n    margin-bottom: 12px;\n  }\n\n  @media (max-width: 768px) {\n    .mobile-zoom-section {\n      padding: 0 !important;\n      margin-left: -12px;\n      margin-right: -12px;\n      width: calc(100% + 24px);\n      border-radius: 0 !important;\n      border: none !important;\n    }\n\n    .mobile-zoom-section img {\n      width: 100% !important;\n      max-width: 100% !important;\n      display: block;\n      border-radius: 0;\n    }\n  }\n\n  .hero-section {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .hero-section {\n      gap: 24px;\n    }\n  }\n\n  .hero-badge-group {\n    display: flex;\n    gap: 8px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n\n  .badge,\n  .badge-sales {\n    background-color: rgba(197,160,89,0.1);\n    color: #8C6D23;\n    padding: 4px 10px;\n    border-radius: 20px;\n    font-size: 11px;\n    font-weight: 700;\n    border: none;\n  }\n\n  @media (min-width: 768px) {\n    .badge,\n    .badge-sales {\n      font-size: 12px;\n      padding: 4px 12px;\n    }\n  }\n\n  .hero-title {\n    font-size: 1.5rem;\n    font-weight: 900;\n    line-height: 1.25;\n    max-width: 900px;\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .hero-title {\n      font-size: 2.25rem;\n    }\n  }\n\n  .hero-subtitle {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--color-muted);\n    max-width: 800px;\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .hero-subtitle {\n      font-size: 14px;\n    }\n  }\n\n  .features-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n  }\n\n  @media (min-width: 768px) {\n    .features-grid {\n      gap: 16px;\n    }\n  }\n\n  .feature-card {\n    background: var(--color-card-alt);\n    border: none;\n    border-radius: 12px;\n    padding: 16px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  @media (min-width: 768px) {\n    .feature-card {\n      padding: 20px;\n    }\n  }\n\n  .feature-card h3 {\n    font-size: 15px;\n    font-weight: 800;\n    margin-bottom: 6px;\n    margin-top: 0;\n  }\n\n  @media (min-width: 768px) {\n    .feature-card h3 {\n      font-size: 16px;\n    }\n  }\n\n  .feature-card p {\n    color: var(--color-muted);\n    font-size: 13px;\n    font-weight: 600;\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .feature-card p {\n      font-size: 14px;\n    }\n  }\n\n  section.size-chart-section {\n    background-color: transparent !important;\n    border: none !important;\n    border-radius: 0 !important;\n    padding: 12px 0 !important;\n    box-shadow: none !important;\n  }\n\n  .specs-table-container {\n    width: 100%;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 8px;\n    min-width: 280px;\n  }\n\n  .specs-table th,\n  .specs-table td {\n    padding: 10px 8px;\n    border: none;\n    text-align: left;\n    color: var(--color-text);\n    font-size: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .specs-table th,\n    .specs-table td {\n      padding: 14px 16px;\n      font-size: 14px;\n    }\n  }\n\n  .specs-table th {\n    width: 35%;\n    color: #000000;\n    font-weight: 800;\n    background-color: #F4F4F4;\n    border-radius: 6px 0 0 6px;\n  }\n\n  .specs-table td {\n    width: 65%;\n    font-weight: 700;\n  }\n\n  .select-size-btn-container {\n    text-align: center;\n    margin: 16px 0;\n  }\n\n  @media (min-width: 768px) {\n    .select-size-btn-container {\n      margin: 30px 0;\n    }\n  }\n\n  .select-size-btn {\n    display: inline-block;\n    background-color: var(--color-primary);\n    color: #FFFFFF;\n    border: none;\n    font-size: 12px;\n    font-weight: 700;\n    padding: 10px 24px;\n    border-radius: 25px;\n    text-decoration: none;\n    transition: all 0.2s;\n    animation: pulse-glow-gold 2.5s infinite ease-in-out;\n  }\n\n  @media (min-width: 768px) {\n    .select-size-btn {\n      font-size: 13px;\n      padding: 12px 28px;\n    }\n  }\n\n  @keyframes pulse-glow-gold {\n    0% {\n      box-shadow: 0 0 15px rgba(197,160,89,0.4), 0 10px 25px -5px rgba(197,160,89,0.3);\n      transform: scale(1);\n    }\n    50% {\n      box-shadow: 0 0 35px rgba(197,160,89,0.8), 0 10px 30px -5px rgba(197,160,89,0.5);\n      transform: scale(1.03);\n    }\n    100% {\n      box-shadow: 0 0 15px rgba(197,160,89,0.4), 0 10px 25px -5px rgba(197,160,89,0.3);\n      transform: scale(1);\n    }\n  }\n\n  .faq-item {\n    border: none;\n    border-radius: 10px;\n    margin-bottom: 8px;\n    overflow: hidden;\n    background: var(--color-card-alt);\n  }\n\n  .faq-item summary {\n    padding: 12px 14px;\n    font-size: 13px;\n    font-weight: 800;\n    cursor: pointer;\n    outline: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .faq-item summary {\n      padding: 16px 20px;\n      font-size: 15px;\n    }\n  }\n\n  .faq-item p {\n    padding: 0 14px 12px 14px;\n    color: var(--color-muted);\n    font-weight: 600;\n    margin: 0;\n    font-size: 12.5px;\n  }\n\n  @media (min-width: 768px) {\n    .faq-item p {\n      padding: 0 20px 16px 20px;\n      font-size: 14px;\n    }\n  }\n\n  .shipping-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  @media (min-width: 640px) {\n    .shipping-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n  }\n\n  .shipping-card {\n    background: var(--color-card-alt);\n    border: none;\n    border-radius: 12px;\n    padding: 14px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .shipping-card {\n      padding: 20px;\n      gap: 16px;\n    }\n  }\n\n  .shipping-icon {\n    font-size: 1.4rem;\n  }\n\n  @media (min-width: 768px) {\n    .shipping-icon {\n      font-size: 1.8rem;\n    }\n  }\n\n  .shipping-info h3 {\n    margin: 0;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .cta-section {\n    background-color: #FAFAFA;\n    border: none;\n    color: var(--color-text);\n    text-align: center;\n    padding: 24px 16px;\n    border-radius: 16px;\n    margin-bottom: 12px;\n  }\n\n  @media (min-width: 768px) {\n    .cta-section {\n      padding: 50px 20px;\n      margin-bottom: 24px;\n    }\n  }\n\n  .cta-section h2 {\n    color: var(--color-text);\n    font-size: 1.4rem;\n    font-weight: 800;\n    margin-bottom: 10px;\n  }\n\n  @media (min-width: 768px) {\n    .cta-section h2 {\n      font-size: 2.25rem;\n      margin-bottom: 16px;\n    }\n  }\n\n  .cta-section p {\n    color: var(--color-muted);\n    font-size: 0.95rem;\n    font-weight: 600;\n    margin-bottom: 20px;\n  }\n\n  @media (min-width: 768px) {\n    .cta-section p {\n      font-size: 1.1rem;\n      margin-bottom: 30px;\n    }\n  }\n\n  .cta-button {\n    display: block;\n    width: 90%;\n    max-width: 400px;\n    margin: 0 auto;\n    background-color: var(--color-cta);\n    color: #FFFFFF;\n    font-size: 1.1rem;\n    font-weight: 800;\n    padding: 14px 20px;\n    border-radius: 30px;\n    text-decoration: none;\n    transition: background-color 0.2s;\n    animation: pulse-glow-red 2.5s infinite ease-in-out;\n    box-sizing: border-box;\n  }\n\n  @media (min-width: 768px) {\n    .cta-button {\n      display: inline-block;\n      width: auto;\n      font-size: 1.375rem;\n      padding: 18px 48px;\n    }\n  }\n\n  .cta-button:hover {\n    background-color: #E02447;\n  }\n\n  @keyframes pulse-glow-red {\n    0% {\n      box-shadow: 0 0 15px rgba(255,45,85,0.4), 0 10px 25px -5px rgba(255,45,85,0.3);\n      transform: scale(1);\n    }\n    50% {\n      box-shadow: 0 0 35px rgba(255,45,85,0.8), 0 10px 30px -5px rgba(255,45,85,0.5);\n      transform: scale(1.03);\n    }\n    100% {\n      box-shadow: 0 0 15px rgba(255,45,85,0.4), 0 10px 25px -5px rgba(255,45,85,0.3);\n      transform: scale(1);\n    }\n  }\n\n  .reviews-overview {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 4px;\n    margin-bottom: 16px;\n    text-align: center;\n  }\n\n  @media (min-width: 768px) {\n    .reviews-overview {\n      gap: 8px;\n      margin-bottom: 30px;\n    }\n  }\n\n  .rating-score {\n    font-size: 2.5rem;\n    font-weight: 900;\n    color: var(--color-text);\n    line-height: 1;\n  }\n\n  @media (min-width: 768px) {\n    .rating-score {\n      font-size: 3.5rem;\n    }\n  }\n\n  .reviews-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .reviews-list {\n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n      gap: 20px;\n    }\n  }\n\n  .review-card {\n    background: var(--color-card-alt);\n    border: none;\n    border-radius: 12px;\n    padding: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .review-card {\n      padding: 20px;\n    }\n  }\n\n  .review-header {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 8px;\n  }\n\n  @media (min-width: 768px) {\n    .review-header {\n      gap: 12px;\n      margin-bottom: 12px;\n    }\n  }\n\n  .review-avatar {\n    width: 48px;\n    height: 48px;\n    border-radius: 50%;\n    object-fit: cover;\n    border: 2px solid var(--color-primary);\n  }\n\n  @media (min-width: 768px) {\n    .review-avatar {\n      width: 56px;\n      height: 56px;\n    }\n  }\n\n  .review-user-info h4 {\n    margin: 0;\n    font-size: 13px;\n    font-weight: 800;\n    color: var(--color-text);\n  }\n\n  @media (min-width: 768px) {\n    .review-user-info h4 {\n      font-size: 14px;\n    }\n  }\n\n  .verified-badge {\n    font-size: 11px;\n    font-weight: 700;\n    color: #8C6D23;\n    background: rgba(197,160,89,0.1);\n    padding: 2px 6px;\n    border-radius: 4px;\n    display: inline-block;\n    margin-top: 2px;\n    border: none;\n  }\n\n  .review-comment {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--color-muted);\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .review-comment {\n      font-size: 14px;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .feature-card,\n    .shipping-card,\n    .review-card,\n    .faq-item {\n      background: transparent !important;\n      border: none !important;\n      border-radius: 0 !important;\n      padding: 12px 0 !important;\n      box-shadow: none !important;\n    }\n\n    .faq-item {\n      margin-bottom: 4px;\n    }\n\n    .faq-item summary {\n      padding: 10px 0 !important;\n    }\n\n    .faq-item p {\n      padding: 0 0 10px 0 !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pdp-container\"\u003e\n\u003cdiv id=\"top\" class=\"pdp-wrapper\"\u003e\n\u003csection class=\"mobile-zoom-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/3fa37cf4cae00cee6a71538a031c0ac1.png?v=1787715453\" alt=\"\"\u003e\u003c\/section\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-group\"\u003e\n\u003cspan class=\"badge\"\u003e⭐ 4.7 \/ 5.0 Rating\u003c\/span\u003e \u003cspan class=\"badge badge-sales\"\u003e🔥 Sold 3.1K+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eVersatile vertical striped wide-leg pants\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eComfortable, slimming, and versatile, it easily handles various occasions such as daily life, travel, and vacation.\u003c\/p\u003e\n\u003cp class=\"hero-subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/01_-_2026-08-26T120713.921.gif?v=1787724873\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e💃Slim-fit wide-leg pants\u003c\/h3\u003e\n\u003cp\u003eVertical stripes visually lengthen the legs, while the loose wide-leg cut makes them more comfortable to wear and suitable for most body types.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/6d9d46462d65ed5cd84915dbd816697e.png?v=1787724595\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e✨️Elastic Waistband\u003c\/h3\u003e\n\u003cp\u003eThe high-waisted elastic waistband provides a comfortable and snug fit, and the built-in drawstring allows for adjustable tightness to suit individual needs.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/517f71512aca134c95bc9a85722ed0ba.png?v=1787724595\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e☁️ Lightweight and Breathable Fabric\u003c\/h3\u003e\n\u003cp\u003eMade from a blend of 90% polyester and 10% spandex, this fabric offers exceptional breathability and comfort for a snug fit.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/051fa013b2fe356e590bb9730c4e039d.png?v=1787724594\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e🏃♀️Suitable for all occasions\u003c\/h3\u003e\n\u003cp\u003eThese trousers are perfect for commuting to work, daily outings, outdoor picnics, road trips, or beach vacations, easily creating a variety of casual looks.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/66c5ad95dfce9a3d0eec4558aa6fee80.png?v=1787724594\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"size-chart-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003ePlus Size Striped Wide Leg Casual Lounge Pants\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial Composition\u003c\/th\u003e\n\u003ctd\u003e90% Polyester \u0026amp; 10% Spandex Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFabric Property\u003c\/th\u003e\n\u003ctd\u003eSkin-Friendly, Soft, Breathable, Slight Stretch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWaist Design\u003c\/th\u003e\n\u003ctd\u003eHigh Waist with Adjustable Drawstring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFit Style\u003c\/th\u003e\n\u003ctd\u003eLoose Fit Wide Leg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAvailable Sizes\u003c\/th\u003e\n\u003ctd\u003e1X, 2X, 3X, 4X, 5X\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSeason\u003c\/th\u003e\n\u003ctd\u003eAll Seasons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOccasion\u003c\/th\u003e\n\u003ctd\u003eCasual Daily, Work, Office, Lounge, Travel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCare Instructions\u003c\/th\u003e\n\u003ctd\u003eMachine wash cold on gentle cycle or hand wash, do not bleach, line dry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"select-size-btn-container\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003ca href=\"#top\" class=\"select-size-btn\" style=\"color: rgb(255, 255, 255);\"\u003e ↑ Return to Top \u003c\/a\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003csection\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat are these wide-leg pants made of? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eThey are made from a blend of polyester and spandex, offering a soft touch, breathability, and slight stretch for maximum comfort.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDo these pants have pockets? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eYes, they feature spacious side pockets deep enough to securely hold your phone and everyday accessories.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat kind of waist design do they have? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eThey feature a high-waisted elastic band paired with an adjustable drawstring for a snug, comfortable fit that never feels restrictive.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat sizes are available? \u003cspan style=\"font-size: 1.2rem;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eExtended plus sizes are available, ranging from 1X up to 5X.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003ch2\u003eShipping \u0026amp; Worry-Free Service\u003c\/h2\u003e\n\u003cdiv class=\"shipping-grid\"\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003eFast Shipping Options\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003e24\/7 Customer Support\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003e30-Day Hassle-Free Returns\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003eSecure Checkout \u0026amp; Guarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv id=\"buy-now\" class=\"cta-section\"\u003e\n\u003ch2\u003eBring Comfort \u0026amp; Style Home\u003c\/h2\u003e\n\u003cp\u003eExperience lightweight, slimming, and versatile lounge pants designed for your everyday confidence.\u003c\/p\u003e\n\u003ca href=\"#top\" class=\"cta-button\"\u003e \u003cspan style=\"color: rgb(255, 255, 255);\"\u003eBuy Now — 50%OFF\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003csection\u003e\n\u003ch2\u003eReal Buyer Reviews\u003c\/h2\u003e\n\u003cdiv class=\"reviews-overview\"\u003e\n\u003cdiv class=\"rating-score\"\u003e4.7\/5.0\u003c\/div\u003e\n\u003cdiv style=\"color: #c5a059; font-size: 1.6rem; margin-top: 4px;\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12.5px; color: #000000; margin-top: 4px;\"\u003eBased on 972 global reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reviews-list\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1544005313-94ddf0286df2?auto=format\u0026amp;fit=crop\u0026amp;w=150\u0026amp;q=80\" alt=\"Customer Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eJessica M.\u003c\/h4\u003e\n\u003cspan style=\"color: #c5a059; font-size: 0.85rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e“Super cute, incredibly comfortable, and fits true to size! The waistband is stretchy with no pinching, the vertical stripes are very slimming, and they actually have real pockets!”\u003c\/p\u003e\n\u003cp class=\"review-comment\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/b09ac33368dd8170284939b9290d88a0.png?v=1787726766\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1573496359142-b8d87734a5a2?auto=format\u0026amp;fit=crop\u0026amp;w=150\u0026amp;q=80\" alt=\"Customer Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eAmanda L.\u003c\/h4\u003e\n\u003cspan style=\"color: #c5a059; font-size: 0.85rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e“The fabric quality and feel are amazing! They feel like wearing a cloud—so soft and lightweight. Will definitely be purchasing another pair soon!”\u003c\/p\u003e\n\u003cp class=\"review-comment\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/05e11b1d07cefab8efecbaa42617d093.png?v=1787726668\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1580489944761-15a19d654956?auto=format\u0026amp;fit=crop\u0026amp;w=150\u0026amp;q=80\" alt=\"Customer Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eChloe S.\u003c\/h4\u003e\n\u003cspan style=\"color: #c5a059; font-size: 0.85rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e“These pants are an absolute dream. High-waisted, flowy, striped, and they include deep pockets! I got so many compliments wearing them out.”\u003c\/p\u003e\n\u003cp class=\"review-comment\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/e60fbe0f83e91ce9aa0de378228eac95.png?v=1787726735\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1567532939604-b6b5b0db2604?auto=format\u0026amp;fit=crop\u0026amp;w=150\u0026amp;q=80\" alt=\"Customer Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eSamantha W.\u003c\/h4\u003e\n\u003cspan style=\"color: #c5a059; font-size: 0.85rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e“Lightweight, breathable, and wonderfully relaxing. Perfect for warm weather or lazy weekends around the house. Highly recommend!”\u003c\/p\u003e\n\u003cp class=\"review-comment\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/34aa9452a3c077f374c427acb26ae5b3.png?v=1787726788\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1534528741775-53994a69daeb?auto=format\u0026amp;fit=crop\u0026amp;w=150\u0026amp;q=80\" alt=\"Customer Avatar\" class=\"review-avatar\"\u003e\n\u003cdiv class=\"review-user-info\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between;\"\u003e\n\u003ch4\u003eRachel K.\u003c\/h4\u003e\n\u003cspan style=\"color: #c5a059; font-size: 0.85rem;\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"verified-badge\"\u003eVerified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-comment\"\u003e“Exceeded my expectations! The drape is gorgeous and they wash very well without losing shape or softness. Absolute favorite wardrobe staple.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"US","offers":[{"title":"Black Stripe \/ 1X","offer_id":43130744799303,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA031-1X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Black Stripe \/ 2X","offer_id":43130744832071,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA031-2X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Black Stripe \/ 3X","offer_id":43130744864839,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA031-3X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Black Stripe \/ 4X","offer_id":43130744897607,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA031-4X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Black Stripe \/ 5X","offer_id":43130744930375,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA031-5X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Apricot Stripe \/ 1X","offer_id":43130744963143,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02Y-1X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Apricot Stripe \/ 2X","offer_id":43130744995911,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02Y-2X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Apricot Stripe \/ 3X","offer_id":43130745028679,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02Y-3X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Apricot Stripe \/ 4X","offer_id":43130745061447,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02Y-4X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Apricot Stripe \/ 5X","offer_id":43130745094215,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02Y-5X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Blue Stripe \/ 1X","offer_id":43130745126983,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02V-1X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Blue Stripe \/ 2X","offer_id":43130745159751,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02V-2X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Blue Stripe \/ 3X","offer_id":43130745192519,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02V-3X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Blue Stripe \/ 4X","offer_id":43130745225287,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02V-4X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Blue Stripe \/ 5X","offer_id":43130745258055,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02V-5X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Orange Stripe \/ 1X","offer_id":43130745290823,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02W-1X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Orange Stripe \/ 2X","offer_id":43130745323591,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02W-2X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Orange Stripe \/ 3X","offer_id":43130745356359,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02W-3X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Orange Stripe \/ 4X","offer_id":43130745389127,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02W-4X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Orange Stripe \/ 5X","offer_id":43130745421895,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02W-5X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Rose Stripe \/ 1X","offer_id":43130745454663,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02Z-1X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Rose Stripe \/ 2X","offer_id":43130745487431,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02Z-2X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Rose Stripe \/ 3X","offer_id":43130745520199,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02Z-3X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Rose Stripe \/ 4X","offer_id":43130745552967,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02Z-4X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Rose Stripe \/ 5X","offer_id":43130745585735,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02Z-5X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Red Stripe \/ 1X","offer_id":43130745618503,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02X-1X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Red Stripe \/ 2X","offer_id":43130745651271,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02X-2X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Red Stripe \/ 3X","offer_id":43130745684039,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02X-3X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Red Stripe \/ 4X","offer_id":43130745716807,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02X-4X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Red Stripe \/ 5X","offer_id":43130745749575,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA02X-5X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Green Stripe \/ 1X","offer_id":43130745782343,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA030-1X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Green Stripe \/ 2X","offer_id":43130745815111,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA030-2X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Green Stripe \/ 3X","offer_id":43130745847879,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA030-3X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Green Stripe \/ 4X","offer_id":43130745880647,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA030-4X","price":33.9,"currency_code":"USD","in_stock":true},{"title":"Green Stripe \/ 5X","offer_id":43130745913415,"sku":"NC01822608261174-女士条纹直筒裤CKLLMAA030-5X","price":33.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/6cada00511f3e48711bb27d06fc89394.png?v=1787724722","url":"https:\/\/bamafrontierman.com\/products\/women-s-plus-size-high-waisted-stretchy-striped-wide-leg-casual-pants","provider":"bamafrontierman.com","version":"1.0","type":"link"}