@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-AirItalic.otf') format('opentype'), 
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

strong {
	font-weight: 700;
}

:root {
	--body-bg: #ffffff;
	--gray-bg: #2d2d2d;
	--gray-bg: rgba(255,255,255,.6);
	--main-color: #d40000;
	--dark-text-color: #000000;
}

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}


#minbaggrund {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	opacity: .2;
}


.cursor-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 90px;
    height: 90px;
    visibility: inherit;
    z-index: 100;
    pointer-events: none;
    transform: translate3d(-60px, -18px, 0);
}
.cursor-container-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: transform 0.1s ease-in-out;
}
.cursor-container.mouse-down .cursor-container-wrap {
    transform: scale3d(0.5, 0.5, 1);
}
.cursor-accent {
    mix-blend-mode: difference;
    /*opacity: 0.75;*/
    /* filter: grayscale(100%); */
}
.cursor-circle-container {
    position: relative;
    width: 15px;
    height: 15px;
    top: 37px;
    left: 39px;
    background: transparent;
    will-change: transform;
}
.cursor-circle-bg {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -40px;
    left: -43px;
    border-radius: 90px;
    transition: all 0.4s cubic-bezier(0.21, 0.35, 0.25, 0.85);
    transition-property: transform, background;
    transform: scale3d(0.12, 0.12, 1);
    background: rgba(0,0,0,1);
}
.cursor-accent .cursor-circle-bg, .cursor-accent-hi .cursor-circle-bg {
    background: rgba(255,255,255,1);
    transform: scale3d(0.6, 0.6, 1);
}
.cursor-container.cursor-playbtn, .cursor-container.cursor-readbtn {
    mix-blend-mode: normal;
}
.cursor-container.cursor-playbtn .cursor-circle-bg, .cursor-container.cursor-readbtn .cursor-circle-bg {
    background: rgba(0,0,0,1);
    transform: scale3d(1, 1, 1);
}
.cursor-container.cursor-playbtn .cursor-container-wrap:after {
    transition: transform 0.4s cubic-bezier(0.04, 0.85, 0.58, 1) 0.2s, opacity 0.1s cubic-bezier(0.04, 0.85, 0.58, 1) 0.2s;
    transform: scale3d(1,1,1) translate3d(0px,0px,0);
    opacity: 1;
}
.cursor-container.cursor-readbtn .cursor-container-wrap:before {
    transition: transform 0.4s cubic-bezier(0.04, 0.85, 0.58, 1) 0.2s, opacity 0.1s cubic-bezier(0.04, 0.85, 0.58, 1) 0.2s;
    transform: scale3d(1,1,1) translate3d(0px,0px,0);
    opacity: 1;
}
.cursor-accent .cursor-circle, .cursor-accent-hi .cursor-circle {
    border: 1px solid rgba(0,0,0,0);
}
.cursor-arrow-right .cursor-circle {
    transform: scale3d(0.8,0.8,1);
    border: 2px solid rgba(49,43,61,0.4);
}
.cursor-arrow-left .cursor-circle {
    transform: scale3d(0.8,0.8,1) rotate3d(0, 0, 1, 180deg);
    border: 2px solid rgba(49,43,61,0.4);
}
.cursor-arrow-right .cursor-arrow-img, .cursor-arrow-left .cursor-arrow-img {
    opacity: 1;
}
.cursor-container.cursor-arrow-right, .cursor-container.cursor-arrow-left {
    mix-blend-mode: normal;
}


html {
	position: unset !important;
	font-size: 17px;
	letter-spacing: -.02rem;
}

body {
    position: relative;
    font-family: 'Aeonik', sans-serif;
	font-size: unset;
    font-weight: 400;
    overflow-x: hidden;
    background-color: var(--body-bg);
	color: #000000;
	/*cursor: none;*/
}

div#page {
    position: relative;
	/*overflow-x: hidden;*/
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: var(--main-color);
}


p {
    margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}

a:not(.mood-knap) {
    color: #000000;
	text-decoration: none !important;
}
a {
	outline: none;
}

.mood-knap {
    display: inline-flex;
	align-items: center;
	justify-content: center;
    /*
	background: var(--main-color) !important;
    color: var(--dark-text-color) !important;
	*/
	color: var(--main-color) !important;
	color: #ffffff !important;
    background: var(--dark-text-color) !important;
	
    /*padding: 10px 25px;*/
	padding: .7rem 25px .5rem;
	border: none;
	outline: none;
	text-decoration: none !important;
	transition: all .3s ease-out;
	transform: scale(1);
	text-transform: uppercase;
	border-radius: 10rem;
}
.mood-knap:hover {
	transform: scale(1.06);
}
.mood-knap.white {
	background: #ffffff !important;
    color: #1e1556 !important;
}
.mood-knap.outline {
	background: transparent !important;
    color: #000000 !important;
	border: 2px solid #000000;
}
.mood-knap.outline.white {
	background: transparent !important;
    color: #ffffff !important;
	border: 1px solid #ffffff;
}

