.ss-wrapper, .ss-wrapper * { box-sizing: border-box; } .ss-wrapper { max-width: 680px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1a1a1a; } .ss-hook { background: #1a1a1a; color: #fff; border-radius: 8px; padding: 12px 14px; text-align: center; font-size: 13px; font-weight: 700; line-height: 1.45; margin-bottom: 22px; } .ss-highlight { color: #f9b8d4; } .ss-headline { font-size: 23px; font-weight: 800; line-height: 1.25; letter-spacing: -0.3px; margin: 0 0 22px; } .ss-subheadline { font-size: 15px; color: #555; line-height: 1.65; margin: 0 0 22px; } .ss-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; font-size: 13px; color: #333; } .ss-stars { color: #F5A623; letter-spacing: 1px; } .ss-video-wrap { position: relative; border-radius: 10px; overflow: hidden; max-height: 560px; margin-bottom: 22px; border: 1px solid #e8e8e8; } .ss-video { width: 100%; display: block; object-fit: cover; max-height: 560px; } .ss-video-label { position: absolute; bottom: 12px; left: 12px; background: rgba(26,26,26,0.92); color: #f9b8d4; border-radius: 999px; padding: 7px 12px; font-size: 12px; font-weight: 800; } .ss-proof { display: flex; gap: 8px; background: #f7f7f7; border: 1px solid #e8e8e8; border-radius: 8px; padding: 14px 12px; margin-bottom: 22px; } .ss-stat { flex: 1; text-align: center; } .ss-stat-num { font-size: 19px; font-weight: 800; display: block; } .ss-stat-label { font-size: 11px; color: #999; text-transform: uppercase; display: block; line-height: 1.3; } .ss-section-title { font-size: 18px; font-weight: 800; margin: 0 0 12px; letter-spacing: -0.2px; } .ss-style-grid, .ss-card-grid { display: flex; gap: 10px; margin-bottom: 22px; } .ss-style-card, .ss-card { flex: 1; background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 13px 14px; } .ss-style-card strong, .ss-card strong { display: block; font-size: 14px; margin-bottom: 5px; } .ss-style-card span { font-size: 12px; color: #666; line-height: 1.5; display: block; } .ss-card-emoji { font-size: 20px; display: block; margin-bottom: 6px; line-height: 1; } .ss-card-text { font-size: 13px; color: #555; line-height: 1.55; margin: 0; } .ss-benefits { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 0 0 24px; padding: 0; } .ss-benefits li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #222; } .ss-icon { width: 21px; height: 21px; min-width: 21px; background: #1a1a1a; color: #f9b8d4; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; margin-top: 1px; flex-shrink: 0; } .ss-divider { border: none; border-top: 1px solid #ebebeb; margin: 22px 0; } .ss-reviews { display: flex; flex-direction: column; gap: 11px; margin-bottom: 22px; } .ss-review { border: 1px solid #e8e8e8; border-radius: 8px; padding: 13px 14px; background: #fff; } .ss-review-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; gap: 10px; } .ss-reviewer { font-size: 13px; font-weight: 800; color: #222; } .ss-review-stars { color: #F5A623; font-size: 13px; white-space: nowrap; } .ss-review-text { font-size: 13px; line-height: 1.6; color: #444; margin: 0 0 8px; } .ss-verified { font-size: 12px; color: #3d7a3d; font-weight: 700; margin: 0; } .ss-guarantee { background: #f0f7f0; border: 1px solid #c3dfc3; border-radius: 8px; padding: 13px 15px; display: flex; align-items: flex-start; gap: 12px; margin-bottom: 22px; } .ss-shield { font-size: 22px; line-height: 1; } .ss-guarantee-title { font-size: 14px; font-weight: 800; margin: 0 0 5px; } .ss-guarantee-text { font-size: 13px; color: #456045; line-height: 1.55; margin: 0; } .ss-urgency { background: #fff8e6; border: 1px solid #f5d878; border-radius: 6px; padding: 10px 14px; font-size: 13px; line-height: 1.5; margin-bottom: 22px; text-align: center; } .ss-faq { border: 1px solid #e8e8e8; border-radius: 8px; overflow: hidden; margin-bottom: 22px; } .ss-faq-item { border-bottom: 1px solid #e8e8e8; } .ss-faq-item:last-child { border-bottom: none; } .ss-faq-q { width: 100%; background: #fff; border: none; padding: 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 14px; font-weight: 800; text-align: left; cursor: pointer; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; } .ss-arrow { transition: transform 0.2s ease; } .ss-faq-item.open .ss-arrow { transform: rotate(180deg); } .ss-faq-a { display: none; padding: 0 14px 14px; font-size: 13px; line-height: 1.6; color: #555; } .ss-faq-item.open .ss-faq-a { display: block; } .ss-badges { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-bottom: 22px; } .ss-badge { background: #f5f5f5; border-radius: 20px; padding: 5px 12px; font-size: 12px; font-weight: 700; color: #333; } @media (max-width: 520px) { .ss-proof, .ss-style-grid, .ss-card-grid { flex-wrap: wrap; } .ss-stat { min-width: 45%; } .ss-style-card, .ss-card { min-width: 100%; } .ss-review-header { align-items: flex-start; } } 🔥 TRENDING THIS SEASON · 40% OFF Today Only · Best colors are almost gone Get the snatched waist, lifted bust look, and smooth lines in one barely-there cami Made for women who want a fitted going-out top that shapes without feeling stiff, SecondSkin™ hugs the body with a cropped cami fit that layers cleanly or stands out on its own. ★★★★★ 4,286+ reviews · Rated 4.9/5 stars SecondSkin™ Sculpt Cami Top 4,286+ Happy Customers Body-Hug Sculpted Fit 4.9★ Avg. Rating 30-Day Free Returns Style It 3 Ways 🖤 Off-Duty Set Striped SecondSkin™ cami + matching micro shorts + white crew socks + chunky sneakers. 👖 Clean Street Fit Black SecondSkin™ cami + high-waist straight jeans + mini shoulder bag + silver hoops. ✨ Night-Out Layer Blue SecondSkin™ cami + white wide-leg pants + cropped jacket + clear gloss lip. ✓ Smooths your waist instantly: The body-hugging cropped cut sits close through the midsection so your outfit looks cleaner from every angle. ✓ Creates that lifted cami shape: Thin straps and a square neckline frame your shoulders while keeping the top minimal and flattering. ✓ Stays cute without bulky layers: Wear it alone in warm weather or under jackets without thick seams bunching under your fit. ✓ Feels fitted without looking forced: The stretch-style silhouette follows your body so it gives shape while still looking effortless. ✓ Makes simple outfits feel styled: Pair it with denim, sweats, skirts, or matching shorts and the whole look feels intentional. ☕ Coffee Runs Throw it on with black leggings, a zip hoodie, and claw clip hair for a fitted but casual morning look. 📸 Content Days The cropped shape photographs cleanly with low-rise cargos, mini skirts, or matching lounge shorts. 🌙 Dinner Plans Style the black cami with tailored trousers, pointed heels, and a small bag for an easy night-out outfit. Mia L. — Austin, TX ★★★★★ "I was worried it would look cheap in real life, but the black one actually looks so clean with jeans. I wore it to dinner last Friday and two friends asked where I got it before we even sat down." ✔ Verified Purchase Kayla R. — Miami, FL ★★★★★ "I have a curvier waist and cropped tops usually ride weird on me. I sized down like recommended and it hugged my waist without rolling up during a 4-hour birthday brunch." ✔ Verified Purchase Arianna S. — Phoenix, AZ ★★★★★ "I washed the striped one twice inside out and it still fits the same. No stretching out, no loose straps, and it still gives that fitted shape I bought it for." ✔ Verified Purchase 🛡️ 30-Day Sculpted Fit Guarantee Try SecondSkin™ with your favorite jeans, shorts, and going-out outfits. If it does not give you the smooth fitted look you expected, send it back within 30 days, no questions asked, free return label included. Your closet deserves a cami that makes getting dressed feel easy. ⚡ Only 19 units left at this price · 118 people are viewing this right now Will it show lines or bunch under clothes?▾ SecondSkin™ is designed with a close, minimal cami silhouette, so it layers smoothly under jackets and sits cleanly with high-waist bottoms. For the most sculpted look, wear it snug rather than loose. What size should I order?▾ For the sculpted, body-hugging fit, we recommend sizing down if you are between sizes. Compression is the point, so a snug fit helps create the smooth waist and clean cami shape. Is it see-through?▾ The darker colors are the safest choice for full confidence. For lighter or brighter colors, we recommend nude seamless undergarments and checking in natural light before heading out. How do I wash it?▾ Machine wash cold inside out and lay flat or tumble dry low. Avoid bleach and high heat to help maintain the fitted shape, straps, and color. How long does shipping take?▾ Standard shipping is 5–8 business days with full tracking. Express 2–3 day shipping is available at checkout. Orders placed before 2PM EST on weekdays are processed same day. 🔒 Secure Checkout 🚚 Free Shipping On All Orders! ↩️ 30-Day Free Returns ⭐ 4,286+ Reviews ✨ Sculpted Cami Fit