/** Shopify CDN: Minification failed

Line 1684:0 Unexpected "}"

**/
/* =========================================
   WL FARVETOKENS (audit 7.7, 25. sep. 2026)
   Gentagne hex-vaerdier i denne fil samlet ét sted. Vaerdierne er uaendrede.
   Temaets egne farver (knap, tekst, kant, baggrund) bruges fortsat via var(--colorBtnPrimary) osv.
========================================= */
:root {
  --wl-white: #fff;
  --wl-sand: #f4f2ee;
  --wl-ink: #222;
  --wl-ink-soft: #2b2b2b;
  --wl-espresso: #2f2a24;
  --wl-muted: #828282;
  --wl-sand-border: #d9d3ca;
  --wl-charcoal: #333;
  --wl-grey-dark: #5c5c5c;
  --wl-grey-darker: #323232;
  --wl-grey-line: #ddd;
  --wl-sand-dark: #e0d9cf;
  --wl-sand-hover: #ece7df;
  --wl-taupe: #5e584f;
  --wl-sage: #4b5e3d;
  --wl-focus-blue: #4a90e2;
  --wl-olive: #6d7a5a;
  --wl-olive-light: #7d8d68;
  --wl-stone: #b8b1a7;
  --wl-stone-text: #8b847b;
  --wl-sand-line: #d8d2c9;
  --wl-bronze: #796f45;
  --wl-badge: #b4ab9c;
  --wl-bestseller: #786654;
  /* Enkeltstaaende farver samlet 24. sep. 2026 (audit 7.7 rest), vaerdier uaendrede */
  --wl-stone-dark: #b3ab9c;
  --wl-ink-warm: #3f3a33;
  --wl-grey-bg: #f8f8f8;
  --wl-grey-mid: #666;
  --wl-sand-pressed: #eae7e0;
  --wl-sand-line-soft: #e7e4dc;
  --wl-sage-line: #d5d9cc;
  --wl-grey-text: #555;
  --wl-sand-alt: #f4f2ef;
  --wl-olive-banner: #6f8256;
  --wl-stone-line: #cfc7bb;
  --wl-usp-border: #e5dfd5;
  --wl-cream: #fdfcf9;
  --wl-olive-icon: #6f7f5d;
  --wl-toc-bg: #f9f9f9;
  --wl-grey-light: #999;
  --wl-green-link: #4a7d57;
  --wl-taupe-muted: #8a8073;
  --wl-taupe-line: #ddd7cd;
  --wl-taupe-strike: #a99f8e;
  --wl-sand-page: #f0ece4;
  --wl-ink-usp: #332d2a;
  --wl-olive-usp: #6f7f5c;
  --wl-grey-hover: #eaeaea;
  --wl-moss: #4f5f3f;
  --wl-grey-row: #4b4b4b;
  --wl-bluegrey-line: #bfc5cf;
  --wl-grey-line-2: #d9d9d9;
  --wl-grey-note: #7a7a7a;
  --wl-sand-soft: #f6f4ef;
  --wl-stone-hover: #c7c2b8;
  --wl-grey-strike: #8b8b8b;
  --wl-grey-save: #6f6f6f;
  --wl-sand-info: #f8f6f1;
  --wl-taupe-text: #5a564d;
  --wl-amber: #8a5a2b;
  --wl-sand-select-line: #d6d0c7;
  --wl-sand-top-line: #e7e2da;
  --wl-sand-badge: #e9e3d8;
  --wl-olive-sticky: #7c8b67;
}

/* =========================================
   PRODUCT IMAGE
========================================= */
.image-wrap .animate-me,
.image-wrap svg {
  display: none;
}

/* =========================================
   BASE
========================================= */
:root {
  --lh: 1.6rem;
}

.btn {
  letter-spacing: initial;
}

.main-content {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* =========================================
   HEADER
========================================= */
.site-header {
  box-shadow: unset;
}

.breadcrumb a,
.breadcrumb span {
  color: var(--wl-muted);
}

.cart-link__bubble--visible {
  display: block;
  position: absolute;
  background-color: var(--wl-bronze);
  border: 2px solid var(--colorBody);
  border-radius: 50%;
  height: 18px;
  width: 18px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
  align-content: center;
  color: white;
}

/* =========================================
   EXPANDABLE TEXT
========================================= */
[data-short-text] {
  --max-lines: 2;
  --lh: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: var(--max-lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: none;
  position: relative;
  cursor: pointer;
  transition: max-height 0.3s ease-in-out;
}

[data-short-text]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

[data-short-text].expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

[data-short-text].expanded::after {
  display: none;
}

/* =========================================
   GENERIC CONTENT
========================================= */
.custom--cart__free-shipping-notice {
  margin-top: 1rem;
  color: var(--wl-muted);
}

.custom--product-badge {
  background-color: var(--wl-badge);
  color: white;
  padding: 0.25rem 1rem;
  width: fit-content;
  font-size: 0.8rem;
}

.custom--grid-product__tag {
  position: absolute;
  right: 0;
  z-index: 9;
}

.custom--article__intro,
.custom--article__intro a,
.custom--product-subtitle {
  color: var(--wl-muted);
}

.custom--article__intro {
  font-size: max(calc(var(--typeBaseSize) * 0.7), 12px);
  padding-top: 3rem;
}

.custom--article__intro hr {
  margin: 0.5rem 0;
}

.custom--article__body-excerpt {
  text-align: center;
  line-height: 1.4;
}

.custom--article__intro-horizontal {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.custom--article__cta {
  text-transform: uppercase;
  font-weight: 600;
}

.custom--contact-anchor-points {
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 1rem;
}

.custom--contact-anchor-point {
  display: flex;
  flex-direction: row;
  width: auto;
  align-items: center;
}

.custom--contact-anchor-point svg {
  margin-right: 1rem;
}

.custom--contact-anchor-point--text {
  font-weight: 600;
  text-transform: uppercase;
}

.custom--featured-products-grid {
  border: 2px dashed var(--wl-stone-dark);
  padding: 1rem;
  margin-bottom: 3rem;
}

/* =========================================
   CART DRAWER
========================================= */
.ajaxcart__subtotal {
  font-size: unset;
}

.ajaxcart__subtotal,
.drawer__footer div:has(.cart-notes) label {
  letter-spacing: unset;
  text-transform: unset;
}

.drawer .cart__item-row [data-subtotal] {
  font-size: calc(var(--typeBaseSize) * 1.2);
}

.cart-upsell-container {
  padding-bottom: 10px;
  text-align: left;
}

#CartDrawer .drawer__fixed-header,
#CartDrawer .drawer__header {
  padding-left: 7px;
}

.cart__discount-note {
  color: var(--wl-ink-warm);
  font-size: 14px;
  text-align: left;
  padding-top: 10px;
}

.cart-upsell-title {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
  padding-left: 10px;
  text-align: left;
}

.cart-upsell-products {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 10px;
}

.cart-upsell-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--wl-grey-bg);
  padding: 6px;
  border-radius: 4px;
}

