/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

u, strong, p, div, h1, h2, h3, h4, h5, h6, a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
}
strong, #forhandlere a {
  font-weight: 700;
}
h1,h2,h3 {
  font-weight: 300;
}
#main-content h1, .large-headline *, #left-area .related-title {
  font-size: 4.3vw !important;
  line-height: 4.5vw;
}
.large-text, .large-text * {
  font-size: 3vw;
  line-height: 3.4vw;
}
em, i {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}
.et_pb_row, .container, .shop-header, .product-filters {
  width: 95%;
  max-width: 1850px;
}

/* Header */
.bold-nav-full {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.bold-nav-full__bar {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  padding: 2.5em;
  display: flex;
  position: absolute;
}

.bold-nav-full__logo {
  pointer-events: auto;
  color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 2em;
  display: flex;
}

.bold-nav-full__logo img {
  transition: 0.5s cubic-bezier(.7, 0, .3, 1);
}

/* --------------------------------- Hamburger --------------------------------- */

.bold-nav-full__hamburger {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
  background: none !important;
  border: none !important;
  margin-right: 40px;
}

.archive.woocommerce-page .bold-nav-full__hamburger, .single-product .bold-nav-full__hamburger, .woocommerce-cart .bold-nav-full__hamburger, .woocommerce-checkout .bold-nav-full__hamburger  { 
  color: #000;
}

.bold-nav-full__hamburger .bold-nav-full__hamburger-bar {
  background-color: #fff !important;
  width: 2em;
  height: .125em;
  position: absolute;
  transform: translate(0, 0)  rotate(0.001deg);
  transition: transform 0.5s cubic-bezier(.7, 0, .3, 1);
}

.archive.woocommerce-page .bold-nav-full__hamburger .bold-nav-full__hamburger-bar, .single-product .bold-nav-full__hamburger .bold-nav-full__hamburger-bar, .woocommerce-cart .bold-nav-full__hamburger .bold-nav-full__hamburger-bar, .woocommerce-checkout .bold-nav-full__hamburger .bold-nav-full__hamburger-bar {
  background-color: #000 !important;
}

[data-navigation-status="active"] .bold-nav-full__hamburger .bold-nav-full__hamburger-bar {
  background-color: #fff !important;
}

.bold-nav-full__hamburger .bold-nav-full__hamburger-bar:nth-child(1) {
  transform: translate(0, -.45em) scale(1, 1) rotate(0.001deg);
}

.bold-nav-full__hamburger .bold-nav-full__hamburger-bar:nth-child(3) {
  transform: translate(0, .45em) scale(1, 1) rotate(0.001deg);
}

/* Hamburger - Hover */
.bold-nav-full__hamburger:hover .bold-nav-full__hamburger-bar:nth-child(1) {
  transform: translate(0, -.45em) scale(.5, 1) rotate(0.001deg);
}

.bold-nav-full__hamburger:hover .bold-nav-full__hamburger-bar:nth-child(3) {
   transform: translate(0, .45em) scale(.5, 1) rotate(0.001deg);
}

/* Hamburger (Navigation Open) */
[data-navigation-status="active"]  .bold-nav-full__hamburger-bar:nth-child(1) {
  transform: translate(0, 0) rotate(45deg) scale(1, 1);
}

[data-navigation-status="active"] .bold-nav-full__hamburger-bar:nth-child(2) {
  transform: translate(-150%, 0) rotate(0.001deg) scale(1, 1);
}

[data-navigation-status="active"]  .bold-nav-full__hamburger-bar:nth-child(3) {
  transform: translate(0, 0) rotate(-45deg) scale(1, 1);
}

/*  Hamburger - Hover (Navigation Open)  */
[data-navigation-status="active"] .bold-nav-full__hamburger:hover .bold-nav-full__hamburger-bar:nth-child(1) {
  transform: translate(0, 0) rotate(45deg) scale(.7, 1);
}

[data-navigation-status="active"] .bold-nav-full__hamburger:hover .bold-nav-full__hamburger-bar:nth-child(3) {
  transform: translate
}

/* --------------------------------- Tile --------------------------------- */

.bold-nav-full__tile {
  pointer-events: auto;
  background-color: #B1B9AA;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: clip-path 1s cubic-bezier(.9, 0, .1, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

/* Tile (Navigation Open) */
[data-navigation-status="active"] .bold-nav-full__tile {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.bold-nav-full__ul {
  flex-flow: column;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.bold-nav-full__li {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-nav-full__link {
  color: #fff;
  letter-spacing: -.04em;
  padding-left: .075em;
  padding-right: .075em;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: calc(3vw + 3vh);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  transform: translateY(100%) rotate(5deg);
  transition: transform 0.75s cubic-bezier(.7, 0, .3, 1);
}

.bold-nav-full__link.is--current {
  color: #fff;
}

.bold-nav-full__li:nth-child(1) .bold-nav-full__link {transition-delay: 0.2s;}
.bold-nav-full__li:nth-child(2) .bold-nav-full__link {transition-delay: 0.15s;}
.bold-nav-full__li:nth-child(3) .bold-nav-full__link {transition-delay: 0.1s;}
.bold-nav-full__li:nth-child(4) .bold-nav-full__link {transition-delay: 0.05s;}
.bold-nav-full__li:nth-child(5) .bold-nav-full__link {transition-delay: 0s;}

/* Tile - Links (Navigation Open) */
[data-navigation-status="active"] .bold-nav-full__link {
  transform: translateY(0%) rotate(0.001deg);
  transition-delay: 0.3s;
}

[data-navigation-status="active"] .bold-nav-full__li:nth-child(1) .bold-nav-full__link {transition-delay: 0.3s;}
[data-navigation-status="active"] .bold-nav-full__li:nth-child(2) .bold-nav-full__link {transition-delay: 0.35s;}
[data-navigation-status="active"] .bold-nav-full__li:nth-child(3) .bold-nav-full__link {transition-delay: 0.4s;}
[data-navigation-status="active"] .bold-nav-full__li:nth-child(4) .bold-nav-full__link {transition-delay: 0.45s;}
[data-navigation-status="active"] .bold-nav-full__li:nth-child(5) .bold-nav-full__link {transition-delay: 0.5s;}

.bold-nav-full__link-text {
  text-shadow: 0 1.1em 0;
  display: block;
  position: relative;
}

/* Tile - Links (Hover) */
.bold-nav-full__li {
  transition: opacity 0.5s cubic-bezier(.7, 0, .3, 1);
}

.bold-nav-full__ul:has(.bold-nav-full__li:hover) .bold-nav-full__li {
  opacity: 0.15;
}

.bold-nav-full__ul:has(.bold-nav-full__li:hover) .bold-nav-full__li:hover {
  opacity: 1;
}

/* Tile - Links (Hover) */
.bold-nav-full__link .bold-nav-full__link-text {
  transition: transform 0.5s cubic-bezier(.7, 0, .3, 1);
  transform: translateY(0%) rotate(0.001deg);
}

.bold-nav-full__link:hover .bold-nav-full__link-text {
  transform: translateY(-100%) rotate(0.001deg);
}

/* Bottom */
.bold-nav__bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.25em 2.5em;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bold-nav__word {
  opacity: .5;
  margin-bottom: 0;
  font-size: 1.125em;
  position: relative;
}

/* WordPress menu container */
.bold-nav-full__tile .primary-navigation {
  width: 100%;
}

/* WordPress <ul> */
.bold-nav-full__tile .primary-menu {
  flex-flow: column;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

/* WordPress <li> */
.bold-nav-full__tile .primary-menu > .menu-item {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: opacity 0.5s cubic-bezier(.7, 0, .3, 1);
}

/* WordPress <a> (this replaces .bold-nav-full__link) */
.bold-nav-full__tile .primary-menu > .menu-item > a {
  color: #fff;
  letter-spacing: -.04em;
  padding-left: .075em;
  padding-right: .075em;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: calc(3vw + 3vh);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;

  transform: translateY(100%) rotate(5deg);
  transition: transform 0.75s cubic-bezier(.7, 0, .3, 1);
}

/* "Current" menu item in WordPress */
.bold-nav-full__tile .primary-menu > .current-menu-item > a,
.bold-nav-full__tile .primary-menu > .current_page_item > a {
  color: #fff;
}

/* Stagger delays (5 items) */
.bold-nav-full__tile .primary-menu > .menu-item:nth-child(1) > a { transition-delay: 0.2s; }
.bold-nav-full__tile .primary-menu > .menu-item:nth-child(2) > a { transition-delay: 0.15s; }
.bold-nav-full__tile .primary-menu > .menu-item:nth-child(3) > a { transition-delay: 0.1s; }
.bold-nav-full__tile .primary-menu > .menu-item:nth-child(4) > a { transition-delay: 0.05s; }
.bold-nav-full__tile .primary-menu > .menu-item:nth-child(5) > a { transition-delay: 0s; }

/* OPEN state animation */
[data-navigation-status="active"] .bold-nav-full__tile .primary-menu > .menu-item > a {
  transform: translateY(0%) rotate(0.001deg);
  transition-delay: 0.3s;
}

/* OPEN state stagger delays */
[data-navigation-status="active"] .bold-nav-full__tile .primary-menu > .menu-item:nth-child(1) > a { transition-delay: 0.3s; }
[data-navigation-status="active"] .bold-nav-full__tile .primary-menu > .menu-item:nth-child(2) > a { transition-delay: 0.35s; }
[data-navigation-status="active"] .bold-nav-full__tile .primary-menu > .menu-item:nth-child(3) > a { transition-delay: 0.4s; }
[data-navigation-status="active"] .bold-nav-full__tile .primary-menu > .menu-item:nth-child(4) > a { transition-delay: 0.45s; }
[data-navigation-status="active"] .bold-nav-full__tile .primary-menu > .menu-item:nth-child(5) > a { transition-delay: 0.5s; }

/* Link text (you already output this span) */
.bold-nav-full__link-text {
  text-shadow: 0 1.1em 0;
  display: block;
  position: relative;
}

/* Hover fade (use :has like your original) */
.bold-nav-full__tile .primary-menu:has(.menu-item:hover) > .menu-item {
  opacity: 0.15;
}
.bold-nav-full__tile .primary-menu:has(.menu-item:hover) > .menu-item:hover {
  opacity: 1;
}

/* Hover slide text effect */
.bold-nav-full__tile .primary-menu > .menu-item > a .bold-nav-full__link-text {
  transition: transform 0.5s cubic-bezier(.7, 0, .3, 1);
  transform: translateY(0%) rotate(0.001deg);
}
.bold-nav-full__tile .primary-menu > .menu-item > a:hover .bold-nav-full__link-text {
  transform: translateY(-100%) rotate(0.001deg);
}
.bold-nav__word a {
  color: #fff !important;
  margin: 0 10px;
  opacity: .5;
  transition: 0.3s cubic-bezier(.7, 0, .3, 1);
}
.bold-nav__word a:hover {
  opacity: 1;
}
.bold-nav__word {
  opacity: 1 !important;
}
.bold-nav-full__bar, .cart-icon {
  transition: 0.5s cubic-bezier(.7, 0, .3, 1);
}
#main-header.et-fixed-header .bold-nav-full__bar {
  background: #b1b9aa;
  padding: 25px 2.5em;
}
.bold-nav-full__bar img {
  position: relative;
  transition: 0.5s cubic-bezier(.7, 0, .3, 1);
  top: 0;
}
#main-header.et-fixed-header .bold-nav-full__bar img {
  top: 6px;
}
#main-header.et-fixed-header .bold-nav-full__hamburger {
  top: 0;
}
.archive.woocommerce-page #main-header.et-fixed-header .bold-nav-full__bar img, .woocommerce-cart #main-header.et-fixed-header .bold-nav-full__bar img, .woocommerce-checkout #main-header.et-fixed-header .bold-nav-full__bar img, .single-product [data-navigation-status="active"] .bold-nav-full__bar img, .archive.woocommerce-page [data-navigation-status="active"] .bold-nav-full__bar img, .single-product #main-header.et-fixed-header .bold-nav-full__bar img {
  filter: invert(100%);
}
.archive.woocommerce-page #main-header.et-fixed-header .bold-nav-full__hamburger, .single-product #main-header.et-fixed-header .bold-nav-full__hamburger, .woocommerce-cart #main-header.et-fixed-header .bold-nav-full__hamburger, .woocommerce-checkout #main-header.et-fixed-header .bold-nav-full__hamburger {
  color: #fff !important;
}
.single-product #main-header.et-fixed-header .bold-nav-full__hamburger .bold-nav-full__hamburger-bar, .woocommerce-cart #main-header.et-fixed-header .bold-nav-full__hamburger .bold-nav-full__hamburger-bar, .woocommerce-checkout #main-header.et-fixed-header .bold-nav-full__hamburger .bold-nav-full__hamburger-bar, .archive.woocommerce-page #main-header.et-fixed-header .bold-nav-full__hamburger .bold-nav-full__hamburger-bar {
  background: #fff !important;
}
.cart-icon {
  position: absolute;
  right: 2.5em;
}
.cart-icon img {
  width: 29px !important;
  top: 3px;
  transition: 0.5s cubic-bezier(.7, 0, .3, 1);
}
span.cart-content {
  position: absolute;
  font-size: 8px;
  background: #B1B9AA;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  color: white;
  font-weight: 700 !important;
  right: -3px;
}
.cart-icon a {
  pointer-events: auto;
}
#main-header.et-fixed-header .cart-icon img {
  top: 4px !important;
}

