/**
 * OMNIUM — Mind Section (The Academy)
 * Premium educational aesthetic with iris/purple accent
 * © Omar Dakhane
 */
.section-mind { --section-accent: var(--iris); }
.section-mind .omnium-shop { background: linear-gradient(180deg, var(--black) 0%, #09080d 100%); }
.section-mind .woocommerce ul.products li.product { border-color: rgba(147,129,255,0.06); }
.section-mind .woocommerce ul.products li.product:hover { border-color: rgba(147,129,255,0.2); box-shadow: 0 20px 60px rgba(147,129,255,0.04); }
.section-mind .woocommerce ul.products li.product .button { border-top-color: rgba(147,129,255,0.1); }
.section-mind .woocommerce ul.products li.product .button:hover { background: var(--iris); }
.section-mind .woocommerce ul.products li.product .price { color: var(--iris); }
