/** Shopify CDN: Minification failed

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

**/
/* =========================================================
   TIMELESS TREASURY — COLLECTION PAGE
   Bestand: assets/tt-collection.css
========================================================= */


/* =========================================================
   1. BASIS EN DESIGN TOKENS
========================================================= */

.tt-collection {
  --tt-green: #0b381a;
  --tt-green-soft: #eef2ec;
  --tt-cream: #f8f8f4;
  --tt-cream-deep: #f2f2ec;
  --tt-text: #111111;
  --tt-muted: #727272;
  --tt-border: #d8d5ce;
  --tt-border-soft: #e7e5df;
  --tt-white: #ffffff;

  --tt-radius-small: 8px;
  --tt-radius-medium: 12px;
  --tt-radius-large: 16px;

  --tt-page-width: 1320px;

  position: relative;
  width: 100%;
  overflow: hidden;

  color: var(--tt-text);
  background: var(--tt-white);

  font-family: "Instrument Sans", "Inter", sans-serif;
}

.tt-collection *,
.tt-collection *::before,
.tt-collection *::after {
  box-sizing: border-box;
}

.tt-collection a {
  color: inherit;
  text-decoration: none;
}

.tt-collection button,
.tt-collection input,
.tt-collection select {
  font: inherit;
}

.tt-collection__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}


/* =========================================================
   2. COLLECTIEHEADER
========================================================= */

.tt-collection__header {
  display: flex;
  flex-direction: column;
  align-items: center;

  max-width: 900px;
  margin: 0 auto;
  padding: 44px 24px 38px;

  text-align: center;
}

.tt-collection__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  width: 100%;
  margin-bottom: 14px;
}

.tt-collection__eyebrow-line {
  display: block;
  width: 52px;
  height: 1px;

  background: #d8d5ce;
}

.tt-collection__eyebrow-text {
  color: var(--tt-green);

  font-family: "Instrument Sans", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.tt-collection__title {
  max-width: 820px;
  margin: 0;

  color: var(--tt-text);

  font-family: "Instrument Sans", "Inter", sans-serif;
  font-size: clamp(42px, 4.6vw, 60px);
  font-weight: 640;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.tt-collection__description {
  max-width: 660px;
  margin-top: 18px;

  color: #6b6b68;

  font-family: "Instrument Sans", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.tt-collection__description p {
  margin: 0;
}

.tt-collection__description p + p {
  margin-top: 10px;
}


/* =========================================================
   3. BUNDELKORTINGMELDING
========================================================= */

.tt-collection__bundle-message {
  width: 100%;
  max-width: 820px;
  margin: 34px auto 22px;
  padding: 0;
}

.tt-collection__bundle-message-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-height: 52px;
  padding: 10px 20px;

  border: 1px solid #d8dfd5;
  border-radius: 999px;

  background: linear-gradient(
    180deg,
    #f5f7f3 0%,
    #eef3ec 100%
  );

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.78);
}

.tt-collection__bundle-message-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  color: var(--tt-green);

  border: 1px solid rgba(11, 56, 26, 0.15);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.62);
}

.tt-collection__bundle-message-copy {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;

  color: var(--tt-green);

  line-height: 1.45;
}

.tt-collection__bundle-message-copy strong {
  font-size: 12px;
  font-weight: 700;
}

.tt-collection__bundle-message-copy span {
  font-size: 12px;
  color: #68746b;
}

/* =========================================================
   4. FORMULIER EN HOOFDLAYOUT — DRAWERSTRUCTUUR
========================================================= */

.tt-collection__form {
  width: 100%;
  margin: 0;
}

.tt-collection__toolbar-wrapper {
  width: 100%;
}

.tt-collection__layout,
.tt-collection__layout:has(.tt-collection__sidebar) {
  display: block;

  width: 100%;
}

.tt-collection__sidebar {
  display: none;
}

.tt-collection__results {
  width: 100%;
  min-width: 0;
}


/* =========================================================
   5. PRODUCTGRID — DEFINITIEVE FASHION LAYOUT
========================================================= */

.tt-collection__grid {
  display: grid;
  grid-template-columns:
    repeat(
      var(--tt-collection-columns-desktop, 4),
      minmax(0, 1fr)
    );

  column-gap: 4px;
  row-gap: 30px;

  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tt-collection__grid-item {
  min-width: 0;
}

.tt-collection__grid-item[hidden] {
  display: none !important;
}


/* =========================================================
   6. PRODUCTKAART — VOLLEDIGE AFBEELDING
========================================================= */

.tt-product-card {
  position: relative;

  display: flex;
  flex-direction: column;

  width: 100%;
  min-width: 0;

  border-radius: 0;
}

.tt-product-card__media {
  position: relative;

  width: 100%;
  overflow: visible;

  border-radius: 0;
}

.tt-product-card__image-link {
  display: block;

  width: 100%;

  outline: none;
}

.tt-product-card__image-frame {
  position: relative;

  width: 100%;
  overflow: hidden;

  border: 0;
  border-radius: 0;

  background: #f3f3f1;

  box-shadow: none;
}

.tt-product-card__image {
  position: relative;

  width: 100%;
}

.tt-product-card__image--primary {
  z-index: 1;

  opacity: 1;

  transition: opacity 420ms ease;
}

.tt-product-card__image--secondary {
  position: absolute;
  z-index: 2;
  inset: 0;

  opacity: 0;

  transition: opacity 420ms ease;
}

.tt-product-card__image-element {
  display: block;

  width: 100%;
  height: auto;

  object-fit: contain;
  object-position: center top;

  border-radius: 0;

  backface-visibility: hidden;
}

.tt-product-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 420px;

  background: #f3f3f1;
}

.tt-product-card__placeholder-svg {
  width: 70%;
  height: 70%;

  opacity: 0.3;
}


/* =========================================================
   7. PRODUCTKAART — HOVER
========================================================= */

@media (hover: hover) and (pointer: fine) {

  .tt-product-card.has-secondary-image:hover
  .tt-product-card__image--primary {
    opacity: 1;
  }

  .tt-product-card.has-secondary-image:hover
  .tt-product-card__image--secondary {
    opacity: 0;
    transform: none;
  }

  .tt-product-card__content-link:hover
  .tt-product-card__title {
    color: inherit;
  }

}


/* =========================================================
   8. STATUSBADGES
========================================================= */

.tt-product-card__status-badges {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 14px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;

  pointer-events: none;
}

.tt-product-card__status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 28px;
  padding: 7px 11px;

  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  color: var(--tt-text);

  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tt-product-card__status-badge--new {
  color: var(--tt-green);

  border-color: rgba(11, 56, 26, 0.13);

  background: rgba(239, 243, 237, 0.94);
}

.tt-product-card__status-badge--sale {
  color: #711c14;

  border-color: rgba(113, 28, 20, 0.13);

  background: rgba(249, 238, 235, 0.94);
}

.tt-product-card__status-badge--sold {
  color: #555555;

  border-color: rgba(17, 17, 17, 0.1);

  background: rgba(244, 244, 241, 0.94);
}

/* =========================================================
   10. BEKIJK ITEM-LABEL
========================================================= */

.tt-product-card__view-label {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 16px;
  left: 50%;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  width: max-content;
  min-height: 42px;
  padding: 11px 16px;

  color: var(--tt-white);

  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;

  background: rgba(11, 56, 26, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  box-shadow: 0 8px 24px rgba(11, 56, 26, 0.14);

  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.025em;

  opacity: 0;
  pointer-events: none;

  transform: translate(-50%, 9px);

  transition:
    opacity 300ms ease,
    transform 360ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tt-product-card__view-label svg {
  flex: 0 0 auto;
}


/* =========================================================
   11. PRODUCTINFORMATIE — PREMIUM
========================================================= */

.tt-product-card__content {
  display: flex;
  flex-direction: column;

  padding: 8px 8px 0;
}

.tt-product-card__main {
  display: flex;
  flex-direction: column;
}

.tt-product-card__content-link {
  display: block;
  width: 100%;

  outline: none;
}

.tt-product-card__vendor {
  display: none;
}


/* =========================================================
   TITEL + MAAT
========================================================= */

.tt-product-card__title-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  gap: 9px;
  width: 100%;
}

.tt-product-card__title {
  flex: 0 1 auto;
  min-width: 0;
  max-width: calc(100% - 52px);

  overflow: hidden;
  margin: 0;

  color: #666a66;

  font-family: "Instrument Sans", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.005em;
  text-transform: none;

  white-space: nowrap;
  text-overflow: ellipsis;

  transition: color 0.22s ease;
}

.tt-product-card__size {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  min-width: 34px;
  height: 24px;

  margin: 0;
  padding: 0 10px;

  color: var(--tt-green);

  border: 1px solid #d9dfd6;
  border-radius: 999px;

  background: #f6f8f5;
}

.tt-product-card__size-label {
  display: none;
}

.tt-product-card__size-value {
  font-family: "Inter", "Instrument Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}


/* =========================================================
   PRIJS
========================================================= */

.tt-product-card__price {
  display: flex;
  align-items: baseline;

  gap: 6px;
  margin-top: 8px;
}

.tt-product-card__price-current {
  color: #171717;

  font-family: "Inter","Instrument Sans",sans-serif;
  font-size: 14px;
  font-weight: 610;
  line-height: 1;

  letter-spacing: -0.02em;
}

.tt-product-card__price-compare {
  color: #9c9e99;

  font-family: "Inter","Instrument Sans",sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;

  text-decoration: line-through;
}

/* =========================================================
   12. UITVERKOCHTE PRODUCTEN
========================================================= */

/* Uitverkochte producten blijven volledig zichtbaar.
   Alleen de badge "UITVERKOCHT" geeft de status aan. */


/* =========================================================
   13. ACTIEVE FILTERS
========================================================= */

.tt-collection__active-filters {
  padding: 0 0 24px;
}

.tt-collection__active-filters-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.tt-collection__active-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  min-height: 34px;
  padding: 8px 12px;

  color: var(--tt-green);

  border: 1px solid #d6ddd3;
  border-radius: 999px;

  background: #f2f5f0;

  font-size: 11px;
  font-weight: 600;
  line-height: 1;

  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.tt-collection__active-filter:hover {
  border-color: #becbbd;
  background: #e9eee7;
}

.tt-collection__clear-filters {
  display: inline-flex;
  align-items: center;

  min-height: 34px;
  padding: 8px 4px;

  color: #777777;

  border-bottom: 1px solid transparent;

  font-size: 11px;
  font-weight: 550;
  line-height: 1;

  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.tt-collection__clear-filters:hover {
  color: var(--tt-text);
  border-color: var(--tt-text);
}


/* =========================================================
   14. PAGINERING
========================================================= */

.tt-collection__pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;

  margin-top: 32px;
  padding: 12px 0;

  border-top: 1px solid var(--tt-border-soft);
}

.tt-collection__pagination-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  width: max-content;
  min-height: 42px;
  padding: 11px 15px;

  color: var(--tt-green);

  border: 1px solid #d5ddd2;
  border-radius: var(--tt-radius-small);

  background: #f3f6f1;

  font-size: 12px;
  font-weight: 650;

  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.tt-collection__pagination-button:hover {
  color: #fcfccf;

  border-color: var(--tt-green);

  background: var(--tt-green);

  transform: translateY(-1px);
}

.tt-collection__pagination-button--previous {
  justify-self: start;
}

.tt-collection__pagination-button--next {
  justify-self: end;
}

.tt-collection__pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.tt-collection__pagination-page,
.tt-collection__pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border-radius: 50%;

  font-size: 12px;
  font-weight: 600;
}

.tt-collection__pagination-page {
  color: #626262;

  transition:
    color 180ms ease,
    background 180ms ease;
}

.tt-collection__pagination-page:hover {
  color: var(--tt-green);
  background: var(--tt-green-soft);
}

.tt-collection__pagination-page.is-active {
  color: #fcfccf;
  background: var(--tt-green);
}

.tt-collection__pagination-ellipsis {
  color: #999999;
}


/* =========================================================
   15. LEGE COLLECTIE
========================================================= */

.tt-collection__empty {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 100px 24px;

  border: 1px solid var(--tt-border-soft);
  border-radius: var(--tt-radius-large);

  background: var(--tt-cream);

  text-align: center;
}

.tt-collection__empty-title {
  margin: 0;

  font-size: 28px;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.tt-collection__empty-text {
  margin: 12px 0 0;

  color: var(--tt-muted);

  font-size: 14px;
  line-height: 1.6;
}

.tt-collection__empty-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  margin-top: 26px;
  padding: 12px 22px;

  color: #fcfccf;

  border: 1px solid var(--tt-green);
  border-radius: var(--tt-radius-small);

  background: var(--tt-green);

  font-size: 12px;
  font-weight: 650;
}


/* =========================================================
   16. MOBIELE FILTERDRAWER — BASIS
========================================================= */

.tt-collection__mobile-filter-overlay {
  position: fixed;
  z-index: 8998;
  inset: 0;

  background: rgba(12, 18, 13, 0.42);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);

  opacity: 0;

  transition: opacity 280ms ease;
}

