/** Shopify CDN: Minification failed

Line 865:0 Expected "}" to go with "{"

**/
/* Theme custom css */

.btn,.rte .btn,.shopify-payment-button .shopify-payment-button__button--unbranded{
  -webkit-appearance:none;
  -moz-appearance:none;
  background:var(--colorBtnPrimary);
  border:1px solid transparent;
  border-radius:var(--buttonRadius);
  color:var(--colorBtnPrimaryText);
  cursor:pointer;

  display:inline-block;

  font-size:calc(var(--typeBaseSize) - 4px);
  font-size:max(calc(var(--typeBaseSize) - 4px), 13px);
  font-weight:700;
  letter-spacing:0.1em;
  line-height:1.42;
  margin:0;
  min-width:90px;
  padding:11px 20px;
  text-align:center;
  -webkit-text-decoration:none;
  text-decoration:none;
  text-transform:uppercase;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  vertical-align:middle;
  white-space:normal;
  width:auto;
}

.site-header--stuck {
  padding: 20px 0 !important
}

.product-usp-container {
  margin-bottom: 32px !important;
}

/* product page custom css*/
.product-info-item {
    font-size: 14px;
    margin-bottom: 8px;
}

.product-block {
    margin-bottom: 16px !important;
}

.variant-input-wrap .size-swatch.variant__button-label {
  width: auto;
  min-width: 40px;
  height: 40px;
  border: solid 0.5px #4A4A4A !important;
  border-radius: 2px;
  font-size: 12px !important;
  box-shadow: none !important;
  color: black !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 4px !important;
  margin: 0 6px 0 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.variant-input input:checked + .size-swatch.variant__button-label,
.size-swatch-wrapper input:checked + .size-swatch.variant__button-label,
input[type="radio"]:checked + .size-swatch.variant__button-label,
.variant-input-wrap input[type="radio"]:checked + .size-swatch.variant__button-label {
  border: solid 2px #545454 !important;
  box-shadow: none !important;
  background-color: #fff !important;
  color: black !important;
  margin: 0 6px 0 0 !important;
}

.size-swatch__description {
  font-size: 12px;
  font-style: italic;
  margin-top: 4px;
}

/* Container voor beschrijving onder alle swatches */
.size-swatch-description-container {
  width: 100%;
  text-align: left;
  margin-top: 4px;
}

.oo-product-row {
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.oo-product-block {
  width: 100% !important;
  margin-bottom: 0px !important;
  flex: 0 0 100%;
}

.oo-submit-block {
  margin-bottom: 0px !important;
}

.oo-submit-block .add-to-cart {
  background-color: #A6838D !important;
  width: 100%;
}

.oo-product-quantity {
  width: 88px;
  margin-bottom: 0px !important
}

.js-qty__wrapper{
  max-width:88px !important;
}

.js-qty__num {
  width: 88px !important;
  padding: 13px 10px;
  border-color: #0000000D;
  font-size: 16px !important;
}

.js-qty__adjust .icon{
    font-size:16px;
    height:12px;
    width:12px;
  }

.js-qty__adjust--minus {
  border-right: 1px solid #0000000D;
}

.js-qty__adjust--plus {
  border-left: 1px solid #0000000D;
}

/* product page theme css*/

.product-block--price {
    margin-bottom: 20px !important;
}

.product-block--header {
    margin-bottom: 8px !important;
}

.product-single__vendor {
    margin-bottom: 16px !important;
}

.reference-wrapper .variant__label, .variant-wrapper .variant__label{
    text-transform: none !important;
    font-size: 14px !important;
    letter-spacing: normal !important;
    margin-bottom: 6px !important;
    font-weight: 600;
}

.sales-points {
  margin-top: 16px !important;
  margin-bottom: 24px !important;
}
.sales-point .icon {
  margin-right: 2px
}

.reference-item.active, .reference-item:hover {
  border-color: #545454 !important
}

.product-block .rte h2, .product-block .rte p, .product-block .rte h3, .product-block .rte h4{
  margin-bottom: 16px !important;
}

/* kaching css*/
/* .kaching-bundles__bars--grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
} */


/* keuzehulp css*/

.keuzehulp-balk {
  position: relative; 
  background: linear-gradient(to right, #2a2a2a, #3a3a3a); 
  padding: 3rem 6rem 0 6rem; 
  margin: 2rem 0; 
  overflow: visible;
}

.keuzehulp-balk__content {
  max-width: 600px;
  z-index: 2;
}

.keuzehulp-balk__header {
  color: #fff !important;
}

.keuzehulp-balk__paragraph {
  color: #fff !important;
}

/* .keuzehulp-balk__button {
  display: inline-block;
  height: fit-content;
  padding: 8px 24px; 
  text-decoration: none; 
  border-radius: 4px; 
  font-weight: 600; 
  transition: all 0.3s ease;
} */

.keuzehulp-balk__button--primary {
  background-color: #fff;
  border: 1px solid #fff;
  color: #2a2a2a; 
}

.keuzehulp-balk__button--primary:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #2a2a2a; 
}

.keuzehulp-balk__button--secondary {
  background-color: transparent;
  color: #fff; 
  border: 1px solid #fff;
}

.keuzehulp-balk__button--secondary:hover {
  color: #fff !important;
}

.keuzehulp-balk__image {
  position: absolute; 
  right: 0; 
  bottom: 0; 
  z-index: 1; 
  max-width: 236px; 
  width: auto; 
  height: auto; 
  margin: 0; 
  padding: 0;
}

@media (max-width: 1024px) {
  .keuzehulp-balk__content {
    max-width: 400px;
  }
}

/* Collection Banner Grid Fix */
.grid--uniform .collection-banner {
  clear: both !important;
  width: 100% !important;
  float: none !important;
  display: block !important;
  margin-bottom: 20px;
  margin-left: 22px !important; /* Compensate for grid negative margin */
  padding-left: 0 !important;
  box-sizing: border-box !important;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .grid--uniform .collection-banner {
    margin-left: 8px !important; /* Compensate for grid negative margin on mobile */
  }
}

/* Ensure items after banner float correctly */
/* The banner breaks the nth-of-type pattern, so we need to handle clear manually via JS */
.grid--uniform .collection-banner ~ .grid__item {
  float: left !important;
}

/* Override nth-of-type clear for ALL items after banner - let JS handle it */
.grid--uniform .collection-banner ~ .grid__item {
  clear: none !important;
}

.collection-banner__link {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  background: #1a1a1a;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-banner__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.collection-banner__container {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 120px;
  min-height: 320px;
}

.js-drawer-open-collection-filters {
  color: #1c1d1d;
}

@media (max-width: 1000px) {
  .collection-banner__container {
    padding: 40px 40px;
  }
}

.collection-banner__content {
  flex: 1;
  z-index: 2;
  position: relative;
  align-content: center;
}

.collection-banner__text {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 700px;
}

.collection-banner__text h2,
.collection-banner__text h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: calc(var(--typeHeaderSize) * .85);
}

.collection-banner__text p {
  color: #fff;
  margin-bottom: 12px;
}

.collection-banner__button {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent !important;
  font-size: 16px !important;
  transition: background 0.3s ease, color 0.3s ease;

}

.collection-banner__link:hover .collection-banner__button {
  background: #f0f0f0;
}

.collection-banner__image {
  flex: 0 0 auto;
  max-width: 300px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  /* overflow: hidden; */
}

.collection-banner__image img {
  width: 400px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Image at bottom of banner (outside padding) */
.collection-banner--image-bottom .collection-banner__link {
  display: flex;
  flex-direction: column;
  border-radius: 0px;
}

/* On desktop, keep container as flex row (text and image side by side) */
.collection-banner--image-bottom .collection-banner__container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
  padding: 40px 120px;
  min-height: 320px;
  height: auto;
}

/* Desktop: image inside container, next to text, positioned at bottom */
.collection-banner--image-bottom .collection-banner__image--desktop {
  display: flex;
  flex: 0 0 auto;
  max-width: 300px;
  position: relative;
  z-index: 1;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  height: 100%;
  overflow: hidden;
  margin-bottom: -40px;
}

.collection-banner--image-bottom .collection-banner__image--desktop img {
  min-width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  align-self: stretch;
}

/* Mobile: hide desktop image */
.collection-banner--image-bottom .collection-banner__image--desktop {
  display: flex;
}

/* Mobile: image outside container, at bottom */
.collection-banner--image-bottom .collection-banner__image--mobile {
  display: none;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  flex: 0 0 auto;
  max-height: none;
}

.collection-banner--image-bottom .collection-banner__image--mobile img {
  width: 100%;
  max-height: none;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0 0 8px 8px;
}

@media (max-width: 768px) {
  .collection-banner__container {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    text-align: center;
  }
  
  .collection-banner__content {
    order: 2;
  }
  
  .collection-banner__image {
    order: 1;
    max-width: 200px;
    max-height: 200px;
  }
  
  .collection-banner__image img {
    max-height: 200px;
  }
  
  /* Image at bottom of banner (outside padding) - Mobile */
  
  .collection-banner--image-bottom .collection-banner__container {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    text-align: center;
    padding-bottom: 24px;
  }
  
  /* Hide desktop image on mobile */
  .collection-banner--image-bottom .collection-banner__image--desktop {
    display: none !important;
  }
  
  /* Show mobile image on mobile */
  .collection-banner--image-bottom .collection-banner__image--mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    max-height: none;
  }
  
  .collection-banner--image-bottom .collection-banner__image--mobile img {
    width: 100%;
    max-height: none;
    height: auto;
    display: block;
    border-radius: 0 0 8px 8px;
    padding: 0px 40px;
  }
  
  .collection-banner__text {
    font-size: 16px;
  }
  
  .collection-banner__text h2,
  .collection-banner__text h3 {
    font-size: 20px;
  }
  
  .collection-banner__button {
    font-size: 14px;
    padding: 10px 20px;
  }

  .collection-banner--image-bottom .collection-banner__container {
    min-height: 80px;
  }
}

