/* Keplora Shop */
.trust-bar { background: var(--wp--preset--color--purple-dark); color: #fff; }
.trust-bar a { color: var(--wp--preset--color--yellow); text-decoration: none; }
.trust-bar a:hover { color: #fff; }
.site-header-bar { background: #fff; border-bottom: 3px solid var(--wp--preset--color--yellow); }
.category-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(112,32,130,.1); }
.category-card img { width: 100%; height: 180px; object-fit: cover; display: block; }
.category-card h3 a { text-decoration: none; color: var(--wp--preset--color--purple-dark); }
.category-card h3 a:hover { color: var(--wp--preset--color--magenta); }
.hero-cover .wp-block-cover__background { background: var(--wp--preset--color--purple-dark) !important; }
.site-footer { background: var(--wp--preset--color--purple-dark); color: #e8d8ec; }
.site-footer h3, .site-footer h4 { color: #fff; }
.site-footer a { color: var(--wp--preset--color--yellow); }
.disclaimer-bar { background: var(--wp--preset--color--purple); color: #fff; font-size: 0.8125rem; }