/* Reviews */
/* Slider */
.acf-reviews-slider-wrap {
	padding: 200px 0 100px;
	text-align: center !important;
}
.acf-review-name {
  opacity: .5;
}
.acf-reviews-slider-wrap .slick-slide {
	padding: 0 50px !important;
}
.acf-review-text {
	margin: 30px 0;
}
.slick-dots li {
	margin: 0 !important;
}
.acf-reviews-slider-wrap .acf-reviews-slider {
	padding-bottom: 50px;
}
.acf-review-text *, .acf-review-stars * {
	font-size: 18px !important;
	line-height: 24px !important;
}
/* Page Loader */
.loader {
  z-index: 999999;
  color: #fff;
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0% 0% auto;
}

.loader__bg {
  background-color: #C2CBD8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader__container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loader__bg-bar {
  z-index: 1;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 100%;
  height: .3em;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale3d(0, 1, 1);
}

.loader__logo-wrap {
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 85px;
  display: flex;
  position: relative;
}

.loader__logo-item {
  width: 100%;
  position: absolute;
  text-align: center;
}
.loader::before {
  display: none !important;
}

.loader__logo-item.is--base {
  opacity: .2;
}

.loader__logo-item.is--top {
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
}

.loader__logo-img {
  width: 100%;
  display: block;
}

