<!doctype html>
<html lang="da-DK">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<style>

    /*
    * Custom CSS til plus & minus 
    */
    .aveoNoselect {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
        supported by Chrome, Edge, Opera and Firefox */
    }

    .products .astra-shop-summary-wrap .cart, .uael-woo-products-summary-wrap .cart{
        display: block !important;
    }

    .products .astra-shop-summary-wrap .cart .quantity{
        float: none !important;
        justify-content: center;
    }

    .astra-shop-summary-wrap .quantity, .woocommerce-cart-form__cart-item .product-quantity .quantity, .elementor-add-to-cart .quantity, .uael-woo-products-summary-wrap .quantity, .shop_table .cart_item .product-name .quantity, .elementor-products-grid .products .product .quantity{
        display: inline-flex;
    }

    .astra-shop-summary-wrap .quantity input, .woocommerce-cart-form__cart-item .product-quantity .quantity input, .elementor-add-to-cart .quantity input, .uael-woo-products-summary-wrap .quantity input{
        text-align: center;
        height: auto;
    }

    .add_to_cart_button{
        margin-left: 0 !important;
        float: none !important;
    }

    .aveoAdd, .aveoSubtract{
        margin: 0 -1px 0 -1px;
        border: 1px solid #ececec;
        font-size: 16px;
    }

    .aveoAdd:hover, .aveoSubtract:hover{
        cursor: pointer;
    }

    .aveoNoselect:hover{
        cursor: pointer;
        background: #E5E5E5;
    }

    .woocommerce-cart-form__cart-item .product-quantity input::-webkit-outer-spin-button,
    .woocommerce-cart-form__cart-item .product-quantity input::-webkit-inner-spin-button,
    .cart input::-webkit-outer-spin-button,
    .cart input::-webkit-inner-spin-button, .cart_item .quantity input::-webkit-outer-spin-button,
    .cart_item .quantity input::-webkit-inner-spin-button{
        -webkit-appearance: none;
        margin: 0;
    }

    /* Det nye elementor loop laver 2 quantity, så her skjules nummer 2 */
    .e-loop-add-to-cart-form > .quantity:nth-of-type(2) {
        display: none !important;
    }

    /* Herunder tjekkes css om diverse værdier som den får fra indstillinger siden */
    /* Knappers bredde og højde på product siden */
    </style><style>
ul.flex-direction-nav {
	position: absolute;
	top: 30%;
	z-index: 9;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0px;
	list-style: none;
}

li.flex-nav-prev {
	float: left;
}

li.flex-nav-next {
	float: right;
}

a.flex-next, a.flex-prev {
	visibility:hidden;
}

a.flex-next::after, a.flex-prev::before {
	visibility:visible;
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-weight: bold;
	font-size: 16px;
}
@media (min-width: 1025px) {
	a.flex-next::after, a.flex-prev::before {
		font-size: 20px;
	}
 }

@media (min-width: 768px) and (max-width: 1024px) { 
	a.flex-next::after, a.flex-prev::before {
		font-size: 20px;
	}
}

@media (max-width: 767px) { 
	a.flex-next::after, a.flex-prev::before {
		font-size: 20px;
	}
}

a.flex-next::after{
	content: '\f054';
}

a.flex-prev::before {
	content: '\f053';
}

ul.flex-direction-nav li a {
	color: #3e3737;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

</style>
<style>
	@media (min-width: 1025px) {
		.aveo-widget-content .aveo-widget-cvr-wrapper{
			display: flex;
		}
	}
	.aveo-widget-content button:focus{
		outline: none !important;
	}
	/* Styling til Fragtgrænse*/
	.aveo_shipping_message_wrapper{
		text-align: center;
		background-color: #ffffff;
		padding: 25px;
		padding-top: 25px;
		padding-right: 25px;
		padding-bottom: 25px;
		padding-left: 25px;


	}

	span.aveo_shipping_message_text{
		font-size: 14px;
		color: #333333;
	}

	.aveo_shipping_message_wrapper span.aveo_shipping_message_text::before{
		font-family: 'Font Awesome 5 Free';
		content: '\f0d1';
		font-weight: 900;
		margin-right: 10px;
	}

	/* Styling af progressbar*/ 

	.aveo_shipping_progress_controller {
	display: none;
	}

	.aveo_shipping_progress_wrapper {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	align-items: center;
	background-color: #ffffff;
	}

	#aveo_shipping_progress_bar_container {
	
	
    width: %;
    background-color: #adbc9f; 
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); 
    overflow: hidden; 
     
	}

	#aveo_shipping_progress_bar {
	width: 1%;
    height: 15px; 
    background-color: #12372a; 
    border-radius: 5px;
    transition: width 1.5s ease-in-out;  
	
	}

	/* CVR */
	#vat_number_field_wrapper{
		display: flex;
		border: 1px solid #d3d3d3;
		border-radius: 3px;
		margin-bottom: 10px;
		padding: 15px 25px;
		background-color: #FFFFFF;
	}

	#vat_number_field_wrapper .vat-number-field-class{
		width: 80%;
	}

	#vat_number_field_wrapper .vat-number-field-class{
		padding: 0;
		margin: 0px 20px 0px 0px;
	}

	#vat_number_field_wrapper .vat-number-field-class span, #vat_number_field_wrapper .vat-number-field-class input{
		width: 100%;
		height: 51px;
		color: var(--forms-fields-normal-color,#69727d);
		background-color: #f9fafa;
		border-radius: var(--forms-fields-border-radius,0);
		/*padding: var(--forms-fields-padding,16px);*/
		font-size: 14px;
		border: none;
		font-weight: ;
	}

	#vat_number_field_wrapper button#vat_button, #vat_button{
		height: 51px;
		background-color: #000000;
		color: #ffffff;
		margin: auto 0px 0px 0px;
		border: none;
		font-weight: bold;
	}

	.company-type-wrapper{
		margin-bottom: 10px;
	}
	
	.company-type-wrapper input[type="radio"] {
        display: none;
    }

	#vat_number_field .woocommerce-input-wrapper{
		display: flex;
	}

	#vat_number_field .woocommerce-input-wrapper input{
		margin-right: 10px;
	}

    /* Create a new custom radio button */
    .company-type-wrapper input[type="radio"] + label {
		text-align: center;
		color: #ffffff;
        display: inline-block;
        background-color: #595959;
		width: 120px;
		border-radius: 0px;;
        padding: 10px;
        margin-right: 10px;
        cursor: pointer;
        border: 2px solid transparent;
        font-size: 16px;
        transition: background-color 0.2s;
		text-transform: ;
		font-weight: 400;
    }

    /* Change the color of the custom radio button when it is checked */
    .company-type-wrapper input[type="radio"]:checked + label {
		color: #ffffff;
        background-color: #000000;
        border: 2px solid transparent;
    }

	#vat_number_field_wrapper #get_vat_number{
		background-color: #f9fafa;
		border: 0px solid #d5d8dc;
	}

	#vat_button{
		font-size: 13px;
		text-transform: ;
		font-weight: 13;
	}

	#get_vat_number_field label{
		font-size: 14px;
		text-transform: ;
		font-weight: 400;
	}

	#get_vat_number_field label span{
		display: none;
	}

	@media only screen and (max-width: 700px) {
		#vat_number_field_wrapper{
			display: block;
		}

		.form-row.vat-number-field-class.form-row-wide, .form-row.vat-number-field-class.form-row-wide .woocommerce-input-wrapper, #vat_number{
			width: 100% !important;
		}

		#vat_number_field .woocommerce-input-wrapper {
			display: block;
		}

		#vat_button{
			width: 100%;
			margin: 5px 0px 0px 0px;
		}
	}

</style>

		<style>
		.woocommerce-product-gallery li img{
			opacity: 0.5 !important;
		}

		.woocommerce-product-gallery li img.flex-active{
			opacity: 1 !important;
		}
		</style>
		
<meta name='robots' content='noindex, follow' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
	<!-- This site is optimized with the Yoast SEO plugin v26.5 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Siden blev ikke fundet | KilaVin.dk</title>
	<meta property="og:locale" content="da_DK" />
	<meta property="og:title" content="Siden blev ikke fundet | KilaVin.dk" />
	<meta property="og:site_name" content="KilaVin.dk" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.kilavin.dk/#website","url":"https://www.kilavin.dk/","name":"KilaVin.dk","description":"","publisher":{"@id":"https://www.kilavin.dk/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.kilavin.dk/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"da-DK"},{"@type":"Organization","@id":"https://www.kilavin.dk/#organization","name":"KilaVin.dk","url":"https://www.kilavin.dk/","logo":{"@type":"ImageObject","inLanguage":"da-DK","@id":"https://www.kilavin.dk/#/schema/logo/image/","url":"https://www.kilavin.dk/wp-content/uploads/logo-small-black.svg","contentUrl":"https://www.kilavin.dk/wp-content/uploads/logo-small-black.svg","width":1034,"height":291,"caption":"KilaVin.dk"},"image":{"@id":"https://www.kilavin.dk/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="KilaVin.dk &raquo; Feed" href="https://www.kilavin.dk/feed/" />
<link rel="alternate" type="application/rss+xml" title="KilaVin.dk &raquo;-kommentar-feed" href="https://www.kilavin.dk/comments/feed/" />
<link rel='stylesheet' id='shipmondo-service-point-selector-block-style-css' href='https://www.kilavin.dk/wp-content/plugins/pakkelabels-for-woocommerce/public/build/blocks/service-point-selector/style-view.css?ver=4ffe73d575440c93dfc0' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://www.kilavin.dk/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.4' media='all' />
<link rel='stylesheet' id='jet-menu-hello-css' href='https://www.kilavin.dk/wp-content/plugins/jet-menu/integration/themes/hello-elementor/assets/css/style.css?ver=2.4.15' media='all' />
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://www.kilavin.dk/wp-includes/css/dist/block-library/style.min.css?ver=6.8.2' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='wpa-css-css' href='https://www.kilavin.dk/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.3.04' media='all' />
<link rel='stylesheet' id='geist-sans-100-css' href='https://cdn.jsdelivr.net/npm/@fontsource/geist-sans@5.1.0/100.min.css?ver=6.8.2' media='all' />
<link rel='stylesheet' id='geist-sans-200-css' href='https://cdn.jsdelivr.net/npm/@fontsource/geist-sans@5.1.0/200.min.css?ver=6.8.2' media='all' />
<link rel='stylesheet' id='geist-sans-300-css' href='https://cdn.jsdelivr.net/npm/@fontsource/geist-sans@5.1.0/300.min.css?ver=6.8.2' media='all' />
<link rel='stylesheet' id='geist-sans-400-css' href='https://cdn.jsdelivr.net/npm/@fontsource/geist-sans@5.1.0/400.min.css?ver=6.8.2' media='all' />
<link rel='stylesheet' id='geist-sans-500-css' href='https://cdn.jsdelivr.net/npm/@fontsource/geist-sans@5.1.0/500.min.css?ver=6.8.2' media='all' />
<link rel='stylesheet' id='geist-sans-600-css' href='https://cdn.jsdelivr.net/npm/@fontsource/geist-sans@5.1.0/600.min.css?ver=6.8.2' media='all' />
<link rel='stylesheet' id='geist-sans-700-css' href='https://cdn.jsdelivr.net/npm/@fontsource/geist-sans@5.1.0/700.min.css?ver=6.8.2' media='all' />
<link rel='stylesheet' id='geist-sans-800-css' href='https://cdn.jsdelivr.net/npm/@fontsource/geist-sans@5.1.0/800.min.css?ver=6.8.2' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css' href='https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.2.2' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.2.2' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.2.2' media='all' />
<style id='woocommerce-inline-inline-css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='cmplz-general-css' href='https://www.kilavin.dk/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1754045483' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://www.kilavin.dk/wp-includes/css/dashicons.min.css?ver=6.8.2' media='all' />
<link rel='stylesheet' id='thickbox-css' href='https://www.kilavin.dk/wp-includes/js/thickbox/thickbox.css?ver=6.8.2' media='all' />
<link rel='stylesheet' id='swatchly-frontend-css' href='https://www.kilavin.dk/wp-content/plugins/swatchly/assets/css/frontend.css?ver=1.4.5' media='all' />
<link rel='stylesheet' id='brands-styles-css' href='https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/css/brands.css?ver=10.2.2' media='all' />
<link rel='stylesheet' id='dgwt-wcas-style-css' href='https://www.kilavin.dk/wp-content/plugins/ajax-search-for-woocommerce/assets/css/style.min.css?ver=1.31.0' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://www.kilavin.dk/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.4' media='all' />
<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://www.kilavin.dk/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.4' media='all' />
<link rel='stylesheet' id='jet-menu-public-styles-css' href='https://www.kilavin.dk/wp-content/plugins/jet-menu/assets/public/css/public.css?ver=2.4.15' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://www.kilavin.dk/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://www.kilavin.dk/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://www.kilavin.dk/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://www.kilavin.dk/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='widget-icon-box-css' href='https://www.kilavin.dk/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='e-sticky-css' href='https://www.kilavin.dk/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://www.kilavin.dk/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='widget-divider-css' href='https://www.kilavin.dk/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://www.kilavin.dk/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.44.0' media='all' />
<link rel='stylesheet' id='elementor-post-1951-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/css/post-1951.css?ver=1764732560' media='all' />
<link rel='stylesheet' id='font-awesome-5-all-css' href='https://www.kilavin.dk/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='font-awesome-4-shim-css' href='https://www.kilavin.dk/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='elementor-post-1957-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/css/post-1957.css?ver=1764732560' media='all' />
<link rel='stylesheet' id='scroll-to-top-css' href='https://www.kilavin.dk/wp-content/plugins/aveo-elementor/content/dynamic-tags/scroll-to-top/scroll-to-top.css?ver=1759213467' media='all' />
<link rel='stylesheet' id='elementor-post-1963-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/css/post-1963.css?ver=1764732560' media='all' />
<link rel='stylesheet' id='elementor-post-1955-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/css/post-1955.css?ver=1764732561' media='all' />
<link rel='stylesheet' id='e-woocommerce-notices-css' href='https://www.kilavin.dk/wp-content/plugins/elementor-pro/assets/css/woocommerce-notices.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='hello-elementor-child-style-css' href='https://www.kilavin.dk/wp-content/themes/aveo-child/style.css?ver=1.0' media='all' />
<link rel='stylesheet' id='elementor-gf-local-playfairdisplay-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/google-fonts/css/playfairdisplay.css?ver=1747292977' media='all' />
<link rel='stylesheet' id='elementor-gf-local-montserrat-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/google-fonts/css/montserrat.css?ver=1747292985' media='all' />
<link rel='stylesheet' id='elementor-gf-local-rethinksans-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/google-fonts/css/rethinksans.css?ver=1747292987' media='all' />
<script type="text/template" id="tmpl-variation-template">
	<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
	<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
	<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
	<p role="alert">Beklager, denne vare er ikke tilgængelig. Vælg venligst en anden kombination.</p>
