Clear Skin Bundle
.ksb * { box-sizing: border-box; margin: 0; padding: 0; } .ksb { font-family: Georgia, 'Times New Roman', serif; background: #faf7f2; color: #1a1209; width: 100%; } .ksb-hero { pad ding: 48px 40px; text-align: center; background: #1a1209; } .ksb-eyebrow { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #c8a97e; margin-bottom: 14px; font-family: Arial, sans-serif; } .ksb-title { font-size: 32px; font-weight: 400; color: #f5f0e8; margin-bottom: 12px; line-height: 1.3; } .ksb-title em { color: #c8a97e; font-style: italic; } .ksb-sub { font-size: 14px; color: #a09080; max-width: 520px; margin: 0 auto; line-height: 1.7; font-family: Arial, sans-serif; } .ksb-price-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 32px 40px; background: #f5f0e8; } .ksb-price-card { background: #faf7f2; border: 1px solid #e0d5c4; border-radius: 8px; padding: 24px; text-align: center; transition: transform 0.2s, border-color 0.2s; } a.ksb-price-card:hover { transform: translateY(-3px); border-color: #c9a876; } .ksb-old-price { font-size: 14px; color: #a09080; text-decoration: line-through; font-family: Arial, sans-serif; margin-bottom: 4px; } .ksb-new-price { font-size: 30px; font-weight: 400; color: #1a1209; margin-bottom: 8px; } .ksb-save-badge { display: inline-block; background: #8a9a6e; color: #1a3a14; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; font-family: Arial, sans-serif; font-weight: bold; } .ksb-shipping-banner { background: #1a1209; padding: 16px 40px; text-align: center; } .ksb-shipping-banner p { font-size: 13px; color: #c8a97e; font-family: Arial, sans-serif; letter-spacing: 0.5px; } .ksb-shipping-banner p span { color: #f5f0e8; } .ksb-section { padding: 40px; } .ksb-section-cream { background: #faf7f2; } .ksb-section-tan { background: #e8dcc8; } .ksb-section-title { font-size: 22px; font-weight: 400; color: #1a1209; margin-bottom: 24px; } .ksb-section-title em { color: #c8a97e; font-style: italic; } .ksb-included-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px; } .ksb-included-icon { width: 48px; height: 48px; background: #1a1209; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #c8a97e; } .ksb-included-name { font-size: 16px; font-weight: bold; color: #1a1209; margin-bottom: 4px; font-family: Arial, sans-serif; } .ksb-included-desc { font-size: 13px; color: #5a4a35; line-height: 1.7; font-family: Arial, sans-serif; } .ksb-review { border-left: 3px solid #c8a97e; background: #ede5d4; padding: 16px 20px; margin-bottom: 14px; } .ksb-review p { font-family: Georgia, serif; font-size: 15px; font-style: italic; color: #5a4030; line-height: 1.7; margin: 0; } .ksb-review-author { font-size: 11px; color: #8a7a60; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 8px; font-family: Arial, sans-serif; font-style: normal; } .ksb-howto { font-size: 13px; color: #3a2e20; line-height: 1.9; font-family: Arial, sans-serif; } .ksb-howto strong { color: #1a1209; } .ksb-faq-item { border-bottom: 1px solid #d4c4a8; padding: 14px 0; } .ksb-faq-item:last-child { border-bottom: none; } .ksb-faq-q { font-size: 14px; font-weight: bold; color: #1a1209; margin-bottom: 6px; font-family: Arial, sans-serif; } .ksb-faq-a { font-size: 13px; color: #5a4a35; line-height: 1.7; font-family: Arial, sans-serif; } .ksb-cta { background: #c8a97e; padding: 32px 40px; text-align: center; } .ksb-cta-btn { display: inline-block; background: #1a1209; color: #f5f0e8; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 18px 48px; text-decoration: none; font-family: Arial, sans-serif; font-weight: bold; border-radius: 4px; } .ksb-cta-price { font-size: 13px; color: #4a3520; margin-top: 12px; font-family: Arial, sans-serif; } .ksb-cta-ship { font-size: 12px; color: #5a4030; margin-top: 6px; font-family: Arial, sans-serif; } .ksb-popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 20px; } .ksb-popup-overlay.show { display: flex; } .ksb-popup { background: #1a1209; border: 1px solid #c8a97e; border-radius: 8px; max-width: 420px; width: 100%; padding: 32px; text-align: center; position: relative; animation: ksbPopIn 0.35s ease; } @keyframes ksbPopIn { from { opacity: 0; transform: scale(0.92); } to { opacity: 1; transform: scale(1); } } .ksb-popup-close { position: absolute; top: 12px; right: 14px; background: none; border: none; color: #a09080; font-size: 20px; cursor: pointer; line-height: 1; font-family: Arial, sans-serif; } .ksb-popup-close:hover { color: #f5f0e8; } .ksb-popup-eyebrow { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #c8a97e; margin-bottom: 10px; font-family: Arial, sans-serif; } .ksb-popup-title { font-size: 24px; font-weight: 400; color: #f5f0e8; margin-bottom: 10px; } .ksb-popup-title em { color: #c8a97e; font-style: italic; } .ksb-popup-desc { font-size: 13px; color: #a09080; margin: 0 auto 18px; line-height: 1.7; font-family: Arial, sans-serif; } .ksb-popup-price { font-size: 13px; color: #c8a97e; margin-bottom: 18px; font-family: Arial, sans-serif; } .ksb-popup-price span { text-decoration: line-through; color: #7a6a55; margin-right: 6px; } .ksb-popup-btn { display: inline-block; background: #c8a97e; color: #1a1209; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; padding: 14px 36px; text-decoration: none; font-family: Arial, sans-serif; font-weight: bold; border-radius: 4px; margin-bottom: 10px; } .ksb-popup-dismiss { display: block; font-size: 11px; color: #7a6a55; text-decoration: underline; cursor: pointer; font-family: Arial, sans-serif; background: none; border: none; margin: 0 auto; } .ksb-crosssell { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .ksb-cross-card { background: #faf7f2; border: 1px solid #e0d5c4; border-radius: 8px; padding: 20px; text-align: center; } .ksb-cross-card a { color: #1a1209; text-decoration: none; font-size: 13px; font-weight: bold; font-family: Arial, sans-serif; } .ksb-cross-icon { font-size: 24px; margin-bottom: 8px; display: block; } @media (max-width: 768px) { .ksb-hero, .ksb-price-row, .ksb-section, .ksb-cta, .ksb-shipping-banner { padding-left: 20px; padding-right: 20px; } .ksb-price-row, .ksb-crosssell { grid-template-columns: 1fr; } .ksb-title { font-size: 26px; } .ksb-popup { padding: 24px; } .ksb-popup-title { font-size: 20px; } } Bundle & Save The Clear Skin Bundle Say goodbye to acne-prone skin and hello to a healthier-looking complexion β four powerful soaps working together to cleanse, nourish, and clear. $59.88 separately $49.97 Save $9.91 β Tap to Buy spacer 4 soaps in this bundle π Tap to Add to Cart Ships worldwide to the US, Canada, Jamaica & UK Β· Free shipping on orders $49.99+ for US customers only What's included β¨ Turmeric Soap Helps brighten the appearance of skin, improve the look of acne marks and uneven skin tone, while cleansing away excess oil and impurities. π₯ Neem & Goat Milk Soap Neem's skin-purifying properties meet goat milk's natural nutrients to help cleanse acne-prone skin, reduce redness, and keep skin balanced and hydrated. πΏ Moringa Soap Packed with vitamins, minerals, and antioxidants that help nourish stressed skin, remove impurities, and support a healthy-looking glow. π Aloe Seamoss Soap Replenishes moisture while cleansing β aloe soothes dry, irritated skin while seamoss supports a smoother-looking complexion without over-drying. Real results, real people "I used the turmeric soap and let me just tell you... this soap is GREAT. My skin is so smooth and toned, especially my face!!" Verified Customer "I absolutely love these soaps! I've tried so many products over the years to help improve my hyperpigmentation, and these are by far the most gentle yet effective." Verified Customer How to use Week 1-2: Use one soap at a time for 3-4 days before rotating to the next. This allows your skin to benefit from each formula's unique properties.Morning: Wet face with warm water, lather, massage gently for 30-60 seconds, rinse and pat dry. Follow with moisturizer and sunscreen.Evening: Repeat, focusing on areas prone to breakouts and blemishes. Follow with moisturizer.For best results: stay consistent, drink plenty of water, avoid picking at blemishes, and use daily for face and body if acne extends beyond the face. Questions? We've got you. Is this safe for sensitive skin? Yes. All four soaps are made with natural, gentle ingredients and are free from harsh chemicals, sulfates, and parabens β suitable for most skin types. How long until I see results? Most customers begin noticing a difference in skin tone and texture within 2-4 weeks of consistent daily use. Can I use this on my face and body? Absolutely. All four soaps are gentle enough for face and body use, including sensitive areas β use daily for face and body if acne extends beyond the face. Do you ship internationally? Yes! We ship worldwide to the US, Canada, Jamaica, and the UK. Free shipping on orders over $49.99 applies to US customers only. What's your return policy? Reach out to [email protected] for any return or order questions and we'll take care of you. Add Bundle to Cart β $49.97 4 soaps included β save $9.91 Ships worldwide Β· Free US shipping on orders $49.99+ You might also like Eczema Relief Bundle Shop Bundle Jamaican Black Castor Oil Add to Cart Γ Wait β want even more for less? Step up to the Premium Bundle Get 4 soaps, Rosemary & Jamaican Black Castor Oil, 2 lip masks, and a lip scrub β a complete head-to-toe natural routine in one box. $130.00 $115.00 β Save $15 Shop the Premium Bundle No thanks, continue with Clear Skin Bundle
More you might like
Related
Clear Skin Daily Skincare Bundle
Related
Clear Skin Bundle
Related
Clear Skin Bundle
Related