.mood-link {
    text-transform: uppercase;
    border-bottom: 1px solid black;
}


body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: #1d1d1d;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: none;
	background: var(--main-color);
}

div#udsalgsbar {
    width: 100%;
	background: #000000;
	color: #ffffff;
	padding: 7px 0;
	font-size: .8rem;
	letter-spacing: .02rem;
}
div#udsalgsbar a.btn {
	background: var(--main-color);
	color: #ffffff !important;
    padding: 2px 10px 1px;
    font-size: .7rem;
    margin-left: 10px;
	border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: none;
}

div#cookie-consent {
    font-size: 13px;
    background: var(--gray-bg);
    position: fixed;
    left: 30px;
    max-width: 300px;
    padding: 20px;
    bottom: 30px;
    z-index: 99999999;
	border: 1px solid #FFFFFF2B;
}
div#cookie-consent p {
    font-size: .8rem;
	margin: 0;
}
div#cookie-consent p + p {
	margin-top: 10px;
}
div#cookie-consent .mood-knap {
    background: var(--gray-bg);
    padding: .4rem 15px .2rem;
    margin-top: 10px;
	font-size: .8rem;
}
div#cookie-consent-bg {
    background: radial-gradient(at left bottom, rgba(49, 49, 49, 0.23) 0%, rgba(196, 196, 196, 0) 69%);
    position: fixed;
	z-index: 1;
    pointer-events: none;
	width: 500px;
    height: 500px;
    opacity: 1;
	left: 0;
	bottom: 0;
}


button#toTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999;
    border: none;
    outline: none;
    opacity: 0;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--main-color);
	pointer-events: none;
	transition: all .3s ease;
	color: #ffffff;
	border-radius: 100%;
}
button#toTop svg {
	fill: #ffffff;
	position: absolute;
	width: 20px;
}
button#toTop.show {
    opacity: 1;
	pointer-events: unset;
}
button#toTop span {
    position: absolute;
    top: -50%;
    color: #ffffff;
    font-size: .6rem;
}

section#shop-categories {
	padding: 0 0 60px !important;
}
section#shop-categories,
div#contactbar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	overflow: hidden;
}
/*
body:not(.home) section#shop-categories:before,
body:not(.home) div#contactbar:before {
    content: '';
    position: absolute;
    width: 2400px;
    height: 1100px;
    background-image: radial-gradient(var(--main-color) -80%, transparent 60%);
    z-index: -1;
    opacity: .5;
}*/

.product-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 90px 0;
    margin-bottom: 30px;
	position: relative;
    overflow: hidden;
	background: var(--gray-bg);
	border-radius: 2rem;
}
.product-category:before,
.product-category:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: all .4s ease;
}
.product-category:before {
    background-color: var(--gray-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: grayscale(0);
	opacity: .4;
}
.product-category:after {
    background: #322678;
    mix-blend-mode: hard-light;
}
.product-category:after {
	content: none;
}
.product-category:hover:before {
	filter: grayscale(0);
}
.product-category:hover:after {
	opacity: 0;
}
.product-category a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.product-category h3 {
    font-size: 2rem;
    margin: 0;
}
.product-category h3 + p {
	margin-top: 10px;
}
.product-category > * {
    position: relative;
    z-index: 1;
	transition: all .4s ease;
}
.product-category img {
	max-width: 100%;
	width: 300px;
	height: auto;
	margin-bottom: 20px;
}
.product-category.massageapparater svg {
    width: 100%;
    max-width: 330px;
	height: 260px;
}
.product-category.massagestole svg {
    width: 100%;
    max-width: 250px;
	height: 260px;
}

p.woocommerce-result-count,
form.woocommerce-ordering {
	display: none !important;
}

div#usp-bar {
    /*padding: 10px 0;*/
	font-size: .9rem;
	margin-bottom: 20px;
}
div#usp-bar .container > ul {
		background: var(--gray-bg);
		padding: 10px 30px;
		border-radius: 3rem;
		box-shadow: 0 6px 50px 0px rgba(0,0,0,.1);
	}
div#usp-bar ul li:not(:last-child) {
    margin-right: 30px;
}
div#usp-bar ul li {
	white-space: break-spaces;
}
div#usp-bar ul li span {
    margin-top: 2px;
}
div#usp-bar ul li svg {
    width: 20px;
    height: auto;
    margin-right: 7px;
	position: relative;
    top: -2px;
}