</script>
<script src="https://www.kilavin.dk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://www.kilavin.dk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.2.2" id="jquery-blockui-js" data-wp-strategy="defer"></script>
<script id="wc-add-to-cart-js-extra">
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"Se kurv","cart_url":"https:\/\/www.kilavin.dk\/kurv\/","is_cart":"","cart_redirect_after_add":"no"};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.2.2" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.2.2" id="js-cookie-js" defer data-wp-strategy="defer"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Vis adgangskode","i18n_password_hide":"Skjul adgangskode"};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.2.2" id="woocommerce-js" defer data-wp-strategy="defer"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.32.3" id="font-awesome-4-shim-js"></script>
<link rel="https://api.w.org/" href="https://www.kilavin.dk/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.kilavin.dk/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.8.2" />
<meta name="generator" content="WooCommerce 10.2.2" />
<style type="text/css">.flex-direction-nav { 
            display: none; 
            }</style>			<style>.cmplz-hidden {
					display: none !important;
				}</style>		<style>
			.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler{max-width:20px}		</style>
			<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="generator" content="Elementor 3.32.3; settings: css_print_method-external, google_font-enabled, font_display-swap">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K8H75S8W');</script>
<!-- End Google Tag Manager -->
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<style type="text/css">.swatchly-swatch.swatchly-selected{border-width:1px;border-style:solid;}.swatchly_loop_variation_form .swatchly-swatch{border-width:1px;border-color:#d8d8d8;border-style:solid;}.swatchly_loop_variation_form .swatchly-swatch{padding-top:3px;padding-right:5px;padding-bottom:3px;padding-left:5px;}.swatchly_loop_variation_form .swatchly-swatch:hover,.swatchly_loop_variation_form .swatchly-swatch.swatchly-selected{border-width:1px;border-color:#d8d8d8;border-style:solid;}.swatchly_loop_variation_form .swatchly-swatch.swatchly-selected{border-width:1px;border-color:#d8d8d8;border-style:solid;}</style><link rel="icon" href="https://www.kilavin.dk/wp-content/uploads/favicon-64x64.png" sizes="32x32" />
<link rel="icon" href="https://www.kilavin.dk/wp-content/uploads/favicon.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.kilavin.dk/wp-content/uploads/favicon.png" />
<meta name="msapplication-TileImage" content="https://www.kilavin.dk/wp-content/uploads/favicon.png" />
		<style id="wp-custom-css">
			.quantity.buttons_added { margin: 0px !important; padding: 0px !important; }

.nojq {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
}

.woocommerce-MyAccount-content { padding: 15px; 
}

/* STOPPER IPHONES FRA AT LAVE OM PÅ TEKST FARVEN NÅR DEN FINDER ET TELEFON NR. PÅ HJEMMESIDEN */
a[href^=tel] {
   text-decoration: inherit;
   color: inherit;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #ececec;
}

input[type="radio"]:checked, input[type=reset], input[type="checkbox"]:checked, input[type="checkbox"]:hover:checked, input[type="checkbox"]:focus:checked, input[type=range]::-webkit-slider-thumb {
    border-color: #555555;
    background-color: #ffffff;
    box-shadow: none;
}

body .elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    min-height: auto;
    text-align: center;
    max-height: unset;
}

.woocommerce ul.products li.product .price {
    color: var( --e-global-color-text );
}

.woocommerce span.onsale {
    background-color: #333;
    color: #fff;
    top: 0px;
    left: 0px;
    padding: 5px !important;
		border-radius: 0;
}

body.woocommerce table.shop_attributes tr td, .woocommerce table.shop_attributes tr:nth-child(even) td {
    background-color: #ffffff;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: #efefef;
}

.woocommerce table.shop_attributes td {
    padding: 0px 8px;
}

.woocommerce table.shop_attributes, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border: 0;
}

.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item {
    border-bottom: 1px solid #efefef;
}

.woocommerce table.shop_attributes {
    border: 1px solid #efefef;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #666;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: #666;
}

.e-checkout__order_review-2 {
    background-color: #f6f6f6;
}

.elementor-widget-woocommerce-checkout-page .e-coupon-anchor-description {
    display: none;
}

.woocommerce div.product .stock {
	color: var(--e-global-color-text) !important;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    padding: 0;
	  text-align: left;
	  background-color: transparent;
}

.woocommerce div.product form.cart .variations select {
    margin-bottom: 10px;
}

.shop_table .cart_item .quantity input {
    padding: 2px;
}

.shop_table .cart_item .product-name .quantity {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
.uael-dropdown, .uael-nav-menu__layout-horizontal{
overflow: hidden !important;
}
	.alignwide {
    margin-left: 0px;
    margin-right: 0px !important;
}
}

textarea#order_comments {
		resize: vertical;
}


.cart-subtotal {
    border-bottom: 1px solid #d4d4d4;
    padding: 7px 0px;
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
p#billing_postcode_field {
    width: 49%;
    display: inline-block;
    margin-right: 11px !important;
}

p#billing_city_field {
    width: 49%;
    display: inline-block;
}
	}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--e-global-color-accent );
}

.woocommerce input.button.alt.shipmondo_select_button {
    background-color: var( --e-global-color-accent );
}

button.woocommerce-button.button.e-apply-coupon {
    border-color: var( --e-global-color-accent );
}


@media (min-width: 768px) {

.woocommerce-checkout-review-order tr th:first-child {
    width: 40%;
}
}


/* PRIS FARVE FIX VARIANTER */
.woocommerce-variation-price {
	margin-bottom: 20px;
}

.woocommerce-variation-price .price {
color: var(--e-global-color-secondary) !important;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-style: var(--e-global-typography-secondary-font-style);
}

/* PRODUKT LOOP KURV IKON */

a.added_to_cart.wc-forward {
    padding-left: 10px;
	font-family: var(   --e-global-typography-text-font-family );
}

/* Hide, reset variations */
.reset_variations {
	display: none !important;
}

/*ADGANGSKODE BESKYTTEDE SIDER */
/* Adgangskode side */
.post-password-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	min-height: 400px;
	background-color: #fbfbfb;
	text-align: left;
}

.post-password-form p {
justify-content: center;
}

.jet-checkboxes-list__row {
    display: block;
    margin-right: 0px !important;
    margin-left: 5px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

/* Jet Menu shadow */

.jet-mega-menu-mega-container__inner {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); 
    clip-path: inset(0px -1px -1px -1px); 
}
/* Lagerantal tekst "pladser tilbage" */

.stock {
    font-size: 16px!important;
    line-height: 24px!important;
    font-weight: 400!important;
    font-style: normal;
}



		</style>
		</head>