/* Social Post Card */
.social-post-card {
  position: relative;
}

.social-post-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}

.social-post-card__image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}

.social-post-card__image {
  width: 100%;
  height: 100%;
}

.social-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.social-post-card__link:hover .social-post-card__image img {
  transform: scale(1.05);
}

.social-post-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin-top: 8px;
}

.social-post-card__profile {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
}

.social-post-card__profile-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
}

.social-post-card__profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-post-card__profile-image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e0;
}

.social-post-card__profile-image--placeholder .icon {
  width: 20px;
  height: 20px;
  fill: #999;
}

.social-post-card__username {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  word-wrap: break-word;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
  margin-right: 8px;
}

.social-post-card__follow-btn {
  font-size: 14px;
  font-weight: 600;
  color: #a6838d;
  text-decoration: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.social-post-card__follow-btn:hover {
  opacity: 0.7;
}

/* Sticky Add to Cart Button */
.sticky-add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(0);
  opacity: 1;
}

#floating-shopping-assistant {
  z-index: 9;
}

.sticky-add-to-cart[style*="display: none"] {
  transform: translateY(100%);
  opacity: 0;
}

.sticky-add-to-cart__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sticky-add-to-cart__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.sticky-add-to-cart__product-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.sticky-add-to-cart__image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
}

