{"product_id":"womens-cotton-two-piece-set-tank-top-and-shorts-219901461603","title":"Women's Cotton Two Piece Set Tank Top and Shorts","description":"\u003c!-- ============================================================\n     Women's 2 Piece Cotton Outfits — Sleeveless Tank + High Waist Shorts\n     Shopify Product Detail Page — Custom HTML\n     Color: Deep Warm Brown Black \/ Cream White Floating Cards \/ Bright Yellow \u0026 Caramel Accent\n     Vibe: Summer · Casual · Cotton · Oversized · Cozy Chic · Premium Loungewear\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  :root {\n    --bg-primary: #161210;\n    --bg-secondary: #1E1814;\n    --bg-tertiary: #28201A;\n    --card-cream: #FAF5EC;\n    --card-warm: #F2EADB;\n    --accent-yellow: #FFD600;\n    --accent-yellow-dark: #E8B923;\n    --accent-gold: #D4A843;\n    --accent-caramel: #A67B4A;\n    --accent-caramel-light: #C49A6C;\n    --text-on-dark: #E8DFD4;\n    --text-on-dark-soft: #9A8E82;\n    --text-on-light: #2A1F18;\n    --text-on-light-soft: #6B5A4E;\n    --border-yellow: rgba(255, 214, 0, 0.35);\n    --border-caramel: rgba(166, 123, 74, 0.3);\n    --shadow-float: 0 28px 70px rgba(0,0,0,0.55), 0 10px 30px rgba(255,214,0,0.08);\n    --shadow-card: 0 14px 40px rgba(0,0,0,0.4);\n    --shadow-glow: 0 0 35px rgba(255,214,0,0.2);\n    --radius-lg: 24px;\n    --radius-md: 16px;\n    --radius-sm: 10px;\n  }\n\n  .wp-page-wrapper {\n    font-family: 'Helvetica Neue','Arial',sans-serif;\n    background: var(--bg-primary);\n    color: var(--text-on-dark);\n    margin: 0; padding: 0;\n    overflow-x: hidden;\n    line-height: 1.75;\n    position: relative;\n  }\n\n  \/* 阳光粒子背景 *\/\n  .wp-sun-bg {\n    position: fixed; top: 0; left: 0; width: 100%; height: 100%;\n    pointer-events: none; z-index: 0; overflow: hidden;\n  }\n  .wp-sun-particle {\n    position: absolute;\n    width: 4px; height: 4px;\n    background: var(--accent-yellow);\n    border-radius: 50%;\n    box-shadow: 0 0 10px rgba(255,214,0,0.6);\n    animation: wp-twinkle 5s ease-in-out infinite;\n  }\n  @keyframes wp-twinkle {\n    0%, 100% { opacity: 0.2; transform: scale(0.8); }\n    50% { opacity: 1; transform: scale(1.3); }\n  }\n  .wp-glow-orb {\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(100px);\n    animation: wp-orb-float 14s ease-in-out infinite;\n  }\n  @keyframes wp-orb-float {\n    0%, 100% { transform: translate(0, 0) scale(1); }\n    50% { transform: translate(35px, -25px) scale(1.15); }\n  }\n\n  .wp-container { max-width: 1100px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }\n  .wp-section { padding: 80px 0; position: relative; }\n  .wp-text-center { text-align: center; }\n\n  .wp-section-label {\n    display: inline-block; font-size: 11px; font-weight: 800;\n    letter-spacing: 3px; text-transform: uppercase;\n    color: var(--accent-yellow); margin-bottom: 18px;\n    padding: 7px 22px; background: rgba(255,214,0,0.1);\n    border-radius: 100px; border: 1px solid var(--border-yellow);\n  }\n  .wp-section-title {\n    font-size: 44px; font-weight: 900; line-height: 1.12;\n    margin: 0 0 16px 0; color: #fff; letter-spacing: -1px;\n  }\n  .wp-section-subtitle {\n    font-size: 17px; color: var(--text-on-dark-soft);\n    max-width: 680px; margin: 0 auto 52px auto; text-align: center;\n  }\n\n  \/* 图片容器（完整显示不裁剪） *\/\n  .wp-img-box {\n    width: 100%; border-radius: var(--radius-md);\n    background: var(--bg-secondary);\n    border: 1px dashed rgba(255,214,0,0.35);\n    display: flex; align-items: center; justify-content: center;\n    color: rgba(255,255,255,0.2); font-size: 12px; font-weight: 700;\n    letter-spacing: 1px; text-transform: uppercase; overflow: hidden;\n  }\n  .wp-img-box img {\n    width: 100%; height: auto; max-height: 100%;\n    object-fit: contain; display: block;\n  }\n\n  \/* ========== HERO ========== *\/\n  .wp-hero {\n    background:\n      radial-gradient(ellipse at 25% 25%, rgba(255,214,0,0.13) 0%, transparent 45%),\n      radial-gradient(ellipse at 75% 75%, rgba(166,123,74,0.1) 0%, transparent 45%),\n      radial-gradient(ellipse at 50% 50%, rgba(212,168,67,0.05) 0%, transparent 60%),\n      var(--bg-primary);\n    padding: 70px 0 80px 0; position: relative; overflow: hidden;\n    text-align: center;\n  }\n  .wp-hero::before {\n    content:''; position:absolute; top:-20%; left:50%;\n    transform:translateX(-50%); width:800px; height:800px;\n    background:radial-gradient(circle,rgba(255,214,0,0.07) 0%,transparent 70%);\n    pointer-events:none; animation:wp-hero-pulse 7s ease-in-out infinite;\n  }\n  @keyframes wp-hero-pulse { 0%,100%{opacity:.5;transform:translateX(-50%) scale(1)} 50%{opacity:1;transform:translateX(-50%) scale(1.08)} }\n\n  .wp-hero-text { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }\n\n  .wp-hero-badge {\n    display:inline-flex; align-items:center; gap:8px;\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-gold));\n    color:#2A1F18; padding:8px 24px; border-radius:100px;\n    font-size:12px; font-weight:800; letter-spacing:1.5px;\n    margin-bottom:28px; text-transform:uppercase;\n    box-shadow:0 4px 24px rgba(255,214,0,0.35);\n    animation:wp-float 3s ease-in-out infinite;\n  }\n  @keyframes wp-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)} }\n\n  .wp-hero-eyebrow {\n    font-size:14px; font-weight:700; letter-spacing:4px;\n    text-transform:uppercase; color:var(--accent-caramel-light); margin-bottom:16px;\n  }\n  .wp-hero-title {\n    font-size: 60px; font-weight: 900; line-height: 0.95;\n    margin: 0 0 24px 0; letter-spacing: -2px;\n    background: linear-gradient(135deg,#fff 0%,var(--accent-yellow) 25%,var(--accent-gold) 50%,var(--accent-caramel-light) 75%,#fff 100%);\n    -webkit-background-clip:text; -webkit-text-fill-color:transparent;\n    background-clip:text; animation:wp-shimmer 7s ease-in-out infinite;\n    background-size:200% 200%;\n  }\n  @keyframes wp-shimmer { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }\n\n  .wp-hero-desc {\n    font-size:18px; color:var(--text-on-dark-soft);\n    margin:0 auto 40px auto; line-height:1.8; max-width: 640px;\n  }\n  .wp-hero-stats { display:flex; justify-content:center; gap:48px; flex-wrap:wrap; margin-bottom: 48px; }\n  .wp-hero-stat { text-align:center; animation:wp-rise .8s ease-out backwards; }\n  .wp-hero-stat:nth-child(1){animation-delay:.1s}\n  .wp-hero-stat:nth-child(2){animation-delay:.2s}\n  .wp-hero-stat:nth-child(3){animation-delay:.3s}\n  .wp-hero-stat:nth-child(4){animation-delay:.4s}\n  @keyframes wp-rise { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }\n  .wp-hero-stat-num {\n    font-size:38px; font-weight:900; color:var(--accent-yellow);\n    line-height:1; letter-spacing:-1px;\n  }\n  .wp-hero-stat-label {\n    font-size:11px; color:var(--text-on-dark-soft); margin-top:6px;\n    text-transform:uppercase; letter-spacing:1.5px; font-weight:700;\n  }\n  \/* Hero图片 *\/\n  .wp-hero-image {\n    width: 100%; max-width: 560px; margin: 0 auto;\n    height: auto; min-height: 300px;\n    border-radius: var(--radius-lg); overflow: hidden;\n    box-shadow: var(--shadow-float), var(--shadow-glow);\n    border: 2px solid rgba(255,214,0,0.3);\n    animation: wp-hero-float 6s ease-in-out infinite;\n    position: relative; z-index: 1;\n    background: var(--bg-secondary);\n  }\n  .wp-hero-image img {\n    width: 100%; height: auto; display: block; object-fit: contain;\n  }\n  @keyframes wp-hero-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }\n\n  \/* ========== KEY FEATURES ========== *\/\n  .wp-features-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }\n  .wp-feature-card {\n    background:var(--card-cream); border-radius:var(--radius-lg);\n    padding:38px 26px; text-align:center; box-shadow:var(--shadow-card);\n    transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease;\n    position:relative; overflow:hidden;\n  }\n  .wp-feature-card::before {\n    content:''; position:absolute; top:0; left:0; right:0; height:4px;\n    background:linear-gradient(90deg,var(--accent-yellow),var(--accent-caramel));\n    transform:scaleX(0); transform-origin:left; transition:transform .4s ease;\n  }\n  .wp-feature-card:hover { transform:translateY(-10px); box-shadow:var(--shadow-float); }\n  .wp-feature-card:hover::before { transform:scaleX(1); }\n  .wp-feature-icon {\n    width:64px; height:64px; margin:0 auto 20px auto;\n    background:linear-gradient(135deg,var(--bg-secondary),var(--bg-tertiary));\n    border-radius:18px; display:flex; align-items:center; justify-content:center;\n    border:2px solid var(--accent-yellow);\n    transition:transform .3s ease;\n  }\n  .wp-feature-card:hover .wp-feature-icon { transform:scale(1.08) rotate(-3deg); }\n  .wp-feature-icon svg { width:32px; height:32px; stroke:var(--accent-yellow); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }\n  .wp-feature-title { font-size:18px; font-weight:800; color:var(--text-on-light); margin:0 0 10px 0; }\n  .wp-feature-desc { font-size:13px; color:var(--text-on-light-soft); line-height:1.65; margin:0; }\n\n  \/* ========== FABRIC (面料) ========== *\/\n  .wp-fabric-section { background:var(--bg-secondary); position:relative; }\n  .wp-fabric-wrapper {\n    display:grid; grid-template-columns:1fr 1fr; gap:48px;\n    align-items:center; max-width:1000px; margin:0 auto;\n  }\n  .wp-fabric-visual {\n    width: 100%; height: auto; min-height: 350px;\n    border-radius: var(--radius-lg); overflow: hidden;\n    box-shadow: var(--shadow-float), var(--shadow-glow);\n    border: 2px solid rgba(255,214,0,0.25);\n    position: relative; background: var(--bg-tertiary);\n    display: flex; align-items: center; justify-content: center;\n  }\n  .wp-fabric-visual img {\n    width: 100%; height: auto; display: block; object-fit: contain;\n  }\n  .wp-fabric-text h3 { font-size:38px; font-weight:900; color:#fff; margin:0 0 18px 0; line-height:1.15; }\n  .wp-fabric-text p { font-size:16px; color:var(--text-on-dark-soft); line-height:1.8; margin:0 0 28px 0; }\n  .wp-fabric-list { list-style:none; padding:0; margin:0; }\n  .wp-fabric-list li {\n    display:flex; align-items:flex-start; gap:14px; padding:12px 0;\n    font-size:15px; color:#ccc; border-bottom:1px solid rgba(255,255,255,0.05);\n  }\n  .wp-fabric-list li:last-child { border-bottom:none; }\n  .wp-fabric-list li strong { color:#fff; font-weight:700; }\n  .wp-fabric-check {\n    flex-shrink:0; width:24px; height:24px;\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-gold));\n    border-radius:50%; display:flex; align-items:center; justify-content:center;\n    margin-top:1px; box-shadow:0 2px 10px rgba(255,214,0,0.3);\n  }\n  .wp-fabric-check svg { width:12px; height:12px; stroke:#2A1F18; fill:none; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }\n\n  \/* ========== DESIGN DETAILS (设计细节) ========== *\/\n  .wp-design-section { position:relative; }\n  .wp-design-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1000px; margin:0 auto; }\n  .wp-design-card {\n    background:var(--card-cream); border-radius:var(--radius-lg);\n    padding:36px 28px; box-shadow:var(--shadow-card);\n    transition:transform .4s ease, box-shadow .4s ease;\n    text-align:center; position:relative; overflow:hidden;\n  }\n  .wp-design-card:hover { transform:translateY(-8px); box-shadow:var(--shadow-float); }\n  .wp-design-num {\n    position:absolute; top:16px; right:22px;\n    font-size:52px; font-weight:900;\n    color:rgba(255,214,0,0.12); line-height:1; letter-spacing:-2px;\n  }\n  .wp-design-icon {\n    width:60px; height:60px; margin:0 auto 18px auto;\n    background:linear-gradient(135deg,var(--bg-secondary),var(--bg-tertiary));\n    border-radius:16px; display:flex; align-items:center; justify-content:center;\n    border:2px solid var(--accent-caramel);\n  }\n  .wp-design-icon svg { width:28px; height:28px; stroke:var(--accent-caramel-light); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }\n  .wp-design-title { font-size:20px; font-weight:800; color:var(--text-on-light); margin:0 0 10px 0; }\n  .wp-design-desc { font-size:14px; color:var(--text-on-light-soft); line-height:1.7; margin:0; }\n\n  \/* ========== POCKETS (口袋亮点) ========== *\/\n  .wp-pocket-section { background:var(--bg-secondary); position:relative; }\n  .wp-pocket-wrapper {\n    display:grid; grid-template-columns:1fr 1fr; gap:48px;\n    align-items:center; max-width:1000px; margin:0 auto;\n  }\n  .wp-pocket-text h3 { font-size:38px; font-weight:900; color:#fff; margin:0 0 18px 0; line-height:1.15; }\n  .wp-pocket-text p { font-size:16px; color:var(--text-on-dark-soft); line-height:1.8; margin:0 0 28px 0; }\n  .wp-pocket-list { list-style:none; padding:0; margin:0; }\n  .wp-pocket-list li {\n    display:flex; align-items:flex-start; gap:14px; padding:12px 0;\n    font-size:15px; color:#ccc; border-bottom:1px solid rgba(255,255,255,0.05);\n  }\n  .wp-pocket-list li:last-child { border-bottom:none; }\n  .wp-pocket-list li strong { color:#fff; font-weight:700; }\n  .wp-pocket-check {\n    flex-shrink:0; width:24px; height:24px;\n    background:linear-gradient(135deg,var(--accent-caramel),var(--accent-caramel-light));\n    border-radius:50%; display:flex; align-items:center; justify-content:center;\n    margin-top:1px; box-shadow:0 2px 10px rgba(166,123,74,0.3);\n  }\n  .wp-pocket-check svg { width:12px; height:12px; stroke:#fff; fill:none; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }\n  .wp-pocket-visual {\n    width: 100%; height: auto; min-height: 350px;\n    border-radius: var(--radius-lg); overflow: hidden;\n    box-shadow: var(--shadow-float);\n    border: 2px solid rgba(166,123,74,0.25);\n    position: relative; background: var(--bg-tertiary);\n    display: flex; align-items: center; justify-content: center;\n  }\n  .wp-pocket-visual img {\n    width: 100%; height: auto; display: block; object-fit: contain;\n  }\n\n  \/* ========== STYLE IT (穿搭) ========== *\/\n  .wp-style-section { position:relative; }\n  .wp-style-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1000px; margin:0 auto; }\n  .wp-style-card {\n    background:var(--card-cream); border-radius:var(--radius-lg);\n    padding:36px 28px; box-shadow:var(--shadow-card);\n    transition:all .4s cubic-bezier(.25,.46,.45,.94);\n    text-align:center; position:relative; overflow:hidden;\n  }\n  .wp-style-card:hover { transform:translateY(-8px); box-shadow:var(--shadow-float); }\n  .wp-style-num {\n    position:absolute; top:16px; right:22px;\n    font-size:52px; font-weight:900;\n    color:rgba(166,123,74,0.1); line-height:1; letter-spacing:-2px;\n  }\n  .wp-style-icon {\n    width:60px; height:60px; margin:0 auto 18px auto;\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-gold));\n    border-radius:16px; display:flex; align-items:center; justify-content:center;\n  }\n  .wp-style-icon svg { width:28px; height:28px; stroke:#2A1F18; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }\n  .wp-style-title { font-size:20px; font-weight:800; color:var(--text-on-light); margin:0 0 10px 0; }\n  .wp-style-desc { font-size:14px; color:var(--text-on-light-soft); line-height:1.7; margin:0; }\n\n  \/* ========== OCCASIONS (适用场景) ========== *\/\n  .wp-occasion-section { background:var(--bg-secondary); position:relative; }\n  .wp-occasion-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; max-width:1000px; margin:0 auto; }\n  .wp-occasion-card {\n    background:var(--card-cream); border-radius:var(--radius-md);\n    padding:28px 18px; text-align:center; box-shadow:var(--shadow-card);\n    transition:all .35s cubic-bezier(.25,.46,.45,.94);\n    border:2px solid transparent;\n  }\n  .wp-occasion-card:hover { transform:translateY(-8px); box-shadow:var(--shadow-float); border-color:var(--accent-yellow); }\n  .wp-occasion-icon {\n    width:52px; height:52px; margin:0 auto 14px auto;\n    background:linear-gradient(135deg,var(--accent-caramel),var(--accent-caramel-light));\n    border-radius:14px; display:flex; align-items:center; justify-content:center;\n    transition:transform .3s ease;\n  }\n  .wp-occasion-card:hover .wp-occasion-icon { transform:scale(1.1) rotate(5deg); }\n  .wp-occasion-icon svg { width:26px; height:26px; stroke:#fff; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }\n  .wp-occasion-name { font-size:15px; font-weight:800; color:var(--text-on-light); margin:0 0 4px 0; }\n  .wp-occasion-desc { font-size:12px; color:var(--text-on-light-soft); line-height:1.5; margin:0; }\n\n  \/* ========== SIZE GUIDE (尺码) ========== *\/\n  .wp-size-section { position:relative; }\n  .wp-size-table {\n    background:var(--card-cream); border-radius:var(--radius-lg);\n    overflow:hidden; box-shadow:var(--shadow-float); max-width:820px; margin:0 auto;\n  }\n  .wp-size-row {\n    display:grid; grid-template-columns:repeat(5,1fr);\n    border-bottom:1px solid rgba(0,0,0,0.06);\n  }\n  .wp-size-row:last-child { border-bottom:none; }\n  .wp-size-row.header {\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-gold));\n  }\n  .wp-size-cell {\n    padding:16px 10px; text-align:center; font-size:13px; font-weight:600;\n    color:var(--text-on-light-soft); transition:background .2s ease;\n  }\n  .wp-size-row:not(.header):hover .wp-size-cell { background:rgba(255,214,0,0.06); }\n  .wp-size-row.header .wp-size-cell {\n    color:#2A1F18; font-weight:800; font-size:12px; letter-spacing:0.5px; text-transform:uppercase;\n  }\n  .wp-size-cell.size-label {\n    color:var(--text-on-light); font-weight:800; font-size:15px;\n  }\n\n  \/* ========== SPECIFICATIONS ========== *\/\n  .wp-specs-section { background:var(--bg-secondary); position:relative; }\n  .wp-specs-table {\n    background:var(--card-cream); border-radius:var(--radius-lg);\n    overflow:hidden; box-shadow:var(--shadow-float); max-width:820px; margin:0 auto;\n  }\n  .wp-spec-row {\n    display:grid; grid-template-columns:1fr 1.5fr;\n    border-bottom:1px solid rgba(0,0,0,0.06);\n  }\n  .wp-spec-row:last-child { border-bottom:none; }\n  .wp-spec-row.header {\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-gold));\n  }\n  .wp-spec-cell {\n    padding:18px 24px; font-size:14px; font-weight:600;\n    color:var(--text-on-light-soft); transition:background .2s ease;\n  }\n  .wp-spec-row:not(.header):hover .wp-spec-cell { background:rgba(255,214,0,0.05); }\n  .wp-spec-row.header .wp-spec-cell {\n    color:#2A1F18; font-weight:800; font-size:13px; letter-spacing:0.5px;\n  }\n  .wp-spec-cell.label {\n    color:var(--text-on-light); font-weight:700;\n    border-right:1px solid rgba(0,0,0,0.06);\n  }\n  .wp-spec-cell.value { color:var(--accent-yellow-dark); font-weight:800; }\n\n  \/* ========== TRUST BAR ========== *\/\n  .wp-trust-bar {\n    background:linear-gradient(135deg,#1E1814,#161210);\n    border:1px solid rgba(255,214,0,0.3); border-radius:var(--radius-lg);\n    padding:52px 48px; display:flex; align-items:center; justify-content:space-around;\n    flex-wrap:wrap; gap:36px; box-shadow:var(--shadow-float);\n  }\n  .wp-trust-item { text-align:center; }\n  .wp-trust-icon { width:52px; height:52px; margin:0 auto 14px auto; display:flex; align-items:center; justify-content:center; }\n  .wp-trust-icon svg { width:44px; height:44px; stroke:var(--accent-yellow); fill:none; stroke-width:1.4; stroke-linecap:round; stroke-linejoin:round; }\n  .wp-trust-num { font-size:32px; font-weight:900; color:#fff; line-height:1; letter-spacing:-.5px; }\n  .wp-trust-label { font-size:12px; color:var(--text-on-dark-soft); margin-top:8px; text-transform:uppercase; letter-spacing:1.5px; font-weight:700; }\n  .wp-stars { display:flex; justify-content:center; gap:3px; margin-top:10px; }\n  .wp-stars svg { width:17px; height:17px; fill:var(--accent-yellow); stroke:none; }\n\n  \/* ========== CTA ========== *\/\n  .wp-cta-section {\n    text-align:center; padding:90px 0;\n    background:\n      radial-gradient(ellipse at 50% 50%,rgba(255,214,0,0.12) 0%,transparent 55%),\n      var(--bg-primary);\n    position:relative;\n  }\n  .wp-cta-section::before {\n    content:''; position:absolute; top:0; left:0; right:0; height:1px;\n    background:linear-gradient(90deg,transparent,var(--accent-yellow),transparent); opacity:.4;\n  }\n  .wp-cta-badge {\n    display:inline-block; background:linear-gradient(135deg,var(--accent-yellow),var(--accent-gold));\n    color:#2A1F18; font-size:13px; font-weight:800; padding:8px 24px;\n    border-radius:100px; letter-spacing:1px; margin-bottom:28px;\n    text-transform:uppercase; box-shadow:0 4px 20px rgba(255,214,0,0.35);\n    animation:wp-float 3s ease-in-out infinite;\n  }\n  .wp-cta-title { font-size:48px; font-weight:900; color:#fff; margin:0 0 20px 0; line-height:1.1; letter-spacing:-1px; }\n  .wp-cta-title .highlight {\n    background:linear-gradient(135deg,var(--accent-yellow),var(--accent-caramel-light));\n    -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;\n  }\n  .wp-cta-desc { font-size:17px; color:var(--text-on-dark-soft); max-width:620px; margin:0 auto 32px auto; line-height:1.75; }\n  .wp-cta-features {\n    display:flex; justify-content:center; gap:32px; flex-wrap:wrap;\n    margin-top:36px;\n  }\n  .wp-cta-feature {\n    display:flex; align-items:center; gap:8px;\n    font-size:14px; color:var(--text-on-dark-soft); font-weight:600;\n  }\n  .wp-cta-feature svg { width:18px; height:18px; stroke:var(--accent-yellow); fill:none; stroke-width:2.5; }\n  .wp-cta-note { font-size:13px; color:#888; margin-top:28px; }\n\n  \/* ========== RESPONSIVE ========== *\/\n  @media (max-width: 1024px) {\n    .wp-features-grid { grid-template-columns: repeat(2, 1fr); }\n    .wp-design-grid { grid-template-columns: 1fr; }\n    .wp-style-grid { grid-template-columns: 1fr; }\n    .wp-occasion-grid { grid-template-columns: repeat(2, 1fr); }\n    .wp-fabric-wrapper { grid-template-columns: 1fr; gap: 40px; }\n    .wp-pocket-wrapper { grid-template-columns: 1fr; gap: 40px; }\n    .wp-hero-title { font-size: 48px; }\n  }\n  @media (max-width: 768px) {\n    .wp-hero-title { font-size: 38px; }\n    .wp-section-title { font-size: 30px; }\n    .wp-hero-stats { gap: 28px; }\n    .wp-features-grid { grid-template-columns: 1fr; }\n    .wp-occasion-grid { grid-template-columns: 1fr 1fr; }\n    .wp-container { padding: 0 20px; }\n    .wp-section { padding: 56px 0; }\n    .wp-trust-bar { padding: 36px 24px; }\n    .wp-cta-title { font-size: 36px; }\n    .wp-cta-features { gap: 20px; }\n    .wp-spec-cell { padding: 14px 16px; font-size: 13px; }\n    .wp-size-cell { padding: 12px 6px; font-size: 11px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wp-page-wrapper\"\u003e\n\u003c!-- 阳光粒子背景 --\u003e\n\u003cdiv class=\"wp-sun-bg\"\u003e\n\u003cdiv class=\"wp-glow-orb\" style=\"width: 400px; height: 400px; background: rgba(255,214,0,0.1); bottom: 5%; left: -5%; animation-delay: 0s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-glow-orb\" style=\"width: 350px; height: 350px; background: rgba(166,123,74,0.1); top: 10%; right: -5%; animation-delay: 5s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-sun-particle\" style=\"top: 12%; left: 8%; animation-delay: 0s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-sun-particle\" style=\"top: 28%; right: 12%; animation-delay: 1.5s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-sun-particle\" style=\"top: 45%; left: 15%; animation-delay: 3s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-sun-particle\" style=\"top: 60%; right: 8%; animation-delay: 0.8s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-sun-particle\" style=\"top: 75%; left: 20%; animation-delay: 2.2s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-sun-particle\" style=\"top: 88%; right: 18%; animation-delay: 4s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-sun-particle\" style=\"top: 35%; left: 45%; animation-delay: 1s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-sun-particle\" style=\"top: 70%; left: 55%; animation-delay: 3.5s;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== HERO ========== --\u003e\n\u003csection class=\"wp-hero\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-hero-text\"\u003e\n\u003cdiv class=\"wp-hero-badge\"\u003e☀️ 100% Pure Cotton\u003c\/div\u003e\n\u003cp class=\"wp-hero-eyebrow\"\u003eWomen's 2 Piece Summer Set\u003c\/p\u003e\n\u003ch1 class=\"wp-hero-title\"\u003eEFFORTLESS.\u003cbr\u003eOVERSIZED. CHIC.\u003c\/h1\u003e\n\u003cp class=\"wp-hero-desc\"\u003eThe ultimate summer two-piece set — a sleeveless A-line tank top paired with high-waist shorts featuring functional side pockets. Crafted from 100% soft cotton with contrast stitching, dropped armholes, and a relaxed oversized fit. Breathable, lightweight, and endlessly versatile — from lounging to stepping out.\u003c\/p\u003e\n\u003cdiv class=\"wp-hero-stats\"\u003e\n\u003cdiv class=\"wp-hero-stat\"\u003e\n\u003cdiv class=\"wp-hero-stat-num\"\u003e100%\u003c\/div\u003e\n\u003cdiv class=\"wp-hero-stat-label\"\u003ePure Cotton\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-hero-stat\"\u003e\n\u003cdiv class=\"wp-hero-stat-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wp-hero-stat-label\"\u003ePiece Set\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-hero-stat\"\u003e\n\u003cdiv class=\"wp-hero-stat-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wp-hero-stat-label\"\u003eSide Pockets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-hero-stat\"\u003e\n\u003cdiv class=\"wp-hero-stat-num\"\u003e22%\u003c\/div\u003e\n\u003cdiv class=\"wp-hero-stat-label\"\u003eOFF Today\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位1: Hero产品主图 --\u003e\n\u003cdiv class=\"wp-hero-image\" style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0662\/6030\/4080\/files\/4_21_5.gif?v=1776763642\" alt=\"Women's 2 Piece Cotton Outfit Sleeveless Tank High Waist Shorts\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== KEY FEATURES ========== --\u003e\n\u003csection class=\"wp-section\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-text-center\"\u003e\n\u003cspan class=\"wp-section-label\"\u003eWhy You'll Love It\u003c\/span\u003e\n\u003ch2 class=\"wp-section-title\"\u003eSoft Cotton. Smart Design.\u003c\/h2\u003e\n\u003cp class=\"wp-section-subtitle\"\u003eFour reasons this two-piece set is the only summer outfit you'll reach for — pure cotton comfort, thoughtful details, and endless versatility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-features-grid\"\u003e\n\u003cdiv class=\"wp-feature-card\"\u003e\n\u003cdiv class=\"wp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-feature-title\"\u003e100% Pure Cotton\u003c\/h3\u003e\n\u003cp class=\"wp-feature-desc\"\u003eSoft, skin-friendly, breathable, and lightweight pure cotton fabrication that feels amazing against your skin all day long.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-feature-card\"\u003e\n\u003cdiv class=\"wp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"\u003e\u003c\/path\u003e\u003cline x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\u003cpath d=\"M16 10a4 4 0 0 1-8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-feature-title\"\u003eHigh Waist Shorts\u003c\/h3\u003e\n\u003cp class=\"wp-feature-desc\"\u003eFlattering high-waist shorts with a pull-on design that elongates your legs and offers a comfortable, relaxed fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-feature-card\"\u003e\n\u003cdiv class=\"wp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 12v10H4V12\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 7h20v5H2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 22V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-feature-title\"\u003eFunctional Pockets\u003c\/h3\u003e\n\u003cp class=\"wp-feature-desc\"\u003eSide pockets on the shorts keep your phone, keys, and essentials close — practical and stylish at the same time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-feature-card\"\u003e\n\u003cdiv class=\"wp-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.38 3.46L16 2a4 4 0 0 0-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-feature-title\"\u003eContrast Stitching\u003c\/h3\u003e\n\u003cp class=\"wp-feature-desc\"\u003eCoordinating contrast stitch seaming adds an elevated, designer touch that elevates this set beyond basic loungewear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== FABRIC ========== --\u003e\n\u003csection class=\"wp-section wp-fabric-section\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-text-center\"\u003e\n\u003cspan class=\"wp-section-label\"\u003ePure Cotton Comfort\u003c\/span\u003e\n\u003ch2 class=\"wp-section-title\"\u003eSoft Against Skin. Cool in the Heat.\u003c\/h2\u003e\n\u003cp class=\"wp-section-subtitle\"\u003e100% pure cotton fabrication — naturally breathable, lightweight, and kind to sensitive skin. The seasonless knitwear you'll reach for every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-fabric-wrapper\"\u003e\n\u003c!-- 图片位2: 面料细节\/穿着展示图 --\u003e\n\u003cdiv class=\"wp-fabric-visual\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/0eb31a66-cff9-440b-844f-59d27ed9c671_049a7294-b7cd-4f46-86c2-898cc269579f.png?v=1787819747\" alt=\"100% Cotton Fabric Detail Close-up\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-fabric-text\"\u003e\n\u003ch3\u003eCotton That Cares for Your Skin.\u003c\/h3\u003e\n\u003cp\u003eCrafted from 100% pure cotton, this two-piece set is the definition of everyday comfort. The natural fibers are soft against your skin, highly breathable for warm summer days, and lightweight enough to wear from morning coffee to evening strolls. It's the seasonless knitwear that becomes your go-to for any occasion.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/7890bc96-e999-4fad-8bdc-55b39a72758a.png?v=1787820655\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cul class=\"wp-fabric-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"wp-fabric-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003e100% Pure Cotton\u003c\/strong\u003e — natural, soft, and skin-friendly fabrication\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"wp-fabric-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eHighly Breathable\u003c\/strong\u003e — natural air circulation keeps you cool in summer heat\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"wp-fabric-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eUltra Lightweight\u003c\/strong\u003e — featherlight fabric that feels like you're wearing nothing\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"wp-fabric-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eSeasonless Knitwear\u003c\/strong\u003e — perfect for spring, summer, and layering in fall\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"wp-fabric-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eEasy Care\u003c\/strong\u003e — machine washable; hang dry and light iron restores shape\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== DESIGN DETAILS ========== --\u003e\n\u003csection class=\"wp-section wp-design-section\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-text-center\"\u003e\n\u003cspan class=\"wp-section-label\"\u003eThoughtful Design\u003c\/span\u003e\n\u003ch2 class=\"wp-section-title\"\u003eEvery Detail, Considered.\u003c\/h2\u003e\n\u003cp class=\"wp-section-subtitle\"\u003eFrom the high neckline to the dropped armholes — every design choice is made for comfort, style, and effortless wear.\u003c\/p\u003e\n\u003cp class=\"wp-section-subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/895d462e-a1d2-4b44-a1fc-214d83eec0d8.png?v=1787820664\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-design-grid\"\u003e\n\u003cdiv class=\"wp-design-card\"\u003e\n\u003cspan class=\"wp-design-num\"\u003e01\u003c\/span\u003e\n\u003cdiv class=\"wp-design-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2a5 5 0 0 1 5 5v3a5 5 0 0 1-10 0V7a5 5 0 0 1 5-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2a5 5 0 0 0-5 5v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-design-title\"\u003eHigh Neckline\u003c\/h3\u003e\n\u003cp class=\"wp-design-desc\"\u003eA flattering high neckline on the A-line tank top offers modest coverage and a sleek, modern silhouette that pairs beautifully with the high-waist shorts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-design-card\"\u003e\n\u003cspan class=\"wp-design-num\"\u003e02\u003c\/span\u003e\n\u003cdiv class=\"wp-design-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"\u003e\u003c\/path\u003e\u003cline x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\u003cpath d=\"M16 10a4 4 0 0 1-8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-design-title\"\u003eDropped Armholes\u003c\/h3\u003e\n\u003cp class=\"wp-design-desc\"\u003eRelaxed dropped armholes on the sleeveless tank provide extra room and airflow, ensuring all-day comfort without compromising style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-design-card\"\u003e\n\u003cspan class=\"wp-design-num\"\u003e03\u003c\/span\u003e\n\u003cdiv class=\"wp-design-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.38 3.46L16 2a4 4 0 0 0-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-design-title\"\u003ePull-On Design\u003c\/h3\u003e\n\u003cp class=\"wp-design-desc\"\u003eEffortless pull-on styling with no zippers, buttons, or fuss. Slip it on and go — perfect for busy mornings, lazy days, and everything in between.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== POCKETS ========== --\u003e\n\u003csection class=\"wp-section wp-pocket-section\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-text-center\"\u003e\n\u003cspan class=\"wp-section-label\"\u003eYes, They Have Pockets\u003c\/span\u003e\n\u003ch2 class=\"wp-section-title\"\u003eFunctional Side Pockets. Finally.\u003c\/h2\u003e\n\u003cp class=\"wp-section-subtitle\"\u003eWe know what you want — and this set delivers. Two deep side pockets on the high-waist shorts keep your essentials secure and accessible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-pocket-wrapper\"\u003e\n\u003cdiv class=\"wp-pocket-text\"\u003e\n\u003ch3\u003ePockets That Actually Work.\u003c\/h3\u003e\n\u003cp\u003eNo more pretending your outfit has pockets. This two-piece set features two functional side pockets on the high-waist shorts — deep enough for your phone, keys, lip balm, and more. Practicality meets style in the most effortless way possible.\u003c\/p\u003e\n\u003cul class=\"wp-pocket-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"wp-pocket-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTwo Side Pockets\u003c\/strong\u003e — one on each side for balanced storage and comfort\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"wp-pocket-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003ePhone-Friendly Depth\u003c\/strong\u003e — deep enough to securely hold most smartphone sizes\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"wp-pocket-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eKeys \u0026amp; Essentials\u003c\/strong\u003e — perfect for keys, lip balm, cards, and small essentials\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"wp-pocket-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eSeamless Design\u003c\/strong\u003e — pockets blend smoothly into the shorts silhouette without bulk\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"wp-pocket-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eHands-Free Convenience\u003c\/strong\u003e — keep your hands free while walking, shopping, or relaxing\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 图片位3: 口袋细节\/短裤展示图 --\u003e\n\u003cdiv class=\"wp-pocket-visual\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/9b987091-807b-4c01-adae-55c39ceaee94.png?v=1787820665\" alt=\"High Waist Shorts with Side Pockets Detail\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== STYLE IT ========== --\u003e\n\u003csection class=\"wp-section wp-style-section\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-text-center\"\u003e\n\u003cspan class=\"wp-section-label\"\u003eEndless Ways to Wear\u003c\/span\u003e\n\u003ch2 class=\"wp-section-title\"\u003eDress It Up. Dress It Down.\u003c\/h2\u003e\n\u003cp class=\"wp-section-subtitle\"\u003eFrom off-duty sneakers to sleek boots — this two-piece set has endless styling possibilities. Even adds an elevated touch to your casual loungewear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-style-grid\"\u003e\n\u003cdiv class=\"wp-style-card\"\u003e\n\u003cspan class=\"wp-style-num\"\u003e01\u003c\/span\u003e\n\u003cdiv class=\"wp-style-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.38 3.46L16 2a4 4 0 0 0-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-style-title\"\u003eOff-Duty Sneakers\u003c\/h3\u003e\n\u003cp class=\"wp-style-desc\"\u003ePair with your favorite white sneakers for a casual, sporty look perfect for running errands, coffee runs, or weekend brunch with friends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-style-card\"\u003e\n\u003cspan class=\"wp-style-num\"\u003e02\u003c\/span\u003e\n\u003cdiv class=\"wp-style-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-style-title\"\u003eEasy Sandals\u003c\/h3\u003e\n\u003cp class=\"wp-style-desc\"\u003eSlip on some strappy sandals or slides for an effortless summer look that's perfect for beach days, vacations, and warm-weather outings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-style-card\"\u003e\n\u003cspan class=\"wp-style-num\"\u003e03\u003c\/span\u003e\n\u003cdiv class=\"wp-style-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 12v10H4V12\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 7h20v5H2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 22V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-style-title\"\u003eBold Sleek Boots\u003c\/h3\u003e\n\u003cp class=\"wp-style-desc\"\u003eMake a statement by pairing with sleek ankle boots for an edgier, fashion-forward look that transitions effortlessly from day to night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== OCCASIONS ========== --\u003e\n\u003csection class=\"wp-section wp-occasion-section\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-text-center\"\u003e\n\u003cspan class=\"wp-section-label\"\u003ePerfect For Every Moment\u003c\/span\u003e\n\u003ch2 class=\"wp-section-title\"\u003eFrom Lounge to Stepping Out.\u003c\/h2\u003e\n\u003cp class=\"wp-section-subtitle\"\u003eVersatile enough for lazy days at home and stylish enough for stepping out — this set does it all.\u003c\/p\u003e\n\u003cp class=\"wp-section-subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/4cacd677-2a0b-4b8e-a7df-7d280a67ddd9.png?v=1787820666\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-occasion-grid\"\u003e\n\u003cdiv class=\"wp-occasion-card\"\u003e\n\u003cdiv class=\"wp-occasion-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-occasion-name\"\u003eLounge \u0026amp; Home\u003c\/h3\u003e\n\u003cp class=\"wp-occasion-desc\"\u003eCozy loungewear for lazy days\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-occasion-card\"\u003e\n\u003cdiv class=\"wp-occasion-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-occasion-name\"\u003eBeach \u0026amp; Vacation\u003c\/h3\u003e\n\u003cp class=\"wp-occasion-desc\"\u003eLightweight summer travel set\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-occasion-card\"\u003e\n\u003cdiv class=\"wp-occasion-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"\u003e\u003c\/path\u003e\u003cline x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\u003cpath d=\"M16 10a4 4 0 0 1-8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-occasion-name\"\u003eBrunch \u0026amp; Errands\u003c\/h3\u003e\n\u003cp class=\"wp-occasion-desc\"\u003eEffortless everyday casual\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-occasion-card\"\u003e\n\u003cdiv class=\"wp-occasion-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"wp-occasion-name\"\u003eYoga \u0026amp; Workout\u003c\/h3\u003e\n\u003cp class=\"wp-occasion-desc\"\u003eComfortable active leisure wear\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== SIZE GUIDE ========== --\u003e\n\u003csection class=\"wp-section wp-size-section\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-text-center\"\u003e\n\u003cspan class=\"wp-section-label\"\u003eSize Guide\u003c\/span\u003e\n\u003ch2 class=\"wp-section-title\"\u003eFind Your Perfect Fit.\u003c\/h2\u003e\n\u003cp class=\"wp-section-subtitle\"\u003eOversized relaxed fit. Size down for a more fitted look. All measurements in inches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-size-table\"\u003e\n\u003cdiv class=\"wp-size-row header\"\u003e\n\u003cdiv class=\"wp-size-cell\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003eUS Size\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003eBust\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003eWaist\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003eFit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-size-row\"\u003e\n\u003cdiv class=\"wp-size-cell size-label\"\u003eXS\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e0-2\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e32-34\"\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e24-26\"\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003eOversized\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-size-row\"\u003e\n\u003cdiv class=\"wp-size-cell size-label\"\u003eS\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e4-6\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e34-36\"\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e26-28\"\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003eOversized\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-size-row\"\u003e\n\u003cdiv class=\"wp-size-cell size-label\"\u003eM\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e8-10\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e36-38\"\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e28-30\"\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003eOversized\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-size-row\"\u003e\n\u003cdiv class=\"wp-size-cell size-label\"\u003eL\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e12-14\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e38-40\"\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e30-32\"\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003eOversized\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-size-row\"\u003e\n\u003cdiv class=\"wp-size-cell size-label\"\u003eXL\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e16-18\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e40-42\"\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003e32-34\"\u003c\/div\u003e\n\u003cdiv class=\"wp-size-cell\"\u003eOversized\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== SPECIFICATIONS ========== --\u003e\n\u003csection class=\"wp-section wp-specs-section\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-text-center\"\u003e\n\u003cspan class=\"wp-section-label\"\u003eProduct Details\u003c\/span\u003e\n\u003ch2 class=\"wp-section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cp class=\"wp-section-subtitle\"\u003eEverything you need to know about the women's 2 piece cotton outfit set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-specs-table\"\u003e\n\u003cdiv class=\"wp-spec-row header\"\u003e\n\u003cdiv class=\"wp-spec-cell\"\u003eSpecification\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell\"\u003eDetails\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eWomen's 2 Piece Outfit Set\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003e100% Pure Cotton\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eTop Style\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eSleeveless A-Line Tank Top\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eBottom Style\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eHigh Waist Shorts with Pockets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eNeckline\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eHigh Neckline\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eArmholes\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eDropped Armholes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eDesign Detail\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eContrast Stitch Seaming\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eClosure\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003ePull-On Design (No Zipper)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003ePockets\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003e2 Side Pockets on Shorts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eFit Type\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eOversized \/ Relaxed Fit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eColor Available\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eYellow (More Colors May Vary)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eSizes Available\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eXS \/ S \/ M \/ L \/ XL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eCare Instructions\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eMachine Wash Cold, Hang Dry, Light Iron if Needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-row\"\u003e\n\u003cdiv class=\"wp-spec-cell label\"\u003eNote\u003c\/div\u003e\n\u003cdiv class=\"wp-spec-cell value\"\u003eCotton may slight shrink\/wrinkle after wash; hang \u0026amp; iron restores\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== TRUST BAR ========== --\u003e\n\u003csection class=\"wp-section\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-trust-bar\"\u003e\n\u003cdiv class=\"wp-trust-item\"\u003e\n\u003cdiv class=\"wp-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-num\"\u003e4.8\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-label\"\u003eRating\u003c\/div\u003e\n\u003cdiv class=\"wp-stars\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-item\"\u003e\n\u003cdiv class=\"wp-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-num\"\u003e100%\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-label\"\u003ePure Cotton\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-item\"\u003e\n\u003cdiv class=\"wp-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 12v10H4V12\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 7h20v5H2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 22V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-label\"\u003eSide Pockets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-item\"\u003e\n\u003cdiv class=\"wp-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M16 11V7a4 4 0 0 0-8 0v4M5 9h14l1 12H4L5 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-num\"\u003eFree\u003c\/div\u003e\n\u003cdiv class=\"wp-trust-label\"\u003eShipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== CTA ========== --\u003e\n\u003csection class=\"wp-cta-section\"\u003e\n\u003cdiv class=\"wp-container\"\u003e\n\u003cdiv class=\"wp-cta-badge\"\u003e☀️ Limited Time — 22% OFF\u003c\/div\u003e\n\u003ch2 class=\"wp-cta-title\"\u003eYour New Go-To Summer Set. \u003cspan class=\"highlight\"\u003eToday.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"wp-cta-desc\"\u003eSoft 100% cotton, functional pockets, and an oversized fit that flatters every body. From lounging at home to stepping out in style — this two-piece set does it all. Grab yours before the sale ends.\u003c\/p\u003e\n\u003cdiv class=\"wp-cta-features\"\u003e\n\u003cdiv class=\"wp-cta-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 100% Pure Cotton\u003c\/div\u003e\n\u003cdiv class=\"wp-cta-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e High Waist + Pockets\u003c\/div\u003e\n\u003cdiv class=\"wp-cta-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Contrast Stitching\u003c\/div\u003e\n\u003cdiv class=\"wp-cta-feature\"\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 Relaxed Fit\u003c\/div\u003e\n\u003cdiv class=\"wp-cta-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Breathable \u0026amp; Lightweight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"wp-cta-note\"\u003e* Women's 2 piece outfit set · 100% pure cotton · Sleeveless A-line tank + high waist shorts with pockets · Sizes XS-XL · Yellow color · Oversized relaxed fit · Machine washable · Perfect for summer, loungewear, vacation, and casual everyday wear\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"zlz","offers":[{"title":"Yellow \/ S","offer_id":48337765466301,"sku":"B02620-D-S","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ M","offer_id":48337765499069,"sku":"B02620-D-M","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ L","offer_id":48337765531837,"sku":"B02620-D-L","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ XL","offer_id":48337765564605,"sku":"B02620-D-XL","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ XXL","offer_id":48337765597373,"sku":"B02620-D-2XL","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":48337765695677,"sku":"B02620-A-S","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":48337765728445,"sku":"B02620-A-M","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":48337765761213,"sku":"B02620-A-L","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":48337765793981,"sku":"B02620-A-XL","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ XXL","offer_id":48337765826749,"sku":"B02620-A-2XL","price":43.0,"currency_code":"USD","in_stock":true},{"title":"HotPink \/ S","offer_id":48337765925053,"sku":"B02620-C-S","price":43.0,"currency_code":"USD","in_stock":true},{"title":"HotPink \/ M","offer_id":48337765957821,"sku":"B02620-C-M","price":43.0,"currency_code":"USD","in_stock":true},{"title":"HotPink \/ L","offer_id":48337765990589,"sku":"B02620-C-L","price":43.0,"currency_code":"USD","in_stock":true},{"title":"HotPink \/ XL","offer_id":48337766023357,"sku":"B02620-C-XL","price":43.0,"currency_code":"USD","in_stock":true},{"title":"HotPink \/ XXL","offer_id":48337766056125,"sku":"B02620-C-2XL","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":48337766154429,"sku":"B02620-E-S","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":48337766187197,"sku":"B02620-E-M","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":48337766219965,"sku":"B02620-E-L","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":48337766252733,"sku":"B02620-E-XL","price":43.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ XXL","offer_id":48337766285501,"sku":"B02620-E-2XL","price":43.0,"currency_code":"USD","in_stock":true},{"title":"KleinBlue \/ S","offer_id":48337766613181,"sku":"B02620-B-S","price":43.0,"currency_code":"USD","in_stock":true},{"title":"KleinBlue \/ M","offer_id":48337766645949,"sku":"B02620-B-M","price":43.0,"currency_code":"USD","in_stock":true},{"title":"KleinBlue \/ L","offer_id":48337766678717,"sku":"B02620-B-L","price":43.0,"currency_code":"USD","in_stock":true},{"title":"KleinBlue \/ XL","offer_id":48337766711485,"sku":"B02620-B-XL","price":43.0,"currency_code":"USD","in_stock":true},{"title":"KleinBlue \/ XXL","offer_id":48337766744253,"sku":"B02620-B-2XL","price":43.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/0eb31a66-cff9-440b-844f-59d27ed9c671_049a7294-b7cd-4f46-86c2-898cc269579f.png?v=1787819747","url":"https:\/\/valorsnet.us\/products\/womens-cotton-two-piece-set-tank-top-and-shorts-219901461603","provider":"Valors-net","version":"1.0","type":"link"}