/** Shopify CDN: Minification failed

Line 1171:0 Unexpected "{"
Line 1171:1 Expected identifier but found "%"
Line 1208:0 Unexpected "{"
Line 1208:1 Expected identifier but found "%"

**/
:root {
  --knudde-red: #E30613;
  --knudde-black: #111111;
  --knudde-cream: #F5EFE7;
  --knudde-white: #FFFFFF;
  --knudde-shadow: 10px 10px 0 var(--knudde-black);
  --knudde-shadow-small: 6px 6px 0 var(--knudde-black);
}

/* Alleen globale Knudde-basis die de originele hero-stijl NIET overschrijft. */
#header-component .menu-list__link {
  color: var(--knudde-black);
}

#header-component .menu-list__link:hover,
#header-component .menu-list__link:focus-visible,
#header-component .menu-list__link--active {
  color: var(--knudde-red);
}

#header-component::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: repeating-linear-gradient(
    90deg,
    var(--knudde-red) 0 27px,
    var(--knudde-cream) 27px 51px,
    var(--knudde-black) 51px 75px,
    var(--knudde-cream) 75px 99px
  );
}

/* Contentpagina's krijgen exact dezelfde typografische houding als de originele hero. */
.knudde-page {
  position: relative;
  background: var(--knudde-cream);
  color: var(--knudde-black);
  padding: 90px 0;
}

.knudde-section--striped::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: repeating-linear-gradient(
    90deg,
    var(--knudde-black) 0 24px,
    var(--knudde-red) 24px 48px,
    var(--knudde-cream) 48px 72px
  );
}

.knudde-page__inner {
  width: min(1250px, calc(100% - 48px));
  margin: 0 auto;
}

.knudde-page__header {
  max-width: 860px;
  margin-bottom: 42px;
}

.knudde-page__title {
  margin: 0 0 24px;
  color: var(--knudde-black);
  font-family: var(--font-heading--family);
  font-size: clamp(48px, 6vw, 82px);
  font-weight: var(--font-heading--weight);
  letter-spacing: -1px;
  line-height: 0.95;
  text-transform: uppercase;
}

.knudde-page__intro,
.knudde-page .rte,
.knudde-page p {
  color: var(--knudde-black);
  font-family: var(--font-body--family);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
}

.knudde-badge,
.knudde-page .knudde-badge {
  display: inline-block;
  background: var(--knudde-red);
  color: var(--knudde-black);
  padding: 8px 13px;
  box-shadow: 4px 4px 0 var(--knudde-black);
  font-family: var(--font-body--family);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.knudde-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: start;
}

.knudde-contact__panel,
.knudde-faq__item,
.knudde-about__panel,
.knudde-feature {
  background: var(--knudde-white);
  border: 4px solid var(--knudde-black);
  box-shadow: 10px 10px 0 var(--knudde-black);
  padding: 38px;
}

.knudde-about__panel {
  margin-bottom: 34px;
}

.knudde-about__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.knudde-page h2,
.knudde-faq__item summary {
  margin: 20px 0 16px;
  color: var(--knudde-black);
  font-family: var(--font-heading--family);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: var(--font-heading--weight);
  letter-spacing: -0.5px;
  line-height: 0.95;
  text-transform: uppercase;
}

.knudde-faq__list {
  display: grid;
  gap: 18px;
}

.knudde-faq__item summary {
  cursor: pointer;
  margin: 0;
}

.knudde-faq__item .rte {
  margin-top: 18px;
}

.knudde-page input,
.knudde-page textarea {
  width: 100%;
  background: var(--knudde-white);
  color: var(--knudde-black);
  border: 3px solid var(--knudde-black);
  border-radius: 0;
  padding: 14px 16px;
  font-family: var(--font-body--family);
  font-size: 18px;
}