nav#main-nav > div > * {
    flex: 1;
}
nav#main-nav > div > *:nth-child(2) {
    flex: 2;
}

#main-nav {
    position: sticky;
    top: -1px;
	margin: 0 auto;
	width: 100%;
	height: unset;
    z-index: 9999;
    /*background: var(--gray-bg) !important;*/
    padding: 0;
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	opacity: 1;
	visibility: visible;
	transition: background .3s ease-out, box-shadow .3s ease-out;
}
#main-nav.shadow {
	background: #ffffff;
	box-shadow: 0 0 20px 10px rgba(0,0,0,.03);
}
.active-mobile-menu #main-nav {
	opacity: 1;
	visibility: visible;
}
div#top-bar {
    background: rgba(255,255,255,.05);
    padding-top: 5px;
	padding-bottom: 2px;
}
#main-nav > .container,
#main-nav > .container-fluid {
    height: 90px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.container,
.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

nav#main-nav li#menu-item-891 {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    background-color: #534c7b;
}

nav#main-nav a.navbar-brand {
	margin: 0;
	flex: none !important;
	font-size: 1.6rem;
	display: flex; 
	align-items: center;
}
nav#main-nav a.navbar-brand strong {
	color: var(--main-color);
}
nav#main-nav a.navbar-brand span:last-child {
    font-size: 0.8rem;
    margin-left: 10px;
    opacity: .5;
    letter-spacing: 0;
}
nav#main-nav a.navbar-brand img {
    width: 300px;
}

nav#main-nav .container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
nav#main-nav ul.navbar-nav {
	justify-content: center;
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	display: flex;
	flex-direction: row;
}
nav#main-nav ul.navbar-nav > li {
	padding-right: 2rem;
}
nav#main-nav #navbarNavDropdownLeft > ul > li:last-child,
nav#main-nav #navbarNavDropdownRight > ul > li:last-child {
	padding-right: 0;
}
nav#main-nav ul.navbar-nav li ul.dropdown-menu {
	display: none;
}

nav#main-nav .rightside {
	display: flex;
    justify-content: flex-end;
	align-items: center;
}
nav#main-nav .rightside .cart {
	display: flex;
	align-items: center;
	margin-top: -1px;
}
nav#main-nav .rightside .cart a {
	display: inline-flex;
	align-items: center;
	font-size: .7rem;
	color: #000000 !important;
}
nav#main-nav .rightside .cart a svg {
	width: 20px;
	margin-right: 5px;
	fill: var(--main-color);
	fill: #000000;
}

nav#main-nav .rightside .search {
	display: flex;
	align-items: center;
	font-size: .7rem;
	margin-right: 15px;
	cursor: pointer;
	color: #000000;
}
nav#main-nav .rightside .search svg {
	width: 20px;
	margin-right: 5px;
	fill: #000000 !important;
}

div#search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 99999999;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.show-search div#search-modal {
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
	opacity: 1;
	visibility: visible;
	pointer-events: unset;
}
div#search-modal .search-close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
div#search-modal .search-close svg {
	width: 50px;
	fill: var(--gray-bg);
	height: auto;
}
div#search-modal form {
    width: 100%;
    max-width: 600px;
	position: relative;
	display: flex;
    align-items: center;
}
div#search-modal form input[type="search"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    font-size: 2.5rem;
    padding: 12px 0;
    margin: 0;
	width: 100%;
	outline: none !important;
	box-shadow: none !important;
}
div#search-modal form button {
    position: absolute;
    right: 0;
    padding: 12px 40px;
    top: 0;
    background: var(--main-color);
	color: var(--dark-text-color);
    text-transform: uppercase;
    box-shadow: none;
	outline: none;
	z-index: 99;
}
div#search-modal form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

nav ul li a.nav-link {
	display: block;
    padding: 0.5rem 1rem;
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
	color: #000000 !important;
}

/*nav #navbarNavDropdownLeft > ul > li > a:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0%;
    background: var(--main-color);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 4px;
    transition: all 0.4s ease;
}*/
nav #navbarNavDropdownLeft ul li a:hover:before,
nav #navbarNavDropdownLeft ul li.current-menu-item a:before {
    width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-top: -60px;
}

.dropdown-toggle::after {
    margin-left: 8px;
}

