Alterna Hair Care Products
A collection page of Beyond Polish
About
:root { --blush: #faf5f3; --rose: #d4736a; --rose-light: #f5e0dc; --rose-dark: #a04e47; --ink: #1e1a19; --ink-muted: #4a4340; --ink-subtle: #8a7f7c; --border: #e8deda; } .bp-collection-header *, .bp-collection-header *::before, .bp-collection-header *::after { box-sizing: border-box; } .bp-collection-header { max-width: none; margin: 0 auto; background: #fff; padding: 12px 0 16px; color: var(--ink); } .bp-collection-header details { margin: 0; text-align: center; } .bp-about-row { display: inline-flex; align-items: center; gap: 10px; list-style: none; cursor: pointer; padding: 0; } .bp-about-row::-webkit-details-marker { display: none; } .bp-about-row::marker { display: none; } .bp-about-label { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-subtle); white-space: nowrap; flex-shrink: 0; } .bp-about-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border: 1px solid var(--border); border-radius: 20px; background: #fff; font-size: 11px; font-weight: 500; color: var(--ink-muted); white-space: nowrap; line-height: 1; text-transform: uppercase; letter-spacing: 0.05em; transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s; } .bp-about-row:hover .bp-about-pill { border-color: var(--ink); color: #fff; background: var(--ink); } details[open] .bp-about-pill { background: var(--ink); border-color: var(--ink); color: #fff; box-shadow: 0 2px 8px rgba(30,26,25,0.2); } .bp-about-pill__icon { display: inline-flex; align-items: center; justify-content: center; width: 14px; height: 14px; border-radius: 50%; border: 1px solid currentColor; font-size: 11px; line-height: 1; flex-shrink: 0; opacity: 0.7; transition: transform 0.2s; font-style: normal; } details[open] .bp-about-pill__icon { transform: rotate(45deg); opacity: 1; } .bp-about-panel { border: 1px solid var(--border); border-top: 2px solid var(--rose); padding: 14px 18px 13px; margin-top: 10px; background: var(--blush