{"product_id":"womens-winter-high-waist-fleece-lined-flare-pants-with-pockets","title":"Women's Winter High-Waist Fleece-Lined Flare Pants with Pockets","description":"\u003cstyle\u003e\n    :root {\n        \/* =========================================================\n           UNIFIED VISUAL SYSTEM\n        ========================================================= *\/\n\n        \/* Global background *\/\n        --page-bg: #F5F3EF;\n\n        \/* All cards *\/\n        --card-bg: #FFFFFF;\n\n        \/* Main text *\/\n        --text-main: #202020;\n        --text-muted: #66625D;\n\n        \/* Unified brand accent *\/\n        --accent-color: #963653;\n        --accent-dark: #7E2944;\n        --accent-soft: #F7EDF0;\n\n        \/* Borders *\/\n        --card-border: rgba(32, 32, 32, 0.08);\n        --soft-border: rgba(150, 54, 83, 0.16);\n\n        \/* Shadows *\/\n        --shadow-card: 0 8px 26px rgba(32, 32, 32, 0.045);\n        --shadow-hover: 0 12px 34px rgba(32, 32, 32, 0.07);\n\n        --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n\n    \/* =========================================================\n       GLOBAL RESET\n    ========================================================= *\/\n\n    .pdp-container,\n    .pdp-container * {\n        box-sizing: border-box;\n    }\n\n    .pdp-container * {\n        font-family:\n            -apple-system,\n            BlinkMacSystemFont,\n            \"Segoe UI\",\n            Roboto,\n            Helvetica,\n            Arial,\n            sans-serif;\n    }\n\n\n    \/* =========================================================\n       GLOBAL PAGE BACKGROUND\n    ========================================================= *\/\n\n    .pdp-container {\n        max-width: 1200px;\n\n        margin: 0 auto !important;\n\n        padding: 20px 16px 28px 16px !important;\n\n        display: flex;\n        flex-direction: column;\n\n        gap: 20px;\n\n        background: var(--page-bg);\n\n        color: var(--text-main);\n\n        line-height: 1.6;\n\n        -webkit-font-smoothing: antialiased;\n\n        border-radius: 20px;\n    }\n\n\n    \/* =========================================================\n       REMOVE SHOPIFY DEFAULT SPACING\n    ========================================================= *\/\n\n    .pdp-container .pdp-block-card \u003e *:first-child,\n    .pdp-container .detail-section \u003e *:first-child,\n    .pdp-container .feature-sub-card \u003e *:first-child,\n    .pdp-container .feature-content \u003e *:first-child {\n        margin-top: 0 !important;\n        padding-top: 0 !important;\n    }\n\n\n    .pdp-container h1,\n    .pdp-container h2,\n    .pdp-container h3,\n    .pdp-container h4,\n    .pdp-container p,\n    .pdp-container ul {\n        margin-top: 0 !important;\n    }\n\n\n    \/* =========================================================\n       ALL MAIN CARDS\n       SAME BACKGROUND COLOR\n    ========================================================= *\/\n\n    .pdp-container .pdp-block-card,\n    .pdp-container .section-hero,\n    .pdp-container .section-overview,\n    .pdp-container .section-size,\n    .pdp-container .section-flare,\n    .pdp-container .section-waist,\n    .pdp-container .section-fleece,\n    .pdp-container .section-stretch,\n    .pdp-container .section-style,\n    .pdp-container .section-faq,\n    .pdp-container .section-reviews,\n    .pdp-container .section-logistics,\n    .pdp-container .cta-banner {\n        background: var(--card-bg);\n    }\n\n\n    .pdp-container .pdp-block-card {\n        border-radius: 16px;\n\n        border: 1px solid var(--card-border);\n\n        padding: 24px 28px 28px !important;\n\n        box-shadow: var(--shadow-card);\n\n        transition: var(--transition-smooth);\n\n        overflow: hidden;\n    }\n\n\n    .pdp-container .pdp-block-card:hover {\n        box-shadow: var(--shadow-hover);\n    }\n\n\n    \/* =========================================================\n       HERO BADGES\n    ========================================================= *\/\n\n    .pdp-container .hero-badges {\n        display: flex;\n\n        justify-content: center;\n\n        gap: 10px;\n\n        flex-wrap: wrap;\n\n        margin: 0 0 14px 0 !important;\n\n        padding: 0 !important;\n    }\n\n\n    .pdp-container .badge-pill {\n        background: var(--accent-soft);\n\n        border: 1px solid var(--soft-border);\n\n        padding: 6px 13px;\n\n        border-radius: 30px;\n\n        font-size: 11px;\n\n        font-weight: 700;\n\n        letter-spacing: 0.45px;\n\n        text-transform: uppercase;\n\n        color: var(--accent-color);\n    }\n\n\n    \/* =========================================================\n       TITLES\n    ========================================================= *\/\n\n    .pdp-container .section-title {\n        font-size: 28px;\n\n        line-height: 1.24;\n\n        font-weight: 750;\n\n        text-align: center !important;\n\n        margin-top: 0 !important;\n\n        margin-bottom: 12px !important;\n\n        padding-top: 0 !important;\n\n        letter-spacing: -0.45px;\n\n        color: var(--text-main);\n    }\n\n\n    .pdp-container .feature-sub-card h3,\n    .pdp-container .feature-content h3 {\n        text-align: center !important;\n\n        margin-top: 0 !important;\n    }\n\n\n    \/* =========================================================\n       BODY COPY\n    ========================================================= *\/\n\n    .pdp-container .section-desc {\n        font-size: 16px;\n\n        color: var(--text-muted);\n\n        text-align: left !important;\n\n        max-width: 780px;\n\n        margin: 0 auto 22px auto !important;\n\n        line-height: 1.7;\n    }\n\n\n    \/* =========================================================\n       ALL IMPORTANT TEXT\n       SAME ACCENT COLOR\n    ========================================================= *\/\n\n    .pdp-container .highlight,\n    .pdp-container .highlight-warm,\n    .pdp-container .highlight-dark {\n        color: var(--accent-color);\n\n        font-weight: 700;\n    }\n\n\n    \/* =========================================================\n       FEATURE BULLET LISTS\n    ========================================================= *\/\n\n    .pdp-container .selling-points {\n        max-width: 820px;\n\n        margin: 4px auto 20px auto !important;\n\n        padding: 0 !important;\n\n        display: flex;\n\n        flex-direction: column;\n\n        gap: 10px;\n\n        list-style: none;\n    }\n\n\n    .pdp-container .selling-points li {\n        position: relative;\n\n        padding: 10px 14px 10px 38px;\n\n        margin: 0 !important;\n\n        background: var(--card-bg);\n\n        border: 1px solid var(--card-border);\n\n        border-radius: 10px;\n\n        color: var(--text-muted);\n\n        font-size: 15px;\n\n        line-height: 1.55;\n\n        text-align: left !important;\n    }\n\n\n    .pdp-container .selling-points li::before {\n        content: \"✓\";\n\n        position: absolute;\n\n        left: 14px;\n\n        top: 10px;\n\n        color: var(--accent-color);\n\n        font-weight: 800;\n\n        font-size: 15px;\n    }\n\n\n    \/* =========================================================\n       IMAGE\n    ========================================================= *\/\n\n    .pdp-container .image-wrapper {\n        width: 100%;\n\n        border-radius: 12px;\n\n        overflow: hidden;\n\n        background: var(--card-bg);\n\n        border: 1px solid var(--card-border);\n\n        display: flex;\n\n        justify-content: center;\n\n        align-items: center;\n\n        margin-top: 16px !important;\n\n        min-height: 280px;\n    }\n\n\n    .pdp-container .image-wrapper img {\n        width: 100%;\n\n        height: auto;\n\n        object-fit: cover;\n\n        display: block;\n    }\n\n\n    \/* =========================================================\n       FEATURE GRID\n    ========================================================= *\/\n\n    .pdp-container .features-grid {\n        display: grid;\n\n        grid-template-columns:\n            repeat(\n                auto-fit,\n                minmax(300px, 1fr)\n            );\n\n        gap: 18px;\n    }\n\n\n    .pdp-container .feature-sub-card {\n        background: var(--card-bg);\n\n        border-radius: 14px;\n\n        padding: 20px !important;\n\n        display: flex;\n\n        flex-direction: column;\n\n        justify-content: space-between;\n\n        border: 1px solid var(--card-border);\n\n        box-shadow:\n            0 4px 16px\n            rgba(32, 32, 32, 0.03);\n    }\n\n\n    .pdp-container .feature-sub-card h3 {\n        font-size: 20px;\n\n        line-height: 1.3;\n\n        margin-top: 0 !important;\n\n        margin-bottom: 12px !important;\n\n        padding-top: 0 !important;\n\n        color: var(--text-main);\n\n        text-align: center !important;\n    }\n\n\n    .pdp-container .feature-sub-card p {\n        font-size: 14px;\n\n        color: var(--text-muted);\n\n        margin: 0 0 16px 0 !important;\n\n        line-height: 1.65;\n\n        text-align: left !important;\n    }\n\n\n    \/* =========================================================\n       FAQ\n    ========================================================= *\/\n\n    .pdp-container .faq-list {\n        display: flex;\n\n        flex-direction: column;\n\n        gap: 10px;\n\n        margin-top: 16px !important;\n    }\n\n\n    .pdp-container details.faq-item {\n        background: var(--card-bg);\n\n        border-radius: 10px;\n\n        border: 1px solid var(--card-border);\n\n        overflow: hidden;\n\n        transition: var(--transition-smooth);\n    }\n\n\n    .pdp-container details.faq-item[open] {\n        background: var(--card-bg);\n\n        border-color: var(--soft-border);\n\n        box-shadow:\n            0 4px 14px\n            rgba(32, 32, 32, 0.035);\n    }\n\n\n    .pdp-container summary.faq-summary {\n        padding: 16px 20px;\n\n        font-size: 15px;\n\n        font-weight: 650;\n\n        color: var(--text-main);\n\n        cursor: pointer;\n\n        display: flex;\n\n        justify-content: space-between;\n\n        align-items: center;\n\n        list-style: none;\n\n        text-align: left !important;\n    }\n\n\n    .pdp-container summary.faq-summary::-webkit-details-marker {\n        display: none;\n    }\n\n\n    .pdp-container .faq-icon {\n        font-size: 20px;\n\n        transition: transform 0.3s ease;\n\n        font-weight: 300;\n\n        color: var(--accent-color);\n    }\n\n\n    .pdp-container details[open] .faq-icon {\n        transform: rotate(45deg);\n    }\n\n\n    .pdp-container .faq-content {\n        padding: 0 20px 18px 20px;\n\n        font-size: 14px;\n\n        color: var(--text-muted);\n\n        line-height: 1.7;\n\n        text-align: left !important;\n    }\n\n\n    \/* =========================================================\n       SOCIAL PROOF\n    ========================================================= *\/\n\n    .pdp-container .social-proof-header {\n        display: flex;\n\n        align-items: center;\n\n        gap: 22px;\n\n        margin: 10px 0 20px 0 !important;\n\n        flex-wrap: wrap;\n    }\n\n\n    .pdp-container .rating-overview {\n        display: flex;\n\n        flex-direction: column;\n\n        align-items: center;\n\n        background: var(--card-bg);\n\n        padding: 18px 28px;\n\n        border-radius: 10px;\n\n        border: 1px solid var(--card-border);\n    }\n\n\n    .pdp-container .rating-score,\n    .pdp-container .rating-stars {\n        color: var(--accent-color);\n    }\n\n\n    .pdp-container .rating-score {\n        font-size: 40px;\n\n        font-weight: 750;\n\n        line-height: 1;\n    }\n\n\n    .pdp-container .rating-stars {\n        font-size: 16px;\n\n        margin: 6px 0;\n    }\n\n\n    .pdp-container .rating-count {\n        font-size: 12px;\n\n        color: var(--text-muted);\n\n        text-align: left;\n    }\n\n\n    .pdp-container .rating-bars {\n        flex: 1;\n\n        display: flex;\n\n        flex-direction: column;\n\n        gap: 8px;\n\n        min-width: 250px;\n    }\n\n\n    .pdp-container .rating-bar-row {\n        display: flex;\n\n        align-items: center;\n\n        gap: 12px;\n\n        font-size: 13px;\n\n        color: var(--text-muted);\n\n        text-align: left;\n    }\n\n\n    .pdp-container .progress-track {\n        flex: 1;\n\n        height: 6px;\n\n        background: #E8E4DF;\n\n        border-radius: 4px;\n\n        overflow: hidden;\n    }\n\n\n    .pdp-container .progress-fill {\n        height: 100%;\n\n        background: var(--accent-color);\n\n        border-radius: 4px;\n    }\n\n\n    .pdp-container .ai-summary {\n        background: var(--accent-soft);\n\n        border: 1px solid var(--soft-border);\n\n        padding: 14px 18px;\n\n        border-radius: 10px;\n\n        font-size: 14px;\n\n        color: var(--text-main);\n\n        margin: 0 0 20px 0 !important;\n\n        text-align: left !important;\n    }\n\n\n    .pdp-container .reviews-grid {\n        display: grid;\n\n        grid-template-columns:\n            repeat(\n                auto-fit,\n                minmax(280px, 1fr)\n            );\n\n        gap: 14px;\n    }\n\n\n    .pdp-container .review-card {\n        background: var(--card-bg);\n\n        padding: 18px;\n\n        border-radius: 10px;\n\n        border: 1px solid var(--card-border);\n\n        text-align: left !important;\n    }\n\n\n    .pdp-container .review-author {\n        font-weight: 650;\n\n        font-size: 14px;\n\n        margin-bottom: 4px !important;\n\n        color: var(--text-main);\n\n        text-align: left;\n    }\n\n\n    .pdp-container .review-text {\n        font-size: 13px;\n\n        color: var(--text-muted);\n\n        margin-top: 8px !important;\n\n        line-height: 1.6;\n\n        text-align: left !important;\n    }\n\n\n    \/* =========================================================\n       LOGISTICS\n    ========================================================= *\/\n\n    .pdp-container .logistics-grid {\n        display: grid;\n\n        grid-template-columns:\n            repeat(\n                auto-fit,\n                minmax(220px, 1fr)\n            );\n\n        gap: 14px;\n    }\n\n\n    .pdp-container .logistic-item {\n        background: var(--card-bg);\n\n        padding: 18px;\n\n        border-radius: 10px;\n\n        text-align: left;\n\n        border: 1px solid var(--card-border);\n    }\n\n\n    .pdp-container .logistic-icon {\n        font-size: 24px;\n\n        margin-bottom: 8px !important;\n\n        text-align: center;\n    }\n\n\n    .pdp-container .logistic-title {\n        font-size: 15px;\n\n        font-weight: 650;\n\n        margin-bottom: 4px !important;\n\n        color: var(--text-main);\n\n        text-align: center !important;\n    }\n\n\n    .pdp-container .logistic-desc {\n        font-size: 12px;\n\n        color: var(--text-muted);\n\n        text-align: left !important;\n    }\n\n\n    \/* =========================================================\n       CTA\n    ========================================================= *\/\n\n    .pdp-container .cta-banner {\n        display: flex;\n\n        flex-direction: column;\n\n        align-items: stretch;\n\n        justify-content: center;\n\n        background: var(--card-bg);\n\n        border: 1px solid var(--card-border);\n\n        padding: 26px 28px 28px !important;\n\n        border-radius: 16px;\n    }\n\n\n    .pdp-container .cta-banner .section-title {\n        text-align: center !important;\n    }\n\n\n    .pdp-container .cta-banner .section-desc {\n        text-align: left !important;\n\n        width: 100%;\n\n        max-width: 700px;\n    }\n\n\n    .pdp-container .button-wrap {\n        text-align: center;\n    }\n\n\n    .pdp-container .buy-now-btn {\n        display: inline-block;\n\n        background-color: var(--accent-color);\n\n        color: #FFFFFF;\n\n        font-size: 15px;\n\n        font-weight: 750;\n\n        text-transform: uppercase;\n\n        letter-spacing: 0.3px;\n\n        padding: 14px 42px;\n\n        border-radius: 30px;\n\n        text-decoration: none;\n\n        margin-top: 16px !important;\n\n        transition: var(--transition-smooth);\n\n        box-shadow:\n            0 4px 18px\n            rgba(150, 54, 83, 0.18);\n    }\n\n\n    .pdp-container .buy-now-btn:hover {\n        background-color: var(--accent-dark);\n\n        transform: translateY(-2px);\n\n        box-shadow:\n            0 6px 22px\n            rgba(150, 54, 83, 0.24);\n    }\n\n\n    \/* =========================================================\n       MOBILE\n    ========================================================= *\/\n\n    @media (max-width: 768px) {\n\n        .pdp-container {\n            padding:\n                14px\n                10px\n                20px\n                10px !important;\n\n            gap: 14px;\n\n            border-radius: 14px;\n        }\n\n\n        .pdp-container .pdp-block-card {\n            padding:\n                18px\n                16px\n                20px !important;\n\n            border-radius: 12px;\n        }\n\n\n        .pdp-container .section-title {\n            font-size: 22px;\n\n            line-height: 1.3;\n\n            margin-bottom: 10px !important;\n        }\n\n\n        .pdp-container .section-desc {\n            font-size: 14px;\n\n            line-height: 1.65;\n\n            margin-bottom: 16px !important;\n        }\n\n\n        .pdp-container .selling-points {\n            gap: 8px;\n\n            margin-bottom: 16px !important;\n        }\n\n\n        .pdp-container .selling-points li {\n            font-size: 14px;\n\n            padding:\n                9px\n                10px\n                9px\n                34px;\n        }\n\n\n        .pdp-container .selling-points li::before {\n            left: 12px;\n\n            top: 9px;\n        }\n\n\n        .pdp-container .image-wrapper {\n            min-height: 180px;\n\n            margin-top: 12px !important;\n\n            border-radius: 9px;\n        }\n\n\n        .pdp-container .features-grid {\n            grid-template-columns: 1fr;\n\n            gap: 12px;\n        }\n\n\n        .pdp-container .feature-sub-card {\n            padding: 16px !important;\n        }\n\n\n        .pdp-container .social-proof-header {\n            gap: 15px;\n        }\n\n\n        .pdp-container .rating-overview {\n            width: 100%;\n        }\n\n\n        .pdp-container .rating-bars {\n            width: 100%;\n\n            min-width: 0;\n        }\n\n\n        .pdp-container .cta-banner {\n            padding:\n                20px\n                16px\n                22px !important;\n        }\n\n\n        .pdp-container .buy-now-btn {\n            width: 100%;\n\n            max-width: 320px;\n\n            text-align: center;\n        }\n    }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"pdp-container\"\u003e\n\n\n    \u003c!-- ======================================================\n         BLOCK 1: HERO\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-hero detail-section\"\u003e\n\n        \u003cdiv class=\"hero-badges\"\u003e\n            \u003cspan class=\"badge-pill\"\u003eWINTER ESSENTIAL\u003c\/span\u003e\n            \u003cspan class=\"badge-pill\"\u003eSOFT FLEECE LINED\u003c\/span\u003e\n            \u003cspan class=\"badge-pill\"\u003e4-WAY STRETCH\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"section-title\"\u003e\n            Redefine Your Winter Style:\n            \u003cspan class=\"highlight\"\u003e\n                Warmth Meets Effortless Elegance\n            \u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"section-desc\"\u003e\n            Made for cold days when you still want to look polished.\n            These high-waisted flare pants combine\n            \u003cspan class=\"highlight\"\u003e\n                cozy fleece warmth\n            \u003c\/span\u003e,\n            flexible comfort and a flattering silhouette for everyday\n            winter wear.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"image-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/9_1_2.gif?v=1788253783\" alt=\"Women's winter fleece lined flare pants\"\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         BLOCK 2: PRODUCT OVERVIEW\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-overview detail-section\"\u003e\n\n        \u003ch2 class=\"section-title\"\u003e\n            Designed for\n            \u003cspan class=\"highlight\"\u003e\n                Winter Comfort\n            \u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"section-desc\"\u003e\n            Thoughtful details bring together warmth, flexibility and\n            an elevated everyday fit.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"image-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/9c5fd782569f5af441e14747582aecb6_e1fbd94f-2760-44de-94ff-510526c4359f.png?v=1788254449\" alt=\"Fleece lined flare pants features\"\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         BLOCK 3: SIZE GUIDE\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-size detail-section\"\u003e\n\n        \u003ch2 class=\"section-title\"\u003e\n            Find Your\n            \u003cspan class=\"highlight\"\u003e\n                Best Fit\n            \u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"section-desc\"\u003e\n            Use the size chart below as a reference before ordering.\n            For the most comfortable fit, compare the measurements\n            with a pair of pants you already own.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"image-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/2cebf2146174810059bbabf724254e5c_b5fb9001-4c33-4ae9-a358-e47dcd31752f.png?v=1788256872\" alt=\"Women's fleece lined flare pants size chart\"\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         BLOCK 4: FLARE SILHOUETTE\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-flare detail-section\"\u003e\n\n        \u003cdiv class=\"feature-content\"\u003e\n\n            \u003ch3 class=\"section-title\"\u003e\n                A\n                \u003cspan class=\"highlight\"\u003e\n                    Flattering Flare\n                \u003c\/span\u003e\n                From Every Angle\n            \u003c\/h3\u003e\n\n            \u003cul class=\"selling-points\"\u003e\n\n                \u003cli\u003e\n                    \u003cspan class=\"highlight\"\u003e\n                        Slim-through-the-thigh fit\n                    \u003c\/span\u003e\n                    creates a clean, streamlined silhouette.\n                \u003c\/li\u003e\n\n                \u003cli\u003e\n                    The softly flared hem helps\n                    \u003cspan class=\"highlight\"\u003e\n                        visually elongate your legs\n                    \u003c\/span\u003e\n                    and balance your proportions.\n                \u003c\/li\u003e\n\n                \u003cli\u003e\n                    Easy to style with\n                    \u003cspan class=\"highlight\"\u003e\n                        sneakers, ankle boots or winter footwear\n                    \u003c\/span\u003e\n                    for casual and polished outfits.\n                \u003c\/li\u003e\n\n            \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"image-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/1_2ece2e10-4de5-4172-904b-a42591b72e65.png?v=1788255543\" alt=\"Flattering flare silhouette\"\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         BLOCK 5: HIGH WAIST + POCKETS\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-waist detail-section\"\u003e\n\n        \u003cdiv class=\"feature-content\"\u003e\n\n            \u003ch3 class=\"section-title\"\u003e\n                High-Waisted Comfort With\n                \u003cspan class=\"highlight\"\u003e\n                    Functional Pockets\n                \u003c\/span\u003e\n            \u003c\/h3\u003e\n\n            \u003cul class=\"selling-points\"\u003e\n\n                \u003cli\u003e\n                    The\n                    \u003cspan class=\"highlight\"\u003e\n                        high-rise waistband\n                    \u003c\/span\u003e\n                    sits comfortably around the waist for a smooth,\n                    secure feel.\n                \u003c\/li\u003e\n\n                \u003cli\u003e\n                    A streamlined front helps create a\n                    \u003cspan class=\"highlight\"\u003e\n                        clean and flattering look\n                    \u003c\/span\u003e\n                    underneath sweaters and winter layers.\n                \u003c\/li\u003e\n\n                \u003cli\u003e\n                    Built-in\n                    \u003cspan class=\"highlight\"\u003e\n                        everyday pockets\n                    \u003c\/span\u003e\n                    give you convenient space for small essentials\n                    such as your phone or keys.\n                \u003c\/li\u003e\n\n            \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"image-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/2_f4a25fcd-3e46-49dd-b117-9bebb5373b35.png?v=1788257735\" alt=\"High waisted flare pants with pockets\"\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         BLOCK 6: FLEECE WARMTH\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-fleece detail-section\"\u003e\n\n        \u003cdiv class=\"feature-content\"\u003e\n\n            \u003ch3 class=\"section-title\"\u003e\n                Cozy on the Inside,\n                \u003cspan class=\"highlight\"\u003e\n                    Sleek on the Outside\n                \u003c\/span\u003e\n            \u003c\/h3\u003e\n\n            \u003cul class=\"selling-points\"\u003e\n\n                \u003cli\u003e\n                    Soft\n                    \u003cspan class=\"highlight\"\u003e\n                        fleece-lined interior\n                    \u003c\/span\u003e\n                    adds an extra layer of warmth for chilly days.\n                \u003c\/li\u003e\n\n                \u003cli\u003e\n                    The smooth outer appearance keeps the pants\n                    \u003cspan class=\"highlight\"\u003e\n                        polished instead of bulky\n                    \u003c\/span\u003e.\n                \u003c\/li\u003e\n\n                \u003cli\u003e\n                    Ideal for\n                    \u003cspan class=\"highlight\"\u003e\n                        commuting, errands, travel and everyday winter wear\n                    \u003c\/span\u003e\n                    when temperatures drop.\n                \u003c\/li\u003e\n\n            \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"image-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/3_55628783-96dc-415b-b448-d53fe07e82c4.jpg?v=1788255575\" alt=\"Soft fleece lining for winter warmth\"\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         BLOCK 7: FOUR-WAY STRETCH\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-stretch detail-section\"\u003e\n\n        \u003cdiv class=\"feature-content\"\u003e\n\n            \u003ch3 class=\"section-title\"\u003e\n                Move Freely With\n                \u003cspan class=\"highlight\"\u003e\n                    Four-Way Stretch\n                \u003c\/span\u003e\n            \u003c\/h3\u003e\n\n            \u003cul class=\"selling-points\"\u003e\n\n                \u003cli\u003e\n                    Flexible fabric stretches with your movement for\n                    \u003cspan class=\"highlight\"\u003e\n                        all-day comfort\n                    \u003c\/span\u003e.\n                \u003c\/li\u003e\n\n                \u003cli\u003e\n                    Comfortable for\n                    \u003cspan class=\"highlight\"\u003e\n                        walking, sitting, commuting and everyday activities\n                    \u003c\/span\u003e.\n                \u003c\/li\u003e\n\n                \u003cli\u003e\n                    The stretch construction combines a\n                    \u003cspan class=\"highlight\"\u003e\n                        close-to-body fit with easier mobility\n                    \u003c\/span\u003e\n                    than rigid winter trousers.\n                \u003c\/li\u003e\n\n            \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"image-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/4_d6ba5466-c2eb-46b1-b76c-cc71ac63503c.png?v=1788255592\" alt=\"Four-way stretch winter flare pants\"\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         BLOCK 8: VERSATILE STYLE\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-style detail-section\"\u003e\n\n        \u003ch2 class=\"section-title\"\u003e\n            One Pair,\n            \u003cspan class=\"highlight\"\u003e\n                Endless Winter Outfits\n            \u003c\/span\u003e\n        \u003c\/h2\u003e\n\n\n        \u003cdiv class=\"features-grid\"\u003e\n\n\n            \u003c!-- CLASSIC BLACK --\u003e\n\n            \u003cdiv class=\"feature-sub-card\"\u003e\n\n                \u003cdiv\u003e\n\n                    \u003ch3\u003e\n                        Easy-to-Style\n                        \u003cspan class=\"highlight\"\u003e\n                            Classic Black\n                        \u003c\/span\u003e\n                    \u003c\/h3\u003e\n\n\n                    \u003cul class=\"selling-points\"\u003e\n\n                        \u003cli\u003e\n                            Pairs easily with\n                            \u003cspan class=\"highlight\"\u003e\n                                sweaters, coats and jackets\n                            \u003c\/span\u003e.\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            Works naturally with\n                            \u003cspan class=\"highlight\"\u003e\n                                sneakers, boots and casual footwear\n                            \u003c\/span\u003e.\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            A versatile black finish makes it easy to create\n                            \u003cspan class=\"highlight\"\u003e\n                                repeat-wear winter outfits\n                            \u003c\/span\u003e.\n                        \u003c\/li\u003e\n\n                    \u003c\/ul\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"image-wrapper\" style=\"\n                        margin-top: 12px !important;\n                        min-height: 200px;\n                    \"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/5_1bb82697-da34-472b-8cd4-0a902e4e81e7.png?v=1788255619\" alt=\"Black fleece lined flare pants outfit\"\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003c!-- EVERYDAY MOMENTS --\u003e\n\n            \u003cdiv class=\"feature-sub-card\"\u003e\n\n                \u003cdiv\u003e\n\n                    \u003ch3\u003e\n                        Made for\n                        \u003cspan class=\"highlight\"\u003e\n                            Everyday Moments\n                        \u003c\/span\u003e\n                    \u003c\/h3\u003e\n\n\n                    \u003cul class=\"selling-points\"\u003e\n\n                        \u003cli\u003e\n                            Comfortable for\n                            \u003cspan class=\"highlight\"\u003e\n                                work, commuting and errands\n                            \u003c\/span\u003e.\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            Warm enough for\n                            \u003cspan class=\"highlight\"\u003e\n                                outdoor winter activities\n                            \u003c\/span\u003e\n                            while remaining easy to move in.\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            Polished enough to transition from\n                            \u003cspan class=\"highlight\"\u003e\n                                relaxed daytime wear to casual outings\n                            \u003c\/span\u003e.\n                        \u003c\/li\u003e\n\n                    \u003c\/ul\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"image-wrapper\" style=\"\n                        margin-top: 12px !important;\n                        min-height: 200px;\n                    \"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/9053d783a07cde06b732cab85ba799d4.png?v=1788255641\" alt=\"Women's winter flare pants for multiple occasions\"\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         FAQ\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-faq detail-section\"\u003e\n\n        \u003ch2 class=\"section-title\"\u003e\n            Frequently Asked\n            \u003cspan class=\"highlight\"\u003e\n                Questions\n            \u003c\/span\u003e\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"section-desc\"\u003e\n            Quick answers to help you choose your pair with confidence.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"faq-list\"\u003e\n\n\n            \u003cdetails class=\"faq-item\"\u003e\n\n                \u003csummary class=\"faq-summary\"\u003e\n                    \u003cspan\u003e\n                        How should I choose my size?\n                    \u003c\/span\u003e\n\n                    \u003cspan class=\"faq-icon\"\u003e\n                        +\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n\n                \u003cdiv class=\"faq-content\"\u003e\n                    Please use the size chart above as your main\n                    reference. Compare the measurements with a pair of\n                    pants that fits you comfortably before selecting\n                    your size.\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n\n\n            \u003cdetails class=\"faq-item\"\u003e\n\n                \u003csummary class=\"faq-summary\"\u003e\n                    \u003cspan\u003e\n                        Are these pants suitable for winter?\n                    \u003c\/span\u003e\n\n                    \u003cspan class=\"faq-icon\"\u003e\n                        +\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n\n                \u003cdiv class=\"faq-content\"\u003e\n                    Yes. The pants feature a soft fleece-lined interior\n                    designed to provide additional warmth during cooler\n                    fall and winter weather.\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n\n\n            \u003cdetails class=\"faq-item\"\u003e\n\n                \u003csummary class=\"faq-summary\"\u003e\n                    \u003cspan\u003e\n                        Do the pants have pockets?\n                    \u003c\/span\u003e\n\n                    \u003cspan class=\"faq-icon\"\u003e\n                        +\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n\n                \u003cdiv class=\"faq-content\"\u003e\n                    Yes. The design includes practical pockets that can\n                    hold small everyday essentials such as a phone or keys.\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n\n\n            \u003cdetails class=\"faq-item\"\u003e\n\n                \u003csummary class=\"faq-summary\"\u003e\n                    \u003cspan\u003e\n                        Are they stretchy?\n                    \u003c\/span\u003e\n\n                    \u003cspan class=\"faq-icon\"\u003e\n                        +\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n\n                \u003cdiv class=\"faq-content\"\u003e\n                    Yes. The stretch fabric is designed to flex with\n                    your movements for more comfortable sitting,\n                    walking and everyday wear.\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         CUSTOMER FEEDBACK\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-reviews detail-section\"\u003e\n\n        \u003ch2 class=\"section-title\"\u003e\n            What Customers\n            \u003cspan class=\"highlight\"\u003e\n                Love Most\n            \u003c\/span\u003e\n        \u003c\/h2\u003e\n\n\n        \u003cdiv class=\"social-proof-header\"\u003e\n\n\n            \u003cdiv class=\"rating-overview\"\u003e\n\n                \u003cdiv class=\"rating-score\"\u003e\n                    4.9\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"rating-stars\"\u003e\n                    ★★★★★\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"rating-count\"\u003e\n                    Based on 1,248 reviews\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"rating-bars\"\u003e\n\n\n                \u003cdiv class=\"rating-bar-row\"\u003e\n\n                    \u003cspan\u003e\n                        5 Star\n                    \u003c\/span\u003e\n\n                    \u003cdiv class=\"progress-track\"\u003e\n                        \u003cdiv class=\"progress-fill\" style=\"width: 88%;\"\u003e\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cspan\u003e\n                        88%\n                    \u003c\/span\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"rating-bar-row\"\u003e\n\n                    \u003cspan\u003e\n                        4 Star\n                    \u003c\/span\u003e\n\n                    \u003cdiv class=\"progress-track\"\u003e\n                        \u003cdiv class=\"progress-fill\" style=\"width: 9%;\"\u003e\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cspan\u003e\n                        9%\n                    \u003c\/span\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"rating-bar-row\"\u003e\n\n                    \u003cspan\u003e\n                        3 Star\n                    \u003c\/span\u003e\n\n                    \u003cdiv class=\"progress-track\"\u003e\n                        \u003cdiv class=\"progress-fill\" style=\"width: 2%;\"\u003e\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cspan\u003e\n                        2%\n                    \u003c\/span\u003e\n\n                \u003c\/div\u003e\n\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"ai-summary\"\u003e\n\n            ✨\n\n            \u003cstrong class=\"highlight\"\u003e\n                Review Highlights:\n            \u003c\/strong\u003e\n\n            Customers frequently mention\n\n            \u003cstrong class=\"highlight\"\u003e\n                soft fleece warmth\n            \u003c\/strong\u003e,\n\n            comfortable stretch and a flattering flare silhouette\n            for everyday winter wear.\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"reviews-grid\"\u003e\n\n\n            \u003cdiv class=\"review-card\"\u003e\n\n                \u003cdiv class=\"review-author\"\u003e\n                    Sarah M. ⭐⭐⭐⭐⭐\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"review-text\"\u003e\n                    \"Absolute game changer for working from home during\n                    winter! They look polished but still feel incredibly\n                    comfortable.\"\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"review-card\"\u003e\n\n                \u003cdiv class=\"review-author\"\u003e\n                    Jessica L. ⭐⭐⭐⭐⭐\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"review-text\"\u003e\n                    \"Super flattering fit and the pockets are deep enough\n                    for my phone. The fleece lining is so soft and warm.\"\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         LOGISTICS\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card section-logistics detail-section\"\u003e\n\n        \u003ch2 class=\"section-title\"\u003e\n            Shop With\n            \u003cspan class=\"highlight\"\u003e\n                Confidence\n            \u003c\/span\u003e\n        \u003c\/h2\u003e\n\n\n        \u003cdiv class=\"logistics-grid\"\u003e\n\n\n            \u003cdiv class=\"logistic-item\"\u003e\n\n                \u003cdiv class=\"logistic-icon\"\u003e\n                    🚚\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"logistic-title\"\u003e\n                    Fast Shipping\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"logistic-desc\"\u003e\n                    Prompt dispatch with reliable order tracking.\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"logistic-item\"\u003e\n\n                \u003cdiv class=\"logistic-icon\"\u003e\n                    🔄\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"logistic-title\"\u003e\n                    Easy Returns\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"logistic-desc\"\u003e\n                    Simple exchange and return support when eligible.\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"logistic-item\"\u003e\n\n                \u003cdiv class=\"logistic-icon\"\u003e\n                    🔒\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"logistic-title\"\u003e\n                    Secure Checkout\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"logistic-desc\"\u003e\n                    Secure payment processing for every order.\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"logistic-item\"\u003e\n\n                \u003cdiv class=\"logistic-icon\"\u003e\n                    💬\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"logistic-title\"\u003e\n                    Customer Support\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"logistic-desc\"\u003e\n                    Friendly assistance whenever you need help.\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- ======================================================\n         BOTTOM CTA\n    ======================================================= --\u003e\n\n    \u003cdiv class=\"pdp-block-card cta-banner detail-section\"\u003e\n\n        \u003ch2 class=\"section-title\"\u003e\n            Your New\n            \u003cspan class=\"highlight\"\u003e\n                Winter Go-To\n            \u003c\/span\u003e\n            Starts Here\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"section-desc\"\u003e\n            Enjoy the combination of\n            \u003cspan class=\"highlight\"\u003e\n                cozy fleece warmth\n            \u003c\/span\u003e,\n            flexible comfort and a flattering flare silhouette designed\n            for everyday cold-weather dressing.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"button-wrap\"\u003e\n\n            \u003ca href=\"#\" class=\"buy-now-btn\"\u003e\n                Shop Now\n            \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"XIESHU","offers":[{"title":"Black \/ S","offer_id":43156994555975,"sku":"NC03142609015477-黑色-S","price":33.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":43156994588743,"sku":"NC03142609015477-黑色-M","price":33.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43156994621511,"sku":"NC03142609015477-黑色-L","price":33.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43156994654279,"sku":"NC03142609015477-黑色-XL","price":33.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43156994687047,"sku":"NC03142609015477-黑色-XXL","price":33.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/9c5fd782569f5af441e14747582aecb6_48af1b44-ab22-4b29-8164-69faad427e8b.png?v=1788257882","url":"https:\/\/bamafrontierman.com\/products\/womens-winter-high-waist-fleece-lined-flare-pants-with-pockets","provider":"bamafrontierman.com","version":"1.0","type":"link"}