.loader__text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 3.5em;
}

.loader__text-el {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: -.25em;
  padding-bottom: .25em;
  font-weight: 700 !important;
  position: absolute;
}
.loader__text-el * {
  font-weight: 500 !important;
}

[data-load-reset]{ opacity: 0; }

.page-id-2 .et_pb_slide_description {
  opacity: 1 !important;
  bottom: 0px !important;
  position: relative;
  transition: 0.7s cubic-bezier(.7, 0, .3, 1) !important;
  animation: none !important;
}
.page-id-2 .et_pb_slide_description.visible {
  opacity: 1 !important;
  bottom: 0 !important;
}

/* Page */
#front .et_pb_slide {
  height: 100vh !important;
  padding: 0 2.5% !important;
}
#front .et_pb_slide_description {
  padding: 0 !important;
  text-shadow: none !important;
}
#front .et_pb_slider_container_inner {
  vertical-align: bottom;
  padding-bottom: 100px;
}
#main-content a.et_pb_button {
  padding: 10px 45px !important;
}
#main-content #front a.et_pb_button {
  background: none !important;
}
#main-content #front a.et_pb_button:hover {
  background: #b1b9aa !important;
  border: 1px solid #b1b9aa !important;
}
#front .et_pb_slide_content {
  margin-bottom: 30px;
  max-width: 50%;
}
#main-content a.et_pb_button.outline-btn {
  border: 1px solid #333 !important;
  color: #333 !important;
  background: none !important;
}
#main-content a.et_pb_button.outline-btn:hover {
  border: 1px solid #b1b9aa !important;
  background: #b1b9aa !important;
  color: white !important;
} 
#categories .et_pb_column {
  padding: 40px;
  height: 70vh;
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  transition: 0.3s cubic-bezier(.7, 0, .3, 1);
  background-size: cover !important;
}
#categories .et_pb_column.et_clickable:hover {
  padding-top: 50px;
}
#categories .et_pb_column:last-child {
  border-right: none;
}
#categories h3 {
  font-size: 50px !important;
  font-weight: 500 !important;
}
#categories .category-pre, #categories .category-pre * {
  font-size: 20px !important;
}
#identitet {
  height: 100vh;
  display: grid;
  align-content: space-between;
}
.height-100 {
  height: 100vh;
  display: grid;
  align-content: end;
}

