✦ Verified product
Fiona - Periodenunterwäsche
EUR 29.90
Größe
Femsi
Verified independent store
→
/* ======================= FEMSI PDP FEATURES (scoped) ======================= */ .femsi-pdp { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
sans-serif; margin: 20px 0; max-width: 500px; } /* --- Features List --- */ .femsi-feature-list { list-style: none; padding: 0; margin: 0; } .femsi-feature-item { display: flex; align-items: flex-start; margin-bottom: 12px; color: #333; font-size: 15px; line-height: 1.4; } .femsi-feature-icon { flex-shrink: 0; width: 18px; height: 18px; margin-right: 10px; color: #F0AD9D; margin-top: 2px; } /* --- Absorbency --- */ .femsi-absorbency { display: flex; align-items: center; margin-bottom: 16px; font-size: 15px; font-weight: 600; color: #333; } .femsi-absorbency-label { margin-right: 12px; } .femsi-absorbency-icons { display: flex; gap: 2px; } .femsi-drop { width: 18px; height: 18px; fill: #DC958C; stroke: #000; stroke-width: 1.5; } /* --- Links row (Size/Material) --- */ .femsi-links { display: flex; gap: 14px; margin: 10px 0 14px 0; flex-wrap: wrap; } .femsi-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 400; color: #333; cursor: pointer; user-select: none; } .femsi-link .femsi-emoji { text-decoration: none; } .femsi-link .femsi-text { text-decoration: underline; text-underline-offset: 3px; } /* --- Modal (CSS-only) --- */ .femsi-modal-toggle { display: none !important; } .femsi-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); display: none; z-index: 9999; padding: 16px; align-items: center; justify-content: center; } #femsiModalSize:checked ~ .femsi-modal-size, #femsiModalCare:checked ~ .femsi-modal-care { display: flex; } .femsi-modal { width: min(680px, 96vw); max-height: min(78vh, 720px); background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 60px rgba(0,0,0,.25); display: flex; flex-direction: column; } .femsi-modal-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid rgba(0,0,0,.08); } .femsi-modal-title { font-size: 16px; font-weight: 700; color: #111; display: flex; align-items: center; gap: 8px; } .femsi-close { width: 36px; height: 36px; border-radius: 10px; border: 1px solid rgba(0,0,0,.10); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; background: #fff; } .femsi-close:hover { background: #f6f6f6; } .femsi-modal-body { padding: 14px 16px 16px 16px; overflow: auto; } .femsi-table { width: 100%; border-collapse: collapse; font-size: 14px; border: 1px solid rgba(0,0,0,.10); border-radius: 12px; overflow: hidden; } .femsi-table th, .femsi-table td { padding: 10px 10px; border-bottom: 1px solid rgba(0,0,0,.08); text-align: left; } .femsi-table th { background: #111; color: #fff; font-weight: 700; font-size: 13px; } .femsi-table tr:last-child td { border-bottom: none; } .femsi-tip { margin-top: 10px; padding: 10px 12px; border-radius: 12px; background: #faf6f5; border: 1px solid rgba(0,0,0,.06); font-size: 13px; line-height: 1.4; color: #333; } /* Material list */ .femsi-mat-list { margin: 0; padding-left: 16px; font-size: 14px; line-height: 1.55; color: #333; } .femsi-mat-list li { margin: 6px 0; } /* --- INFO BAR --- */ /* FIX: wieder Padding wie früher, damit es auf Mobile nicht am Rand klebt */ .femsi-info-bar { width: 100%; padding: 12px 10px; /*