html {
    height: 100%;
}

body,
html {
    min-width: 320px;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

::selection {
    background: var(--e-global-color-8e53919);
    color: #000;
    text-shadow: none;
}

footer {
    margin-top: auto;
}
/* THEME COLORS */
.elementor-kit-13.elementor-page-290 {
    --e-global-color-2a44a2f: #D2D9E6;
}

.elementor-kit-13.elementor-page-404 {
    --e-global-color-2a44a2f: #E6E5D2;
}

.elementor-kit-13.elementor-page-406 {
    --e-global-color-2a44a2f: #E6D7D2;
}

.elementor-kit-13.elementor-page-408 {
	--e-global-color-2a44a2f: #DAD2E6;
}

.elementor-kit-13.elementor-page-410 {
	--e-global-color-2a44a2f: #E6D2D2;
}

.elementor-kit-13.elementor-page-412 {
	--e-global-color-2a44a2f: #D2E6D6;
}

.elementor-kit-13.elementor-page-414 {
	--e-global-color-2a44a2f: #E6D2DF;
}

.elementor-kit-13.elementor-page-314 {
    --e-global-color-2a44a2f: #D2E6E5;
}

/* CART / MENU CART */
.woocommerce-placeholder,
.elementor-menu-cart__product-image {
    display: none !important;
}

.elementor-menu-cart__wrapper .woocommerce-cart-form__cart-item {
    display: flex !important;
    flex-direction: column !important;
}

/* CHECKOUT */
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 30px !important;
}

/* LANDINGSPAGE TEMPLATE */
body.elementor-page-302 header .elementor-widget-theme-site-logo {
    filter: brightness(0) invert(1);
}

body.elementor-page-302 header .nav__account,
body.elementor-page-302 header #elementor-menu-cart__toggle_button,
body.elementor-page-302 header .nav__back-button {
    filter: invert(1);
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    color: #000 !important;
}

/* CART RETURN BUTTON */
.return-to-shop .button{
    border-radius: 16px!important;
    background-color: var(--e-global-color-accent)!important;
    fill: var(--e-global-color-primary)!important;
    color: var(--e-global-color-primary)!important;
    border-style: solid!important;
    border-width: 1px 1px 1px 1px!important;
    border-color: #00000026 !important;
    padding: 16px 24px 16px 24px !important;
	font-weight: 600 !important;
}

.return-to-shop .button:hover {
	font-weight: 600 !important;
    background-color: #000 !important;
}

/* BUTTONS */
.elementor-button {
    text-decoration: none !important;
    font-weight: 600 !important;
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: inherit !important;
}

.elementor-button-icon svg {
    width: 0.75em !important;
    margin-top: 1px;
}

.button--light:focus .elementor-button, .button--light:hover .elementor-button, .button--light:visited .elementor-button, .button--light .elementor-button {
    color: var(--e-global-color-primary) !important;
}
/* NAV */
@media (max-width: 767px) {
    .nav__logo {
        width: 34%;
    }
}

/* HEADING */
.heading__label {
    display: flex;
    gap: 8px !important;
    align-items: center !important;
    justify-content: center !important;
}

.heading__label::before,
.heading__label::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}

/* SLIDER */
.c-slider {
    z-index: 0 !important;
    overflow: hidden !important;
}

.c-slider::before,
.c-slider::after {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    transform: translate3d(-50%, 0, 0);
    max-width: 1740px;
    top: -20px !important;
    height: 100px !important;
    display: block !important;
    width: 100% !important;
    border-radius: 0 0 100% 100% !important;
    background-color: var( --e-global-color-secondary ) !important;
    z-index: 10;
}

.c-slider.slider--landing::before {
    background-color: var( --e-global-color-primary ) !important;
}

.c-slider::after {
    background-color: var( --e-global-color-primary ) !important;
    top: auto !important;
    bottom: -20px !important;
    border-radius: 100% 100% 0 0 !important;
}

@media (max-width: 767px) {
    .c-slider::before,
    .c-slider::after {
        top: 8px !important;
        height: 32px !important;
    }

    .c-slider::after {
        bottom: 8px !important;
        top: auto !important;
    }
}

.slider__slide {
    transition: ease 300ms !important;
    transition-property: width !important;
    background-position: center center;
}

.slider__slide:hover {
    width: 600%;
    text-decoration: none;
}

.slider__slide:hover:before {
    opacity: 0.2 !important;
}

.slider__slide:hover .slider__slide-heading-title {
    opacity: 1;
}

.slider__slide:hover .slider__slide-heading-title {
    writing-mode: horizontal-tb;
    margin-left: 0 !important;
}

.slider__slide:hover .slider__slide-heading {
    border-top-color: var( --e-global-color-accent ) !important;
}