/* Om */
.align-end {
  display: grid;
  align-content: end;
}

/* Shop */
#main-content ul.products li {
  width: 100% !important;
  margin-right: 0 !important;
}
#main-content ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

/* Make the highlighted category span 2 columns */
#main-content ul.products li.highlighted-category-item {
  grid-column: span 2;
}
#main-content ul.products::before, .et_overlay {
  display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del {
  font-size: 16px !important;
  color: #333 !important;
  padding: 0 !important;
  line-height: 22px !important;
}
.meta-column {
  display: inline-block;
  width: 74%;
  vertical-align: top;
  padding-left: 20px !important;
}
.woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img {
  opacity: 1;
  transition: 0.2s cubic-bezier(.7, 0, .3, 1);
  margin-bottom: 0 !important;
}
.meta-column.meta-second {
  display: inline-block;
  width: 25%;
  padding-right: 20px !important;
  vertical-align: top;
  text-align: right;
}
.meta-column p.product-size {
  opacity: .3;
}
.et_shop_image, .tp-image-wrapper {
  background: #FFFBF5;
  display: block;
  transition: 0.3s cubic-bezier(.7, 0, .3, 1);
  overflow: hidden;
  margin-bottom: 15px !important;
  border-radius: 6px !important;
}
.tp-image-hover {
  transition: 0.3s cubic-bezier(.7, 0, .3, 1) !important;
}
.woocommerce ul.products li.product a:hover .et_shop_image, .woocommerce ul.products li.product a:hover .tp-image-wrapper {
  background: rgba(177,185,170,.3);
}
#main-content ul.products li.outofstock .et_shop_image::before {
  display: block;
  content: "Udsolgt";
  background: #E8DBD9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #333 !important;
  font-size: 9px;
  text-align: center;
  line-height: 60px;
  font-weight: 900 !important;
  text-transform: uppercase;
  z-index: 99;
}
#main-content .tp-image-hover {
  opacity: 0 !important;
}
#main-content ul.products li.product a:hover .tp-image-hover {
  opacity: 1 !important;
  transform: none !important;
}
.archive.woocommerce-page #main-content .container {
  max-width: 1850px !important;
  width: 100% !important;
  padding-top: 150px !important;
}
.shop-header {
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
}
.product-filter-wrap {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(4px);
  overflow: hidden;
}

.product-filters {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  padding: 40px;
  background: #B1B9AA;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(.7, 0, .3, 1);
  z-index: 2;
}