.knudde-page label {
  display: block;
  margin-bottom: 8px;
  color: var(--knudde-black);
  font-family: var(--font-body--family);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.knudde-page .button {
  min-height: 64px;
  background: var(--knudde-red);
  color: var(--knudde-black);
  border: 3px solid var(--knudde-black);
  border-radius: 0;
  box-shadow: 6px 6px 0 var(--knudde-black);
  font-family: var(--font-body--family);
  font-size: 18px;
  font-weight: 900;
  padding: 18px 30px;
  text-transform: uppercase;
}

.knudde-page .button:hover {
  background: var(--knudde-black);
  color: var(--knudde-white);
}

/* Een visuele familie: elk Knudde-blok voelt als dezelfde stripwereld. */
.knudde-batch__content,
.knudde-batch__image img,
.knudde-batch__cards div,
.knudde-why__card,
.knudde-history__item,
.knudde-location-card,
.knudde-location-card--featured,
.knudde-locations-page__cta-box,
.knudde-shop-product__image-box,
.knudde-shop-extra__card,
.knudde-shop-product__usp-grid div,
.knudde-cart-info,
.product-card,
.collection-card,
.resource-card,
.cart-items,
.cart__items,
.cart-summary,
.cart__summary,
.cart__footer,
.cart__blocks {
  border: 4px solid var(--knudde-black);
  border-radius: 0;
  box-shadow: var(--knudde-shadow);
}

.knudde-batch__label,
.knudde-why__label,
.knudde-history__label,
.knudde-hero__label,
.knudde-shop-product__label,
.knudde-locations-page__label,
.knudde-location-card__badge {
  box-shadow: 4px 4px 0 var(--knudde-black);
}

.knudde-hero__button,
.knudde-batch__button,
.knudde-shop-product__button,
.knudde-location-card__button,
.knudde-button,
button[name="checkout"],
.cart__checkout-button {
  border: 3px solid var(--knudde-black);
  border-radius: 0;
  box-shadow: var(--knudde-shadow-small);
}

.knudde-hero__button:hover,
.knudde-batch__button:hover,
.knudde-shop-product__button:hover,
.knudde-location-card__button:hover,
.knudde-button:hover,
button[name="checkout"]:hover,
.cart__checkout-button:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 var(--knudde-black);
}

.product-card,
.collection-card,
.resource-card {
  overflow: hidden;
  background: var(--knudde-white);
}

.product-card__content,
.collection-card__content,
.resource-card__content {
  padding: 18px;
}

.cart-page {
  padding-block: 70px;
}

.cart-page__title,
.cart-page__items,
.cart-page__summary {
  color: var(--knudde-black);
}

@media screen and (max-width: 768px) {
  #header-component .menu-list__link {
    font-size: 22px;
  }

  .knudde-page {
    padding: 58px 0;
  }

  .knudde-page__inner {
    width: calc(100% - 34px);
  }

  .knudde-contact,
  .knudde-about__grid {
    grid-template-columns: 1fr;
  }

  .knudde-contact__panel,
  .knudde-faq__item,
  .knudde-about__panel,
  .knudde-feature {
    padding: 24px;
    box-shadow: 7px 7px 0 var(--knudde-black);
  }

  .knudde-batch__content,
  .knudde-batch__image img,
  .knudde-batch__cards div,
  .knudde-why__card,
  .knudde-history__item,
  .knudde-location-card,
  .knudde-locations-page__cta-box,
  .knudde-shop-product__image-box,
  .knudde-shop-extra__card,
  .knudde-shop-product__usp-grid div,
  .product-card,
  .collection-card,
  .resource-card,
  .cart-items,
  .cart__items,
  .cart-summary,
  .cart__summary,
  .cart__footer,
  .cart__blocks {
    box-shadow: 7px 7px 0 var(--knudde-black);
  }
}
.knudde-about-page {
  overflow: hidden;
}

.knudde-about-page::after {
  content: "KNUDDE";
  position: absolute;
  right: -20px;
  bottom: 24px;
  color: rgba(17, 17, 17, 0.05);
  font-family: var(--font-heading--family);
  font-size: clamp(96px, 14vw, 220px);
  font-weight: var(--font-heading--weight);
  line-height: 0.8;
  pointer-events: none;
}

.knudde-about-page__hero,
.knudde-about-page__story {
  display: grid;
  gap: 34px;
}

.knudde-about-page__hero {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  margin-bottom: 36px;
}

.knudde-about-page__story {
  grid-template-columns: minmax(0, 1fr) 360px;
  margin-bottom: 34px;
}