<body data-cmplz=1 class="error404 wp-custom-logo wp-embed-responsive wp-theme-hello-elementor wp-child-theme-aveo-child theme-hello-elementor woocommerce-no-js hello-elementor-default jet-mega-menu-location e-wc-error-notice e-wc-message-notice e-wc-info-notice elementor-default elementor-kit-1951 elementor-page-1955">

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K8H75S8W"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<a class="skip-link screen-reader-text" href="#content">Videre til indhold</a>

		<header data-elementor-type="header" data-elementor-id="1957" class="elementor elementor-1957 elementor-location-header" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-5baf7cb e-flex e-con-boxed e-con e-parent" data-id="5baf7cb" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2e3d398 elementor-icon-list--layout-inline elementor-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2e3d398" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
										<span class="elementor-icon-list-text">Hvis du køber for mere end 499 kr., får du gratis fragt på dine varer</span>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
										<span class="elementor-icon-list-text">Levering på 1-3 hverdage ved bestilling inden kl. 11:00</span>
									</li>
						</ul>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8fff9e e-flex e-con-boxed e-con e-parent" data-id="b8fff9e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-39d988b e-con-full e-flex e-con e-child" data-id="39d988b" data-element_type="container">
				<div class="elementor-element elementor-element-22ea384 elementor-widget elementor-widget-image" data-id="22ea384" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.kilavin.dk">
							<img fetchpriority="high" width="800" height="225" src="https://www.kilavin.dk/wp-content/uploads/logo-small-black.svg" class="attachment-large size-large wp-image-4121" alt="" />								</a>
															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4a55a59 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child" data-id="4a55a59" data-element_type="container">
				<div class="elementor-element elementor-element-7584e94 elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="7584e94" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
				<ul id="menu-1-7584e94" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5485"><a href="https://www.kilavin.dk/butikker/" class="elementor-item">Butikker</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5486"><a href="https://www.kilavin.dk/erhverv/" class="elementor-item">Erhverv</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4289"><a href="https://www.kilavin.dk/om-os/" class="elementor-item">Om Kila Vin</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4115"><a href="https://www.kilavin.dk/kontakt/" class="elementor-item">Kontakt</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menuskift" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-7584e94" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5485"><a href="https://www.kilavin.dk/butikker/" class="elementor-item" tabindex="-1">Butikker</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5486"><a href="https://www.kilavin.dk/erhverv/" class="elementor-item" tabindex="-1">Erhverv</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4289"><a href="https://www.kilavin.dk/om-os/" class="elementor-item" tabindex="-1">Om Kila Vin</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4115"><a href="https://www.kilavin.dk/kontakt/" class="elementor-item" tabindex="-1">Kontakt</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-dcd3b30 elementor-view-stacked elementor-position-left elementor-shape-circle elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="dcd3b30" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<a href="https://www.kilavin.dk/butikker/" class="elementor-icon" tabindex="-1" aria-label="Butikker">
				<i aria-hidden="true" class="fal fa-house"></i>				</a>
			</div>
			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<a href="https://www.kilavin.dk/butikker/" >
							Butikker						</a>
					</h5>
				
									<p class="elementor-icon-box-description">
						Besøg os					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-8fcf1fc elementor-view-stacked elementor-position-left elementor-shape-circle elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="8fcf1fc" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<a href="https://www.kilavin.dk/vinsmagninger/" class="elementor-icon" tabindex="-1" aria-label="Vinsmagning">
				<i aria-hidden="true" class="fal fa-wine-glass"></i>				</a>
			</div>
			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<a href="https://www.kilavin.dk/vinsmagninger/" >
							Vinsmagning						</a>
					</h5>
				
									<p class="elementor-icon-box-description">
						Skal du med?					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-a7da39d elementor-view-stacked elementor-position-left elementor-shape-circle elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="a7da39d" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<a href="https://www.kilavin.dk/kontakt/" class="elementor-icon" tabindex="-1" aria-label="Kontakt os">
				<i aria-hidden="true" class="fal fa-headset"></i>				</a>
			</div>
			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<a href="https://www.kilavin.dk/kontakt/" >
							Kontakt os						</a>
					</h5>
				
									<p class="elementor-icon-box-description">
						Vi hjælper					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6129809 e-con-full elementor-hidden-desktop e-flex e-con e-child" data-id="6129809" data-element_type="container">
				<div class="elementor-element elementor-element-40cad9a elementor-hidden-desktop elementor-widget elementor-widget-aveo_cart-popup-widget" data-id="40cad9a" data-element_type="widget" data-widget_type="aveo_cart-popup-widget.default">
				<div class="elementor-widget-container">
					
            <div class="aveo-cart-popup-widget ">
                <button class="aveo-cart-popup-widget-btn">
                    <i class="fal fa-shopping-bag" style=""></i><div class="aveo-cart-popup-widget-btn-items-count"><span>0</span></div>
                </button>
                <div data-close-btn="yes" class="aveo-cart-popup-widget-content" style="display: none;">
                    <div class="aveo-cart-popup-widget-content-inner">
                        <div class="aveo-cart-popup-widget-content-inner-close">
            
                <i class="fa-light fa-times"></i>
            
            </div>
                        <div class="aveo-cart-popup-widget-content-inner-template">		<div data-elementor-type="container" data-elementor-id="4337" class="elementor elementor-4337" data-elementor-post-type="elementor_library">
				<div class="elementor-element elementor-element-330109bd e-con-full e-flex e-con e-parent" data-id="330109bd" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-432a747d e-flex e-con-boxed e-con e-child" data-id="432a747d" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-50f1978c elementor-widget elementor-widget-heading" data-id="50f1978c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Indkøbskurv</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-7b93db46 elementor-tablet-align-center elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="7b93db46" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Levering på 1-3 hverdage ved bestilling inden kl. 11:00</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-da1eeb0 elementor-widget elementor-widget-aveo_free_shipping_widget" data-id="da1eeb0" data-element_type="widget" data-widget_type="aveo_free_shipping_widget.default">
				<div class="elementor-widget-container">
					<div class="aveo-free-shipping-widget progress_bar_text_wrapper_right under" data-price_without_tax="No" data-shipping_threshold="499">
                    
            <div class="aveo-free-shipping-widget-content-wrapper">
                
                <div class="widget_content">
                    <span class="available_text">Du har opnået gratis fragt</span>
                    <div class="not_available_text">
                        <span class="before_text">Køb for </span> 
                        <span class="price"> <span class="woocommerce-Price-amount amount"><bdi>499,00&nbsp;<span class="woocommerce-Price-currencySymbol">kr.</span></bdi></span> </span>
                        <span class="after_text"> mere for gratis fragt </span>
                    </div>
                </div>
            </div>
        
                    
            <div class="aveo-progress_bar" data-text-select="" >
                <div class="aveo-progress_bar_inner " style="width:0%;">
                </div>
                <div class="progress_bar_text_wrapper outside" style="width: 100% "><span class="progress_bar_text"></span></div>
            </div>
                </div>				</div>
				</div>
				<div class="elementor-element elementor-element-65b15799 elementor-widget elementor-widget-aveo_display_Cart_Widget" data-id="65b15799" data-element_type="widget" data-widget_type="aveo_display_Cart_Widget.default">
				<div class="elementor-widget-container">
					        <div class="aveo-display-cart-widget"
            data-with-tax="true"
            data-with-quantity-buttons="false"
            data-with-variable-product-attributes="false"
            data-with-variable-product-attributes-label="false"
            data-remove-icon="far fa-trash"
            data-image="true"
            data-divider="false"
            data-empty-text="Din kurv er tom."
            data-display-prices="true"
            data-display-extra-product-addons="false"
            data-show-loading-spinner="false"
            data-use-link-in-product-images="false">
            <div class="empty-cart">Din kurv er tom.</div>        </div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-177ae6c3 e-flex e-con-boxed e-con e-child" data-id="177ae6c3" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-77d51666 elementor-widget elementor-widget-cart-subtotal" data-id="77d51666" data-element_type="widget" data-widget_type="cart-subtotal.default">
				<div class="elementor-widget-container">
					
            <div class='aveo-cart-subtotal-widget-wrapper' data-with-tax='true'>	
                <div class='aveo-cart-subtotal-widget'>
                    <span class='aveo-cart-subtotal-widget-text-before'>I alt</span>
                    <span class='aveo-cart-subtotal-widget-price'><span class="woocommerce-Price-amount amount"><bdi>0,00&nbsp;<span class="woocommerce-Price-currencySymbol">kr.</span></bdi></span></span>
                    <span class='aveo-cart-subtotal-widget-text-after'></span>
                </div>
            </div>
        				</div>
				</div>
		<div class="elementor-element elementor-element-13a518ea e-flex e-con-boxed e-con e-child" data-id="13a518ea" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-51dac835 elementor-align-justify elementor-widget elementor-widget-button" data-id="51dac835" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.kilavin.dk/kurv/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Vis kurv</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-64c4fecb elementor-align-justify elementor-widget elementor-widget-button" data-id="64c4fecb" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.kilavin.dk/kasse/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Gå til kasse</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-78ba07a8 e-flex e-con-boxed e-con e-child" data-id="78ba07a8" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7152d025 elementor-widget elementor-widget-image" data-id="7152d025" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/mastercard-2023.svg" class="attachment-large size-large wp-image-4128" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-5bf04b5b elementor-widget elementor-widget-image" data-id="5bf04b5b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/visa-2023.svg" class="attachment-large size-large wp-image-4131" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-6c923a27 elementor-widget elementor-widget-image" data-id="6c923a27" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/mobilepay-2023.svg" class="attachment-large size-large wp-image-4129" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-2f8c0592 elementor-widget elementor-widget-image" data-id="2f8c0592" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/applepay.svg" class="attachment-large size-large wp-image-4125" alt="" />															</div>
				</div>
					</div>
				</div>
					</div>
				</div>
				</div>
				</div>
		</div>
                    </div>
                </div>
            </div>				</div>
				</div>
				<div class="elementor-element elementor-element-947f69c elementor-hidden-desktop elementor-view-default elementor-widget elementor-widget-icon" data-id="947f69c" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQ0MjciLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
			<i aria-hidden="true" class="fas fa-bars"></i>			</a>
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-252be73 elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent" data-id="252be73" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f80bffb elementor-widget elementor-widget-jet-mega-menu" data-id="f80bffb" data-element_type="widget" data-widget_type="jet-mega-menu.default">
				<div class="elementor-widget-container">
					<div class="jet-mega-menu jet-mega-menu--layout-horizontal jet-mega-menu--sub-position-right jet-mega-menu--dropdown-layout-default jet-mega-menu--dropdown-position-right jet-mega-menu--animation-none jet-mega-menu--location-elementor    jet-mega-menu--fill-svg-icons" data-settings='{"menuId":"91","menuUniqId":"692fb0d426e4e","rollUp":false,"megaAjaxLoad":false,"layout":"horizontal","subEvent":"hover","subCloseBehavior":"mouseleave","mouseLeaveDelay":500,"subTrigger":"item","subPosition":"right","megaWidthType":"container","megaWidthSelector":"","breakpoint":768,"signatures":{"template_5388":{"id":5388,"signature":"503fcb0b2d4887a4b3f7a25801ce4d1c"},"template_5415":{"id":5415,"signature":"64b16a11eeecb15bb71b41ffebfe3ed7"}}}'><div class="jet-mega-menu-toggle" role="button" tabindex="0" aria-label="Open/Close Menu"><div class="jet-mega-menu-toggle-icon jet-mega-menu-toggle-icon--default-state"><i class="fas fa-bars"></i></div><div class="jet-mega-menu-toggle-icon jet-mega-menu-toggle-icon--opened-state"><i class="fas fa-times"></i></div></div><nav class="jet-mega-menu-container" aria-label="Main nav"><ul class="jet-mega-menu-list"><li id="jet-mega-menu-item-4107" class="jet-mega-menu-item jet-mega-menu-item-type-taxonomy jet-mega-menu-item-object-product_cat jet-mega-menu-item--mega jet-mega-menu-item-has-children jet-mega-menu-item--top-level jet-mega-menu-item-4107"><div class="jet-mega-menu-item__inner" role="button" tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="Hvidvin"><a href="https://www.kilavin.dk/kategori/hvidvin/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Hvidvin</div></div></a><div class="jet-mega-menu-item__dropdown"><i class="fas fa-angle-down"></i></div></div><div class="jet-mega-menu-mega-container" data-template-id="5388" data-template-content="elementor" data-position="default"><div class="jet-mega-menu-mega-container__inner"><style>.elementor-5388 .elementor-element.elementor-element-8d9428e{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-5388 .elementor-element.elementor-element-0d55f57{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );color:var( --e-global-color-primary );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );text-decoration:var( --e-global-typography-accent-text-decoration );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-5388 .elementor-element.elementor-element-2916a23 .elementor-menu-toggle{margin:0 auto;}.elementor-5388 .elementor-element.elementor-element-2916a23 .elementor-nav-menu--main .elementor-item{padding-top:7px;padding-bottom:7px;}.elementor-5388 .elementor-element.elementor-element-e5c162a{--display:flex;}.elementor-5388 .elementor-element.elementor-element-ed2185d .elementor-menu-toggle{margin:0 auto;}.elementor-5388 .elementor-element.elementor-element-ed2185d .elementor-nav-menu--main .elementor-item{padding-top:7px;padding-bottom:7px;}.elementor-5388 .elementor-element.elementor-element-67927c8{--display:flex;--min-height:400px;}.elementor-5388 .elementor-element.elementor-element-67927c8:not(.elementor-motion-effects-element-type-background), .elementor-5388 .elementor-element.elementor-element-67927c8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--wpr-bg-fe726dcc-ecae-44e4-981d-e62286b48409);background-position:center center;background-repeat:no-repeat;background-size:cover;}@media(max-width:1024px){.elementor-5388 .elementor-element.elementor-element-8d9428e{--grid-auto-flow:row;}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}@media(max-width:767px){.elementor-5388 .elementor-element.elementor-element-8d9428e{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}</style>		<div data-elementor-type="wp-post" data-elementor-id="5388" class="elementor elementor-5388" data-elementor-post-type="jet-menu">
				<div class="elementor-element elementor-element-8d9428e e-grid e-con-boxed e-con e-parent" data-id="8d9428e" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-0d55f57 e-con-full e-flex e-con e-child" data-id="0d55f57" data-element_type="container">
				<div class="elementor-element elementor-element-0bf47d6 elementor-widget elementor-widget-heading" data-id="0bf47d6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/">Frankrig</a></h3>				</div>
				</div>
				<div class="elementor-element elementor-element-2916a23 elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="2916a23" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade">
				<ul id="menu-1-2916a23" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5520"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/" class="elementor-item">Se alle Hvidvine Frankrig</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5364"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/alsace/" class="elementor-item">Alsace</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5365"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/bordeaux/" class="elementor-item">Bordeaux</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5366"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/bourgogne/" class="elementor-item">Bourgogne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5367"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/champagne/" class="elementor-item">Champagne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5499"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/cotes-du-gascogne-frankrig-hvidvin/" class="elementor-item">Côtes du Gascogne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5368"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/cotes-du-rhone/" class="elementor-item">Côtes du Rhône</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5369"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/gaillac/" class="elementor-item">Gaillac</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5370"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/jura/" class="elementor-item">Jura</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5371"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/korsika/" class="elementor-item">Korsika</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5372"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/languedoc/" class="elementor-item">Languedoc</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5373"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/loire/" class="elementor-item">Loire</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5374"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/provence/" class="elementor-item">Provence</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5375"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/roussillon/" class="elementor-item">Roussillon</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5376"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/sud-ouest/" class="elementor-item">Sud-Ouest</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menuskift" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-2916a23" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5520"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/" class="elementor-item" tabindex="-1">Se alle Hvidvine Frankrig</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5364"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/alsace/" class="elementor-item" tabindex="-1">Alsace</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5365"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/bordeaux/" class="elementor-item" tabindex="-1">Bordeaux</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5366"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/bourgogne/" class="elementor-item" tabindex="-1">Bourgogne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5367"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/champagne/" class="elementor-item" tabindex="-1">Champagne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5499"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/cotes-du-gascogne-frankrig-hvidvin/" class="elementor-item" tabindex="-1">Côtes du Gascogne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5368"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/cotes-du-rhone/" class="elementor-item" tabindex="-1">Côtes du Rhône</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5369"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/gaillac/" class="elementor-item" tabindex="-1">Gaillac</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5370"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/jura/" class="elementor-item" tabindex="-1">Jura</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5371"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/korsika/" class="elementor-item" tabindex="-1">Korsika</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5372"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/languedoc/" class="elementor-item" tabindex="-1">Languedoc</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5373"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/loire/" class="elementor-item" tabindex="-1">Loire</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5374"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/provence/" class="elementor-item" tabindex="-1">Provence</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5375"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/roussillon/" class="elementor-item" tabindex="-1">Roussillon</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5376"><a href="https://www.kilavin.dk/kategori/hvidvin/frankrig-hvidvin/sud-ouest/" class="elementor-item" tabindex="-1">Sud-Ouest</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-e5c162a e-con-full e-flex e-con e-child" data-id="e5c162a" data-element_type="container">
				<div class="elementor-element elementor-element-96d5862 elementor-widget elementor-widget-heading" data-id="96d5862" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/">Italien</a></h3>				</div>
				</div>
				<div class="elementor-element elementor-element-ed2185d elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="ed2185d" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade">
				<ul id="menu-1-ed2185d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5521"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/" class="elementor-item">Se alle Hvidvine Italien</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5377"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/abruzzo/" class="elementor-item">Abruzzo</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5378"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/sardinien/" class="elementor-item">Sardinien</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5379"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/sicilia/" class="elementor-item">Sicilia</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5380"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/toscana/" class="elementor-item">Toscana</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5381"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/valpolicella-verona-veneto/" class="elementor-item">Valpolicella, Verona, Veneto</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menuskift" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-ed2185d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5521"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/" class="elementor-item" tabindex="-1">Se alle Hvidvine Italien</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5377"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/abruzzo/" class="elementor-item" tabindex="-1">Abruzzo</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5378"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/sardinien/" class="elementor-item" tabindex="-1">Sardinien</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5379"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/sicilia/" class="elementor-item" tabindex="-1">Sicilia</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5380"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/toscana/" class="elementor-item" tabindex="-1">Toscana</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5381"><a href="https://www.kilavin.dk/kategori/hvidvin/italien/valpolicella-verona-veneto/" class="elementor-item" tabindex="-1">Valpolicella, Verona, Veneto</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-67927c8 e-con-full e-flex e-con e-child" data-id="67927c8" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
					</div>
				</div>
				</div>
		</div></div></li>
