Cerebral Tranquility Nighttime Gummy with CBN
/* Styling for CBN Gummies with Brand Colors */ .cbn-gummies-container { font-family: 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; color: #062448; width: 100%; } .product-container { margin-bottom: 60px; background-color: white; border-radius: 12px; box-shadow: 0 6px 16px rgba(6, 36, 72, 0.08); padding: 40px; position: relative; overflow: hidden; } .product-container::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 8px; background: linear-gradient(90deg, #062448, #59a5bf); } h1 { font-size: 32px; font-weight: 700; margin-bottom: 8px; color: #062448; text-align: center; }