.knudde-about-page .knudde-page__intro,
.knudde-about-page__ticket,
.knudde-about-page__quote {
  border: 4px solid #111111;
  box-shadow: 10px 10px 0 #111111;
  padding: 28px;
}

.knudde-about-page .knudde-page__intro {
  background: #ffffff;
  max-width: 860px;
}

.knudde-about-page__ticket {
  background: #E30613;
  color: #111111;
  transform: rotate(1.5deg);
}

.knudde-about-page__ticket strong {
  display: block;
  font-family: var(--font-heading--family);
  font-size: 42px;
  line-height: .95;
  text-transform: uppercase;
}

.knudde-about-page__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #111111;
  color: #ffffff;
}

.knudde-about-page__quote p {
  color: #ffffff;
  font-family: var(--font-heading--family);
  font-size: clamp(34px, 4vw, 54px);
  line-height: .95;
  text-transform: uppercase;
}

.knudde-about-page .knudde-feature {
  min-height: 250px;
  background: linear-gradient(135deg, rgba(227, 6, 19, .09) 0 28%, transparent 28%), #ffffff;
}

@media screen and (max-width: 768px) {
  .knudde-about-page__hero,
  .knudde-about-page__story {
    grid-template-columns: 1fr;
  }

  .knudde-about-page .knudde-page__intro,
  .knudde-about-page__ticket,
  .knudde-about-page__quote {
    padding: 22px;
    box-shadow: 7px 7px 0 #111111;
    transform: none;
  }

  .knudde-about-page__ticket strong {
    font-size: 34px;
  }
}
/* KNUDDE STRIPES - 1 systeem, geen dubbele randen */

/* Header krijgt de shop-stijl: streep boven menu en streep onder menu */
#header-group {
  position: relative;
  background: #ffffff;
}

#header-group::before,
#header-component::after {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  background: repeating-linear-gradient(
    90deg,
    #e30613 0 24px,
    #f5efe7 24px 48px,
    #111111 48px 72px,
    #f5efe7 72px 96px
  );
}

/* De pagina-secties mogen zelf GEEN extra streep meer maken */
.knudde-section--striped::before {
  content: none;
  display: none;
}

/* Homepage: helemaal geen streepjesrand, zodat de hero schoon begint */
body.template-index #header-group::before,
body.template-index #header-component::after {
  content: none;
  display: none;
}

/* Homepage-header netjes over/tegen de hero zonder extra visuele balk */
body.template-index #header-group {
  background: transparent;
}

/* Mobiel iets lager, anders wordt de rand te aanwezig */
@media screen and (max-width: 768px) {
  #header-group::before,
  #header-component::after {
    height: 22px;
    background-size: auto;
  }
}
/* KNUDDE CONTACT FORM - nette spacing en vaste layout */

.knudde-contact .contact-form__form {
  display: grid;
  gap: 22px;
}

.knudde-contact .contact-form__form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.knudde-contact .field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.knudde-contact .field::before,
.knudde-contact .field::after {
  content: none;
  display: none;
}

