✦ Verified product
AYBL Dupes - 3 Pieces
USD 29.00
TOP SIZE
BOTTOM SIZE
ActivewearBox
Verified independent store
→
.aybl { --pink: #ff2f92; --dark: #1a1a1a; --muted: #7a7a7a; --soft: #f7f5f2; --border: #ebebeb; --cream: #faf9f7; --sage: #c8cfc4; font-family: -apple-system, BlinkMacSystemFont, '
Segoe UI', Helvetica, sans-serif; color: var(--dark); max-width: 960px; margin: 0 auto; -webkit-font-smoothing: antialiased; } .aybl * { box-sizing: border-box; } .aybl-hero { padding: 56px 0 48px; border-bottom: 1px solid var(--border); text-align: center; } .aybl-kicker { display: inline-block; border: 1px solid var(--sage); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; padding: 6px 18px; border-radius: 100px; margin-bottom: 24px; } .aybl-h1 { font-size: clamp(30px, 4.5vw, 52px); font-weight: 300; line-height: 1.1; letter-spacing: -.02em; margin: 0 0 20px; } .aybl-h1 strong { font-weight: 800; } .aybl-lead { font-size: 15px; line-height: 1.8; color: var(--muted); max-width: 480px; margin: 0 auto 36px; font-weight: 400; } .aybl-stats { display: flex; justify-content: center; gap: 0; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; max-width: 480px; margin: 0 auto 36px; background: var(--cream); } .aybl-stat { flex: 1; padding: 22px 12px; text-align: center; border-right: 1px solid var(--border); } .aybl-stat:last-child { border-right: none; } .aybl-stat-num { display: block; font-size: 22px; font-weight: 800; color: var(--dark); line-height: 1; margin-bottom: 5px; } .aybl-stat-label { font-size: 10px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; } .aybl-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; } .aybl-pill { background: var(--soft); border: 1px solid var(--border); border-radius: 100px; padding: 7px 18px; font-size: 12px; font-weight: 500; color: var(--muted); letter-spacing: .04em; } .aybl-section { padding: 56px 0; border-bottom: 1px solid var(--border); } .aybl-section-label { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); margin-bottom: 12px; } .aybl-h2 { font-size: clamp(22px, 3vw, 34px); font-weight: 300; letter-spacing: -.02em; margin: 0 0 10px; line-height: 1.15; } .aybl-h2 strong { font-weight: 800; } .aybl-sub { font-size: 14px; color: var(--muted); margin: 0 0 32px; line-height: 1.7; max-width: 520px; } .aybl-items { display: flex; flex-direction: column; gap: 2px; } .aybl-item { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; background: var(--soft); border-radius: 4px; } .aybl-item:first-child { border-radius: 16px 16px 4px 4px; } .aybl-item:last-child { border-radius: 4px 4px 16px 16px; } .aybl-item-left { display: flex; flex-direction: column; gap: 4px; } .aybl-item-title { font-size: 15px; font-weight: 700; color: var(--dark); } .aybl-item-desc { font-size: 13px; color: var(--muted); line-height: 1.5; max-width: 400px; } .aybl-item-qty { font-size: 12px; font-weight: 700; color: var(--muted); background: var(--border); padding: 4px 12px; border-radius: 100px; white-space: nowrap; } .aybl-table { width: 100%; border-collapse: collapse; font-size: 14px; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); } .aybl-table th { background: var(--dark); color: #fff; padding: 14px 20px; text-align: left; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; } .aybl-table td { padding: 16px 20px; border-bottom: 1px solid var(--border); background: var(--cream); } .aybl-table tr:last-child td { border-bottom: none; background: var(--soft); font-weight: 700; } .aybl-table .win { color: var(--pink); } .aybl-bundles { display: grid; grid-template-columns: 1fr; gap: 12px; } @media(min-width:560px){ .aybl-bundles { grid-template-columns: repeat(3,1fr); } } .aybl-bundle { border: 1px solid var(--border); border-radius: 20px; padding: 28px 20px; text-align: center; background: var(--cream); } .aybl-bundle--active { border-color: var(--dark); background: var(--soft); } .aybl-bundle-tag { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; } .aybl-bundle-tag--hot { color: var(--dark); } .aybl-bundle-name { font-size: 16px; font-weight: 800; color: var(--dark); margin-bottom: 8px; } .aybl-bundle-price { font-size: 30px; font-weight: 300; color: var(--dark); letter-spacing: -.02em; } .aybl-bundle-price strong { font-weight: 800; } .aybl-bundle-desc { font-size: 12px; color: var(--muted); margin-top: 8px; line-height: 1.6; } .aybl-faq { display: flex; flex-direction: column; gap: 2px; } .aybl-faq-item { background: var(--soft); padding: 22px 24px; border-radius: 4px; } .aybl-faq-item:first-child { border-radius: 16px 16px 4px 4px; } .aybl-faq-item:last-child { border-radius: 4px 4px 16px 16px; } .aybl-faq-q { font-size: 14px; font-weight: 700; margin: 0 0 8px; color: var(--dark); } .aybl-faq-a { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.7; } .aybl-footer { padding: 48px 0 0; text-align: center; } .aybl-footer p { font-size: 12px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; font-weight: 500; line-height: 2.2; } AYBL Dupes · 3-Piece Box One complete outfit.Three pieces. $29. AYBL-inspired leggings, shorts, and a sports bra — curated into one complete, coordinated gym outfit. One box. Free shipping. No subscription. 3Pieces $29Total $100+Value AYBL-Inspired Fit No Subscription Free Shipping Perfect Starter Box What's Inside One outfit.One box. Three coordinated pieces — all AYBL-inspired, all sculpting-fit, all styled to work together. Sculpting Leggings High-waisted, contour-enhancing leggings with a second-skin seamless fit. ×1 Contour Shorts Seamless, flattering shorts built for lifting, training, or everyday wear. ×1 Supportive Sports Bra Comfortable, supportive bra that coordinates perfectly with your leggings and shorts. ×1 The Comparison AYBL vsThe Dupe Box. Same clean aesthetic. Same sculpting silhouette. A complete outfit at a fraction of the price. Brand Price Pieces Value AYBL Activewear $120–$195 3 items Retail AYBL Dupes Box $29 3 pieces $100+ value Want More? Ready togo bigger? Every box ships free. ★ You're Here 3-Piece Box $29 1 legging · 1 short · 1 bra Most Popular 6-Piece Box $49 2 leggings · 2 shorts · 2 bras Best Value 12-Piece Box $89 4 leggings · 4 shorts · 4 bras Questions Quickanswers. Are these actual AYBL dupes? Yes — inspired by AYBL's clean silhouettes, seamless fabrics, and minimalist gym aesthetic. Same look, a fraction of the cost. What's in the 3-Piece Box? One sculpting legging, one contour 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 (leggings + shorts) separately. Between sizes? Size up. Is there a subscription? No subscription, ever. One-time purchase. Ships free. Done. AYBL-Inspired Fit · 3 Coordinated Pieces · $100+ Value · Free Shipping