/** Shopify CDN: Minification failed

Line 2897:3 Expected "}" to go with "{"

**/
/* ==========================================================
   UW CARTRIDGE WINKEL - PRODUCT DETAIL PAGE V2
   Opgeschoonde definitieve basis

   Inhoud:
   01. Variabelen & basis
   02. Container & hoofdgrid
   03. Productgallery
   04. Productinformatie
   05. Printercheck & waarschuwingen
   06. Kleurvarianten
   07. Koopbox
   08. Prijs & promoties
   09. Papier meebestellen
   10. Aantal & winkelwagen
   11. Voorraad
   12. Levering & service
   13. Betaalmethoden
   14. USP-balk
   15. Content onder hoofdproduct
   16. Gerelateerde producten
   17. Content / trust / description
   18. Shopify/snippet correcties
   19. Responsive <= 1240px
   20. Responsive <= 1050px
   21. Responsive <= 749px
   22. Responsive <= 480px
   23. Responsive <= 380px
   ========================================================== */


/* ==========================================================
   01. VARIABELEN & BASIS
   ========================================================== */

:root {
  --ucw-blue: #009fe3;
  --ucw-blue-dark: #0089bf;

  --ucw-pink: #E6007E;
  --ucw-pink-dark: #C9006D;

  --ucw-yellow: #FFDC0C;

  --ucw-green: #06BA00;
  --ucw-green-dark: #059900;

  --ucw-highlight: #EAF7FF;

  --ucw-grey-light: #F5F5F5;
  --ucw-grey: #EEEEEE;
  --ucw-grey-dark: #BBBBBB;

  --ucw-black: #000000;
  --ucw-white: #FFFFFF;
  --ucw-black60: rgba(0, 0, 0, 0.6);
}


.ucw-v2-pdp,
.ucw-v2-pdp * {
  box-sizing: border-box;
}


.ucw-v2-pdp {
  --ucw-v2-content-width:
    min(
      var(--ucw-v2-max-width, 1440px),
      calc(100vw - 48px)
    );

  width: 100%;

  padding:
    var(--ucw-v2-padding-top, 28px)
    0
    var(--ucw-v2-padding-bottom, 48px);

  overflow: clip;

  color: var(--ucw-black);
}


.ucw-v2-pdp [hidden] {
  display: none !important;
}


.ucw-v2-pdp button,
.ucw-v2-pdp input {
  font: inherit;
}


.ucw-v2-pdp button {
  box-shadow: none !important;
}


/* ==========================================================
   02. CONTAINER & HOOFDGRID
   ========================================================== */

.ucw-v2-pdp__container {
  width: var(--ucw-v2-content-width);
  max-width: 100%;

  margin: 0 auto;
}


.ucw-v2-pdp__main {
  display: grid;

  grid-template-columns:
    minmax(360px, 0.95fr)
    minmax(350px, 0.90fr)
    minmax(320px, 0.68fr);

  gap: 24px;

  align-items: start;

  width: 100%;
}


.ucw-v2-pdp__media,
.ucw-v2-pdp__details,
.ucw-v2-pdp__purchase {
  min-width: 0;
  max-width: 100%;
}


/* ==========================================================
   03. PRODUCTGALLERY
   ========================================================== */

.ucw-v2-gallery {
  display: block;

  width: 100%;
}


.ucw-v2-gallery__main,
.ucw-v2-gallery__placeholder {
  position: relative;

  width: 100%;

  overflow: hidden;

  background: var(--ucw-white);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 18px 0;
}


.ucw-v2-gallery__slide {
  display: none;

  width: 100%;
}


.ucw-v2-gallery__slide.is-active {
  display: block;
}


.ucw-v2-gallery__slide img,
.ucw-v2-gallery__slide video,
.ucw-v2-gallery__slide iframe,
.ucw-v2-gallery__slide model-viewer {
  display: block;

  width: 100%;
  height: auto;

  max-height: 500px;

  margin: 0 auto;
  padding: 22px;

  aspect-ratio: 1 / 1;

  object-fit: contain;

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


/* Gallery navigatie */

.ucw-v2-gallery__nav {
  position: absolute;
  z-index: 3;

  top: 50%;

  display: grid;
  place-items: center;

  width: 42px;
  height: 42px;

  padding: 0;

  transform: translateY(-50%);

  background: var(--ucw-white);

  color: var(--ucw-black);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 12px 0;

  font-size: 30px;
  line-height: 1;

  cursor: pointer;
}


.ucw-v2-gallery__nav--prev {
  left: 12px;
}


.ucw-v2-gallery__nav--next {
  right: 12px;
}


/* Gallery thumbnails */

.ucw-v2-gallery__thumbs-wrap {
  margin-top: 12px;

  overflow: hidden;
}


.ucw-v2-gallery__thumbs {
  display: flex;
  flex-direction: row;

  gap: 10px;

  min-width: 0;

  padding: 0 0 4px;

  overflow-x: auto;

  scrollbar-width: thin;
}


.ucw-v2-gallery__thumb {
  flex: 0 0 74px;

  width: 74px;
  height: 74px;

  padding: 5px;

  overflow: hidden;

  background: var(--ucw-white);

  color: var(--ucw-black);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 10px 0;

  cursor: pointer;
}


.ucw-v2-gallery__thumb.is-active {
  border: 2px solid var(--ucw-blue);
}


.ucw-v2-gallery__thumb img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}


/* ==========================================================
   04. PRODUCTINFORMATIE
   ========================================================== */