.cart-upsell-item img {
  width: 40px;
  height: auto;
  border-radius: 3px;
}

.cart-upsell-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-upsell-info p {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
}

.cart-upsell-info span {
  font-size: 12px;
  color: var(--wl-grey-mid);
}

.add-upsell-to-cart {
  background: var(--colorBtnPrimary);
  color: var(--wl-white);
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 4px;
  transition: background 0.2s;
  white-space: nowrap;
}

.add-upsell-to-cart:hover {
  background: var(--wl-charcoal);
}

/* Tilkoebs-blokke paa produktsiden (gaveindpakning, brodering) */
.wl-addon-upsell {
  margin: 0;
}

/* Naboliggende tilkoebs-blokke: stablet i fuld bredde paa mobil,
   side om side i to kolonner fra 769px (samme princip som
   forudbestil/faa besked-knapperne) */
.wl-addon-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 12px;
  align-items: start;
}

.wl-addon-row > .wl-addon-upsell:only-child {
  grid-column: 1 / -1;
}

.wl-addon-row .wl-addon-upsell__toggle {
  font-size: 13px;
  gap: 6px;
  padding: 10px 14px;
}

.wl-addon-row .wl-addon-upsell__card {
  flex-wrap: wrap;
}

.wl-addon-row .wl-addon-upsell__card img {
  width: 40px;
}

.wl-addon-row .wl-addon-upsell__actions {
  flex: 1 1 100%;
}

.wl-addon-row .wl-addon-upsell__actions .add-upsell-to-cart,
.wl-addon-row .wl-addon-upsell__more-btn {
  flex: 1 1 0;
  min-height: 40px;
}

.wl-addon-row .wl-addon-upsell__select {
  width: 100%;
}

@media (min-width: 769px) {
  .wl-addon-row {
    grid-template-columns: 1fr 1fr;
  }

  .wl-addon-row .wl-addon-upsell__toggle {
    font-size: 14px;
    padding: 10px 16px;
  }

  .wl-addon-row .wl-addon-upsell__card img {
    width: 48px;
  }
}

.wl-addon-upsell__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  background: var(--wl-sand);
  border: 0;
  border-radius: var(--buttonRadius, 50px);
  cursor: pointer;
  font-size: 14px;
  color: var(--wl-grey-darker);
  text-align: left;
  transition: background 0.2s;
}

.wl-addon-upsell__toggle:hover {
  background: var(--wl-sand-pressed);
}

.wl-addon-upsell__toggle:focus-visible {
  outline: 2px solid var(--colorBtnPrimary);
  outline-offset: 2px;
}

.wl-addon-upsell__icon {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--colorBtnPrimary);
}

.wl-addon-upsell__question {
  flex: 1;
}

.wl-addon-upsell__chevron {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--colorBtnPrimary);
  transition: transform 0.2s;
}

.wl-addon-upsell__toggle[aria-expanded="true"] .wl-addon-upsell__chevron {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .wl-addon-upsell__toggle,
  .wl-addon-upsell__chevron,
  .wl-addon-upsell__more-btn {
    transition: none;
  }
}

.wl-addon-upsell__panel {
  padding: 8px 0 12px;
}

.wl-addon-upsell__card {
  padding: 12px;
  border-radius: 12px;
  background: var(--wl-white);
  border: 1px solid var(--wl-sand-line-soft);
}

.wl-addon-upsell__card img {
  border-radius: 8px;
}

.wl-addon-upsell .add-upsell-to-cart {
  border-radius: var(--buttonRadius, 50px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  padding: 8px 14px;
}

.wl-addon-upsell__card img {
  width: 56px;
}

.wl-addon-upsell__card .add-upsell-to-cart {
  min-height: 34px;
  padding: 6px 12px;
}

.wl-addon-upsell__select {
  max-width: 100%;
  padding: 8px 10px;
  font-size: 12px;
  border: 1px solid var(--wl-sage-line);
  border-radius: 8px;
  background-color: var(--wl-white);
  color: var(--wl-grey-darker);
}

.wl-addon-upsell__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wl-addon-upsell__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--colorBtnPrimary);
  border-radius: var(--buttonRadius, 50px);
  background: transparent;
  color: var(--colorBtnPrimary);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.wl-addon-upsell__more-btn:hover {
  background: var(--colorBtnPrimary);
  color: var(--wl-white);
}

.wl-addon-upsell__more-btn:focus-visible {
  outline: 2px solid var(--colorBtnPrimary);
  outline-offset: 2px;
}

.wl-addon-upsell__note {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--wl-grey-dark);
}

.wl-addon-upsell .add-upsell-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wl-addon-upsell .add-upsell-to-cart:disabled:hover {
  background: var(--colorBtnPrimary);
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid var(--wl-grey-line);
}

.cart-item-image {
  width: 75px;
  height: auto;
  display: block;
}

.cart-item-details {
  display: flex;
  flex-direction: column;
}

.cart-item-price {
  font-size: 14px;
  color: var(--wl-grey-text);
}

.cart-quantity {
  width: 50px;
  margin-top: 5px;
}

.cart-empty-text {
  margin-bottom: 20px;
  font-size: 16px;
}

.drawer__cart-empty {
  padding: 20px;
}

.drawer__cart-empty a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--wl-sand-dark);
  color: var(--wl-white);
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
}

.cart-empty-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-empty-btn--secondary {
  background-color: var(--wl-sand);
  color: var(--wl-espresso);
  border: 1px solid var(--wl-sand-border);
}

.cart-empty-btn--secondary:hover {
  background-color: var(--wl-sand-hover);
}

/* =========================================
   PRODUCT PAGE
========================================= */
.page-content--product {
  padding-top: 1rem;
  padding-bottom: 15px;
}

.page-content--product .page-width:has(.breadcrumb) .breadcrumb {
  margin-bottom: 1rem;
}

.product__price {
  font-size: calc(var(--typeBaseSize) + 4px);
  font-weight: 600;
}

.page-content--product .shopify-app-block:has(.jdgm-widget) {
  margin-bottom: 10px;
}

.page-content--product .jdgm-widget .jdgm-prev-badge__text {
  color: var(--wl-muted);
  margin-left: 0.5rem;
}

.product__quantity .js-qty__adjust {
  background-color: var(--wl-sand-alt);
}

.product__quantity .js-qty__wrapper {
  max-width: 100px;
}

.grid--product-images--partial .flickity-slider .product-main-slide {
  margin-right: 0;
}

.product-single__title {
  font-weight: 600;
  word-wrap: break-word;
  margin-bottom: 10px;
}

/* =========================================
   PRODUCT BUY ROW
========================================= */
.wl-product-buy-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.wl-product-buy-row .product-block--quantity {
  flex: 0 0 auto;
}

.wl-product-buy-row .product-block--buy-buttons {
  flex: 1 1 auto;
  width: auto;
}

.wl-product-buy-row .product-single__form {
  width: 100%;
  margin: 0;
}

.wl-product-buy-row .add-to-cart.btn,
.wl-product-buy-row .add-to-cart {
  height: auto;
  min-height: 42px;
  padding: 6px 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-sizing: border-box;
}