.sticky-add-to-cart__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky-add-to-cart__details {
  flex: 1;
  min-width: 0;
}

.sticky-add-to-cart__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.sticky-add-to-cart__product-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-add-to-cart__variant-title {
  display: block;
  font-weight: 400;
  opacity: 0.8;
  font-size: 13px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-add-to-cart__price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.sticky-add-to-cart__compare-price {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
}

.sticky-add-to-cart__actions {
  flex-shrink: 0;
}

.sticky-add-to-cart__button {
  min-width: 180px;
  white-space: nowrap;
  background-color: #A6838D !important;
}

@media (max-width: 768px) {
  .sticky-add-to-cart {
    padding: 10px 0;
  }

  .sticky-add-to-cart__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sticky-add-to-cart__content {
    gap: 12px;
  }

  .sticky-add-to-cart__product-info {
    gap: 10px;
    min-width: 0;
  }
  
  .sticky-add-to-cart__details {
    min-width: 0;
    flex: 1;
  }

  .sticky-add-to-cart__image {
    display: none;
  }

  .sticky-add-to-cart__title {
    font-size: 13px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.4;
  }
  
  .sticky-add-to-cart__product-title {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  
  .sticky-add-to-cart__variant-title {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .sticky-add-to-cart__price {
    font-size: 15px;
  }

  .sticky-add-to-cart__button {
    min-width: 140px;
    padding: 10px 16px;
    font-size: 13px;
  }
  
  /* kaching css */
 .kaching-bundles__bar--selected .kaching-bundles__bar-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.kaching-bundles .kaching-bundles__bar-variant-select[data-name="Kleur"] {
display: none!important;
}
.kaching-bundles .kaching-bundles__bar-variant-select[data-name="Color"] {
display: none!important;
}

.kaching-bundles__swatch-dropdown.kaching-bundles-option[data-name="Kleur"] {
display: none!important;
}

.kaching-bundles__swatch-dropdown.kaching-bundles-option[data-name="Color"] {
display: none!important;
}

.kaching-bundles .kaching-bundles__bar-variant-select[data-name="Colour"] {
display: none!important;
}

.kaching-bundles__swatch-dropdown.kaching-bundles-option[data-name="Colour"] {
display: none!important;
}

.kaching-bundles .kaching-bundles__bar-variant-select[data-name="Farbe"] {
display: none!important;
}

.kaching-bundles__swatch-dropdown.kaching-bundles-option[data-name="Farbe"] {
display: none!important;
}

.kaching-bundles .kaching-bundles__choose-product__product-option-names.kaching-bundles__bar-variant-names span:nth-child(2) {
display: none!important;
}

.kaching-bundles .kaching-bundles__bar-variant-names>span:not(:last-child):after {
content: ""!important;
}