.tt-collection__mobile-filter-overlay.is-visible {
  opacity: 1;
}

.tt-collection__mobile-filter-drawer {
  position: fixed;
  z-index: 8999;
  top: 0;
  right: 0;
  bottom: 0;

  display: flex;
  flex-direction: column;

  width: min(92vw, 430px);

  background: var(--tt-white);

  box-shadow: -18px 0 45px rgba(15, 20, 16, 0.16);

  visibility: hidden;

  transform: translateX(105%);

  transition:
    transform 380ms cubic-bezier(0.2, 0.7, 0.2, 1),
    visibility 380ms ease;
}

.tt-collection__mobile-filter-drawer.is-open {
  visibility: visible;
  transform: translateX(0);
}

.tt-collection__mobile-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  min-height: 92px;
  padding: 20px 22px;

  border-bottom: 1px solid var(--tt-border-soft);
}

.tt-collection__mobile-filter-eyebrow {
  display: block;
  margin-bottom: 5px;

  color: var(--tt-muted);

  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tt-collection__mobile-filter-title {
  margin: 0;

  color: var(--tt-text);

  font-size: 23px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.035em;
}

.tt-collection__mobile-filter-close {
  appearance: none;
  -webkit-appearance: none;

  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;
  padding: 0;

  color: var(--tt-text);

  border: 1px solid var(--tt-border);
  border-radius: 50%;

  background: var(--tt-white);

  cursor: pointer;
}

.tt-collection__mobile-filter-content {
  flex: 1 1 auto;
  overflow-y: auto;

  padding: 0 22px 32px;

  overscroll-behavior: contain;
}


/* =========================================================
   17. FOCUS STATES
========================================================= */

.tt-collection a:focus-visible,
.tt-collection button:focus-visible,
.tt-collection input:focus-visible,
.tt-collection select:focus-visible {
  outline: 2px solid var(--tt-green);
  outline-offset: 3px;
}


/* =========================================================
   18. TABLET
========================================================= */

@media screen and (max-width: 1024px) {
  .tt-collection__header {
    padding-top: 54px;
  }

  .tt-collection__layout:has(.tt-collection__sidebar) {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 26px;
  }

  .tt-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 18px;
  }

  .tt-product-card__bundle-badge {
    width: 66px;
    height: 66px;
  }

  .tt-product-card__bundle-badge-value {
    font-size: 17px;
  }
}


/* =========================================================
   19. MOBIEL
========================================================= */

@media screen and (max-width: 767px) {
  .tt-collection {
    overflow: visible;
  }

  .tt-collection__header {
    padding: 38px 10px 34px;
  }

  .tt-collection__eyebrow {
    gap: 11px;
    margin-bottom: 15px;
  }

  .tt-collection__eyebrow-line {
    width: 25px;
  }

  .tt-collection__eyebrow-text {
    font-size: 9px;
    letter-spacing: 0.19em;
  }

  .tt-collection__title {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1;
  }

  .tt-collection__description {
    margin-top: 17px;

    font-size: 14px;
    line-height: 1.62;
  }

  .tt-collection__bundle-message {
    margin-bottom: 18px;
  }

  .tt-collection__bundle-message-content {
    justify-content: flex-start;
    gap: 12px;

    min-height: 68px;
    padding: 14px 15px;
  }

  .tt-collection__bundle-message-icon {
    width: 36px;
    height: 36px;
  }

  .tt-collection__bundle-message-copy {
    display: block;

    text-align: left;
  }

  .tt-collection__bundle-message-copy strong {
    display: block;

    font-size: 12px;
  }

  .tt-collection__bundle-message-copy span {
    display: block;
    margin-top: 2px;

    font-size: 11px;
    line-height: 1.45;
  }

  .tt-collection__layout,
  .tt-collection__layout:has(.tt-collection__sidebar) {
    display: block;
  }

  .tt-collection__sidebar {
    display: none;
  }

  .tt-collection__grid {
    grid-template-columns:
      repeat(
        var(--tt-collection-columns-mobile, 2),
        minmax(0, 1fr)
      );
    gap: 34px 10px;
  }
  .tt-product-card__view-label {
  display: none;
}

  .tt-collection__active-filters {
    padding-bottom: 17px;
  }

  .tt-collection__active-filters-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 7px;

    padding-bottom: 3px;

    scrollbar-width: none;
  }

  .tt-collection__active-filters-list::-webkit-scrollbar {
    display: none;
  }

  .tt-collection__active-filter,
  .tt-collection__clear-filters {
    flex: 0 0 auto;
  }

  .tt-collection__pagination {
    grid-template-columns: 1fr 1fr;
    gap: 14px;

    margin-top: 52px;
    padding: 23px 0 46px;
  }

  .tt-collection__pagination-pages {
    grid-column: 1 / -1;
    grid-row: 1;

    order: -1;
  }

  .tt-collection__pagination-button {
    width: 100%;
    justify-content: center;
  }

  .tt-collection__pagination-button--previous {
    grid-column: 1;
    grid-row: 2;
  }

  .tt-collection__pagination-button--next {
    grid-column: 2;
    grid-row: 2;
  }

  .tt-collection__empty {
    padding: 74px 20px;
  }

  .tt-collection__empty-title {
    font-size: 24px;
  }
}


/* =========================================================
   20. ZEER KLEINE SCHERMEN
========================================================= */

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

.tt-collection__grid {
  column-gap: 8px;
}
}

/* =========================================================
   23. TOOLBAR — MOBIEL DEFINITIEF
========================================================= */

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

  .tt-collection-toolbar {
    display: grid;
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr);
    grid-template-areas:
      "filter sort"
      "count count";
    gap:
      9px
      10px;

    width: 100%;
    min-height: 0;

    margin-bottom: 20px;
    padding:
      10px
      0
      12px;

    border-top: 1px solid var(--tt-border-soft);
    border-bottom: 1px solid var(--tt-border-soft);
  }

  /*
   * De wrappers mogen de gridindeling niet beïnvloeden.
   */
  .tt-collection-toolbar__left,
  .tt-collection-toolbar__right {
    display: contents;
  }
  /* =====================================================
   PRODUCTKAART — BUNDELPIL PROPORTIONEEL OP MOBIEL
===================================================== */

.tt-product-card__bundle-badge {
  top: 10px;
  right: auto;
  left: 10px;

  width: auto;
  height: auto;
  min-height: 34px;

  padding:
    8px
    12px;

  border-radius: 999px;
}

.tt-product-card__bundle-badge::before {
  inset: 2px;
  border-radius: inherit;
}

.tt-product-card__bundle-badge-eyebrow {
  display: none;
}

.tt-product-card__bundle-badge-value {
  display: none;
}