.mobiletrigger {
	height: 30px;
    width: 20px;
    position: relative;
    z-index: 101;
	margin-left: 20px;
	display: none;
	cursor: pointer;
}
.mobiletrigger .lines {
	background-color: var(--main-color);
    height: 1px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -10px;
    transition: height 100ms;
}
.mobiletrigger .lines:before,
.mobiletrigger .lines:after {
	content: '';
    background-color: var(--main-color);
    height: 1px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    transition: all 200ms;
}
.mobiletrigger .lines:before {
	bottom: -7px;
}
.mobiletrigger .lines:after {
	top: -7px;
}
.show-mobilemenu .mobiletrigger .lines {
	height: 0;
}
.show-mobilemenu .mobiletrigger .lines:before,
.show-mobilemenu .mobiletrigger .lines:after {
	background-color: #ffffff;
    top: 1px;
}
.show-mobilemenu .mobiletrigger .lines:before {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.show-mobilemenu .mobiletrigger .lines:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobilemenu {
	position: fixed;
	z-index: 999999999;
	height: 100%;
	width: 420px;
	top: 0;
	right: 0;
	background: #ffffff;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	opacity: 0;
	overflow-y: auto;
	visibility: hidden;
	transform: translateX(100px);
	transition: all 0.3s ease;
	border-left: 4px solid var(--main-color);
}
.show-mobilemenu #mobilemenu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
#mobilemenu .mobiletrigger {
	position: absolute;
	top: 20px;
	right: 20px;
}
#mobilemenu .brand {
	width: 100%;
	max-width: 250px;
}
#mobileoverlay {
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75); 
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.show-mobilemenu #mobileoverlay {
	opacity: 1;
	visibility: visible;
}
div#mobilemenu .menu-hovedmenu-container {
    width: 100%;
}
div#mobilemenu .navbar-nav .dropdown-menu {
	border-radius: 0;
	text-align: center;
	background: var(--gray-bg);
}
div#mobilemenu .menu-hovedmenu-container ul li a {
	color: #000000 !important;
}

.container {
    max-width: 1300px !important;
}

.wrapper {
    overflow: hidden;
	padding: 0;
}
#wrapper-footer.wrapper {
	padding: 0;
	/*border-top: 5px solid #000000;*/
	/*background-color: var(--gray-bg);*/
	background: #000000;
	color: #ffffff;
}
#wrapper-footer.wrapper a {
	color: #ffffff !important;
}
section#kontaktinfo .brand {
	font-size: 2rem;
	display: inline-block;
	margin-bottom: 30px;
}
section#kontaktinfo hr {
	border-bottom: 2px solid red;
    margin: 0;
    padding: 0;
    height: unset;
    border-top: none;
    opacity: 1;
    max-width: 40px;
    margin-bottom: 20px;
}


div#content {
    padding: 20px 15px 30px;
	outline: none !important;
}
.tax-product_cat div#content {
	padding: 30px 15px 20px;
}
.term-description {
	margin-bottom: 30px;
}


section {
    padding-top: 60px;
    padding-bottom: 60px;
	outline: none;
}
@media (max-width: 600px) {
section {
    padding-bottom: 80px;
}
}
#page-title {
	padding: 30px 0;
	/*background: var(--gray-bg);*/
	position: relative;
}
/*#page-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
#page-title .container {
	position: relative;
	z-index: 1;
}
#page-title h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
}
#page-title .woocommerce-breadcrumb {
	margin-bottom: 0;
	/*color: #ffffff;*/
}
#page-title .woocommerce-breadcrumb a {
	/*color: #cacaca !important;*/
}

main#main .woocommerce-breadcrumb,
main#main header.woocommerce-products-header {
    display: none;
}


section#kontaktinfo {
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 15px;
}
section#kontaktinfo h3 {
	font-size: 1.3rem;
}
section#kontaktinfo .payment,
.payment {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
}
.payment svg {
    max-width: 300px;
}

section#kontaktinfo .social p a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
section#kontaktinfo .social br {
    display: none;
}

section#kontaktinfo .social svg {
	width: 20px;
    height: 20px;
    fill: var(--main-color);
	fill: #ffffff;
	margin-right: 8px;
}


section#copyright {
	padding: 0 60px 30px;
}
section#copyright p {
	margin: 0;
	font-size: .8rem;
	opacity: .6;
}
section#copyright .site-info p > span {
    margin: 0 10px;
}


.form-control, .widget_archive select, .widget_categories select, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    border: 1px solid gray;
    padding: 6px 10px;
	border-radius: 0;
}
.wpcf7 textarea,
textarea,
label {
    width: 100%;
}

body:not(.single-product) main#main h1.entry-title {
    text-align: center;
    font-size: 30px;
	margin-bottom: 60px;
}

