﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

:root {
    --background: 220deg 20.69% 7.37%;
    --foreground: 0 0% 100%;
    --card: 220deg 20.69% 11.37%;
    --card-foreground: 0 0% 100%;
    --primary: 21.63deg 91.37% 50%;
    --primary-foreground: 0 0% 100%;
    --border: 220 13% 31%;
    --input: 220 13% 26%;
}

@media (prefers-color-scheme: dark) {
    :root:not(.light) {
        --background: 0 0% 0%;
        --foreground: 0 0% 100%;
        --card: 220deg 20.69% 11.37%;
        --card-foreground: 0 0% 100%;
        --primary: 21.63deg 91.37% 50%;
        --primary-foreground: 0 0% 100%;
        --border: 220 13% 31%;
        --input: 220 13% 26%;
    }
}

.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");
}

.prose {
    --tw-prose-body: --tw-prose-invert-body;
    --tw-prose-headings: --tw-prose-invert-headings;
    --tw-prose-lead: --tw-prose-invert-lead;
    --tw-prose-links: --tw-prose-invert-links;
    --tw-prose-bold: --tw-prose-invert-bold;
    --tw-prose-counters: --tw-prose-invert-counters;
    --tw-prose-bullets: --tw-prose-invert-bullets;
    --tw-prose-hr: --tw-prose-invert-hr;
    --tw-prose-quotes: --tw-prose-invert-quotes;
    --tw-prose-quote-borders: --tw-prose-invert-quote-borders;
    --tw-prose-captions: --tw-prose-invert-captions;
    --tw-prose-kbd: --tw-prose-invert-kbd;
    --tw-prose-kbd-shadows: --tw-prose-invert-kbd-shadows;
    --tw-prose-code: --tw-prose-invert-code;
    --tw-prose-pre-code: --tw-prose-invert-pre-code;
    --tw-prose-pre-bg: --tw-prose-invert-pre-bg;
    --tw-prose-th-borders: --tw-prose-invert-th-borders;
    --tw-prose-td-borders: --tw-prose-invert-td-borders;
}

body {
    font-family: 'Roboto', sans-serif;
}

.heading {
    font-family: 'Oswald', sans-serif;
}
.heading.text-2xl {
    position: relative;
    padding-bottom: .2em;
}
.heading.text-2xl::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: hsl(var(--primary));
}

.logo {
    aspect-ratio: 1487 / 865;
    max-height: none;
    height: auto;
    max-width: 11%;
    min-width: 50px;
}

.btn {
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
}


.footer--content {
    display: grid;
    gap: 30px;
}
.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: 1fr 1fr;
    }

    .footer--content > *:last-child {
        grid-column: 1 / span 2;
    }
}

@media screen and (min-width: 768px) {
    .footer--content {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer--content > *:last-child {
        grid-column: auto;
    }
}

















/**
 ** Product List
 **/
 .product-list .product-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
}

    .product-list .product-item .more-information {
        display: none;
    }

    .product-list .product-item h5 {
        font-weight: 700;
        text-transform: uppercase;
        font-size: var(--text-2xl-size);
        line-height: var(--text-2xl-line-height);
        margin-bottom: 0.75rem;
    }

@media (min-width: 480px) {

    .product-list .product-item .activiteiten-content {
        padding-left: 166px;
        position: relative;
    }
    .product-list .product-item .activiteiten-content img {
        float: left;
        margin-left: -166px;
        max-width: 150px;
        width: 150px;
        object-fit: contain;
        object-position: top;
        aspect-ratio: 3 / 2;
    }
}

@media (min-width: 768px) {
    .product-list .product-item {
        grid-template-columns: 2fr 1fr;
    }
    .product-list .product-item h2.heading {
        grid-column: 1 / span 2;
    }
    .product-list .product-item .activiteiten-content {
        padding-left: 216px;
    }
    .product-list .product-item .activiteiten-content img {
        margin-left: -216px;
        width: 200px;
        max-width: 200px;
    }
    .product-list .product-item--cta {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .product-list .product-item--cta {
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: space-between;
    }
    .product-list .product-item--cta .mb-5 {
        margin-bottom: 0;
    }
}

/**
 ** Upsell
 **/
.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;
}

/**
 ** Upsell
 **/
 .upsell-item--image *:not(img),
 .upsell-item--html-description img,
 .upsell-item--html-description br {
    display: none;
 }