/** Shopify CDN: Minification failed

Line 17:0 Unexpected "<"
Line 22:0 Unexpected "<"

**/
/* fieldset#ProductSelect-option-tafelpoot-  .new-tool {
    height: 80px !important;
    width: 80px !important;
}

fieldset#ProductSelect-option-tafelpoot-  .single-option-radio label  {
    height: 80px !important;
    width: 80px !important;
} */

<style>
}
  .header--acount {
    display: none !important;
}
</style>
.breadcrumbs {
  padding: 1rem 0;
  font-size: 14px;
}

.breadcrumbs__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item::after {
  content: "/";
  margin-left: 0.5rem;
  color: #888;
}

.breadcrumbs__item:last-child::after {
  content: "";
}

.breadcrumbs__link {
  text-decoration: none;
  color: #333;
  font-family: inherit;
  font-size: inherit;
}

.breadcrumbs__item[aria-current="page"] .breadcrumbs__link {
  font-weight: bold;
  color: #000;
  pointer-events: none;
  cursor: default;
}