/** Shopify CDN: Minification failed

Line 7:0 Unexpected "`"
Line 906:1 Expected "}" to go with "{"

**/
```css
.product__tax,
.product__policies,
.product__shipping,
.product__tax-note {
  display: none !important;
}
.product-info p:empty,
.product__info p:empty {
  display: none !important;
}
/* =========================================
   Sticky Add to Cart
   ========================================= */

.sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.12);

  display: none;
  align-items: center;
  gap: 10px;

  transform: translateY(100%);
  transition: transform 0.25s ease;
}

.sticky-atc--visible {
  transform: translateY(0);
}

.sticky-atc__info {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.3;
  color: #222;
}

.sticky-atc__option {
  display: block;
  white-space: nowrap;
}

.sticky-atc__option strong {
  font-weight: 600;
}

.sticky-add-to-cart__button {
  flex: 1;
  min-height: 50px;
  margin: 0;
}

.sticky-add-to-cart__button.disabled,
.sticky-add-to-cart__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


/* Alleen mobiel */
@media screen and (max-width: 749px) {

  .sticky-atc {
    display: flex;
  }

}


/* Desktop volledig uitschakelen */
@media screen and (min-width: 750px) {

  .sticky-atc {
    display: none !important;
  }

}
/* SIZE CHART BUTTON */
.product-size-chart {
  margin: 15px 0;
}

.size-chart-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.size-chart-button:hover {
  opacity: 0.7;
}

.size-chart-icon {
  font-size: 20px;
}

/* SIZE CHART MODAL */
.product-size-chart-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

.product-size-chart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.product-size-chart-content {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  max-width: 700px;
  max-height: 85vh;
  overflow-y: auto;
  background: #fff;
  padding: 35px;
  box-sizing: border-box;
  border-radius: 4px;
}

.product-size-chart-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

.product-size-chart-close {
  position: absolute;
  top: 12px;
  right: 15px;
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 5px;
}

.product-size-chart-close:hover {
  opacity: 0.6;
}

.product-size-chart-table {
  width: 100%;
  overflow-x: auto;
}

/* MOBILE */
@media screen and (max-width: 749px) {
  .product-size-chart-content {
    width: calc(100% - 30px);
    max-height: 85vh;
    padding: 30px 20px 25px;
  }

  .product-size-chart-button {
    font-size: 15px;
  }
}
/* Size chart table */
.size-chart-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-top: 20px;
}

.size-chart-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.size-chart-table th,
.size-chart-table td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: left;
}

.size-chart-table th {
  font-weight: 600;
  background: #f7f7f7;
}

.size-chart-table tr:nth-child(even) td {
  background: #fafafa;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .size-chart-table {
    min-width: 520px;
    font-size: 14px;
  }

  .size-chart-table th,
  .size-chart-table td {
    padding: 10px 12px;
  }
}
/* Size Chart zichtbaar maken op mobiele apparaten */
@media screen and (max-width: 749px) {
  .product-size-chart {
    display: block !important;
    width: 100% !important;
    margin: 15px 0 !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .product-size-chart-button,
  .size-chart-button {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    align-items: center !important;
    cursor: pointer !important;
  }
}
/* =========================================
   MOBILE PRODUCT INFO - LEFT ALIGN
   ========================================= */

@media only screen and (max-width: 749px) {

  .product-single__meta {
    text-align: left !important;
  }

  .product-single__title {
    text-align: left !important;
  }

  .product-block--header,
  .product-block--price,
  .product-block--sales-point,
  .product-block--variant,
  .product-block--buy-buttons {
    text-align: left !important;
  }

  .product__title,
  .product__title h1 {
    text-align: left !important;
  }

  .price,
  .price__container,
  .price-item {
    text-align: left !important;
  }

  .product-form__input,
  .product-form__input legend,
  .product-form__input .form__label {
    text-align: left !important;
  }

  .sales-point .icon-and-text {
    justify-content: flex-start !important;
  }

}
/* Size Chart - alleen de tekst onderstrepen */
.size-chart-button {
  text-decoration: none !important;
}

.size-chart-button .size-chart-icon {
  text-decoration: none !important;
}

.size-chart-button .size-chart-icon + * {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
#inventory-status {
  margin-bottom: 6px !important;
}
/* =========================================
   CUSTOM PRODUCT DESCRIPTION
   ========================================= */

.custom-product-description {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #e3ddd6;
  background: #fff;
}


/* HEADER */

.custom-product-description-header {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  box-sizing: border-box;

  font-size: 13px;
  letter-spacing: 4px;
  color: #333;
}


/* ARROW */

.custom-product-description-arrow {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
}


/* BODY */

.custom-product-description-body {
  padding: 20px 14px 14px;
  box-sizing: border-box;
}


/* DESCRIPTION TEXT */

.custom-product-description-text {
  max-height: 285px;
  overflow: hidden;

  position: relative;

  transition: max-height 0.35s ease;

  box-sizing: border-box;
}


/* FADE AT BOTTOM */

.custom-product-description:not(.is-expanded)
.custom-product-description-text {
  -webkit-mask-image: linear-gradient(
    to bottom,
    black 0%,
    black 82%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to bottom,
    black 0%,
    black 82%,
    transparent 100%
  );
}


/* FULL DESCRIPTION */

.custom-product-description.is-expanded
.custom-product-description-text {
  max-height: 5000px;

  -webkit-mask-image: none;
  mask-image: none;
}


/* =====================================================
   PRODUCT DESCRIPTION - STATIC BOX + READ MORE
   ===================================================== */

/* Main description box */
.product-description-box {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e3ddd6;
  margin-top: 20px;
  background: #fff;
}

/* Inner area */
.product-description-preview-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* Hide checkbox */
.product-description-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Description content */
.product-description-preview-content {
  max-height: 260px;
  overflow: hidden;
  padding: 28px 20px 0;
  box-sizing: border-box;
  transition: max-height 0.35s ease;
}

/* Expanded description */
.product-description-checkbox:checked ~ .product-description-preview-content {
  max-height: 5000px;
}

/* Read more / read less button */
.product-description-toggle {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 20px 18px;
  margin: 0;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

/* Slight fade before Read more */
.product-description-preview-wrapper:not(:has(.product-description-checkbox:checked))
  .product-description-toggle {
  margin-top: -1px;
}

/* Hide Read less initially */
.product-description-toggle .read-less-text {
  display: none;
}

/* Hide Read more when expanded */
.product-description-checkbox:checked ~ .product-description-toggle .read-more-text {
  display: none;
}

/* Show Read less when expanded */
.product-description-checkbox:checked ~ .product-description-toggle .read-less-text {
  display: inline;
}


/* =====================================================
   MOBILE
   ===================================================== */

@media screen and (max-width: 749px) {

  .product-description-box {
    margin-top: 20px;
  }

  .product-description-preview-content {
    max-height: 250px;
    padding: 28px 20px 0;
  }

  .product-description-toggle {
    padding: 14px 20px 18px;
    font-size: 13px;
  }

}


/* =====================================================
   DESKTOP
   ===================================================== */

@media screen and (min-width: 750px) {

  .product-description-preview-content {
    max-height: 280px;
    padding: 30px 20px 0;
  }

}
/* Sticky Add to Cart verbergen wanneer de cart drawer geopend is */
body:has(cart-drawer.active) .sticky-atc,
body:has(.cart-drawer.active) .sticky-atc,
body:has(.drawer.active) .sticky-atc {
  display: none !important;
}
/* Sticky Add to Cart verbergen wanneer de cart drawer open is */
body.overflow-hidden .sticky-atc {
  display: none !important;
}
/* =========================================
   PRODUCT PRICE - CRO LAYOUT
   ========================================= */

.product-block--price [data-product-price-wrap] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 2px;
}

/* NIEUWE PRIJS */
.product-block--price [data-product-price] {
  order: 1;
  flex: 0 0 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2px;
}

/* OUDE PRIJS */
.product-block--price [data-compare-price] {
  order: 2;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  opacity: 0.75;
}

/* BESPARING */
.product-block--price [data-save-price] {
  order: 3;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}

/* Mobiel */
@media screen and (max-width: 749px) {

  .product-block--price [data-product-price] {
    font-size: 25px;
  }

  .product-block--price [data-compare-price],
  .product-block--price [data-save-price] {
    font-size: 16px;
  }

}
/* =========================================
   MOBILE CART DRAWER - FINAL HEADER
   ========================================= */

@media screen and (max-width: 749px) {

  /* Zeer compacte header */
  .drawer__fixed-header {
    height: 5px !important;
    min-height: 5px !important;
    padding: 0 !important;
    overflow: visible !important;
    border: none !important;
  }

  .drawer__header {
    height: 5px !important;
    min-height: 5px !important;
    padding: 0 !important;
    position: relative !important;
    overflow: visible !important;
    border: none !important;
  }

  /* Verwijder de horizontale lijn */
  .drawer__header,
  .drawer__fixed-header {
    border-bottom: none !important;
    box-shadow: none !important;
  }

  /* Close-knop zichtbaar houden */
  .drawer__close {
    position: absolute !important;
    top: 15px !important;
    right: 14px !important;
    z-index: 9999 !important;
    display: block !important;
    overflow: visible !important;
  }

  .drawer__close_button {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;

    width: 48px !important;
    height: 48px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: none !important;
  }

  /* Kruisje */
  .drawer__close_button svg {
    width: 21px !important;
    height: 21px !important;
    display: block !important;
  }

  /* CLOSE */
  .drawer__close_button .icon__fallback-text {
    position: static !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;

    white-space: nowrap !important;

    font-size: 9px !important;
    line-height: 1 !important;
    letter-spacing: 0.10em !important;
    font-weight: 400 !important;
  }

  /* Geen extra ruimte boven de producten */
  .drawer__inner {
    padding-top: 0 !important;
  }

  .drawer__scrollable {
    padding-top: 5px !important;
  }

  /* CART-titel verborgen */
  .drawer__title {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {

 @media screen and (max-width: 749px) {

  /* Zorg dat de header van de cart drawer geen grote ruimte meer inneemt */
  .drawer__fixed-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: 100 !important;
  }

  /* Kruisje rechtsboven in de overgebleven witte ruimte */
  .drawer__close {
    position: absolute !important;
    top: 45px !important;
    right: 12px !important;
    width: 38px !important;
    height: 38px !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .drawer__close-button {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9999 !important;
  }

  .drawer__close .icon {
    width: 22px !important;
    height: 22px !important;
  }

}
/* =========================================
   IMPULSE 5.2.1 - STICKY ANNOUNCEMENT BAR
   ========================================= */

/* Announcement bar blijft altijd bovenaan */
.announcement-bar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
}

/* Geef de normale header ruimte voor de announcement */
.header-sticky-wrapper {
  margin-top: var(--announcement-height, 0px);
}

/* Impulse maakt deze wrapper dynamisch aan zodra
   de sticky header actief wordt */
#StickyHeaderWrap {
  top: var(--announcement-height, 0px) !important;
  z-index: 9999 !important;
}

/* Zorg dat de daadwerkelijke header onder de announcement blijft */
#StickyHeaderWrap .site-header {
  position: relative;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .announcement-bar {
    z-index: 10000 !important;
  }

  #StickyHeaderWrap {
    top: var(--announcement-height, 0px) !important;
  }
}
/* =========================================
   IMPULSE - HEADER OOK STICKY
   ========================================= */

#StickyHeaderWrap {
  position: fixed !important;
  top: var(--announcement-height, 0px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}

/* Zorg dat de content niet onder de vaste header komt */
body {
  --sticky-header-total-height: 0px;
}

/* Mobile */
@media screen and (max-width: 749px) {
  #StickyHeaderWrap {
    position: fixed !important;
    top: var(--announcement-height, 0px) !important;
    width: 100% !important;
  }
}
/* =========================================
   IMPULSE - COMPACT ANNOUNCEMENT BAR
   ========================================= */

@media screen and (max-width: 749px) {

  .announcement-bar__message {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
  }

  .announcement-bar__message span {
    display: inline !important;
  }

  .announcement-bar__message br {
    display: none !important;
  }

  .announcement-bar {
    min-height: 0 !important;
  }

}
/* =========================================
   IMPULSE 5.2.1
   ANNOUNCEMENT TEXT OP 1 REGEL
   ========================================= */

@media screen and (max-width: 749px) {

  /* De volledige announcement */
  .announcement-bar {
    height: auto !important;
    min-height: 0 !important;
  }

  /* Slide zelf */
  .announcement-slider__slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  /* Wanneer de announcement klikbaar is */
  .announcement-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    gap: 8px !important;
    width: auto !important;
    margin: 0 !important;
    padding: -5px 10px !important;
  }

  /* De twee teksten */
  .announcement-text,
  .announcement-link-text {
    display: inline !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
  }

}
/* PRODUCTPAGINA - RUIMTE VOOR STICKY HEADER */
@media screen and (max-width: 749px) {
  .template-product .main-content {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 749px) {

  .drawer {
    top: 0 !important;
    bottom: 0 !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
  }

  .drawer__fixed-header {
    top: 0 !important;
  }

  .drawer__inner {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .drawer__scrollable {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
  }

  .drawer__footer {
    flex: 0 0 auto !important;
    position: relative !important;
    padding-bottom: 25px !important;
  }
}