.wl-product-buy-row .product-block--quantity .product__quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  margin: 0;
}

.wl-product-buy-row .js-qty__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 42px;
  border: 1px solid var(--wl-sand-border);
  border-radius: 999px;
  overflow: hidden;
  background: var(--wl-sand);
  box-sizing: border-box;
}

.wl-product-buy-row .js-qty__num {
  width: 30px;
  height: 40px;
  border: 0;
  border-left: 1px solid var(--wl-sand-border);
  border-right: 1px solid var(--wl-sand-border);
  background: var(--wl-white);
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 40px;
}

.wl-product-buy-row .js-qty__adjust {
  width: 38px;
  height: 40px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.wl-product-buy-row .js-qty__adjust svg {
  width: 14px;
  height: 14px;
}

/* =========================================
   PRODUCT META VARIANTS
========================================= */
.custom--product-meta-variants-block__content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
  justify-content: flex-start;
  max-width: 468px;
}

.custom--product-meta-variant-color {
  flex: 0 0 calc((100% - 6 * 0.5rem) / 7);
  max-width: 60px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--wl-sand);
  overflow: hidden;
  margin-bottom: 5px;
}

.custom--product-meta-variant-color--box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
  border-radius: 50%;
  transform: translateY(-5px) scale(1);
}

.custom--product-meta-variant-color[data-current-color] {
  border: 1px solid black;
}

/* =========================================
   PRODUCT GRID
========================================= */
.grid-product__price {
  font-size: var(--typeBaseSize);
}

.grid-product__image-mask {
  position: relative;
}

.grid-product__title {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 2px;
}

.grid-product__title + .grid-product__reviews {
  margin-top: 2px;
  margin-bottom: 4px;
}

.grid-product__price--original {
  margin-right: 4px;
}

.grid-product__price--savings {
  display: inline-flex;
  margin-top: 4px;
  font-size: 10px;
  padding: 4px 8px;
}

/* =========================================
   REVIEWS
========================================= */
/* Judge.me-badgen injicerer egen CSS med !important, derfor beholdes !important i denne blok (audit 7.7) */
.jdgm-preview-badge {
  font-size: 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.jdgm-preview-badge .jdgm-star {
  font-size: 12px !important;
}

.jdgm-preview-badge .jdgm-caption {
  font-size: 11px !important;
}

.grid-product__reviews .jdgm-widget,
.grid-product__reviews .jdgm-preview-badge,
.grid-product__reviews .jdgm-prev-badge {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  line-height: 1.1 !important;
}

.grid-product__reviews .jdgm-star {
  font-size: 10px !important;
  margin-right: 0 !important;
}

.grid-product__reviews .jdgm-caption {
  font-size: 10px !important;
  line-height: 1.1 !important;
}

/* =========================================
   COLLECTION PAGE
========================================= */
.collection-custom_section_title {
  display: none;
}

.collection-filter__item--drawer {
  flex: 0 1 48%;
  display: none;
}

.collection-filter__item--count {
  display: none;
}

.collection-content {
  padding-top: 0;
}

.wl-collection-banner {
  width: 100%;
  background: var(--wl-olive-banner);
  color: var(--wl-white);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  padding: 10px 15px;
  box-sizing: border-box;
}

/* =========================================
   COLLECTION BADGES
========================================= */
.collection-product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  background-color: var(--wl-sand-dark);
  color: var(--wl-charcoal);
  font-weight: 300;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  max-width: 90%;
  width: fit-content;
  z-index: 10;
}

.collection-bestseller-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--colorBtnPrimary);
  color: var(--wl-white);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* =========================================
   SUB COLLECTIONS
========================================= */
.custom--sub-collections-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin: 18px 0 22px;
  width: 100%;
}

.custom--sub-collection {
  flex: 0 0 auto;
}

.custom--sub-collection__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--wl-sand);
  border: 1px solid var(--wl-sand-border);
  text-decoration: none;
  transition: all 0.2s ease;
}

.custom--sub-collection__text {
  color: var(--wl-espresso);
  font-size: calc(var(--typeBaseSize) * 0.82);
  line-height: 1;
  white-space: nowrap;
}

.custom--sub-collection__link:hover {
  background: var(--wl-sand-hover);
  border-color: var(--wl-stone-line);
}

.custom--sub-collection.is-active .custom--sub-collection__link {
  background: var(--wl-espresso);
  border-color: var(--wl-espresso);
}

.custom--sub-collection.is-active .custom--sub-collection__text {
  color: var(--wl-white);
}

/* =========================================
   USP BAR
========================================= */
.wl-usp-bar {
  margin: 22px 0 26px;
  border: 0;
}

.wl-usp-bar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.wl-usp-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--wl-usp-border);
  background: var(--wl-cream);
  white-space: nowrap;
}

.wl-usp-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: var(--wl-olive-icon);
}

.wl-usp-item__icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wl-usp-item__text {
  color: var(--wl-taupe);
  font-size: 14px;
  line-height: 1;
}

/* =========================================
   SALES POINTS
========================================= */
.sales-points {
  margin: 12px 0;
  font-weight: 300;
  font-size: 15px;
}

/* =========================================
   NEWSLETTER POPUP
========================================= */
.newsletter-popup__content {
  text-align: left;
}

.newsletter__input-group {
  display: block;
}

.newsletter__input-group input[type="email"],
.newsletter__input-group button[type="submit"] {
  width: 100%;
}

.newsletter__input-group button[type="submit"] {
  margin-top: 1rem;
}

.modal__centered-content.newsletter--has-image .form__submit--large {
  display: block;
}

.modal__centered-content.newsletter--has-image .form__submit--small {
  display: none;
}

.newsletter__input-disclaimer {
  color: var(--wl-muted);
  font-size: calc(var(--typeBaseSize) * 0.5);
  margin-top: 1rem;
}

/* =========================================
   TESTIMONIALS
========================================= */
.testimonials-section .section-header p {
  font-size: calc(var(--typeBaseSize) * 0.7);
}

.flickity-slider .testimonials-slide {
  display: flex;
  height: 100%;
  padding: 35px 0;
}

.testimonials-slide .testimonials-slider__text {
  transform: scale(0.97);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* =========================================
   BLOG TABLE OF CONTENTS
========================================= */
#toc-container.toc {
  background: var(--wl-toc-bg);
  border: 1px solid var(--wl-grey-line);
  padding: 20px 25px;
  margin: 30px 0;
  border-radius: 6px;
}

.toc-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.toc-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.toc-item {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.toc-item::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--wl-grey-light);
  font-size: 14px;
}

.toc-link {
  text-decoration: none;
  border-bottom: none;
  color: var(--wl-charcoal);
  font-size: 15px;
  line-height: 1.4;
  display: inline-block;
}

.toc-link:hover {
  color: var(--wl-green-link);
}

/* =========================================
   SCROLL TO TOP
========================================= */
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: var(--wl-sage);
  color: var(--wl-white);
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.3s, transform 0.3s;
}

.scroll-top:hover {
  background-color: var(--wl-sage);
}