.wpcf7 {
	margin: unset !important;
}
.wpcf7 input[type=submit] {
    color: #ffffff;
	background: var(--main-color);
    border-color: var(--main-color);
	border-radius: 0;
	transition: all .3s ease-out;
    transform: scale(1);
	height: 50px;
}
.wpcf7 input[type=submit]:active,
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=submit]:hover {
	outline: none;
	background: var(--gray-bg) !important;
	border-color: var(--gray-bg) !important;
    transform: scale(1.03) !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	color: var(--dark-text-color) !important;
	background: var(--main-color);
	border-radius: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	background-color: var(--gray-bg);
}
.woocommerce table.shop_table {
	border-radius: 0;
}


.marquee-wrapper {
    height: 360px;
    background: transparent;
    overflow: hidden;
	opacity: .2;
	pointer-events: none;
	position: absolute;
	left: 0;
	width: 100%;
	transform: scale(2);
	/*margin-top: -10%;*/
}
.marquee,
.marquee2 {
	position: relative;
	margin: 0;
	width: 100%;
} 
.marquee2 {
	top: 50%;
}
.marquee-word {
    position: absolute;
    background: transparent;
    font-size: 180px;
    line-height: 180px;
    text-align: center;
    color: transparent;
	font-weight: 700;
	letter-spacing: -7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
    text-transform: uppercase;
}


section#hero {
	padding: 50px 0;
	/*height: 80vh;*/
	max-height: 600px;
	display: flex;
	align-items: center;
	position: relative;
	background: #000000;
	color: #ffffff;
}

section#hero #branding {
    position: absolute;
    right: 0;
    width: 30vw;
    transform: rotate(15deg);
    mix-blend-mode: screen;
}
section#hero .container {
	position: relative;
	z-index: 99;
}
section#hero h1 {
	font-size: 6rem;
	letter-spacing: -.4rem;
}
section#hero h1 small {
	display: block;
	font-size: 2rem;
	letter-spacing: -.05rem;
}
section#hero h4 {
    letter-spacing: -.05rem;
}


.woocommerce .products ul, .woocommerce ul.products {
    margin: 0;
}
.woocommerce ul.products[class*=columns-] li.product:last-child,
.woocommerce-page ul.products[class*=columns-] li.product:last-child {
	margin-bottom: 0;
}


.woocommerce a.add_to_cart_button {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #000000;
    border: none;
    padding: 0.8rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	color: #ffffff !important;
    display: block;
    width: 100%;
	margin: 0 !important;
	border-radius: 30px;
}
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:active,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle, .wpcf7 .show>input.dropdown-toggle[type=submit], .wpcf7 input:not(:disabled):not(.disabled).active[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
    color: var(--dark-text-color) !important;
    background: var(--main-color);
    border-color: var(--main-color);
	box-shadow: none !important;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    top: 10px;
    right: 10px;
    left: unset;
    background: #000000;
    min-height: unset;
    min-width: unset;
    margin: 0;
    line-height: unset;
	white-space: pre-wrap;
	display: inline-flex;
	border-radius: 3px;
    font-size: 11px;
    padding: 5px 8px 4px;
}
.single-product.woocommerce .summary span.onsale {
	position: static;
	margin-bottom: 20px;
	font-size: .6rem;
    padding: 2px 13px;
}

.home .woocommerce {
    margin-top: 40px;
}
.woocommerce ul.products li.product {
    margin: 0 1.5% 30px 0;
    width: 23.875%;
    text-align: center;
    background: transparent;
    padding: 30px;
	overflow: hidden;
	transition: all .3s ease;
	/*mix-blend-mode: darken;*/
	background: #ffffff;
	padding: 15px;
	border-radius: 20px;
	box-shadow: 0 6px 50px 0px rgba(0,0,0,.1);
}
.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:focus {
    transform: scale(1.05);
}
.woocommerce ul.products li.product.last {
    margin-right: 0;
}
.woocommerce ul.products li.product h2 {
    position: relative;
	transition: all .3s ease;
	padding-bottom: 5px;
	font-weight: 700;
	color: var(--main-color);
}
.woocommerce ul.products li.product .price {
    color: #000000;
    font-size: .7rem;
	line-height: 1;
	margin: 0;
}
.woocommerce ul.products li.product .finansiering {
    font-size: 11px;
    line-height: 1.4;
    margin: 5px 0 0;
    display: block;
}
.woocommerce ul.products li.product span.empty-finansiering {
    display: block;
    height: 35.79px;
}

.woocommerce ul.products li.product a.add_to_cart_button {
    margin-top: 15px !important;
	display: inline-block;
	padding: 5px 25px 3px;
	width: auto;
	border: 2px solid #000000;
	color: #000000 !important;
	background: transparent;
}
.woocommerce ul.products li.product .price ins {
    font-size: 20px;
	display: block;
	text-decoration: none;
}