<li id="jet-mega-menu-item-4109" class="jet-mega-menu-item jet-mega-menu-item-type-taxonomy jet-mega-menu-item-object-product_cat jet-mega-menu-item--mega jet-mega-menu-item-has-children jet-mega-menu-item--top-level jet-mega-menu-item-4109"><div class="jet-mega-menu-item__inner" role="button" tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="Rødvin"><a href="https://www.kilavin.dk/kategori/roedvin/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Rødvin</div></div></a><div class="jet-mega-menu-item__dropdown"><i class="fas fa-angle-down"></i></div></div><div class="jet-mega-menu-mega-container" data-template-id="5415" data-template-content="elementor" data-position="default"><div class="jet-mega-menu-mega-container__inner"><style>.elementor-5415 .elementor-element.elementor-element-9719ba9{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-5415 .elementor-element.elementor-element-443265b{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );color:var( --e-global-color-primary );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );text-decoration:var( --e-global-typography-accent-text-decoration );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-5415 .elementor-element.elementor-element-41e2036 .elementor-menu-toggle{margin:0 auto;}.elementor-5415 .elementor-element.elementor-element-41e2036 .elementor-nav-menu--main .elementor-item{padding-top:7px;padding-bottom:7px;}.elementor-5415 .elementor-element.elementor-element-c26b926{--display:flex;}.elementor-5415 .elementor-element.elementor-element-f70bd2e .elementor-menu-toggle{margin:0 auto;}.elementor-5415 .elementor-element.elementor-element-f70bd2e .elementor-nav-menu--main .elementor-item{padding-top:7px;padding-bottom:7px;}.elementor-5415 .elementor-element.elementor-element-d854b6d{--display:flex;--min-height:400px;}.elementor-5415 .elementor-element.elementor-element-d854b6d:not(.elementor-motion-effects-element-type-background), .elementor-5415 .elementor-element.elementor-element-d854b6d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--wpr-bg-ce731b62-c577-49c8-8c26-7b2d2421051e);background-position:center center;background-repeat:no-repeat;background-size:cover;}@media(max-width:1024px){.elementor-5415 .elementor-element.elementor-element-9719ba9{--grid-auto-flow:row;}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}@media(max-width:767px){.elementor-5415 .elementor-element.elementor-element-9719ba9{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}</style>		<div data-elementor-type="wp-post" data-elementor-id="5415" class="elementor elementor-5415" data-elementor-post-type="jet-menu">
				<div class="elementor-element elementor-element-9719ba9 e-grid e-con-boxed e-con e-parent" data-id="9719ba9" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-443265b e-con-full e-flex e-con e-child" data-id="443265b" data-element_type="container">
				<div class="elementor-element elementor-element-b7617cc elementor-widget elementor-widget-heading" data-id="b7617cc" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/">Frankrig</a></h3>				</div>
				</div>
				<div class="elementor-element elementor-element-41e2036 elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="41e2036" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade">
				<ul id="menu-1-41e2036" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5522"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/" class="elementor-item">Se alle Rødvine Frankrig</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5393"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/alsace-frankrig-roedvin/" class="elementor-item">Alsace</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5394"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/bordeaux-frankrig-roedvin/" class="elementor-item">Bordeaux</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5395"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/bourgogne-frankrig-roedvin/" class="elementor-item">Bourgogne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5396"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/champagne-frankrig-roedvin/" class="elementor-item">Champagne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5498"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/cotes-du-gascogne/" class="elementor-item">Côtes du Gascogne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5397"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/cotes-du-rhone-frankrig-roedvin/" class="elementor-item">Côtes du Rhône</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5398"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/gaillac-frankrig-roedvin/" class="elementor-item">Gaillac</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5399"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/jura-frankrig-roedvin/" class="elementor-item">Jura</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5400"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/korsika-frankrig-roedvin/" class="elementor-item">Korsika</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5401"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/languedoc-frankrig-roedvin/" class="elementor-item">Languedoc</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5402"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/loire-frankrig-roedvin/" class="elementor-item">Loire</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5403"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/provence-frankrig-roedvin/" class="elementor-item">Provence</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5404"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/roussillon-frankrig-roedvin/" class="elementor-item">Roussillon</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5405"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/sud-ouest-frankrig-roedvin/" class="elementor-item">Sud-Ouest</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menuskift" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-41e2036" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5522"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/" class="elementor-item" tabindex="-1">Se alle Rødvine Frankrig</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5393"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/alsace-frankrig-roedvin/" class="elementor-item" tabindex="-1">Alsace</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5394"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/bordeaux-frankrig-roedvin/" class="elementor-item" tabindex="-1">Bordeaux</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5395"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/bourgogne-frankrig-roedvin/" class="elementor-item" tabindex="-1">Bourgogne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5396"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/champagne-frankrig-roedvin/" class="elementor-item" tabindex="-1">Champagne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5498"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/cotes-du-gascogne/" class="elementor-item" tabindex="-1">Côtes du Gascogne</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5397"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/cotes-du-rhone-frankrig-roedvin/" class="elementor-item" tabindex="-1">Côtes du Rhône</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5398"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/gaillac-frankrig-roedvin/" class="elementor-item" tabindex="-1">Gaillac</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5399"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/jura-frankrig-roedvin/" class="elementor-item" tabindex="-1">Jura</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5400"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/korsika-frankrig-roedvin/" class="elementor-item" tabindex="-1">Korsika</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5401"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/languedoc-frankrig-roedvin/" class="elementor-item" tabindex="-1">Languedoc</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5402"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/loire-frankrig-roedvin/" class="elementor-item" tabindex="-1">Loire</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5403"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/provence-frankrig-roedvin/" class="elementor-item" tabindex="-1">Provence</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5404"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/roussillon-frankrig-roedvin/" class="elementor-item" tabindex="-1">Roussillon</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5405"><a href="https://www.kilavin.dk/kategori/roedvin/frankrig-roedvin/sud-ouest-frankrig-roedvin/" class="elementor-item" tabindex="-1">Sud-Ouest</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-c26b926 e-con-full e-flex e-con e-child" data-id="c26b926" data-element_type="container">
				<div class="elementor-element elementor-element-4443e98 elementor-widget elementor-widget-heading" data-id="4443e98" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/">Italien</a></h3>				</div>
				</div>
				<div class="elementor-element elementor-element-f70bd2e elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="f70bd2e" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade">
				<ul id="menu-1-f70bd2e" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5523"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/" class="elementor-item">Se alle Rødvine Italien</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5406"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/abruzzo-italien-roedvin/" class="elementor-item">Abruzzo</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5407"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/sardinien-italien-roedvin/" class="elementor-item">Sardinien</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5408"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/sicilia-italien-roedvin/" class="elementor-item">Sicilia</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5409"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/toscana-italien-roedvin/" class="elementor-item">Toscana</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5410"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/valpolicella-verona-veneto-italien-roedvin/" class="elementor-item">Valpolicella, Verona, Veneto</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menuskift" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-f70bd2e" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5523"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/" class="elementor-item" tabindex="-1">Se alle Rødvine Italien</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5406"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/abruzzo-italien-roedvin/" class="elementor-item" tabindex="-1">Abruzzo</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5407"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/sardinien-italien-roedvin/" class="elementor-item" tabindex="-1">Sardinien</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5408"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/sicilia-italien-roedvin/" class="elementor-item" tabindex="-1">Sicilia</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5409"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/toscana-italien-roedvin/" class="elementor-item" tabindex="-1">Toscana</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-5410"><a href="https://www.kilavin.dk/kategori/roedvin/italien-roedvin/valpolicella-verona-veneto-italien-roedvin/" class="elementor-item" tabindex="-1">Valpolicella, Verona, Veneto</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d854b6d e-con-full e-flex e-con e-child" data-id="d854b6d" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
					</div>
				</div>
				</div>
		</div></div></li>
