/** Shopify CDN: Minification failed

Line 709:1 Expected "}" to go with "{"

**/
ne/***** product image *****/
.image-wrap .animate-me, .image-wrap svg {
    display: none;
}

/***** Shopifiers NA *****/
:root {
  --lh: 1.6rem;
}
.btn {
  letter-spacing: initial;
}
.btn, .rte .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  padding: 11px 80px;
}
.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 !important;
}
.breadcrumb a,
.breadcrumb span {
  color: #828282;
}
.cart-link__bubble--visible {
  height: 18px;
  width: 18px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
  align-content: center;
  color: white;
}

[data-short-text] {
  --max-lines: 2;  /* Antal linjer teksten begrænses til */
  --lh: 1.6rem;    /* Line-height for teksten */

  display: -webkit-box;
  -webkit-line-clamp: var(--max-lines);  /* Begrænser teksten til X linjer */
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(var(--lh) * var(--max-lines));
  position: relative;
  cursor: pointer;  /* Gør teksten klikbar */
  transition: max-height 0.3s ease-in-out;  /* Glat overgang */
}

[data-short-text]::after {
  content: "";  /* Tilføjer en fade-effekt i bunden for at indikere mere tekst */
  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; /* Fjerner fade-effekten når teksten vises fuldt */
}

.custom--cart__free-shipping-notice {
  margin-top: 1rem;
  color: #828282;
}
.custom--product-badge {
  background-color: #796F45;
  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: #828282;
}
.custom--article__intro {
  font-size: max(calc(var(--typeBaseSize)*.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: 700;
}
.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: 700;
  text-transform: uppercase;
}
.custom--featured-products-grid {
  border: 2px dashed #B3AB9C;
  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);
}

/* 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);
}
.page-content--product .shopify-app-block:has(.jdgm-widget) {
  margin-bottom: 25px;
}
.page-content--product .jdgm-widget .jdgm-prev-badge__text {
  color: #828282;
  margin-left: 0.5rem;
}

.product__quantity .js-qty__adjust {
  background-color: #F4F2EF;
}
.product__quantity .js-qty__wrapper {
  max-width: 100px;
}
.grid--product-images--partial .flickity-slider .product-main-slide {
  margin-right: 0;
}

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

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

/* Collection page */
.collection-custom_section_title {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}

/* 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: #828282;
  font-size: calc(var(--typeBaseSize) * 0.5);
  margin-top: 1rem;
}

/* Testimonials */
.flickity-slider .testimonials-slide {
  display: flex !important;
  height: 100%;
  padding: 35px 0;
}
.testimonials-slide .testimonials-slider__text {
  transform: scale(0.97) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Responsive */
@media only screen and (min-width: 769px) {
  .newsletter-popup__content h3 {
    font-size: var(--typeHeaderSize);
  }
}
@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%;
  }
}

@media (max-width: 768px) {
  .template-product .breadcrumb {
    display: none;
  }
}



/***** WL - color as images *****/

.custom--product-meta-variants-block__content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
  justify-content: flex-start;
  max-width: 468px; /* 👈 Begrænser containerens bredde */
}
.custom--product-meta-variant-color {
  flex: 0 0 calc((100% - 6 * 0.5rem) / 7); /* 7 elementer med 6 gaps */
    max-width: 60px; /* valgfri - sikrer at de ikke bliver kæmpe store */
  height: auto;
  aspect-ratio: 1 / 1; /* holder den kvadratisk */
  border-radius: 50%;
  background-color: #f4f2ee;
  overflow: hidden;
  margin-bottom: 5px;
}
 
/* Sørger for, at billederne bevarer den rigtige størrelse */
.custom--product-meta-variant-color--box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
    border-radius: 50%; /* Sikrer at billedet også er rundt */
    transform: translateY(-5px) scale(1); /* Flytter billedet op & gør det mindre */
}


/* Marker den valgte variant med en sort kant */
.custom--product-meta-variant-color[data-current-color] {
    border: 1px solid black;
}

/* Upsell- drawer cart */

.cart-upsell-container {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  text-align: left;
}

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

.cart-upsell-products {
  display: flex;
  flex-direction: column; /* 🔥 Viser produkterne under hinanden */
  gap: 6px; /* Mindre afstand mellem produkterne */
  padding: 0 10px;
}

/* Giver mellemrum mellem billedet og teksten */
.cart-upsell-item {
  width: 100%; /* Gør produktet lige så bredt som containeren */
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f8f8;
  padding: 6px;
  border-radius: 4px;
}

.cart-upsell-item img {
  width: 40px; /* 🔥 Mindre billede */
  height: auto;
  border-radius: 3px;
}

