Basi Systems

A collection page of Peak Primal Wellness

category
Products
26
Active ads
0
Depth
Published
2024/09/06

About

/* ---------- Scoped, theme-safe styles (ppw- prefix) ---------- */ .ppw-nav{display:flex;flex-wrap:wrap;gap:.75rem;margin:0 0 1rem 0} .ppw-nav a{padding:.35rem .6rem;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none} .ppw-wrap{max-width:100%;line-height:1.6} .ppw-section{margin:1.5rem 0} .ppw-grid{display:grid;gap:1rem} @media(min-width:768px){ .ppw-grid.cols-2{grid-template-columns:1fr 1fr} .ppw-grid.cols-3{grid-template-columns:repeat(3,1fr)} } .ppw-table{width:100%;border-collapse:collapse} .ppw-table th,.ppw-table td{border:1px solid #e5e7eb;padding:.65rem;text-align:left;vertical-align:top} .ppw-badge{display:inline-block;padding:.15rem .5rem;border:1px solid #e5e7eb;border-radius:999px;font-size:.85rem;margin-left:.35rem} .ppw-kv{display:flex;flex-wrap:wrap;gap:.5rem} .ppw-kv div{flex:1 1 220px;background:#f9fafb;padding:.75rem;border-radius:.5rem} /* Product card styles */ .ppw-product-card{ border:1px solid #e5e7eb; border-radius:12px; overflow:hidden; transition:box-shadow 0.2s; display:flex; flex-direction:column; } .ppw-product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1)} .ppw-product-img{ width:100%; height:280px; object-fit:cover; background:#f9fafb; } .ppw-product-body{padding:1rem;flex:1;display:flex;flex-direction:column} .ppw-product-body h3{margin:0 0 0.5rem 0;font-size:1.1rem} .ppw-product-body p{margin:0.5rem 0;flex:1;color:#374151} .ppw-product-body a{ display:inline-block; margin-top:0.75rem; padding:0.5rem 1rem; background:#1a73e8; color:#fff; text-decoration:none; border-radius:6px; text-align:center; transition:background 0.2s; } .ppw-product-body a:hover{background:#1557b0} /* ---------- FAQ accordion with LEFT + / – ---------- */ .ppw-faq details{border-top:1px solid #e5e7eb} .ppw-faq summary{ cursor:pointer; list-style:none; padding:1rem 0; display:flex; align-items:center; gap:.75rem; } .ppw-faq summary::-webkit-details-marker{display:none} .ppw-faq summary span{font-weight:600;flex:1} .ppw-faq summary:before{ content