@media  screen and (min-width: 767px) and (max-width: 1200px) {
    .slider__slide:hover .slider__slide-heading-title {
        writing-mode: sideways-lr;
    }
    
    .slider__slide:hover .slider__slide-heading {
        border-top-color: transparent !important;
    }

    .slider__slide-icon {
        margin-top: auto !important;
    }
}

@media  screen and (max-width: 1200px) {
    .slider__slide:hover .slider__slide-heading::after {
        display: none !important;
    }
}

.slider__slide:hover .slider__slide-icon {
    display: block;
}

.slider__slide:hover .slider__slide-heading::after {
    display: block;
}

.slider__slide-heading {
    position: relative;
}

.slider__slide-heading::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var( --e-global-color-accent );
    display: none;
}

.slider__slide-heading-title {
    white-space: nowrap;
    writing-mode: sideways-lr;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 0.6;
}

@media (max-width: 767px) {
    .slider__slide-heading-title {
        white-space: normal;
        writing-mode: horizontal-tb;
        text-align: center;
    }
}

.slider__slide-icon {
    display: none;
}

.slider__slide-count {
    position: absolute !important;
    right: 30px;
    bottom: 3px;
    color: #ffffff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
}

.slider__slide:hover .slider__slide-count {
    opacity: 1;
    visibility: visible;
}

/* HEADER */
.header__title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: var( --e-global-color-2a44a2f );
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: ease 300ms;
    transition-property: width, left, opacity;
}

.header__title > div {
    position: relative;
    z-index: 1;
    transition: ease 300ms !important;
    transition-property: padding !important;
}

.header__title.elementor-sticky--active > div {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
}

.header__title.elementor-sticky--active::after {
    width: 200vw;
    left: -100vw;
    opacity: 1;
}

.header__count {
    color: #fff;
    position: absolute !important;
    right: 0;
    bottom: 0;
    font-weight: 600 !important;
    padding-bottom: 0;
    transition: ease 300ms !important;
    transition-property: padding, color !important;
}

@media (max-width: 767px) {
    .header__count {
        top: -40px;
        bottom: auto;
    }
}

.header__title.elementor-sticky--active .header__count {
    padding-bottom: 30px;
    color: #000;
}

/* LOGO CAROUSEL */
.c-logo-carousel img{
    max-height: 96px;
    max-width: 204px !important;
    object-fit: contain;
}

/* NOTIFICATIONS */
.woocommerce-notices-wrapper:not(:empty) {
    margin-top: 96px;
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    position: relative;
    background-color: var( --e-global-color-secondary );
    border-top: 4px solid var( --e-global-color-accent );
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/12/pattern.png');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
    display: none;
}

.woocommerce-error .woocommerce-Button, 
.woocommerce-info .woocommerce-Button, 
.woocommerce-message .woocommerce-Button,
.woocommerce-error .button, 
.woocommerce-info .button, 
.woocommerce-message .button {
    background-color: var( --e-global-color-accent ) !important;
    color: var( --e-global-color-primary ) !important;
    border-radius: 16px 16px 16px 16px !important;
    padding: 16px 24px 16px 24px !important;
    font-weight: 600 !important;
}

.woocommerce-error .woocommerce-Button:hover, 
.woocommerce-info .woocommerce-Button:hover, 
.woocommerce-message .woocommerce-Button:hover,
.woocommerce-error .button:hover, 
.woocommerce-info .button:hover, 
.woocommerce-message .button:hover {
    font-weight: 600 !important;
    background-color: #000 !important;
}

/* PRODUCT BAR */
.c-product-bar .elementor-widget-heading {
    line-height: 1 !important;
}


.c-product-bar .mejs-container,
.c-product-bar .mejs-controls,
.c-product-bar .mejs-embed,
.c-product-bar .mejs-embed body{
    background: transparent !important;
}

.c-product-bar .mejs-controls {
    display: flex;
    align-items: center;
}

.c-product-bar .mejs-button {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-product-bar .mejs-time-handle-content {
    display: none;
}

.c-product-bar .mejs-time-float {
    background-color: #000 !important;
    color: #fff !important;
}

.c-product-bar .mejs-time-float-corner {
    filter: brightness(0);
}

.c-product-bar .mejs-button button {
    transform: scale(0.8);
	background-color: transparent;
    padding: 0;
    border: none;
}

.c-product-bar .mejs-button button:focus,
.c-product-bar .mejs-button button:hover,
.c-product-bar .mejs-button button:active {
	border: none !important;
}

.c-product-bar .mejs-time {
    padding: 8px 6px 0;
}

.c-product-bar .mejs-button button:hover,
.c-product-bar .mejs-button button:focus {
    background-color: transparent !important;
}

.c-product-bar .mejs-currenttime,
.c-product-bar .mejs-duration {
    color: #000;
}

.c-product-bar .mejs-time-buffering, 
.c-product-bar .mejs-time-current, 
.c-product-bar .mejs-time-hovered, 
.c-product-bar .mejs-time-loaded, 
.c-product-bar .mejs-time-marker, 
.c-product-bar .mejs-time-total {
    height: 4px !important;
}

.c-product-bar .mejs-time-handle {
    margin-top: -2px !important;
    background-color: #000 !important;
    border-radius: 96px !important;
}

.c-product-bar .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: var(--e-global-color-8e53919) !important;
    border-radius: 24px;
}