/* =========================================
   THEME SPECIFIC
========================================= */
/* Udsolgte varianter vises nu (daempet + overstreget) i stedet for at vaere
   skjult, saa kunden kan vaelge dem og skrive sig op til back-in-stock. */
.variant-input-wrap label.disabled {
  position: relative;
  color: var(--wl-taupe-muted);
  border-color: var(--wl-taupe-line);
}
.variant-input-wrap label.disabled::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 1.5px;
  background: var(--wl-taupe-strike);
  transform: rotate(-8deg);
  pointer-events: none;
}
/* Farve-swatches: behold farven, men daemp en smule */
.variant-input-wrap label.color-swatch.disabled {
  opacity: 0.6;
}

/* Tydelig "Laes mere/Laes mindre"-knap paa kollektionsbeskrivelser */
.collection-hero__readmore {
  display: inline-block;
  margin-top: 6px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.collection-hero__readmore:hover {
  opacity: 0.7;
}

/* =========================================
   COLLECTION HERO
========================================= */
.wl-collection-hero--image {
  position: relative;
  overflow: hidden;
}

.wl-collection-hero--image .collection-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  z-index: 2;
}

.wl-collection-hero--image .page-width {
  width: 100%;
}

.wl-collection-hero--image .collection-hero__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.wl-collection-hero--image .breadcrumb {
  display: none;
}

.wl-collection-hero--image .section-header--hero {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  transform: none;
}

.wl-collection-hero--image .section-header__shadow {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
}

.wl-collection-hero--image .section-header__shadow::before,
.wl-collection-hero--image .section-header__shadow::after {
  display: none;
  content: none;
}

.wl-collection-hero--image .section-header__title,
.wl-collection-hero--image .h1,
.wl-collection-hero--image .collection-hero__description,
.wl-collection-hero--image .collection-hero__description p {
  color: var(--wl-white);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.wl-collection-hero--image .section-header__title {
  margin: 0 0 10px;
  width: 100%;
}

.wl-collection-hero--image .h1 {
  margin: 0 0 10px;
}

.wl-collection-hero--image .collection-hero__description[data-collection-toggle] {
  --max-lines: 3;
  --lh: 1.5em;
  width: 100%;
  max-width: 860px;
  margin: 14px auto 0;
  font-size: calc(var(--typeBaseSize) * 1.02);
  line-height: var(--lh);
  display: -webkit-box;
  -webkit-line-clamp: var(--max-lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: none;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transition: max-height 0.3s ease-in-out;
}

.wl-collection-hero--image .collection-hero__description[data-collection-toggle] p {
  margin: 0;
}

.wl-collection-hero--image .collection-hero__description[data-collection-toggle]::after {
  /* Udtoning (sloer) fjernet, "Laes mere"-knappen er fingerpeget i stedet. */
  content: none;
}
.wl-collection-hero--image .collection-hero__description[data-collection-toggle].expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.wl-collection-hero--image .collection-hero__description[data-collection-toggle].expanded::after {
  display: none;
}

.wl-collection-hero--image .collection-hero__usps {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wl-collection-hero--image .wl-usp-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.95);
}

.wl-collection-hero--image .wl-usp-item__text {
  color: var(--wl-taupe);
}

/* =========================================
   COLLECTION HERO - NO IMAGE
========================================= */
.page-content--top .collection-hero__description[data-collection-toggle] {
  --max-lines: 3;
  --lh: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: var(--max-lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: none;
  position: relative;
  cursor: pointer;
}

.page-content--top .collection-hero__description[data-collection-toggle]::after {
  /* Udtoning (sloer) fjernet, "Laes mere"-knappen er fingerpeget i stedet. */
  content: none;
}

.page-content--top .collection-hero__description[data-collection-toggle].expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.page-content--top .collection-hero__description[data-collection-toggle].expanded::after {
  display: none;
}

/* =========================================
   COLLECTION HERO EXPANDED FIX
========================================= */
.wl-collection-hero--image.hero-is-expanded {
  min-height: 760px;
}

.wl-collection-hero--image.hero-is-expanded .collection-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 40px;
}

.wl-collection-hero--image.hero-is-expanded .collection-hero__description[data-collection-toggle] {
  max-height: none;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.wl-collection-hero--image.hero-is-expanded .collection-hero__description[data-collection-toggle]::after {
  display: none;
}

/* =========================================
   DESKTOP
========================================= */
@media screen and (min-width: 750px) {
  .wl-collection-hero--image {
    min-height: 420px;
  }

  .wl-collection-hero--image .section-header__title {
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.04;
  }

  .wl-collection-hero--image .h1 {
    font-size: clamp(18px, 1.8vw, 26px);
    line-height: 1.25;
  }
}

@media only screen and (min-width: 769px) {
  .newsletter-popup__content h3 {
    font-size: var(--typeHeaderSize);
  }
}

/* =========================================
   TABLET AND MOBILE
========================================= */
@media (max-width: 768px) {
  .custom--faq-content,
  .custom--faq-image {
    flex: 1 1 100%;
  }

  .product-block:has(.custom--product-badge) {
    display: flex;
    place-content: center;
  }

  .full-width-mobile {
    padding: 0;
    width: 100%;
  }

  .template-product .breadcrumb {
    display: none;
  }

  .cart-item {
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 100%;
  }

  .cart-item-title {
    width: 100%;
    text-align: left;
  }

  .cart-item-price,
  .cart-quantity,
  .cart-remove {
    margin-top: 5px;
  }

  .cart-remove {
    width: 100%;
    text-align: center;
  }

  .scroll-top {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .collection-product-badge {
    position: absolute;
    top: auto;
    bottom: 8px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    display: inline-block;
    width: auto;
    max-width: calc(100% - 12px);
    padding: 4px 8px;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    z-index: 10;
  }

  .collection-bestseller-badge {
    top: 6px;
    left: 6px;
    bottom: auto;
    right: auto;
    transform: none;
    padding: 3px 7px;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .wl-collection-banner {
    font-size: 13px;
    padding: 9px 12px;
  }

  .wl-usp-bar {
    margin: 18px 0 20px;
  }

  .wl-usp-bar__inner {
    justify-content: center;
    gap: 10px;
    padding: 0;
  }

  .wl-usp-item {
    min-height: 34px;
    padding: 0 13px;
  }

  .wl-usp-item__text {
    font-size: 13px;
  }

  .wl-usp-item__icon,
  .wl-usp-item__icon svg {
    width: 13px;
    height: 13px;
  }

  .custom--sub-collections-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
    padding-bottom: 6px;
    margin: 14px 0 18px;
  }

  .custom--sub-collections-wrapper::-webkit-scrollbar {
    display: none;
  }

  .custom--sub-collection {
    display: block;
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
    margin: 0;
  }

  .custom--sub-collection__link {
    min-height: 34px;
    padding: 0 12px;
    white-space: nowrap;
  }

  .custom--sub-collection__text {
    font-size: calc(var(--typeBaseSize) * 0.76);
    white-space: nowrap;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */
  .responsive-product-card {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .custom--article__cta {
    text-transform: none;
  }

  .custom--product-meta-variants-block__header span {
    font-size: 12px;
  }



  .cartbot-confirmation-modal .cartbot-confirmation-modal-content .cartbot-confirmation-products-container {
    display: none;
  }

  .wl-collection-hero--image {
    min-height: 320px;
  }

  .wl-collection-hero--image .collection-hero__inner {
    padding: 0 14px;
  }

  .wl-collection-hero--image .section-header__title {
    font-size: clamp(24px, 8vw, 36px);
    line-height: 1.05;
    margin-bottom: 8px;
  }

  .wl-collection-hero--image .h1 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .wl-collection-hero--image .collection-hero__description[data-collection-toggle] {
    --max-lines: 3;
    --lh: 1.42em;
    max-width: 100%;
    margin: 12px auto 0;
    font-size: calc(var(--typeBaseSize) * 0.92);
    line-height: var(--lh);
  }

  .wl-collection-hero--image .collection-hero__usps {
    margin-top: 14px;
    gap: 8px;
  }

  .wl-collection-hero--image .wl-usp-item {
    min-height: 30px;
    padding: 0 10px;
  }

  .wl-collection-hero--image .wl-usp-item__text {
    font-size: 12px;
  }

  .wl-collection-hero--image .wl-usp-item__icon,
  .wl-collection-hero--image .wl-usp-item__icon svg {
    width: 12px;
    height: 12px;
  }

  .wl-collection-hero--image.hero-is-expanded {
    min-height: 980px;
  }

  .wl-collection-hero--image.hero-is-expanded .collection-hero__content {
    padding-top: 90px;
    padding-bottom: 24px;
  }
}

/*BACKGROUND - COLLECTION HERO*/
.page-content--top {
  background: var(--wl-sand-page);
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.page-content--top .section-header,
.page-content--top .section-header--flush {
  background: transparent;
  padding: 50px 40px 30px;
}


.page-content--top .collection-hero__description[data-collection-toggle]::after {
  /* Udtoning (sloer) fjernet, ingen gradient. */
  background: none;
}

/*CUSTOMIZE TEXT AND GRID (DESCRIPTION, EGENSKABER OM BAMBUS ETC) PRODUCT PAGE*/

.product-block--tab {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
}

/* Temaets .product-block--tab + .product-block--tab saetter margin-top: -25px; samme specificitet her, saa den vinder uden !important */
.product-block--tab + .product-block--tab {
  margin-top: 0;
}

.product-block--tab .collapsible-trigger {
  padding: 18px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: auto;
}

.product-block--tab .collapsible-content,
.product-block--tab .collapsible-content__inner,
.product-block--tab .collapsible-trigger-btn,
.product-block--tab .collapsible-trigger-btn--borders {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.product-block--tab .collapsible-content__inner {
  padding: 0 0 18px 0;
}

.product-block--tab .collapsible-trigger__layout,
.product-block--tab .collapsible-trigger-btn {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}




.usp-badges-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1rem 0;
}

.usp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--wl-sand);
  color: var(--wl-ink-usp);
  padding: 8px 12px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 1;
}

.usp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--wl-olive-usp);
  line-height: 0;
}

.usp-icon svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: block;
}

.usp-text {
  line-height: 1.3;
}

.usp-badge:hover {
  background-color: var(--wl-grey-hover);
  transform: scale(1.05);
  transition: 0.2s ease;
}

/* Hero-titel: giv plads til bogstav-haler (descenders, fx "g" i "Naturligt").
   Vi beholder overflow:hidden, saa rise-up-reveal stadig virker, og giver i
   stedet ekstra luft under linjen via padding, saa halen ikke klippes. */
.hero__title .animation-cropper {
  padding-bottom: 0.18em;
}

/* =========================================
   PRODUCT VIDEO JUMP
   Play-genvej i oeverste hoejre hjoerne af hovedbilledet paa produktsiden.
   Markup: snippets/product-images.liquid, logik: custom.js (initVideoJump).
   .product__main-photos er position: relative i temaet.
   Knappen bruger .btn--body, fordi temaets regel for firkantede knapper
   ([data-button_style=square] .btn:not(.btn--body)...) ellers saetter
   position: relative. Farverne overstyres her til temaets primaere knapfarve.
========================================= */
.product__main-photos .wl-video-jump,
.product__main-photos .wl-video-jump:hover,
.product__main-photos .wl-video-jump:focus {
  background-color: var(--colorBtnPrimary);
  border-color: transparent;
  color: var(--colorBtnPrimaryText);
}

.product__main-photos .wl-video-jump {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.product__main-photos .wl-video-jump .icon {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}

.product__main-photos .wl-video-jump.wl-video-jump--hidden {
  display: none;
}

@media only screen and (min-width: 769px) {
  .product__main-photos .wl-video-jump {
    top: 16px;
    right: 16px;
  }
}

/* =========================================
   WL BUNDLE OFFER (Koeb 2 saet-boks, snippets/wl-bundle-offer.liquid)
   Farver saettes som custom properties fra blokkens indstillinger.
========================================= */
.wl-bundle-offer--hidden {
  display: none;
}

.wl-bundle-offer__box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--wl-offer-border);
  border-radius: 16px;
  background: var(--wl-offer-bg);
}