<li id="jet-mega-menu-item-4110" class="jet-mega-menu-item jet-mega-menu-item-type-taxonomy jet-mega-menu-item-object-product_cat jet-mega-menu-item--default jet-mega-menu-item--top-level jet-mega-menu-item-4110"><div class="jet-mega-menu-item__inner"><a href="https://www.kilavin.dk/kategori/rosevin/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Rosévin</div></div></a></div></li>
<li id="jet-mega-menu-item-4106" class="jet-mega-menu-item jet-mega-menu-item-type-taxonomy jet-mega-menu-item-object-product_cat jet-mega-menu-item--default jet-mega-menu-item--top-level jet-mega-menu-item-4106"><div class="jet-mega-menu-item__inner"><a href="https://www.kilavin.dk/kategori/dessertvin/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Dessertvin</div></div></a></div></li>
<li id="jet-mega-menu-item-6202" class="jet-mega-menu-item jet-mega-menu-item-type-taxonomy jet-mega-menu-item-object-product_cat jet-mega-menu-item--default jet-mega-menu-item--top-level jet-mega-menu-item-6202"><div class="jet-mega-menu-item__inner"><a href="https://www.kilavin.dk/kategori/julevin/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Julevin</div></div></a></div></li>
<li id="jet-mega-menu-item-4108" class="jet-mega-menu-item jet-mega-menu-item-type-taxonomy jet-mega-menu-item-object-product_cat jet-mega-menu-item--default jet-mega-menu-item--top-level jet-mega-menu-item-4108"><div class="jet-mega-menu-item__inner"><a href="https://www.kilavin.dk/kategori/mousserende/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Mousserende</div></div></a></div></li>
<li id="jet-mega-menu-item-4112" class="jet-mega-menu-item jet-mega-menu-item-type-taxonomy jet-mega-menu-item-object-product_cat jet-mega-menu-item--default jet-mega-menu-item--top-level jet-mega-menu-item-4112"><div class="jet-mega-menu-item__inner"><a href="https://www.kilavin.dk/kategori/spiritus/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Spiritus</div></div></a></div></li>
<li id="jet-mega-menu-item-4111" class="jet-mega-menu-item jet-mega-menu-item-type-taxonomy jet-mega-menu-item-object-product_cat jet-mega-menu-item--default jet-mega-menu-item--top-level jet-mega-menu-item-4111"><div class="jet-mega-menu-item__inner"><a href="https://www.kilavin.dk/kategori/smagskasser/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Smagskasser</div></div></a></div></li>
<li id="jet-mega-menu-item-4944" class="jet-mega-menu-item jet-mega-menu-item-type-post_type jet-mega-menu-item-object-page jet-mega-menu-item--default jet-mega-menu-item--top-level jet-mega-menu-item-4944"><div class="jet-mega-menu-item__inner"><a href="https://www.kilavin.dk/tilbud/" class="jet-mega-menu-item__link jet-mega-menu-item__link--top-level"><div class="jet-mega-menu-item__title"><div class="jet-mega-menu-item__label">Tilbud</div></div></a></div></li>
</ul></nav></div>				</div>
				</div>
				<div class="elementor-element elementor-element-e5deed7 elementor-widget elementor-widget-aveo_cart-popup-widget" data-id="e5deed7" data-element_type="widget" data-widget_type="aveo_cart-popup-widget.default">
				<div class="elementor-widget-container">
					
            <div class="aveo-cart-popup-widget ">
                <button class="aveo-cart-popup-widget-btn">
                    <i class="fal fa-shopping-bag" style=""></i><div class="aveo-cart-popup-widget-btn-items-count"><span>0</span></div>
                </button>
                <div data-close-btn="yes" class="aveo-cart-popup-widget-content" style="display: none;">
                    <div class="aveo-cart-popup-widget-content-inner">
                        <div class="aveo-cart-popup-widget-content-inner-close">
            
                <i class="fa-light fa-times"></i>
            
            </div>
                        <div class="aveo-cart-popup-widget-content-inner-template">		<div data-elementor-type="container" data-elementor-id="4337" class="elementor elementor-4337" data-elementor-post-type="elementor_library">
				<div class="elementor-element elementor-element-330109bd e-con-full e-flex e-con e-parent" data-id="330109bd" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-432a747d e-flex e-con-boxed e-con e-child" data-id="432a747d" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-50f1978c elementor-widget elementor-widget-heading" data-id="50f1978c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Indkøbskurv</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-7b93db46 elementor-tablet-align-center elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="7b93db46" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Levering på 1-3 hverdage ved bestilling inden kl. 11:00</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-da1eeb0 elementor-widget elementor-widget-aveo_free_shipping_widget" data-id="da1eeb0" data-element_type="widget" data-widget_type="aveo_free_shipping_widget.default">
				<div class="elementor-widget-container">
					<div class="aveo-free-shipping-widget progress_bar_text_wrapper_right under" data-price_without_tax="No" data-shipping_threshold="499">
                    
            <div class="aveo-free-shipping-widget-content-wrapper">
                
                <div class="widget_content">
                    <span class="available_text">Du har opnået gratis fragt</span>
                    <div class="not_available_text">
                        <span class="before_text">Køb for </span> 
                        <span class="price"> <span class="woocommerce-Price-amount amount"><bdi>499,00&nbsp;<span class="woocommerce-Price-currencySymbol">kr.</span></bdi></span> </span>
                        <span class="after_text"> mere for gratis fragt </span>
                    </div>
                </div>
            </div>
        
                    
            <div class="aveo-progress_bar" data-text-select="" >
                <div class="aveo-progress_bar_inner " style="width:0%;">
                </div>
                <div class="progress_bar_text_wrapper outside" style="width: 100% "><span class="progress_bar_text"></span></div>
            </div>
                </div>				</div>
				</div>
				<div class="elementor-element elementor-element-65b15799 elementor-widget elementor-widget-aveo_display_Cart_Widget" data-id="65b15799" data-element_type="widget" data-widget_type="aveo_display_Cart_Widget.default">
				<div class="elementor-widget-container">
					        <div class="aveo-display-cart-widget"
            data-with-tax="true"
            data-with-quantity-buttons="false"
            data-with-variable-product-attributes="false"
            data-with-variable-product-attributes-label="false"
            data-remove-icon="far fa-trash"
            data-image="true"
            data-divider="false"
            data-empty-text="Din kurv er tom."
            data-display-prices="true"
            data-display-extra-product-addons="false"
            data-show-loading-spinner="false"
            data-use-link-in-product-images="false">
            <div class="empty-cart">Din kurv er tom.</div>        </div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-177ae6c3 e-flex e-con-boxed e-con e-child" data-id="177ae6c3" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-77d51666 elementor-widget elementor-widget-cart-subtotal" data-id="77d51666" data-element_type="widget" data-widget_type="cart-subtotal.default">
				<div class="elementor-widget-container">
					
            <div class='aveo-cart-subtotal-widget-wrapper' data-with-tax='true'>	
                <div class='aveo-cart-subtotal-widget'>
                    <span class='aveo-cart-subtotal-widget-text-before'>I alt</span>
                    <span class='aveo-cart-subtotal-widget-price'><span class="woocommerce-Price-amount amount"><bdi>0,00&nbsp;<span class="woocommerce-Price-currencySymbol">kr.</span></bdi></span></span>
                    <span class='aveo-cart-subtotal-widget-text-after'></span>
                </div>
            </div>
        				</div>
				</div>
		<div class="elementor-element elementor-element-13a518ea e-flex e-con-boxed e-con e-child" data-id="13a518ea" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-51dac835 elementor-align-justify elementor-widget elementor-widget-button" data-id="51dac835" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.kilavin.dk/kurv/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Vis kurv</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-64c4fecb elementor-align-justify elementor-widget elementor-widget-button" data-id="64c4fecb" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.kilavin.dk/kasse/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Gå til kasse</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-78ba07a8 e-flex e-con-boxed e-con e-child" data-id="78ba07a8" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7152d025 elementor-widget elementor-widget-image" data-id="7152d025" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/mastercard-2023.svg" class="attachment-large size-large wp-image-4128" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-5bf04b5b elementor-widget elementor-widget-image" data-id="5bf04b5b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/visa-2023.svg" class="attachment-large size-large wp-image-4131" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-6c923a27 elementor-widget elementor-widget-image" data-id="6c923a27" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/mobilepay-2023.svg" class="attachment-large size-large wp-image-4129" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-2f8c0592 elementor-widget elementor-widget-image" data-id="2f8c0592" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/applepay.svg" class="attachment-large size-large wp-image-4125" alt="" />															</div>
				</div>
					</div>
				</div>
					</div>
				</div>
				</div>
				</div>
		</div>
                    </div>
                </div>
            </div>				</div>
				</div>
					</div>
				</div>
				</header>
				<div data-elementor-type="single" data-elementor-id="1955" class="elementor elementor-1955 elementor-location-single" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-49fef69 e-flex e-con-boxed e-con e-parent" data-id="49fef69" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5cedb8d elementor-widget elementor-widget-heading" data-id="5cedb8d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Der skete en fejl</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-a69cae7 elementor-widget elementor-widget-text-editor" data-id="a69cae7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Siden du leder efter findes ikke.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-39f79b2 elementor-mobile-align-justify elementor-widget elementor-widget-button" data-id="39f79b2" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="http://aveo_elementor_go_back()">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fal fa-long-arrow-right"></i>			</span>
									<span class="elementor-button-text">Gå tilbage</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
				<footer data-elementor-type="footer" data-elementor-id="1963" class="elementor elementor-1963 elementor-location-footer" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-8e09724 e-flex e-con-boxed e-con e-parent" data-id="8e09724" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-fbc560a e-con-full e-flex e-con e-child" data-id="fbc560a" data-element_type="container">
				<div class="elementor-element elementor-element-509eda7 elementor-widget elementor-widget-image" data-id="509eda7" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.kilavin.dk">
							<img loading="lazy" width="800" height="225" src="https://www.kilavin.dk/wp-content/uploads/logo-small-white.svg" class="attachment-large size-large wp-image-4123" alt="" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-6f0ef9e elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6f0ef9e" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.facebook.com/kokmedvin" target="_blank">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fab fa-facebook-square"></i>						</span>
										<span class="elementor-icon-list-text">Følg med på facebook</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.instagram.com/kila_vin/" target="_blank">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fab fa-instagram"></i>						</span>
										<span class="elementor-icon-list-text">Følg med på instagram</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a9098c0 e-con-full e-grid e-con e-child" data-id="a9098c0" data-element_type="container">
		<div class="elementor-element elementor-element-88ba778 e-con-full e-flex e-con e-child" data-id="88ba778" data-element_type="container">
				<div class="elementor-element elementor-element-f2382f2 elementor-widget elementor-widget-heading" data-id="f2382f2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Kila Vin</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-9786754 elementor-widget elementor-widget-text-editor" data-id="9786754" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="TextRun SCXW115019552 BCX0" lang="DA-DK" xml:lang="DA-DK" data-contrast="none"><span class="NormalTextRun SCXW115019552 BCX0" data-ccp-parastyle="Normal (Web)">Hos Kila</span> <span class="NormalTextRun SCXW115019552 BCX0" data-ccp-parastyle="Normal (Web)">Vin vil I opleve en faglig men usnobbet tilgang til vinens verden. Vi nyder samarbejdet med vores vinproducenter og føler en vis stolthed over at kunne formidle netop deres vine til vores kunder, ligesom vi nyder den gode smag og sammensætning af vin og mad.</span><span class="NormalTextRun SCXW115019552 BCX0" data-ccp-parastyle="Normal (Web)"> </span></span><span class="EOP SCXW115019552 BCX0" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335557856&quot;:16777215,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a49ddc3 e-con-full e-flex e-con e-child" data-id="a49ddc3" data-element_type="container">
				<div class="elementor-element elementor-element-3f81485 elementor-widget elementor-widget-heading" data-id="3f81485" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Shoppen</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-df1cb5f elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="df1cb5f" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-df1cb5f" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4456"><a href="https://www.kilavin.dk/kategori/hvidvin/" class="elementor-item">Hvidvin</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4458"><a href="https://www.kilavin.dk/kategori/roedvin/" class="elementor-item">Rødvin</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4457"><a href="https://www.kilavin.dk/kategori/rosevin/" class="elementor-item">Rosévin</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4461"><a href="https://www.kilavin.dk/kategori/dessertvin/" class="elementor-item">Dessertvin</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4455"><a href="https://www.kilavin.dk/kategori/mousserende/" class="elementor-item">Mousserende</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4459"><a href="https://www.kilavin.dk/kategori/spiritus/" class="elementor-item">Spiritus</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4460"><a href="https://www.kilavin.dk/kategori/smagskasser/" class="elementor-item">Smagskasser</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4943"><a href="https://www.kilavin.dk/tilbud/" class="elementor-item">Tilbud</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-df1cb5f" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4456"><a href="https://www.kilavin.dk/kategori/hvidvin/" class="elementor-item" tabindex="-1">Hvidvin</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4458"><a href="https://www.kilavin.dk/kategori/roedvin/" class="elementor-item" tabindex="-1">Rødvin</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4457"><a href="https://www.kilavin.dk/kategori/rosevin/" class="elementor-item" tabindex="-1">Rosévin</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4461"><a href="https://www.kilavin.dk/kategori/dessertvin/" class="elementor-item" tabindex="-1">Dessertvin</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4455"><a href="https://www.kilavin.dk/kategori/mousserende/" class="elementor-item" tabindex="-1">Mousserende</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4459"><a href="https://www.kilavin.dk/kategori/spiritus/" class="elementor-item" tabindex="-1">Spiritus</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4460"><a href="https://www.kilavin.dk/kategori/smagskasser/" class="elementor-item" tabindex="-1">Smagskasser</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4943"><a href="https://www.kilavin.dk/tilbud/" class="elementor-item" tabindex="-1">Tilbud</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-dfbaa1d e-con-full e-flex e-con e-child" data-id="dfbaa1d" data-element_type="container">
				<div class="elementor-element elementor-element-466a294 elementor-widget elementor-widget-heading" data-id="466a294" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Alt det andet</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-44c159b elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="44c159b" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-44c159b" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-4253"><a href="https://www.kilavin.dk/" class="elementor-item">Forside</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4318"><a href="https://www.kilavin.dk/erhverv/" class="elementor-item">Erhverv</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4254"><a href="https://www.kilavin.dk/butikker/" class="elementor-item">Butikker</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4257"><a href="https://www.kilavin.dk/om-os/" class="elementor-item">Om os</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4258"><a href="https://www.kilavin.dk/shop/" class="elementor-item">Shop</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4259"><a href="https://www.kilavin.dk/vinsmagninger/" class="elementor-item">Vinsmagninger</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4256"><a href="https://www.kilavin.dk/kurv/" class="elementor-item">Kurv</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4255"><a href="https://www.kilavin.dk/kasse/" class="elementor-item">Kasse</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4260"><a href="https://www.kilavin.dk/kontakt/" class="elementor-item">Kontakt</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-5562"><a rel="privacy-policy" href="https://www.kilavin.dk/privatlivspolitik/" class="elementor-item">Privatlivspolitik</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-44c159b" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-4253"><a href="https://www.kilavin.dk/" class="elementor-item" tabindex="-1">Forside</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4318"><a href="https://www.kilavin.dk/erhverv/" class="elementor-item" tabindex="-1">Erhverv</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4254"><a href="https://www.kilavin.dk/butikker/" class="elementor-item" tabindex="-1">Butikker</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4257"><a href="https://www.kilavin.dk/om-os/" class="elementor-item" tabindex="-1">Om os</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4258"><a href="https://www.kilavin.dk/shop/" class="elementor-item" tabindex="-1">Shop</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4259"><a href="https://www.kilavin.dk/vinsmagninger/" class="elementor-item" tabindex="-1">Vinsmagninger</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4256"><a href="https://www.kilavin.dk/kurv/" class="elementor-item" tabindex="-1">Kurv</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4255"><a href="https://www.kilavin.dk/kasse/" class="elementor-item" tabindex="-1">Kasse</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4260"><a href="https://www.kilavin.dk/kontakt/" class="elementor-item" tabindex="-1">Kontakt</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-5562"><a rel="privacy-policy" href="https://www.kilavin.dk/privatlivspolitik/" class="elementor-item" tabindex="-1">Privatlivspolitik</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-c7c317e e-con-full e-flex e-con e-child" data-id="c7c317e" data-element_type="container">
				<div class="elementor-element elementor-element-5dd28a2 elementor-widget elementor-widget-heading" data-id="5dd28a2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Informationer</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-be1aa19 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="be1aa19" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Kila Vin</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-d07c2d7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d07c2d7" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="tel:+4522481051">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fal fa-phone"></i>						</span>
										<span class="elementor-icon-list-text">+45 22 48 10 51</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="mailto:kilavin1@gmail.com">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fal fa-envelope"></i>						</span>
										<span class="elementor-icon-list-text">kilavin1@gmail.com</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://maps.app.goo.gl/ADvjTuAYx2Kr5nQ17" target="_blank">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fal fa-map-marker-alt"></i>						</span>
										<span class="elementor-icon-list-text">Ebberupvej 30, 5631 Ebberup</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-39bc05b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="39bc05b" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">CVR: 32878598</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-5e22182 elementor-widget elementor-widget-image" data-id="5e22182" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.findsmiley.dk/Sider/Search.aspx?k=Kila%20vin">
							<img loading="lazy" width="500" height="487" src="https://www.kilavin.dk/wp-content/uploads/smiley.jpeg" class="attachment-large size-large wp-image-6143" alt="" />								</a>
															</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-b1b38fb elementor-widget-divider--view-line_icon elementor-absolute elementor-view-default elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider" data-id="b1b38fb" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
							<div class="elementor-icon elementor-divider__element">
					<i aria-hidden="true" class="fal fa-wine-glass"></i></div>
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-40ce9a8 e-flex e-con-boxed e-con e-parent" data-id="40ce9a8" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-f378c9f e-con-full e-flex e-con e-child" data-id="f378c9f" data-element_type="container">
				<div class="elementor-element elementor-element-67035f8 elementor-widget elementor-widget-text-editor" data-id="67035f8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>© 2025 KilaVin.dk</p>								</div>
				</div>
				<div class="elementor-element elementor-element-5ff3a61 elementor-widget elementor-widget-text-editor" data-id="5ff3a61" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Designet af <a href="https://auxo.dk/" target="_blank" rel="noopener">Auxo</a></p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-bbb7161 e-con-full e-flex e-con e-child" data-id="bbb7161" data-element_type="container">
				<div class="elementor-element elementor-element-00256ac elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="00256ac" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.kilavin.dk/handelsbetingelser/">

											<span class="elementor-icon-list-text">Handelsbetingelser</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.kilavin.dk/handelsbetingelser/">

											<span class="elementor-icon-list-text">Leveringsbetingelser</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
										<span class="elementor-icon-list-text">Privatlivspolitik</span>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
										<span class="elementor-icon-list-text">Cookiepolitik</span>
									</li>
						</ul>
						</div>
				</div>
		<div class="elementor-element elementor-element-8bb529f e-con-full e-flex e-con e-child" data-id="8bb529f" data-element_type="container">
				<div class="elementor-element elementor-element-52dd083 elementor-widget elementor-widget-image" data-id="52dd083" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/mastercard-2023.svg" class="attachment-large size-large wp-image-4128" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-ce9b222 elementor-widget elementor-widget-image" data-id="ce9b222" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/visa-2023.svg" class="attachment-large size-large wp-image-4131" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-18cbeb0 elementor-widget elementor-widget-image" data-id="18cbeb0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/mobilepay-2023.svg" class="attachment-large size-large wp-image-4129" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-52febd0 elementor-widget elementor-widget-image" data-id="52febd0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" width="38" height="24" src="https://www.kilavin.dk/wp-content/uploads/applepay.svg" class="attachment-large size-large wp-image-4125" alt="" />															</div>
				</div>
				</div>
				</div>
					</div>
				</div>
				</footer>
		
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/aveo-child\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
    <script>
        document.addEventListener('DOMContentLoaded', function () {
            if (localStorage.getItem('not_from_denmark') === 'true') {
                document.cookie = "not_from_denmark=true; path=/";
            }
        });
    </script>
    
