:root {
	--wd-text-font: "Baloo 2", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 18px;
	--wd-title-font: "Baloo 2", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Baloo 2", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: "Baloo 2", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 18px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(67,150,101);
	--wd-alternative-color: #fbbc34;
	--btn-default-transform: none;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(67,150,101);
	--btn-accented-bgcolor-hover: rgb(61,136,92);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #f7f7f7;
	background-image: none;
	background-size: contain;
	background-position: left center;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.wd .product-label.onsale {
	background-color: rgb(244,140,75);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1400px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(198,198,198);
}

/* Blå produkt- og kategorilinks i selve artikelteksten.
   Links i produktfeedet er udtrykkeligt undtaget. */
html body.single-post .wd-entry-content :is(p, li) a[href*="/product/"]:not(.nl-category-products a),
html body.single-post .wd-entry-content :is(p, li) a[href*="/product-category/"]:not(.nl-category-products a) {
  color: #006dcc !important;
  -webkit-text-fill-color: #006dcc !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
  font-weight: 600 !important;
}

/* Understregning kun ved hover på links i artikelteksten */
html body.single-post .wd-entry-content :is(p, li) a[href*="/product/"]:not(.nl-category-products a):hover,
html body.single-post .wd-entry-content :is(p, li) a[href*="/product-category/"]:not(.nl-category-products a):hover {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Fjern pile og ekstra ikoner fra links i artikelteksten */
html body.single-post .wd-entry-content :is(p, li) a[href*="/product/"]:not(.nl-category-products a)::before,
html body.single-post .wd-entry-content :is(p, li) a[href*="/product/"]:not(.nl-category-products a)::after,
html body.single-post .wd-entry-content :is(p, li) a[href*="/product-category/"]:not(.nl-category-products a)::before,
html body.single-post .wd-entry-content :is(p, li) a[href*="/product-category/"]:not(.nl-category-products a)::after {
  content: none !important;
  display: none !important;
}

/* Vis illustrationer inde i artikler */
html body.single-post .wd-entry-content figure.wp-block-image {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  margin: 32px 0 !important;
}

/* Tilpas illustrationerne til artikelbredden */
html body.single-post .wd-entry-content figure.wp-block-image img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}


/* Skjul varenummer og kategorier på produktsider */
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in {
    display: none !important;
}