.tt-product-card__bundle-badge-label {
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

  /* =========================
     FILTERKNOP
  ========================= */

  .tt-collection-toolbar__filter-button {
    grid-area: filter;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;
    min-width: 0;
    min-height: 48px;

    padding:
      11px
      14px;

    border: 1px solid #0b381a;
    border-radius: 10px;

    background: #0b381a;
    color: #ffffff;

    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .tt-collection-toolbar__filter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;
  }

  .tt-collection-toolbar__filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 20px;
    height: 20px;

    padding: 0 5px;

    border-radius: 999px;

    background: #ffffff;
    color: #0b381a;

    font-size: 9px;
    font-weight: 700;
  }

  /* =========================
     CUSTOM SORTERING
  ========================= */

  .tt-collection-toolbar__sort,
  .tt-sort {
    position: relative;

    grid-area: sort;

    display: block;

    width: 100%;
    min-width: 0;
  }

  .tt-sort__trigger {
    appearance: none;
    -webkit-appearance: none;

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

    width: 100%;
    min-width: 0;
    min-height: 48px;

    padding:
      11px
      13px;

    border: 1px solid #0b381a;
    border-radius: 10px;

    background: #0b381a;
    color: #ffffff;

    font-size: 11px;
    font-weight: 550;
    line-height: 1.2;
    letter-spacing: 0.025em;

    text-align: left;
  }

  .tt-sort__trigger-label {
    display: block;

    min-width: 0;

    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tt-sort__trigger-icon {
    display: block;
    flex: 0 0 auto;

    width: 14px;
    height: 14px;
  }

  /*
   * De native select blijft aanwezig voor formulier en JS,
   * maar wordt niet zichtbaar weergegeven.
   */
  .tt-collection .tt-sort__native {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    margin: -1px !important;
    padding: 0 !important;

    border: 0 !important;

    overflow: hidden !important;

    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;

    opacity: 0 !important;

    white-space: nowrap !important;

    pointer-events: none !important;
  }

  /* Sorteermenu boven het productgrid houden */
  .tt-sort__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;

    width: min(290px, calc(100vw - 40px));
    max-height: 360px;

    overflow-y: auto;
  }

  /* =========================
     PRODUCTAANTAL
  ========================= */

  .tt-collection-toolbar__product-count {
    grid-area: count;

    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;

    min-height: 18px;

    padding-top: 3px;

    text-align: center;
  }

  .tt-collection-toolbar__product-count strong {
    color: #1d2f22;

    font-size: 12px;
    font-weight: 750;
    line-height: 1;
  }

  .tt-collection-toolbar__product-count span {
    color: #8a8d88;

    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.015em;
  }
}


/* =========================================================
   24. TOOLBAR — ZEER KLEIN MOBIEL
========================================================= */

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

  .tt-collection-toolbar {
    gap:
      8px
      7px;
  }

  .tt-collection-toolbar__filter-button,
  .tt-sort__trigger {
    min-height: 45px;

    padding-right: 10px;
    padding-left: 10px;

    font-size: 10px;
  }

  .tt-collection-toolbar__filter-button {
    gap: 6px;
  }

  .tt-collection-toolbar__filter-count {
    min-width: 19px;
    height: 19px;

    font-size: 8px;
  }
}
/* =========================================================
   25. COLLECTIEFILTERS
========================================================= */

.tt-collection-filters {
  width: 100%;
}

.tt-collection-filters__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;

  padding-bottom: 20px;

  border-bottom: 1px solid var(--tt-border-soft);
}