.wl-bundle-offer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: var(--wl-offer-icon-bg);
  color: var(--wl-offer-icon);
}

.wl-bundle-offer__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.wl-bundle-offer__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--wl-offer-title);
}

.wl-bundle-offer__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--wl-offer-text);
}

/* Lille ikon foran overskriften (temaets icon-tag / icon-gift), uden baggrund, i badge-tekstfarven */
.wl-bundle-offer__badge-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  color: var(--wl-offer-badge-text);
  vertical-align: -3px;
}

.wl-bundle-offer__badge-icon .icon {
  width: 18px;
  height: 18px;
}

/* Lille badge foran overskriften, samme pille-stil som sticky-barens tilbudsbadge */
.wl-bundle-offer__badge {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--wl-offer-badge-bg);
  color: var(--wl-offer-badge-text);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  vertical-align: middle;
  white-space: nowrap;
}

/* Kompakt udgave (fx under Tilfoej til kurv): samme boks, baggrund og tekst som boks-udgaven,
   kun uden det store ikon (udelades i snippetten). Ingen egne stilregler her. */

.wl-bundle-offer--compact:not(.wl-bundle-offer--waiting):not(.wl-bundle-offer--hidden) {
  animation: wl-bundle-offer-fade 0.25s ease-out;
}

/* Venter paa at boks-udgaven scrolles ud af syne (styres af initBundleOffer i custom.js) */
.wl-bundle-offer--waiting {
  display: none;
}

@keyframes wl-bundle-offer-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .wl-bundle-offer--compact:not(.wl-bundle-offer--waiting):not(.wl-bundle-offer--hidden) {
    animation: none;
  }
}