<!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr -->
<div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 bottom-right-classic optin cmplz-center cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin">
	<div class="cmplz-header">
		<div class="cmplz-logo"><a href="https://www.kilavin.dk/" class="custom-logo-link" rel="home"><img loading="lazy" width="1034" height="291" src="https://www.kilavin.dk/wp-content/uploads/logo-small-black.svg" class="custom-logo" alt="KilaVin.dk" decoding="async" /></a></div>
		<div class="cmplz-title" id="cmplz-header-1-optin">Administrer samtykke til cookies</div>
		<div class="cmplz-close" tabindex="0" role="button" aria-label="Luk dialogboks">
			<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
		</div>
	</div>

	<div class="cmplz-divider cmplz-divider-header"></div>
	<div class="cmplz-body">
		<div class="cmplz-message" id="cmplz-message-1-optin"><p>Vi og udvalgte tredjeparter bruger cookies eller lignende teknologier til tekniske formål og, med dit samtykke, til andre formål som anført i cookiepolitikken.</p><p>Du kan frit give, afvise eller trække dit samtykke tilbage til enhver tid ved at få adgang til præferencepanelet. Hvis du afviser at give samtykke, kan visse funktioner blive utilgængelige.</p><p>Brug knappen "Accepter alle" for at give dit samtykke. Brug knappen "Afvis alle" for at fortsætte uden at acceptere.</p><p>Accepter alleAfvis alleSe præferencer</p></div>
		<!-- categories start -->
		<div class="cmplz-categories">
			<details class="cmplz-category cmplz-functional" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Funktionsdygtig</span>
							<span class='cmplz-always-active'>
								<span class="cmplz-banner-checkbox">
									<input type="checkbox"
										   id="cmplz-functional-optin"
										   data-category="cmplz_functional"
										   class="cmplz-consent-checkbox cmplz-functional"
										   size="40"
										   value="1"/>
									<label class="cmplz-label" for="cmplz-functional-optin"><span class="screen-reader-text">Funktionsdygtig</span></label>
								</span>
								Altid aktiv							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-functional">Den tekniske lagring eller adgang er strengt nødvendig med det legitime formål at muliggøre brugen af en specifik tjeneste, som abonnenten eller brugeren udtrykkeligt har anmodet om, eller udelukkende med det formål at overføre en kommunikation via et elektronisk kommunikationsnet.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-preferences" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Præferencer</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-preferences-optin"
									   data-category="cmplz_preferences"
									   class="cmplz-consent-checkbox cmplz-preferences"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-preferences-optin"><span class="screen-reader-text">Præferencer</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-preferences">Den tekniske lagring eller adgang er nødvendig for det legitime formål at lagre præferencer, som abonnenten eller brugeren ikke har anmodet om.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-statistics" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Statistikker</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-statistics-optin"
									   data-category="cmplz_statistics"
									   class="cmplz-consent-checkbox cmplz-statistics"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-statistics-optin"><span class="screen-reader-text">Statistikker</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-statistics">Den tekniske lagring eller adgang, der udelukkende anvendes til statistiske formål.</span>
					<span class="cmplz-description-statistics-anonymous">Den tekniske lagring eller adgang, der udelukkende anvendes til anonyme statistiske formål. Uden en stævning, frivillig overholdelse fra din internetudbyders side eller yderligere optegnelser fra en tredjepart kan oplysninger, der er gemt eller hentet til dette formål alene, normalt ikke bruges til at identificere dig.</span>
				</div>
			</details>
			<details class="cmplz-category cmplz-marketing" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Marketing</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-marketing-optin"
									   data-category="cmplz_marketing"
									   class="cmplz-consent-checkbox cmplz-marketing"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-marketing-optin"><span class="screen-reader-text">Marketing</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-marketing">Den tekniske lagring eller adgang er nødvendig for at oprette brugerprofiler med henblik på at sende reklamer eller for at spore brugeren på et websted eller på tværs af flere websteder med henblik på lignende markedsføringsformål.</span>
				</div>
			</details>
		</div><!-- categories end -->
			</div>

	<div class="cmplz-links cmplz-information">
		<a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Vælg muligheder</a>
		<a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Administrer tjenester</a>
		<a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Administrer {vendor_count} leverandører</a>
		<a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">Læs mere om disse formål</a>
			</div>

	<div class="cmplz-divider cmplz-footer"></div>

	<div class="cmplz-buttons">
		<button class="cmplz-btn cmplz-accept">Accepter alle</button>
		<button class="cmplz-btn cmplz-deny">Afvis alle</button>
		<button class="cmplz-btn cmplz-view-preferences">Se præferencer</button>
		<button class="cmplz-btn cmplz-save-preferences">Gem præferencer</button>
		<a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Se præferencer</a>
			</div>

	<div class="cmplz-links cmplz-documents">
		<a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a>
			</div>

</div>
</div>
					<div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Administrer samtykke</button>

</div>        <div id="swatchly_notice_popup" style="display:none;"></div>
        					<script type="text/x-template" id="mobile-menu-item-template"><li
	:id="'jet-mobile-menu-item-'+itemDataObject.itemId"
	:class="itemClasses"
