Beeme Nourishing Balm 15g
Harga dilihat 2026-08-15 · belum termasuk ongkir
- Dana ditahan sampai barang diterima — kalau harganya melewati batas atas, kami tidak membeli dan dana kembali utuh.
- Faktur atas nama PT Riset Sinergi Sosial, bisa dilampirkan ke laporan dana penelitian.
- Dibelikan manual oleh tim kami, biasanya 1×24 jam kerja.
Keterangan dari toko
Beeme Nourishing Balm – Deskripsi Produk *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { –cream: #faf7f2; –warm-white: #ffffff; –gold: #c8963e; –gold-light: #e8c07a; –text-dark: #1a1208; –text-mid: #5a4a30; –text-light: #8a7560; –border: #e8dece; –tab-active: #1a1208; –radius: 12px; –shadow: 0 4px 24px rgba(26,18,8,0.08); } body { background: var(–cream); font-family: ‘DM Sans’, sans-serif; color: var(–text-dark); min-height: 100vh; display: flex; justify-content: center; align-items: flex-start; padding: 14px 16px; } .card { background: var(–warm-white); border-radius: 20px; box-shadow: var(–shadow); max-width: 780px; width: 100%; overflow: hidden; } /* Tab bar */ .tabs { display: flex; border-bottom: 2px solid var(–border); background: var(–cream); } .tab { padding: 16px 28px; font-size: 0.9rem; font-weight: 500; color: var(–text-light); cursor: pointer; border: none; background: none; border-bottom: 3px solid transparent; margin-bottom: -2px; letter-spacing: 0.02em; transition: color 0.2s, border-color 0.2s; } .tab.active { color: var(–text-dark); border-bottom-color: var(–gold); font-weight: 600; } .tab:hover:not(.active) { color: var(–text-mid); } /* Content */ .content { padding: 4px 8px 8px; } .content-title { font-family: ‘Playfair Display’, serif; font-size: 1.75rem; color: var(–text-dark); margin-bottom: 2px; letter-spacing: -0.01em; } .subtitle { font-size: 0.875rem; color: var(–text-light); margin-bottom: 8px; font-style: italic; } /* Feature list */ .features { display: flex; flex-direction: column; gap: 0; } .feature-item { display: grid; grid-template-columns: 48px 1fr; gap: 0 20px; padding: 24px 0; border-bottom: 1px solid var(–border); align-items: start; animation: fadeUp 0.4s ease both; } .feature-item:last-child { border-bottom: none; } @key