.product-filters.active {
  transform: translateX(0);
}
body.filters-open {
  position: fixed;
  width: 100%;
}
html.filters-open,
body.filters-open {
  overflow: hidden !important;
  height: 100%;
}
.shop-header .last {
  text-align: right;
}
.filter {
  font-size: 17px;
  cursor: pointer;
}
.filter:hover::after {
  transform: rotate(180deg);
}
.filter::after {
  display: inline-block;
  content: "+";
  margin-left: 6px;
  font-size: 20px;
  position: relative;
  top: 2px;
  transition: 0.6s cubic-bezier(.7, 0, .3, 1) !important;
}
h3.filter-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 25px;
}
ul.filter-terms {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
}
ul.filter-terms a {
  display: block;
}
.filter-group.filter-group--kollektion {
  margin-top: 40px;
}
ul.filter-terms a span {
  position: relative;
  top: -35px;
  left: 10px;
  font-weight: 600;
}
ul.filter-terms a span.filter-term__count {
  font-size: 8px;
  width: 15px;
  height: 15px;
  background: #D9CBB7;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  font-weight: 700 !important;
  top: -45px;
}
ul.filter-terms li {
  list-style-type: none;
  margin-bottom: 25px;
  color: white !important;
}
ul.filter-terms li img {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
}
.product-filter-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(4px);
  display: none;
}
.category-intro {
  max-width: 50%;
  margin: 100px auto;
}
.category-intro h2 {
  text-align: center;
  margin-bottom: 15px;
}
.highlighted-category .pre-headline * {
  font-size: 20px !important;
}
.highlighted-category h4 {
  font-weight: 500 !important;
  font-size: 45px;
  letter-spacing: -.5px;
}
.highlighted-category * {
  color: white !important;
}
.highlighted-category-item {
  border-radius: 6px !important;
  background: url('https://vildersboll.dk/wp-content/uploads/2026/01/Assiet_deep_stack_vildersboll_HIGH-1-scaled.jpg');
  background-size: cover !important;
  background-position: center !important;
  padding: 35px !important;
  transition: 0.2s cubic-bezier(.7, 0, .3, 1);
}
.highlighted-category-item.highlighted-first {
  background: url('https://vildersboll.dk/wp-content/uploads/2026/01/Kontur_kop_espresso_kaffe_vildersboll_HIGH-1.jpg') !important;
  background-size: cover !important;
}
.highlighted-category-item:hover {
  padding-left: 45px !important;
}
.highlighted-category-item a {
  display: block;
  height: 100%;
}
.woocommerce div.product p.stock.out-of-stock {
  display: block !important;
  margin: 30px auto !important;
  font-weight: 600 !important;
}
/* Forhandlere */
#forhandlere a, .contact a, .product-filter-wrap * {
  color: white !important;
}

/* Checkout */
.page-id-8 .main_title, .page-id-9 .main_title {
  margin-top: 150px;
}
.wc-block-components-product-metadata {
  display: none !important;
}
.wc-block-cart-item__image {
  width: 150px !important;
}
.wc-block-components-sidebar {
  position: sticky !important;
  top: 100px !important;
}
.wc-block-cart__submit-container a.wc-block-components-button, #main-content .wc-block-components-checkout-place-order-button {
  background: #B1B9AA !important;
  border-radius: 50px !important;
  text-transform: uppercase;
}
.wc-block-components-checkout-place-order-button__text {
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0 50px !important;
}

/* Nyhedsbrev */
#nyhedsbrev {
  height: 100vh;
  display: grid;
  text-align: center;
  align-content: center;
}
#nyhedsbrev input {
  border: none !important;
  border-radius: 50px;
  padding: 15px;
  color: #333 !important;
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(4px);
}
#nyhedsbrev input[type="email"] {
  padding-right: 50px;
  width: 350px;
}
#nyhedsbrev input[type="submit"] {
  margin-left: -40px;
  background: #B1B9AA;
  color: white !important;
  font-weight: 500 !important;
  padding: 15px 30px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}
#nyhedsbrev .mc4wp-form {
  margin-top: 40px;
}

/* Kontakt */
.contact a {
  font-weight: 700 !important;
}
.contact img {
  margin-bottom: 10px !important;
}

/* Privatlivspolitik */
.half-header {
  height: 50vh;
  display: grid;
  align-content: end;
}

