.products-shell {
    font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
}

.theme-cjonlinetogether .products-page,
.theme-cjonlinetogether .products-page :is(button, input, select, textarea, a) {
    font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
}

.products-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 420ms ease, transform 420ms ease;
}

.products-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.catalog-menu-item:hover > .catalog-flyout {
    visibility: visible;
    opacity: 1;
}

/* cjonlinetogether theme-only color alignment for /producten */
.theme-cjonlinetogether .products-page {
    --products-surface: #ffffff;
    --products-surface-muted: #f8fafc;
    --products-border: #e5e7eb;
    --products-text: #111827;
    --products-text-muted: #4b5563;
    --products-primary: #111111;
    --products-primary-contrast: #ffffff;
}

.theme-cjonlinetogether .products-page [class*='text-[#12306e]'],
.theme-cjonlinetogether .products-page [class*='text-[#0c1d43]'],
.theme-cjonlinetogether .products-page [class*='text-[#0d2559]'],
.theme-cjonlinetogether .products-page [class*='text-white/'],
.theme-cjonlinetogether .products-page [class*='text-white '] {
    color: var(--products-text) !important;
}

.theme-cjonlinetogether .products-page [class*='border-[#12306e]'],
.theme-cjonlinetogether .products-page [class*='border-[#0f1f47]'],
.theme-cjonlinetogether .products-page [class*='border-[#0e255a]'],
.theme-cjonlinetogether .products-page [class*='border-white'] {
    border-color: var(--products-border) !important;
}

.theme-cjonlinetogether .products-page [class*='bg-[#f8fbff]'],
.theme-cjonlinetogether .products-page [class*='bg-[#eef4ff]'],
.theme-cjonlinetogether .products-page [class*='bg-white/10'] {
    background: var(--products-surface-muted) !important;
}

.theme-cjonlinetogether .products-page [class*='bg-[#12306e]'],
.theme-cjonlinetogether .products-page [class*='bg-[#0f275a]'],
.theme-cjonlinetogether .products-page [class*='bg-[#0d2559]'] {
    background: var(--products-primary) !important;
    color: var(--products-primary-contrast) !important;
}

.theme-cjonlinetogether .products-page input::placeholder {
    color: var(--products-text-muted);
}

/* Stronger card shadows requested for products page blocks */
.theme-cjonlinetogether .products-page .ds-proof-item {
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.theme-cjonlinetogether .products-page section.relative.z-40,
.theme-cjonlinetogether .products-page aside.hidden.lg\:block {
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.14) !important;
}

.theme-cjonlinetogether .products-page #searchResultsGrid > article {
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16) !important;
}

.theme-cjonlinetogether .products-page #searchResultsGrid a[class*='bg-neutral-900'] {
    color: #ffffff !important;
}