@media only screen and (min-width: 769px) {
  .wl-bundle-offer__box {
    gap: 14px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .wl-bundle-offer__title {
    font-size: 15px;
  }

  .wl-bundle-offer__text {
    font-size: 14px;
  }
}

/* =========================================
   CART DRAWER (layout, summary, gave)
   (flyttet fra snippets/cart-drawer.liquid, audit fase 2.6, 24. sep. 2026)
========================================= */
#CartDrawer {
  height: 100dvh;
  max-height: 100dvh;
}

#CartDrawer .drawer__contents {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

#CartDrawer .drawer__fixed-header {
  flex: 0 0 auto;
}

#CartDrawer .drawer__inner {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#CartDrawer .drawer__scrollable {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-right: 10px;
}

#CartDrawer .drawer__footer {
  flex: 0 0 auto;
}

#CartDrawer .drawer__cart-empty {
  display: none;
}

#CartDrawer.is-empty .drawer__inner {
  display: none;
}

#CartDrawer.is-empty .drawer__cart-empty {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.cart__summary-toggle-wrap { display: flex; flex-direction: column; gap: 10px; }
.cart__summary-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.cart__summary-left { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.cart__summary-title { font-size: 18px; color: var(--wl-ink); }
.cart__summary-toggle { appearance: none; border: 0; background: transparent; padding: 0; font-size: 14px; color: var(--wl-moss); text-decoration: underline; cursor: pointer; }
.cart__summary-price { font-size: 18px; color: var(--wl-ink); text-align: right; }
.cart__summary-details { flex-direction: column; gap: 8px; padding-top: 2px; }
.cart__summary-details[hidden] { display: none; }
.cart__summary-details:not([hidden]) { display: flex; }
.cart__summary-row { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; color: var(--wl-grey-row); }
.cart__gift-question { margin-top: 10px; }
.cart__gift-row { display: flex; align-items: center; gap: 8px; }
.cart__gift-title { font-size: 14px; color: var(--wl-ink); }
.cart__gift-option { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; font-size: 13px; color: var(--wl-grey-dark); }
.cart__gift-option input { appearance: none; width: 16px; height: 16px; border: 1px solid var(--wl-grey-dark); border-radius: 50%; position: relative; cursor: pointer; flex-shrink: 0; }
.cart__gift-option input:checked { border-color: var(--wl-focus-blue); }
.cart__gift-option input:checked::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--wl-focus-blue); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.cart__gift-option input:focus-visible { outline: 2px solid var(--colorBtnPrimary); outline-offset: 2px; }
.cart__gift-wrap-note { font-size: 12px; color: var(--wl-grey-dark); margin: 6px 0 0; }
#giftWrapDropdown .add-upsell-to-cart:disabled { opacity: 0.5; cursor: not-allowed; }
#giftWrapDropdown .add-upsell-to-cart:disabled:hover { background: var(--colorBtnPrimary); }

@media screen and (max-width: 749px) {
  .cart__summary-title,
  .cart__summary-price { font-size: 17px; }

  .cart__summary-toggle,
  .cart__summary-row,
  .cart__gift-option { font-size: 13px; }
}

/* =========================================
   CART ITEM (linjer i drawer og kurvside)
   (flyttet fra snippets/cart-item.liquid, audit fase 2.6, 24. sep. 2026)
========================================= */
/* Foer laa denne CSS som et inline style-element EFTER hver varelinje, saa temaets .cart__item:last-child
   (border 0, margin 0) aldrig ramte. Samme udseende bevares her eksplicit. */
.cart__item:last-child {
  border-bottom: 1px solid;
  border-bottom-color: var(--colorBorder);
  margin-bottom: 20px;
}

  .cart__item {
    border-bottom: 1px solid;
    border-bottom-color: var(--colorBorder);
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .cart__item-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
  }

  .cart__item-info {
    flex: 1 1 auto;
    min-width: 0;
  }

  .cart__item-actions {
    flex: 0 0 auto;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    margin-top: 2px;
  }

  .cart__qty-remove-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .js-qty__wrapper {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
  }

  .cart__remove-button {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--wl-grey-line-2);
    background: var(--wl-white);
    color: var(--wl-ink);
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    padding: 0;
    transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  }

  .cart__item-name {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    color: var(--wl-ink-soft);
  }

  .cart__bundle-note {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--wl-olive);
    font-weight: 300;
  }

  .cart__bundle-note-secondary {
    display: block;
    color: var(--wl-grey-dark);
    font-weight: 300;
  }

  .cart__bundle-included-label {
    font-size: 12px;
    line-height: 1.3;
    color: var(--wl-olive);
    font-weight: 600;
    margin-bottom: 4px;
  }

  .cart__bundle-included-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .cart__bundle-included-text {
    font-size: 13px;
    line-height: 1.35;
    color: var(--wl-ink-soft);
  }

  .cart__bundle-included-meta {
    font-size: 12px;
    line-height: 1.35;
    color: var(--wl-ink-soft);
    font-weight: 600;
  }

  .cart__remove-button:hover {
    background: var(--wl-sand-soft);
    border-color: var(--wl-stone-hover);
  }

  .cart__remove-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .cart__remove-icon {
    width: 15px;
    height: 15px;
    display: block;
    pointer-events: none;
  }

  .cart__item-price-col {
    width: 100%;
    text-align: right;
    margin-top: 0;
  }

  .cart__item-price-col .cart__price--strikethrough {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: var(--wl-grey-dark);
    margin-bottom: 3px;
  }

  .cart__item-price-col .cart__price {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: var(--wl-ink);
  }

  .cart__item-price-col .cart__price-save {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: var(--wl-grey-save);
    margin-top: 4px;
  }

  .cart__item--variants {
    font-size: 13px;
    color: var(--wl-ink-soft);
  }

  .cart__item--variants span {
    color: var(--wl-ink-soft);
    font-weight: 600;
  }

  @media screen and (max-width: 749px) {
    .cart__item-main {
      gap: 12px;
      align-items: flex-start;
    }

    .cart__item-actions {
      align-items: flex-end;
      gap: 6px;
    }

    .cart__qty-remove-row {
      gap: 6px;
    }

    .cart__remove-button {
      width: 34px;
      height: 34px;
      min-width: 34px;
    }

    .cart__remove-icon {
      width: 14px;
      height: 14px;
    }

    .cart__item-price-col .cart__price {
      font-size: 13px;
    }

    .cart__item-price-col .cart__price--strikethrough {
      font-size: 13px;
    }

    .cart__item-price-col .cart__price-save {
      font-size: 12px;
    }

    .cart__bundle-included {
      padding: 8px 10px;
    }
  }

  .cart__bundle-included {
    margin-left: 0;
    padding-left: 0;
  }

  .cart__bundle-included-label,
  .cart__bundle-included-size {
    margin-left: 0;
    padding-left: 0;
  }

  .cart__bundle-set-count {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--wl-sand);
  color: var(--wl-ink-soft);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.cart__bundle-set-count-wrap {
  margin-top: 6px;
}

.cart__bundle-set-info {
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--wl-sand-info);
  color: var(--wl-taupe-text);
  font-size: 12px;
  line-height: 1.4;
}
.cart__bundle-set-wrap {
  margin-top: 6px;
}

