/* ========================================
   SHOP / PRODUCTGRID
======================================== */
.woocommerce ul.products li.product-category.product {
  background: #fff;
  border-radius: 25px;
  padding: 20px 20px 5px 20px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  overflow: visible !important;
  margin: 0 0 50px 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: none !important;
  display: none !important;
}
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.woocommerce ul.products li.product .price {
  margin-top: auto;
  position: relative;
  color: #373737;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: right;
  padding: 5px 0;
  min-height: 52px;
}
.woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.woocommerce ul.products li.product a {
  color: unset;
}
.woocommerce ul.products li.product a img {
  transition: transform 0.3s ease;
  position: relative;
  border-radius: 20px;
}
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.07);
}
.woocommerce ul.products li.product-category.product img {
  border-radius: 25px 25px 0 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  height: 45px;
  overflow: hidden;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  word-spacing: 0;}
.woocommerce-loop-product__short-description {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  height: 90px;
  margin-top: auto;
  overflow: hidden;
}
.woocommerce-loop-product__short-description:hover {
  color: unset;
}
.woocommerce .woocommerce-loop-category__title .count,
.woocommerce ul.products li.product-category .count {
  display: none !important;
}
small.woocommerce-price-suffix {
  display: block;
  margin-top: -5px;
  margin-left: 5px;
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.ffehbo-shop-archive ul.products li.product span.woocommerce-price-from {
  font-size: 12px;
  font-weight: normal;
  font-style: unset;
  color: var(--cmsmasters-colors-tertiary);
}
.woocommerce ul.products li.product .price ins {
  color: #efb646;
  font-size: 18px;
  line-height: 1;
}
.woocommerce ul.products li.product .price del {
  font-size: 13px;
  margin-right: 10px;
  font-weight: 400;
}
.woocommerce ul.products li.product span.onsale,
.woocommerce .product span.onsale {
  color: #190d39 !important;
  border-radius: 18px 0 18px 0 !important;
  display: inline-block;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  padding: 3px 15px !important;
  margin: 0 0 15px !important;
  background: #fcda98 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  z-index: 10 !important;
}
/* ========================================
   FF EHBO SHOP / PRODUCTCATEGORIE ARCHIVE
======================================== */
:root {
  --ffehbo-cart-icon-svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2722%27%20height%3D%2721%27%20viewBox%3D%270%200%2022%2021%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20clip-rule%3D%27evenodd%27%20d%3D%27M6.952%2012.083h11.5c.34%200%20.64-.23.73-.57l2-8a.74.74%200%2000-.14-.64.754.754%200%2000-.59-.29H6.042l-.36-1.43a.75.75%200%2000-.73-.57h-3.5c-.41%200-.75.34-.75.75s.34.75.75.75h2.91l.36%201.43%201.78%207.11a2.25%202.25%200%2000-1.8%202.2c0%201.24%201.01%202.25%202.25%202.25h11.5c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-11.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75v.01zm10.91-1.5h-9.82l-1.62-6.5h13.08l-1.62%206.5h-.02zm-.41%206c-.97%200-1.75.78-1.75%201.75s.78%201.75%201.75%201.75%201.75-.78%201.75-1.75-.78-1.75-1.75-1.75zm-11.75%201.75c0-.97.78-1.75%201.75-1.75s1.75.78%201.75%201.75-.78%201.75-1.75%201.75-1.75-.78-1.75-1.75z%27%20fill%3D%27currentColor%27%2F%3E%3C%2Fsvg%3E");
  --ffehbo-navy: #050b3f;
  --ffehbo-muted: #5d6683;
  --ffehbo-soft-blue: #f5f9fd;
  --ffehbo-card: #ffffff;
  --ffehbo-border: #e6edf5;
  --ffehbo-gold: #ffd06f;
  --ffehbo-gold-strong: #f4b83f;
  --ffehbo-green: #108a52;
  --ffehbo-red: #b42318;
  --ffehbo-shadow: 0 18px 48px rgba(5, 11, 63, 0.08);
}

.woocommerce .woocommerce-products-header,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: var(--ffehbo-navy);
}

.woocommerce .woocommerce-products-header__title.page-title {
  margin-bottom: 10px;
}

.woocommerce .woocommerce-ordering select {
    border: unset;
    border-radius: 14px;
    background-color: #dad9d961;
    padding: var(--cmsmasters-input-padding-top) var(--cmsmasters-input-padding-right) var(--cmsmasters-input-padding-bottom) var(--cmsmasters-input-padding-left);
    box-shadow: 0 8px 28px rgba(5, 11, 63, 0.04);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  margin: 24px 0 54px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--ffehbo-border);
  border-radius: 16px;
  background: var(--ffehbo-card);
  box-shadow: 0 10px 30px rgba(5, 11, 63, 0.05);
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
  overflow: hidden;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.woocommerce ul.products li.product:focus-within,
.woocommerce-page ul.products li.product:focus-within {
  transform: translateY(-3px);
  border-color: var(--cmsmasters-colors-primary);
  background: #fff;
  box-shadow: 0 16px 40px rgba(25, 13, 57, 0.10);
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
  display: contents;
  color: inherit;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  height: auto;
  margin: 0 0 18px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  transform: none;
  transition: transform 180ms ease;
}

.woocommerce ul.products li.product:hover a img {
  transform: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  height: auto;
  min-height: 44px;
  margin: 0 0 8px;}

.woocommerce-loop-product__short-description,
.woocommerce-loop-product__short-description.ffehbo-loop-description {
  display: -webkit-box;
  height: auto;
  min-height: 44px;
  margin: 0 0 10px;
  overflow: hidden;
  color: var(--ffehbo-muted);
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ffehbo-loop-stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 18px;
  color: var(--ffehbo-green);
  font-size: 14px;
  font-weight: 700;
}

.ffehbo-loop-stock::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}

.ffehbo-loop-stock--out-of-stock {
  color: var(--ffehbo-red);
}

.ffehbo-loop-stock--out-of-stock::before {
  content: "!";
}

.woocommerce ul.products li.product .price {
  align-self: end;
  min-height: 0;
  margin: auto 66px 0 0;
  padding: 0;
  color: var(--ffehbo-navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  text-align: left;
}

.woocommerce ul.products li.product .price del {
  display: block;
  margin: 0 0 3px;
  color: #8a93aa;
  font-size: 13px;
  font-weight: 500;
  opacity: 1;
}

.woocommerce ul.products li.product .price ins {
  color: var(--ffehbo-navy);
  font-size: inherit;
  text-decoration: none;
}

small.woocommerce-price-suffix {
  display: block;
  margin: 3px 0 0;
  color: var(--ffehbo-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}


.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product .button {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ffehbo-gold) 0%, #ffc357 100%);
  color: var(--ffehbo-navy);
  font-size: 0;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(244, 184, 63, 0.28);
}

.woocommerce ul.products li.product .button::before,
.woocommerce-page ul.products li.product .button::before {
  content: "";
  display: block;
  background: transparent !important;
  color: currentColor;
  -webkit-mask: var(--ffehbo-cart-icon-svg) center / contain no-repeat;
  mask: var(--ffehbo-cart-icon-svg) center / contain no-repeat;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.woocommerce ul.products li.product .button::after,
.woocommerce ul.products li.product .button:after,
.woocommerce ul.products li.product a.button::after,
.woocommerce ul.products li.product a.button:after,
.woocommerce-page ul.products li.product .button::after,
.woocommerce-page ul.products li.product .button:after,
.woocommerce-page ul.products li.product a.button::after,
.woocommerce-page ul.products li.product a.button:after,
.ffehbo-shop-archive ul.products li.product .button::after,
.ffehbo-shop-archive ul.products li.product .button:after,
.ffehbo-shop-archive ul.products li.product a.button::after,
.ffehbo-shop-archive ul.products li.product a.button:after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
}

.ffehbo-shop-archive ul.products li.product a.added_to_cart,
.ffehbo-shop-archive ul.products li.product a.added_to_cart.wc-forward {
  display: none !important;
}

.ffehbo-shop-archive ul.products li.product a.added_to_cart::before,
.ffehbo-shop-archive ul.products li.product a.added_to_cart:before,
.ffehbo-shop-archive ul.products li.product a.added_to_cart::after,
.ffehbo-shop-archive ul.products li.product a.added_to_cart:after,
.ffehbo-shop-archive ul.products li.product a.added_to_cart.wc-forward::before,
.ffehbo-shop-archive ul.products li.product a.added_to_cart.wc-forward:before,
.ffehbo-shop-archive ul.products li.product a.added_to_cart.wc-forward::after,
.ffehbo-shop-archive ul.products li.product a.added_to_cart.wc-forward:after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:focus-visible {
  background: linear-gradient(135deg, #ffd987 0%, var(--ffehbo-gold-strong) 100%);
  color: var(--ffehbo-navy);
  outline: 3px solid rgba(252, 218, 152, 0.55);
  outline-offset: 3px;
}

.woocommerce ul.products li.product.outofstock .button,
.woocommerce-page ul.products li.product.outofstock .button,
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-add-to-cart--disabled {
  background: #e8eef6;
  color: #667089;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.72;
}

.woocommerce ul.products li.product.outofstock .button::before,
.woocommerce ul.products li.product.outofstock .button:before,
.woocommerce-page ul.products li.product.outofstock .button::before,
.woocommerce-page ul.products li.product.outofstock .button:before,
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-add-to-cart--disabled::before,
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-add-to-cart--disabled:before {
  color: currentColor;
}

.woocommerce ul.products li.product.outofstock .button::after,
.woocommerce ul.products li.product.outofstock .button:after,
.woocommerce-page ul.products li.product.outofstock .button::after,
.woocommerce-page ul.products li.product.outofstock .button:after,
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-add-to-cart--disabled::after,
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-add-to-cart--disabled:after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
}

.woocommerce ul.products li.product span.onsale,
.woocommerce .product span.onsale {
  border-radius: 0 0 16px 0 !important;
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    display: grid;
    grid-template-columns: 30% minmax(0, 1fr) minmax(82px, 23%);
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    min-height: 132px;
    padding: 14px 14px 14px 12px;
    border-radius: 18px;
    box-shadow: 0 10px 32px rgba(5, 11, 63, 0.06);
  }

  .woocommerce ul.products li.product:hover,
  .woocommerce-page ul.products li.product:hover,
  .woocommerce ul.products li.product:focus-within,
  .woocommerce-page ul.products li.product:focus-within {
    transform: none;
  }

  .woocommerce ul.products li.product a img {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: center;
    aspect-ratio: 1 / 1;
    margin: 0;
    max-height: 112px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    margin: 0 0 5px;
  }

  .woocommerce-loop-product__short-description,
  .woocommerce-loop-product__short-description.ffehbo-loop-description {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    margin: 0 0 7px;
    font-size: 13px;
    line-height: 1.45;
  }

  .ffehbo-loop-stock {
    grid-column: 2;
    grid-row: 3;
    margin: 0;
    font-size: 13px;
  }

  .woocommerce ul.products li.product .price {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: start;
    margin: 0;
    font-size: 17px;
    text-align: left;
  }

  small.woocommerce-price-suffix {
    font-size: 12px;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product a.button,
  .woocommerce-page ul.products li.product .button {
    right: 14px;
    bottom: 14px;
    width: min(76px, 100%);
    min-width: 58px;
    height: 48px;
    border-radius: 16px;
  }
}

/* ========================================
   PRODUCTCATEGORY ARCHIVE UX POLISH
======================================== */
body.tax-product_cat .site-main,
body.tax-product_cat .cmsmasters-main,
body.tax-product_cat .cmsmasters-main__outer {
  background: transparent !important;
}

body.tax-product_cat .woocommerce {
  color: var(--ffehbo-navy);
}

body.tax-product_cat .woocommerce-products-header {
  margin: 0 0 24px;
  padding: clamp(18px, 4vw, 42px) 0 clamp(12px, 2vw, 22px);
  border-bottom: 1px solid rgba(5, 11, 63, 0.08);
}

body.tax-product_cat .woocommerce-products-header__title.page-title {
    max-width: 100%;
    margin: 16px 0 15px 0 !important;
}

body.tax-product_cat .term-description {
  max-width: 780px;
  color: var(--ffehbo-muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.65;
}

body.tax-product_cat .term-description p:last-child {
  margin-bottom: 0;
}

body.tax-product_cat .woocommerce-notices-wrapper:empty {
  display: none;
}

body.tax-product_cat .woocommerce ul.products,
body.tax-product_cat.woocommerce-page ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  margin-top: 10px;
}

body.tax-product_cat .woocommerce ul.products li.product,
body.tax-product_cat.woocommerce-page ul.products li.product {
  padding: 18px;
  border: 1px solid rgba(5, 11, 63, 0.09);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(5, 11, 63, 0.06);
}

body.tax-product_cat .woocommerce ul.products li.product:hover,
body.tax-product_cat.woocommerce-page ul.products li.product:hover,
body.tax-product_cat .woocommerce ul.products li.product:focus-within,
body.tax-product_cat.woocommerce-page ul.products li.product:focus-within {
  transform: translateY(-4px);
  border-color: rgba(5, 11, 63, 0.16);
  box-shadow: 0 20px 50px rgba(5, 11, 63, 0.12);
}

body.tax-product_cat .woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  padding: 10px;
  border-radius: 18px;
  background: #f8fafc;
}

