{"product_id":"womens-striped-oversized-lounge-set-pink-1729524481793365544","title":"Women's Striped Oversized Lounge Set, Pink","description":"\u003c!-- ============================================================\n     Women's Striped Oversized Lounge Set — Pink \/ Coffee Brown\n     2-Piece Set · Round Neck Long Sleeve Top + Mid-Waist Pocket Shorts\n     Oversized Loose Fit · Drop Shoulder · Striped Pattern · Warm Knit\n     Shopify Product Detail Page — Custom HTML\n     Color: Unified Gradient (Deep Espresso → Roasted Coffee → Dark Cocoa)\n            Warm Cream Floating Cards · Caramel Gold + Latte + Coffee Accent\n     Vibe: Cozy · Lounge · Warm · Coffee-Toned · Laid-Back · Premium\n     Layout: Text Above Image Below · Gradient Unified Background\n             Mobile-First · Tablet \u0026 Desktop Compatible\n     NO PRICE CONTENT\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  :root {\n    \/* 统一咖啡棕渐变背景色阶 *\/\n    --bg-grad-1: #2E1A0E;\n    --bg-grad-2: #402818;\n    --bg-grad-3: #1F1208;\n    --card-cream: #F7EFE3;\n    --card-warm: #EDE0CC;\n    --accent-rose-gold: #C8893E;\n    --accent-rose-gold-light: #D4A574;\n    --accent-coral: #B08968;\n    --accent-coral-light: #C9A87C;\n    --accent-berry: #A66B2E;\n    --accent-berry-dark: #7A4E20;\n    --accent-coffee: #5C3A21;\n    --accent-coffee-light: #7A5230;\n    --text-on-dark: #F0E6D6;\n    --text-on-dark-soft: #B09A80;\n    --text-on-light: #2E1A0E;\n    --text-on-light-soft: #6B5440;\n    --border-rose: rgba(200,137,62,0.35);\n    --border-coral: rgba(176,137,104,0.3);\n    --shadow-float: 0 24px 60px rgba(0,0,0,0.55), 0 8px 24px rgba(200,137,62,0.12);\n    --shadow-card: 0 8px 24px rgba(0,0,0,0.35);\n    --shadow-glow: 0 0 50px rgba(212,165,116,0.12);\n    --radius-lg: 20px;\n    --radius-md: 14px;\n    --radius-sm: 10px;\n  }\n\n  \/* ===== 整体统一咖啡棕渐变背景（避免一段一色） ===== *\/\n  .ls-wrapper {\n    font-family: 'Georgia', 'Times New Roman', serif;\n    background: linear-gradient(160deg, var(--bg-grad-1) 0%, var(--bg-grad-2) 45%, var(--bg-grad-3) 100%);\n    background-attachment: fixed;\n    color: var(--text-on-dark);\n    margin: 0; padding: 0;\n    overflow-x: hidden;\n    line-height: 1.7;\n    position: relative;\n  }\n\n  \/* ===== 背景动态层（统一氛围，不随section变色） ===== *\/\n  .ls-bg-layer {\n    position: fixed; top: 0; left: 0; width: 100%; height: 100%;\n    pointer-events: none; z-index: 0; overflow: hidden;\n  }\n  \/* 焦糖金\/拿铁棕柔和光晕 *\/\n  .ls-orb {\n    position: absolute; border-radius: 50%; filter: blur(120px);\n    animation: ls-orb-move 20s ease-in-out infinite;\n  }\n  @keyframes ls-orb-move {\n    0%,100% { transform: translate(0,0) scale(1); opacity: 0.2; }\n    50% { transform: translate(30px,-20px) scale(1.15); opacity: 0.4; }\n  }\n  \/* 焦糖金光带流动（温暖慵懒） *\/\n  .ls-gold-flow {\n    position: absolute;\n    width: 220px; height: 2px;\n    background: linear-gradient(90deg, transparent, rgba(212,165,116,0.32), transparent);\n    animation: ls-gold-flow 16s ease-in-out infinite;\n  }\n  @keyframes ls-gold-flow {\n    0% { transform: translateX(-220px); opacity: 0; }\n    20% { opacity: 0.7; }\n    80% { opacity: 0.7; }\n    100% { transform: translateX(calc(100vw + 220px)); opacity: 0; }\n  }\n  \/* 条纹流动动画（贴合条纹产品特色） *\/\n  .ls-stripe-flow {\n    position: absolute;\n    width: 100%; height: 60px;\n    background: repeating-linear-gradient(\n      45deg,\n      transparent,\n      transparent 20px,\n      rgba(200,137,62,0.05) 20px,\n      rgba(200,137,62,0.05) 40px\n    );\n    animation: ls-stripe-move 12s linear infinite;\n  }\n  @keyframes ls-stripe-move {\n    0% { background-position: 0 0; }\n    100% { background-position: 80px 0; }\n  }\n  \/* 心形漂浮（温暖感） *\/\n  .ls-heart {\n    position: absolute;\n    font-size: 18px;\n    opacity: 0.08;\n    animation: ls-heart-float 14s ease-in-out infinite;\n  }\n  @keyframes ls-heart-float {\n    0%,100% { transform: translateY(0) rotate(-8deg); opacity: 0.05; }\n    50% { transform: translateY(-28px) rotate(8deg); opacity: 0.12; }\n  }\n  \/* 闪光粒子 *\/\n  .ls-sparkle {\n    position: absolute; width: 4px; height: 4px;\n    background: var(--accent-rose-gold-light); border-radius: 50%;\n    box-shadow: 0 0 10px rgba(212,165,116,0.9);\n    animation: ls-twinkle 7s ease-in-out infinite;\n  }\n  @keyframes ls-twinkle {\n    0%,100% { opacity: 0.1; transform: scale(0.6); }\n    50% { opacity: 1; transform: scale(1.5); }\n  }\n  \/* 星星 *\/\n  .ls-star {\n    position: absolute;\n    font-size: 14px;\n    opacity: 0.08;\n    animation: ls-star-twinkle 7s ease-in-out infinite;\n  }\n  @keyframes ls-star-twinkle {\n    0%,100% { opacity: 0.04; transform: scale(0.7) rotate(0deg); }\n    50% { opacity: 0.12; transform: scale(1.3) rotate(15deg); }\n  }\n\n  .ls-container { max-width: 720px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }\n  .ls-section { padding: 60px 0; position: relative; }\n  .ls-center { text-align: center; }\n\n  .ls-label {\n    display: inline-block; font-size: 11px; font-weight: 800;\n    letter-spacing: 3px; text-transform: uppercase;\n    color: var(--accent-rose-gold-light); margin-bottom: 14px;\n    padding: 6px 20px; background: rgba(200,137,62,0.1);\n    border-radius: 100px; border: 1px solid var(--border-rose);\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n  .ls-title {\n    font-size: 34px; font-weight: 900; line-height: 1.2;\n    margin: 0 0 14px 0; color: #fff; letter-spacing: -0.5px;\n    font-family: 'Georgia', serif;\n  }\n  .ls-intro {\n    font-size: 15px; color: var(--text-on-dark-soft);\n    max-width: 600px; margin: 0 auto 28px auto;\n    line-height: 1.8; text-align: center;\n    font-family: 'Georgia', serif;\n  }\n\n  \/* ===== 图片位统一样式（上文下图） ===== *\/\n  .ls-img-slot {\n    width: 100%; height: auto; min-height: 260px;\n    border-radius: var(--radius-md); overflow: hidden;\n    background: rgba(247,239,227,0.04);\n    border: 1px solid rgba(200,137,62,0.25);\n    box-shadow: var(--shadow-card);\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 32px auto;\n    max-width: 640px;\n    position: relative;\n  }\n  .ls-img-slot img {\n    width: 100%; height: auto; display: block; object-fit: contain;\n  }\n\n  \/* ===== 紧凑Emoji小模块 (2列) ===== *\/\n  .ls-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    max-width: 640px;\n    margin: 0 auto;\n  }\n  \/* ===== 紧凑Emoji小模块 (3列) ===== *\/\n  .ls-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    max-width: 640px;\n    margin: 0 auto;\n  }\n\n  .ls-mini-card {\n    background: var(--card-cream);\n    border-radius: var(--radius-md);\n    padding: 20px 18px;\n    box-shadow: var(--shadow-card);\n    transition: transform .3s ease, box-shadow .3s ease;\n    position: relative;\n    overflow: hidden;\n    text-align: left;\n  }\n  .ls-mini-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 16px 40px rgba(0,0,0,0.45);\n  }\n  .ls-mini-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, var(--accent-rose-gold), var(--accent-coral));\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform .3s ease;\n  }\n  .ls-mini-card:hover::before { transform: scaleX(1); }\n\n  .ls-mini-emoji {\n    font-size: 28px;\n    margin-bottom: 10px;\n    display: block;\n    line-height: 1;\n  }\n  .ls-mini-title {\n    font-size: 15px; font-weight: 800;\n    color: var(--text-on-light);\n    margin: 0 0 6px 0;\n    line-height: 1.3;\n    font-family: 'Georgia', serif;\n  }\n  .ls-mini-desc {\n    font-size: 12px;\n    color: var(--text-on-light-soft);\n    line-height: 1.6;\n    margin: 0;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n\n  \/* ===== 颜色选择卡片 ===== *\/\n  .ls-color-card {\n    background: var(--card-cream);\n    border-radius: var(--radius-md);\n    padding: 24px 18px;\n    box-shadow: var(--shadow-card);\n    transition: transform .3s ease, box-shadow .3s ease;\n    text-align: center;\n  }\n  .ls-color-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 16px 40px rgba(0,0,0,0.45);\n  }\n  .ls-color-swatch {\n    width: 60px; height: 60px;\n    border-radius: 50%;\n    margin: 0 auto 12px auto;\n    border: 3px solid rgba(255,255,255,0.9);\n    box-shadow: 0 4px 16px rgba(0,0,0,0.2), inset 0 2px 8px rgba(255,255,255,0.2);\n    transition: transform .3s ease;\n  }\n  .ls-color-card:hover .ls-color-swatch { transform: scale(1.1); }\n  .ls-color-name {\n    font-size: 14px; font-weight: 800;\n    color: var(--text-on-light);\n    margin: 0 0 2px 0;\n    font-family: 'Georgia', serif;\n  }\n  .ls-color-note {\n    font-size: 11px; color: var(--text-on-light-soft);\n    margin: 0;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n\n  \/* ===== 特性列表 (带圆形图标) ===== *\/\n  .ls-feature-list {\n    max-width: 640px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .ls-feature-item {\n    background: var(--card-cream);\n    border-radius: var(--radius-md);\n    padding: 16px 20px;\n    box-shadow: var(--shadow-card);\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    transition: transform .3s ease;\n  }\n  .ls-feature-item:hover { transform: translateX(4px); }\n  .ls-feature-icon {\n    flex-shrink: 0;\n    width: 36px; height: 36px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--accent-rose-gold), var(--accent-coral));\n    display: flex; align-items: center; justify-content: center;\n    font-size: 16px;\n    margin-top: 1px;\n    box-shadow: 0 2px 10px rgba(200,137,62,0.3);\n  }\n  .ls-feature-text { flex: 1; }\n  .ls-feature-name {\n    font-size: 14px; font-weight: 800;\n    color: var(--text-on-light);\n    margin: 0 0 3px 0;\n    font-family: 'Georgia', serif;\n  }\n  .ls-feature-desc {\n    font-size: 12px; color: var(--text-on-light-soft);\n    line-height: 1.6; margin: 0;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n\n  \/* ===== SPECS TABLE ===== *\/\n  .ls-spec-table {\n    background: var(--card-cream);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-card);\n    max-width: 640px;\n    margin: 0 auto;\n  }\n  .ls-spec-row {\n    display: grid;\n    grid-template-columns: 1fr 1.5fr;\n    border-bottom: 1px solid rgba(46,26,14,0.08);\n  }\n  .ls-spec-row:last-child { border-bottom: none; }\n  .ls-spec-row.head {\n    background: linear-gradient(135deg, var(--accent-berry-dark), var(--accent-berry));\n  }\n  .ls-spec-cell {\n    padding: 12px 16px;\n    font-size: 12px; font-weight: 600;\n    color: var(--text-on-light-soft);\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n  .ls-spec-row.head .ls-spec-cell {\n    color: #fff; font-weight: 800; font-size: 11px; letter-spacing: 0.5px;\n  }\n  .ls-spec-cell.k {\n    color: var(--text-on-light); font-weight: 800;\n    border-right: 1px solid rgba(46,26,14,0.08);\n    font-family: 'Georgia', serif;\n  }\n  .ls-spec-cell.v { color: var(--accent-berry); font-weight: 700; }\n\n  \/* ===== SIZE TABLE ===== *\/\n  .ls-size-table {\n    background: var(--card-cream);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-card);\n    max-width: 640px;\n    margin: 0 auto;\n  }\n  .ls-size-row {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    border-bottom: 1px solid rgba(46,26,14,0.08);\n  }\n  .ls-size-row:last-child { border-bottom: none; }\n  .ls-size-row.head {\n    background: linear-gradient(135deg, var(--accent-coral), var(--accent-rose-gold));\n  }\n  .ls-size-cell {\n    padding: 12px 8px;\n    text-align: center;\n    font-size: 12px; font-weight: 600;\n    color: var(--text-on-light-soft);\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n  .ls-size-row.head .ls-size-cell {\n    color: #fff; font-weight: 800; font-size: 11px; letter-spacing: 0.5px;\n  }\n  .ls-size-cell.size-label {\n    color: var(--accent-berry); font-weight: 800; font-size: 14px;\n  }\n\n  \/* ===== REVIEW ===== *\/\n  .ls-review-card {\n    background: var(--card-cream);\n    border-left: 4px solid var(--accent-rose-gold);\n    border-radius: var(--radius-md);\n    padding: 18px 20px;\n    box-shadow: var(--shadow-card);\n    transition: transform .3s ease;\n  }\n  .ls-review-card:hover { transform: translateX(4px); }\n  .ls-stars { display: flex; gap: 2px; margin-bottom: 8px; }\n  .ls-stars span { color: var(--accent-berry); font-size: 14px; }\n  .ls-review-text {\n    font-size: 13px; color: var(--text-on-light-soft);\n    line-height: 1.7; margin: 0 0 8px 0;\n    font-style: italic;\n    font-family: 'Georgia', serif;\n  }\n  .ls-review-author {\n    font-size: 12px; font-weight: 800;\n    color: var(--accent-berry);\n    margin: 0;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n\n  \/* ===== FAQ ===== *\/\n  .ls-faq-card {\n    background: var(--card-cream);\n    border-left: 4px solid var(--accent-coral);\n    border-radius: var(--radius-md);\n    padding: 16px 20px;\n    box-shadow: var(--shadow-card);\n    transition: transform .3s ease;\n  }\n  .ls-faq-card:hover { transform: translateX(4px); }\n  .ls-faq-q {\n    font-size: 14px; font-weight: 800;\n    color: var(--text-on-light);\n    margin: 0 0 8px 0;\n    display: flex; align-items: center; gap: 8px;\n    font-family: 'Georgia', serif;\n  }\n  .ls-faq-q span {\n    display: inline-flex; align-items: center; justify-content: center;\n    width: 22px; height: 22px;\n    background: linear-gradient(135deg, var(--accent-rose-gold), var(--accent-coral));\n    color: #fff; border-radius: 50%;\n    font-size: 11px; font-weight: 800; flex-shrink: 0;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n  .ls-faq-a {\n    font-size: 13px; color: var(--text-on-light-soft);\n    line-height: 1.7; margin: 0;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n  .ls-faq-a strong { color: var(--accent-berry); }\n\n  \/* ===== HERO ===== *\/\n  .ls-hero {\n    padding: 56px 0 64px 0; position: relative; overflow: hidden;\n    text-align: center;\n  }\n  .ls-hero::before {\n    content:''; position:absolute; top:-20%; left:50%;\n    transform:translateX(-50%); width:800px; height:800px;\n    background:radial-gradient(circle,rgba(200,137,62,0.09) 0%,transparent 70%);\n    pointer-events:none; animation:ls-hero-pulse 8s ease-in-out infinite;\n  }\n  @keyframes ls-hero-pulse { 0%,100%{opacity:.4;transform:translateX(-50%) scale(1)} 50%{opacity:.8;transform:translateX(-50%) scale(1.08)} }\n\n  .ls-hero-inner { position: relative; z-index: 1; max-width: 620px; margin: 0 auto; }\n\n  .ls-hero-badge {\n    display:inline-flex; align-items:center; gap:8px;\n    background:linear-gradient(135deg,var(--accent-berry-dark),var(--accent-coral));\n    color:#fff; padding:7px 20px; border-radius:100px;\n    font-size: 10px; font-weight:800; letter-spacing:1.5px;\n    margin-bottom:20px; text-transform:uppercase;\n    box-shadow:0 4px 20px rgba(200,137,62,0.4);\n    animation:ls-float 3.5s ease-in-out infinite;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n  @keyframes ls-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)} }\n\n  .ls-hero-eyebrow {\n    font-size:12px; font-weight:700; letter-spacing:4px;\n    text-transform:uppercase; color:var(--accent-rose-gold-light); margin-bottom:12px;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n  .ls-hero-title {\n    font-size: 44px; font-weight: 900; line-height: 1.05;\n    margin: 0 0 18px 0; letter-spacing: -1px;\n    background: linear-gradient(135deg, #fff 0%, var(--accent-rose-gold-light) 30%, var(--accent-coral-light) 60%, #fff 100%);\n    -webkit-background-clip:text; -webkit-text-fill-color:transparent;\n    background-clip:text; animation:ls-shimmer 8s ease-in-out infinite;\n    background-size:200% 200%;\n    font-family: 'Georgia', serif;\n  }\n  @keyframes ls-shimmer { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }\n\n  .ls-hero-desc {\n    font-size:15px; color:var(--text-on-dark-soft);\n    margin:0 auto 28px auto; line-height:1.75; max-width: 560px;\n    font-family: 'Georgia', serif;\n  }\n  .ls-hero-stats { display:flex; justify-content:center; gap:28px; flex-wrap:wrap; margin-bottom: 32px; }\n  .ls-hero-stat { text-align:center; animation:ls-rise .8s ease-out backwards; }\n  .ls-hero-stat:nth-child(1){animation-delay:.1s}\n  .ls-hero-stat:nth-child(2){animation-delay:.2s}\n  .ls-hero-stat:nth-child(3){animation-delay:.3s}\n  .ls-hero-stat:nth-child(4){animation-delay:.4s}\n  @keyframes ls-rise { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }\n  .ls-hero-stat-num {\n    font-size:28px; font-weight:900; color:var(--accent-rose-gold-light);\n    line-height:1; letter-spacing:-0.5px;\n    font-family: 'Georgia', serif;\n  }\n  .ls-hero-stat-label {\n    font-size:9px; color:var(--text-on-dark-soft); margin-top:4px;\n    text-transform:uppercase; letter-spacing:1.5px; font-weight:700;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n  .ls-hero-img {\n    width: 100%; max-width: 460px; margin: 0 auto;\n    height: auto; min-height: 260px;\n    border-radius: var(--radius-lg); overflow: hidden;\n    box-shadow: var(--shadow-float), var(--shadow-glow);\n    border: 2px solid rgba(212,165,116,0.3);\n    animation: ls-hero-float 5s ease-in-out infinite;\n    position: relative; z-index: 1;\n    background: rgba(247,239,227,0.04);\n  }\n  .ls-hero-img img { width: 100%; height: auto; display: block; object-fit: contain; }\n  @keyframes ls-hero-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }\n\n  \/* ===== CTA ===== *\/\n  .ls-cta {\n    text-align: center; padding: 64px 0;\n    position: relative;\n  }\n  .ls-cta::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;\n    background: linear-gradient(90deg, transparent, var(--accent-rose-gold), transparent);\n    opacity: .4;\n  }\n  .ls-cta-tag {\n    display: inline-block;\n    background: linear-gradient(135deg, var(--accent-berry-dark), var(--accent-coral));\n    color: #fff;\n    font-size: 11px; font-weight: 800;\n    padding: 7px 20px;\n    border-radius: 100px;\n    letter-spacing: 1px; margin-bottom: 20px;\n    text-transform: uppercase;\n    box-shadow: 0 4px 20px rgba(200,137,62,0.4);\n    animation: ls-float 3.5s ease-in-out infinite;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n  .ls-cta-title {\n    font-size: 36px; font-weight: 900;\n    color: #fff; margin: 0 0 16px 0;\n    line-height: 1.15; letter-spacing: -0.5px;\n    font-family: 'Georgia', serif;\n  }\n  .ls-cta-title .hl {\n    background: linear-gradient(135deg, var(--accent-rose-gold-light), var(--accent-coral-light));\n    -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n    background-clip: text;\n    font-style: italic;\n  }\n  .ls-cta-desc {\n    font-size: 14px; color: var(--text-on-dark-soft);\n    max-width: 560px; margin: 0 auto 24px auto;\n    line-height: 1.75;\n    font-family: 'Georgia', serif;\n  }\n  .ls-cta-feats {\n    display: flex; justify-content: center;\n    gap: 12px 20px; flex-wrap: wrap;\n    margin-top: 24px;\n    max-width: 560px;\n    margin-left: auto; margin-right: auto;\n  }\n  .ls-cta-feat {\n    display: flex; align-items: center; gap: 6px;\n    font-size: 12px; color: var(--text-on-dark-soft);\n    font-weight: 600;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n  .ls-cta-feat svg {\n    width: 14px; height: 14px;\n    stroke: var(--accent-rose-gold-light); fill: none;\n    stroke-width: 2.5;\n  }\n  .ls-cta-note {\n    font-size: 11px; color: #B09A80;\n    margin-top: 20px;\n    line-height: 1.7;\n    font-family: 'Helvetica Neue', 'Arial', sans-serif;\n  }\n\n  \/* ===== 响应式：手机优先，兼容平板\/电脑 ===== *\/\n  @media (max-width: 768px) {\n    .ls-container { padding: 0 20px; }\n    .ls-section { padding: 52px 0; }\n    .ls-title { font-size: 28px; }\n    .ls-intro { font-size: 14px; }\n    .ls-hero-title { font-size: 36px; }\n    .ls-hero-stats { gap: 24px; }\n    .ls-hero-stat-num { font-size: 24px; }\n    .ls-grid-2 { gap: 12px; }\n    .ls-grid-3 { gap: 10px; }\n    .ls-mini-card { padding: 18px 16px; }\n    .ls-mini-emoji { font-size: 24px; }\n    .ls-mini-title { font-size: 14px; }\n    .ls-mini-desc { font-size: 12px; }\n    .ls-feature-item { padding: 14px 16px; gap: 12px; }\n    .ls-feature-icon { width: 32px; height: 32px; font-size: 15px; }\n    .ls-spec-cell { padding: 11px 14px; font-size: 12px; }\n    .ls-size-cell { padding: 10px 6px; font-size: 11px; }\n    .ls-color-card { padding: 20px 14px; }\n    .ls-color-swatch { width: 52px; height: 52px; }\n    .ls-cta-title { font-size: 30px; }\n    .ls-img-slot { min-height: 220px; }\n  }\n\n  @media (max-width: 480px) {\n    .ls-container { padding: 0 16px; }\n    .ls-section { padding: 44px 0; }\n    .ls-title { font-size: 24px; }\n    .ls-intro { font-size: 13px; }\n    .ls-hero-title { font-size: 30px; }\n    .ls-hero-stats { gap: 18px; }\n    .ls-hero-stat-num { font-size: 20px; }\n    .ls-grid-2 { gap: 10px; }\n    .ls-grid-3 { gap: 8px; grid-template-columns: repeat(2, 1fr); }\n    .ls-mini-card { padding: 14px 12px; }\n    .ls-mini-emoji { font-size: 22px; }\n    .ls-mini-title { font-size: 13px; }\n    .ls-mini-desc { font-size: 11px; }\n    .ls-feature-item { padding: 14px 14px; gap: 10px; }\n    .ls-feature-icon { width: 30px; height: 30px; font-size: 14px; }\n    .ls-spec-cell { padding: 10px 12px; font-size: 11px; }\n    .ls-size-cell { padding: 9px 4px; font-size: 10px; }\n    .ls-color-card { padding: 18px 12px; }\n    .ls-color-swatch { width: 48px; height: 48px; }\n    .ls-color-name { font-size: 13px; }\n    .ls-cta-title { font-size: 26px; }\n    .ls-img-slot { min-height: 200px; }\n    .ls-hero-img { min-height: 220px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ls-wrapper\"\u003e\n\u003c!-- 统一背景动态层（焦糖金\/拿铁光晕+焦糖光带+条纹流动+心形+闪光+星星） --\u003e\n\u003cdiv class=\"ls-bg-layer\"\u003e\n\u003cdiv class=\"ls-orb\" style=\"width: 420px; height: 420px; background: rgba(200,137,62,0.13); bottom: 5%; left: -5%; animation-delay: 0s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-orb\" style=\"width: 360px; height: 360px; background: rgba(176,137,104,0.11); top: 10%; right: -5%; animation-delay: 6s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- 条纹流动（贴合条纹产品） --\u003e\n\u003cdiv class=\"ls-stripe-flow\" style=\"top: 8%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-stripe-flow\" style=\"top: 45%; animation-delay: 4s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-stripe-flow\" style=\"bottom: 15%; animation-delay: 8s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- 焦糖金光带 --\u003e\n\u003cdiv class=\"ls-gold-flow\" style=\"top: 18%; animation-delay: 0s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-gold-flow\" style=\"top: 55%; animation-delay: 8s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-gold-flow\" style=\"bottom: 28%; animation-delay: 4s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- 心形漂浮 --\u003e\n\u003cdiv class=\"ls-heart\" style=\"top: 12%; left: 8%; animation-delay: 0s;\"\u003e❤\u003c\/div\u003e\n\u003cdiv class=\"ls-heart\" style=\"top: 38%; right: 10%; animation-delay: 5s;\"\u003e❤\u003c\/div\u003e\n\u003cdiv class=\"ls-heart\" style=\"bottom: 22%; left: 12%; animation-delay: 10s;\"\u003e❤\u003c\/div\u003e\n\u003c!-- 星星 --\u003e\n\u003cdiv class=\"ls-star\" style=\"top: 20%; right: 15%; animation-delay: 0s;\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"ls-star\" style=\"top: 60%; left: 10%; animation-delay: 2s;\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"ls-star\" style=\"bottom: 32%; right: 12%; animation-delay: 4s;\"\u003e✨\u003c\/div\u003e\n\u003c!-- 闪光粒子 --\u003e\n\u003cdiv class=\"ls-sparkle\" style=\"top: 10%; left: 6%; animation-delay: 0s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-sparkle\" style=\"top: 30%; right: 8%; animation-delay: 1.5s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-sparkle\" style=\"bottom: 20%; left: 12%; animation-delay: 3s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-sparkle\" style=\"bottom: 35%; right: 10%; animation-delay: 0.8s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== HERO ===== --\u003e\n\u003csection class=\"ls-hero\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-hero-inner\"\u003e\n\u003cdiv class=\"ls-hero-badge\"\u003e🧾 2-PIECE LOUNGE SET · STRIPED OVERSIZED · ROUND NECK LONG SLEEVE + POCKET SHORTS · WARM KNIT\u003c\/div\u003e\n\u003cp class=\"ls-hero-eyebrow\"\u003eCozy Lounge Collection\u003c\/p\u003e\n\u003ch1 class=\"ls-hero-title\"\u003eOVERSIZED.\u003cbr\u003eEFFORTLESSLY COZY.\u003c\/h1\u003e\n\u003cp class=\"ls-hero-desc\"\u003eWrap yourself in laid-back luxury with the Women's Striped Oversized Lounge Set. This coordinated two-piece set pairs a loose-fit, round-neck long sleeve top with matching mid-waist pocket shorts — all in a trendy striped pattern with a modern, casual edge. Made from thick, warm knitted polyester with a soft, cozy feel that's perfect for fall and winter. The oversized drop-shoulder silhouette delivers that effortless \"I woke up like this\" comfort, while practical pockets keep your essentials close. Available in Pink and Coffee Brown — your new favorite uniform for slow mornings and cozy nights in.\u003c\/p\u003e\n\u003cdiv class=\"ls-hero-stats\"\u003e\n\u003cdiv class=\"ls-hero-stat\"\u003e\n\u003cdiv class=\"ls-hero-stat-num\"\u003e2.5K+\u003c\/div\u003e\n\u003cdiv class=\"ls-hero-stat-label\"\u003eHappy Customers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-hero-stat\"\u003e\n\u003cdiv class=\"ls-hero-stat-num\"\u003e2PC\u003c\/div\u003e\n\u003cdiv class=\"ls-hero-stat-label\"\u003eTop + Shorts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-hero-stat\"\u003e\n\u003cdiv class=\"ls-hero-stat-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"ls-hero-stat-label\"\u003eWarm Colors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-hero-stat\"\u003e\n\u003cdiv class=\"ls-hero-stat-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"ls-hero-stat-label\"\u003eSeasons Cozy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位1: Hero主图（上文下图） --\u003e\n\u003cdiv class=\"ls-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/941369d0-8000-4478-9445-e0849f1b2e56.png?v=1788939284\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 核心卖点 ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eWhy You'll Love It\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eCozy Meets\u003cbr\u003eEffortless Style.\u003c\/h2\u003e\n\u003cp class=\"ls-intro\"\u003eFour reasons this lounge set is your new everyday essential — from the oversized loose fit that drapes perfectly for relaxed lounging, to the trendy striped pattern that adds a modern touch to your wardrobe, from the thick warm knitted fabric that keeps you cozy through fall and winter, to the practical pocket shorts that hold your small essentials. Style and comfort, finally in perfect harmony.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位2: 文案下方（上文下图） --\u003e\n\u003cdiv class=\"ls-img-slot\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/67c00b83-0c91-451e-904d-50029a6c36bd.png?v=1788939284\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-grid-2\"\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🧾\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eOversized Loose Fit\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eEnjoy the relaxed feel of our oversized design — perfect for lounging and everyday wear. The loose silhouette drapes beautifully for that effortless laid-back look, never tight, never restrictive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🎨\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eTrendy Striped Pattern\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eStand out with the trendy striped pattern, adding a modern touch to your wardrobe. Classic stripes meet contemporary styling — simple, chic, and endlessly versatile for home and leisure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🌡\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eThick Warm Material\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eStay cozy with the thick, warm knitted polyester material — ideal for fall and winter seasons. Soft against the skin, substantial enough to keep you warm, perfect for chilly mornings and cozy nights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e👕\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003ePractical Pocket Shorts\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eConvenient pockets in the shorts provide easy storage for small essentials — your phone, keys, lip balm, or remote. No need to carry a bag around the house. Functional comfort, thoughtfully designed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 设计细节 ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eDesign \u0026amp; Fit\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eEvery Detail,\u003cbr\u003eMade for Relaxing.\u003c\/h2\u003e\n\u003cp class=\"ls-intro\"\u003eFrom the classic round neckline that flatters every face shape, to the drop-shoulder sleeves that enhance the relaxed silhouette, from the mid-waist shorts that sit comfortably without digging in, to the perfectly coordinated two-piece styling that takes the guesswork out of getting dressed — every detail is designed for maximum comfort with effortless style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位3: 文案下方（上文下图） --\u003e\n\u003cdiv class=\"ls-img-slot\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/bccf8e5f-b8ed-4946-b65c-c9bd2227f27f.png?v=1788939285\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-list\"\u003e\n\u003cdiv class=\"ls-feature-item\"\u003e\n\u003cdiv class=\"ls-feature-icon\"\u003e◯\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-text\"\u003e\n\u003ch4 class=\"ls-feature-name\"\u003eClassic Round Neckline\u003c\/h4\u003e\n\u003cp class=\"ls-feature-desc\"\u003eThe long sleeve top features a timeless round neck that flatters every face shape and layers beautifully. Not too high, not too low — the perfect neckline for relaxed lounging and casual outings alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-item\"\u003e\n\u003cdiv class=\"ls-feature-icon\"\u003e💫\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-text\"\u003e\n\u003ch4 class=\"ls-feature-name\"\u003eDrop-Shoulder Sleeves\u003c\/h4\u003e\n\u003cp class=\"ls-feature-desc\"\u003eThe drop-shoulder sleeve style enhances the laid-back, oversized feel. Sleeves drape loosely off the shoulder for a relaxed, slouchy silhouette that's effortlessly chic and incredibly comfortable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-item\"\u003e\n\u003cdiv class=\"ls-feature-icon\"\u003e👕\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-text\"\u003e\n\u003ch4 class=\"ls-feature-name\"\u003eMid-Waist Pocket Shorts\u003c\/h4\u003e\n\u003cp class=\"ls-feature-desc\"\u003eMatching mid-waist shorts sit comfortably at the natural waistline — no digging, no slipping. Convenient side pockets hold your small essentials. Relaxed leg opening pairs perfectly with the oversized top.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-item\"\u003e\n\u003cdiv class=\"ls-feature-icon\"\u003e👚\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-text\"\u003e\n\u003ch4 class=\"ls-feature-name\"\u003eCoordinated Two-Piece Set\u003c\/h4\u003e\n\u003cp class=\"ls-feature-desc\"\u003eComplete your look with this matching two-piece set, offering both style and functionality. The long sleeve top and shorts share the same striped pattern and fabric — a perfectly coordinated casual look for home and leisure time, right out of the package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 材质工艺 ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eMaterial \u0026amp; Feel\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eSoft. Thick.\u003cbr\u003eMade to Warm You.\u003c\/h2\u003e\n\u003cp class=\"ls-intro\"\u003eMade from polyester with a knitted construction, this set is soft, comfortable, thick, and warm — designed for the cooler months. The knitted texture adds visual depth and a premium hand-feel, while the substantial weight wraps you in cozy warmth without feeling heavy. Machine washable for effortless everyday care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位4: 文案下方（上文下图） --\u003e\n\u003cdiv class=\"ls-img-slot\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/53.png?v=1788939335\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-list\"\u003e\n\u003cdiv class=\"ls-feature-item\"\u003e\n\u003cdiv class=\"ls-feature-icon\"\u003e🧼\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-text\"\u003e\n\u003ch4 class=\"ls-feature-name\"\u003eThick Warm Polyester Knit\u003c\/h4\u003e\n\u003cp class=\"ls-feature-desc\"\u003eMade from polyester with a knitted construction — substantial, thick, and warm for fall and winter wear. The knit traps body heat to keep you cozy on chilly days, while remaining breathable enough for indoor comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-item\"\u003e\n\u003cdiv class=\"ls-feature-icon\"\u003e🌞\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-text\"\u003e\n\u003ch4 class=\"ls-feature-name\"\u003eSoft Against the Skin\u003c\/h4\u003e\n\u003cp class=\"ls-feature-desc\"\u003eDescribed as soft and comfortable — the fabric feels gentle and plush against bare skin. No scratchy texture, no stiff feel. Just cloud-soft comfort that makes you never want to change out of it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-item\"\u003e\n\u003cdiv class=\"ls-feature-icon\"\u003e🌡\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-text\"\u003e\n\u003ch4 class=\"ls-feature-name\"\u003eFall \u0026amp; Winter Ready\u003c\/h4\u003e\n\u003cp class=\"ls-feature-desc\"\u003eThe thick warm material is ideal for the fall and winter seasons. Perfect for cozy evenings by the fireplace, lazy Sunday mornings, working from home, or layering under a robe on the coldest days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-item\"\u003e\n\u003cdiv class=\"ls-feature-icon\"\u003e🧾\u003c\/div\u003e\n\u003cdiv class=\"ls-feature-text\"\u003e\n\u003ch4 class=\"ls-feature-name\"\u003eMachine Washable · Easy Care\u003c\/h4\u003e\n\u003cp class=\"ls-feature-desc\"\u003eMachine washable for effortless everyday care. Wash with similar colors (color-sorted wash) to preserve the rich stripes. The durable knit holds its shape, softness, and color wash after wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 颜色选择（2色） ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eChoose Your Color\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eTwo Warm Shades.\u003cbr\u003eEndless Cozy Moments.\u003c\/h2\u003e\n\u003cp class=\"ls-intro\"\u003eTwo carefully selected warm tones to match your mood and your space. Soft Pink for a feminine, romantic vibe — or Coffee Brown for a warm, grounded, neutral look. Both feature the same striped pattern, oversized fit, and plush knitted comfort. Pick your favorite, or collect both for the ultimate lounge wardrobe.\u003c\/p\u003e\n\u003cp class=\"ls-intro\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/35d69053fe924e81b29205764090260c_tplv-fhlh96nyum-crop-webp_1254_1254.webp?v=1788938123\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位5: 文案下方（上文下图） --\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 尺码选择 ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eSize Guide\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eFind Your\u003cbr\u003ePerfect Relaxed Fit.\u003c\/h2\u003e\n\u003cp class=\"ls-intro\"\u003eAvailable in sizes S through XXL. This set is designed with an intentional oversized fit — order your normal size for the classic relaxed look, or size up for an even slouchier, cozier silhouette. Refer to the guide below to find your perfect match.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-size-table\"\u003e\n\u003cdiv class=\"ls-size-row head\"\u003e\n\u003cdiv class=\"ls-size-cell\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003eBust\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003eWaist\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003eTop Length\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003eFit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-size-row\"\u003e\n\u003cdiv class=\"ls-size-cell size-label\"\u003eS\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e38-40\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e26-28\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e24\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003eOversized\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-size-row\"\u003e\n\u003cdiv class=\"ls-size-cell size-label\"\u003eM\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e40-42\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e28-30\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e25\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003eOversized\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-size-row\"\u003e\n\u003cdiv class=\"ls-size-cell size-label\"\u003eL\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e42-44\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e30-32\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e26\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003eLoose\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-size-row\"\u003e\n\u003cdiv class=\"ls-size-cell size-label\"\u003eXL\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e44-46\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e32-34\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e27\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003eLoose\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-size-row\"\u003e\n\u003cdiv class=\"ls-size-cell size-label\"\u003eXXL\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e46-48\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e34-36\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003e28\"\u003c\/div\u003e\n\u003cdiv class=\"ls-size-cell\"\u003eRelaxed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 适用场景 ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003ePerfect For\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eOne Set.\u003cbr\u003eEvery Cozy Moment.\u003c\/h2\u003e\n\u003cp class=\"ls-intro\"\u003eFrom slow weekend mornings to movie nights in, from working from home to running quick errands — this versatile lounge set transitions effortlessly between every relaxed moment. The striped pattern keeps it cute enough to answer the door, while the oversized fit keeps it cozy enough to nap in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位6: 文案下方（上文下图） --\u003e\n\u003cdiv class=\"ls-img-slot\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/a50dd7fb0b9a48e6a05b791cce5d25d3_tplv-fhlh96nyum-crop-webp_1254_1254.webp?v=1788938123\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ls-grid-2\"\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🏠\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eLounging at Home\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eThe ultimate at-home uniform. Whether you're reading on the couch, cooking breakfast, or enjoying a lazy Sunday, this set wraps you in cozy comfort all day long.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e☕\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eSlow Mornings\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003ePerfect for slow mornings with coffee — the thick warm knit takes the chill off, and the oversized fit feels like a warm hug. Your favorite weekend ritual just got cozier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e💻\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eWork From Home\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eLook put-together on video calls while staying completely comfortable. The stylish striped pattern keeps you camera-ready, while the soft knit keeps you focused and cozy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🌡\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eFall \u0026amp; Winter Days\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eDesigned for the cooler months. Layer it under a robe on cold mornings, wear it by the fireplace on winter evenings, or curl up under a blanket — warmth without the bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 穿搭建议 ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eStyle It\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eFrom Couch to\u003cbr\u003eCoffee Run.\u003c\/h2\u003e\n\u003cp class=\"ls-intro\"\u003eThis set is versatile enough to style beyond the living room. The trendy striped pattern and oversized silhouette make it easy to dress up or down. Throw on sneakers for a quick errand, layer a jacket for a coffee run, or keep it simple for pure lounging — effortless style, your way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位7: 文案下方（上文下图） --\u003e\n\u003cdiv class=\"ls-grid-2\"\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e👓\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eCasual Errands\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eSlip on white sneakers, grab a crossbody bag, and you're ready for a quick grocery run or coffee pickup. The striped pattern looks intentionally styled, not just rolled out of bed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🧡\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eLayered Look\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eLayer an oversized denim jacket, cardigan, or zip-up hoodie over the long sleeve top for cooler evenings. The round neckline sits perfectly under any outer layer for an effortless layered outfit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🧾\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003ePure Lounging\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eWear the set as-is for maximum comfort. Pair with fuzzy socks and a messy bun — the oversized fit and soft knit make this your go-to for movie nights, nap time, and everything in between.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🎁\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003ePerfect Gift\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eA thoughtful gift for anyone who loves cozy loungewear — moms, sisters, best friends, or yourself. The warm pink and coffee brown tones suit every taste, and the oversized fit flatters every body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 护理说明 ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eCare Guide\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eEasy Care.\u003cbr\u003eCozy That Lasts.\u003c\/h2\u003e\n\u003cp class=\"ls-intro\"\u003eSimple care instructions to keep your lounge set soft, vibrant, and shape-perfect wear after wear. The durable knitted polyester is machine washable and designed to hold up to regular laundering — perfect for an everyday favorite you'll reach for again and again.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-grid-3\"\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🧼\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eMachine Wash Cold\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eMachine wash on gentle cycle with cold water. Wash with similar colors (color-sorted wash) to preserve the rich striped pattern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🌞\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eTumble Dry Low\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eTumble dry on low heat or lay flat to dry. Low heat preserves the knit's softness, shape, and warmth for long-lasting cozy comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e✨\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eKeep It Soft\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eAvoid high heat and harsh detergents. Use a gentle detergent to maintain the plush hand-feel and prevent pilling over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 规格表 ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eSpecifications\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eProduct Details.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-table\"\u003e\n\u003cdiv class=\"ls-spec-row head\"\u003e\n\u003cdiv class=\"ls-spec-cell\"\u003eSpecification\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell\"\u003eDetails\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eProduct Name\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eWomen's Striped Oversized Lounge Set\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eSet Includes\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eLong Sleeve Top + Mid-Waist Pocket Shorts (2-Piece Coordinated Set)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003ePolyester · Knitted Construction · Soft · Thick · Warm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eFit Type\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eOversized · Loose Fit · Drop-Shoulder · Laid-Back Silhouette\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eTop Details\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eRound Neck · Long Sleeve · Drop Shoulder · Striped Pattern\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eShorts Details\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eMid-Waist · Relaxed Leg · Convenient Side Pockets · Matching Stripe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003ePattern\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eStriped · Casual Modern Look\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eColors Available\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003ePink · Coffee Brown (2 Colors)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eSizes Available\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eS · M · L · XL · XXL (5 Sizes)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eSeason\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eFall · Winter · Cool Evenings · Year-Round Indoors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eOccasion\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eLounging · Home · Leisure · Everyday Wear · Work From Home · Casual Errands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eCasual · Modern · Cozy · Warm · Laid-Back\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eMachine Washable · Cold Water · Color-Sorted Wash · Tumble Dry Low\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eOrders\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003e2,539+ Orders\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eReviews\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003e2,356 Reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eMade In\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eState of Colorado, USA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eDispatch\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003e24-48 Hours Ready to Ship\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-row\"\u003e\n\u003cdiv class=\"ls-spec-cell k\"\u003eShipping\u003c\/div\u003e\n\u003cdiv class=\"ls-spec-cell v\"\u003eWorldwide Global Delivery with Tracking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 客户评价 ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eCustomer Love\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eLoved by 2,500+\u003cbr\u003eCozy Girls.\u003c\/h2\u003e\n\u003cp class=\"ls-intro\"\u003eJoin thousands of happy customers who've found their new favorite lounge set. Real women, real comfort, real cozy vibes — here's what they're saying about their new go-to at-home uniform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-grid-2\" style=\"gap: 14px;\"\u003e\n\u003cdiv class=\"ls-review-card\"\u003e\n\u003cdiv class=\"ls-stars\"\u003e\n\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"ls-review-text\"\u003e\"I am OBSESSED with this lounge set! The pink is even prettier in person — such a soft, warm blush tone. The material is thick and cozy, perfect for working from home in the fall. The oversized fit is exactly what I wanted — slouchy and relaxed but still cute. The shorts pockets actually fit my phone! I've worn it three days in a row, it's that comfortable. Already ordering the coffee brown too!\"\u003c\/p\u003e\n\u003cp class=\"ls-review-author\"\u003e— Ashley M., Work-From-Home Mom\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-review-card\"\u003e\n\u003cdiv class=\"ls-stars\"\u003e\n\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"ls-review-text\"\u003e\"Finally found a lounge set that's both warm AND stylish! The knitted fabric is substantial — not thin and cheap like other sets I've bought. It kept me so cozy during a cold winter weekend. The striped pattern is trendy and the round neck is flattering. I love that I can throw on sneakers and run to the coffee shop without looking like I just rolled out of bed. The drop-shoulder fit is so comfortable. Highly recommend!\"\u003c\/p\u003e\n\u003cp class=\"ls-review-author\"\u003e— Jessica T., Weekend Lounger\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-review-card\"\u003e\n\u003cdiv class=\"ls-stars\"\u003e\n\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"ls-review-text\"\u003e\"Bought the coffee brown color and it's such a beautiful warm neutral! The quality is amazing for how soft and thick it is. I'm usually a medium and got my normal size — the oversized fit is perfect, roomy without looking frumpy. The long sleeves are nice and long, and the mid-waist shorts sit comfortably. Washed it several times now and it still looks brand new — no pilling, no fading. My new favorite thing to wear at home!\"\u003c\/p\u003e\n\u003cp class=\"ls-review-author\"\u003e— Maria L., Repeat Buyer\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-review-card\"\u003e\n\u003cdiv class=\"ls-stars\"\u003e\n\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\u003cspan\u003e★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"ls-review-text\"\u003e\"Got this as a gift for my best friend and she loved it so much I had to get one for myself! The pink is gorgeous and the striped design is so cute. It's the perfect weight for fall evenings — warm but not sweaty. I love that it's a coordinated two-piece so I don't have to think about matching. The pockets are a game changer for carrying my phone and lip balm around the house. Cozy, cute, and practical — 10\/10!\"\u003c\/p\u003e\n\u003cp class=\"ls-review-author\"\u003e— Lauren K., Gift-Giver \u0026amp; Convert\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== FAQ ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eFAQ\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eQuestions Answered.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-grid-2\" style=\"gap: 12px;\"\u003e\n\u003cdiv class=\"ls-faq-card\"\u003e\n\u003cp class=\"ls-faq-q\"\u003e\u003cspan\u003eQ\u003c\/span\u003eWhat items are included in this set?\u003c\/p\u003e\n\u003cp class=\"ls-faq-a\"\u003e\u003cstrong\u003eIt's a 2-piece set that includes a long sleeve top and matching shorts.\u003c\/strong\u003e Both pieces share the same striped pattern and knitted fabric for a perfectly coordinated look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-faq-card\"\u003e\n\u003cp class=\"ls-faq-q\"\u003e\u003cspan\u003eQ\u003c\/span\u003eWhat material is the set made from and how does it feel?\u003c\/p\u003e\n\u003cp class=\"ls-faq-a\"\u003e\u003cstrong\u003eThe set is made from polyester with a knitted construction.\u003c\/strong\u003e It's described as \u003cstrong\u003esoft, comfortable, thick, and warm\u003c\/strong\u003e — substantial enough for fall and winter, soft enough for all-day lounging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-faq-card\"\u003e\n\u003cp class=\"ls-faq-q\"\u003e\u003cspan\u003eQ\u003c\/span\u003eWhat style, fit, and neckline does it have?\u003c\/p\u003e\n\u003cp class=\"ls-faq-a\"\u003e\u003cstrong\u003eCasual style with an oversized, loose fit and drop-shoulder sleeves.\u003c\/strong\u003e \u003cstrong\u003eThe top has a round neck neckline.\u003c\/strong\u003e The shorts are mid-waist with a relaxed leg and convenient pockets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-faq-card\"\u003e\n\u003cp class=\"ls-faq-q\"\u003e\u003cspan\u003eQ\u003c\/span\u003eDoes the shorts have pockets and how do I care for it?\u003c\/p\u003e\n\u003cp class=\"ls-faq-a\"\u003e\u003cstrong\u003eYes, the shorts include practical pockets for small essentials.\u003c\/strong\u003e \u003cstrong\u003eIt's machine washable\u003c\/strong\u003e — wash with similar colors (color-sorted wash), use cold water and tumble dry low to preserve softness and shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 信任保证 ===== --\u003e\n\u003csection class=\"ls-section\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-center\"\u003e\n\u003cspan class=\"ls-label\"\u003eShop with Confidence\u003c\/span\u003e\n\u003ch2 class=\"ls-title\"\u003eYour Cozy,\u003cbr\u003eGuaranteed.\u003c\/h2\u003e\n\u003cp class=\"ls-intro\"\u003eSecure payment, fast worldwide shipping, and dedicated support — every order backed by our commitment to quality and your complete satisfaction. Join 2,500+ happy customers who've found their new favorite lounge set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-grid-2\"\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e💰\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003e30-Day Money Back\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eNot in love? Return within 30 days for a full refund. No questions asked. Your comfort is our priority.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🔒\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eSecure Payment\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eAll major cards + PayPal + Apple\/Google Pay. Norton \u0026amp; McAfee secured. Your payment information is always protected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e🚚\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003eFast Worldwide Shipping\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eShips in 24-48h with tracking. Global delivery via USPS\/UPS\/FedEx\/DHL. Your cozy arrives safely and quickly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ls-mini-card\"\u003e\n\u003cspan class=\"ls-mini-emoji\"\u003e💬\u003c\/span\u003e\n\u003ch3 class=\"ls-mini-title\"\u003e24\/7 Support\u003c\/h3\u003e\n\u003cp class=\"ls-mini-desc\"\u003eQuestions about colors, sizes, or your order? Our team is here for you anytime — we're happy to help you find your perfect fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== CTA ===== --\u003e\n\u003csection class=\"ls-cta\"\u003e\n\u003cdiv class=\"ls-container\"\u003e\n\u003cdiv class=\"ls-cta-tag\"\u003e🧾 2-PIECE LOUNGE SET · STRIPED OVERSIZED · ROUND NECK LONG SLEEVE + MID-WAIST POCKET SHORTS · WARM KNIT · FALL \u0026amp; WINTER\u003c\/div\u003e\n\u003ch2 class=\"ls-cta-title\"\u003eGet Cozy.\u003cbr\u003e\u003cspan class=\"hl\"\u003eStay Effortless.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ls-cta-desc\"\u003eThe Women's Striped Oversized Lounge Set — your new favorite at-home uniform. A coordinated two-piece set with a loose-fit, round-neck long sleeve top and matching mid-waist pocket shorts, all in a trendy striped pattern. Made from thick, warm knitted polyester that's soft, comfortable, and perfect for fall and winter. The oversized drop-shoulder silhouette delivers effortless laid-back style, while practical pockets keep your essentials close. Available in soft Pink and warm Coffee Brown, sizes S through XXL. Machine washable for easy care. Perfect for lounging, slow mornings, work from home, and casual errands. Backed by our 30-day money-back guarantee. Treat yourself to the cozy you deserve — your future self will thank you.\u003c\/p\u003e\n\u003cdiv class=\"ls-cta-feats\"\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 2-Piece Set\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Oversized Loose Fit\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Striped Pattern\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Round Neck\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Long Sleeve\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Drop Shoulder\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Mid-Waist Shorts\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Practical Pockets\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Thick Warm Knit\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Fall \u0026amp; Winter\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Pink \/ Coffee Brown\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Machine Washable\u003c\/div\u003e\n\u003cdiv class=\"ls-cta-feat\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 30-Day Money Back\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ls-cta-note\"\u003e* Women's Striped Oversized Lounge Set · Set Includes: Long Sleeve Top + Mid-Waist Pocket Shorts (2-Piece Coordinated Set) · Material: Polyester · Knitted Construction · Soft · Thick · Warm · Fit: Oversized · Loose · Drop-Shoulder · Laid-Back · Top: Round Neck · Long Sleeve · Drop Shoulder · Striped · Shorts: Mid-Waist · Relaxed Leg · Side Pockets · Matching Stripe · Pattern: Striped · Casual Modern · Colors: Pink · Coffee Brown (2 Colors) · Sizes: S · M · L · XL · XXL (5 Sizes) · Season: Fall · Winter · Cool Evenings · Year-Round Indoors · Occasion: Lounging · Home · Leisure · Everyday Wear · Work From Home · Casual Errands · Style: Casual · Modern · Cozy · Warm · Laid-Back · Care: Machine Washable · Cold Water · Color-Sorted Wash · Tumble Dry Low · Orders: 2,539+ · Reviews: 2,356 · Made In: State of Colorado, USA · Dispatch: 24-48H · Shipping: Worldwide Global Delivery with Tracking · Guarantee: 30-Day Money Back · Secure Payment: Norton, McAfee, SSL Secured · Support: 24\/7 Customer Support\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"zlz","offers":[{"title":"Coffee brown \/ S","offer_id":48409964314813,"sku":"B02931-A","price":30.0,"currency_code":"USD","in_stock":true},{"title":"Coffee brown \/ M","offer_id":48409964282045,"sku":"B02931-B","price":30.0,"currency_code":"USD","in_stock":true},{"title":"Coffee brown \/ L","offer_id":48409964347581,"sku":"B02931-C","price":30.0,"currency_code":"USD","in_stock":true},{"title":"Coffee brown \/ XL","offer_id":48409964380349,"sku":"B02931-D","price":30.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/941369d0-8000-4478-9445-e0849f1b2e56.png?v=1788939284","url":"https:\/\/valorsnet.us\/products\/womens-striped-oversized-lounge-set-pink-1729524481793365544","provider":"Valors-net","version":"1.0","type":"link"}