.cart-upsell-info {
  flex: 1; /* 🔥 Fylder resten af pladsen */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.cart-upsell-info span {
  font-size: 12px;
  color: #666;
}

.add-upsell-to-cart {
  background: #778866;
  color: #fff;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 4px;
  transition: background 0.2s;
  white-space: nowrap; /* 🔥 Sikrer, at teksten ikke bryder linjen */
}

.add-upsell-to-cart:hover {
  background: #333;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 15px; /* Giver mellemrum mellem billedet og teksten */
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }

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

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

 

  .cart-item-price {
    font-size: 14px;
    color: #555;
  }

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

@media (max-width: 768px) {
    .cart-item {
        flex-wrap: nowrap; /* Tillader at elementer kan ryge på næste linje */
        justify-content: space-between; /* Sørger for at elementerne fordeles pænt */
      max-width: 100%;
    }

    .cart-item-title {
        width: 100%; /* Gør produktnavnet fuld bredde, så det ikke kolliderer med knapperne */
        text-align: left;
    }

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

    .cart-remove {
        width: 100%; /* Gør knappen fuld bredde for bedre mobilvenlighed */
        text-align: center;
    }
}

/* HTML på GreenChoice kollektion - collapse header tekst */

/* Skjuler checkboxen uden at bruge display: none; */
.toggle-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Begrænset tekstvisning */
.custom-text {
  --max-lines: 5;
  --line-height: 1.6rem;

  display: -webkit-box;
  -webkit-line-clamp: var(--max-lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(var(--max-lines) * var(--line-height));
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
  position: relative;
  opacity: 1;
}

/* Når teksten udvides */
.toggle-checkbox:checked ~ .custom-text-container .custom-text {
  -webkit-line-clamp: unset;
  max-height: 1000px;
}

/* Fade-out effekt, der forsvinder ved klik */
.custom-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, white 100%);
  transition: opacity 0.3s ease-in-out;
}

/* Når teksten udvides, skjules fade-effekten */
.toggle-checkbox:checked ~ .custom-text-container .custom-text::after {
  opacity: 0;
  height: 0;
}

/* Styling af "Læs mere / Læs mindre"-knappen */
.toggle-label {
  display: block;
  text-align: center;
  color: #4b5e3d;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  font-size: 16px;
  transition: color 0.3s;
}

/* Hover-effekt på knappen */
.toggle-label:hover {
  color: #35472a;
}

/* "Læs mindre" er skjult som standard */
.label-close {
  display: none;
}

/* Når teksten udvides, vises "Læs mindre" og "Læs mere" skjules */
.toggle-checkbox:checked ~ .custom-text-container .toggle-label .label-open {
  display: none;
}

.toggle-checkbox:checked ~ .custom-text-container .toggle-label .label-close {
  display: inline;
}

/* Scroll to Top Button */
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #4b5e3d; /* Sort baggrund */
  color: #fff; /* Hvid pil */
  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;
}

/* Hover effekt */
.scroll-top:hover {
  background-color: #4b5e3d;
}

/* Responsiv justering for mobil */

@media (max-width: 768px) {
    width: 50px; /* Større knap */
    height: 50px;
    bottom: 15px;
    right: 15px;
  
}

/* fjern collection filter */

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

/* fjern product count på søgesiden */
.collection-filter__item--count {
    display: none;
}

/* afstand på sales points - produktside */

.sales-points {
    margin: 12px 0;
      font-weight: 300;
    font-size: 15px;
}

/* Badge - collectionssider */
.collection-product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  background-color: #e0d9cf;
  color: #333;
  font-weight: normal; /* ikke bold */
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  white-space: nowrap; /* altid 1 linje */
  overflow: hidden;
  font-size: 13px;
  max-width: 90%;
  width: fit-content;
  z-index: 10;
}

/* --- MOBIL (max-width 768px) --- */
@media (max-width: 768px) {
  .collection-product-badge {
    top: auto;
    bottom: 10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    max-width: 90vw;
    padding: 6px 10px;
    font-size: min(3.5vw, 13px); /* skaler ned, men ikke større end 13px */
    font-weight: normal;
    text-align: center;
    white-space: nowrap;          /* 🔒 1 linje */
    overflow: visible;            /* alt vises */
    text-overflow: unset;         /* ingen ... */
    box-sizing: border-box;
  }
}

/* --- Meget små mobiler (max-width 480px) --- */
@media (max-width: 480px) {
  .collection-product-badge {
    font-size: clamp(9px, 2.5vw, 11px); /* endnu mindre på små mobiler */
  }
}

/* indholdsfortegnelse - blogindlæg */

#toc-container.toc {
  background: #f9f9f9;
  border: 1px solid #ddd;
  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: #999;
  font-size: 14px;
}

.toc-link {
  text-decoration: none;
  border-bottom: none;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  display: inline-block;
}

.toc-link:hover {
  color: #4a7d57;
}
@media screen and (max-width: 749px) {
  .responsive-product-card {
    width: 100% !important;
    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;
}

  .drawer__scrollable {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 25px;
    padding-left: 25px;
}

 