body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-category__title,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce ul.products li.product h3 {
  min-height: 0;
  height: auto;
  margin-bottom: 10px;}

body.tax-product_cat .woocommerce ul.products li.product-category.product {
  padding: 18px;
}

body.tax-product_cat .woocommerce ul.products li.product-category.product a {
  position: relative;
}

body.tax-product_cat .woocommerce ul.products li.product-category.product .woocommerce-loop-category__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.tax-product_cat .woocommerce ul.products li.product-category.product .woocommerce-loop-category__title::after {
  content: "Bekijk categorie";
  flex: 0 0 auto;
}

body.tax-product_cat .woocommerce ul.products li.product-category .count {
  display: none;
}

@media (max-width: 1023px) {
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_cat.woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.tax-product_cat .woocommerce-products-header {
    margin-bottom: 18px;
    padding-top: 18px;
  }

  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_cat.woocommerce-page ul.products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.tax-product_cat .woocommerce ul.products li.product,
  body.tax-product_cat.woocommerce-page ul.products li.product {
    display: grid;
    grid-template-columns: 34% minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 14px;
  }

  body.tax-product_cat .woocommerce ul.products li.product a img {
    grid-column: 1;
    grid-row: 1 / 5;
    align-self: center;
    margin: 0;
    padding: 8px;
  }

  body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-category__title,
  body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.tax-product_cat .woocommerce ul.products li.product h3,
  body.tax-product_cat .woocommerce-loop-product__short-description,
  body.tax-product_cat .ffehbo-loop-stock,
  body.tax-product_cat .woocommerce ul.products li.product .price {
    grid-column: 2;
  }

  body.tax-product_cat .woocommerce ul.products li.product .button,
  body.tax-product_cat .woocommerce ul.products li.product a.button,
  body.tax-product_cat.woocommerce-page ul.products li.product .button {
    position: static;
    grid-column: 2;
    width: 100%;
    margin-top: 8px;
  }
}

/* ========================================
   PRODUCTCATEGORIE: MODERNE ARCHIEFKAARTEN
======================================== */
.woocommerce.archive ul.products,
.woocommerce-page.archive ul.products,
.woocommerce.tax-product_cat ul.products,
.woocommerce-page.tax-product_cat ul.products {
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
}

.woocommerce.archive ul.products li.product,
.woocommerce-page.archive ul.products li.product,
.woocommerce.tax-product_cat ul.products li.product,
.woocommerce-page.tax-product_cat ul.products li.product {
  position: relative;
  min-height: 100%;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(25, 13, 57, 0.07);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #fbfcff 100%);
  box-shadow: 0 18px 45px rgba(25, 13, 57, 0.08);
  overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.woocommerce.archive ul.products li.product:hover,
.woocommerce-page.archive ul.products li.product:hover,
.woocommerce.tax-product_cat ul.products li.product:hover,
.woocommerce-page.tax-product_cat ul.products li.product:hover {
  transform: translateY(-3px);
  border-color: var(--cmsmasters-colors-primary);
  background: #fff;
  box-shadow: 0 16px 40px rgba(25, 13, 57, 0.10);
}

.woocommerce.archive ul.products li.product > a,
.woocommerce-page.archive ul.products li.product > a,
.woocommerce.tax-product_cat ul.products li.product > a,
.woocommerce-page.tax-product_cat ul.products li.product > a {
  gap: 0;
}

.woocommerce.archive ul.products li.product a img,
.woocommerce-page.archive ul.products li.product a img,
.woocommerce.tax-product_cat ul.products li.product a img,
.woocommerce-page.tax-product_cat ul.products li.product a img {
  width: 100%;
  height: clamp(150px, 18vw, 220px);
  object-fit: contain;
  padding: 14px;
  margin: 0 0 18px;
  border-radius: 18px;
  background: #fff;
  transition: none;
}

.woocommerce.archive ul.products li.product:hover a img,
.woocommerce-page.archive ul.products li.product:hover a img,
.woocommerce.tax-product_cat ul.products li.product:hover a img,
.woocommerce-page.tax-product_cat ul.products li.product:hover a img {
  transform: none;
}

.woocommerce.archive ul.products li.product .woocommerce-loop-category__title,
.woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page.archive ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page.archive ul.products li.product .woocommerce-loop-product__title,
.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-category__title,
.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page.tax-product_cat ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  height: auto;
  min-height: 48px;
  margin: 0 0 14px;
}