.knudde-contact label {
  margin: 0;
  color: #111111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.knudde-contact input,
.knudde-contact textarea {
  display: block;
  width: 100%;
  min-height: 58px;
  margin: 0;
  background: #ffffff;
  border: 3px solid #111111;
  border-radius: 0;
  box-shadow: none;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 14px 16px;
}

.knudde-contact textarea {
  min-height: 145px;
  resize: vertical;
}

.knudde-contact .button {
  justify-self: start;
  margin-top: 2px;
  min-width: 300px;
}

@media screen and (max-width: 768px) {
  .knudde-contact .contact-form__form-row {
    grid-template-columns: 1fr;
  }

  .knudde-contact .button {
    width: 100%;
    min-width: 0;
  }
}
.knudde-order-photo {
  margin-top: 28px;
  background: #ffffff;
  border: 4px solid #111111;
  box-shadow: 8px 8px 0 #111111;
  padding: 14px;
}

.knudde-order-photo img {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid #111111;
}

.knudde-order-photo p {
  margin: 14px 0 0;
  color: #111111;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}
/* PRODUCTPAGINA - brede sfeerfoto vult het hele beeldvak */

.knudde-shop-product__image-box {
  display: block;
  padding: 0;
  overflow: hidden;
  min-height: 620px;
  background: #111111;
}

.knudde-shop-product__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

/* Iets mooier croppen: fles blijft rechts in beeld */
@media screen and (min-width: 851px) {
  .knudde-shop-product__image {
    object-position: 58% center;
  }
}

/* Mobiel: minder hoog, anders wordt het een enorme lap beeld */
@media screen and (max-width: 850px) {
  .knudde-shop-product__image-box {
    min-height: 430px;
  }

  .knudde-shop-product__image {
    min-height: 430px;
    object-position: center center;
  }
}

@media screen and (max-width: 560px) {
  .knudde-shop-product__image-box {
    min-height: 330px;
  }

  .knudde-shop-product__image {
    min-height: 330px;
  }
}
/* KNUDDE HEADER STRIPES - rustiger: alleen onder het menu */
#header-group::before {
  content: none;
  display: none;
}

#header-component::after {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  background: repeating-linear-gradient(
    90deg,
    #e30613 0 24px,
    #f5efe7 24px 48px,
    #111111 48px 72px,
    #f5efe7 72px 96px
  );
}

/* Geen extra streep vanuit product/content-secties */
.knudde-shop-product__stripe,
.knudde-section--striped::before {
  display: none;
  content: none;
}
/* KNUDDE FOOTER - clubhuis / scorebord / derde helft */

footer {
  background: #f5efe7;
  color: #111111;
  border-top: 6px solid #111111;
  position: relative;
}

footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: repeating-linear-gradient(
    90deg,
    #e30613 0 24px,
    #f5efe7 24px 48px,
    #111111 48px 72px,
    #f5efe7 72px 96px
  );
}

footer .footer,
footer .footer-utilities {
  background: #f5efe7;
  color: #111111;
}

footer .footer {
  position: relative;
  padding: 64px 6% 46px;
}

footer .footer::before {
  content: "DERDE HELFT • KNUDDE NIEUWS • CLUBHUISPOST";
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 42px;
  background: #111111;
  color: #ffffff;
  border: 4px solid #111111;
  box-shadow: 8px 8px 0 #e30613;
  padding: 16px 24px;
  font-family: var(--font-heading--family);
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

footer h2,
footer h3,
footer h4,
footer .menu__heading,
footer .email-signup__heading {
  color: #111111;
  font-family: var(--font-heading--family);
  font-size: 30px;
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 18px;
}

footer a,
footer p,
footer li,
footer span,
footer small,
footer label {
  color: #111111;
}

footer a {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

footer a:hover {
  color: #e30613;
}

/* Footer kolommen als Knudde-kaarten */
footer .group-block,
footer .footer-block,
footer .menu,
footer .email-signup {
  background: #ffffff;
  border: 4px solid #111111;
  box-shadow: 8px 8px 0 #111111;
  padding: 24px;
}

/* Nieuwsbriefkaart extra eruit laten springen */
footer .email-signup {
  background: #e30613;
  color: #111111;
  box-shadow: 8px 8px 0 #111111;
}

footer .email-signup h2,
footer .email-signup h3,
footer .email-signup h4,
footer .email-signup__heading,
footer .email-signup label {
  color: #111111;
}

footer input,
footer input[type="email"],
footer .field__input {
  min-height: 54px;
  background: #ffffff;
  color: #111111;
  border: 3px solid #111111;
  border-radius: 0;
  padding: 12px 14px;
  font-weight: 800;
}

footer input::placeholder,
footer .field__input::placeholder {
  color: #111111;
  opacity: 0.7;
}

footer button,
footer .email-signup button {
  background: #ffffff;
  color: #111111;
  border: 3px solid #111111;
  box-shadow: 5px 5px 0 #111111;
}

/* Onderste regel */
footer .footer-utilities {
  border-top: 4px solid #111111;
  padding: 22px 6%;
  font-weight: 800;
}

footer .footer-utilities,
footer .footer-utilities a,
footer .footer-utilities span {
  color: #111111;
}

footer svg {
  color: #111111;
  fill: currentColor;
}

@media screen and (max-width: 768px) {
  footer .footer {
    padding: 46px 22px 34px;
  }

  footer .footer::before {
    margin-bottom: 30px;
    padding: 14px 18px;
  }

  footer .group-block,
  footer .footer-block,
  footer .menu,
  footer .email-signup {
    padding: 20px;
    box-shadow: 6px 6px 0 #111111;
  }
}
/* KNUDDE FINAL POLISH */

/* Header: voorkom dat FAQ in "Meer" verdwijnt */
@media screen and (min-width: 990px) {
  #header-component .menu-list__link {
    font-size: clamp(21px, 1.7vw, 27px);
  }

  #header-component .menu-list {
    gap: clamp(16px, 1.7vw, 28px);
  }
}