.cart__qty-max-note {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--wl-amber);
  text-align: right;
  max-width: 160px;
}

/* =========================================
   BEDDING BUNDLE PICKER (produktside)
   (flyttet fra snippets/product-template.liquid, audit fase 2.6, 24. sep. 2026)
========================================= */
                          .bedding-bundle-picker {
                            margin-bottom: 20px;
                          }

                          .bedding-bundle-picker__row {
                            display: grid;
                            grid-template-columns: 1fr 1fr;
                            gap: 14px;
                            align-items: end;
                          }

                          .bedding-bundle-picker__field {
                            margin: 0;
                          }

                        .bedding-bundle-picker__label-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

                          .bedding-bundle-picker__label {
                            display: block;
                            font-size: 15px;
                            line-height: 1.3;
                            font-weight: 300;
                            color: var(--wl-ink);
                            margin: 0;
                          }

                          .bedding-bundle-picker__select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--wl-sand-select-line);
  border-radius: 6px;
  background-color: var(--wl-white);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'><path d='M1 1.5L7 7.5L13 1.5' stroke='%236f7e5d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px 9px;
  padding: 0 52px 0 14px;
  font-size: 16px;
  color: var(--wl-ink);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bedding-bundle-picker__select:hover {
  border-color: var(--wl-stone);
}

.bedding-bundle-picker__select:focus {
  border-color: var(--wl-olive-light);
  box-shadow: 0 0 0 2px rgba(125, 141, 104, 0.12);
}

.bedding-bundle-picker__select:focus-visible {
  outline: 2px solid var(--colorBtnPrimary);
  outline-offset: 2px;
}

                          .bedding-bundle-picker__helper {
                            display: none;
                            margin-top: 12px;
                            font-size: 13px;
                            line-height: 1.45;
                            color: var(--wl-taupe);
                          }

                          .bedding-bundle-picker__helper.is-visible {
                            display: block;
                          }

                          .bedding-bundle-picker__native {
                            display: none;
                          }

                          .bedding-bundle-picker__chart {
                            font-size: 12px;
                            line-height: 1.2;
                            color: var(--wl-taupe);
                          }

                          .bedding-bundle-picker__chart .icon,
                          .bedding-bundle-picker__chart svg {
                            display: none;
                          }

                          @media only screen and (max-width: 749px) {
                            .bedding-bundle-picker__row {
                              grid-template-columns: 1fr;
                              gap: 12px;
                            }
                          }

/* =========================================
   STICKY ADD TO CART
   (flyttet fra snippets/sticky-add-to-cart.liquid, audit fase 2.6, 24. sep. 2026)
========================================= */
.sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 10px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--wl-sand-top-line);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
}

@media (prefers-reduced-motion: reduce) {
  .sticky-atc,
  .sticky-atc__select {
    transition: none;
  }
}

.sticky-atc.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sticky-atc.is-hidden-by-drawer {
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sticky-atc__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sticky-atc__product {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 auto;
  min-width: 0;
}

.sticky-atc__image-wrap {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--wl-sand);
}

.sticky-atc__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky-atc__meta {
  display: flex;
  flex-direction: column;
}

.sticky-atc__title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 6px;
}

.sticky-atc__price {
  font-size: 20px;
  margin-bottom: 6px;
}

.sticky-atc__badge {
  display: inline-flex;
  align-self: flex-start; /* pillen maa ikke straekkes til kolonnens fulde bredde (mobil) */
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--wl-sand-badge);
  font-size: 13px;
  white-space: nowrap;
}

.sticky-atc__badge.is-hidden {
  display: none;
}

.sticky-atc__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sticky-atc__variant-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sticky-atc__variant-wrap--bundle {
  gap: 10px;
}

.sticky-atc__select {
  width: 260px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid var(--wl-sand-line);
  padding: 0 44px 0 14px;
  font-size: 15px;
  color: var(--wl-ink);
  background-color: var(--wl-white);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'><path d='M1 1.5L7 7.5L13 1.5' stroke='%236f7e5d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 9px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sticky-atc__select:hover {
  border-color: var(--wl-stone);
}

.sticky-atc__select:focus {
  border-color: var(--wl-olive-light);
  box-shadow: 0 0 0 2px rgba(125, 141, 104, 0.12);
}

.sticky-atc__select:focus-visible {
  outline: 2px solid var(--colorBtnPrimary);
  outline-offset: 2px;
}

.sticky-atc__qty {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--wl-sand-line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--wl-white);
  height: 48px;
}

