﻿@import url('https://fonts.googleapis.com/css2?family=Jersey+25&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400;500;600;700;800;900&display=swap');

:root {
    --background: 0 0% 0%;
    --foreground: 0 0% 100%;
    --card: 265.71deg 51.22% 8.04%;
    --card-foreground: 0 0% 100%;
    --primary: 258.31deg 89.53% 66.27%;
    --primary-foreground: 0 0% 100%;
    --cta: 278.69deg 97.27% 43.14%;
    --cta-foreground: 0 0% 100%;
    --border: 258.31deg 40% 28%;
    --input: 265.71deg 30% 22%;
    --radius: 10px;
    --ring: 258.31deg 89.53% 66.27%;
}

@media (prefers-color-scheme: dark) {
    :root:not(.light) {
        --background: 0 0% 0%;
        --foreground: 0 0% 100%;
        --card: 265.71deg 51.22% 8.04%;
        --card-foreground: 0 0% 100%;
        --primary: 258.31deg 89.53% 66.27%;
        --primary-foreground: 0 0% 100%;
        --cta: 278.69deg 97.27% 43.14%;
        --cta-foreground: 0 0% 100%;
        --border: 258.31deg 40% 28%;
        --input: 265.71deg 30% 22%;
        --ring: 258.31deg 89.53% 66.27%;
    }
}

.e-calendar .e-header .e-date-icon-prev::before {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M7.41%2015.41L12%2010.83l4.59%204.58L18%2014l-6-6l-6%206l1.41%201.41Z%22%2F%3E%3C%2Fsvg%3E");
}

.e-calendar .e-header .e-date-icon-next::before {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M7.41%208.58L12%2013.17l4.59-4.59L18%2010l-6%206l-6-6l1.41-1.42Z%22%2F%3E%3C%2Fsvg%3E");
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.heading,
.typography.heading,
h1, h2, h3, h4, h5, h6,
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
    font-family: "Orbitron", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
}

p,
.prose p {
    font-family: "Jersey 25", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
}

.logo {
    max-height: 72px;
}

header.bg-card {
    background: #000;
    color: #fff;
}

.e-btn,
.btn {
    border-radius: 10px;
    font-family: "Jersey 25", "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
}

.btn.bg-cta {
    background-image: linear-gradient(180deg, #8d03d9 0%, #480284 100%);
    background-color: #8d03d9;
    border-color: transparent;
}

.btn.bg-cta:hover {
    filter: brightness(1.12);
}

.progress-stepper--step,
main .bg-card:not(.mobile-filter-bar):not(.progress-stepper--wrapper):not(.category-anchors):not(#summary-mobile):not(.rounded-full):not(.product-item) {
    border-radius: 16px;
}

main .bg-card.offcanvas {
    border-radius: 0 16px 16px 0 !important;
}

.product-list .price small {
    font-size: var(--text-xs-size);
    line-height: var(--text-xs-line-height);
    font-weight: 300;
    display: block;
}

/**
 ** Product List
 **/
.product-item {
    border: 1px solid rgb(186, 110, 199);
    border-radius: 0;
}

.product-item .heading {
    font-size: 24px;
    line-height: 32px;
}

.product-list .product-item .more-information,
.product-list .product-item h4 {
    display: none;
}

.product-list .price br {
    display: none;
}

.product-list .prose br:last-child {
    display: none;
}


/**
 ** Product detail
 **/
.product-detail--html-description .activiteiten-content > *:first-child {
    margin-top: 0;
}

.product-detail--html-description img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

/*
 * Footer
 */
.footer--container {
    background-color: #000;
    color: #fff;
}

.footer--content {
    display: grid;
    gap: 18px;
    align-items: center;
}

.footer--content a {
    color: hsl(var(--primary));
    transition: color 300ms ease 0ms;
}

.footer--content a:hover {
    color: inherit;
}

.footer--content .social-links {
    display: flex;
    gap: 8px;
}

.footer--content .social-links a {
    background: linear-gradient(180deg, #8d03d9 0%, #480284 100%);
    color: hsl(var(--cta-foreground));
    border-radius: 10px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.footer--content .social-links a:hover {
    color: #fff;
    filter: brightness(1.12);
}

.footer--content img {
    max-height: 32px;
    width: auto;
}

.footer--content .social-links a span {
    display: none;
}

.footer--content table {
    width: 100%;
    text-align: left;
}

.footer--content .heading {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 480px) {
    .footer--content {
        grid-template-columns: 152px 1fr;
    }

    .footer--content > *:last-child {
        grid-column: 1 / span 2;
    }
}

@media screen and (min-width: 768px) {
    .footer--content {
        grid-template-columns: 152px 173px 1fr;
    }

    .footer--content > *:last-child {
        grid-column: auto;
    }

    .footer--content > div:last-child {
        text-align: right;
    }
}