/* Over Knudde: lange tekst prettiger leesbaar */
.knudde-about__panel.rte {
  max-width: 1120px;
}

.knudde-about__panel.rte p {
  max-width: 980px;
  font-size: 20px;
  line-height: 1.55;
}

/* Footer: meer clubhuis, minder lege vlakte */
footer .footer {
  padding: 54px 6% 42px;
}

footer .footer > *,
footer .footer .group-block {
  align-items: stretch;
}

footer .footer .group-block {
  background: #ffffff;
  border: 4px solid #111111;
  box-shadow: 8px 8px 0 #111111;
  padding: 24px;
}

footer .email-signup {
  background: #e30613;
  border: 4px solid #111111;
  box-shadow: 8px 8px 0 #111111;
  padding: 28px;
}

footer .email-signup__heading,
footer .email-signup h2,
footer .email-signup h3,
footer .email-signup h4 {
  color: #111111;
  font-size: clamp(28px, 3vw, 42px);
}

footer a {
  color: #111111;
  font-weight: 900;
  text-transform: uppercase;
}

footer a:hover {
  color: #e30613;
}

footer .footer-utilities {
  background: #111111;
  color: #ffffff;
  border-top: 0;
}

footer .footer-utilities *,
footer .footer-utilities a {
  color: #ffffff;
}

/* Mobiel: kaarten niet te log */
@media screen and (max-width: 768px) {
  .knudde-about__panel.rte p {
    font-size: 18px;
  }

  footer .footer {
    padding: 42px 20px 34px;
  }

  footer .footer .group-block,
  footer .email-signup {
    box-shadow: 6px 6px 0 #111111;
    padding: 20px;
  }
}
@media screen and (min-width: 990px) {
  #header-component .menu-list__link {
    font-size: clamp(21px, 1.7vw, 27px);
  }

  #header-component .menu-list {
    gap: clamp(16px, 1.7vw, 28px);
  }
}
footer .footer-utilities {
  background: #111111;
  color: #ffffff;
}

footer .footer-utilities *,
footer .footer-utilities a {
  color: #ffffff;
}

footer .email-signup {
  background: #e30613;
  border: 4px solid #111111;
  box-shadow: 8px 8px 0 #111111;
  padding: 28px;
}

footer .email-signup__heading,
footer .email-signup h2,
footer .email-signup h3,
footer .email-signup h4 {
  color: #111111;
  font-size: clamp(28px, 3vw, 42px);
}
.knudde-about__panel.rte p {
  max-width: 980px;
  font-size: 20px;
  line-height: 1.58;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .knudde-about__panel.rte p {
    font-size: 18px;
  }
}
/* VERKOOPPUNTEN CTA - lichter, meer Knudde, minder zwarte bak */

.knudde-locations-page__cta,
.knudde-locations-page__cta-box {
  background: #f5efe7;
  color: #111111;
}

.knudde-locations-page__cta {
  padding: 72px 24px;
  border-top: 6px solid #111111;
  border-bottom: 0;
}

.knudde-locations-page__cta-box {
  max-width: 1080px;
  margin: 0 auto;
  border: 4px solid #111111;
  box-shadow: 10px 10px 0 #111111;
  padding: 36px;
  position: relative;
}