.woocommerce ul.products li.product a img {
    min-height: 220px;
    object-fit: contain;
    object-position: center;
	mix-blend-mode: darken;
	filter: brightness(1.2);
}

.product .sengefarve {
    margin: 10px 0 20px;
}
.product .sengefarve .row {
    margin: 0 -7px;
    justify-content: center;
}
.product .sengefarve .row > div {
    padding: 0 7px;
	max-width: 20%;
}
.product .sengefarve .row > div p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #aaaaaa;
}
.product .sengefarve .row > div p:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.woocommerce ul.products li.product .sengefarve img {
    position: absolute;
    width: 100%;
    height: 100%;
	min-height: unset;
    object-fit: fill;
	margin: 0;
}


.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	float: unset;
	width: 12.5%;
	padding: 10px;
}


.single-product section.related.products {
    clear: both;
	padding: 0;
}
section.related.products h2 {
    text-align: center;
}
section.related.products ul.products li.product .sengefarve {
	display: none;
}
.woocommerce-variation-price {
    margin-top: 15px;
	margin-bottom: 15px;
    text-align: center;
    padding-left: 40px;
}
.woocommerce-variation-price .price del {
    display: none !important;
}
.woocommerce div.product .price ins,
.woocommerce div.product .price .woocommerce-Price-amount.amount {
    text-decoration: none;
    color: var(--main-color);
    font-size: 40px;
}
.woocommerce div.product .price del,
.woocommerce div.product .price del .woocommerce-Price-amount.amount {
    font-size: 75%;
    color: black;
    opacity: .4 !important;
}
.woocommerce div.product .price bdi .woocommerce-Price-currencySymbol {
    font-size: 50%;
    vertical-align: super;
	color: var(--gray-bg);
}
.product-type-variable .price span:nth-last-child(n+2) span.woocommerce-Price-currencySymbol {
	display: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 10px;
}
.viabill-pricetag.viabill-pricetag-optional-styles {
    display: flex !important;
    justify-content: center;
}

.single-product div.product .product_title {
    font-size: 28px;
    color: #000000;
	margin-bottom: 4px;
	font-weight: 700;
}
.single-product div.product p.price, .woocommerce div.product span.price {
    color: #949494;
    font-size: 30px;
}

.mere-info-knapper {
	display: flex;
	align-items: center;
}

a.text-link,
.text-link {
    background: none;
    display: inline-flex;
    align-items: center;
	outline: none;
	color: #222222 !important;
	border: 1px solid #b2b2b2;
    padding: 7px 15px;
    font-size: 14px;
}



.single-product .summary .product_meta {
    font-size: 80%;
    margin-bottom: 10px;
}


.pricebox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
	margin-bottom: 20px;
}
.pricebox > div {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.pricebox > div:nth-child(1) {
	align-items: flex-start;
}
.pricebox > div:nth-child(2) {
	align-items: center;
    line-height: 1.3;
    font-size: 80%;
}
.pricebox > div:nth-child(2) strong {
	color: #3ead45;
}
.pricebox > div:nth-child(3) {
	align-items: flex-end;
}

.single-product .product_cat-senge button.single_add_to_cart_button.btn.btn-outline-primary {
	width: 100%;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}
.woocommerce .quantity .qty {
    height: 56px;
    width: 80px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 10px;
}

button.single_add_to_cart_button.btn.btn-outline-primary {
	background: var(--main-color);
	border-color: var(--main-color);
    color: #ffffff;
    padding: 15px 40px;
    width: calc(100% - 90px);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: relative;
}
button.single_add_to_cart_button.btn.btn-outline-primary svg {
    fill: #ffffff;
    max-width: 23px;
    margin-right: 10px;
}
button.single_add_to_cart_button.btn.btn-outline-primary:after {
    content: '';
    position: absolute;
    width: 40px;
    height: calc(100% + 30px);
    background: rgba(255,255,255,.2);
    transform: skewX(-30deg);
    left: -80px;
}

.woocommerce .btn-primary {
    background-color: #1e1556;
    border-color: #1e1556;
	color: #0F1015 !important;
}
.woocommerce .btn-primary:hover,
.woocommerce .btn-primary:active {
    background-color: #32248b;
    border-color: #32248b;
}
.woocommerce .btn-outline-primary {
    color: #1e1556;
    border-color: #1e1556;
}
.woocommerce .btn-outline-primary:hover,
.woocommerce .btn-outline-primary:active {
    color: #fff;
    background-color: #1e1556;
    border-color: #1e1556;
}
.woocommerce .btn.disabled, .woocommerce .btn:disabled, .woocommerce .wpcf7 input.disabled[type=submit], .woocommerce .wpcf7 input:disabled[type=submit] {
	opacity: .4;
    filter: grayscale(1);
}


.home #contactbar {
	margin-top: 70px;
}
#contactbar {
    margin-bottom: 70px;
}
#contactbar > div {
	width: 100%;
}
#contactbar .container > div {
	background: var(--gray-bg);
	border: 1px solid #FFFFFF2B;
    padding-left: 70px;
    padding-right: 70px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-radius: 1rem;
	background: #ffffff;
	
	background: var(--main-color);
	color: #ffffff;
}
#contactbar .container > div h3,
#contactbar .container > div h3 strong,
#contactbar .container > div h2,
#contactbar .container > div h2 strong {
	color: #ffffff;
}
#contactbar .contactimg {
    display: block;
    max-width: 180px;
    margin: -20px auto;
}
#contactbar img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
#contactbar h3 {
	margin: 0;
	margin-bottom: 10px;
}
#contactbar p {
	margin: 0;
	font-size: 15px;
}
#contactbar p + h3 {
	margin: 0;
}
#contactbar svg {
	width: 40px;
	height: 40px;
	fill: var(--main-color);
	fill: #ffffff;
}
#contactbar .disclaimer {
	line-height: 1.2;
}


