Oner Active Dupes – 3 Pieces
.gs3 { --accent: #FF2F92; --accent-hover: #E0267F; --urgent: #FFD84D; --dark: #111111; --mid: #1a1a1a; --mid2: #222222; --muted: #777777; --muted-light: #9A9A9A; --border: #2a2a2a; --light: #e0e0e0; --white: #FFFFFF; --success: #22C55E; --shadow-pink: 0 8px 24px rgba(255,47,146,0.35); --shadow-yellow: 0 6px 18px rgba(255,216,77,0.35); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: var(--light); background: var(--dark); max-width: 1000px; margin: 0 auto; -webkit-font-smoothing: antialiased; } .gs3 * { box-sizing: border-box; } .gs3-proof-bar { background: var(--accent); color: #fff; padding: 11px 20px; text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .06em; box-shadow: var(--shadow-pink); } .gs3-hero { padding: 52px 0 40px; border-bottom: 1px solid var(--border); } .gs3-kicker { display: inline-block; background: var(--accent); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; padding: 4px 14px; margin-bottom: 20px; box-shadow: var(--shadow-pink); } .gs3-h1 { font-size: clamp(36px, 7vw, 72px); font-weight: 900; line-height: .95; letter-spacing: -.04em; margin: 0 0 16px; text-transform: uppercase; color: var(--white); } .gs3-h1 em { font-style: normal; color: var(--accent); } .gs3-scarcity { display: inline-flex; align-items: center; gap: 8px; background: var(--mid2); border: 1px solid #333; padding: 8px 16px; font-size: 12px; font-weight: 700; color: var(--urgent); letter-spacing: .04em; margin-bottom: 20px; box-shadow: var(--shadow-yellow); } .gs3-scarcity-dot { width: 7px; height: 7px; background: var(--urgent); border-radius: 50%; display: inline-block; animation: pulse 1.5s infinite; } @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.3} } .gs3-lead { font-size: 15px; line-height: 1.8; color: var(--muted); max-width: 520px; margin: 0 0 28px; } .gs3-stats { display: flex; gap: 0; border: 1px solid var(--border); margin-bottom: 28px; } .gs3-stat { flex: 1; padding: 20px 12px; text-align: center; border-right: 1px solid var(--border); } .gs3-stat:last-child { border-right: none; } .gs3-stat-num { display: block; font-size: 32px; font-weight: 900; color: var(--accent); line-height: 1; margin-bottom: 4px; letter-spacing: -.03em; } .gs3-stat-label { font-size: 10px; font-weight: 600; color: var(--muted-light); text-transform: uppercase; letter-spacing: .1em; } .gs3-pills { display: flex; flex-wrap: wrap; gap: 6px; } .gs3-pill { border: 1px solid #333; padding: 6px 14px; font-size: 11px; font-weight: 600; color: #888; letter-spacing: .04em; } .gs3-pill--hot { border-color: var(--accent); color: var(--accent); } .gs3-section { padding: 52px 0; border-bottom: 1px solid var(--border); } .gs3-eyebrow { font-size: 9px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); margin: 0 0 8px; } .gs3-h2 { font-size: clamp(26px, 4vw, 42px); font-weight: 900; letter-spacing: -.03em; margin: 0 0 8px; color: var(--white); line-height: 1.1; } .gs3-h2 em { font-style: normal; color: var(--accent); } .gs3-sub { font-size: 14px; color: var(--muted); margin: 0 0 28px; line-height: 1.7; } .gs3-items { display: flex; flex-direction: column; gap: 2px; } .gs3-item { display: flex; align-items: center; background: var(--mid); } .gs3-item-num { font-size: 48px; font-weight: 900; color: #2a2a2a; line-height: 1; padding: 20px; min-width: 80px; text-align: center; letter-spacing: -.04em; } .gs3-item-body { flex: 1; padding: 20px 20px 20px 0; border-left: 1px solid var(--border); } .gs3-item-title { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--white); margin: 0 0 6px; } .gs3-item-desc { font-size: 13px; color: var(--muted); line-height: 1.65; margin: 0; } .gs3-item-qty { display: inline-block; background: var(--accent); color: #fff; font-size: 11px; font-weight: 900; padding: 2px 8px; margin-left: 8px; letter-spacing: .04em; vertical-align: middle; box-shadow: var(--shadow-pink); } .gs3-table { width: 100%; border-collapse: collapse; font-size: 13px; border: 1px solid var(--border); } .gs3-table th { background: var(--mid); color: var(--muted-light); padding: 12px 16px; text-align: left; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid var(--border); } .gs3-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); color: var(--light); font-size: 14px; } .gs3-table tr:last-child td { border-bottom: none; background: #1a1a1a; font-weight: 800; } .gs3-table .win { color: var(--accent); } .gs3-cart { background: var(--mid); border: 1px solid var(--border); } .gs3-cart-header { background: #0d0d0d; padding: 16px 24px; border-bottom: 1px solid var(--border); } .gs3-cart-title { font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-light); margin: 0; } .gs3-cart-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; border-bottom: 1px solid var(--border); } .gs3-cart-label { font-size: 14px; color: var(--light); } .gs3-cart-label span { font-size: 11px; color: var(--muted); margin-left: 6px; } .gs3-cart-price { font-size: 15px; font-weight: 700; color: var(--muted); text-decoration: line-through; } .gs3-cart-total { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; background: #0d0d0d; border-top: 1px solid var(--border); } .gs3-cart-total-label { font-size: 13px; font-weight: 700; color: var(--muted-light); text-transform: uppercase; letter-spacing: .1em; } .gs3-cart-total-price { font-size: 18px; font-weight: 700; color: var(--muted); text-decoration: line-through; } .gs3-cart-yours { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; background: var(--dark); border-top: 2px solid var(--accent); box-shadow: var(--shadow-pink); } .gs3-cart-yours-label { font-size: 14px; font-weight: 900; color: var(--white); text-transform: uppercase; letter-spacing: .1em; } .gs3-cart-yours-price { font-size: 36px; font-weight: 900; color: var(--accent); letter-spacing: -.03em; line-height: 1; } .gs3-cart-savings { display: flex; justify-content: center; align-items: center; background: var(--accent); padding: 10px 24px; } .gs3-cart-savings-text { font-size: 12px; font-weight: 900; color: #fff; letter-spacing: .1em; text-transform: uppercase; } .gs3-risk { display: grid; grid-template-columns: 1fr; gap: 2px; } @media(min-width:560px){ .gs3-risk { grid-template-columns: repeat(3,1fr); } } .gs3-risk-card { background: var(--mid); padding: 28px 24px; border-top: 2px solid var(--border); } .gs3-risk-card--primary { border-top-color: var(--accent); } .gs3-risk-icon { font-size: 28px; margin-bottom: 14px; display: block; line-height: 1; } .gs3-risk-q { font-size: 18px; font-weight: 900; color: var(--white); margin: 0 0 6px; line-height: 1.2; letter-spacing: -.02em; } .gs3-risk-a { font-size: 13px; color: var(--muted); line-height: 1.7; margin: 0; } .gs3-risk-a strong { color: var(--light); font-weight: 700; } .gs3-reviews { display: flex; flex-direction: column; gap: 2px; } .gs3-review { background: var(--mid); padding: 22px 24px; border-left: 3px solid var(--accent); } .gs3-review-stars { color: var(--urgent); font-size: 14px; margin-bottom: 8px; letter-spacing: 2px; } .gs3-review-text { font-size: 14px; color: #d0d0d0; line-height: 1.7; margin: 0 0 10px; } .gs3-review-author { font-size: 11px; font-weight: 700; color: var(--muted-light); letter-spacing: .08em; } .gs3-review-badge { display: inline-block; background: var(--success); color: #fff; font-size: 9px; font-weight: 900; padding: 2px 7px; letter-spacing: .06em; text-transform: uppercase; margin-left: 8px; vertical-align: middle; } .gs3-faq { display: flex; flex-direction: column; gap: 2px; } .gs3-faq-item { background: var(--mid); padding: 22px 24px; } .gs3-faq-q { font-size: 14px; font-weight: 700; margin: 0 0 8px; color: var(--white); line-height: 1.4; } .gs3-faq-a { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.75; } .gs3-bundles { display: grid; grid-template-columns: 1fr; gap: 2px; } @media(min-width:560px){ .gs3-bundles { grid-template-columns: repeat(3,1fr); } } .gs3-bundle { border: 1px solid var(--border); padding: 28px 20px; text-align: center; background: var(--mid); } .gs3-bundle--active { border-color: var(--accent); background: #1a1a1a; box-shadow: var(--shadow-pink); } .gs3-bundle-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-light); margin-bottom: 12px; } .gs3-bundle-label--hot { color: var(--accent); } .gs3-bundle-name { display: block; font-size: 20px; font-weight: 900; text-transform: uppercase; letter-spacing: -.02em; color: var(--white); margin-bottom: 10px; } .gs3-bundle-price { font-size: 36px; font-weight: 900; color: var(--accent); letter-spacing: -.03em; } .gs3-bundle-desc { font-size: 11px; color: var(--muted-light); margin-top: 10px; letter-spacing: .04em; } .gs3-footer { padding: 44px 0 32px; text-align: center; border-top: 1px solid var(--border); } .gs3-footer-trust { font-size: 11px; color: var(--muted-light); line-height: 2.4; letter-spacing: .08em; } .gs3-footer-trust strong { color: var(--accent); } .gs3-footer-sep { display: inline; margin: 0 8px; color: var(--border); } @media(max-width:559px){ .gs3-footer-sep { display: block; height: 0; margin: 0; visibility: hidden; } } ★★★★★ Loved by 600+ girls · As seen on TikTok · The perfect first box Oner Active Dupes — 3 Pieces Oner Activelook.$29 price. Limited stock — popular sizes sell out fast The easiest way to try Oner Active-inspired gymwear — without the premium price tag. One complete look: a seamless legging, training short, and sports bra. One box, free shipping, zero risk. 3Pieces $29Total $100+Retail Value As Seen on TikTok Oner Active Silhouette Free Shipping Try Before You Commit What’s Inside 3 pieces. 1 complete look. One curated, gym-ready outfit — all Oner Active-inspired, all performance, all yours. Seamless Legging ×1 High-waist, contour-enhancing, second-skin fit. Oner Active-inspired compression — one style, curated for you. Training Short ×1 Seamless and flattering, built for lifting or everyday wear. Coordinates perfectly with your legging. Sports Bra ×1 Supportive and comfortable, styled to match your legging and short. One complete, gym-ready outfit. Real Reviews 600+ girls can’t be wrong. ★★★★★ “Ordered the 3-piece just to test the quality. Wore it once and immediately ordered the 12-piece. These are genuinely the best Oner Active dupes I’ve found.” Kayla M. ✓ Verified ★★★★★ “Started with the 3-piece because I wasn’t sure. The legging is thick, doesn’t roll down, bra actually supports. Came back for the 6-piece the next week.” Jade T. ✓ Verified ★★★★★ “Found this on TikTok and grabbed the 3-piece first. $29 for a full outfit? Insane value. Already upgraded to the 12-piece.” Aaliyah K. ✓ Verified The Math What a gym girl actually spends. Stop Buying Gym Clothes One Piece At A Time. We’ve all been there. Typical Oner Active Cart — 3 Pieces Seamless Legging × 1$60 Training Short × 1$45 Sports Bra × 1$40 Cart Total$145+ Your Price$29 💸 You save $116+ — that’s 80% off retail The Numbers Oner Active vs The Box Same silhouette. Same sculpting feel. A fraction of the price. Brand Price Pieces Value Oner Active $120–$195 3 items Retail Our Activewear Dupes Box $29 3 pieces $100+ value Other Sizes Start here. Or go bigger. Every women’s activewear set ships free. No subscription. Ever. ★ You’re Here 3-Piece $29 1 legging · 1 short · 1 bra Popular 6-Piece $49 2 leggings · 2 shorts · 2 bras Best Value 12-Piece $89 4 leggings · 4 shorts · 4 bras We’ve Got You Not sure? Try it. We remove every reason not to order. 🤔 Not sure? Try it. At $29 for a complete outfit, the risk is lower than a single Oner Active sports bra. This is literally the lowest-risk way to try us. 💳 Wrong size? We’ll help you exchange it. Reach out and we’ll sort it out — no drama, no runaround. 💬 Need support? Real humans answer. Not bots, not ticket queues. We’re a small team that actually cares about your order. FAQ No fluff. Just answers. Are these actual Oner Active dupes? Yes. Inspired by Oner Active’s sculpting silhouettes, seamless fabrics, and performance-focused designs — this is the activewear dupe that actually delivers. Same look, fraction of the cost. What’s in the 3-piece box? One seamless legging, one training short, and one supportive sports bra — curated into one complete, gym-ready outfit. How do I choose my size? Select your top size (sports bra) and bottom size (legging + short) separately. Between sizes? Size up. Is there a subscription? No. One-time purchase. Ships free. Done. Should I get the 3-piece or go bigger? The 3-piece is perfect if you want to try us first with zero commitment. Most customers who start here come back for the 6 or 12-piece — it’s that good. Oner Active Dupes· 3-Piece Gymwear Bundle· $100+ Value· Free Shipping·
More you might like
Related
Oner Active Dupes Activewear Box – 6 Pieces
Related