.ucw-v2-pdp__details {
  padding-top: 4px;
}


.ucw-v2-info-block {
  margin: 0 0 20px;
}


.ucw-v2-heading__eyebrow {
  display: inline-flex;

  margin-bottom: 8px;

  padding: 5px 8px;

  background: var(--ucw-highlight);

  color: var(--ucw-black);

  border-radius: 0 0 7px 0;

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


.ucw-v2-title {
  margin: 0;

  color: var(--ucw-black);

  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;

  letter-spacing: -0.03em;
}


.ucw-v2-sku {
  margin: 7px 0 0;

  color: var(--ucw-black60);

  font-size: 12px;
}


.ucw-v2-short-description,
.ucw-v2-short-description p {
  color: var(--ucw-black60);

  line-height: 1.6;
}


.ucw-v2-short-description p {
  margin: 0;
}


.ucw-v2-link,
.ucw-v2-warning__links a {
  color: var(--ucw-blue-dark);

  text-decoration: underline;
  text-underline-offset: 2px;
}


.ucw-v2-text-button {
  width: fit-content;
  min-height: 0;

  margin: 4px 0 0;
  padding: 0;

  background: transparent;

  color: var(--ucw-blue-dark);

  border: 0;

  font-weight: 800;

  text-decoration: underline;
  text-underline-offset: 2px;

  cursor: pointer;
}


/* ==========================================================
   05. PRINTERCHECK & WAARSCHUWINGEN
   ========================================================== */

.ucw-v2-printer-match {
  display: flex;

  align-items: center;

  gap: 10px;

  padding: 13px 15px;

  background: var(--ucw-highlight);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 12px 0;
  line-height: 1.35;
  margin-bottom: 20px;
}


.ucw-v2-printer-match__icon {
  display: grid;
  place-items: center;

  flex: 0 0 22px;

  width: 22px;
  height: 22px;

  background: var(--ucw-green);

  color: var(--ucw-white);

  border-radius: 0 0 6px 0;

  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}


.ucw-v2-warning {
  display: flex;

  gap: 12px;

  padding: 14px;

  background: var(--ucw-white);

  border: 1px solid var(--ucw-pink);
  border-radius: 0 0 12px 0;
}


.ucw-v2-warning__icon {
  display: grid;
  place-items: center;

  flex: 0 0 26px;

  width: 26px;
  height: 26px;

  background: var(--ucw-pink);

  color: var(--ucw-white);

  border-radius: 0 0 6px 0;

  font-weight: 900;
}


.ucw-v2-warning__content {
  display: grid;

  gap: 5px;
}


.ucw-v2-warning__content > span {
  color: var(--ucw-black60);
}


.ucw-v2-warning__links {
  display: grid;

  gap: 3px;
}


/* ==========================================================
   06. KLEURVARIANTEN
   ========================================================== */

.ucw-v2-variant-colors {
  width: 100%;

  padding: 14px;

  background: var(--ucw-grey-light);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 14px 0;
}


.ucw-v2-variant-colors__title {
  margin: 0 0 12px;

  color: var(--ucw-black);

  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}


.ucw-v2-variant-colors__title::after {
  content: "";

  display: block;

  width: 100%;
  height: 3px;

  margin-top: 9px;

  background:
    linear-gradient(
      90deg,
      var(--ucw-blue),
      var(--ucw-yellow)
    );

  border-radius: 0 0 8px 0;
}


.ucw-v2-variant-colors__grid {
  display: grid;

  grid-template-columns:
    repeat(5, minmax(68px, 1fr));

  gap: 7px;
}


.ucw-v2-variant-card {
  min-width: 0;
}


.ucw-v2-variant-card__link {
  display: flex;
  flex-direction: column;

  align-items: center;

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

  padding: 7px 4px;

  background: var(--ucw-white);

  color: var(--ucw-black);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 10px 0;

  box-shadow: none;

  text-decoration: none;
}


.ucw-v2-variant-card__link:hover {
  color: var(--ucw-black);

  border-color: var(--ucw-blue);

  text-decoration: none;
}


.ucw-v2-variant-card.is-active
.ucw-v2-variant-card__link {
  background: var(--ucw-highlight);

  border-color: var(--ucw-blue);
}


.ucw-v2-variant-card.is-soldout {
  opacity: 0.5;
}


.ucw-v2-variant-card__link.is-disabled {
  pointer-events: none;

  cursor: default;
}


.ucw-v2-variant-card__image {
  display: grid;
  place-items: center;

  width: 62px;
  height: 62px;

  overflow: hidden;

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


.ucw-v2-variant-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}


.ucw-v2-variant-card__content {
  display: flex;
  flex-direction: column;

  align-items: center;

  width: 100%;
  min-width: 0;

  margin-top: 6px;

  text-align: center;
}


.ucw-v2-variant-card__name {
  display: block;

  width: 100%;
  min-width: 0;

  color: var(--ucw-black);

  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;

  text-align: center;

  white-space: normal;

  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.ucw-v2-variant-card__inhoud {
  display: block;

  margin-top: 3px;

  color: var(--ucw-black60);

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

  text-align: center;
}


.ucw-v2-variant-card__status {
  display: block;

  margin-top: 4px;

  color: var(--ucw-blue-dark);

  font-size: 9px;
  font-weight: 900;
  line-height: 1.1;
}


/* ==========================================================
   07. KOOPBOX
   ========================================================== */

.ucw-v2-pdp__purchase {
  position: sticky;

  top: 20px;

  width: 100%;
  min-width: 0;

  padding: 20px;

  background: var(--ucw-grey-light);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 18px 0;

  box-shadow: none;
}


.ucw-v2-purchase-block {
  margin-top: 20px;
  margin-bottom: 20px
}


.ucw-v2-purchase-block:first-child {
  margin-top: 0;
}


/* ==========================================================
   08. PRIJS & PROMOTIES
   ========================================================== */

/* ==========================================================
   PROMO
   ========================================================== */

.ucw-v2-promo {
  display: flex;

  align-items: center;

  gap: 8px;

  margin-bottom: 10px;

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


.ucw-v2-promo > div {
  display: grid;

  gap: 2px;

  min-width: 0;
}


.ucw-v2-promo__badge {
  display: inline-flex;

  align-items: center;

  padding: 5px 8px;

  background: var(--ucw-pink);

  color: var(--ucw-white);

  border-radius: 0 0 7px 0;

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

  white-space: nowrap;
}


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

.ucw-v2-price__main {
  display: flex;

  align-items: baseline;
  flex-wrap: wrap;

  gap: 6px;
}


.ucw-v2-price__current {
  color: var(--ucw-black);

  font-size: 32px;
  font-weight: 900;
  line-height: 1;

  letter-spacing: -0.03em;
}


.ucw-v2-price__tax {
  color: var(--ucw-black60);

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


.ucw-v2-price__old {
  display: block;

  width: fit-content;

  margin: 0 0 4px;

  color: var(--ucw-black60);

  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;

  text-decoration: line-through;
}


/* Prijsbesparing */

.ucw-v2-price-benefit {
  display: grid;

  grid-template-columns: 18px minmax(0, 1fr);

  column-gap: 7px;
  row-gap: 2px;

  align-items: start;

  width: 100%;
  min-width: 0;

  margin-top: 10px;
  padding: 0;

  background: transparent;

  color: var(--ucw-black);

  border: 0;
  border-radius: 0;

  font-size: 12px;
  line-height: 1.35;
}


/* Vinkje */

.ucw-v2-price-benefit > span {
  grid-column: 1;
  grid-row: 1;

  display: block;

  color: var(--ucw-green);

  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}


/* Besparing */

.ucw-v2-price-benefit > strong {
  grid-column: 2;
  grid-row: 1;

  display: block;

  min-width: 0;
  margin: 0;

  color: var(--ucw-black);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}


/* Link naar berekening */

.ucw-v2-price-benefit .ucw-v2-text-button {
  grid-column: 2;
  grid-row: 2;

  display: inline;

  width: fit-content;
  min-width: 0;
  min-height: 0;

  margin: 0;
  padding: 0;

  background: transparent;

  color: var(--ucw-blue-dark);

  border: 0;
  border-radius: 0;

  box-shadow: none !important;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;

  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;

  cursor: pointer;
}


.ucw-v2-price-benefit .ucw-v2-text-button:hover {
  background: transparent;

  color: var(--ucw-blue);

  text-decoration: underline;
}


.ucw-v2-price-benefit .ucw-v2-text-button::before,
.ucw-v2-price-benefit .ucw-v2-text-button::after {
  content: none !important;
  display: none !important;
}

/* ==========================================================
   09. PAPIER MEEBESTELLEN
   Compacte upsell in de koopbox
   ========================================================== */

.ucw-v2-paper-choice {
  width: 100%;
  min-width: 0;

  margin: 14px 0 4px;
  padding: 12px;

  background: var(--ucw-highlight);

  color: var(--ucw-black);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 12px 0;

  box-shadow: none;
}


/* Volledige keuze */

.ucw-v2-paper-choice__label {
  display: grid;

  grid-template-columns: 20px minmax(0, 1fr);
  grid-template-rows: auto auto;

  column-gap: 10px;
  row-gap: 0;

  align-items: center;

  width: 100%;
  min-width: 0;

  margin: 0;

  color: var(--ucw-black);

  cursor: pointer;
}


.ucw-v2-paper-choice__check {
  grid-column: 1;
  grid-row: 1;

  position: relative;

  display: block;

  width: 20px;
  height: 20px;

  margin: 0;

  background: var(--ucw-white);

  border: 2px solid var(--ucw-grey-dark);
  border-radius: 0 0 5px 0;
}


.ucw-v2-paper-choice__body {
  display: contents;
}


.ucw-v2-paper-choice__heading {
  grid-column: 2;
  grid-row: 1;

  display: block;

  margin: 0;

  color: var(--ucw-black);

  font-size: 13px;
  font-weight: 900;
  line-height: 20px;
}


.ucw-v2-paper-choice__product {
  grid-column: 1 / -1;
  grid-row: 2;

  display: grid;

  grid-template-columns:
    42px minmax(0, 1fr);

  gap: 9px;

  align-items: center;

  width: 100%;
  min-width: 0;

  margin-top: 10px;
  margin-bottom: 10px;
}


.ucw-v2-paper-choice__meta {
  grid-column: 1 / -1;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 10px;

  width: 100%;
  min-width: 0;

  margin: 0;
  padding: 7px 2px 0 8px;

  border-top: 1px solid var(--ucw-grey);
}


/* Native checkbox verbergen */

.ucw-v2-paper-choice__checkbox {
  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;

  pointer-events: none;
}


/* Custom checkbox */

.ucw-v2-paper-choice__check {
  position: relative;

  display: block;

  width: 20px;
  height: 20px;

  margin-top: 1px;

  background: var(--ucw-white);

  border: 2px solid var(--ucw-grey-dark);
  border-radius: 0 0 5px 0;
}


.ucw-v2-paper-choice__checkbox:checked
+ .ucw-v2-paper-choice__check {
  background: var(--ucw-green);

  border-color: var(--ucw-green);
}


.ucw-v2-paper-choice__checkbox:checked
+ .ucw-v2-paper-choice__check::after {
  content: "";

  position: absolute;

  top: 1px;
  left: 5px;

  width: 5px;
  height: 10px;

  border: solid var(--ucw-white);
  border-width: 0 2px 2px 0;

  transform: rotate(45deg);
}


.ucw-v2-paper-choice__checkbox:focus-visible
+ .ucw-v2-paper-choice__check {
  outline: 2px solid var(--ucw-blue);
  outline-offset: 2px;
}


/* Rechter inhoud */

.ucw-v2-paper-choice__body {
  display: block;

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


/* Titel */

.ucw-v2-paper-choice__heading {
  display: block;

  margin: 2px 0 9px;

  color: var(--ucw-black);

  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}


/* Product: alleen afbeelding + naam */

.ucw-v2-paper-choice__product {
  display: grid;

  grid-template-columns:
    42px minmax(0, 1fr);

  gap: 9px;

  align-items: center;

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


.ucw-v2-paper-choice__image {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  padding: 4px;

  background: var(--ucw-white);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 8px 0;
}


.ucw-v2-paper-choice__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}


.ucw-v2-paper-choice__info {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
}


.ucw-v2-paper-choice__info strong {
  display: block;

  width: 100%;

  color: var(--ucw-black);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;

  white-space: normal;
  overflow-wrap: break-word;
}


.ucw-v2-paper-choice__meta {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 10px;

  width: 100%;
  min-width: 0;

  margin-top: 8px;
  margin: 0;
  padding: 7px 2px 0 8px;

  border-top: 1px solid var(--ucw-grey);
}


.ucw-v2-paper-choice__quantity {
  color: var(--ucw-black60);

  font-size: 10px;
  line-height: 1.2;

  white-space: nowrap;
}


.ucw-v2-paper-choice__price {
  display: flex;

  align-items: baseline;
  justify-content: flex-end;

  gap: 4px;

  min-width: 0;

  margin-left: auto;

  color: var(--ucw-black);

  text-align: right;

  white-space: nowrap;
}


.ucw-v2-paper-choice__price strong {
  color: var(--ucw-black);

  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}


.ucw-v2-paper-choice__price small {
  color: var(--ucw-black60);

  font-size: 8px;
  font-weight: 400;
  line-height: 1;

  white-space: nowrap;
}


/* Niet geselecteerd */

.ucw-v2-paper-choice:has(
  .ucw-v2-paper-choice__checkbox:not(:checked)
) {
  background: var(--ucw-white);
}


.ucw-v2-paper-choice:has(
  .ucw-v2-paper-choice__checkbox:not(:checked)
)
.ucw-v2-paper-choice__body {
  opacity: 0.6;
}


/* ==========================================================
   10. AANTAL & WINKELWAGEN
   ========================================================== */

.ucw-v2-pdp
.ucw-v2-cart__row {
  display: grid;

  grid-template-columns:
    104px minmax(0, 1fr);

  gap: 10px;

  width: 100%;
}


/* Quantity */

.ucw-v2-pdp
.ucw-v2-quantity {
  display: grid;

  grid-template-columns:
    32px 40px 32px;

  width: 104px;
  height: 50px;

  overflow: hidden;

  background: var(--ucw-white);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 12px 0;

  box-shadow: none !important;
}


.ucw-v2-pdp
.ucw-v2-quantity button,
.ucw-v2-pdp
.ucw-v2-product-form
.ucw-v2-quantity button {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 32px !important;
  min-width: 32px !important;

  height: 50px !important;
  min-height: 50px !important;

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

  background: var(--ucw-white) !important;

  color: var(--ucw-black) !important;

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

  box-shadow: none !important;

  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  opacity: 1 !important;

  cursor: pointer;
}


.ucw-v2-pdp
.ucw-v2-quantity button:first-child {
  border-right:
    1px solid var(--ucw-grey) !important;
}


.ucw-v2-pdp
.ucw-v2-quantity button:last-child {
  border-left:
    1px solid var(--ucw-grey) !important;

  border-radius:
    0 0 11px 0 !important;
}


.ucw-v2-pdp
.ucw-v2-quantity input {
  display: block;

  width: 40px !important;
  min-width: 40px !important;

  height: 50px !important;
  min-height: 50px !important;

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

  background: var(--ucw-white) !important;

  color: var(--ucw-black) !important;

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

  box-shadow: none !important;

  font-size: 14px;
  font-weight: 900;
  line-height: 50px;

  text-align: center;

  appearance: textfield;
  -moz-appearance: textfield;
}


.ucw-v2-pdp
.ucw-v2-quantity input::-webkit-inner-spin-button,
.ucw-v2-pdp
.ucw-v2-quantity input::-webkit-outer-spin-button {
  margin: 0;

  -webkit-appearance: none;
}


/* Theme pseudo-elements uitschakelen */

.ucw-v2-pdp
.ucw-v2-quantity button::before,
.ucw-v2-pdp
.ucw-v2-quantity button::after,
.ucw-v2-pdp
.ucw-v2-add-to-cart::before,
.ucw-v2-pdp
.ucw-v2-add-to-cart::after {
  content: none !important;

  display: none !important;
}


/* Add to cart */

.ucw-v2-pdp
.ucw-v2-pdp__purchase
.ucw-v2-product-form
button.ucw-v2-add-to-cart {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  gap: 9px;

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

  height: 50px !important;
  min-height: 50px !important;

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

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

  color: var(--ucw-white) !important;

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

  box-shadow: none !important;

  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;

  text-align: center;
  text-decoration: none;

  opacity: 1 !important;

  cursor: pointer;
}


.ucw-v2-pdp
.ucw-v2-pdp__purchase
.ucw-v2-product-form
button.ucw-v2-add-to-cart span {
  color: var(--ucw-white) !important;
}


.ucw-v2-pdp
.ucw-v2-pdp__purchase
.ucw-v2-product-form
button.ucw-v2-add-to-cart:hover {
  background: var(--ucw-green-dark) !important;

  color: var(--ucw-white) !important;
}


.ucw-v2-pdp
.ucw-v2-pdp__purchase
.ucw-v2-product-form
button.ucw-v2-add-to-cart:disabled {
  background: var(--ucw-grey-light) !important;

  color: var(--ucw-black60) !important;

  border: 1px solid var(--ucw-grey) !important;

  cursor: not-allowed;
}


.ucw-v2-pdp
.ucw-v2-pdp__purchase
.ucw-v2-product-form
button.ucw-v2-add-to-cart:disabled span {
  color: var(--ucw-black60) !important;
}


.ucw-v2-cart__dynamic {
  margin-top: 10px;
}


/* ==========================================================
   11. VOORRAAD
   ========================================================== */

/* Algemene layout voorraadmeldingen */

.ucw-v2-stock__available,
.ucw-v2-stock__insufficient,
.ucw-v2-stock__out {
  display: flex;

  align-items: flex-start;

  gap: 8px;

  margin: 0;
}


/* Verborgen statussen ook echt verbergen */

.ucw-v2-stock__available[hidden],
.ucw-v2-stock__insufficient[hidden],
.ucw-v2-stock__out[hidden] {
  display: none !important;
}


/* Tekstgedeelte naast het icoon */

.ucw-v2-stock__available > span:last-child,
.ucw-v2-stock__insufficient > span:last-child,
.ucw-v2-stock__out > span:last-child {
  display: grid;

  gap: 2px;

  min-width: 0;
}


/* Op voorraad */

.ucw-v2-stock__available strong {
  color: var(--ucw-green);
}


/* Niet / onvoldoende op voorraad */

.ucw-v2-stock__insufficient strong,
.ucw-v2-stock__out strong {
  color: var(--ucw-pink-dark);
}


/* Subteksten */

.ucw-v2-stock__available small,
.ucw-v2-stock__insufficient small,
.ucw-v2-stock__out small {
  color: var(--ucw-black60);
}


/* Groen vinkje bij op voorraad */

.ucw-v2-stock__icon {
  display: grid;
  place-items: center;

  flex: 0 0 22px;

  width: 22px;
  height: 22px;

  background: transparent;

  color: var(--ucw-green);

  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}


/* Waarschuwingsicoon */

.ucw-v2-stock__warning-icon {
  display: grid;
  place-items: center;

  flex: 0 0 22px;

  width: 22px;
  height: 22px;

  background: var(--ucw-pink);

  color: var(--ucw-white) !important;

  border-radius: 0 0 6px 0;

  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}


/* Uitleg dat bestellen gewoon mogelijk is */

.ucw-v2-stock__order-note {
  display: block;

  margin-top: 4px;

  color: var(--ucw-black60);

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


/* ==========================================================
   12. LEVERING & SERVICE
   ========================================================== */

.ucw-v2-delivery {
  padding-top: 12px;

  border-top: 1px solid var(--ucw-grey);
}


.ucw-v2-delivery ul {
  margin: 0;
  padding: 0;

  list-style: none;
}


.ucw-v2-delivery li {
  display: flex;

  gap: 8px;

  margin: 0;

  color: var(--ucw-black);

  font-size: 13px;
  line-height: 1.4;
}


.ucw-v2-delivery li > span {
  flex: 0 0 auto;

  color: var(--ucw-green);

  font-weight: 900;
}

.ucw-v2-delivery li a {
  color: var(--ucw-black);

  text-decoration: none;
}


.ucw-v2-delivery li a:hover {
  color: var(--ucw-blue-dark);

  text-decoration: underline;
  text-underline-offset: 2px;
}


/* ==========================================================
   13. BETAALMETHODEN
   ========================================================== */

.ucw-v2-payment-methods ul {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;

  margin: 0;
  padding: 0;

  list-style: none;
}


.ucw-v2-payment-methods li {
  display: flex;
}


.ucw-v2-payment-methods svg {
  display: block;

  width: auto;
  max-height: 24px;
}

.ucw-v2-payment-methods__link {
  display: block;

  width: 100%;

  color: var(--ucw-black);

  text-decoration: none;

  cursor: pointer;
}


.ucw-v2-payment-methods__link ul {
  margin: 0;
}


.ucw-v2-payment-methods__link:hover {
  color: var(--ucw-black);

  text-decoration: none;
}


/* ==========================================================
   14. USP-BALK
   ========================================================== */

.ucw-v2-benefits {
  display: grid;

  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  margin-top: 28px;

  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;

  border-image:
    linear-gradient(
      90deg,
      var(--ucw-blue),
      var(--ucw-yellow)
    ) 1;
}


.ucw-v2-benefit {
  display: flex;

  align-items: center;

  gap: 10px;

  min-height: 62px;

  padding: 12px 14px;

  background: var(--ucw-grey-light);

  color: var(--ucw-black);

  font-size: 13px;
}


.ucw-v2-benefit__icon {
  display: grid;
  place-items: center;

  flex: 0 0 34px;

  width: 34px;
  height: 34px;

  color: var(--ucw-blue-dark);

  font-size: 20px;
  font-weight: 900;
}


.ucw-v2-benefit strong {
  color: var(--ucw-black);

  font-size: 12px;
}


.ucw-v2-benefit span {
  color: var(--ucw-black60);

  font-size: 11px;
}


/* ==========================================================
   15. CONTENT ONDER HOOFDPRODUCT
   ========================================================== */

.ucw-v2-pdp__after {
  display: grid;

  gap: 20px;

  margin-top: 20px;
}


.ucw-v2-paper-upsell,
.ucw-v2-content-card,
.ucw-v2-trust {
  background: var(--ucw-white);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 14px 0;
}


/*
   Legacy paper-upsell styling.
   Alleen relevant wanneer dit block elders nog wordt gebruikt.
*/

.ucw-v2-paper-upsell {
  margin-top: 16px;

  padding: 16px 18px;

  background: var(--ucw-white);

  box-shadow: none;
}


.ucw-v2-paper-upsell__heading {
  margin-bottom: 10px;

  color: var(--ucw-black);

  font-size: 18px;
  font-weight: 900;
}


.ucw-v2-paper-upsell__box {
  display: grid;

  grid-template-columns:
    auto 64px minmax(0, 1fr) auto auto;

  gap: 14px;

  align-items: center;

  width: 100%;

  cursor: pointer;
}


.ucw-v2-paper-upsell__checkbox {
  width: 18px;
  height: 18px;

  accent-color: var(--ucw-green);
}


.ucw-v2-paper-upsell__image {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;

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


.ucw-v2-paper-upsell__image img {
  display: block;

  width: 58px;
  height: 58px;

  object-fit: contain;
}


.ucw-v2-paper-upsell__content {
  display: grid;

  gap: 4px;
}


.ucw-v2-paper-upsell__content > span,
.ucw-v2-paper-upsell__meta,
.ucw-v2-paper-upsell__price small {
  color: var(--ucw-black60);
}


.ucw-v2-paper-upsell__price {
  display: grid;

  gap: 2px;

  color: var(--ucw-black);

  font-weight: 900;
}


.ucw-v2-paper-upsell__price small {
  display: block;

  font-weight: 400;
}


.ucw-v2-secondary-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 40px;

  padding: 0 16px;

  background: var(--ucw-grey-light);

  color: var(--ucw-black);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 10px 0;

  font-weight: 800;
}


/* ==========================================================
   16. GERELATEERDE PRODUCTEN
   ========================================================== */

.ucw-v2-related {
  min-width: 0;
}


.ucw-v2-related__empty {
  display: none !important;
}


.ucw-v2-section-heading {
  display: flex;

  align-items: center;
  justify-content: space-between;

  margin-bottom: 10px;
}


.ucw-v2-section-heading h2,
.ucw-v2-content-card h2,
.ucw-v2-description h2 {
  margin: 0;

  color: var(--ucw-black);

  font-size: 20px;
}


.ucw-v2-related__slider {
  position: relative;
}


.ucw-v2-related__track {
  display: grid;

  grid-auto-flow: column;

  grid-auto-columns:
    minmax(190px, 1fr);

  gap: 12px;

  padding-bottom: 4px;

  overflow-x: auto;

  scroll-snap-type: x mandatory;

  scrollbar-width: thin;
}


.ucw-v2-related-card {
  display: flex;
  flex-direction: column;

  min-width: 0;

  padding: 12px;

  background: var(--ucw-white);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 12px 0;

  scroll-snap-align: start;
}


.ucw-v2-related-card__link {
  display: flex;
  flex: 1;
  flex-direction: column;

  color: var(--ucw-black);

  text-decoration: none;
}


.ucw-v2-related-card__image {
  display: grid;
  place-items: center;

  height: 145px;

  margin-bottom: 10px;

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


.ucw-v2-related-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}


.ucw-v2-related-card__title {
  line-height: 1.35;
}


.ucw-v2-related-card__price {
  margin-top: auto;

  padding-top: 10px;

  color: var(--ucw-black);

  font-size: 18px;
  font-weight: 900;
}


.ucw-v2-related-card__buy {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr) 42px;

  gap: 8px;

  margin-top: 10px;
}


.ucw-v2-related-card__qtybox {
  display: grid;

  grid-template-columns:
    30px minmax(36px, 1fr) 30px;

  height: 40px;

  overflow: hidden;

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 10px 0;
}


.ucw-v2-related-card__qtybox button,
.ucw-v2-related-card__qtybox input {
  min-width: 0;

  padding: 0;

  background: var(--ucw-white);

  color: var(--ucw-black);

  border: 0;

  text-align: center;
}


.ucw-v2-related-card__button {
  width: 42px;
  height: 40px;

  padding: 0;

  background: var(--ucw-green);

  color: var(--ucw-white);

  border: 0;
  border-radius: 0 0 10px 0;

  cursor: pointer;
}


/* Related slider navigatie */

.ucw-v2-related__nav {
  position: absolute;
  z-index: 3;

  top: 50%;

  display: grid;
  place-items: center;

  width: 40px;
  height: 40px;

  padding: 0;

  transform: translateY(-50%);

  background: var(--ucw-white);

  color: var(--ucw-black);

  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 12px 0;

  cursor: pointer;
}


.ucw-v2-related__nav--prev {
  left: -18px;
}


.ucw-v2-related__nav--next {
  right: -18px;
}


/* ==========================================================
   17. CONTENT / TRUST / DESCRIPTION
   ========================================================== */

.ucw-v2-content-card {
  padding: 20px;

  background: var(--ucw-highlight);
}


.ucw-v2-content-card h2 {
  margin-bottom: 12px;
}


.ucw-v2-highlights ul {
  margin: 0;
  padding: 0;

  list-style: none;
}


.ucw-v2-highlights li {
  position: relative;

  margin: 7px 0;

  padding-left: 24px;
}


.ucw-v2-highlights li::before {
  content: "✓";

  position: absolute;

  left: 0;

  color: var(--ucw-green);

  font-weight: 900;
}


.ucw-v2-trust {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  overflow: hidden;
}


.ucw-v2-trust > div {
  padding: 18px;

  border-right: 1px solid var(--ucw-grey);
}


.ucw-v2-trust > div:last-child {
  border-right: 0;
}


.ucw-v2-trust strong,
.ucw-v2-trust span {
  display: block;
}


.ucw-v2-trust span {
  margin-top: 5px;

  color: var(--ucw-black60);
}


.ucw-v2-inspiration__eyebrow {
  display: inline-block;

  margin-bottom: 6px;

  color: var(--ucw-blue-dark);

  font-weight: 900;
}


.ucw-v2-description {
  margin-top: 28px;

  padding-top: 22px;

  border-top: 1px solid var(--ucw-grey);
}


.ucw-v2-description h2 {
  margin-bottom: 14px;
}


.ucw-v2-description .rte {
  color: var(--ucw-black);
}


/* ==========================================================
   18. SHOPIFY / SNIPPET CORRECTIES
   ========================================================== */

.ucw-v2-pdp
.shopify-block {
  margin-bottom: 0;
}


/*
   Geen schaduwen op theme buttons binnen de PDP.
   Deze regel blijft bewust staan om theme-CSS te neutraliseren.
*/

.ucw-v2-pdp .button,
.ucw-v2-pdp button {
  box-shadow: none !important;
}


/* ==========================================================
   19. RESPONSIVE <= 1240PX
   ========================================================== */

@media (max-width: 1240px) {

  .ucw-v2-pdp__main {
    grid-template-columns:
      minmax(330px, 1fr)
      minmax(300px, 0.85fr)
      minmax(285px, 0.68fr);

    gap: 18px;
  }


  .ucw-v2-pdp__purchase {
    padding: 17px;
  }


  .ucw-v2-variant-colors__grid {
    grid-template-columns:
      repeat(4, minmax(72px, 1fr));
  }

}


/* ==========================================================
   20. RESPONSIVE <= 1050PX
   ========================================================== */

@media (max-width: 1050px) {

  .ucw-v2-pdp__main {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(320px, 0.9fr);

    gap: 24px;
  }


  .ucw-v2-pdp__purchase {
    position: static;

    grid-column: 1 / -1;
  }


  .ucw-v2-gallery__slide img,
  .ucw-v2-gallery__slide video,
  .ucw-v2-gallery__slide iframe,
  .ucw-v2-gallery__slide model-viewer {
    max-height: 430px;
  }


  .ucw-v2-benefits {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }

}


/* ==========================================================
   21. RESPONSIVE <= 749PX
   ========================================================== */

@media (max-width: 749px) {

  .ucw-v2-pdp {
    --ucw-v2-content-width:
      calc(100vw - 24px);

    padding-top: 16px;
  }


  .ucw-v2-pdp__main {
    display: flex;
    flex-direction: column;

    gap: 20px;
  }


  .ucw-v2-pdp__media,
  .ucw-v2-pdp__details,
  .ucw-v2-pdp__purchase {
    width: 100%;
  }


  /* Gallery */

  .ucw-v2-gallery__slide img,
  .ucw-v2-gallery__slide video,
  .ucw-v2-gallery__slide iframe,
  .ucw-v2-gallery__slide model-viewer {
    max-height: 420px;

    padding: 16px;

    aspect-ratio: 1 / 1;
  }


  .ucw-v2-gallery__thumb {
    flex: 0 0 64px;

    width: 64px;
    height: 64px;
  }


  /* Varianten */

  .ucw-v2-variant-colors {
    padding: 12px;
  }


  .ucw-v2-variant-colors__grid {
    grid-template-columns:
      repeat(3, minmax(78px, 1fr));
  }


  .ucw-v2-variant-card__image {
    width: 58px;
    height: 58px;
  }


  .ucw-v2-variant-card__name {
    font-size: 11px;
  }


  /* Koopbox */

  .ucw-v2-pdp__purchase {
    padding: 16px;
  }


  .ucw-v2-pdp
  .ucw-v2-cart__row {
    grid-template-columns:
      104px minmax(0, 1fr);
  }


  /* Prijs */

  .ucw-v2-price__current {
    font-size: 34px;
  }


  /* USP's */

  .ucw-v2-benefits {
    grid-template-columns: 1fr;
  }


  .ucw-v2-benefit {
    min-height: 58px;

    border-bottom: 1px solid var(--ucw-grey);
  }


  /* Legacy papierblok */

  .ucw-v2-paper-upsell__box {
    grid-template-columns:
      auto 54px minmax(0, 1fr) auto;
  }


  .ucw-v2-paper-upsell__image {
    width: 54px;
    height: 54px;
  }


  /* Related */

  .ucw-v2-related__track {
    grid-auto-columns:
      minmax(180px, 76vw);
  }


  .ucw-v2-related__nav {
    display: none;
  }


  /* Trust */

  .ucw-v2-trust {
    grid-template-columns: 1fr;
  }


  .ucw-v2-trust > div {
    border-right: 0;

    border-bottom: 1px solid var(--ucw-grey);
  }


  .ucw-v2-trust > div:last-child {
    border-bottom: 0;
  }

}


/* ==========================================================
   22. RESPONSIVE <= 480PX
   ========================================================== */

@media (max-width: 480px) {

  /* Papier meebestellen */

  .ucw-v2-paper-choice {
    padding: 10px;
  }


  /* Quantity + add to cart */

  .ucw-v2-pdp
  .ucw-v2-cart__row {
    grid-template-columns:
      100px minmax(0, 1fr);

    gap: 8px;
  }


  .ucw-v2-pdp
  .ucw-v2-quantity {
    grid-template-columns:
      30px 40px 30px;

    width: 100px;
  }


  .ucw-v2-pdp
  .ucw-v2-quantity button,
  .ucw-v2-pdp
  .ucw-v2-product-form
  .ucw-v2-quantity button {
    width: 30px !important;
    min-width: 30px !important;
  }


  /* Legacy papierblok */

  .ucw-v2-paper-upsell__box {
    grid-template-columns:
      auto 48px minmax(0, 1fr);
  }


  .ucw-v2-paper-upsell__price {
    grid-column: 3;
  }


  .ucw-v2-secondary-button {
    grid-column: 1 / -1;
  }

}


/* ==========================================================
   23. RESPONSIVE <= 380PX
   ========================================================== */

@media (max-width: 380px) {

  .ucw-v2-variant-colors__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}

.ucw-v2-free-shipping {
  display: flex;
  align-items: center;
  gap: 6px;

  margin: 0 0 8px;

  color: var(--ucw-green);

  font-size: 13px;
  line-height: 1.3;
}

.ucw-v2-free-shipping[hidden] {
  display: flex !important;
  visibility: hidden;
}

.ucw-v2-free-shipping__icon {
  color: var(--ucw-green);

  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.ucw-v2-free-shipping strong {
  color: var(--ucw-green);
  font-weight: 800;
}

.ucw-multipack-inhoud {
  padding-block:
    var(--ucw-multipack-padding-top)
    var(--ucw-multipack-padding-bottom);
}

.ucw-multipack-inhoud__container {
  width: 100%;
  margin-inline: auto;
}

.ucw-multipack-inhoud__header {
  margin-bottom: 18px;
}

.ucw-multipack-inhoud__title {
  margin: 0;
  color: var(--ucw-black);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.ucw-multipack-inhoud__text {
  margin-top: 7px;
}

.ucw-multipack-inhoud__text p {
  margin: 0;
}

.ucw-multipack-inhoud__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

/* Productkaart */
.ucw-multipack-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ucw-grey);
  border-radius: 0 0 12px 0;
  background: var(--ucw-white);
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.ucw-multipack-card:hover {
  border-color: var(--ucw-blue);
}

.ucw-multipack-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: var(--ucw-black);
  text-decoration: none;
}

.ucw-multipack-card__link:focus-visible {
  outline: 3px solid var(--ucw-yellow);
  outline-offset: -3px;
}

/* Productafbeelding */
.ucw-multipack-card__image-wrap {
  display: grid;
  min-height: 160px;
  padding: 18px 18px 8px;
  place-items: center;
  background: var(--ucw-white);
}

.ucw-multipack-card__image {
  display: block;
  width: 100%;
  max-width: 155px;
  height: 135px;
  object-fit: contain;
}

.ucw-multipack-card__placeholder {
  color: var(--ucw-grey-dark);
}

/* Productinformatie */
.ucw-multipack-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 16px 16px;
}

/* Kleur-label */
.ucw-multipack-card__color {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 4px 9px;
  border-radius: 0 0 8px 0;
  background: var(--ucw-highlight);
  color: var(--ucw-black);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.ucw-multipack-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ucw-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ucw-multipack-card__meta {
  margin-top: 7px;
  color: var(--ucw-black60);
  font-size: 13px;
  line-height: 1.4;
}

/* Product bekijken */
.ucw-multipack-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 13px;
  color: var(--ucw-blue);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}

.ucw-multipack-card:hover .ucw-multipack-card__cta {
  color: var(--ucw-blue-dark);
}

.ucw-multipack-card__cta span {
  transition: transform 160ms ease;
}

/* Mobiel */
@media (max-width: 749px) {
  .ucw-multipack-inhoud__header {
    margin-bottom: 14px;
  }

  .ucw-multipack-inhoud__grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-inline: -12px;
    padding: 2px 12px 12px;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .ucw-multipack-card {
    flex: 0 0 min(72vw, 245px);
    scroll-snap-align: start;
  }

  .ucw-multipack-card__image-wrap {
    min-height: 145px;
  }

  .ucw-multipack-card__image {
    height: 120px;
  }