/* Enkelt produkt */
#sidebar, #main-content .container::before, #wc-stripe-express-checkout-element, .woocommerce div.product p.stock {
  display: none !important;
}
#left-area {
  width: 100% !important;
  padding-right: 0 !important;
}
.single-product #left-area .summary, .single-product .woocommerce-product-gallery-all {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  padding: 70px 6%;
  position: sticky;
  top: 80px;
}
.single-product #main-content .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0 !important;
}
.product-gallery-image {
  background: #FFFBF5;
}
.product-gallery-image img {
  width: 100% !important;
}
.single-product #main-content .summary h1 {
  font-size: 40px !important;
  line-height: 60px !important;
  margin: 10px 0;
  font-weight: 600 !important;
  letter-spacing: -.5px;
}
.entry-summary p.price span, .entry-summary p.price span * {
  color: #333 !important;
}
.product-kollektion {
  font-size: 24px !important;
  font-style: italic !important;
  font-family: "Instrument Serif" !important;
}
#main-content button.single_add_to_cart_button {
  padding: 14px 50px !important;
  font-weight: 600 !important;
}
.single-product .quantity {
  display: none !important;
}
.product-colours {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.product-colours  img {
  display: block;
  margin-bottom: 0;
}
.product-colours a {
  background: #FFFBF5;
  border-radius: 6px;
  border: 1px solid rgba(33,33,33,0);
}
.product-colours a.is-current {
  border: 1px solid rgba(33,33,33,1);
}
.related-title {
  margin: 100px 0 50px;
}

.okok-accordion{
	margin-top: 18px;
	border-top: 1px solid #e6e6e6;
}

.okok-acc-item{
	border-bottom: 1px solid #e6e6e6;
}

.okok-acc-trigger{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	background: none;
	border: 0;
	cursor: pointer;
	font: inherit;
	text-align: left;
}

.okok-acc-panel{
	display: none;
	padding: 0 0 14px 0;
}

.okok-acc-trigger[aria-expanded="true"] .okok-acc-icon{
	transform: rotate(45deg);
}
.okok-acc-icon{
	display: inline-block;
	transition: transform .2s ease;
}

/* Cart */
.xoo-wsc-sb-bar {
  width: 96% !important;
}
.xoo-wsc-sb-bar > span {
  background-color: #D9CBB7 !important;
  border-radius: 7px;
}
.xoo-wsc-img-col {
  background: #FFFBF5 !important;
  border-radius: 6px !important;
}
.xoo-wsc-product {
  border-bottom: none !important;
}
.single-product .woocommerce-notices-wrapper {
  display: none !important;
}
.xoo-wsc-footer {
  border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce .xoo-wsc-markup .xoo-wsc-footer a.xoo-wsc-ft-btn {
  padding: 12px 45px !important;
  font-weight: 500 !important;
  border: 1px solid #B1B9AA !important;
}
.woocommerce .xoo-wsc-markup .xoo-wsc-footer a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue {
  color: #b1b9aa !important;
  background: none !important;
}

/* Kurser */
.term-keramikkurser .meta-column {
  display: none !important;
}
.term-keramikkurser #main-content ul.products {
  grid-template-columns: repeat(2, 1fr);
}
.kurser-item {
  background-size: cover !important;
  background-position: center !important;
  padding: 200px 45% 35px 35px !important;
  transition: 0.2s cubic-bezier(.7, 0, .3, 1);
  border-radius: 6px !important;
}
/* Make all product cards equal height */
.term-keramikkurser ul.products {
  align-items: stretch;
}

/* Ensure each <li class="product"> fills the grid cell */
.term-keramikkurser ul.products li.product {
  height: 100%;
  display: flex;
}
.term-keramikkurser .kurser-item .et_pb_button {
  align-self: flex-start;
  position: absolute;
  right: 35px;
  bottom: 35px;
  background: none !important;
  font-size: 13px !important;
}
.term-keramikkurser #main-content .kurser-item .et_pb_button:hover {
  background: white !important;
  border: 1px solid white !important;
  color: #333 !important;
}
.term-keramikkurser ul.products li.product .kurser-item::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 6px;
}
.term-keramikkurser ul.products li.product .kurser-item a.kurser-title-link, .term-keramikkurser ul.products li.product .kurser-item p {
  position: relative;
  z-index: 9;
}
.term-keramikkurser .kurser-item h2 {
  font-size: 40px !important;
  font-weight: 500 !important;
}
.term-keramikkurser ul.products li.product .kurser-item p.price {
  margin: 0px 0 30px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.term-keramikkurser #main-content .kurser-item p.status, .woocommerce-product-gallery-all p.status {
  display: inline-block;
  position: absolute !important;
  top: 30px;
  padding: 5px 15px;
  background: #E8DBD9;
  border-radius: 4px;
  color: #000 !important;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.woocommerce-product-gallery-all p.status {
  top: 150px !important;
  left: 2.5% !important;
}
.term-keramikkurser #main-content .kurser-item p.status.status-Ledigepladser, .woocommerce-product-gallery-all p.status.status-Ledigepladser {
  color: white !important;
  background: #b1b9aa !important;
}
.term-keramikkurser #main-content .kurser-item p.status.status-Fpladsertilbage, .woocommerce-product-gallery-all p.status.status-Fpladsertilbage {
  background: #FFFCDF !important;
}
.term-keramikkurser ul.products li.product .kurser-item p.pre-headline {
  font-family: Instrument Serif !important;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
}
.product_cat-kurser .okok-accordion, .term-keramikkurser .filter, .product_cat-kurser .related {
  display: none !important;
}
/* Make the kurser box fill the full height */
.term-keramikkurser ul.products li.product .kurser-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
}
.term-keramikkurser ul.products li.product .kurser-item * {
  color: white !important;
}
.woovr-variation-radio .woovr-variation-selector, .woovr-variation-availability, .archive .woocommerce-notices-wrapper {
  display: none !important;
}
.woovr-variations .woovr-variation {
  display: inline-block !important;
  margin: 0 !important;
  margin-right: 10px !important;
}
.woovr-variations {
  padding: 0 !important;
  margin-bottom: 30px !important;
}
.woovr-variations .woovr-variation {
  background: #eee;
  border-radius: 4px;
  padding: 0 5px;
  transition: .2s ease-in-out;
  cursor: pointer;
}
.woovr-variation-radio .woovr-variation-name {
  font-weight: 500;
}
.woovr-variations .woovr-variation:hover, .woovr-variations .woovr-variation-active {
  background: black;
  color: white;
}
.woovr-variations .woovr-variation * {
  cursor: pointer;
}
body.single-product {
  overflow-x: hidden;
}
.woovr-variations::before {
  display: block;
  content: "Vælg hold";
  font-weight: 500;
  margin-bottom: 15px;
}
#main-content .frm_date {
  border-radius: 4px !important;
  border: 1px solid rgba(0,0,0,.3) !important;
  box-shadow: none !important;
  width: 50%;
  padding-left: 40px !important;
}
#frm_field_8_container {
  position: relative;
}
#frm_field_8_container label::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url('https://vildersboll.dk/wp-content/uploads/2026/01/calendar.svg') !important;
  background-size: cover !important;
  position: absolute;
  top: 37px;
  left: 10px;
  opacity: .5;
}