.woocommerce.archive ul.products li.product .ffehbo-loop-description,
.woocommerce-page.archive ul.products li.product .ffehbo-loop-description,
.woocommerce.tax-product_cat ul.products li.product .ffehbo-loop-description,
.woocommerce-page.tax-product_cat ul.products li.product .ffehbo-loop-description {
  display: -webkit-box;
  height: auto;
  min-height: 58px;
  margin: 0 0 12px;
  color: #7c88a6;
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.woocommerce.archive ul.products li.product .price,
.woocommerce-page.archive ul.products li.product .price,
.woocommerce.tax-product_cat ul.products li.product .price,
.woocommerce-page.tax-product_cat ul.products li.product .price {
  margin: 0 0 10px;
  min-height: auto;
  padding: 0;
  color: #071141;
  text-align: left;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
}

.woocommerce.archive ul.products li.product .price del,
.woocommerce-page.archive ul.products li.product .price del,
.woocommerce.tax-product_cat ul.products li.product .price del,
.woocommerce-page.tax-product_cat ul.products li.product .price del {
  display: block;
  margin: 0 0 4px;
  color: #97a0b7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.woocommerce.archive ul.products li.product .price ins,
.woocommerce-page.archive ul.products li.product .price ins,
.woocommerce.tax-product_cat ul.products li.product .price ins,
.woocommerce-page.tax-product_cat ul.products li.product .price ins {
  color: #071141;
  font-size: inherit;
  text-decoration: none;
}

.woocommerce.archive ul.products li.product small.woocommerce-price-suffix,
.woocommerce-page.archive ul.products li.product small.woocommerce-price-suffix,
.woocommerce.tax-product_cat ul.products li.product small.woocommerce-price-suffix,
.woocommerce-page.tax-product_cat ul.products li.product small.woocommerce-price-suffix {
  margin: 2px 0 0;
  color: #071141;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.woocommerce.archive ul.products li.product .ffehbo-loop-stock,
.woocommerce-page.archive ul.products li.product .ffehbo-loop-stock,
.woocommerce.tax-product_cat ul.products li.product .ffehbo-loop-stock,
.woocommerce-page.tax-product_cat ul.products li.product .ffehbo-loop-stock {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: auto;
  color: #07864d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.woocommerce.archive ul.products li.product .ffehbo-loop-stock::before,
.woocommerce-page.archive ul.products li.product .ffehbo-loop-stock::before,
.woocommerce.tax-product_cat ul.products li.product .ffehbo-loop-stock::before,
.woocommerce-page.tax-product_cat ul.products li.product .ffehbo-loop-stock::before {
  content: "✓";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

.woocommerce.archive ul.products li.product .ffehbo-loop-stock--out-of-stock,
.woocommerce-page.archive ul.products li.product .ffehbo-loop-stock--out-of-stock,
.woocommerce.tax-product_cat ul.products li.product .ffehbo-loop-stock--out-of-stock,
.woocommerce-page.tax-product_cat ul.products li.product .ffehbo-loop-stock--out-of-stock {
  color: #de3730;
}

.woocommerce.archive ul.products li.product .ffehbo-loop-stock--out-of-stock::before,
.woocommerce-page.archive ul.products li.product .ffehbo-loop-stock--out-of-stock::before,
.woocommerce.tax-product_cat ul.products li.product .ffehbo-loop-stock--out-of-stock::before,
.woocommerce-page.tax-product_cat ul.products li.product .ffehbo-loop-stock--out-of-stock::before {
  content: "!";
}

.woocommerce.archive ul.products li.product .ffehbo-sale-pill,
.woocommerce-page.archive ul.products li.product .ffehbo-sale-pill,
.woocommerce.tax-product_cat ul.products li.product .ffehbo-sale-pill,
.woocommerce-page.tax-product_cat ul.products li.product .ffehbo-sale-pill,
.ffehbo-shop-archive ul.products li.product .ffehbo-sale-pill,
.woocommerce.archive ul.products li.product span.onsale,
.woocommerce-page.archive ul.products li.product span.onsale,
.woocommerce.tax-product_cat ul.products li.product span.onsale,
.woocommerce-page.tax-product_cat ul.products li.product span.onsale,
.ffehbo-shop-archive ul.products li.product span.onsale {
  position: absolute !important;
  top: clamp(22px, 2vw, 30px) !important;
  left: clamp(22px, 2vw, 30px) !important;
  right: auto !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d94b5c !important;
  color: #fff !important;
  font-family: var(--cmsmasters-text-font-family) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

@media (min-width: 1024px) {
  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .woocommerce.tax-product_cat ul.products,
  .woocommerce-page.tax-product_cat ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .woocommerce.tax-product_cat ul.products,
  .woocommerce-page.tax-product_cat ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce.archive ul.products li.product .ffehbo-loop-description,
  .woocommerce-page.archive ul.products li.product .ffehbo-loop-description,
  .woocommerce.tax-product_cat ul.products li.product .ffehbo-loop-description,
  .woocommerce-page.tax-product_cat ul.products li.product .ffehbo-loop-description {
    display: -webkit-box;
  }
}

/* Productcategorie body-class overrides voor WooCommerce archiefpagina's. */
body.tax-product_cat .woocommerce ul.products,
body.post-type-archive-product .woocommerce ul.products {
  gap: clamp(18px, 2.4vw, 30px);
}

body.tax-product_cat .woocommerce ul.products li.product,
body.post-type-archive-product .woocommerce ul.products li.product {
  padding: clamp(16px, 2vw, 24px);
  border-color: rgba(25, 13, 57, 0.07);
  background: #fff;
  box-shadow: 0 18px 45px rgba(25, 13, 57, 0.08);
}

body.tax-product_cat .woocommerce ul.products li.product a img,
body.post-type-archive-product .woocommerce ul.products li.product a img {
  height: clamp(150px, 18vw, 220px);
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
}
/* Subtle product card hover: no colored overlay, no image zoom. */
.ffehbo-product-card,
body.tax-product_cat .woocommerce ul.products li.product,
body.post-type-archive-product .woocommerce ul.products li.product,
.ffehbo-shop-archive ul.products li.product {
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.ffehbo-product-card:hover,
.ffehbo-product-card:focus-within,
body.tax-product_cat .woocommerce ul.products li.product:hover,
body.tax-product_cat .woocommerce ul.products li.product:focus-within,
body.post-type-archive-product .woocommerce ul.products li.product:hover,
body.post-type-archive-product .woocommerce ul.products li.product:focus-within,
.ffehbo-shop-archive ul.products li.product:hover,
.ffehbo-shop-archive ul.products li.product:focus-within {
  border-color: var(--cmsmasters-colors-primary) !important;
  background: #fff !important;
  box-shadow: 0 16px 40px rgba(25, 13, 57, 0.10) !important;
  transform: translateY(-3px);
}

.ffehbo-product-card::before,
.ffehbo-product-card::after,
body.tax-product_cat .woocommerce ul.products li.product::before,
body.tax-product_cat .woocommerce ul.products li.product::after,
body.post-type-archive-product .woocommerce ul.products li.product::before,
body.post-type-archive-product .woocommerce ul.products li.product::after,
.ffehbo-shop-archive ul.products li.product::before,
.ffehbo-shop-archive ul.products li.product::after {
  content: none !important;
  display: none !important;
}

.ffehbo-product-card:hover img,
body.tax-product_cat .woocommerce ul.products li.product:hover a img,
body.post-type-archive-product .woocommerce ul.products li.product:hover a img,
.ffehbo-shop-archive ul.products li.product:hover a img {
  transform: none !important;
}


body.tax-product_cat .woocommerce ul.products li.product .price,
body.post-type-archive-product .woocommerce ul.products li.product .price {
  color: #071141;
  text-align: left;
  font-size: 22px;
  font-weight: 900;
}

body.tax-product_cat .woocommerce ul.products li.product .ffehbo-loop-stock,
body.post-type-archive-product .woocommerce ul.products li.product .ffehbo-loop-stock {
  color: #07864d;
  font-weight: 800;
}

@media (min-width: 1024px) {
  body.tax-product_cat .woocommerce ul.products,
  body.post-type-archive-product .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Productcategorie cleanup: geen lege header, geen dubbele kaartteksten, zichtbare winkelwagenknop en rustigere productafbeeldingen. */
body.tax-product_cat .woocommerce-products-header:empty,
body.tax-product_cat .woocommerce-products-header:not(:has(*)) {
  display: none;
}

body.tax-product_cat .woocommerce-products-header {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.tax-product_cat .woocommerce-products-header .term-description,
body.tax-product_cat .woocommerce-products-header__title.page-title {
  display: none;
}

body.tax-product_cat .ffehbo-category-intro .woocommerce-products-header__title.page-title,
body.post-type-archive-product .ffehbo-category-intro .woocommerce-products-header__title.page-title {
  display: block;
}

body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__short-description:not(.ffehbo-loop-description),
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__short-description:not(.ffehbo-loop-description),
body.tax-product_cat .woocommerce ul.products li.product .product-description,
body.post-type-archive-product .woocommerce ul.products li.product .product-description,
body.tax-product_cat .woocommerce ul.products li.product .cmsmasters-product-description,
body.post-type-archive-product .woocommerce ul.products li.product .cmsmasters-product-description,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-product-details__short-description,
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-product-details__short-description {
  display: none !important;
}

body.tax-product_cat .woocommerce ul.products li.product a img,
body.post-type-archive-product .woocommerce ul.products li.product a img {
  width: 100%;
  height: clamp(168px, 18vw, 226px);
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(5, 11, 63, 0.055);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 42%, rgba(242, 247, 253, 0.9) 0%, rgba(255, 255, 255, 0.98) 62%, #ffffff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.86), 0 12px 30px rgba(5, 11, 63, 0.045);
  object-fit: contain;
}

body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product a.button,
body.post-type-archive-product .woocommerce ul.products li.product .button,
body.post-type-archive-product .woocommerce ul.products li.product a.button {
  position: static;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  margin-top: 14px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ffehbo-gold) 0%, #ffc357 100%);
  color: var(--ffehbo-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  box-shadow: 0 12px 24px rgba(244, 184, 63, 0.28);
}

body.tax-product_cat .woocommerce ul.products li.product .button::before,
body.post-type-archive-product .woocommerce ul.products li.product .button::before {
  content: "";
  -webkit-mask: var(--ffehbo-cart-icon-svg) center / contain no-repeat;
  mask: var(--ffehbo-cart-icon-svg) center / contain no-repeat;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

/* ========================================
   FF EHBO MODERNE PRODUCTCATEGORIEPAGINA
======================================== */

.ffehbo-shop-shell {
  display: grid;
  grid-template-columns: minmax(230px, 290px) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 28px);
  max-width: 1280px;
  margin: 0 auto;
}

.ffehbo-shop-shell--root {
  grid-template-columns: minmax(0, 1fr);
}

.ffehbo-sidebar-card,
.ffehbo-sidebar-help,
.ffehbo-sidebar-widget,
.ffehbo-category-intro,
.ffehbo-shop-archive ul.products li.product {
  border: 1px solid rgba(25, 13, 57, 0.07) !important;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 18px 45px rgba(25, 13, 57, 0.08) !important;
}

.ffehbo-sidebar-card,
.ffehbo-sidebar-help,
.ffehbo-sidebar-widget { padding: clamp(20px, 2vw, 28px); }
.ffehbo-sidebar-card h2 { margin: 0 0 20px; }
.ffehbo-category-nav ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ffehbo-category-nav a { display: flex; justify-content: space-between; gap: 12px; padding: 14px 16px; border-radius: 6px; color: var(--cmsmasters-colors-secondary); font-weight: 700; text-decoration: none; }
.ffehbo-category-nav a:hover,
.ffehbo-category-nav a:focus-visible,
.ffehbo-category-nav a.is-current { background: linear-gradient(90deg, rgba(252, 218, 152, 0.75), rgba(252, 218, 152, 0.2)); color: #ea8a00; outline: none; }
.ffehbo-sidebar-help { display: flex; gap: 14px; margin-top: 18px; }
.ffehbo-sidebar-help__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(252, 218, 152, 0.45); color: #f5a400; }
.ffehbo-sidebar-help strong { display: block; margin-bottom: 6px; }
.ffehbo-sidebar-help p { margin: 0 0 14px; color: var(--cmsmasters-colors-text); font-size: 14px; }
.ffehbo-sidebar-help a { display: inline-flex; gap: 12px; align-items: center; padding: 11px 15px; border: 1px solid rgba(245, 164, 0, 0.35); border-radius: 999px; color: #ea8a00; font-weight: 800; text-decoration: none; }
.ffehbo-sidebar-widget-area { display: grid; gap: 18px; margin-top: 18px; }
.ffehbo-sidebar-widget { overflow: hidden; }
.ffehbo-sidebar-widget > :first-child { margin-top: 0; }
.ffehbo-sidebar-widget > :last-child { margin-bottom: 0; }
.ffehbo-sidebar-widget__title { margin: 0 0 16px; }
.ffehbo-sidebar-widget .textwidget > :first-child { margin-top: 0; }
.ffehbo-sidebar-widget .textwidget > :last-child { margin-bottom: 0; }
.ffehbo-sidebar-widget img,
.ffehbo-sidebar-widget iframe { max-width: 100%; }


.ffehbo-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(25, 13, 57, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.ffehbo-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
}
.ffehbo-breadcrumb__item:not(:last-child)::after {
  content: "›";
  color: rgba(25, 13, 57, 0.36);
  font-size: 16px;
  line-height: 1;
}
.ffehbo-breadcrumb__link,
.ffehbo-breadcrumb__current {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
span.ffehbo-breadcrumb__current {
    font-weight: 700;
}
.ffehbo-breadcrumb__link:hover,
.ffehbo-breadcrumb__link:focus-visible {
  color: #ea8a00;
  outline: none;
}
.ffehbo-breadcrumb__home-icon {
  width: 14px;
  height: 14px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M2.25 7.05 8 2.3l5.75 4.75v6.2a.75.75 0 0 1-.75.75H9.75a.75.75 0 0 1-.75-.75V10H7v3.25a.75.75 0 0 1-.75.75H3a.75.75 0 0 1-.75-.75v-6.2Zm1.5.7v4.75H5.5V9.25A.75.75 0 0 1 6.25 8.5h3.5a.75.75 0 0 1 .75.75v3.25h1.75V7.75L8 4.24 3.75 7.75Z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M2.25 7.05 8 2.3l5.75 4.75v6.2a.75.75 0 0 1-.75.75H9.75a.75.75 0 0 1-.75-.75V10H7v3.25a.75.75 0 0 1-.75.75H3a.75.75 0 0 1-.75-.75v-6.2Zm1.5.7v4.75H5.5V9.25A.75.75 0 0 1 6.25 8.5h3.5a.75.75 0 0 1 .75.75v3.25h1.75V7.75L8 4.24 3.75 7.75Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.ffehbo-breadcrumb__label,
.ffehbo-breadcrumb__current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ffehbo-shop-archive ul.products li.product .star-rating {
  margin: 0 0 12px !important;
  color: #f5a400;
}
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-stock {
  margin: 0 0 14px !important;
}

.ffehbo-category-intro { display: grid; grid-template-columns: 104px minmax(220px, 1fr) minmax(360px, 1.45fr); gap: clamp(20px, 3vw, 34px); align-items: center; margin-bottom: 18px; }
.ffehbo-category-intro__icon { display: grid; place-items: center; width: 104px; height: 104px; border-radius: 20px; background: linear-gradient(135deg, rgba(252, 218, 152, 0.42), rgba(255, 255, 255, 0.85)); color: #f5a400; font-size: 48px; }
.ffehbo-category-intro__icon img { max-width: 76px; max-height: 76px; object-fit: contain; }
.ffehbo-category-intro h1 { margin: 0 0 10px !important; }
.ffehbo-category-intro p,
.ffehbo-category-intro .term-description { margin: 0; color: var(--cmsmasters-colors-secondary); font-size: clamp(15px, 1.2vw, 17px); line-height: 1.7; }
.ffehbo-category-usps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ffehbo-category-usps > div { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; padding-left: 18px; border-left: 1px solid rgba(25, 13, 57, 0.08); }
.ffehbo-category-usps span { grid-row: 1 / 3; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(252, 218, 152, 0.45); color: var(--cmsmasters-colors-secondary); font-size: 24px; }
.ffehbo-category-usps strong { font-size: 13px; }
.ffehbo-category-usps p { margin-top: 4px; color: var(--cmsmasters-colors-text); font-size: 13px; line-height: 1.55; }

.ffehbo-archive-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 16px; }

body.tax-product_cat .ffehbo-archive-toolbar,
body.post-type-archive-product .ffehbo-archive-toolbar {
    margin-top: 30px;
    font-size: 13px;
    border-top: 1px solid var(--e-global-color-border);
    padding-top: 10px;
}

.woocommerce .woocommerce-result-count {
    font-size: 13px !important;
    color: var(--e-global-color-tertiary);
}
.ffehbo-shop-archive ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: clamp(18px, 1.7vw, 26px) !important; margin: 0 0 28px !important; padding: 0 !important; }
.ffehbo-shop-archive ul.products li.product { display: flex !important; flex-direction: column; min-height: 100%; padding: clamp(16px, 1.5vw, 22px) !important; border-radius: 20px !important; }
.ffehbo-shop-archive ul.products li.product a img { object-fit: cover !important; }
.ffehbo-shop-archive ul.products li.product .woocommerce-loop-product__title { min-height: 0 !important; margin: 0 0 10px !important; }
.ffehbo-shop-archive .ffehbo-loop-description { display: block !important; min-height: 76px !important; margin: 0 0 18px !important; color: #3f4563 !important; font-size: 15px !important; line-height: 1.55 !important; -webkit-line-clamp: unset !important; }
.ffehbo-loop-card__footer { display: grid; grid-template-columns: 1fr; margin-top: auto; text-align: right; }
.ffehbo-shop-archive ul.products li.product .price { margin: 0 !important; color: #070812 !important; font-size: clamp(22px, 1.65vw, 26px) !important; font-weight: 900 !important; text-align: right !important; }
.ffehbo-shop-archive ul.products li.product .price .woocommerce-price-from { font-size: 14px !important; line-height: 1.2 !important; }
.ffehbo-shop-archive ul.products li.product .price del { 
   display: inline-block !important;
    margin-right: 12px !important;
    font-size: 14px !important;
    position: relative;
    color: var(--e-global-color-tertiary) !important;
    text-decoration: none;
    opacity: 1; 
}
.ffehbo-shop-archive ul.products li.product .price del:after {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    top: 50%;
    height: 2px;
    background: #d93025;
    transform: rotate(-10deg);
    transform-origin: center;
    border-radius: 999px;
}
.ffehbo-shop-archive ul.products li.product .button { position: static !important; width: 100% !important; min-height: 52px !important; margin-top: 10px !important; border-radius: 9px !important; background: linear-gradient(135deg, #ffe5a7, #ffd06f) !important; color: var(--cmsmasters-colors-secondary) !important; font-size: 16px !important; font-weight: 900 !important; box-shadow: none !important; }
.ffehbo-shop-archive ul.products li.product .button::before,
.ffehbo-shop-archive ul.products li.product .button:before,
.ffehbo-shop-archive ul.products li.product a.button::before,
.ffehbo-shop-archive ul.products li.product a.button:before,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button::before,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button:before {
  position: static !important;
  display: inline-block !important;
  flex: 0 0 auto;
  content: "";
  margin-right: 8px;
  background: transparent !important;
  color: currentColor !important;
  -webkit-mask: var(--ffehbo-cart-icon-svg) center / contain no-repeat;
  mask: var(--ffehbo-cart-icon-svg) center / contain no-repeat;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  opacity: 1 !important;
  speak: none;
  text-transform: none;
  transform: none !important;
}

.ffehbo-shop-archive ul.products li.product .button::after,
.ffehbo-shop-archive ul.products li.product .button:after,
.ffehbo-shop-archive ul.products li.product a.button::after,
.ffehbo-shop-archive ul.products li.product a.button:after,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button::after,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button:after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
}

@media (max-width: 1280px) {
  .ffehbo-category-intro { grid-template-columns: 90px 1fr; }
  .ffehbo-category-usps { grid-column: 1 / -1; }
  .ffehbo-shop-archive ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 1023px) {
  .ffehbo-shop-shell { grid-template-columns: 1fr; }
  .ffehbo-shop-sidebar { order: 2; }
  .ffehbo-category-nav ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ffehbo-shop-archive ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 767px) {
  .ffehbo-shop-archive { padding: 18px 14px 34px; }
  .ffehbo-category-intro { grid-template-columns: 1fr; text-align: left; }
  .ffehbo-category-intro__icon { width: 76px; height: 76px; font-size: 34px; }
  .ffehbo-category-usps { grid-template-columns: 1fr; }
  .ffehbo-category-usps > div { padding-left: 0; border-left: 0; }
  .ffehbo-archive-toolbar { grid-template-columns: 1fr; }
  .ffehbo-category-nav ul,
  .ffehbo-shop-archive ul.products { grid-template-columns: 1fr !important; }
  .ffehbo-shop-archive ul.products li.product { display: flex !important; }
  .ffehbo-shop-archive ul.products li.product a img { height: 190px !important; }
  .ffehbo-shop-archive .ffehbo-loop-description { min-height: 0 !important; }
}

/* FF EHBO categoriepagina verfijningen na visuele controle staging. */
.ffehbo-shop-archive .ffehbo-sidebar-help,
.ffehbo-shop-archive .ffehbo-category-usps {
  display: none !important;
}

.ffehbo-shop-archive .ffehbo-category-intro {
  grid-template-columns: 150px minmax(0, 1fr) !important;
  min-height: 190px;
}

.ffehbo-shop-archive .ffehbo-category-intro__text {
  width: 100%;
  max-width: none;
}

.ffehbo-shop-archive .ffehbo-category-intro .ffehbo-shop-breadcrumbs {
  max-width: 100%;
  margin: 0 0 10px;
}

.ffehbo-shop-archive ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ffehbo-shop-archive ul.products li.product .button,
.ffehbo-shop-archive ul.products li.product a.button,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  text-indent: 0 !important;
  overflow: visible !important;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .ffehbo-shop-archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .ffehbo-shop-archive .ffehbo-category-intro {
    grid-template-columns: 1fr !important;
    min-height: 0;
  }

  .ffehbo-shop-archive ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* Productkaart-interactie: alleen expliciete CTA's zijn klikbaar in de custom archive-layout. */
.ffehbo-shop-archive ul.products li.product.ffehbo-loop-card {
  cursor: default !important;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__media img {
  display: block;
  width: 100% !important;
  height: clamp(170px, 15vw, 245px) !important;
  margin: 0 0 18px !important;
  padding: 12px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: none !important;
  object-fit: contain !important;
  transition: none !important;
  transform: none !important;
}

.ffehbo-shop-archive ul.products li.product:hover .ffehbo-loop-card__media img {
  transform: none !important;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  padding: 0 18px;
  border: 1px solid rgba(25, 13, 57, 0.45);
  border-radius: 9px;
  background: #fff;
  color: var(--cmsmasters-colors-secondary) !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button:hover,
.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button:focus-visible {
  border-color: #f5a400;
  color: #ea8a00 !important;
  outline: none;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button::before {
  content: none !important;
}

@media (max-width: 767px) {
  .ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__media img {
    height: 190px !important;
  }
}


.ffehbo-shop-archive ul.products li.product .button,
.ffehbo-shop-archive ul.products li.product a.button,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button,
body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product a.button,
body.post-type-archive-product .woocommerce ul.products li.product .button,
body.post-type-archive-product .woocommerce ul.products li.product a.button {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  margin-top: 24px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #ffe5a7, #ffd06f) !important;
  color: var(--cmsmasters-colors-secondary) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: none !important;
}

.ffehbo-shop-archive ul.products li.product .button::before,
.ffehbo-shop-archive ul.products li.product .button:before,
.ffehbo-shop-archive ul.products li.product a.button::before,
.ffehbo-shop-archive ul.products li.product a.button:before,
body.tax-product_cat .woocommerce ul.products li.product .button::before,
body.tax-product_cat .woocommerce ul.products li.product .button:before,
body.tax-product_cat .woocommerce ul.products li.product a.button::before,
body.tax-product_cat .woocommerce ul.products li.product a.button:before,
body.post-type-archive-product .woocommerce ul.products li.product .button::before,
body.post-type-archive-product .woocommerce ul.products li.product .button:before,
body.post-type-archive-product .woocommerce ul.products li.product a.button::before,
body.post-type-archive-product .woocommerce ul.products li.product a.button:before {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  color: currentColor !important;
  content: "" !important;
  -webkit-mask: var(--ffehbo-cart-icon-svg) center / contain no-repeat;
  mask: var(--ffehbo-cart-icon-svg) center / contain no-repeat;
  font-size: 18px !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: 1 !important;
  speak: none;
  text-transform: none !important;
  transform: none !important;
}

.ffehbo-shop-archive ul.products li.product .button::after,
.ffehbo-shop-archive ul.products li.product .button:after,
.ffehbo-shop-archive ul.products li.product a.button::after,
.ffehbo-shop-archive ul.products li.product a.button:after,
body.tax-product_cat .woocommerce ul.products li.product .button::after,
body.tax-product_cat .woocommerce ul.products li.product .button:after,
body.tax-product_cat .woocommerce ul.products li.product a.button::after,
body.tax-product_cat .woocommerce ul.products li.product a.button:after,
body.post-type-archive-product .woocommerce ul.products li.product .button::after,
body.post-type-archive-product .woocommerce ul.products li.product .button:after,
body.post-type-archive-product .woocommerce ul.products li.product a.button::after,
body.post-type-archive-product .woocommerce ul.products li.product a.button:after {
  content: none !important;
  display: none !important;
}

/* FF EHBO archive refinement: compact category navigation, intro card and toolbar.
   Shared sidebar component rule: .ffehbo-sidebar-card and its descendants are styled once here for both /winkel/ and /product-category/ archives. */

.ffehbo-shop-archive .ffehbo-sidebar-card,
.ffehbo-shop-archive .ffehbo-category-intro {
  border: 1px solid rgba(25, 13, 57, 0.075) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: var(--ffehbo-soft-shadow) !important;
}

.ffehbo-shop-archive .ffehbo-sidebar-card {
  padding: 18px !important;
}

.ffehbo-shop-archive .ffehbo-sidebar-card h2 {
  position: relative;
  margin: 0 0 14px !important;
  padding-bottom: 12px;}

.ffehbo-shop-archive .ffehbo-sidebar-card h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--e-global-color-primary);}

.ffehbo-shop-archive .ffehbo-category-nav ul {
  display: grid;
  gap: 6px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ffehbo-shop-archive .ffehbo-category-nav li + li {
  border-top: 0;
}

.ffehbo-shop-archive .ffehbo-category-nav a {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 10px 12px 10px 14px;
  border: 0;
  border-radius: 12px;
  color: var(--cmsmasters-colors-secondary);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.ffehbo-shop-archive .ffehbo-category-nav a::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: transparent;
}

.ffehbo-category-nav__icon,
.ffehbo-category-intro__icon {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.ffehbo-category-nav__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--ffehbo-sand);
}

.ffehbo-category-nav__icon img,
.ffehbo-category-nav__icon .ffehbo-category-icon__fallback svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.ffehbo-category-icon__fallback svg {
  fill: #000;
}

.ffehbo-category-nav__chevron {
  color: rgba(25, 13, 57, 0.38);
  font-size: 20px;
  line-height: 1;
}

.ffehbo-shop-archive .ffehbo-category-nav a:hover,
.ffehbo-shop-archive .ffehbo-category-nav a:focus-visible {
  transform: translateX(1px);
  background: var(--e-global-color-accent);
  color: var(--cmsmasters-colors-secondary);
  outline: none;
  box-shadow: none;
}

.ffehbo-shop-archive .ffehbo-category-nav a.is-current {
  background: transparent;
  color: var(--cmsmasters-colors-secondary);
}

.ffehbo-shop-archive .ffehbo-category-intro {
  grid-template-columns: 200px minmax(0, 1fr) !important;
  align-items: center;
  min-height: 0 !important;
  margin-bottom: 16px;
}

.ffehbo-shop-archive .ffehbo-category-intro__icon {
  width: 200px;
  height: 150px;
  border-radius: 18px;
    font-size: 0;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 18% 12%, rgba(255, 218, 148, 0.32), transparent 34%), radial-gradient(circle at 85% 82%, rgba(154, 196, 235, 0.36), transparent 38%), linear-gradient(135deg, #fff9ef 0%, #fbfbf8 36%, #eef9f9 68%, #dfeafa 100%);
    box-shadow: 0 22px 42px rgba(7, 18, 60, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.ffehbo-category-intro__icon:before {
    content: "";
    position: absolute;
    width: 78%;
    height: 78%;
    right: -20%;
    top: -18%;
    background: rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}
.ffehbo-category-intro__icon:after {
    content: "";
    position: absolute;
    left: -12%;
    right: -12%;
    bottom: -20%;
    height: 48%;
    background: radial-gradient(ellipse at 65% 0%, rgba(180, 217, 244, 0.34) 0%, rgba(180, 217, 244, 0.18) 42%, transparent 72%);
    border-radius: 50% 50% 0 0;
    pointer-events: none;
}

.ffehbo-shop-archive .ffehbo-category-intro__icon img,
.ffehbo-shop-archive .ffehbo-category-intro__icon .ffehbo-category-icon__fallback svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ffehbo-shop-archive .ffehbo-category-intro h1 {
  margin-bottom: 8px !important;}

.ffehbo-shop-archive .ffehbo-category-intro p,
.ffehbo-shop-archive .ffehbo-category-intro .term-description {
  max-width: 100%;
  color: #4d5673;
  font-size: 15px;
  line-height: 1.55;
}

/* Keep the custom category intro title visible after hiding WooCommerce's default header title. */
.ffehbo-shop-archive .ffehbo-category-intro .woocommerce-products-header__title.page-title {
  display: block !important;
}

/* Let the category image panel bleed to the left edge of the archive header card. */
.ffehbo-shop-archive .ffehbo-category-intro {
  overflow: hidden;
  padding-left: 0 !important;
}

.ffehbo-shop-archive .ffehbo-category-intro__icon {
  align-self: stretch;
  width: 200px;
  height: auto;
  min-height: 150px;
  border-radius: 0;
}

.ffehbo-shop-archive .ffehbo-category-intro__text {
  padding-left: clamp(2px, 0.6vw, 8px);
}


.ffehbo-shop-archive ul.products {
  gap: clamp(14px, 1.5vw, 22px) !important;
}

.ffehbo-shop-archive ul.products li.product {
  padding: clamp(14px, 1.3vw, 18px) !important;
  border-radius: 18px !important;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__media img {
  height: clamp(150px, 14vw, 210px) !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
  border-radius: 14px !important;
}

.ffehbo-shop-archive .ffehbo-loop-description {
  min-height: 48px !important;
  margin-bottom: 12px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-stock-pill {
  margin-bottom: 14px;
}

.ffehbo-shop-archive ul.products li.product .button,
.ffehbo-shop-archive ul.products li.product a.button,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button {
  min-height: 46px !important;
  margin-top: 16px !important;
  border-radius: 10px !important;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button {
  min-height: 44px;
  margin-top: 10px;
  border-radius: 10px;
}


@media (max-width: 1023px) {
  .ffehbo-shop-archive .ffehbo-category-nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ffehbo-shop-archive .ffehbo-category-nav li + li {
    border-top: 0;
  }

  .ffehbo-shop-archive .ffehbo-category-nav li:nth-child(n+3) {
    border-top: 0;
  }

  .ffehbo-shop-archive .ffehbo-category-nav li:nth-child(even) {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .ffehbo-shop-archive .ffehbo-category-intro {
    grid-template-columns: 200px minmax(0, 1fr) !important;
    gap: 14px;
    padding: 16px !important;
  }

  .ffehbo-shop-archive .ffehbo-category-intro__icon {
    width: 200px;
    height: 150px;
    border-radius: 16px;
  }
  .ffehbo-shop-archive .ffehbo-category-nav ul {
    grid-template-columns: 1fr;
  }

  .ffehbo-shop-archive .ffehbo-category-nav li:nth-child(n),
  .ffehbo-shop-archive .ffehbo-category-nav li:nth-child(even) {
    border-left: 0;
  }

  .ffehbo-shop-archive .ffehbo-category-nav li + li {
    border-top: 0;
  }
}


/* FF EHBO archive: inline stock/price row, clean price-from label, CTA hover, pagination. */
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__footer {
  display: grid !important;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
  width: 100%;
  margin-top: auto;
  text-align: left;
}


.ffehbo-shop-archive ul.products li.product .price {
  justify-self: end;
  margin: 0 !important;
  text-align: right !important;
}

.ffehbo-shop-archive ul.products li.product .button,
.ffehbo-shop-archive ul.products li.product a.button,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button,
body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product a.button,
body.post-type-archive-product .woocommerce ul.products li.product .button,
body.post-type-archive-product .woocommerce ul.products li.product a.button {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.ffehbo-shop-archive ul.products li.product .button:hover,
.ffehbo-shop-archive ul.products li.product .button:focus,
.ffehbo-shop-archive ul.products li.product .button:focus-visible,
.ffehbo-shop-archive ul.products li.product a.button:hover,
.ffehbo-shop-archive ul.products li.product a.button:focus,
.ffehbo-shop-archive ul.products li.product a.button:focus-visible,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button:hover,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button:focus,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button:focus-visible,
body.tax-product_cat .woocommerce ul.products li.product .button:hover,
body.tax-product_cat .woocommerce ul.products li.product .button:focus,
body.tax-product_cat .woocommerce ul.products li.product .button:focus-visible,
body.tax-product_cat .woocommerce ul.products li.product a.button:hover,
body.tax-product_cat .woocommerce ul.products li.product a.button:focus,
body.tax-product_cat .woocommerce ul.products li.product a.button:focus-visible,
body.post-type-archive-product .woocommerce ul.products li.product .button:hover,
body.post-type-archive-product .woocommerce ul.products li.product .button:focus,
body.post-type-archive-product .woocommerce ul.products li.product .button:focus-visible,
body.post-type-archive-product .woocommerce ul.products li.product a.button:hover,
body.post-type-archive-product .woocommerce ul.products li.product a.button:focus,
body.post-type-archive-product .woocommerce ul.products li.product a.button:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.ffehbo-shop-archive .woocommerce-pagination,
.woocommerce.archive nav.woocommerce-pagination,
.woocommerce-page.archive nav.woocommerce-pagination,
.woocommerce.tax-product_cat nav.woocommerce-pagination,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin: clamp(26px, 4vw, 46px) 0 0;
}

.ffehbo-shop-archive .woocommerce-pagination ul.page-numbers,
.woocommerce.archive nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page.archive nav.woocommerce-pagination ul.page-numbers,
.woocommerce.tax-product_cat nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid rgba(25, 13, 57, 0.08) !important;
  border-radius: 999px;
  background: #fff;
  height: 55px;
  box-shadow: none;
}

.ffehbo-shop-archive .woocommerce-pagination ul.page-numbers li,
.woocommerce.archive nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-page.archive nav.woocommerce-pagination ul.page-numbers li,
.woocommerce.tax-product_cat nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination ul.page-numbers li {
  margin: 0 !important;
  border: 0 !important;
}

.ffehbo-shop-archive .woocommerce-pagination .page-numbers,
.woocommerce.archive nav.woocommerce-pagination .page-numbers,
.woocommerce-page.archive nav.woocommerce-pagination .page-numbers,
.woocommerce.tax-product_cat nav.woocommerce-pagination .page-numbers,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination .page-numbers {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 999px;
  background: transparent;
  color: var(--cmsmasters-colors-secondary);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.ffehbo-shop-archive .woocommerce-pagination .page-numbers.current,
.ffehbo-shop-archive .woocommerce-pagination a.page-numbers:hover,
.ffehbo-shop-archive .woocommerce-pagination a.page-numbers:focus-visible,
.woocommerce.archive nav.woocommerce-pagination .page-numbers.current,
.woocommerce.archive nav.woocommerce-pagination a.page-numbers:hover,
.woocommerce.archive nav.woocommerce-pagination a.page-numbers:focus-visible,
.woocommerce-page.archive nav.woocommerce-pagination .page-numbers.current,
.woocommerce-page.archive nav.woocommerce-pagination a.page-numbers:hover,
.woocommerce-page.archive nav.woocommerce-pagination a.page-numbers:focus-visible,
.woocommerce.tax-product_cat nav.woocommerce-pagination .page-numbers.current,
.woocommerce.tax-product_cat nav.woocommerce-pagination a.page-numbers:hover,
.woocommerce.tax-product_cat nav.woocommerce-pagination a.page-numbers:focus-visible,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination .page-numbers.current,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination a.page-numbers:hover,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination a.page-numbers:focus-visible {
  background: linear-gradient(135deg, #ffe5a7, #ffd06f);
  color: var(--cmsmasters-colors-secondary);
  transform: translateY(-1px);
}

.ffehbo-shop-archive .woocommerce-pagination .next,
.ffehbo-shop-archive .woocommerce-pagination .prev,
.woocommerce.archive nav.woocommerce-pagination .next,
.woocommerce.archive nav.woocommerce-pagination .prev,
.woocommerce-page.archive nav.woocommerce-pagination .next,
.woocommerce-page.archive nav.woocommerce-pagination .prev,
.woocommerce.tax-product_cat nav.woocommerce-pagination .next,
.woocommerce.tax-product_cat nav.woocommerce-pagination .prev,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination .next,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination .prev {
  min-width: 46px;
}

@media (max-width: 540px) {
  .ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__footer {
    grid-template-columns: 1fr;
  }

  .ffehbo-shop-archive ul.products li.product .price {
    justify-self: start;
    text-align: left !important;
  }

  .ffehbo-shop-archive .woocommerce-pagination ul.page-numbers,
  .woocommerce.archive nav.woocommerce-pagination ul.page-numbers,
  .woocommerce-page.archive nav.woocommerce-pagination ul.page-numbers,
  .woocommerce.tax-product_cat nav.woocommerce-pagination ul.page-numbers,
  .woocommerce-page.tax-product_cat nav.woocommerce-pagination ul.page-numbers {
    gap: 4px;
    padding: 6px !important;
  }

  .ffehbo-shop-archive .woocommerce-pagination .page-numbers,
  .woocommerce.archive nav.woocommerce-pagination .page-numbers,
  .woocommerce-page.archive nav.woocommerce-pagination .page-numbers,
  .woocommerce.tax-product_cat nav.woocommerce-pagination .page-numbers,
  .woocommerce-page.tax-product_cat nav.woocommerce-pagination .page-numbers {
    min-width: 34px;
    height: 34px;
    padding: 0 9px !important;
    font-size: 13px;
  }
}

/* FF EHBO productcategory card fixes: equal descriptions, stacked CTAs, accent hover and contained pagination. */
.ffehbo-shop-archive .ffehbo-loop-description,
body.tax-product_cat .woocommerce ul.products li.product .ffehbo-loop-description,
body.post-type-archive-product .woocommerce ul.products li.product .ffehbo-loop-description {
  display: -webkit-box !important;
  min-height: 4.35em !important;
  max-height: 4.35em !important;
  overflow: hidden !important;
  line-height: 1.45 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.ffehbo-shop-archive ul.products li.product .button,
.ffehbo-shop-archive ul.products li.product a.button,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button,
.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button,
body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product a.button,
body.post-type-archive-product .woocommerce ul.products li.product .button,
body.post-type-archive-product .woocommerce ul.products li.product a.button {
  grid-column: 1 / -1 !important;
  justify-self: stretch !important;
}

.ffehbo-shop-archive ul.products li.product .button:hover,
.ffehbo-shop-archive ul.products li.product .button:focus,
.ffehbo-shop-archive ul.products li.product .button:focus-visible,
.ffehbo-shop-archive ul.products li.product a.button:hover,
.ffehbo-shop-archive ul.products li.product a.button:focus,
.ffehbo-shop-archive ul.products li.product a.button:focus-visible,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button:hover,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button:focus,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button:focus-visible,
.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button:hover,
.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button:focus,
.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button:focus-visible,
body.tax-product_cat .woocommerce ul.products li.product .button:hover,
body.tax-product_cat .woocommerce ul.products li.product .button:focus,
body.tax-product_cat .woocommerce ul.products li.product .button:focus-visible,
body.tax-product_cat .woocommerce ul.products li.product a.button:hover,
body.tax-product_cat .woocommerce ul.products li.product a.button:focus,
body.tax-product_cat .woocommerce ul.products li.product a.button:focus-visible,
body.post-type-archive-product .woocommerce ul.products li.product .button:hover,
body.post-type-archive-product .woocommerce ul.products li.product .button:focus,
body.post-type-archive-product .woocommerce ul.products li.product .button:focus-visible,
body.post-type-archive-product .woocommerce ul.products li.product a.button:hover,
body.post-type-archive-product .woocommerce ul.products li.product a.button:focus,
body.post-type-archive-product .woocommerce ul.products li.product a.button:focus-visible {
  border-color: transparent !important;
  background: var(--e-global-color-accent) !important;
  background-color: var(--e-global-color-accent) !important;
  color: var(--cmsmasters-colors-secondary) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.ffehbo-shop-archive .woocommerce-pagination,
.woocommerce.archive nav.woocommerce-pagination,
.woocommerce-page.archive nav.woocommerce-pagination,
.woocommerce.tax-product_cat nav.woocommerce-pagination,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.ffehbo-shop-archive .woocommerce-pagination ul.page-numbers,
.woocommerce.archive nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page.archive nav.woocommerce-pagination ul.page-numbers,
.woocommerce.tax-product_cat nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page.tax-product_cat nav.woocommerce-pagination ul.page-numbers {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* FF EHBO mobile category responsiveness pass: full-width intro image and compact product cards. */
.ffehbo-shop-archive .ffehbo-category-intro__icon img,
.ffehbo-shop-archive .ffehbo-category-intro__icon .ffehbo-category-icon__fallback svg {
  object-fit: cover;
}

.ffehbo-shop-archive ul.products li.product.ffehbo-loop-card {
  gap: 0;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__media img {
  object-fit: contain !important;
}

.ffehbo-shop-archive ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 8px !important;
}

.ffehbo-shop-archive ul.products li.product .star-rating {
  margin-bottom: 8px !important;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__footer {
  row-gap: 9px;
}

.ffehbo-shop-archive ul.products li.product .button,
.ffehbo-shop-archive ul.products li.product a.button,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button,
.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button {
  width: 100% !important;
  margin-top: 0 !important;
  white-space: normal;
}

@media (max-width: 767px) {
  .ffehbo-shop-archive {
    padding: 14px 10px 32px;
  }

  .ffehbo-shop-shell {
    gap: 14px;
  }

  .ffehbo-shop-archive .ffehbo-category-intro {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    overflow: hidden;
    padding: 0 0 18px !important;
    border-radius: 20px !important;
  }

  .ffehbo-shop-archive .ffehbo-category-intro__icon {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1.08;
    border-radius: 20px 20px 0 0 !important;
    background: transparent;
  }

  .ffehbo-shop-archive .ffehbo-category-intro__icon img,
  .ffehbo-shop-archive .ffehbo-category-intro__icon .ffehbo-category-icon__fallback svg {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
  }

  .ffehbo-shop-archive .ffehbo-category-intro__text {
    padding: 22px 20px 0 !important;
  }

  .ffehbo-shop-archive .ffehbo-category-intro .ffehbo-shop-breadcrumbs {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .ffehbo-shop-archive .ffehbo-category-intro h1 {
    margin-bottom: 10px !important;
  }

  .ffehbo-shop-archive .ffehbo-category-intro p,
  .ffehbo-shop-archive .ffehbo-category-intro .term-description {
    max-width: none;
    font-size: 17px;
    line-height: 1.55;
  }

  .ffehbo-shop-archive ul.products {
    gap: 14px !important;
  }

  .ffehbo-shop-archive ul.products li.product.ffehbo-loop-card {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__media img {
    height: 180px !important;
    margin-bottom: 10px !important;
    border-radius: 13px !important;
  }

  .ffehbo-shop-archive ul.products li.product .woocommerce-loop-product__title {
    height: auto !important;
    margin-bottom: 6px !important;
  }

  .ffehbo-shop-archive .ffehbo-loop-description,
  body.tax-product_cat .woocommerce ul.products li.product .ffehbo-loop-description,
  body.post-type-archive-product .woocommerce ul.products li.product .ffehbo-loop-description {
    display: -webkit-box !important;
    min-height: 0 !important;
    max-height: 4.2em !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    -webkit-line-clamp: 3 !important;
  }

  .ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__footer {
    grid-template-columns: 1fr !important;
    row-gap: 8px !important;
  }

  .ffehbo-shop-archive ul.products li.product .ffehbo-stock-pill {
    justify-self: start;
    white-space: normal;
  }

  .ffehbo-shop-archive ul.products li.product .price {
    justify-self: start;
    margin-bottom: 2px !important;
    font-size: 21px !important;
    text-align: left !important;
  }

  .ffehbo-shop-archive ul.products li.product .button,
  .ffehbo-shop-archive ul.products li.product a.button,
  .ffehbo-shop-archive ul.products li.product .add_to_cart_button,
  .ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button,
  body.tax-product_cat .woocommerce ul.products li.product .button,
  body.tax-product_cat .woocommerce ul.products li.product a.button,
  body.tax-product_cat .woocommerce ul.products li.product .ffehbo-more-info-button {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
    width: 100% !important;
    min-height: 46px !important;
    margin-top: 0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 380px) {
  .ffehbo-shop-archive .ffehbo-category-intro__text {
    padding-inline: 16px !important;
  }
.ffehbo-shop-archive .ffehbo-category-intro p,
  .ffehbo-shop-archive .ffehbo-category-intro .term-description {
    font-size: 16px;
  }
}

/* Shop root alignment: use the same archive styling as product-category pages. */
body.post-type-archive-product .ffehbo-shop-archive .ffehbo-archive-toolbar {
  display: none !important;
}

body.post-type-archive-product .ffehbo-shop-archive .ffehbo-category-intro__icon {
  background: transparent !important;
}

body.post-type-archive-product .ffehbo-shop-archive ul.products,
body.woocommerce-shop .ffehbo-shop-archive ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.tax-product_cat .ffehbo-shop-archive ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1280px) {
  body.post-type-archive-product .ffehbo-shop-archive ul.products,
  body.woocommerce-shop .ffehbo-shop-archive ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.tax-product_cat .ffehbo-shop-archive ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1023px) {
  body.post-type-archive-product .ffehbo-shop-archive ul.products,
  body.woocommerce-shop .ffehbo-shop-archive ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.tax-product_cat .ffehbo-shop-archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.post-type-archive-product .ffehbo-shop-archive ul.products,
  body.woocommerce-shop .ffehbo-shop-archive ul.products {
    grid-template-columns: 1fr !important;
  }

  body.tax-product_cat .ffehbo-shop-archive ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* FF EHBO product category: keep stock pill from squeezing archive prices. */
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__footer {
  grid-template-columns: minmax(0, 1fr) max-content !important;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-stock-pill {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-stock-label,
.ffehbo-shop-archive ul.products li.product .ffehbo-delivery-time {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ffehbo-shop-archive ul.products li.product .price {
  min-width: max-content;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.ffehbo-shop-archive ul.products li.product .price del,
.ffehbo-shop-archive ul.products li.product .price ins,
.ffehbo-shop-archive ul.products li.product .price .amount,
.ffehbo-shop-archive ul.products li.product .price .woocommerce-Price-amount,
.ffehbo-shop-archive ul.products li.product .price .woocommerce-Price-currencySymbol {
  white-space: nowrap !important;
}

@media (max-width: 540px) {
  .ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__footer {
    grid-template-columns: 1fr !important;
  }

  .ffehbo-shop-archive ul.products li.product .price {
    min-width: 0;
  }
}

/* Shop root category cards: Elementor/CMSMasters-inspired cursusaanbod layout. */
body.post-type-archive-product .ffehbo-shop-category-section,
body.woocommerce-shop .ffehbo-shop-category-section {
  margin: clamp(32px, 5vw, 64px) 0 100px;
  padding: 0;
}

body.post-type-archive-product .ffehbo-shop-category-section > .e-con-inner,
body.woocommerce-shop .ffehbo-shop-category-section > .e-con-inner {
  width: 100%;
  max-width: none;
}

body.post-type-archive-product .ffehbo-shop-category-section .elementor-widget-heading,
body.woocommerce-shop .ffehbo-shop-category-section .elementor-widget-heading {
  text-align: center;
}

body.post-type-archive-product .ffehbo-shop-category-section .elementor-heading-title,
body.woocommerce-shop .ffehbo-shop-category-section .elementor-heading-title {
  margin: 0 0 clamp(32px, 4vw, 56px);
}

body.post-type-archive-product .ffehbo-shop-category-section ul.products,
body.woocommerce-shop .ffehbo-shop-category-section ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 1.8vw, 28px) !important;
  align-items: stretch;
  margin: 0 !important;
  padding: 0 !important;
}

body.post-type-archive-product .ffehbo-shop-category-section ul.products li.product-category.ffehbo-shop-category-card,
body.woocommerce-shop .ffehbo-shop-category-section ul.products li.product-category.ffehbo-shop-category-card {
  display: flex !important;
  min-height: 100%;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transform: none !important;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__wrapper,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__wrapper {
  display: flex !important;
  width: 100%;
  min-height: 100%;
  color: var(--cmsmasters-colors-secondary, #050b3f) !important;
  text-decoration: none !important;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__content,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__content,
body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__content-vertical-inner,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__content-vertical-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 0 !important;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__graphic-wrapper,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__graphic-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 28px 28px 0 0;
  background: #f7f7f7;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__graphic-wrapper > .elementor-widget-cmsmasters-featured-box__title,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__graphic-wrapper > .elementor-widget-cmsmasters-featured-box__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__image-wrap,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__image-wrap {
  position: relative;
  display: block;
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 16 / 9;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__image-wrap img,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__image-wrap img,
body.post-type-archive-product .ffehbo-shop-category-card .ffehbo-category-icon__fallback,
body.woocommerce-shop .ffehbo-shop-category-card .ffehbo-category-icon__fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #f7f7f7 !important;
  transform: none !important;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__type-wrap,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__type-wrap {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(22px, 2vw, 28px) clamp(18px, 2vw, 24px) 12px;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__type-wrap .elementor-widget-cmsmasters-featured-box__title,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__type-wrap .elementor-widget-cmsmasters-featured-box__title {
  min-height: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 30px !important;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__description,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__description {
  min-height: 8.7em;
  color: var(--cmsmasters-colors-text);
  font-size: 16px;
  margin-bottom: 20px;
  font-family: var(--cmsmasters-base-font-family);
  font-weight: var(--cmsmasters-base-font-weight);
  font-style: var(--cmsmasters-base-font-style);
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button-wrapper,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button-wrapper {
  margin-top: auto;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 14px;
  width: 100%;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(5, 0, 50, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #050032;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button svg,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

body.post-type-archive-product .ffehbo-shop-category-card:hover .elementor-widget-cmsmasters-featured-box__button,
body.post-type-archive-product .ffehbo-shop-category-card:focus-within .elementor-widget-cmsmasters-featured-box__button,
body.woocommerce-shop .ffehbo-shop-category-card:hover .elementor-widget-cmsmasters-featured-box__button,
body.woocommerce-shop .ffehbo-shop-category-card:focus-within .elementor-widget-cmsmasters-featured-box__button {
  border-color: var(--e-global-color-accent, #fcda98);
  background: var(--e-global-color-accent, #fcda98);
  transform: translateY(-1px);
}


body.post-type-archive-product .ffehbo-shop-category-card__link,
body.woocommerce-shop .ffehbo-shop-category-card__link {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  color: var(--cmsmasters-colors-secondary, #050b3f) !important;
  text-decoration: none !important;
}

body.post-type-archive-product .ffehbo-shop-category-card__media,
body.woocommerce-shop .ffehbo-shop-category-card__media {
  position: relative;
  display: block;
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 16 / 9;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background: #f7f7f7;
}

body.post-type-archive-product .ffehbo-shop-category-card__media img,
body.woocommerce-shop .ffehbo-shop-category-card__media img,
body.post-type-archive-product .ffehbo-shop-category-card__media .ffehbo-category-icon__fallback,
body.woocommerce-shop .ffehbo-shop-category-card__media .ffehbo-category-icon__fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: 100% !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #f7f7f7 !important;
  transform: none !important;
}

body.post-type-archive-product .ffehbo-shop-category-card__body,
body.woocommerce-shop .ffehbo-shop-category-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(22px, 2vw, 28px) clamp(18px, 2vw, 24px) 12px;
}

body.post-type-archive-product .ffehbo-shop-category-card__title,
body.woocommerce-shop .ffehbo-shop-category-card__title {
  min-height: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 30px !important;
}

body.post-type-archive-product .ffehbo-shop-category-card__description,
body.woocommerce-shop .ffehbo-shop-category-card__description {
  min-height: 8.7em;
  color: var(--cmsmasters-colors-text);
  font-size: 16px;
  margin-bottom: 20px;
  font-family: var(--cmsmasters-base-font-family);
  font-weight: var(--cmsmasters-base-font-weight);
  font-style: var(--cmsmasters-base-font-style);
}

body.post-type-archive-product .ffehbo-shop-category-card__button-wrapper,
body.woocommerce-shop .ffehbo-shop-category-card__button-wrapper {
  margin-top: auto;
}

body.post-type-archive-product .ffehbo-shop-category-card__button,
body.woocommerce-shop .ffehbo-shop-category-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 14px;
  width: 100%;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(5, 0, 50, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #050032;
  line-height: 1;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

body.post-type-archive-product .ffehbo-shop-category-card__button svg,
body.woocommerce-shop .ffehbo-shop-category-card__button svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

body.post-type-archive-product .ffehbo-shop-category-card:hover .ffehbo-shop-category-card__button,
body.post-type-archive-product .ffehbo-shop-category-card:focus-within .ffehbo-shop-category-card__button,
body.woocommerce-shop .ffehbo-shop-category-card:hover .ffehbo-shop-category-card__button,
body.woocommerce-shop .ffehbo-shop-category-card:focus-within .ffehbo-shop-category-card__button {
  border-color: var(--e-global-color-accent, #fcda98);
  background: var(--e-global-color-accent, #fcda98);
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  body.post-type-archive-product .ffehbo-shop-category-card__body,
  body.woocommerce-shop .ffehbo-shop-category-card__body {
    padding: 24px 24px 12px;
  }

  body.post-type-archive-product .ffehbo-shop-category-card__description,
  body.woocommerce-shop .ffehbo-shop-category-card__description {
    min-height: 0;
  }
}

@media (max-width: 1023px) {
  body.post-type-archive-product .ffehbo-shop-category-section ul.products,
  body.woocommerce-shop .ffehbo-shop-category-section ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.post-type-archive-product .ffehbo-shop-category-section ul.products,
  body.woocommerce-shop .ffehbo-shop-category-section ul.products {
    grid-template-columns: 1fr !important;
  }

  body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__type-wrap,
  body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__type-wrap {
    padding: 24px 24px 12px;
  }

  body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__description,
  body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__description {
    min-height: 0;
  }
}

/* Button pseudo-element safety net: every custom archive button has explicit before/after behavior to avoid theme conflicts. */
.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button::after,
.ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button:after,
body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button::before,
body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button:before,
body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button::after,
body.post-type-archive-product .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button:after,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button::before,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button:before,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button::after,
body.woocommerce-shop .ffehbo-shop-category-card .elementor-widget-cmsmasters-featured-box__button:after,
body.post-type-archive-product .ffehbo-shop-category-card__button::before,
body.post-type-archive-product .ffehbo-shop-category-card__button:before,
body.post-type-archive-product .ffehbo-shop-category-card__button::after,
body.post-type-archive-product .ffehbo-shop-category-card__button:after,
body.woocommerce-shop .ffehbo-shop-category-card__button::before,
body.woocommerce-shop .ffehbo-shop-category-card__button:before,
body.woocommerce-shop .ffehbo-shop-category-card__button::after,
body.woocommerce-shop .ffehbo-shop-category-card__button:after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
}

/* Shop root intro header: wider image/text ratio to match the /winkel/ design. */
body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro {
  grid-template-columns: minmax(360px, 45%) minmax(0, 1fr) !important;
  align-items: stretch;
  height: clamp(240px, 24vw, 300px) !important;
  min-height: 0 !important;
  max-height: 300px;
  margin-bottom: clamp(24px, 3vw, 42px);
  border-radius: 28px !important;
}

body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__icon,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__icon {
  width: 100% !important;
  min-height: 0 !important;
  height: 100% !important;
  max-height: 300px;
  border-radius: 28px 0 0 28px !important;
}

body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__icon img,
body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__icon .ffehbo-category-icon__fallback svg,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__icon img,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__icon .ffehbo-category-icon__fallback svg {
  display: block;
  object-fit: cover !important;
  object-position: center center !important;
}

body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__text,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: clamp(24px, 4vw, 48px) clamp(36px, 6vw, 96px) !important;
}

body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro p,
body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro .term-description,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro p,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro .term-description {
  max-width: 680px;
}

@media (max-width: 1023px) {
  body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro,
  body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro {
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr) !important;
    min-height: clamp(240px, 34vw, 320px) !important;
  }

  body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__icon,
  body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__icon {
    min-height: clamp(240px, 34vw, 320px) !important;
  }

  body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__text,
  body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__text {
    padding: clamp(28px, 4vw, 48px) clamp(28px, 5vw, 56px) !important;
  }
}

@media (max-width: 767px) {
  body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro,
  body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-bottom: 24px;
    overflow: visible !important;
    border-radius: 20px !important;
  }

  body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__icon,
  body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__icon {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto;
    border-radius: 20px 20px 0 0 !important;
  }

  body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__icon img,
  body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__icon .ffehbo-category-icon__fallback svg,
  body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__icon img,
  body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__icon .ffehbo-category-icon__fallback svg {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__text,
  body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__text {
    padding: 22px 20px 24px !important;
  }
}

/* Product-category-only layout updates: wider intro image, toolbar in header, three-card desktop grid and extra shell spacing. */
body.tax-product_cat .ffehbo-shop-shell {
  margin-bottom: 100px;
}

body.tax-product_cat .ffehbo-shop-archive .ffehbo-category-intro {
  grid-template-columns: minmax(280px, 400px) minmax(0, 1fr) !important;
  align-items: stretch;
}

body.tax-product_cat .ffehbo-shop-archive .ffehbo-category-intro__icon {
  width: 100% !important;
  max-width: 400px;
  height: auto !important;
  min-height: 100% !important;
  aspect-ratio: auto;
}

body.tax-product_cat .ffehbo-shop-archive .ffehbo-category-intro__icon img,
body.tax-product_cat .ffehbo-shop-archive .ffehbo-category-intro__icon .ffehbo-category-icon__fallback svg {
  object-fit: cover !important;
}

body.tax-product_cat .ffehbo-shop-archive .ffehbo-category-intro__text {
 padding: 10px 20px 0 10px;
}

body.tax-product_cat .ffehbo-shop-archive ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 1023px) {
  body.tax-product_cat .ffehbo-shop-archive .ffehbo-category-intro {
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr) !important;
  }
}

@media (max-width: 767px) {
  body.tax-product_cat .ffehbo-shop-archive .ffehbo-category-intro {
    grid-template-columns: 1fr !important;
  }

  body.tax-product_cat .ffehbo-shop-archive .ffehbo-category-intro__icon {
    max-width: none;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  body.tax-product_cat .ffehbo-shop-archive .ffehbo-category-intro__text {
    padding-right: 20px !important;
  }

  body.tax-product_cat .ffehbo-shop-archive ul.products {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 1024px) {
  body.tax-product_cat .ffehbo-shop-archive .ffehbo-category-intro__icon {
    width: 400px !important;
    height: auto !important;
  }
}

/* WooCommerce root archive spacing adjustments. */
.ffehbo-shop-archive {
  margin: 0 0 100px 0;
}

.ffehbo-shop-archive .ffehbo-category-intro .ffehbo-shop-breadcrumbs,
.ffehbo-shop-archive .ffehbo-category-intro .ffehbo-shop-breadcrumbs--header {
  position: relative;
  top: -24px;
}
.ffehbo-shop-archive .ffehbo-category-intro .ffehbo-shop-breadcrumbs,
.ffehbo-shop-archive .ffehbo-category-intro .ffehbo-shop-breadcrumbs--header {
  position: relative;
  top: 0;
}

.ffehbo-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--cmsmasters-colors-link);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro {
  height: 250px !important;
  max-height: 250px;
}

body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__icon,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__icon {
  max-height: 250px;
}

body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__text,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__text {
  padding: 34px 40px 45px 20px !important;
}

/* Product category sidebar toggle and minimalist category navigation. */
.ffehbo-shop-shell--no-sidebar {
  grid-template-columns: minmax(0, 1fr);
}

.ffehbo-shop-archive .ffehbo-sidebar-card {
  padding: clamp(24px, 2.6vw, 34px) 24px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 18px 40px rgba(25, 13, 57, 0.08) !important;
}

.ffehbo-shop-archive .ffehbo-sidebar-card h2 {
  margin: 0 0 24px !important;
  padding-bottom: 16px;
}

.ffehbo-shop-archive .ffehbo-sidebar-card h2::after {
  width: 48px;
  height: 2px;
  background: var(--cmsmasters-colors-primary);
}

.ffehbo-shop-archive .ffehbo-category-nav ul {
  gap: 0;
}

.ffehbo-shop-archive .ffehbo-category-nav li + li {
  border-top: 1px solid rgba(25, 13, 57, 0.1);
}

.ffehbo-shop-archive .ffehbo-category-nav a {
  grid-template-columns: 30px minmax(0, 1fr) 14px;
  gap: 14px;
  min-height: 72px;
  padding: 12px 4px;
  border-radius: 0;
  background: transparent;
  transition: background-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.ffehbo-shop-archive .ffehbo-category-nav a::before {
  top: 0;
  bottom: 0;
  left: -10px;
  width: 4px;
  border-radius: 999px;
}

.ffehbo-shop-archive .ffehbo-category-nav__icon {
   width: 30px;
    height: 30px;
    border-radius: 8px;
    background: transparent;
}

.ffehbo-shop-archive .ffehbo-category-nav__icon img,
.ffehbo-shop-archive .ffehbo-category-nav__icon .ffehbo-category-icon__fallback svg {
  width: 18px;
  height: 18px;
  opacity: 0.58;
}

.ffehbo-shop-archive .ffehbo-category-nav__chevron {
  justify-self: end;
  color: rgba(25, 13, 57, 0.5);
  font-size: 24px;
}

.ffehbo-shop-archive .ffehbo-category-nav a:hover,
.ffehbo-shop-archive .ffehbo-category-nav a:focus-visible,
.ffehbo-shop-archive .ffehbo-category-nav a.is-current {
  transform: none;
  background: linear-gradient(90deg, rgba(252, 218, 152, 0.18), rgba(252, 218, 152, 0.05));
  color: var(--cmsmasters-colors-secondary);
  box-shadow: 0 10px 28px rgba(25, 13, 57, 0.06);
}

.ffehbo-shop-archive .ffehbo-category-nav a:hover::before,
.ffehbo-shop-archive .ffehbo-category-nav a:focus-visible::before,
.ffehbo-shop-archive .ffehbo-category-nav a.is-current::before {
  background: var(--cmsmasters-colors-primary);
}

.ffehbo-shop-archive .ffehbo-category-nav a:hover .ffehbo-category-nav__icon,
.ffehbo-shop-archive .ffehbo-category-nav a:focus-visible .ffehbo-category-nav__icon,
.ffehbo-shop-archive .ffehbo-category-nav a.is-current .ffehbo-category-nav__icon {
  background: transparent;
  border-color: rgba(25, 13, 57, 0.28);
}

@media (min-width: 1281px) {
  body.tax-product_cat .ffehbo-shop-shell--no-sidebar ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  body.tax-product_cat .ffehbo-shop-shell--no-sidebar ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Shop root header image: keep the /winkel/ intro visual at an exact 16:9 ratio. */
body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro {
  grid-template-columns: minmax(360px, calc(250px * 16 / 9)) minmax(0, 1fr) !important;
}

body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__icon,
body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__icon {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  max-height: none;
}

@media (max-width: 767px) {
  body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro,
  body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro {
    grid-template-columns: 1fr !important;
    height: auto !important;
    max-height: none;
  }

  body.post-type-archive-product .ffehbo-shop-shell--root .ffehbo-category-intro__icon,
  body.woocommerce-shop .ffehbo-shop-shell--root .ffehbo-category-intro__icon {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    max-height: none !important;
  }
}

/* Keep sold-out archive add-to-cart controls visibly disabled after later CTA overrides. */
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-add-to-cart--disabled,
body.tax-product_cat .woocommerce ul.products li.product .ffehbo-loop-add-to-cart--disabled,
body.post-type-archive-product .woocommerce ul.products li.product .ffehbo-loop-add-to-cart--disabled {
  background: #e8eef6 !important;
  background-image: none !important;
  color: #667089 !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 0.72 !important;
  pointer-events: none;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-add-to-cart--disabled::before,
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-add-to-cart--disabled:before,
body.tax-product_cat .woocommerce ul.products li.product .ffehbo-loop-add-to-cart--disabled::before,
body.tax-product_cat .woocommerce ul.products li.product .ffehbo-loop-add-to-cart--disabled:before,
body.post-type-archive-product .woocommerce ul.products li.product .ffehbo-loop-add-to-cart--disabled::before,
body.post-type-archive-product .woocommerce ul.products li.product .ffehbo-loop-add-to-cart--disabled:before {
  color: currentColor !important;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-add-to-cart--disabled::after,
.ffehbo-shop-archive ul.products li.product .ffehbo-loop-add-to-cart--disabled:after,
body.tax-product_cat .woocommerce ul.products li.product .ffehbo-loop-add-to-cart--disabled::after,
body.tax-product_cat .woocommerce ul.products li.product .ffehbo-loop-add-to-cart--disabled:after,
body.post-type-archive-product .woocommerce ul.products li.product .ffehbo-loop-add-to-cart--disabled::after,
body.post-type-archive-product .woocommerce ul.products li.product .ffehbo-loop-add-to-cart--disabled:after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
}

/* Product category mobile: make archive card CTAs fill the full card width. */
@media (max-width: 767px) {
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__footer,
  body.tax-product_cat.woocommerce .ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__footer,
  body.tax-product_cat.woocommerce-page .ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .button,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product a.button,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .add_to_cart_button,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button,
  body.tax-product_cat.woocommerce .ffehbo-shop-archive ul.products li.product .button,
  body.tax-product_cat.woocommerce .ffehbo-shop-archive ul.products li.product a.button,
  body.tax-product_cat.woocommerce .ffehbo-shop-archive ul.products li.product .add_to_cart_button,
  body.tax-product_cat.woocommerce .ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button,
  body.tax-product_cat.woocommerce-page .ffehbo-shop-archive ul.products li.product .button,
  body.tax-product_cat.woocommerce-page .ffehbo-shop-archive ul.products li.product a.button,
  body.tax-product_cat.woocommerce-page .ffehbo-shop-archive ul.products li.product .add_to_cart_button,
  body.tax-product_cat.woocommerce-page .ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button {
    grid-column: 1 / 4 !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .button::before,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .button:before,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product a.button::before,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product a.button:before,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .add_to_cart_button::before,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .add_to_cart_button:before {
    display: inline-block !important;
    background: transparent !important;
  }

  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .button::after,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .button:after,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product a.button::after,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product a.button:after,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .add_to_cart_button::after,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .add_to_cart_button:after,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button::before,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button:before,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button::after,
  body.tax-product_cat .ffehbo-shop-archive ul.products li.product .ffehbo-more-info-button:after {
    content: none !important;
    display: none !important;
    background: transparent !important;
    background-image: none !important;
    opacity: 0 !important;
  }
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__media-link {
  display: contents;
  text-decoration: none !important;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__media {
  display: block;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__title-link {
  display: contents;
  color: inherit !important;
  text-decoration: none !important;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__media-link:focus-visible img {
  outline: 2px solid #d7a84f;
  outline-offset: 4px;
}

.ffehbo-shop-archive ul.products li.product .ffehbo-loop-card__title-link:focus-visible {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
}

/* Shared cart icon: use the FF EHBO supplied cart glyph instead of the Woo Floating Cart font icon. */
.woocommerce ul.products li.product .button::before,
.woocommerce-page ul.products li.product .button::before,
body.tax-product_cat .woocommerce ul.products li.product .button::before,
body.post-type-archive-product .woocommerce ul.products li.product .button::before,
.ffehbo-shop-archive ul.products li.product .button::before,
.ffehbo-shop-archive ul.products li.product .button:before,
.ffehbo-shop-archive ul.products li.product a.button::before,
.ffehbo-shop-archive ul.products li.product a.button:before,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button::before,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button:before {
  content: "" !important;
  display: inline-block !important;
  width: 22px !important;
  height: 21px !important;
  flex: 0 0 22px !important;
  background: currentColor !important;
  -webkit-mask: var(--ffehbo-cart-icon-svg) center / contain no-repeat !important;
  mask: var(--ffehbo-cart-icon-svg) center / contain no-repeat !important;
}