>
	<div
		class="jet-mobile-menu__item-inner"
		tabindex="0"
		:aria-label="itemDataObject.name"
        aria-expanded="false"
		v-on:click="itemSubHandler"
		v-on:keyup.enter="itemSubHandler"
	>
		<a
			:class="itemLinkClasses"
			:href="itemDataObject.url"
			:rel="itemDataObject.xfn"
			:title="itemDataObject.attrTitle"
			:target="itemDataObject.target"
		>
			<div class="jet-menu-item-wrapper">
				<div
					class="jet-menu-icon"
					v-if="isIconVisible"
					v-html="itemIconHtml"
				></div>
				<div class="jet-menu-name">
					<span
						class="jet-menu-label"
						v-if="isLabelVisible"
						v-html="itemDataObject.name"
					></span>
					<small
						class="jet-menu-desc"
						v-if="isDescVisible"
						v-html="itemDataObject.description"
					></small>
				</div>
				<div
					class="jet-menu-badge"
					v-if="isBadgeVisible"
				>
					<div class="jet-menu-badge__inner" v-html="itemDataObject.badgeContent"></div>
				</div>
			</div>
		</a>
		<span
			class="jet-dropdown-arrow"
			v-if="isSub && !templateLoadStatus"
			v-html="dropdownIconHtml"
			v-on:click="markerSubHandler"
		>
		</span>
		<div
			class="jet-mobile-menu__template-loader"
			v-if="templateLoadStatus"
		>
			<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="24px" height="25px" viewBox="0 0 128 128" xml:space="preserve">
				<g>
					<linearGradient :id="'linear-gradient-'+itemDataObject.itemId">
						<stop offset="0%" :stop-color="loaderColor" stop-opacity="0"/>
						<stop offset="100%" :stop-color="loaderColor" stop-opacity="1"/>
					</linearGradient>
				<path d="M63.85 0A63.85 63.85 0 1 1 0 63.85 63.85 63.85 0 0 1 63.85 0zm.65 19.5a44 44 0 1 1-44 44 44 44 0 0 1 44-44z" :fill="'url(#linear-gradient-'+itemDataObject.itemId+')'" fill-rule="evenodd"/>
				<animateTransform attributeName="transform" type="rotate" from="0 64 64" to="360 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform>
				</g>
			</svg>
		</div>
	</div>

	<transition name="menu-container-expand-animation">
		<mobile-menu-list
			v-if="isDropdownLayout && subDropdownVisible"
			:depth="depth+1"
			:children-object="itemDataObject.children"
		></mobile-menu-list>
	</transition>

</li>
					</script>					<script type="text/x-template" id="mobile-menu-list-template"><div
	class="jet-mobile-menu__list"
	role="navigation"
>
	<ul class="jet-mobile-menu__items">
		<mobile-menu-item
			v-for="(item, index) in childrenObject"
			:key="item.id"
			:item-data-object="item"
			:depth="depth"
		></mobile-menu-item>
	</ul>
</div>
					</script>					<script type="text/x-template" id="mobile-menu-template"><div
	:class="instanceClass"
	v-on:keyup.esc="escapeKeyHandler"
>
	<div
		class="jet-mobile-menu__toggle"
		role="button"
		ref="toggle"
		tabindex="0"
		aria-label="Open/Close Menu"
        aria-expanded="false"
		v-on:click="menuToggle"
		v-on:keyup.enter="menuToggle"
	>
		<div
			class="jet-mobile-menu__template-loader"
			v-if="toggleLoaderVisible"
		>
			<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="24px" height="25px" viewBox="0 0 128 128" xml:space="preserve">
				<g>
					<linearGradient :id="'linear-gradient-'+itemDataObject.itemId">
						<stop offset="0%" :stop-color="loaderColor" stop-opacity="0"/>
						<stop offset="100%" :stop-color="loaderColor" stop-opacity="1"/>
					</linearGradient>
				<path d="M63.85 0A63.85 63.85 0 1 1 0 63.85 63.85 63.85 0 0 1 63.85 0zm.65 19.5a44 44 0 1 1-44 44 44 44 0 0 1 44-44z" :fill="'url(#linear-gradient-'+itemDataObject.itemId+')'" fill-rule="evenodd"/>
				<animateTransform attributeName="transform" type="rotate" from="0 64 64" to="360 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform>
				</g>
			</svg>
		</div>

		<div
			class="jet-mobile-menu__toggle-icon"
			v-if="!menuOpen && !toggleLoaderVisible"
			v-html="toggleClosedIcon"
		></div>
		<div
			class="jet-mobile-menu__toggle-icon"
			v-if="menuOpen && !toggleLoaderVisible"
			v-html="toggleOpenedIcon"
		></div>
		<span
			class="jet-mobile-menu__toggle-text"
			v-if="toggleText"
			v-html="toggleText"
		></span>

	</div>

	<transition name="cover-animation">
		<div
			class="jet-mobile-menu-cover"
			v-if="menuContainerVisible && coverVisible"
			v-on:click="closeMenu"
		></div>
	</transition>

	<transition :name="showAnimation">
		<div
			class="jet-mobile-menu__container"
			v-if="menuContainerVisible"
		>
			<div
				class="jet-mobile-menu__container-inner"
			>
				<div
					class="jet-mobile-menu__header-template"
					v-if="headerTemplateVisible"
				>
					<div
						class="jet-mobile-menu__header-template-content"
						ref="header-template-content"
						v-html="headerContent"
					></div>
				</div>

				<div
					class="jet-mobile-menu__controls"
                    v-if="isBreadcrumbs || isBack || isClose"
				>
					<div
						class="jet-mobile-menu__breadcrumbs"
						v-if="isBreadcrumbs"
					>
						<div
							class="jet-mobile-menu__breadcrumb"
							v-for="(item, index) in breadcrumbsPathData"
							:key="index"
						>
							<div
								class="breadcrumb-label"
								v-on:click="breadcrumbHandle(index+1)"
								v-html="item"
							></div>
							<div
								class="breadcrumb-divider"
								v-html="breadcrumbIcon"
								v-if="(breadcrumbIcon && index !== breadcrumbsPathData.length-1)"
							></div>
						</div>
					</div>
					<div
						class="jet-mobile-menu__back"
						role="button"
						ref="back"
						tabindex="0"
						aria-label="Close Menu"
                        aria-expanded="false"
						v-if="!isBack && isClose"
						v-html="closeIcon"
						v-on:click="menuToggle"
						v-on:keyup.enter="menuToggle"
					></div>
					<div
						class="jet-mobile-menu__back"
						role="button"
						ref="back"
						tabindex="0"
						aria-label="Back to Prev Items"
                        aria-expanded="false"
						v-if="isBack"
						v-html="backIcon"
						v-on:click="goBack"
						v-on:keyup.enter="goBack"
					></div>
				</div>

				<div
					class="jet-mobile-menu__before-template"
					v-if="beforeTemplateVisible"
				>
					<div
						class="jet-mobile-menu__before-template-content"
						ref="before-template-content"
						v-html="beforeContent"
					></div>
				</div>

				<div
					class="jet-mobile-menu__body"
				>
					<transition :name="animation">
						<mobile-menu-list
							v-if="!templateVisible"
							:key="depth"
							:depth="depth"
							:children-object="itemsList"
						></mobile-menu-list>
						<div
							class="jet-mobile-menu__template"
							ref="template-content"
							v-if="templateVisible"
						>
							<div
								class="jet-mobile-menu__template-content"
								v-html="itemTemplateContent"
							></div>
						</div>
					</transition>
				</div>

				<div
					class="jet-mobile-menu__after-template"
					v-if="afterTemplateVisible"
				>
					<div
						class="jet-mobile-menu__after-template-content"
						ref="after-template-content"
						v-html="afterContent"
					></div>
				</div>

			</div>
		</div>
	</transition>
</div>
					</script>		<div data-elementor-type="popup" data-elementor-id="4427" class="elementor elementor-4427 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;slideInLeft&quot;,&quot;exit_animation&quot;:&quot;slideInLeft&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]},&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-1d54449 e-flex e-con-boxed e-con e-parent" data-id="1d54449" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5e54e4b elementor-mobile-align-justify elementor-align-justify elementor-widget elementor-widget-button" data-id="5e54e4b" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fal fa-long-arrow-right"></i>			</span>
									<span class="elementor-button-text">Luk menu</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8837998 e-flex e-con-boxed e-con e-parent" data-id="8837998" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3d59d8e elementor-widget elementor-widget-nav-menu" data-id="3d59d8e" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-3d59d8e" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-4091"><a href="https://www.kilavin.dk/" class="elementor-item" tabindex="-1">Forside</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4094"><a href="https://www.kilavin.dk/shop/" class="elementor-item" tabindex="-1">Shop</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4100"><a href="https://www.kilavin.dk/kategori/hvidvin/" class="elementor-sub-item" tabindex="-1">Hvidvin</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4102"><a href="https://www.kilavin.dk/kategori/roedvin/" class="elementor-sub-item" tabindex="-1">Rødvin</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4103"><a href="https://www.kilavin.dk/kategori/rosevin/" class="elementor-sub-item" tabindex="-1">Rosévin</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4099"><a href="https://www.kilavin.dk/kategori/dessertvin/" class="elementor-sub-item" tabindex="-1">Dessertvin</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4101"><a href="https://www.kilavin.dk/kategori/mousserende/" class="elementor-sub-item" tabindex="-1">Mousserende</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4105"><a href="https://www.kilavin.dk/kategori/spiritus/" class="elementor-sub-item" tabindex="-1">Spiritus</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-4104"><a href="https://www.kilavin.dk/kategori/smagskasser/" class="elementor-sub-item" tabindex="-1">Smagskasser</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4945"><a href="https://www.kilavin.dk/tilbud/" class="elementor-sub-item" tabindex="-1">Tilbud</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4098"><a href="https://www.kilavin.dk/vinsmagninger/" class="elementor-item" tabindex="-1">Vinsmagninger</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4092"><a href="https://www.kilavin.dk/butikker/" class="elementor-item" tabindex="-1">Butikker</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5487"><a href="https://www.kilavin.dk/erhverv/" class="elementor-item" tabindex="-1">Erhverv</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4093"><a href="https://www.kilavin.dk/om-os/" class="elementor-item" tabindex="-1">Om Kila Vin</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4095"><a href="https://www.kilavin.dk/kontakt/" class="elementor-item" tabindex="-1">Kontakt</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-4ef0c6f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="4ef0c6f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="tel:+4522481051">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fal fa-phone"></i>						</span>
										<span class="elementor-icon-list-text">+45 22 48 10 51</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="mailto:info@kilavin.dk">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fal fa-envelope"></i>						</span>
										<span class="elementor-icon-list-text">info@kilavin.dk</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://maps.app.goo.gl/ADvjTuAYx2Kr5nQ17" target="_blank">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fal fa-map-marker-alt"></i>						</span>
										<span class="elementor-icon-list-text">Ebberupvej 30, 5631 Ebberup</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
					</div>
				</div>
				</div>
					<script>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
				<script>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<link rel='stylesheet' id='wc-blocks-style-css' href='https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.2.2' media='all' />