.c-product-bar .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, 
.c-product-bar .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: #000 !important;
    border-radius: 24px;
}

.c-product-bar .mejs-time-rail {
    padding-top: 14px !important;
    margin: 0;
}

.c-product-bar .mejs-horizontal-volume-slider {
    display: none !important;
}

.c-product-bar .mejs-volume-button {
    background-color: transparent;
    filter: brightness(0);
}

.c-product-bar .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #000 !important;
    border-radius: 24px;
}

.product-bar__price p{
    margin-bottom: 0 !important;
}

.product-bar__price .woocommerce-Price-amount {
    font-family: "ff-dax-compact-pro", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-right: 4px;
    color: var(--e-global-color-text);
}

.product-bar__button {
    height: 100% !important;
    min-width: 204px !important;
}

@media (max-width: 767px) {
    .product-bar__button {
        width: 100% !important;
    }

    .product-bar__button a {
        justify-content: center;
    }
}

.product-bar__button .elementor-add-to-cart {
    display: flex;
    height: 100%;
}

.product-bar__button .elementor-add-to-cart .add_to_cart_button {
    font-weight: 700 !important;
    text-indent: -9999px;
    position: relative;
    color: #000 !important;
}

.product-bar__button .elementor-add-to-cart .add_to_cart_button::after {
    content: 'Downloaden';
    top: 0 !important;
    left: 12px;
    text-indent: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    position: absolute;
    justify-content: center;
    background-image: url('/wp-content/uploads/2025/12/cart.svg');
    background-repeat: no-repeat;
    background-position: center left calc(50% - 68px);
}

.product-bar__button .elementor-add-to-cart .add_to_cart_button.loading::after {
    background-image: unset;
    left: 0 !important;
}

.product-bar__button .elementor-add-to-cart .add_to_cart_button:hover {
    font-weight: 700 !important;
}

@media (max-width: 767px) {
    .product-bar__button .e-loop-add-to-cart-form-container,
    .product-bar__button .e-loop-add-to-cart-form, 
    .product-bar__button .add_to_cart_button {
        width: 100%;
    }
    
    .product-bar__button .add_to_cart_button {
        padding: 32px !important;
    }
}

.product-bar__button .added_to_cart {
    position: absolute;
    top: 0;
    padding: 12px !important;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-text);
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: ease 300ms;
    transition-property: background-color;
}

.product-bar__button .added_to_cart:hover {
    font-weight: 700 !important;
    text-decoration: none !important;
    background-color: var(--e-global-color-accent);
}

.product-bar__button a {
    min-width: 204px;
    display: flex;
    align-items: center;
    height: 100%;
}

.product-bar__example {
    min-width: 340px !important;
}

@media (max-width: 1356px) {
    .product-bar__example {
        min-width: 230px !important;
    }
}

@media (max-width: 767px) {
    .product-bar__example {
        min-width: 200px !important;
    }
}

.c-product-bar .jet-listing-dynamic-terms {
    line-height: 1 !important;
}

@media (min-width: 1356px) {
    .product-overview__filter {
        margin-right: 32px !important;
    }

    .product-overview__items {
        margin-left: 48px !important;
    }
}

/* FILTERS */
.u-filter-search::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/12/magnifying-glass.svg');
    width: 16px;
    height: 100%;
    position: absolute;
    left: 12px;
    top: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.u-filter-categories .jet-checkboxes-list__item {
    padding: 18px 16px;
    border-radius: 4px;
    background-color: var(--e-global-color-2a44a2f);
}

.u-filter-categories .jet-list-tree__children {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-filter-categories .jet-checkboxes-list__decorator {
    border-color: var(--e-global-color-text) !important;
    margin-right: 12px !important;
    margin-top: 0 !important;
    margin-left: -4px;
}

.u-filter-categories .jet-checkboxes-list__label {
    font-weight: 600 !important;
}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button .jet-checkboxes-list__decorator {
    background-color: var(--e-global-color-text) !important;
}

.jet-list-tree__parent {
    position: relative;
}

.jet-list-tree__parent .jet-collapse-icon,
.jet-checkboxes-list__row > .jet-collapse-none{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 10;
    right: -32px;
}

.jet-list-tree__children .jet-checkboxes-list__row > .jet-collapse-none {
    position: relative;
}