Cerebral Torque Migraine Awareness Tee
/* Styling for Cerebral Torque Women's T-shirt with Brand Colors */ .cerebral-tshirt-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); } .product-header { text-align: center; margin-bottom: 30px; } .product-header h1 { font-size: 32px; font-weight: 700; margin-bottom: 8px; color: #062448; } .product-header .tagline {