Diaper Gift Set

A collection page of Alppi Baby

gifts
Products
17
Active ads
0
Depth
Published
2026/07/27

About

/* Standard body style is for standalone previewing only */ body { margin: 0; padding: 2rem 1rem; background-color: #FFFFFF; color: #0f1c1e; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; } /* All Alppi specific layout styles are strictly scoped under the namespace .alppi-content-wrapper */ .alppi-content-wrapper { /* Brand Theme Colors */ --teal: #0accd6; --teal-light: #e2f9fb; --teal-mid: #7de4ea; --teal-dark: #079aa2; --teal-deep: #056068; --ink: #0f1c1e; --ink-soft: #2c4447; --muted: #637275; --surface: #f5fbfc; --border: #c8eaed; --white: #ffffff; --green: #2ecc71; --green-light: #e8f9ef; --green-dark: #1a7a42; --red-light: #fdf0f0; --red-dark: #a33030; --font-serif: 'Georgia', 'Times New Roman', serif; --font-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif; --head-font: 'Helvetica Neue', Helvetica, Arial, sans-serif; --body-font: 'Helvetica Neue', Helvetica, Arial, sans-serif; --r: 10px; --r-lg: 16px; } .alppi-content-wrapper { font-family: var(--font-sans); font-size: 16px; line-height: 1.75; color: var(--ink); max-width: 880px; margin: 0 auto; padding: 40px 32px 56px; background: var(--white); border-radius: var(--r-lg); box-shadow: 0 10px 30px rgba(10, 204, 214, 0.06); } /* Premium styled Page Title */ .alppi-content-wrapper h1.page-title { font-family: var(--font-serif); font-size: 36px; font-weight: normal; color: var(--ink); margin: 0 0 1.5rem 0; line-height: 1.2; } /* Premium styled Intro Paragraph container */ .alppi-content-wrapper .intro-p { font-size: 17px; line-height: 1.85; color: var(--ink-soft); border-left: 4px solid var(--teal); padding: 1.25rem 1.5rem; margin-top: 0; margin-bottom: 2.5rem; background: var(--surface); border-radius: 0 12px 12px 0; box-shadow: 0 4px 12px rgba(10, 204, 214, 0.04); } /* Headings & Typography */ .alppi-content-wrapper h2 { font-family: var(--font-serif); font-size: 24px; font-weight: normal; color: var(--ink); margin: 44px 0 16px; display: flex; align-items: center; gap: 10px; line-height: 1.35;