section#product-usp {
	background: #000000;
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
}
section#product-usp svg {
	width: 40px;
	margin-bottom: 15px;
	fill: #ffffff;
}
section#product-usp p {
	margin: 0;
}



section#history {
	position: relative;
}



section#fordele {
    /*background: var(--gray-bg);*/
	padding-top: 0;
}

.boxed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
	overflow: hidden;
	height: 100%;
	padding: 3rem 3rem;
	border-radius: 2rem;
}
.boxed:after {
    content: '';
    display: block;
    position: absolute;
	pointer-events: none;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.boxed svg {
    width: 100px;
	height: auto;
	margin-bottom: 20px;
	z-index: 2;
	fill: #000000;
}
.ombytning.boxed svg {
	fill: #ffffff;
}
.boxed > div {
    position: relative;
	z-index: 2;
	text-align: center;
}
.boxed h3 {
	font-size: 25px;
	margin-bottom: 0;
}
.ombytning.boxed h3,
.ombytning.boxed h3 strong {
	color: #ffffff;
}
.boxed p {
	margin: 0;
}

.ombytning.boxed:after {
	background: var(--main-color);
}

.tilbyder.boxed {
	padding: 3rem 2rem;
}

.levering.boxed h3 {
	color: #000000
}
.levering.boxed svg {
	fill: #000000
}
.levering.boxed:after {
	background: var(--gray-bg);
}


#historyImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}



.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: #e4e4e4;
    padding: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.woocommerce ul.order_details {
    margin: 0;
    display: flex;
    justify-content: center;
}
.woocommerce ul.order_details li:last-child {
    margin: 0;
    padding: 0;
}


@media only screen and (max-width: 1500px) {
	nav#main-nav a.navbar-brand {
		flex-direction: column;
		align-items: flex-start;
		line-height: 1;
	}
	nav#main-nav a.navbar-brand span:last-child {
		font-size: 0.83rem;
		margin-left: 0px;
	}
	nav#main-nav > div > *:nth-child(2) {
		flex: 3;
	}
}

@media only screen and (max-width: 1350px) {
	nav .rightside .search > span,
	nav .rightside .cart a > span {
		display: none;
	}
	
	div#search-modal .search-close {
		top: 15px;
		right: 15px;
	}
	div#search-modal .search-close svg {
		width: 30px;
	}
}
@media only screen and (max-width: 1250px) {
	.woocommerce ul.products li.product {
    	margin: 0 2.126% 30px 0;
    	width: 47.875%;
	}
	div#navbarNavDropdownLeft {
		display: none;
	}
	.mobiletrigger {
		display: block;	
	}
	
	div#usp-bar .container > ul {
		background: var(--gray-bg);
		padding: 10px 30px;
		border-radius: 3rem;
	}
	div#usp-bar ul li span {
		display: none;
	}

	button#toTop {
		width: 40px;
		height: 40px;
    	right: 5px;
    	bottom: 5px;
	}
	button#toTop span {
		display: none;
	}
	

	.mere-info-knapper {
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 18px;
	}
	.mere-info-knapper > * {
		width: 100%;
		text-align: center !important;
		justify-content: center;
		margin: 5px 0 !important;
	}
	
}