.knudde-locations-page__cta-box::before {
  content: "VOOR HORECA EN RETAIL";
  display: inline-block;
  background: #e30613;
  color: #ffffff;
  border: 3px solid #111111;
  box-shadow: 5px 5px 0 #111111;
  padding: 8px 13px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.knudde-locations-page__cta-box .knudde-locations-page__label,
.knudde-locations-page__cta-box > span {
  display: none;
}

.knudde-locations-page__cta-box h2,
.knudde-locations-page__cta-box p {
  color: #111111;
}

.knudde-locations-page__cta-box h2 {
  margin: 0 0 16px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.95;
}

.knudde-locations-page__cta-box p {
  max-width: 760px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.4;
}

.knudde-locations-page__cta-box a,
.knudde-locations-page__cta-box .button {
  display: inline-block;
  margin-top: 20px;
  background: #e30613;
  color: #ffffff;
  border: 3px solid #111111;
  box-shadow: 6px 6px 0 #111111;
  padding: 16px 28px;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.knudde-locations-page__cta-box a:hover,
.knudde-locations-page__cta-box .button:hover {
  background: #111111;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .knudde-locations-page__cta {
    padding: 50px 18px;
  }

  .knudde-locations-page__cta-box {
    padding: 24px;
    box-shadow: 7px 7px 0 #111111;
  }

  .knudde-locations-page__cta-box p {
    font-size: 18px;
  }
}
/* VERKOOPPUNTEN CTA - definitief geen zwarte balk */

.knudde-locations-page__cta,
.knudde-locations-page__cta-section,
.knudde-locations-page__cta-wrapper {
  background: #f5efe7;
  color: #111111;
  border-top: 0;
  border-bottom: 0;
}

.knudde-locations-page__cta {
  padding: 70px 24px 82px;
}

.knudde-locations-page__cta-box {
  background: #ffffff;
  color: #111111;
  max-width: 1100px;
  margin: 0 auto;
  border: 4px solid #111111;
  box-shadow: 10px 10px 0 #111111;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.knudde-locations-page__cta-box *,
.knudde-locations-page__cta-box h2,
.knudde-locations-page__cta-box p {
  color: #111111;
}

.knudde-locations-page__cta-box::before {
  content: "VOOR HORECA EN RETAIL";
  grid-column: 1 / -1;
  justify-self: start;
  background: #e30613;
  color: #ffffff;
  border: 3px solid #111111;
  box-shadow: 5px 5px 0 #111111;
  padding: 8px 13px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.knudde-locations-page__cta-box .knudde-locations-page__label,
.knudde-locations-page__cta-box > span {
  display: none;
}

.knudde-locations-page__cta-box h2 {
  margin: 0 0 14px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.95;
}

.knudde-locations-page__cta-box p {
  max-width: 760px;
  margin: 0;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.4;
}

.knudde-locations-page__cta-box a,
.knudde-locations-page__cta-box .button {
  align-self: center;
  justify-self: end;
  background: #e30613;
  color: #ffffff;
  border: 3px solid #111111;
  box-shadow: 6px 6px 0 #111111;
  padding: 16px 28px;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.knudde-locations-page__cta-box a:hover,
.knudde-locations-page__cta-box .button:hover {
  background: #111111;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .knudde-locations-page__cta {
    padding: 50px 18px 62px;
  }

  .knudde-locations-page__cta-box {
    grid-template-columns: 1fr;
    padding: 24px;
    box-shadow: 7px 7px 0 #111111;
  }

  .knudde-locations-page__cta-box a,
  .knudde-locations-page__cta-box .button {
    justify-self: start;
    white-space: normal;
  }

  .knudde-locations-page__cta-box p {
    font-size: 18px;
  }
}
{% stylesheet %}
  .footer-content {
    contain: content;
    content-visibility: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--footer-gap);
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .footer-content {
      grid-template-columns: repeat(min(var(--grid-columns), 3), 1fr);
      grid-auto-flow: row;
    }

    .footer-content[style*='--grid-columns: 4'] {
      grid-template-columns: repeat(2, 1fr);
    }

    .footer-content--isolated-grid-item-tablet > :last-child {
      grid-column: 1 / -1;
    }
  }

  @media screen and (min-width: 990px) {
    .footer-content {
      grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .footer-content[style*='--grid-columns: 1'] {
      justify-items: center;
    }

    .footer-content--isolated-grid-item-desktop > :last-child {
      grid-column: 1 / -1;
    }
  }
{% endstylesheet %}
.knudde-site-footer {
  background: #f5efe7;
  color: #111;
  border-top: 8px solid #111;
}

.knudde-site-footer::before {
  content: "";
  display: block;
  height: 10px;
  background: repeating-linear-gradient(90deg, #e30613 0 14px, #f5efe7 14px 34px, #111 34px 48px, #f5efe7 48px 68px);
}

.knudde-site-footer__inner {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 72px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  gap: clamp(28px, 5vw, 76px);
}

.knudde-site-footer__menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: clamp(18px, 2vw, 30px);
}

.knudde-site-footer__menu {
  background: #fff;
  border: 3px solid #111;
  box-shadow: 6px 6px 0 #111;
  padding: clamp(18px, 2.2vw, 26px);
}

.knudde-site-footer h2 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: .9;
  text-transform: uppercase;
}

.knudde-site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.knudde-site-footer li + li {
  margin-top: 7px;
}

.knudde-site-footer a {
  color: #111;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.knudde-site-footer a:hover {
  color: #e30613;
}

.knudde-site-footer__form {
  display: flex;
  background: #fff;
  border: 3px solid #111;
  box-shadow: 6px 6px 0 #111;
}

.knudde-site-footer__form input {
  flex: 1;
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  font-weight: 700;
}

.knudde-site-footer__form button {
  width: 58px;
  border: 0;
  border-left: 3px solid #111;
  background: #fff;
  color: #111;
  font-size: 24px;
  cursor: pointer;
}

.knudde-site-footer__form button:hover {
  background: #e30613;
  color: #fff;
}

@media (max-width: 749px) {
  .knudde-site-footer__inner,
  .knudde-site-footer__menus {
    grid-template-columns: 1fr;
  }

  .knudde-site-footer__inner {
    width: calc(100% - 34px);
    gap: 28px;
  }
}
.knudde-page-copy {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 96px) 24px;
  color: #111;
}

.knudde-page-copy h1,
.knudde-page-copy h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 700;
  line-height: .95;
  text-transform: uppercase;
}

