Bottle Wipes

A collection page of Alppi Baby

category
Products
10
Active ads
0
Depth
Published
2026/02/14

About

/* --- ALPPI BABY ARTICLE THEME --- */ /* 1. Base Containers */ .alppi-article-container { max-width: 900px; margin: 0 auto; font-family: 'Inter', system-ui, -apple-system, sans-serif; font-size: 16px; color: #4a4a4a; line-height: 1.7; padding: 30px; background-color: #ffffff; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.03); } /* 2. Typography */ .alppi-header-section { text-align: center; margin-bottom: 40px; padding-bottom: 30px; border-bottom: 2px dashed #faded6; /* Pale Peach */ } .alppi-tag { background-color: #faded6; color: #b06a5b; /* Darker peach for contrast */ font-size: 13px; font-weight: 800; padding: 6px 16px; border-radius: 20px; text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-bottom: 15px; } .alppi-article-container h2 { color: #93bbc2; font-size: 26px; font-weight: 700; border-bottom: 3px solid #f4eee8; /* Cream */ padding-bottom: 10px; margin-top: 50px; margin-bottom: 20px; } .alppi-article-container h3 { color: #b06a5b; font-size: 20px; font-weight: 700; margin-top: 30px; margin-bottom: 10px; } /* 3. Tables (Snippet Optimized) */ .alppi-table-wrapper { overflow-x: auto; margin: 40px 0; border-radius: 12px; border: 1px solid #f4eee8; box-shadow: 0 4px 15px rgba(0,0,0,0.02); } .alppi-table { width: 100%; border-collapse: collapse; min-width: 600px; background: #ffffff; } .alppi-table th { background-color: #93bbc2; color: #ffffff; text-align: left; padding: 16px; font-weight: bold; font-size: 16px; } .alppi-table td { padding: 16px; border-bottom: 1px solid #f4eee8; color: #555; } .alppi-table tr:nth-child(even) { background-color: #f4eee8; } /* 4. Product/Callout Boxes */ .alppi-product-box { background-color: #faded6; color: #4a4a4a; padding: 40px 30px; border-radius: 16px; display: flex; flex-direction: column !important; align-items: center; text-align: center; margin: 40px 0; border: 2px solid #f4eee8; } .alppi-btn { background-color: #93bbc2; color: #ffffff; text-decoration: none; padding: 14px 32px;