.tt-collection-filters__eyebrow {
  display: block;
  margin-bottom: 6px;

  color: var(--tt-muted);

  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.tt-collection-filters__heading {
  margin: 0;

  color: var(--tt-text);

  font-size: 23px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.035em;
}

.tt-collection-filters__reset {
  color: var(--tt-muted);

  border-bottom: 1px solid transparent;

  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;

  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.tt-collection-filters__reset:hover {
  color: var(--tt-green);
  border-color: var(--tt-green);
}

.tt-collection-filters__groups {
  width: 100%;
}

.tt-collection-filter {
  width: 100%;

  border-bottom: 1px solid var(--tt-border-soft);
}

.tt-collection-filter__summary {
  list-style: none;

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

  min-height: 62px;
  padding: 16px 0;

  color: var(--tt-text);

  cursor: pointer;
  user-select: none;
}

.tt-collection-filter__summary::-webkit-details-marker {
  display: none;
}

.tt-collection-filter__summary-main {
  display: flex;
  align-items: center;
  gap: 8px;

  min-width: 0;
}

.tt-collection-filter__title {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.tt-collection-filter__active-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 21px;
  height: 21px;
  padding: 0 6px;

  color: #fcfccf;

  border-radius: 999px;

  background: var(--tt-green);

  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
}

.tt-collection-filter__chevron {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  color: var(--tt-green);

  transition: transform 240ms ease;
}

.tt-collection-filter[open]
.tt-collection-filter__chevron {
  transform: rotate(180deg);
}

.tt-collection-filter__panel {
  padding: 0 0 22px;
}

.tt-collection-filter__list {
  display: flex;
  flex-direction: column;
  gap: 4px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.tt-collection-filter__item {
  margin: 0;
  padding: 0;
}

.tt-collection-filter__option {
  position: relative;

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

  min-height: 38px;
  padding: 7px 6px;

  border-radius: 7px;

  cursor: pointer;

  transition: background 180ms ease;
}

.tt-collection-filter__option:hover {
  background: #f6f7f4;
}

.tt-collection-filter__option.is-disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.tt-collection-filter__input {
  position: absolute;

  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;

  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.tt-collection-filter__checkbox {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 18px;
  height: 18px;

  color: #fcfccf;

  border: 1px solid #c9cbc5;
  border-radius: 5px;

  background: var(--tt-white);
}

.tt-collection-filter__checkbox svg {
  opacity: 0;
  transform: scale(0.7);

  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.tt-collection-filter__input:checked
+ .tt-collection-filter__checkbox,
.tt-collection-filter__input:checked
~ .tt-collection-filter__checkbox {
  border-color: var(--tt-green);
  background: var(--tt-green);
}

.tt-collection-filter__input:checked
+ .tt-collection-filter__checkbox svg,
.tt-collection-filter__input:checked
~ .tt-collection-filter__checkbox svg {
  opacity: 1;
  transform: scale(1);
}

.tt-collection-filter__input:focus-visible
~ .tt-collection-filter__checkbox {
  outline: 2px solid var(--tt-green);
  outline-offset: 2px;
}

.tt-collection-filter__option-label {
  flex: 1 1 auto;
  min-width: 0;

  color: #343434;

  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.tt-collection-filter__option-count {
  flex: 0 0 auto;

  color: #999999;

  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 550;
  line-height: 1;
}


/* =========================================================
   26. KLEURFILTERS
========================================================= */

.tt-collection-filter__option--color {
  gap: 8px;
}

.tt-collection-filter__color-swatch {
  display: inline-flex;
  flex: 0 0 auto;

  width: 22px;
  height: 22px;

  border: 1px solid rgba(17,17,17,.14);
  border-radius: 50%;

  background: var(--tt-filter-color,#eeeeee);

  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.60);
}

/* ---------------------------------------------------------
   WIT / CREME
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="wit"],
.tt-collection-filter__color-swatch[data-color*="white"],
.tt-collection-filter__color-swatch[data-color*="crème"],
.tt-collection-filter__color-swatch[data-color*="cream"],
.tt-collection-filter__color-swatch[data-color*="ivoor"],
.tt-collection-filter__color-swatch[data-color*="ivory"]{
  background:#f8f7f2;
  border-color:#d8d5ce;
}

/* ---------------------------------------------------------
   ZWART
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="zwart"],
.tt-collection-filter__color-swatch[data-color*="black"]{
  background:#171717;
}

/* ---------------------------------------------------------
   BLAUW
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="marine"],
.tt-collection-filter__color-swatch[data-color*="navy"]{
  background:#1c356d;
}

.tt-collection-filter__color-swatch[data-color*="blauw"],
.tt-collection-filter__color-swatch[data-color*="blue"]{
  background:#4f86c8;
}

.tt-collection-filter__color-swatch[data-color*="lichtblauw"],
.tt-collection-filter__color-swatch[data-color*="light blue"]{
  background:#a8cce8;
}

.tt-collection-filter__color-swatch[data-color*="turquoise"]{
  background:#42b6b7;
}

/* ---------------------------------------------------------
   GROEN
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="khaki"]{
  background:#6d7442;
}

.tt-collection-filter__color-swatch[data-color*="olijf"],
.tt-collection-filter__color-swatch[data-color*="olive"]{
  background:#596a3b;
}

.tt-collection-filter__color-swatch[data-color*="leger"],
.tt-collection-filter__color-swatch[data-color*="army"]{
  background:#4f5f38;
}

.tt-collection-filter__color-swatch[data-color*="donkergroen"],
.tt-collection-filter__color-swatch[data-color*="dark green"]{
  background:#2f5337;
}

.tt-collection-filter__color-swatch[data-color*="groen"],
.tt-collection-filter__color-swatch[data-color*="green"]{
  background:#4d7a4e;
}

/* ---------------------------------------------------------
   ROOD
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="wijnrood"],
.tt-collection-filter__color-swatch[data-color*="bordeaux"],
.tt-collection-filter__color-swatch[data-color*="burgundy"]{
  background:#7b2233;
}

.tt-collection-filter__color-swatch[data-color*="rood"],
.tt-collection-filter__color-swatch[data-color*="red"]{
  background:#d34238;
}

/* ---------------------------------------------------------
   GEEL
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="geel"],
.tt-collection-filter__color-swatch[data-color*="yellow"]{
  background:#f0d04b;
}

/* ---------------------------------------------------------
   ORANJE
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="oranje"],
.tt-collection-filter__color-swatch[data-color*="orange"]{
  background:#d97d3c;
}

/* ---------------------------------------------------------
   ROZE
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="roze"],
.tt-collection-filter__color-swatch[data-color*="pink"]{
  background:#d68fa4;
}

/* ---------------------------------------------------------
   PAARS
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="paars"],
.tt-collection-filter__color-swatch[data-color*="purple"]{
  background:#755e89;
}

/* ---------------------------------------------------------
   BRUIN
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="bruin"],
.tt-collection-filter__color-swatch[data-color*="brown"]{
  background:#7b5b42;
}

/* ---------------------------------------------------------
   BEIGE
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="beige"]{
  background:#d4c3a3;
}

/* ---------------------------------------------------------
   GRIJS
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="grijs"],
.tt-collection-filter__color-swatch[data-color*="grey"],
.tt-collection-filter__color-swatch[data-color*="gray"]{
  background:#9b9b9b;
}

/* ---------------------------------------------------------
   GOUD
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="goud"],
.tt-collection-filter__color-swatch[data-color*="gold"]{
  background:#c8a54a;
}

/* ---------------------------------------------------------
   ZILVER
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="zilver"],
.tt-collection-filter__color-swatch[data-color*="silver"]{
  background:#c5c5c5;
}
/* ---------------------------------------------------------
   OVERSCHRIJF SAMENGESTELDE KLEUREN
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="marineblauw"],
.tt-collection-filter__color-swatch[data-color*="marine blauw"],
.tt-collection-filter__color-swatch[data-color*="navy"]{
  background:#18335f !important;
}

.tt-collection-filter__color-swatch[data-color*="wijnrood"],
.tt-collection-filter__color-swatch[data-color*="bordeaux"],
.tt-collection-filter__color-swatch[data-color*="burgundy"]{
  background:#6f2435 !important;
}

.tt-collection-filter__color-swatch[data-color*="khaki"]{
  background:#6b7140 !important;
}

/* ---------------------------------------------------------
   MULTI
--------------------------------------------------------- */

.tt-collection-filter__color-swatch[data-color*="multi"]{
  background:
    conic-gradient(
      #d34238,
      #f0d04b,
      #4d7a4e,
      #4f86c8,
      #755e89,
      #d34238
    );
}

/* =========================================================
   27. PRIJSFILTER
========================================================= */

.tt-collection-filter__price {
  width: 100%;
}

.tt-collection-filter__price-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr);
  align-items: end;
  gap: 8px;
}

.tt-collection-filter__price-field {
  display: block;
  min-width: 0;
}

.tt-collection-filter__price-label {
  display: block;
  margin-bottom: 7px;

  color: var(--tt-muted);

  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}

.tt-collection-filter__price-input-wrap {
  position: relative;

  display: block;
  width: 100%;
}

.tt-collection-filter__currency {
  position: absolute;
  top: 50%;
  left: 11px;

  color: #777777;

  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 550;

  pointer-events: none;

  transform: translateY(-50%);
}

.tt-collection-filter__price-input {
  display: block;

  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 8px 0 25px;

  color: var(--tt-text);

  border: 1px solid var(--tt-border);
  border-radius: 8px;

  outline: none;
  background: var(--tt-white);

  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 550;

  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.tt-collection-filter__price-input:focus {
  border-color: var(--tt-green);

  box-shadow: 0 0 0 3px rgba(11, 56, 26, 0.07);
}

.tt-collection-filter__price-input::-webkit-inner-spin-button,
.tt-collection-filter__price-input::-webkit-outer-spin-button {
  margin: 0;

  appearance: none;
  -webkit-appearance: none;
}

.tt-collection-filter__price-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;

  background: var(--tt-border);
}

.tt-collection-filter__price-note {
  margin: 11px 0 0;

  color: var(--tt-muted);

  font-size: 9px;
  font-weight: 450;
  line-height: 1.4;
}

.tt-collection-filter__price-note strong {
  color: var(--tt-text);
  font-weight: 650;
}


/* =========================================================
   28. MOBIELE FILTERS
========================================================= */

.tt-collection-filters--mobile {
  display: flex;
  flex-direction: column;

  min-height: 100%;
}

.tt-collection-filters--mobile
.tt-collection-filters__top {
  display: none;
}

.tt-collection-filters--mobile
.tt-collection-filter__summary {
  min-height: 66px;
}

.tt-collection-filters--mobile
.tt-collection-filter__title {
  font-size: 13px;
}

.tt-collection-filters--mobile
.tt-collection-filter__panel {
  padding-bottom: 24px;
}

.tt-collection-filters--mobile
.tt-collection-filter__option {
  min-height: 44px;
}

.tt-collection-filters__mobile-footer {
  position: sticky;
  z-index: 3;
  bottom: -32px;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;

  margin-top: auto;
  padding: 16px 0 calc(18px + env(safe-area-inset-bottom, 0px));

  border-top: 1px solid var(--tt-border-soft);

  background: var(--tt-white);
}

.tt-collection-filters__mobile-reset,
.tt-collection-filters__mobile-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 12px 14px;

  border-radius: 9px;

  font-size: 11px;
  font-weight: 650;
  line-height: 1;

  cursor: pointer;
}

.tt-collection-filters__mobile-reset {
  color: var(--tt-green);

  border: 1px solid #d2dbd0;

  background: #f2f5f0;
}

.tt-collection-filters__mobile-apply {
  appearance: none;
  -webkit-appearance: none;

  color: #fcfccf;

  border: 1px solid var(--tt-green);

  background: var(--tt-green);
}
/* =========================================================
   29. AJAX LOADING STATE
========================================================= */

.tt-collection__results {
  position: relative;

  padding-bottom: 48px;

  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.tt-collection.is-loading
.tt-collection__results {
  opacity: 0.46;
  pointer-events: none;
  transform: translateY(3px);
}

.tt-collection.is-loading
.tt-collection__results::after {
  content: "";

  position: absolute;
  z-index: 20;
  top: 72px;
  left: 50%;

  width: 32px;
  height: 32px;

  border: 2px solid rgba(11, 56, 26, 0.16);
  border-top-color: var(--tt-green);
  border-radius: 50%;

  animation: tt-collection-spinner 700ms linear infinite;
}

.tt-collection.is-loading
.tt-collection-toolbar,
.tt-collection.is-loading
.tt-collection__active-filters,
.tt-collection.is-loading
.tt-collection__sidebar {
  pointer-events: none;
}

.tt-collection.is-loading
.tt-collection-toolbar {
  opacity: 0.66;
}

html.tt-collection-drawer-open,
body.tt-collection-drawer-open {
  overflow: hidden;
}

@keyframes tt-collection-spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 767px) {
  .tt-collection__results {
    padding-bottom: 36px;
  }

  .tt-collection.is-loading
  .tt-collection__results::after {
    top: 45px;

    width: 28px;
    height: 28px;
  }
}

/* =========================================================
   47. DRAWER OP MOBIEL
========================================================= */

@media screen and (max-width: 767px) {
  .tt-collection__mobile-filter-drawer {
    width: min(94vw, 430px);
  }

  .tt-collection__mobile-filter-header {
    min-height: 104px;
    padding: 23px 20px 21px;
  }

  .tt-collection__mobile-filter-header::after {
    right: 20px;
    left: 20px;
  }

  .tt-collection__mobile-filter-title {
    font-size: 27px;
  }

  .tt-collection__mobile-filter-close {
    width: 43px;
    height: 43px;
  }

  .tt-collection__mobile-filter-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tt-collection-filters__mobile-footer {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* =========================================================
   48. PRODUCTCARDS — RECHTE ICON-STIJL
========================================================= */

.tt-product-card {
  border-radius: 0;

  transition:
    transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tt-product-card__media {
  overflow: hidden;

  border-radius: 0;
}

.tt-product-card__image-frame {
  border: 0;
  border-radius: 0;

  background: #f3f3f1;

  box-shadow: none;

  transition: none;
}


/* =========================================================
   49. PRODUCTAFBEELDING — PREMIUM HOVER
========================================================= */

@media (hover: hover) and (pointer: fine) {
  .tt-product-card:hover {
    transform: translateY(-2px);
  }

  .tt-product-card:hover
  .tt-product-card__image-frame {
    border-color: rgba(11, 56, 26, 0.13);

    box-shadow:
      0 12px 28px rgba(17, 24, 18, 0.06),
      0 2px 8px rgba(17, 24, 18, 0.04);

    transform: translateY(-2px);
  }
}


/* =========================================================
   50. SUBTIELE IMAGE OVERLAY
========================================================= */

.tt-product-card__image-frame::before {
  content: "";

  position: absolute;
  z-index: 4;
  inset: 0;

  border-radius: inherit;

  background:
    linear-gradient(
      180deg,
      transparent 66%,
      rgba(11, 24, 14, 0.03) 100%
    );

  opacity: 0;
  pointer-events: none;

  transition: opacity 360ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .tt-product-card:hover
  .tt-product-card__image-frame::before {
    opacity: 1;
  }
}

/* =========================================================
   53. STATUSBADGES — VERFIJND
========================================================= */

.tt-product-card__status-badges {
  top: 12px;
  left: 12px;
}

.tt-product-card__status-badge {
  min-height: 27px;
  padding: 7px 11px;

  border-color: rgba(17, 17, 17, 0.075);

  background: rgba(250, 250, 247, 0.93);

  box-shadow:
    0 6px 16px rgba(17, 17, 17, 0.055);

  font-size: 7.5px;
  letter-spacing: 0.15em;
}

.tt-product-card__status-badge--sold {
  color: #5b5d5a;

  background: rgba(248, 248, 245, 0.94);
}

/* =========================================================
   55. BEKIJK ITEM — PREMIUM CTA
========================================================= */

.tt-product-card__view-label {
  bottom: 14px;

  min-height: 40px;
  padding: 11px 17px;

  border-color: rgba(252, 252, 207, 0.13);

  background:
    rgba(11, 56, 26, 0.94);

  box-shadow:
    0 12px 28px rgba(11, 56, 26, 0.22);

  font-size: 10px;
  letter-spacing: 0.02em;

  transform: translate(-50%, 12px);

  transition:
    opacity 320ms ease,
    transform 400ms cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 300ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .tt-product-card:hover
  .tt-product-card__view-label {
    box-shadow:
      0 15px 34px rgba(11, 56, 26, 0.28);

    transform: translate(-50%, 0);
  }
}


/* =========================================================
   56. UITVERKOCHTE PRODUCTEN — SUBTIELER
========================================================= */

.tt-product-card.is-sold-out
.tt-product-card__image-element {
  filter:
    saturate(0.76)
    brightness(0.975);
}

.tt-product-card.is-sold-out
.tt-product-card__image-frame::after {
  background:
    rgba(248, 248, 245, 0.12);
}

/* =========================================================
   58. MOBIELE PRODUCTCARDS
========================================================= */

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

  .tt-product-card__content {
    padding: 11px 1px 0;
  }

  .tt-product-card__vendor {
    margin-bottom: 5px;

    font-size: 6.8px;
    letter-spacing: 0.16em;
  }

  .tt-product-card__title {
    min-height: 35px;

    font-size: 11px;
    line-height: 1.46;
  }

  .tt-product-card__meta {
    min-height: 31px;
    margin-top: 9px;
    padding-top: 9px;
  }

  .tt-product-card__price-current {
    font-size: 13px;
  }

  .tt-product-card__size {
    min-height: 24px;
    padding: 5px 7px;
  }

  .tt-product-card__bundle-badge {
    width: 50px;
    height: 50px;
  }

  .tt-product-card__bundle-badge-value {
    font-size: 13px;
  }
}
/* =========================================================
   59. FILTERDRAWER — CART DRAWER VISUAL SYSTEM
========================================================= */

.tt-collection__mobile-filter-drawer {
  width: min(500px, 94vw) !important;

  border-left: 1px solid #deded6 !important;

  background: #f8f8f4 !important;

  box-shadow:
    -18px 0 60px rgba(17, 24, 18, 0.16),
    -3px 0 14px rgba(17, 24, 18, 0.05) !important;
}


/* =========================================================
   60. HEADER — GELIJKER AAN CART
========================================================= */

.tt-collection__mobile-filter-header {
  min-height: 92px !important;
  padding: 24px 26px !important;

  border-bottom: 1px solid #deded6 !important;

  background: #f8f8f4 !important;
}

.tt-collection__mobile-filter-header::after {
  display: none !important;
}

.tt-collection__mobile-filter-eyebrow {
  margin-bottom: 7px !important;

  color: var(--tt-green) !important;

  font-size: 8px !important;
  font-weight: 750 !important;
  letter-spacing: 0.2em !important;
}

.tt-collection__mobile-filter-title {
  font-size: 34px !important;
  font-weight: 680 !important;
  line-height: 1 !important;
  letter-spacing: -0.05em !important;
}


/* Simpele sluit-X zoals in de cart */
.tt-collection__mobile-filter-close {
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;

  color: #171717 !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;

  box-shadow: none !important;

  transition:
    color 180ms ease,
    transform 220ms ease !important;
}

.tt-collection__mobile-filter-close:hover {
  color: var(--tt-green) !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  transform: rotate(5deg) scale(1.06) !important;
}

.tt-collection__mobile-filter-close svg {
  width: 25px;
  height: 25px;
}


/* =========================================================
   61. INHOUD — WARME CART ACHTERGROND
========================================================= */

.tt-collection__mobile-filter-content {
  padding: 24px 26px 38px !important;

  background: #f8f8f4 !important;
}

.tt-collection-filters--mobile {
  gap: 12px;
}


/* =========================================================
   62. FILTERGROEPEN ALS PREMIUM KAARTEN
========================================================= */

.tt-collection-filters--mobile
.tt-collection-filters__groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tt-collection-filters--mobile
.tt-collection-filter {
  overflow: hidden;

  border: 1px solid #deded6 !important;
  border-radius: 14px !important;

  background: #ffffff !important;

  box-shadow:
    0 7px 22px rgba(18, 25, 19, 0.035) !important;

  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.tt-collection-filters--mobile
.tt-collection-filter:hover {
  border-color: #cfd7cc !important;

  box-shadow:
    0 10px 28px rgba(18, 25, 19, 0.055) !important;
}

.tt-collection-filters--mobile
.tt-collection-filter[open] {
  border-color: #cbd5c8 !important;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fbfcf9 100%
    ) !important;

  box-shadow:
    0 12px 32px rgba(11, 56, 26, 0.065) !important;
}


/* =========================================================
   63. ACCORDION HEADERS
========================================================= */

.tt-collection-filters--mobile
.tt-collection-filter__summary {
  min-height: 66px !important;
  padding: 19px 20px !important;

  color: #171717 !important;

  background: transparent !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__summary:hover {
  padding-right: 20px !important;
  padding-left: 20px !important;

  color: var(--tt-green) !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__title {
  font-size: 14px !important;
  font-weight: 680 !important;
  letter-spacing: -0.02em !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__active-count {
  min-width: 24px;
  height: 24px;

  background: var(--tt-green);

  font-size: 9px;
}


/* Chevron minder “app-achtig” */
.tt-collection-filters--mobile
.tt-collection-filter__chevron {
  width: 28px !important;
  height: 28px !important;

  color: var(--tt-green) !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__summary:hover
.tt-collection-filter__chevron {
  border: 0 !important;
  background: transparent !important;
}

.tt-collection-filters--mobile
.tt-collection-filter[open]
.tt-collection-filter__chevron {
  color: var(--tt-green) !important;

  border: 0 !important;
  background: transparent !important;

  transform: rotate(180deg) !important;
}


/* =========================================================
   64. OPEN FILTERPANEEL
========================================================= */

.tt-collection-filters--mobile
.tt-collection-filter__panel {
  padding: 0 20px 22px !important;

  border-top: 1px solid #e5e5de;
}


/* =========================================================
   65. PRIJSBLOK — ZELFDE SFEER ALS CART USP-KAART
========================================================= */

.tt-collection-filters--mobile
.tt-collection-filter:first-child
.tt-collection-filter__panel {
  margin: 0 12px 12px;
  padding: 18px !important;

  border: 1px solid #d6ded3 !important;
  border-radius: 12px !important;

  background: #f0f4ee !important;
}

.tt-collection-filters--mobile
.tt-collection-filter:first-child
.tt-collection-filter__panel {
  border-top: 1px solid #d6ded3 !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__price-fields {
  grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) !important;
  gap: 9px !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__price-label {
  margin-bottom: 8px !important;

  color: #717571 !important;

  font-size: 9px !important;
  font-weight: 600 !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__price-input {
  height: 48px !important;
  padding-left: 29px !important;

  border: 1px solid #d2d7cf !important;
  border-radius: 10px !important;

  background: #ffffff !important;

  box-shadow:
    inset 0 1px 1px rgba(17, 17, 17, 0.018) !important;

  font-size: 13px !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__price-input:focus {
  border-color: var(--tt-green) !important;

  box-shadow:
    0 0 0 3px rgba(11, 56, 26, 0.08) !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__currency {
  color: var(--tt-green) !important;

  font-weight: 700 !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__price-divider {
  background: #c9cec6 !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__price-note {
  margin: 13px 0 0 !important;

  color: #737773 !important;

  font-size: 9px !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__price-note strong {
  color: #171717 !important;
}


/* =========================================================
   66. OPTIES ALS RUSTIGE CART-REGELS
========================================================= */

.tt-collection-filters--mobile
.tt-collection-filter__list {
  gap: 3px !important;

  padding-top: 14px !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__option {
  min-height: 46px !important;
  padding: 8px 9px !important;

  border: 0 !important;
  border-radius: 9px !important;

  background: transparent !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__option:hover {
  border: 0 !important;

  background: #f2f5f0 !important;

  transform: none !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__checkbox {
  width: 21px !important;
  height: 21px !important;

  border: 1px solid #cbd0c8 !important;
  border-radius: 6px !important;

  background: #ffffff !important;

  box-shadow: none !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__input:checked
~ .tt-collection-filter__checkbox {
  border-color: var(--tt-green) !important;

  background: var(--tt-green) !important;

  box-shadow:
    0 4px 10px rgba(11, 56, 26, 0.14) !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__option-label {
  font-size: 12px !important;
  font-weight: 520 !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__option-count {
  min-width: auto !important;
  padding: 0 !important;

  color: #8a8d89 !important;

  background: transparent !important;

  font-size: 9px !important;
}


/* =========================================================
   67. KLEURSTALEN
========================================================= */

.tt-collection-filters--mobile
.tt-collection-filter__color-swatch {
  width: 23px !important;
  height: 23px !important;

  border: 1px solid rgba(17, 17, 17, 0.14) !important;

  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.62) !important;
}


/* =========================================================
   68. FOOTER — ALS CART CHECKOUT-GEBIED
========================================================= */

.tt-collection-filters__mobile-footer {
  bottom: -38px !important;

 grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;

  margin-right: -26px !important;
  margin-left: -26px !important;

  padding:
    20px 26px
    calc(24px + env(safe-area-inset-bottom, 0px)) !important;

  border-top: 1px solid #dcdcd4 !important;

  background: rgba(248, 248, 244, 0.97) !important;

box-shadow:
  0 7px 18px rgba(11, 56, 26, 0.12) !important;
}

.tt-collection-filters__mobile-reset,
.tt-collection-filters__mobile-apply {
  min-height: 56px !important;
  padding: 14px 17px !important;

  border-radius: 11px !important;

  font-size: 12px !important;
  font-weight: 680 !important;
}

.tt-collection-filters__mobile-reset {
  color: #171717 !important;

  border: 1px solid #d2dad0 !important;

  background: #f3f6f1 !important;
}

.tt-collection-filters__mobile-reset:hover {
  color: var(--tt-green) !important;

  border-color: #bcc8ba !important;

  background: #eaf0e8 !important;
}

.tt-collection-filters__mobile-apply {
  color: #fcfccf !important;

  border-color: var(--tt-green) !important;

  background: var(--tt-green) !important;

  box-shadow:
    0 12px 28px rgba(11, 56, 26, 0.18) !important;
}

.tt-collection-filters__mobile-apply:hover {
  background: #082f16 !important;

  box-shadow:
    0 15px 34px rgba(11, 56, 26, 0.24) !important;
}


/* =========================================================
   69. MOBIELE VERHOUDINGEN
========================================================= */

@media screen and (max-width: 767px) {
  .tt-collection__mobile-filter-drawer {
    width: min(96vw, 500px) !important;
  }

  .tt-collection__mobile-filter-header {
    min-height: 86px !important;
    padding: 21px 20px !important;
  }

  .tt-collection__mobile-filter-title {
    font-size: 30px !important;
  }

  .tt-collection__mobile-filter-content {
    padding:
      18px 20px
      34px !important;
  }

  .tt-collection-filters__mobile-footer {
    margin-right: -20px !important;
    margin-left: -20px !important;

    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
/* =========================================================
   70. FILTERDRAWER — COMPACTE CART FINETUNE
========================================================= */

.tt-collection__mobile-filter-header {
  min-height: 82px !important;
  padding: 20px 26px 18px !important;
}

.tt-collection__mobile-filter-eyebrow {
  margin-bottom: 6px !important;
}

.tt-collection__mobile-filter-title {
  font-size: 31px !important;
}

.tt-collection__mobile-filter-close {
  width: 38px !important;
  height: 38px !important;
}

.tt-collection__mobile-filter-close svg {
  width: 22px !important;
  height: 22px !important;
}


/* =========================================================
   71. FILTERKAARTEN — PREMIUM EDITORIAL
========================================================= */

.tt-collection-filters--mobile
.tt-collection-filters__groups {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.tt-collection-filters--mobile
.tt-collection-filter {
  overflow: hidden;

  border: 1px solid #dfe2dc !important;
  border-radius: 11px !important;

  background: rgba(255, 255, 255, 0.74) !important;

  box-shadow:
    0 3px 12px rgba(18, 25, 19, 0.025) !important;

  transition:
    border-color 200ms ease,
    background 200ms ease,
    box-shadow 220ms ease,
    transform 220ms ease !important;
}

.tt-collection-filters--mobile
.tt-collection-filter:hover {
  border-color: #cfd6cc !important;

  background: #ffffff !important;

  box-shadow:
    0 6px 18px rgba(18, 25, 19, 0.04) !important;
}

.tt-collection-filters--mobile
.tt-collection-filter[open] {
  border-color: #cbd5c8 !important;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fafbf8 100%
    ) !important;

  box-shadow:
    0 8px 22px rgba(11, 56, 26, 0.045) !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__summary {
  min-height: 58px !important;
  padding: 16px 17px !important;

  color: #202220 !important;

  background: transparent !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__summary:hover {
  padding-right: 17px !important;
  padding-left: 17px !important;

  color: var(--tt-green) !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__title {
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__chevron {
  width: 26px !important;
  height: 26px !important;

  color: var(--tt-green) !important;

  border: 0 !important;
  border-radius: 50% !important;

  background: transparent !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__summary:hover
.tt-collection-filter__chevron {
  border: 0 !important;
  background: #f0f4ee !important;
}

.tt-collection-filters--mobile
.tt-collection-filter[open]
.tt-collection-filter__chevron {
  color: var(--tt-green) !important;

  border: 0 !important;
  background: #edf2eb !important;

  transform: rotate(180deg) !important;
}


/* =========================================================
   72. PRIJSBLOK — MINDER KAART-IN-KAART
========================================================= */

.tt-collection-filters--mobile
.tt-collection-filter:first-child
.tt-collection-filter__panel {
  margin: 0 !important;
  padding: 0 18px 20px !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
}

.tt-collection-filters--mobile
.tt-collection-filter:first-child
.tt-collection-filter__panel::before {
  content: "";

  display: block;

  height: 1px;
  margin: 0 0 17px;

  background: #e1e4de;
}

.tt-collection-filters--mobile
.tt-collection-filter__price {
  padding: 16px;

  border: 1px solid #d7ded4;
  border-radius: 11px;

  background: #f0f4ee;
}

.tt-collection-filters--mobile
.tt-collection-filter__price-input {
  height: 46px !important;
}


/* =========================================================
   73. DRAWER CONTENT — IETS COMPACTER
========================================================= */

.tt-collection__mobile-filter-content {
  padding-top: 18px !important;
}

.tt-collection-filters--mobile
.tt-collection-filter__panel {
  padding-right: 18px !important;
  padding-bottom: 20px !important;
  padding-left: 18px !important;
}


/* =========================================================
   74. FOOTER — DICHTER BIJ CART
========================================================= */

.tt-collection-filters__mobile-footer {
  gap: 9px !important;

  padding-top: 17px !important;
  padding-bottom:
    calc(20px + env(safe-area-inset-bottom, 0px)) !important;

  box-shadow:
    0 -12px 30px rgba(18, 25, 19, 0.065) !important;
}

.tt-collection-filters__mobile-reset,
.tt-collection-filters__mobile-apply {
  min-height: 52px !important;

  border-radius: 10px !important;
}

.tt-collection-filters__mobile-reset {
  background: #f4f6f1 !important;
}

.tt-collection-filters__mobile-apply {
  box-shadow:
    0 10px 24px rgba(11, 56, 26, 0.16) !important;
}
.tt-collection-filters__mobile-footer {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.tt-collection-filters__mobile-footer
.tt-collection-filters__mobile-reset,
.tt-collection-filters__mobile-footer
.tt-collection-filters__mobile-apply {
  box-sizing: border-box !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 !important;
  justify-self: stretch !important;
}

/* =========================================================
   76. PRODUCTKAART-ACTIES
========================================================= */

.tt-collection__grid-item {
  position: relative;
  z-index: 1;
}

.tt-collection__grid-item:has(
  .tt-product-card__bundle-drawer.is-open
) {
  z-index: 20;
}

.tt-product-card__media {
  position: relative;

  width: 100%;
  overflow: hidden;

  border-radius: 0;
}

/* =========================================================
   77. GEDEELDE PILLENOPMAAK
========================================================= */

.tt-product-card__bundle-trigger,
.tt-product-card__view-label,
.tt-product-card__status-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;

  margin: 0 !important;
  padding: 0 11px !important;

  color: #555555 !important;

  border: 1px solid rgba(17, 17, 17, 0.10) !important;
  border-radius: 999px !important;

  background: rgba(244, 244, 241, 0.96) !important;

  box-shadow: none !important;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  font-family: "Inter", sans-serif !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase;

  white-space: nowrap;
}

/* Alleen de badges met een icoon */
.tt-product-card__bundle-trigger,
.tt-product-card__status-badge {
  gap: 8px !important;
}
.tt-product-card__status-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.tt-product-card__status-badge svg {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}

/* =========================================================
   78. BUNDELDEAL-PIL — ALTIJD LINKSONDER
========================================================= */

.tt-product-card__bundle-trigger {
  appearance: none;
  -webkit-appearance: none;

  position: absolute;
  z-index: 8;

top: 11px !important;
left: 11px !important;

right: auto !important;
bottom: auto !important;

  display: inline-flex;

  width: auto !important;
  min-width: 0 !important;

  cursor: pointer;

  transition:
    color 200ms ease,
    border-color 200ms ease,
    background 200ms ease,
    box-shadow 200ms ease,
    opacity 200ms ease,
    transform 240ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tt-product-card__bundle-trigger-icon,
.tt-product-card__bundle-trigger-arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.tt-product-card__bundle-trigger-icon {
  width: 11px;
  height: 11px;
}

.tt-product-card__bundle-trigger-icon svg {
  display: block;

  width: 11px;
  height: 11px;
}

.tt-product-card__bundle-trigger-text {
  display: block;

  margin: 0;
  padding: 0;

  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit;

  white-space: nowrap;
}

.tt-product-card__bundle-trigger-arrow {
  width: 8px;
  height: 8px;

  margin-left: 1px;

  transition:
    transform 240ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tt-product-card__bundle-trigger-arrow svg {
  display: block;

  width: 8px;
  height: 5px;
}

.tt-product-card__bundle-trigger.is-active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(7px);
}

.tt-product-card__bundle-trigger.is-active
.tt-product-card__bundle-trigger-arrow {
  transform: rotate(180deg);
}


/* =========================================================
   79. BEKIJK ITEM — ALLEEN BIJ HOVER RECHTSONDER
========================================================= */

.tt-product-card__view-label {
  position: absolute;
  z-index: 7;

  /*
   * Het image-frame beweegt bij hover 3px omhoog.
   * Daarom staat deze knop technisch op 9px en eindigt hij
   * visueel exact gelijk met Bundeldeal op 12px.
   */
  right: 12px !important;
  bottom: 9px !important;
  left: auto !important;

  display: inline-flex;

  width: auto !important;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(6px) !important;

  transition:
    color 200ms ease,
    border-color 200ms ease,
    background 200ms ease,
    box-shadow 200ms ease,
    opacity 220ms ease,
    visibility 220ms ease,
    transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1) !important;
}

.tt-product-card__view-label span {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 7px;
  font-weight: 720;
  line-height: 1;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.tt-product-card__view-label svg {
  display: block;
  flex: 0 0 auto;

  width: 11px;
  height: 11px;
}


/* =========================================================
   80. PILLEN — DESKTOP HOVER
========================================================= */

@media (hover: hover) and (pointer: fine) {
  .tt-product-card:hover
  .tt-product-card__view-label {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0) !important;
  }

  .tt-product-card__bundle-trigger:hover,
  .tt-product-card__view-label:hover {
    color: var(--tt-green) !important;

    border-color: #c6d1c3 !important;

    background: #f1f5ef !important;

    box-shadow:
      0 9px 22px rgba(11, 56, 26, 0.12),
      inset 0 0 0 1px rgba(255, 255, 255, 0.76) !important;
  }

  .tt-product-card__bundle-trigger:hover {
    transform: translateY(-1px);
  }
}


/* =========================================================
   81. BUNDELVOORDEEL-LADE — IN DE PRODUCTFOTO
========================================================= */

.tt-product-card__bundle-drawer {
  position: absolute;
  z-index: 12;
  right: 12px;
  bottom: 12px;
  left: 12px;

  display: block !important;

  max-height: none !important;
  margin: 0 !important;
  overflow: visible !important;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(calc(100% + 22px));

  transition:
    opacity 220ms ease,
    visibility 420ms ease,
    transform 420ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.tt-product-card__bundle-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0);
}

.tt-product-card__bundle-drawer-inner {
  padding: 14px;

  color: var(--tt-green);

  border: 1px solid rgba(11, 56, 26, 0.14);
  border-radius: 12px;

  background: rgba(247, 248, 244, 0.97);

  box-shadow:
    0 18px 42px rgba(11, 25, 15, 0.2),
    0 5px 15px rgba(17, 24, 18, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.66);

  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}


/* =========================================================
   82. BUNDELVOORDEEL-LADE — HEADER
========================================================= */

.tt-product-card__bundle-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  margin-bottom: 11px;
}

.tt-product-card__bundle-drawer-heading {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  min-width: 0;

  font-size: 8px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tt-product-card__bundle-drawer-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 14px;
  height: 14px;
}

.tt-product-card__bundle-drawer-icon svg {
  display: block;

  width: 14px;
  height: 14px;
}

.tt-product-card__bundle-drawer-close {
  appearance: none;
  -webkit-appearance: none;

  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 27px !important;
  height: 27px !important;
  min-width: 27px !important;
  min-height: 27px !important;

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

  color: #656a65 !important;

  border: 0 !important;
  border-radius: 50% !important;

  background: transparent !important;
  box-shadow: none !important;

  cursor: pointer;

  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.tt-product-card__bundle-drawer-close:hover {
  color: var(--tt-green) !important;

  background: rgba(11, 56, 26, 0.07) !important;

  transform: rotate(5deg);
}


/* =========================================================
   83. BUNDELVOORDEEL-LADE — KORTINGSTRAP
========================================================= */

.tt-product-card__bundle-levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  overflow: hidden;

  border: 1px solid #dce2d9;
  border-radius: 9px;

  background: rgba(255, 255, 255, 0.72);
}

.tt-product-card__bundle-level {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-width: 0;
  min-height: 64px;
  padding: 8px 4px;

  text-align: center;
}

.tt-product-card__bundle-level
+ .tt-product-card__bundle-level {
  border-left: 1px solid #dce2d9;
}

.tt-product-card__bundle-level strong {
  color: var(--tt-green);

  font-family: "Inter", "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.tt-product-card__bundle-level span {
  margin-top: 4px;

  color: #7c817c;

  font-size: 8px;
  font-weight: 500;
  line-height: 1;
}

.tt-product-card__bundle-level b {
  margin-top: 6px;

  color: #303d33;

  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.tt-product-card__bundle-drawer-note {
  margin: 10px 0 0;

  color: #666e67;

  font-size: 8px;
  font-weight: 450;
  line-height: 1.45;
}


/* =========================================================
   84. GEOPENDE BUNDELLADE
========================================================= */

.tt-product-card__media:has(
  .tt-product-card__bundle-drawer.is-open
)
.tt-product-card__bundle-trigger,
.tt-product-card__media:has(
  .tt-product-card__bundle-drawer.is-open
)
.tt-product-card__view-label {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* =========================================================
   85. PRODUCTKAART-ACTIES — MOBIEL
========================================================= */

@media screen and (max-width: 767px) {
  .tt-product-card__media {
    border-radius: 11px;
  }

.tt-product-card__bundle-trigger {
top: 7px !important;
left: 7px !important;

right: auto !important;
bottom: auto !important;

  height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;

    padding: 0 7px !important;
    gap: 4px !important;
  }

  .tt-product-card__bundle-trigger-icon {
    width: 10px;
    height: 10px;
  }

  .tt-product-card__bundle-trigger-icon svg {
    width: 10px;
    height: 10px;
  }

  .tt-product-card__bundle-trigger-text {
    letter-spacing: 0.075em;
  }

  .tt-product-card__bundle-trigger-arrow {
    width: 7px;
  }

  .tt-product-card__bundle-trigger-arrow svg {
    width: 7px;
  }

  /*
   * Op mobiel is de volledige foto al aanklikbaar.
   * Daarom tonen we Bekijk item daar niet.
   */
  .tt-product-card__view-label {
    display: none !important;
  }

  .tt-product-card__bundle-drawer {
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .tt-product-card__bundle-drawer-inner {
    padding: 9px;

    border-radius: 8px;
  }

  .tt-product-card__bundle-drawer-header {
    margin-bottom: 8px;
  }

  .tt-product-card__bundle-drawer-heading {
    gap: 5px;

    font-size: 6.5px;
    letter-spacing: 0.09em;
  }

  .tt-product-card__bundle-drawer-icon {
    width: 11px;
    height: 11px;
  }

  .tt-product-card__bundle-drawer-icon svg {
    width: 11px;
    height: 11px;
  }

  .tt-product-card__bundle-drawer-close {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    min-height: 23px !important;
  }

  .tt-product-card__bundle-level {
    min-height: 51px;
    padding: 6px 2px;
  }

  .tt-product-card__bundle-level strong {
    font-size: 10px;
  }

  .tt-product-card__bundle-level span,
  .tt-product-card__bundle-level b,
  .tt-product-card__bundle-drawer-note {
    font-size: 6.5px;
  }

  .tt-product-card__bundle-drawer-note {
    margin-top: 8px;
  }
}

/* =========================================================
   21. MINDER BEWEGING
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .tt-product-card,
  .tt-product-card__image-frame,
  .tt-product-card__image,
  .tt-product-card__bundle-badge,
  .tt-product-card__view-label,
  .tt-collection__mobile-filter-overlay,
  .tt-collection__mobile-filter-drawer,
  .tt-collection__mobile-filter-header,
  .tt-collection__mobile-filter-content,
  .tt-collection__results,
  .tt-collection.is-loading .tt-collection__results::after {
    transition: none !important;
    animation: none !important;
  }
}
/* =========================================================
   DEFINITIEVE DESKTOP TOOLBAR
========================================================= */

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

  /* =======================================================
     ALGEMENE TOOLBAR
  ======================================================= */

  .tt-collection .tt-collection-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;

    width: 100%;
    min-height: 58px;
margin: 0 0 8px;
padding: 6px 2px;

    border: 0;
    background: transparent;
  }

  .tt-collection .tt-collection-toolbar::before,
  .tt-collection .tt-collection-toolbar::after {
    display: none;
    content: none;
  }

  .tt-collection .tt-collection-toolbar__left,
  .tt-collection .tt-collection-toolbar__right {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .tt-collection .tt-collection-toolbar__left {
    gap: 16px;
  }

  .tt-collection .tt-collection-toolbar__right {
    justify-content: flex-end;
  }
  .tt-collection .tt-collection-toolbar {
  padding-right: 12px;
  padding-left: 12px;
}


  /* =======================================================
     FILTERKNOP
  ======================================================= */

  .tt-collection .tt-collection-toolbar__filter-button {
    appearance: none;
    -webkit-appearance: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    width: auto;
    min-width: 0;
    height: 40px;
    min-height: 40px;

    margin: 0;
    padding: 0 16px;

    color: #415746;

    border: 1px solid #d7ddd4;
    border-radius: 999px;

    background: #f4f6f2;

    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.72);

    font-family: "Instrument Sans", "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.005em;

    cursor: pointer;

    transition:
      color 180ms ease,
      border-color 180ms ease,
      background 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .tt-collection .tt-collection-toolbar__filter-button:hover {
    color: var(--tt-green);

    border-color: #c5cec2;
    background: #edf2eb;

    box-shadow:
      0 7px 18px rgba(11, 56, 26, 0.07),
      inset 0 0 0 1px rgba(255, 255, 255, 0.8);

    transform: translateY(-1px);
  }

  .tt-collection .tt-collection-toolbar__filter-button:active {
    transform: translateY(0);
  }

  .tt-collection .tt-collection-toolbar__filter-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;
  }

  .tt-collection .tt-collection-toolbar__filter-icon svg {
    display: block;

    width: 16px;
    height: 16px;
  }

  .tt-collection .tt-collection-toolbar__filter-count {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    min-width: 20px;
    height: 20px;
    padding: 0 6px;

    color: #fcfccf;

    border-radius: 999px;

    background: var(--tt-green);

    font-family: "Inter", "Instrument Sans", sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
  }


  /* =======================================================
     PRODUCTTELLER
  ======================================================= */

  .tt-collection .tt-collection-toolbar__product-count {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;

    margin: 0;
    padding: 0;

    color: #8a8d88;

    white-space: nowrap;

    font-family: "Instrument Sans", "Inter", sans-serif;
    line-height: 1;
  }

  .tt-collection .tt-collection-toolbar__product-count strong {
    color: var(--tt-green);

    font-family: "Inter", "Instrument Sans", sans-serif;
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: -0.015em;
  }

  .tt-collection .tt-collection-toolbar__product-count span {
    color: #8a8d88;

    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.005em;
  }


  /* =======================================================
   SORTEREN — DEFINITIEVE PREMIUM VERSIE
======================================================= */

.tt-collection .tt-collection-toolbar__sort {
  display: inline-flex;
  align-items: center;

  min-width: 0;
  margin: 0;
}

.tt-collection .tt-collection-toolbar__sort-label {
  display: none;
}

.tt-collection .tt-collection-toolbar__sort-field {
  position: relative;

  width: auto;
  min-width: 178px;
}

.tt-collection .tt-collection-toolbar__sort-select {
  appearance: none;
  -webkit-appearance: none;

  display: block;

  width: 100%;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0 42px 0 17px;

  color: #465049;

  border: 1px solid #d7ddd4;
  border-radius: 999px;

  outline: none;
  background: #f4f6f2;

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);

  font-family: "Instrument Sans", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.005em;

  cursor: pointer;

  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.tt-collection .tt-collection-toolbar__sort-select:hover,
.tt-collection .tt-collection-toolbar__sort-select:focus {
  color: var(--tt-green);

  border-color: #c5cec2;
  background: #edf2eb;

  box-shadow:
    0 7px 18px rgba(11, 56, 26, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);

  transform: translateY(-1px);
}

.tt-collection .tt-collection-toolbar__sort-arrow {
  position: absolute;
  top: 50%;
  right: 15px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 16px;
  height: 16px;

  color: var(--tt-green);

  pointer-events: none;

  transform: translateY(-50%);
}

.tt-collection .tt-collection-toolbar__sort-arrow svg {
  display: block;

  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .tt-collection .tt-collection__active-filters:empty {
    display: none;
  }

  .tt-collection .tt-collection__results {
    margin-top: 0;
  }
}
/* =========================================================
   PRODUCTFOTO'S — DEFINITIEF RECHTE HOEKEN
========================================================= */

.tt-collection .tt-product-card,
.tt-collection .tt-product-card__media,
.tt-collection .tt-product-card__image-link,
.tt-collection .tt-product-card__image-frame,
.tt-collection .tt-product-card__image,
.tt-collection .tt-product-card__image-element {
  border-radius: 0 !important;
}
/* =========================================================
   PAGINA-SCROLLBAR — ONZICHTBAAR, SCROLLEN BLIJFT WERKEN
========================================================= */

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;

  overflow-x: hidden;
}

html {
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
/* =========================================================
   CUSTOM SORTEREN — PREMIUM DROPDOWN
========================================================= */

.tt-sort-wrapper {
  position: relative;
}

.tt-sort {
  position: relative;
  z-index: 40;

  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.tt-sort__trigger {
  appearance: none;
  -webkit-appearance: none;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  min-width: 220px;
  min-height: 48px;
  padding: 0 18px;

  color: #4f5751;

  border: 1px solid #d7ddd4;
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      #f9faf8 0%,
      #f2f5f0 100%
    );

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.78);

  font-family: "Instrument Sans", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.01em;

  cursor: pointer;

  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.tt-sort__trigger:hover {
  color: var(--tt-green);

  border-color: #c5d0c2;

  background:
    linear-gradient(
      180deg,
      #f6f9f5 0%,
      #edf2eb 100%
    );

  box-shadow:
    0 6px 18px rgba(11, 56, 26, 0.055),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.tt-sort__trigger:active {
  transform: translateY(1px);
}

.tt-sort__trigger-icon {
  flex: 0 0 auto;

  color: var(--tt-green);

  transition: transform 220ms ease;
}

.tt-sort.is-open
.tt-sort__trigger-icon {
  transform: rotate(180deg);
}


/* =========================================================
   DROPDOWNMENU
========================================================= */

.tt-sort__menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + 10px);
  right: 0;

  width: 272px;
  overflow: hidden;

  border: 1px solid #dcded8;
  border-radius: 14px;

  background: rgba(252, 252, 249, 0.98);

  box-shadow:
    0 20px 46px rgba(17, 24, 18, 0.13),
    0 4px 14px rgba(17, 24, 18, 0.05);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(-6px) scale(.985);
  transform-origin: top right;

  transition:
    opacity .18s ease,
    visibility .18s ease,
    transform .22s cubic-bezier(.2,.7,.2,1);

  padding: 10px 0;
}

.tt-sort__menu[hidden] {
  display: block;
}

.tt-sort.is-open
.tt-sort__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0) scale(1);
}

.tt-sort__menu-heading {
  padding: 0 18px 10px;

  color: #6d746d;

  border-bottom: 1px solid #edf0eb;

  font-family: "Instrument Sans","Inter",sans-serif;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.01em;
  text-transform: none;
}


/* =========================================================
   OPTIES
========================================================= */

.tt-sort__options {
  display: flex;
  flex-direction: column;

  margin: 0;
  padding: 4px 6px 0;

  list-style: none;
}

.tt-sort__option-item {
  margin: 0;
  padding: 0;
}

.tt-sort__option {
  appearance: none;
  -webkit-appearance: none;

  display: flex;
  align-items: center;
  gap: 12px;

  width: 100%;
  min-height: 46px;
  padding: 0 14px;

  border: 0;
  border-radius: 10px;

  background: transparent;

  color: #434843;

  font-family: "Instrument Sans","Inter",sans-serif;
  font-size: 14px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: -.01em;
  text-align: left;

  cursor: pointer;

  transition:
    background .18s ease,
    color .18s ease;
}

.tt-sort__option:hover {
  background: #f6f8f5;
}

.tt-sort__option.is-active {
  color: var(--tt-green);
  font-weight: 620;

  background: #f4f7f3;
}

.tt-sort__option-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 16px;
  height: 16px;

  flex: 0 0 16px;

  color: var(--tt-green);
}

.tt-sort__option-label {
  flex: 1;
  min-width: 0;
}


/* =========================================================
   VERBORGEN NATIVE SELECT
========================================================= */

.tt-sort__native {
  position: absolute;

  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;

  clip: rect(0, 0, 0, 0);
  white-space: nowrap;

  opacity: 0;
  pointer-events: none;
}


/* =========================================================
   MOBIEL
========================================================= */

@media screen and (max-width: 767px) {
  .tt-sort {
    width: 100%;
  }

  .tt-sort__trigger {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 0 14px;

    font-size: 11px;
  }

  .tt-sort__menu {
    right: 0;

    width: min(280px, calc(100vw - 24px));
  }
}
/* =========================================================
   CUSTOM SORTEREN — DEFINITIEVE OVERRIDE
========================================================= */

.tt-collection
.tt-collection-toolbar__sort.tt-sort {
  position: relative;
  z-index: 60;

  display: inline-flex !important;
  align-items: center !important;

  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.tt-collection
.tt-collection-toolbar__sort.tt-sort
.tt-sort__trigger {
  appearance: none !important;
  -webkit-appearance: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;

  width: auto !important;
  min-width: 220px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;

  color: #4f5751 !important;

  border: 1px solid #d7ddd4 !important;
  border-radius: 999px !important;

  background:
    linear-gradient(
      180deg,
      #f9faf8 0%,
      #f2f5f0 100%
    ) !important;

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.78) !important;

  font-family: "Instrument Sans", "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 620 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;

  cursor: pointer !important;
}

.tt-collection
.tt-sort__trigger-icon {
  display: block !important;
  flex: 0 0 auto !important;

  color: var(--tt-green) !important;

  pointer-events: none;
}

.tt-collection
.tt-sort__native {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;

  clip: rect(0, 0, 0, 0) !important;

  opacity: 0 !important;
  pointer-events: none !important;
}
/* =========================================================
   CUSTOM SORTEREN — DEFINITIEVE COMPACTE OPMAAK
========================================================= */

.tt-collection
.tt-collection-toolbar__sort.tt-sort
.tt-sort__menu {
  width: 264px !important;
  padding: 8px 0 !important;

  border: 1px solid #dcded8 !important;
  border-radius: 14px !important;

  background: rgba(252, 252, 249, 0.98) !important;

  box-shadow:
    0 18px 42px rgba(17, 24, 18, 0.11),
    0 4px 12px rgba(17, 24, 18, 0.045) !important;
}

.tt-collection
.tt-collection-toolbar__sort.tt-sort
.tt-sort__menu-heading {
  padding: 3px 16px 10px !important;

  color: #687069 !important;

  border-bottom: 1px solid #e8ebe5 !important;

  font-family: "Instrument Sans", "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

.tt-collection
.tt-collection-toolbar__sort.tt-sort
.tt-sort__options {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;

  margin: 0 !important;
  padding: 5px 6px 0 !important;
}

.tt-collection
.tt-collection-toolbar__sort.tt-sort
.tt-sort__option-item {
  margin: 0 !important;
  padding: 0 !important;
}

.tt-collection
.tt-collection-toolbar__sort.tt-sort
.tt-sort__option {
  appearance: none !important;
  -webkit-appearance: none !important;

  display: grid !important;
  grid-template-columns: 17px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;

  width: 100% !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 7px 10px !important;

  color: #555b56 !important;

  border: 0 !important;
  border-radius: 8px !important;

  background: transparent !important;

  font-family: "Instrument Sans", "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 560 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.005em !important;
  text-align: left !important;

  cursor: pointer !important;

  transition:
    color 160ms ease,
    background 160ms ease !important;
}

.tt-collection
.tt-collection-toolbar__sort.tt-sort
.tt-sort__option:hover {
  color: var(--tt-green) !important;
  background: #f3f6f1 !important;
}

.tt-collection
.tt-collection-toolbar__sort.tt-sort
.tt-sort__option.is-active {
  color: var(--tt-green) !important;
  background: #eef3ec !important;

  font-weight: 680 !important;
}

.tt-collection
.tt-collection-toolbar__sort.tt-sort
.tt-sort__option-check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 17px !important;
  height: 17px !important;

  color: var(--tt-green) !important;
}

.tt-collection
.tt-collection-toolbar__sort.tt-sort
.tt-sort__option-label {
  min-width: 0 !important;

  font: inherit !important;
  letter-spacing: inherit !important;
}
/* =========================================================
   COLLECTIEPAGINA — MOBIELE DESKTOPSTIJL
========================================================= */

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

  /* =====================================================
     TOOLBAR — ZOALS DESKTOP
  ===================================================== */

  .tt-collection-toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;

    width: 100% !important;

    margin-bottom: 16px !important;
    padding: 12px 10px !important;

    border-top: 1px solid var(--tt-border-soft) !important;
    border-bottom: 1px solid var(--tt-border-soft) !important;
  }

  .tt-collection-toolbar__left {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;

    min-width: 0 !important;
  }

  .tt-collection-toolbar__right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    min-width: 0 !important;
    margin-left: auto !important;
  }

  .tt-collection-toolbar__filter-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;

    width: auto !important;
    min-width: 92px !important;
    min-height: 42px !important;

    padding: 9px 14px !important;

    color: #1d2f22 !important;
    background: #f8f8f6 !important;

    border: 1px solid #d8ded3 !important;
    border-radius: 999px !important;

    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;

    box-shadow: none !important;
  }

  .tt-collection-toolbar__filter-count {
    color: #ffffff !important;
    background: #0b381a !important;
  }

  .tt-collection-toolbar__product-count {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 4px !important;

    min-width: max-content !important;

    padding: 0 !important;
  }

  .tt-collection-toolbar__product-count strong {
    font-size: 12px !important;
  }

  .tt-collection-toolbar__product-count span {
    font-size: 9px !important;
  }

  .tt-collection-toolbar__sort,
  .tt-sort {
    position: relative !important;

    display: block !important;

    width: auto !important;
    min-width: 0 !important;
  }

  .tt-sort__trigger {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 9px !important;

    width: auto !important;
    min-width: 158px !important;
    max-width: 178px !important;
    min-height: 42px !important;

    padding: 9px 14px !important;

    color: #1d2f22 !important;
    background: #f8f8f6 !important;

    border: 1px solid #d8ded3 !important;
    border-radius: 999px !important;

    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;

    box-shadow: none !important;
  }

  .tt-sort__trigger-label {
    min-width: 0 !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .tt-sort__native {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    margin: -1px !important;
    padding: 0 !important;

    overflow: hidden !important;

    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;

    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* =====================================================
     PRODUCTGRID — MINDER WITRUIMTE
  ===================================================== */

  .tt-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    column-gap: 3px !important;
    row-gap: 28px !important;
  }

  /* =====================================================
     PRODUCTFOTO — GEEN AFGERONDE HOEKEN
  ===================================================== */

  .tt-product-card__media,
  .tt-product-card__image-frame {
    border-radius: 0 !important;
  }

  .tt-product-card__image,
  .tt-product-card__image--primary,
  .tt-product-card__image--secondary {
    border-radius: 0 !important;
  }

  /* =====================================================
     PRODUCTINFO — TITEL + MAAT OP ÉÉN REGEL
  ===================================================== */

  .tt-product-card__content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 7px !important;

    padding: 10px 3px 0 !important;
  }

  .tt-product-card__vendor {
    grid-column: 1 / -1 !important;

    margin: 0 0 5px !important;
  }

  .tt-product-card__title {
    grid-column: 1 !important;
    grid-row: 2 !important;

    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;

    font-size: 12px !important;
    line-height: 1.25 !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  /*
   * Meta-wrapper uit de layout halen, zodat maat en prijs
   * rechtstreeks in het content-grid geplaatst kunnen worden.
   */
  .tt-product-card__meta {
    display: contents !important;
  }

  .tt-product-card__size {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;

    min-height: 28px !important;

    margin: 0 !important;
    padding: 6px 9px !important;

    border-radius: 999px !important;
  }

  .tt-product-card__size-label {
    display: none !important;
  }

  .tt-product-card__size-value {
    font-size: 9px !important;
    line-height: 1 !important;
  }

  .tt-product-card__price {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;

    display: flex !important;
    align-items: baseline !important;
    gap: 5px !important;

    margin: 7px 0 0 !important;
  }

  .tt-product-card__price-current {
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  .tt-product-card__price-compare {
    font-size: 9px !important;
  }
}
@media screen and (max-width: 380px) {

  .tt-collection-toolbar {
    gap: 7px !important;
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  .tt-collection-toolbar__left {
    gap: 6px !important;
  }

  .tt-collection-toolbar__filter-button {
    min-width: 84px !important;
    padding-right: 11px !important;
    padding-left: 11px !important;
  }

  .tt-sort__trigger {
    min-width: 142px !important;
    max-width: 150px !important;

    padding-right: 11px !important;
    padding-left: 11px !important;

    font-size: 9px !important;
  }
}