@media only screen and (max-width: 1000px) {
	body {
		line-height: 1.4em;
	}

	#main-nav {
		width: 100%;
	}
	section,
	section#copyright {
		padding-left: 0;
		padding-right: 0;
	}
	
	section#copyright .site-info p > span {
		display: block;
    	line-height: 0px;
    	margin: -3px 0;
    	color: transparent;
	}
	
	div#search-modal form {
		max-width: 400px;
	}
	div#search-modal form .input-group input[type="search"] {
		font-size: 20px;
	}
	div#search-modal form .input-group button {
    	padding: 6px 24px;
	}
}
@media (max-width: 767.98px) {
	nav.navbar-expand-md > .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 768px) {
	div#usp-bar .container > ul {
		padding: 10px 20px;
		font-size: 11px;
	}
	div#usp-bar ul li:not(:last-child) {
		margin-right: 15px;
	}
	div#usp-bar ul li svg {
		width: 14px;
		margin-right: 4px;
		top: -1px;
	}
	section#hero h1 {
		font-size: 4rem;
	}
	
	
	
	#wrapper-footer.wrapper {
		background-size: cover;
	}
	
	section#shop-categories {
		padding: 30px 0 0px !important;
	}
	
	a.navbar-brand img {
		width: 220px;
	}
	
	/*#main-nav .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}*/
	
	.single-product div#content {
		padding: 10px 15px 10px;
	}
	
	
	.marquee-wrapper {
		height: 180px;
		/*transform: scale(2);*/
		margin-top: -10%;
	}
	.marquee-word {
		font-size: 90px;
		line-height: 90px;
		letter-spacing: -5px;
	}
	
	
	.single-product div.product p.price,
	.woocommerce div.product span.price,
	.woocommerce div.product .price ins,
	.woocommerce div.product .price .woocommerce-Price-amount.amount {
		font-size: 30px;
	}
	
	section#history #historyImg {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 60px;
	}
	
	.home #page-wrapper > a img {
		min-height: 230px;
		object-fit: cover;
		object-position: center;
	}
	
	section {
	    padding-top: 30px;
		padding-bottom: 30px;
	}
	.h2, h2 {
		font-size: 1.8rem;
	}
	.h3, h3 {
		font-size: 1.5rem;
	}
	
	.boxed {
    	padding: 2rem 1rem;
		border-radius: 1rem;
	}
	.boxed svg {
		width: 50px;
		margin-bottom: 15px;
	}
	.boxed h3 {
		font-size: 16px;
	}
	.tilbyder.boxed {
		padding: 3rem 0rem;
		text-align: center;
	}
	
	section#leveringsproces .leveringikon {
		width: 90px;
		height: 90px;
		padding: 17px;
	}
	section#leveringsproces .leveringikon svg {
		width: 40px;
	}
	section#leveringsproces .row > div:not(:last-child),
	section#product-usp .row > div:not(:last-child) {
		margin-bottom: 40px;
	}
	
	.home #contactbar {
		margin-top: 15px;
	}
	#contactbar {
		margin-bottom: 15px;
		line-height: 1.6;
	}
	
	#contactbar .container > div {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	section#kontaktinfo .social p a {
		justify-content: center;
		margin-right: 10px;
	}
	
	.h5, h5 {
		font-size: 1rem;
	}
	

	section#kontaktinfo .row > div:nth-child(4) {
		max-width: 200px;
	}
}
@media only screen and (max-width: 550px) {
	html {
		font-size: 14px;
	}
	
	div#usp-bar ul li:not(:last-child) {
		margin-right: 20px;
	}
	div#usp-bar ul li svg {
		width: 14px;
		top: -1px;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce ul.products[class*=columns-] li.product {
		width: 100%;
	}
	.mobiletrigger {
		margin-left: 18px;
	}
	
	#mobilemenu {
    	width: 340px;
	}
	
	.h2, h2 {
		font-size: 1.5rem;
	}
	.h3, h3 {
		font-size: 1.2rem;
	}
	
	#contactbar svg {
		width: 28px;
		height: 28px;
	}
	
	.single-product div.product p.price,
	.woocommerce div.product span.price,
	.woocommerce div.product .price ins,
	.woocommerce div.product .price .woocommerce-Price-amount.amount {
		font-size: 25px;
	}	
}

@media only screen and (max-width: 463px) {
	div#usp-bar ul li:not(:last-child) {
		margin-right: 12px;
	}
	div#usp-bar ul li svg {
		width: 12px;
		top: 0px;
		margin-right: 4px;
	}
}

@media only screen and (max-width: 400px) {
	div#usp-bar ul li:not(:last-child) {
		margin-right: 10px;
	}
	div#usp-bar ul li svg {
		width: 10px;
		top: 0px;
		margin-right: 4px;
	}
}