/** Shopify CDN: Minification failed

Line 1371:0 Unexpected "}"

**/
/* =========================================
   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 !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;
}

/* =========================================
   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: calc(var(--lh) * var(--max-lines));
  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: #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) * 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: 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);
}

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

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

.cart__discount-note {
  color: #3f3a33;
  font-size: 14px;
  text-align: left;
  padding-top: 10px;
}

.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;
  gap: 6px;
  padding-left: 10px;
}

.cart-upsell-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f8f8;
  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: 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;
}

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

.cart-item {
  display: flex;
  align-items: center;
  gap: 15px;
  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;
}

.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: #e0d9cf;
  color: #fff;
  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: #f4f2ee;
  color: #2f2a24;
  border: 1px solid #d9d3ca;
}

.cart-empty-btn--secondary:hover {
  background-color: #ece7df;
}

/* =========================================
   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-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: 42px !important;
  min-height: 42px !important;
  padding: 0 20px !important;
  line-height: 42px !important;
  display: flex !important;
  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 #d9d3ca;
  border-radius: 999px;
  overflow: hidden;
  background: #f4f2ee;
  box-sizing: border-box;
}

.wl-product-buy-row .js-qty__num {
  width: 30px;
  height: 40px;
  border: 0;
  border-left: 1px solid #d9d3ca;
  border-right: 1px solid #d9d3ca;
  background: #fff;
  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 !important;
  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: #f4f2ee;
  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 !important;
  margin-bottom: 4px !important;
}

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

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

/* =========================================
   REVIEWS
========================================= */
.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 {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}

.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: #6f8256;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  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: #e0d9cf;
  color: #333;
  font-weight: normal;
  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: #778866;
  color: #fff;
  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: #f4f2ee;
  border: 1px solid #d9d3ca;
  text-decoration: none;
  transition: all 0.2s ease;
}

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

.custom--sub-collection__link:hover {
  background: #ece7df;
  border-color: #cfc7bb;
}

.custom--sub-collection.is-active .custom--sub-collection__link {
  background: #2f2a24;
  border-color: #2f2a24;
}

.custom--sub-collection.is-active .custom--sub-collection__text {
  color: #fff;
}

/* =========================================
   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 #e5dfd5;
  background: #fdfcf9;
  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: #6f7f5d;
}

.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: #5e584f;
  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: #828282;
  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 !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;
}

/* =========================================
   BLOG TABLE OF CONTENTS
========================================= */
#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;
}

/* =========================================
   SCROLL TO TOP
========================================= */
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #4b5e3d;
  color: #fff;
  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: #4b5e3d;
}


/* =========================================
   THEME SPECIFIC
========================================= */
.variant-input-wrap label.disabled {
  display: none;
}

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

.wl-collection-hero--image .collection-hero__content {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
  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 !important;
  position: relative !important;
  transform: none !important;
}

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

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

.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: #ffffff !important;
  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: calc(var(--lh) * var(--max-lines));
  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 {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1.8em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.22) 100%);
  pointer-events: 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: #5e584f;
}

/* =========================================
   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: calc(var(--lh) * var(--max-lines));
  position: relative;
  cursor: pointer;
}

.page-content--top .collection-hero__description[data-collection-toggle]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1.2em;
  background: linear-gradient(to bottom, rgba(240, 236, 228, 0) 0%, #f0ece4 100%);
}

.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 !important;
}

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

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

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

/* =========================================
   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) !important;
    line-height: 1.04 !important;
  }

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

@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 !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    -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 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    margin: 0 !important;
  }

  .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% !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;
  }



  .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) !important;
    line-height: 1.05 !important;
    margin-bottom: 8px;
  }

  .wl-collection-hero--image .h1 {
    font-size: 16px !important;
    line-height: 1.25 !important;
    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 !important;
  }

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

/*BACKGROUND - COLLECTION HERO*/
.page-content--top {
  background: #f0ece4;
  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 {
  background: linear-gradient(to bottom, rgba(111, 130, 86, 0) 0%, #f0ece4 100%);
}

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

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

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

.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 !important;
  box-shadow: none !important;
  background: transparent !important;
}

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

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




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

.usp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f4f2ee;
  color: #332d2a;
  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: #6f7f5c;
  line-height: 0;
}

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

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

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