/* In stock notifier */
.cwginstock-subscribe-form .panel-primary > .panel-heading, .cwginstock-subscribe-form .panel-body {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.cwginstock-panel-body input[type="email"], .cwginstock-panel-body input[type="text"], .form-group {
  margin-bottom: 0 !important;
}
.cwginstock-panel-heading h4 {
  color: #333 !important;
  font-size: 24px !important;
  font-style: italic !important;
  font-family: "Instrument Serif" !important;
}
.cwginstock-subscribe-form .panel-primary {
  border: none !important;
  border-bottom: 1px solid rgba(0,0,0,.1) !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  border-top: 1px solid rgba(0,0,0,.1) !important;
  padding: 20px 0 !important;
}
.cwginstock-panel-body input[type="email"], .cwgstock_button {
  padding: 10px !important;
  border-radius: 50px;
  border: 1px solid rgba(0,0,0,0.1) !important;
}
.cwgstock_button {
  background: #b1b9aa !important;
  border: 1px solid #b1b9aa !important;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500 !important;
  cursor: pointer;
  margin-top: 10px !important;
}
.cwgstock_output {
  text-align: center;
  margin-top: 20px;
}
.cwgstock_output * {
  color: #333 !important;
}
#main-content .summary a.et_pb_button {
  border: none !important;
  font-weight: 500 !important;
}
.kategorier-overview {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 50px;
  text-align: center;
}
/* Carousel overrides grid when Slick is used */
.kategorier-overview--carousel {
  display: block;
  gap: 0;
  position: relative;
  padding-top: 60px;
}
.kategorier-overview__slide {
  padding: 0 50px 0 0;
  box-sizing: border-box;
  text-align: center;
}
.kategorier-overview img {
  border-radius: 50%;
  display: block;
  transition: .3s ease-in-out;
}
.kategorier-overview__image {
  border-radius: 50%;
  background: black;
  overflow: hidden;
  margin-bottom: 15px;
}
.kategorier-overview h5 {
  font-size: 16px;
  font-weight: 500 !important;
}
a.kategorier-overview__item:hover img {
  opacity: .5;
}
/* Arrows at the top of the carousel */
.kategorier-overview--carousel .slick-prev,
.kategorier-overview--carousel .slick-next {
  top: 0;
  transform: none;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.kategorier-overview--carousel .slick-prev {
  left: auto !important;
  right: 105px !important;
}
.kategorier-overview--carousel .slick-next {
  right: 55px !important;
}
.kategorier-overview--carousel .slick-prev:before,
.kategorier-overview--carousel .slick-next:before {
  color: #000;
  font-size: 28px;
  opacity: 1;
}
/* Mobile: keep arrows but tighten their positions for narrow viewports */
@media (max-width: 768px) {
  .kategorier-overview--carousel .kategorier-overview__slide {
    padding: 0 10px;
  }
  .kategorier-overview--carousel .slick-prev {
    right: 55px !important;
  }
  .kategorier-overview--carousel .slick-next {
    right: 10px !important;
  }
}
/* Footer */
#main-footer {
  border-top: 5px solid white;
}
#main-footer img {
  filter: invert(100%);
  width: 120px;
}
#footer-widgets .footer-widget li {
  padding-left: 0 !important;
}
#footer-widgets .footer-widget li::before {
  display: none !important;
}
.footer-widget h4 {
  margin-bottom: 20px !important;
}
#footer-widgets .footer-widget li a {
  transition: .3s ease-in-out;
}
#footer-bottom div {
  color: rgba(255,255,255,.7) !important;
}
.et_pb_gutters3 .footer-widget {
  margin-right: 0 !important;
  width: 16.5% !important;
}
.et_pb_gutters3 .footer-widget:first-child {
  width: 50% !important;
}
#main-footer .left img {
  width: 18px;
  margin-right: 5px;
}
#footer-bottom .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#footer-bottom .container .right {
  text-align: right;
}
#footer-widgets {
  padding: 4% 0;
}
#footer-bottom {
  padding-bottom: 15px !important;
  padding-top: 20px !important;
  border-top: 1px solid white;
}
#footer-widgets .footer-widget li a {
  transition: 0.3s cubic-bezier(.7, 0, .3, 1);
  opacity: 1 !important;
}
#footer-widgets .footer-widget li a::before {
  display: inline-block;
  content: "$";
  font-family: ETmodules !important;
  position: absolute;
  left: -20px;
  top: 1px;
  opacity: 0;
  transition: 0.3s cubic-bezier(.7, 0, .3, 1);
}
#footer-widgets .footer-widget li a:hover {
  padding-left: 20px;
  opacity: 1 !important;
  color: #fff !important;
}
#footer-widgets .footer-widget li a:hover::before {
  left: 0;
  opacity: 1;
}
.okok-acc-trigger {
  color: #333;
}