.knudde-page-copy h1 {
  margin: 0 0 28px;
  font-size: clamp(48px, 7vw, 88px);
}

.knudde-page-copy h2 {
  margin: 42px 0 14px;
  font-size: clamp(30px, 4vw, 48px);
}

.knudde-page-copy p {
  margin: 0 0 18px;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
  font-weight: 700;
}
/* Collections overzicht: /collections */
body:has([data-template="list-collections"]) main,
main[data-template="list-collections"] {
  background: #f5efe7;
}

.collection-list,
.collection-list-wrapper,
.collection-list__content,
main[data-template="list-collections"] .section {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.collection-list__heading,
.collection-list-title,
main[data-template="list-collections"] h1,
main[data-template="list-collections"] h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(46px, 6vw, 84px);
  line-height: .9;
  text-transform: uppercase;
  color: #111;
  margin: clamp(42px, 6vw, 78px) 0 28px;
}

.collection-card,
.collection-list .card,
.collection-list__item {
  background: #fff;
  border: 4px solid #111;
  border-radius: 0;
  box-shadow: 10px 10px 0 #111;
  overflow: hidden;
}

.collection-card img,
.collection-list .card img,
.collection-list__item img {
  width: 100%;
  height: clamp(280px, 34vw, 460px);
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 18px;
}

.collection-card__content,
.collection-card .card__content,
.collection-list .card__content {
  background: #e30613;
  color: #fff;
  padding: 18px 22px;
}

.collection-card__content *,
.collection-card .card__content *,
.collection-list .card__content * {
  color: #fff !important;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: .9;
  text-transform: uppercase;
  text-decoration: none;
}

/* Product collectiepagina: /collections/all */
.collection-hero,
.collection-hero__inner,
main[data-template="collection"] .collection-hero {
  background: #f5efe7 !important;
}

.collection-hero {
  border-bottom: 8px solid #111;
}

.collection-hero__image-container,
.collection-hero__image,
.collection-hero img {
  max-height: 320px;
  object-fit: cover;
  object-position: center;
}