.sticky-atc__qty-btn {
  width: 44px;
  height: 48px;
  border: 0;
  background: var(--wl-sand);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sticky-atc__qty-input {
  width: 52px;
  height: 48px;
  border: 0;
  text-align: center;
  font-size: 17px;
  background: var(--wl-white);
  appearance: textfield;
}

.sticky-atc__qty-input::-webkit-outer-spin-button,
.sticky-atc__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.sticky-atc__button {
  height: 60px;
  min-width: 220px;
  border-radius: 999px;
  border: 0;
  background: var(--wl-olive-sticky);
  color: var(--wl-white);
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

.sticky-atc__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.sticky-atc__error {
  flex-basis: 100%;
  margin: 0;
  font-size: 13px;
}

.sticky-atc__inner {
  flex-wrap: wrap;
}

@media screen and (max-width: 989px) {
  .sticky-atc__image-wrap {
    width: 96px;
    height: 96px;
  }

  .sticky-atc__variant-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .sticky-atc__select {
    width: 200px;
    height: 44px;
  }

  .sticky-atc__button {
    height: 54px;
    min-width: 180px;
  }
}

@media screen and (max-width: 749px) {
  .sticky-atc {
    padding: 8px 12px calc(10px + env(safe-area-inset-bottom));
  }

  .sticky-atc__inner {
    display: grid;
    gap: 10px;
  }

  .sticky-atc__product {
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .sticky-atc__meta {
    min-width: 0;
  }

  .sticky-atc__image-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    aspect-ratio: 1 / 1;
  }

  .sticky-atc__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sticky-atc__badge {
    font-size: 12px;
    padding: 3px 8px;
    max-width: 100%;
    white-space: normal;
  }

  .sticky-atc__title {
    font-size: 15px;
    line-height: 1.25;
  }

  .sticky-atc__price {
    font-size: 15px;
    line-height: 1.25;
  }

  .sticky-atc__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 8px;
    align-items: stretch;
    width: 100%;
  }

  .sticky-atc__variant-wrap {
    min-width: 0;
  }

  .sticky-atc__qty {
    display: none;
  }

.sticky-atc__select {
  width: 100%;
  min-width: 0;
  height: 40px;
  font-size: 13px;
  padding: 0 36px 0 12px;
  background-position: right 12px center;
  background-size: 12px 8px;
}

  .sticky-atc__button {
    width: 100%;
    height: 40px;
    min-width: 0;
    font-size: 14px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 520px) {
  .sticky-atc__actions {
    grid-template-columns: minmax(0, 1fr) 108px;
  }

  .sticky-atc__select {
    font-size: 12px;
  }

  .sticky-atc__button {
    font-size: 13px;
  }
}

.sticky-atc.is-hidden-by-footer {
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* =========================================
   CART OFFER (tilbudsikon + boks under kurvlinje, snippets/cart-item.liquid)
   Genbruger wl-bundle-offer-klasserne; farver = blokkens standardfarver paa produktsiden.
   Ikonet ryster til boksen er aabnet (ikke ved prefers-reduced-motion).
========================================= */
.cart__item--has-offer {
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.cart__item--has-offer .cart__item-details {
  flex: 1 1 0;
  min-width: 0;
}

.cart__offer-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  margin-top: 2px;
  padding: 0 12px 0 10px;
  border: 1px solid var(--colorBorder);
  border-radius: 999px;
  background: var(--colorBody);
  color: var(--wl-sage);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.cart__offer-toggle .icon {
  width: 18px;
  height: 18px;
  animation: wl-offer-shake 3s ease-in-out infinite;
}

.cart__offer-toggle:hover,
.cart__offer-toggle:focus-visible,
.cart__offer-toggle.is-open {
  background: var(--colorBtnPrimary);
  border-color: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
}

.cart__offer-toggle.is-open .icon {
  animation: none;
}

@keyframes wl-offer-shake {
  0%, 60%, 100% { transform: rotate(0); }
  64% { transform: rotate(-14deg); }
  68% { transform: rotate(12deg); }
  72% { transform: rotate(-10deg); }
  76% { transform: rotate(8deg); }
  80% { transform: rotate(-5deg); }
  84% { transform: rotate(0); }
}

@media (prefers-reduced-motion: reduce) {
  .cart__offer-toggle .icon {
    animation: none;
  }
}

.cart__offer {
  flex: 0 0 100%;
  width: 100%;
  margin: 12px 0 0;
  --wl-offer-bg: #ece8df;
  --wl-offer-border: #d9d3c7;
  --wl-offer-title: var(--wl-espresso);
  --wl-offer-text: var(--wl-taupe);
  --wl-offer-badge-text: var(--wl-espresso);
}

.cart__offer[hidden] {
  display: none;
}

.cart__offer .wl-bundle-offer__box {
  gap: 8px;
  padding: 6px 6px 6px 12px;
  border-radius: 12px;
}

.cart__offer .wl-bundle-offer__badge-icon .icon {
  width: 14px;
  height: 14px;
}

.cart__offer .wl-bundle-offer__title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

.cart__offer-close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wl-offer-title);
  cursor: pointer;
}

.cart__offer-close .icon {
  width: 16px;
  height: 16px;
}

/* =========================================
   FLYTTET FRA TEMAEDITORENS CUSTOM CSS (THEME-FIXES F1)
   Reglerne laa i settings_data.json (platform_customizations) og er flyttet hertil uden visuel aendring.
========================================= */
.custom--product-badge__bestseller {
  background: var(--wl-bestseller);
}

.size-chart__standalone .tool-tip-trigger__title {
  letter-spacing: normal;
  text-transform: none;
}

/* Navigationen staar med normal skrift (temaindstillingen "store bogstaver i navigation" er slaaet fra).
   Mobilmenuens topniveau beholder den stoerrelse den havde med indstillingen slaaet til. */
.mobile-nav__link--top-level {
  font-size: 1.1em;
}

.announcement-bar {
  font-size: calc(var(--typeBaseSize) * 0.7);
}

.label,
label:not(.variant__button-label):not(.text-label) {
  font-size: 0.8em;
  letter-spacing: normal;
  text-transform: none;
}

.custom--mega_menu_footer_text {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  font-family: inherit;
  border-top-style: groove;
  border-width: thin;
  padding-top: 20px;
}

/* Udsalgs- og udsolgt-maerker i produktgitteret vises ikke (butikken bruger egne badges) */
.grid-product__tag--sale,
.grid-product__tag.grid-product__tag--sold-out {
  display: none;
}

.footer__logo img {
  display: none;
}

/* Slider-pile er skjult i alle Flickity-slidere */
.flickity-previous,
.flickity-next {
  display: none;
}

/* =========================================
   FONTVAEGTE (THEME-FIXES A4, 24. sep. 2026)
   Temaet henter kun DM Sans 300/600 og Playfair Display 600. Temaets egne regler med
   400/500 saettes til 300 og 700/900/bold til 600, saa browseren aldrig henter eller
   efterligner vaegte vi ikke bruger. Overskriver theme.css uden at roere den.
========================================= */
b,
strong,
th,
.table__title,
optgroup,
.btn,
.rte .btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.megamenu h5,
.megamenu .h5,
.tag--active > a,
.tag--active > label,
.article__title,
.testimonials-slider__text cite,
.announcement-text,
.cart__item--variants span,
.cart__item--properties span,
.template-giftcard .action-link,
.results--queries span {
  font-weight: 600;
}

button,
input,
select,
textarea,
.results--queries mark,
.recipient-form .field__label:not(.variant__button-label):not(.text-label),
.recipient-form label:not(.variant__button-label):not(.text-label),
.btn--tertiary,
.rte .btn--tertiary,
.btn--secondary.btn--small,
.mobile-nav__sublist .mobile-nav__faux-link,
.mobile-nav__sublist .mobile-nav__link,
.social-sharing__link,
.variant-input-wrap label,
.variant__label-info,
.grid-product__price--savings,
.product__price-savings,
.giftcard__code__text,
.tooltip__label {
  font-weight: 300;
}

/* =========================================
   VANDRETTE PRODUKTRAEKKER: fast synlig scrollbar (Mads, 24. sep. 2026)
   macOS og iOS skjuler ellers scrollbaren indtil man scroller, saa man ikke kan se at raekken kan traekkes.
   Gaelder temaets .grid-overflow-wrapper (featured-collection, product-recommendations, recently-viewed paa mobil)
   og butikkens .horizontal-scroll-wrapper i product-recommendations (alle bredder; temaets JS flytter raekken ind i en placeholder, derfor ingen forael-selektor).
========================================= */
.grid-overflow-wrapper::-webkit-scrollbar,
.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.grid-overflow-wrapper::-webkit-scrollbar-track,
.horizontal-scroll-wrapper::-webkit-scrollbar-track {
  background: var(--wl-sand-dark);
  border-radius: 999px;
}

.grid-overflow-wrapper::-webkit-scrollbar-track {
  margin: 0 17px;
}

.grid-overflow-wrapper::-webkit-scrollbar-thumb,
.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background: var(--colorBtnPrimary);
  border-radius: 999px;
}

.horizontal-scroll-wrapper {
  padding-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .grid-overflow-wrapper {
    padding-bottom: 16px;
  }
}

/* Firefox har ikke ::-webkit-scrollbar; her bruges standard-egenskaberne i stedet */
@supports not selector(::-webkit-scrollbar) {
  .grid-overflow-wrapper,
  .horizontal-scroll-wrapper {
    scrollbar-width: thin;
    scrollbar-color: var(--colorBtnPrimary) var(--wl-sand-dark);
  }
}