/* Mobile Changes */
@media only screen and (max-width: 1000px) {
  /* General */
  #page-container {
    padding-top: 0 !important;
  }
  #main-content h1, .large-headline *, #left-area .related-title {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .large-text, .large-text * {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .et_pb_row, .container, .shop-header, .product-filters {
    width: 90%;
  }
  .et_pb_animation_bottom {
    animation: none !important;
  }
  /* Header */
  .bold-nav-full__bar {
    padding: 20px 5%;
  }
  #main-header.et-fixed-header .bold-nav-full__bar {
    padding: 20px 5% !important;
  }
  #main-header.et-fixed-header .bold-nav-full__bar .bold-nav-full__logo img {
    top: 0 !important;
  }
  .cart-icon {
    right: 2.5%;
  }
  .bold-nav-full__hamburger {
    margin-right: 20px;
  }
  .bold-nav-full__logo {
    position: relative;
    top: 5px;
  }
  .bold-nav__bottom {
    display: none;
  }
  .bold-nav-full__tile .primary-menu > .menu-item {
    margin-bottom: 10px;
  }
  /* Loader */
  .loader__logo-wrap, .loader__logo-wrap svg {
    width: 250px !important;
    height: 61px !important;
  }
  /* Page */
  #front .et_pb_slide {
    height: 60vh !important;
    padding: 0 5% !important;
  }
  #front .et_pb_slide_content {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  #front .et_pb_slider_container_inner {
    padding-bottom: 30px;
  }
  #main-content ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .meta-column {
    width: 100%;
  }
  .meta-column.meta-second {
    width: 100% !important;
  padding-right: 20px !important;
  vertical-align: top;
  text-align: left;
  margin-top: 20px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 500 !important;
  }
  #categories .et_pb_column {
    padding: 20px !important;
    height: 40vh; 
    border-right: none;
  }
  #categories h3, .highlighted-category h4 {
    font-size: 40px !important;
  }
  #identitet {
    height: 80vh;
  }

  /* Shop */
  .product-filters {
    right: -95%;
    width: 95%;
  }
  ul.filter-terms a span {
    top: 0;
    left: 0;
  }
  ul.filter-terms a span.filter-term__count {
    display: none !important;
  }
  ul.filter-terms {
    grid-template-columns: 1fr 1fr;
  }
  ul.filter-terms li {
    text-align: center !important;
  }
  ul.filter-terms li img {
    display: block !important;
    margin: auto auto 5px;
  }
  h3.filter-title {
    text-align: center;
  }
  #main-content ul.products li.outofstock .et_shop_image::before {
    top: 10px;
    left: 10px;
  }
  #main-content ul.products li.highlighted-category-item {
    border-radius: 0 !important;
    padding: 20px 20px 150px !important;
  }

  /* Enkelt produkt */
  .single-product #left-area .summary, .single-product .woocommerce-product-gallery-all {
    width: 100%;
  }
  .single-product #main-content .summary h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .product-colours {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
  }
  .acf-reviews-slider-wrap {
    padding: 100px 0 0;
  }
  #left-area .related-title {
    margin-bottom: 0 !important;
  }
  body.single-product {
    overflow-x: hidden;
  }
  .slick-dots {
    padding-left: 0 !important;
  }
  .woocommerce-product-gallery-all .slick-dots {
    bottom: 0 !important;
  }

  /* Om */
  .page-id-319 #main-content h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }

  /* Undersider */
  .height-100 {
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: inherit;
    min-height: 100vh;
  }
  #forhandlere .et_pb_row {
    padding: 0 !important;
  }
  #forhandlere .et_pb_row .et_pb_text {
    margin-bottom: 25px;
    text-align: center;
  }
  #forhandlere .et_pb_row_0 {
    margin-top: 150px !important;
  }

  /* Nyhedsbrev */
  #nyhedsbrev input[type="email"] {
    width: 100%;
  }
  #nyhedsbrev input[type="submit"] {
    margin-left: 0;
    margin-top: 25px;
  }

  /* Checkout */
  .wc-block-components-sidebar {
    position: static !important;
    top: 100px !important;
  }

  /* Footer */
  #footer-widgets {
    padding: 100px 0;
  } 
  .footer-widget h4 {
    font-size: 14px !important;
  margin-bottom: 0 !important;
  }
  #footer-widgets .footer-widget .fwidget {
    display: block !important;
    text-align: center !important;
    float: none !important;
  }
}