<link rel='stylesheet' id='elementor-post-4337-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/css/post-4337.css?ver=1764732561' media='all' />
<link rel='stylesheet' id='free-shipping-widget-css' href='https://www.kilavin.dk/wp-content/plugins/aveo-elementor/content/widgets/free-shipping/free-shipping-widget.css?ver=1759213467' media='all' />
<link rel='stylesheet' id='display-cart-widget-css' href='https://www.kilavin.dk/wp-content/plugins/aveo-elementor/content/widgets/display-cart/display-cart-widget.css?ver=1759213467' media='all' />
<link rel='stylesheet' id='cart-popup-widget-css' href='https://www.kilavin.dk/wp-content/plugins/aveo-elementor/content/widgets/cart-popup/cart-popup-widget.css?ver=1759213467' media='all' />
<link rel='stylesheet' id='elementor-post-5388-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/css/post-5388.css?ver=1733145745' media='all' />
<link rel='stylesheet' id='google-fonts-2-css' href='https://fonts.googleapis.com/css?family=Prompt%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.8.2' media='all' />
<link rel='stylesheet' id='elementor-post-5415-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/css/post-5415.css?ver=1733145728' media='all' />
<link rel='stylesheet' id='elementor-post-4427-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/css/post-4427.css?ver=1764732561' media='all' />
<link rel='stylesheet' id='e-animation-slideInLeft-css' href='https://www.kilavin.dk/wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='e-popup-css' href='https://www.kilavin.dk/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='elementor-gf-local-prompt-css' href='https://www.kilavin.dk/wp-content/uploads/elementor/google-fonts/css/prompt.css?ver=1747292992' media='all' />
<script id="aveo-woocommerce-addons-js-extra">
var script = {"ajax_url":"https:\/\/www.kilavin.dk\/wp-admin\/admin-ajax.php"};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/aveo-addons/includes/scripts/plus-minus-script.js?ver=1742905736" id="aveo-woocommerce-addons-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/aveo-addons/includes/scripts/general-woocommerce-script.js?ver=1742905736" id="aveo-woocommerce-addons-script-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/dynamicconditions/Public/js/dynamic-conditions-public.js?ver=1.7.5" id="dynamic-conditions-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/honeypot/includes/js/wpa.js?ver=2.3.04" id="wpascript-js"></script>
<script id="wpascript-js-after">
wpa_field_info = {"wpa_field_name":"dtkvjy7107","wpa_field_value":975354,"wpa_add_test":"no"}
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/verify-id-plugin/includes/../assets/js/onboarding.js?ver=1.16" id="onboarding-js-js"></script>
<script id="allpages-verification-js-js-extra">
var ageVerificationDataPage = {"plugin_key":"4930158e-bada-4311-b06c-2fc52f9d65e6","verify_on_all_pages":"no","plugin_enabled":"yes","minimum_age":"16","is_checkout":"","text_data":{"verify_popup_title":"Verifikation P\u00e5kr\u00e6vet","verify_popup_description":"If\u00f8lge dansk lovgivning skal vi verificere din alder for at s\u00e6lge dig aldersbegr\u00e6nsede produkter.","verify_popup_process_1":"\u00c5bn MitID og bekr\u00e6ft din alder.","verify_popup_process_2":"Tak, du kan nu f\u00e6rdigg\u00f8re din ordre.","verify_popup_button":"Bekr\u00e6ft din alder med","verify_popup_link":"I'm a customer from outside of Denmark","verifying_popup_title":"Verificering....","verifying_popup_description":"Vi overholder alle regler, der skal forhindre salg af alkohol og tobak til mindre\u00e5rige.","rejected_popup_title":"Verificering Afvist","rejected_popup_description":"Du er under aldersgr\u00e6nsen for nogle af varerne i kurven. Fjern venligst disse varer for at forts\u00e6tte dit k\u00f8b","rejected_popup_button_1":"Tilbage til kurven","rejected_popup_button_2":"Bekr\u00e6ft Din Alder Med"}};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/verify-id-plugin/assets/js/allpagesVerification.js?ver=1.16" id="allpages-verification-js-js"></script>
<script id="user-sync-js-js-extra">
var ageVerificationDataUserSync = {"is_user_logged_in":"","ajax_url":"https:\/\/www.kilavin.dk\/wp-admin\/admin-ajax.php","nonce":"b658f7df14","device_id":"","token":""};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/verify-id-plugin/assets/js/user-sync.js?ver=1.16" id="user-sync-js-js"></script>
<script src="https://www.kilavin.dk/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
</script>
<script src="https://www.kilavin.dk/wp-includes/js/wp-util.min.js?ver=6.8.2" id="wp-util-js"></script>
<script id="wc-add-to-cart-variation-js-extra">
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."};
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Der er desv\u00e6rre ingen varer, der matchede dit valg. V\u00e6lg venligst en anden kombination.","i18n_make_a_selection_text":"V\u00e6lg venligst nogle af varens muligheder inden du tilf\u00f8jer denne vare til din kurv.","i18n_unavailable_text":"Beklager, denne vare er ikke tilg\u00e6ngelig. V\u00e6lg venligst en anden kombination.","i18n_reset_alert_text":"Dit valg er blevet nulstillet. V\u00e6lg venligst nogle varemuligheder, f\u00f8r du l\u00e6gger denne vare i din kurv."};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/swatchly/assets/js/add-to-cart-variation.js?ver=1.4.5" id="wc-add-to-cart-variation-js"></script>
<script id="thickbox-js-extra">
var thickboxL10n = {"next":"N\u00e6ste >","prev":"< Forrige","image":"Billede","of":"af","close":"Luk","noiframes":"Denne mulighed kr\u00e6ver inline frames. Enten har du deaktiveret iframes eller de underst\u00f8ttes ikke af din browser.","loadingAnimation":"https:\/\/www.kilavin.dk\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};
</script>
<script src="https://www.kilavin.dk/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105" id="thickbox-js"></script>
<script id="swatchly-frontend-js-extra">
var swatchly_params = {"is_product":"","enable_swatches":"1","auto_convert_dropdowns_to_label":"1","tooltip":"0","deselect_on_click":"0","show_selected_attribute_name":null,"variation_label_separator":": ","product_thumbnail_selector":".attachment-woocommerce_thumbnail img, .attachment-woocommerce_thumbnail source","hide_wc_forward_button":null,"enable_cart_popup_notice":null,"sp_override_global":"1","pl_override_global":"1","enable_variation_url":null,"enable_rv_variations":null,"enable_pl_variation_url":null,"enable_pl_rv_variations":null,"enable_sp_variation_url":null,"enable_sp_rv_variations":null};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/swatchly/assets/js/frontend.js?ver=1.4.5" id="swatchly-frontend-js"></script>
<script id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/kasse\/??(.*)|\/kurv\/?|\/min-konto\/??(.*)|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.kilavin.dk","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareurl(https://www.kilavin.dk/wp-content/uploads/elementor/css/t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script src="https://www.kilavin.dk/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/jet-menu/assets/public/lib/vue/vue.min.js?ver=2.6.11" id="jet-vue-js"></script>
<script id="jet-menu-public-scripts-js-extra">
var jetMenuPublicSettings = {"version":"2.4.15","ajaxUrl":"https:\/\/www.kilavin.dk\/wp-admin\/admin-ajax.php","isMobile":"false","getElementorTemplateApiUrl":"https:\/\/www.kilavin.dk\/wp-json\/jet-menu-api\/v2\/get-elementor-template-content","getBlocksTemplateApiUrl":"https:\/\/www.kilavin.dk\/wp-json\/jet-menu-api\/v2\/get-blocks-template-content","menuItemsApiUrl":"https:\/\/www.kilavin.dk\/wp-json\/jet-menu-api\/v2\/get-menu-items","restNonce":"9d0d955c80","devMode":"false","wpmlLanguageCode":"","menuSettings":{"jetMenuRollUp":"true","jetMenuMouseleaveDelay":500,"jetMenuMegaWidthType":"container","jetMenuMegaWidthSelector":"","jetMenuMegaOpenSubType":"hover","jetMenuMegaAjax":"false"}};
var CxCollectedCSS = {"type":"text\/css","title":"cx-collected-dynamic-style","css":".jet-mega-menu-item-4107 > .jet-mega-menu-mega-container {width:1280px !important;; }.jet-mega-menu-item-4109 > .jet-mega-menu-mega-container {width:1280px !important;; }"};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/jet-menu/assets/public/js/jet-menu-public-scripts.js?ver=2.4.15" id="jet-menu-public-scripts-js"></script>
<script id="jet-menu-public-scripts-js-after">
function CxCSSCollector(){"use strict";var t,e=window.CxCollectedCSS;void 0!==e&&((t=document.createElement("style")).setAttribute("title",e.title),t.setAttribute("type",e.type),t.textContent=e.css,document.head.appendChild(t))}CxCSSCollector();
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.32.3" id="elementor-webpack-runtime-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.32.3" id="elementor-frontend-modules-js"></script>
<script src="https://www.kilavin.dk/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Del p\u00e5 Facebook","shareOnTwitter":"Del p\u00e5 Twitter","pinIt":"Fastg\u00f8r","download":"Download","downloadImage":"Download billede","fullscreen":"Fuldsk\u00e6rm","zoom":"Zoom","share":"Del","playVideo":"Afspil video","previous":"Forrige","next":"N\u00e6ste","close":"Luk","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobil enhed, vertikal","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobil enhed, horisontal","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"B\u00e6rbar computer","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.3","is_static":false,"experimentalFeatures":{"container":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"mega-menu":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/www.kilavin.dk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.kilavin.dk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.kilavin.dk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"2378bc9b80"},"swiperClass":"swiper","settings":{"editorPreferences":[]},"kit":{"woocommerce_notices_elements":["wc_error","wc_message","wc_info"],"active_breakpoints":["viewport_mobile","viewport_tablet"]},"post":{"id":0,"title":"Siden blev ikke fundet | KilaVin.dk","excerpt":""}};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.32.3" id="elementor-frontend-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.32.2" id="e-sticky-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/aveo-elementor/content/scripts/helper-functions.js?ver=1759213467" id="auxo-helper-functions-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/aveo-elementor/content/dynamic-tags/go-back/go-back.js?ver=1759213467" id="go-back-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.2.2" id="sourcebuster-js-js"></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/www.kilavin.dk\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.2.2" id="wc-order-attribution-js"></script>
<script id="cmplz-cookiebanner-js-extra">
var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"36","version":"7.4.2","store_consent":"","do_not_track_enabled":"1","consenttype":"optin","region":"eu","geoip":"","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/www.kilavin.dk\/wp-json\/complianz\/v1\/","locale":"lang=da&locale=da_DK","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"28","cookie_path":"\/","categories":{"statistics":"statistik","marketing":"markedsf\u00f8ring"},"tcf_active":"","placeholdertext":"Klik for at acceptere {category} cookies og aktivere dette indhold","css_file":"https:\/\/www.kilavin.dk\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=36","page_links":{"eu":{"cookie-statement":{"title":"Privatlivspolitik","url":"https:\/\/www.kilavin.dk\/privatlivspolitik\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Klik for at acceptere {category} cookies og aktivere dette indhold"};
</script>
<script defer src="https://www.kilavin.dk/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1754045483" id="cmplz-cookiebanner-js"></script>
<script id="cmplz-cookiebanner-js-after">
		if ('undefined' != typeof window.jQuery) {
			jQuery(document).ready(function ($) {
				$(document).on('elementor/popup/show', () => {
					let rev_cats = cmplz_categories.reverse();
					for (let key in rev_cats) {
						if (rev_cats.hasOwnProperty(key)) {
							let category = cmplz_categories[key];
							if (cmplz_has_consent(category)) {
								document.querySelectorAll('[data-category="' + category + '"]').forEach(obj => {
									cmplz_remove_placeholder(obj);
								});
							}
						}
					}

					let services = cmplz_get_services_on_page();
					for (let key in services) {
						if (services.hasOwnProperty(key)) {
							let service = services[key].service;
							let category = services[key].category;
							if (cmplz_has_service_consent(service, category)) {
								document.querySelectorAll('[data-service="' + service + '"]').forEach(obj => {
									cmplz_remove_placeholder(obj);
								});
							}
						}
					}
				});
			});
		}
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/aveo-elementor/content/widgets/free-shipping/free-shipping-widget.js?ver=1759213467" id="free-shipping-widget-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/aveo-elementor/content/widgets/display-cart/display-cart-widget.js?ver=1759213467" id="display-cart-widget-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/aveo-elementor/content/widgets/cart-subtotal/cart-subtotal-widget.js?ver=1759213467" id="cart-subtotal-widget-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/aveo-elementor/content/widgets/cart-popup/cart-popup-widget.js?ver=1759213467" id="cart-popup-widget-js"></script>
<script id="wc-cart-fragments-js-extra">
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_0674dfd61175732d50610c4f2f203dec","fragment_name":"wc_fragments_0674dfd61175732d50610c4f2f203dec","request_timeout":"5000"};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=10.2.2" id="wc-cart-fragments-js" defer data-wp-strategy="defer"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.32.2" id="elementor-pro-webpack-runtime-js"></script>
<script src="https://www.kilavin.dk/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.kilavin.dk\/wp-admin\/admin-ajax.php","nonce":"a81de61914","urls":{"assets":"https:\/\/www.kilavin.dk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.kilavin.dk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/www.kilavin.dk\/kurv\/","checkout_page_url":"https:\/\/www.kilavin.dk\/kasse\/","fragments_nonce":"463167adda"}},"facebook_sdk":{"lang":"da_DK","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.kilavin.dk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script src="https://www.kilavin.dk/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.32.2" id="elementor-pro-frontend-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.32.2" id="pro-elements-handlers-js"></script>
<script src="https://www.kilavin.dk/wp-content/plugins/jet-menu/includes/elementor/assets/public/js/widgets-scripts.js?ver=2.4.15" id="jet-menu-elementor-widgets-scripts-js"></script>
<script src="https://kit.fontawesome.com/817112879e.js?ver=3.32.2" id="font-awesome-pro-js"></script>

</body>
</html>