.collection-hero__title,
main[data-template="collection"] h1 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(52px, 7vw, 96px);
  line-height: .85;
  text-transform: uppercase;
  color: #111;
}

.facets-wrapper,
.facets-container,
.product-grid-container .facets-container {
  background: #e30613 !important;
  color: #fff;
  border-bottom: 4px solid #111;
  padding: 18px 24px;
}

.facets-wrapper *,
.facets-container * {
  color: #111;
  font-weight: 800;
}

.product-grid,
.collection .product-grid {
  background: #f5efe7;
  padding: clamp(28px, 4vw, 54px) 0;
}

.product-grid .card,
.product-card,
.card-wrapper {
  background: #fff;
  border: 4px solid #111;
  border-radius: 0;
  box-shadow: 10px 10px 0 #111;
  overflow: hidden;
}

.product-grid img,
.product-card img {
  object-fit: contain !important;
  background: #fff;
  padding: 14px;
}

.card__heading,
.product-card__title,
.card-information {
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  color: #111;
  font-weight: 900;
}

body.template-collection footer {
  border-top: 0;
}

body.template-collection footer::before {
  height: 6px;
  background: var(--knudde-black);
}

/* Voorkom dat de eigen footer nog een tweede rand toevoegt. */
body.template-collection .knudde-site-footer {
  border-top: 0;
}

body.template-collection .knudde-site-footer::before {
  content: none;
  display: none;
}

/* Met een product hebben filteren, sorteren en de productteller geen functie. */
body.template-collection .collection-wrapper > .facets-block-wrapper,
body.template-collection .collection-wrapper > .facets-toggle {
  display: none !important;
}
/* KNUDDE-STIJL VOOR ALLE SHOPIFY-BELEIDSPAGINA'S */

body.template-policy .content-for-layout {
  background: #f5efe7;
}

body.template-policy .shopify-policy__container {
  width: min(1250px, calc(100% - 48px));
  max-width: 1250px;
  margin: 0 auto;
  padding: 90px 0;
}

body.template-policy .shopify-policy__title {
  margin: 0 0 34px;
  text-align: left;
}

body.template-policy .shopify-policy__title h1 {
  margin: 0;
  color: #111111;
  font-family: var(--font-heading--family);
  font-size: clamp(58px, 7vw, 82px);
  font-weight: var(--font-heading--weight);
  letter-spacing: -0.5px;
  line-height: 0.9;
  text-transform: uppercase;
}

body.template-policy .shopify-policy__body {
  padding: clamp(28px, 4vw, 52px);
  background: #ffffff;
  color: #111111;
  border: 4px solid #111111;
  box-shadow: 10px 10px 0 #111111;
  font-size: 18px;
  line-height: 1.6;
}

body.template-policy .shopify-policy__body p {
  margin: 0 0 20px;
}

body.template-policy .shopify-policy__body h2,
body.template-policy .shopify-policy__body h3,
body.template-policy .shopify-policy__body h4 {
  margin: 38px 0 16px;
  color: #111111;
  font-family: var(--font-heading--family);
  font-weight: var(--font-heading--weight);
  line-height: 0.95;
  text-transform: uppercase;
}

body.template-policy .shopify-policy__body h2 {
  font-size: clamp(34px, 4vw, 52px);
}

body.template-policy .shopify-policy__body h3,
body.template-policy .shopify-policy__body h4 {
  font-size: clamp(26px, 3vw, 38px);
}

body.template-policy .shopify-policy__body a {
  color: #111111;
  font-weight: 900;
  text-decoration-color: #e30613;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

body.template-policy .shopify-policy__body ul,
body.template-policy .shopify-policy__body ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

body.template-policy .shopify-policy__body li + li {
  margin-top: 8px;
}

@media screen and (max-width: 749px) {
  body.template-policy .shopify-policy__container {
    width: calc(100% - 34px);
    padding: 58px 0 68px;
  }

  body.template-policy .shopify-policy__title {
    margin-bottom: 26px;
  }

  body.template-policy .shopify-policy__body {
    padding: 24px;
    box-shadow: 7px 7px 0 #111111;
    font-size: 16px;
  }
}