body.single-product {
  --wbp-frame-mobile-parallax-y: 0px;
  --wbp-single-purchase-parallax-y: 0px;
  --wbp-single-body-bg-position: center top;
  --wbp-single-body-bg-size: cover;
  --wbp-single-wrap-bg-position: center top;
  --wbp-single-wrap-bg-size: cover;
  --wbp-single-purchase-bg-position: center 42%;
  --wbp-single-purchase-bg-size: cover;
  background: #ffffff;
  color: #191817;
}

body.single-product #x-site,
body.single-product #cs-content,
body.single-product #cs-content > .x-section,
body.single-product .entry-wrap,
body.single-product .entry-content,
body.single-product .entry-content.content,
body.single-product .x-container.max.width,
body.single-product .x-main {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.single-product .x-main {
  width: min(1440px, calc(100% - 40px));
  max-width: 1440px;
  margin: 18px auto 42px !important;
  padding: clamp(20px, 2.6vw, 30px) 0;
}

body.single-product .x-main > article {
  margin: 0;
}

.wbp-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.wbp-wrap {
  --text:   #191817;
  --sub:    #888278;
  --muted:  #c4bfb5;
  --border: #e8e5e0;
  --bg:     #f0ede8;
  --white:  #ffffff;
  --green:  #2d6a4f;
  --accent: #ed2024;
  --frame-bg-image: url("https://wbphotography.nl/wp-content/uploads/2026/03/Gemini_Generated_Image_2xs6fp2xs6fp2xs61.png");
  --panel-bg: rgba(221,244,248,.78);
  --panel-bg-strong: rgba(212,239,245,.88);
  --panel-bg-hover: rgba(227,247,250,.94);
  --button-blue-border: #7db7c8;
  --button-blue-border-strong: #5f9fb3;
  --accent-soft-bg: rgba(237,32,36,.08);
  --accent-soft-bg-hover: rgba(237,32,36,.12);
  --toolbar-bg: rgba(212,239,245,.92);
  --toolbar-bg-hover: rgba(227,247,250,.96);
  --toolbar-border: var(--button-blue-border);
  --toolbar-shadow: 0 10px 26px rgba(69,50,36,.1);
  --t:      .26s cubic-bezier(.4,0,.2,1);
  --head:   'Playfair Display', Georgia, serif;
  --body:   'Inter', system-ui, sans-serif;
  font-family: var(--body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--text);
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.95));
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(92,141,156,.16);
  overflow: hidden;
}

.wbp-back-bar {
  position: absolute;
  top: 16px;
  left: 50%;
  translate: -50% 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.wbp-back-btn {
  pointer-events: all;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: var(--toolbar-bg);
  border: 2px solid var(--toolbar-border);
  border-radius: 12px;
  box-shadow: var(--toolbar-shadow);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  transition: background var(--t), box-shadow var(--t);
  font-family: var(--body);
  white-space: nowrap;
}

.wbp-back-btn:hover {
  background: var(--toolbar-bg-hover);
  border-color: var(--button-blue-border-strong);
  box-shadow: 0 12px 28px rgba(69,50,36,.12);
}

.wbp-back-btn svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.wbp-photo-section {
  position: relative;
  width: 100%;
  background: transparent;
  display: block;
  overflow: hidden;
  touch-action: pan-y;
}

.wbp-photo-section img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  transition: opacity .2s ease;
}

.wbp-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity var(--t);
  z-index: 10;
}

.wbp-photo-section:hover .wbp-nav {
  opacity: 1;
}

.wbp-nav-prev { left: 12px; }
.wbp-nav-next { right: 12px; }

.wbp-nav-inner {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--text);
  box-shadow: 0 2px 12px rgba(0,0,0,.12);
  transition: background var(--t), box-shadow var(--t);
}

.wbp-nav:hover .wbp-nav-inner {
  background: var(--white);
  box-shadow: 0 4px 20px rgba(0,0,0,.18);
}

.wbp-nav.disabled {
  display: none;
}

.wbp-pos {
  position: absolute;
  bottom: 14px;
  left: 50%;
  translate: -50% 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(4px);
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-family: var(--body);
  letter-spacing: .08em;
  padding: 4px 12px;
  border-radius: 20px;
  pointer-events: none;
}

@media (max-width: 1024px) {
  body.single-product .x-masthead,
  body.single-product header[role="banner"],
  body.single-product .site-header,
  body.single-product .x-navbar-wrap,
  body.single-product .x-navbar,
  body.single-product .x-logobar,
  body.single-product .x-topbar {
    display: none !important;
  }

  body.single-product .x-main {
    margin-top: 0 !important;
  }
}

@media (max-width: 700px) {
  .wbp-nav {
    opacity: 0 !important;
  }
}

.wbp-purchase {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  border-top: 1px solid rgba(125,183,200,.72);
  padding: 44px 40px 64px;
}

.wbp-purchase::before {
  content: '';
  position: absolute;
  inset: -5% 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(236,249,251,.72), rgba(208,239,245,.58)),
    var(--frame-bg-image) var(--wbp-single-purchase-bg-position, center 42%) / var(--wbp-single-purchase-bg-size, cover) no-repeat;
  opacity: .98;
  transform: translate3d(0, var(--wbp-single-purchase-parallax-y, 0px), 0) scale(1.08);
  transform-origin: center center;
}

body.single-product.wbp-single-purchase-parallax-active .wbp-purchase::before {
  will-change: transform, background-position;
}

@media (max-width: 1024px) {
  body.single-product {
    --wbp-single-body-bg-position: 52% -52px;
    --wbp-single-body-bg-size: 180% auto;
    --wbp-single-wrap-bg-position: 54% -28px;
    --wbp-single-wrap-bg-size: 196% auto;
    --wbp-single-purchase-bg-position: 56% -8px;
    --wbp-single-purchase-bg-size: 212% auto;
  }

  body.single-product.wbp-mobile-parallax-active {
    --wbp-single-body-bg-position: 52% calc(var(--wbp-frame-mobile-parallax-y, 0px) - 52px);
    --wbp-single-wrap-bg-position: 54% calc(var(--wbp-frame-mobile-parallax-y, 0px) - 28px);
    --wbp-single-purchase-bg-position: 56% calc(var(--wbp-frame-mobile-parallax-y, 0px) - 8px);
  }

  body.single-product.wbp-mobile-parallax-active,
  body.single-product.wbp-mobile-parallax-active .wbp-wrap,
  body.single-product.wbp-mobile-parallax-active .wbp-purchase::before {
    will-change: background-position;
  }
}

.wbp-purchase-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.wbp-subtitle {
  font-size: 12px;
  color: var(--sub);
  letter-spacing: .03em;
  margin-bottom: 30px;
}

.wbp-lic-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-bottom: 30px;
}

.wbp-lic {
  border: 2px solid var(--button-blue-border);
  border-radius: 10px;
  padding: 18px 16px 16px;
  cursor: pointer;
  transition: border-color var(--t), background var(--t), box-shadow var(--t);
  position: relative;
  user-select: none;
  background: linear-gradient(180deg, rgba(239,249,251,.97), rgba(221,244,248,.88));
  box-shadow: 0 12px 28px rgba(92,141,156,.1);
}

.wbp-lic-head {
  display: block;
}

.wbp-lic-meta {
  display: block;
}

.wbp-lic-side {
  display: block;
}

.wbp-lic:hover {
  border-color: var(--button-blue-border-strong);
  background: linear-gradient(180deg, rgba(245,252,253,.98), rgba(229,246,249,.92));
}

.wbp-wrap .wbp-lic.on {
  border-color: var(--button-blue-border-strong) !important;
  background: linear-gradient(180deg, rgba(231,247,251,.98), rgba(205,236,242,.92));
  box-shadow: 0 0 0 1px rgba(237,32,36,.24), 0 16px 34px rgba(92,141,156,.14) !important;
}

.wbp-lic-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1.5px solid var(--muted);
  margin-bottom: 14px;
  position: relative;
  transition: all var(--t);
}

.wbp-wrap .wbp-lic.on .wbp-lic-dot {
  border-color: var(--accent) !important;
  background: var(--accent) !important;
}

.wbp-lic.on .wbp-lic-dot::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: white;
}

.wbp-lic-toggle {
  display: none;
}

.wbp-lic-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  margin-bottom: 6px;
  color: var(--text);
}

.wbp-lic-price {
  font-family: var(--head);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: var(--text);
  margin-bottom: 10px;
}

.wbp-lic-desc {
  font-size: 11px;
  color: var(--sub);
  line-height: 1.6;
}

.wbp-empty-state {
  border: 2px solid var(--button-blue-border);
  border-radius: 10px;
  padding: 18px 16px;
  background: linear-gradient(180deg, rgba(239,249,251,.96), rgba(221,244,248,.84));
  color: var(--sub);
  font-size: 12px;
}

.wbp-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 32px;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: 6px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--t), transform var(--t), box-shadow var(--t);
  margin-bottom: 10px;
}

.wbp-cart-btn:hover {
  background: #c81a1e;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
}

.wbp-cart-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.wbp-cart-btn.added {
  background: var(--green);
}

.wbp-cart-btn:disabled {
  background: #7b766f;
  opacity: .6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.wbp-cart-btn svg,
.wbp-cart-btn .wbp-cart-btn-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
}

.wbp-cart-btn .wbp-cart-btn-icon {
  object-fit: contain;
}

.wbp-cart-quick-actions,
.wbp-cart-sticky {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  margin-top: 16px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  z-index: auto;
}

.wbp-cart-inline {
  display: block !important;
}

body.single-product .wbp-cart-sticky,
body.single-product .wbp-cart-sticky.wbp-cart-sticky-legacy {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.wbp-cart-quick-actions > *,
.wbp-cart-sticky > * {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.wbp-cart-quick-actions .wbp-cart-btn,
.wbp-cart-sticky .wbp-cart-btn,
.wbp-cart-inline .wbp-cart-btn.is-cart-link,
#wbpCartBtnMobile.wbp-cart-btn {
  width: 100%;
  min-height: 56px;
  justify-content: center;
  margin-bottom: 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 2px solid var(--toolbar-border) !important;
  background: linear-gradient(180deg, rgba(227,247,250,.96), rgba(212,239,245,.9)) !important;
  color: var(--text) !important;
  box-shadow: var(--toolbar-shadow);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.wbp-cart-quick-actions #wbpCartBtnDesktop,
.wbp-cart-sticky #wbpCartBtnDesktop {
  border: 2px solid rgba(25,24,23,.12) !important;
  background: var(--text) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}

.wbp-cart-quick-actions .wbp-cart-btn:hover,
.wbp-cart-quick-actions .wbp-cart-btn:focus-visible,
.wbp-cart-sticky .wbp-cart-btn:hover,
.wbp-cart-sticky .wbp-cart-btn:focus-visible,
.wbp-cart-inline .wbp-cart-btn.is-cart-link:hover,
.wbp-cart-inline .wbp-cart-btn.is-cart-link:focus-visible,
#wbpCartBtnMobile.wbp-cart-btn:hover,
#wbpCartBtnMobile.wbp-cart-btn:focus-visible {
  background: linear-gradient(180deg, rgba(242,252,253,.98), rgba(223,245,249,.94)) !important;
  color: var(--text) !important;
  box-shadow: 0 12px 28px rgba(69,50,36,.12);
}

.wbp-cart-quick-actions #wbpCartBtnDesktop:hover,
.wbp-cart-quick-actions #wbpCartBtnDesktop:focus-visible,
.wbp-cart-sticky #wbpCartBtnDesktop:hover,
.wbp-cart-sticky #wbpCartBtnDesktop:focus-visible {
  background: #2d2b28 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.wbp-cart-quick-actions .wbp-cart-btn.added,
.wbp-cart-sticky .wbp-cart-btn.added,
.wbp-cart-inline .wbp-cart-btn.is-cart-link.added,
#wbpCartBtnMobile.wbp-cart-btn.added {
  background: linear-gradient(180deg, rgba(242,252,253,.98), rgba(223,245,249,.94)) !important;
  color: var(--text) !important;
}

.wbp-cart-quick-actions #wbpCartBtnDesktop.added,
.wbp-cart-sticky #wbpCartBtnDesktop.added {
  background: var(--green) !important;
  color: #ffffff !important;
}

.wbp-cart-quick-actions .wbp-cart-btn:disabled,
.wbp-cart-sticky .wbp-cart-btn:disabled,
.wbp-cart-inline .wbp-cart-btn.is-cart-link:disabled,
#wbpCartBtnMobile.wbp-cart-btn:disabled {
  background: rgba(214,220,230,.86) !important;
  border-color: rgba(153,170,200,.5) !important;
  color: rgba(69,50,36,.64) !important;
  opacity: 1;
  box-shadow: none;
}

.wbp-cart-quick-actions #wbpCartBtnDesktop:disabled,
.wbp-cart-sticky #wbpCartBtnDesktop:disabled {
  background: #7b766f !important;
  border-color: rgba(25,24,23,.08) !important;
  color: rgba(255,255,255,.82) !important;
}

.wbp-cart-quick-actions .wbp-cart-btn .wbp-cart-btn-icon,
.wbp-cart-quick-actions .wbp-cart-btn svg,
.wbp-cart-sticky .wbp-cart-btn .wbp-cart-btn-icon,
.wbp-cart-sticky .wbp-cart-btn svg,
.wbp-cart-inline .wbp-cart-btn.is-cart-link .wbp-cart-btn-icon,
.wbp-cart-inline .wbp-cart-btn.is-cart-link svg,
#wbpCartBtnMobile.wbp-cart-btn .wbp-cart-btn-icon,
#wbpCartBtnMobile.wbp-cart-btn svg {
  display: none;
}

.wbp-checkout-quick-btn,
#wbpCheckoutBtnMobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  margin: 0;
  border-radius: 12px;
  background: var(--text) !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid rgba(25,24,23,.12) !important;
  transition: background var(--t), transform var(--t), box-shadow var(--t);
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}

.wbp-checkout-quick-btn:hover,
.wbp-checkout-quick-btn:focus-visible,
#wbpCheckoutBtnMobile:hover,
#wbpCheckoutBtnMobile:focus-visible {
  background: #2d2b28 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.wbp-cart-note {
  display: none;
}

.wbp-divider {
  display: none;
}

.wbp-info-row {
  display: flex;
  justify-content: center;
  gap: 10px 18px;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  max-width: 860px;
}

.wbp-info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10.5px;
  color: var(--sub);
  text-align: center;
}

.wbp-info-item strong {
  color: var(--text);
  font-weight: 500;
}

.wbp-info-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--accent);
  opacity: .78;
}

.wbp-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  translate: -50% 8px;
  background: var(--text);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
  z-index: 9999;
  opacity: 0;
  transition: opacity .3s ease, translate .3s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-family: var(--body);
}

.wbp-toast.show {
  opacity: 1;
  translate: -50% 0;
}

.wbp-toast svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 700px) {
  body.single-product {
    --wbp-single-body-bg-position: 52% -86px;
    --wbp-single-body-bg-size: 255% auto;
    --wbp-single-wrap-bg-position: 55% -50px;
    --wbp-single-wrap-bg-size: 282% auto;
    --wbp-single-purchase-bg-position: 57% -18px;
    --wbp-single-purchase-bg-size: 308% auto;
    padding-bottom: env(safe-area-inset-bottom);
  }

  body.single-product.wbp-mobile-parallax-active {
    --wbp-single-body-bg-position: 52% calc(var(--wbp-frame-mobile-parallax-y, 0px) - 86px);
    --wbp-single-wrap-bg-position: 55% calc(var(--wbp-frame-mobile-parallax-y, 0px) - 50px);
    --wbp-single-purchase-bg-position: 57% calc(var(--wbp-frame-mobile-parallax-y, 0px) - 18px);
  }

  body.single-product .x-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px 12px 28px !important;
  }

  .wbp-back-btn {
    gap: 6px !important;
    padding: 6px 14px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    letter-spacing: .05em !important;
  }

  .wbp-back-btn svg {
    width: 11px !important;
    height: 11px !important;
  }

  .wbp-nav-inner {
    width: 36px;
    height: 56px;
    font-size: 16px;
  }

  .wbp-purchase {
    padding: 24px 16px calc(32px + env(safe-area-inset-bottom));
  }

  .wbp-purchase::before {
    background:
      linear-gradient(180deg, rgba(239,250,252,.66), rgba(210,239,245,.46)),
      var(--frame-bg-image) var(--wbp-single-purchase-bg-position, 57% -18px) / var(--wbp-single-purchase-bg-size, 308% auto) no-repeat;
    transform: translate3d(0, var(--wbp-single-purchase-parallax-y, 0px), 0) scale(1.09);
    transform-origin: center center;
  }

  .wbp-subtitle {
    text-align: center;
    color: var(--text);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 14px;
  }

  .wbp-lic-row {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 20px;
  }

  .wbp-lic {
    padding: 14px 14px 12px;
    border-radius: 12px;
  }

  .wbp-lic-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }

  .wbp-lic-meta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .wbp-lic-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  .wbp-lic-dot {
    width: 14px;
    height: 14px;
    margin-bottom: 0;
  }

  .wbp-lic-name {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.3;
  }

  .wbp-lic-price {
    margin-bottom: 0;
    font-size: 18px;
    white-space: nowrap;
  }

  .wbp-lic-toggle {
    display: flex;
    width: 16px;
    height: 16px;
    position: relative;
    flex-shrink: 0;
    color: var(--sub);
  }

  .wbp-lic-toggle::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform var(--t), color var(--t);
  }

  .wbp-wrap .wbp-lic.on .wbp-lic-toggle {
    color: var(--accent) !important;
  }

  .wbp-lic.on .wbp-lic-toggle::before {
    transform: rotate(-135deg) translate(-1px, -1px);
  }

  .wbp-lic-desc {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    padding-left: 24px;
    font-size: 10.5px;
    line-height: 1.5;
    transition: max-height .24s ease, opacity .18s ease, margin-top .18s ease;
  }

  .wbp-lic.on .wbp-lic-desc {
    max-height: 180px;
    opacity: 1;
    margin-top: 8px;
  }

  .wbp-cart-note {
    margin-bottom: 20px;
    font-size: 10.5px;
  }

  .wbp-divider {
    margin: 0 0 20px;
  }

  .wbp-info-row {
    gap: 8px 14px;
    margin: 2px auto 18px;
  }

  .wbp-info-item {
    gap: 6px;
    font-size: 10px;
  }

  .wbp-cart-inline {
    display: block !important;
  }

  .wbp-cart-inline .wbp-cart-btn {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 12px;
  }

  .wbp-cart-sticky,
  .wbp-cart-quick-actions {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    background: transparent;
    backdrop-filter: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    z-index: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
    box-shadow: none;
    margin-top: 24px;
  }

  .wbp-cart-sticky .wbp-cart-btn,
  .wbp-cart-quick-actions .wbp-cart-btn,
  .wbp-cart-inline .wbp-cart-btn.is-cart-link {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 12px;
    padding: 12px 10px;
    border: 2px solid var(--toolbar-border);
    background: var(--toolbar-bg);
    color: var(--text);
    box-shadow: var(--toolbar-shadow);
    font-size: 10px;
    letter-spacing: .07em;
  }

  .wbp-cart-sticky #wbpCartBtnDesktop,
  .wbp-cart-quick-actions #wbpCartBtnDesktop {
    border-color: rgba(25,24,23,.12) !important;
    background: var(--text) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.14);
  }

  .wbp-cart-sticky .wbp-cart-btn:hover,
  .wbp-cart-sticky .wbp-cart-btn:focus-visible,
  .wbp-cart-quick-actions .wbp-cart-btn:hover,
  .wbp-cart-quick-actions .wbp-cart-btn:focus-visible,
  .wbp-cart-inline .wbp-cart-btn.is-cart-link:hover,
  .wbp-cart-inline .wbp-cart-btn.is-cart-link:focus-visible {
    background: var(--toolbar-bg-hover);
    color: var(--text);
    box-shadow: 0 8px 24px rgba(69,50,36,.12);
  }

  .wbp-cart-sticky #wbpCartBtnDesktop:hover,
  .wbp-cart-sticky #wbpCartBtnDesktop:focus-visible,
  .wbp-cart-quick-actions #wbpCartBtnDesktop:hover,
  .wbp-cart-quick-actions #wbpCartBtnDesktop:focus-visible {
    background: #2d2b28 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
  }

  .wbp-cart-sticky .wbp-cart-btn.added,
  .wbp-cart-quick-actions .wbp-cart-btn.added,
  .wbp-cart-inline .wbp-cart-btn.is-cart-link.added {
    background: var(--toolbar-bg-hover);
    color: var(--text);
  }

  .wbp-cart-sticky #wbpCartBtnDesktop.added,
  .wbp-cart-quick-actions #wbpCartBtnDesktop.added {
    background: var(--green) !important;
    color: #ffffff !important;
  }

  .wbp-cart-sticky .wbp-cart-btn:disabled,
  .wbp-cart-quick-actions .wbp-cart-btn:disabled,
  .wbp-cart-inline .wbp-cart-btn.is-cart-link:disabled {
    background: rgba(214,220,230,.86);
    border-color: rgba(153,170,200,.5);
    color: rgba(69,50,36,.64);
    opacity: 1;
  }

  .wbp-cart-sticky #wbpCartBtnDesktop:disabled,
  .wbp-cart-quick-actions #wbpCartBtnDesktop:disabled {
    background: #7b766f !important;
    border-color: rgba(25,24,23,.08) !important;
    color: rgba(255,255,255,.82) !important;
  }

  .wbp-cart-sticky .wbp-cart-btn .wbp-cart-btn-icon,
  .wbp-cart-quick-actions .wbp-cart-btn .wbp-cart-btn-icon,
  .wbp-cart-inline .wbp-cart-btn.is-cart-link .wbp-cart-btn-icon {
    display: none;
  }

  .wbp-sticky-checkout-btn,
  .wbp-checkout-quick-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 12px;
    background: var(--text);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgba(25,24,23,.12);
    transition: background var(--t), transform var(--t), box-shadow var(--t);
    box-shadow: 0 12px 28px rgba(0,0,0,.14);
  }

  .wbp-sticky-checkout-btn:hover,
  .wbp-sticky-checkout-btn:focus-visible,
  .wbp-checkout-quick-btn:hover,
  .wbp-checkout-quick-btn:focus-visible {
    background: #2d2b28;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
  }
}

@media (max-width: 700px) and (orientation: portrait) {
  body.single-product .wbp-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow-x: clip !important;
  }

  body.single-product .wbp-wrap .wbp-photo-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single-product .wbp-wrap .wbp-photo-section img {
    width: 100vw !important;
    max-width: none !important;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  body.single-product {
    --wbp-single-body-bg-position: 52% -34px;
    --wbp-single-body-bg-size: 138% auto;
    --wbp-single-wrap-bg-position: 54% -20px;
    --wbp-single-wrap-bg-size: 154% auto;
    --wbp-single-purchase-bg-position: 56% -4px;
    --wbp-single-purchase-bg-size: 168% auto;
  }

  body.single-product.wbp-mobile-parallax-active {
    --wbp-single-body-bg-position: 52% calc(var(--wbp-frame-mobile-parallax-y, 0px) - 34px);
    --wbp-single-wrap-bg-position: 54% calc(var(--wbp-frame-mobile-parallax-y, 0px) - 20px);
    --wbp-single-purchase-bg-position: 56% calc(var(--wbp-frame-mobile-parallax-y, 0px) - 4px);
  }
}

@media (min-width: 701px) {
  .wbp-cart-sticky {
    display: none;
  }

  .wbp-info-row {
    margin: -4px auto 18px;
  }

  .wbp-cart-quick-actions {
    margin-top: 10px;
  }
}

.wbp-wrap .wbp-lic-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}

.wbp-wrap .wbp-lic-section {
  display: block;
}

.wbp-subtitle {
  display: none !important;
}

.wbp-wrap .wbp-lic-section__header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 2px solid rgba(125, 183, 200, 0.78);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.wbp-wrap .wbp-lic-section__title {
  width: 100%;
  font-family: var(--head);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.wbp-wrap .wbp-lic-section__icon {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-right: 2px solid rgba(25, 24, 23, 0.72);
  border-bottom: 2px solid rgba(25, 24, 23, 0.72);
  transform: translateY(-50%) rotate(45deg);
  transition: transform var(--t), border-color var(--t);
}

.wbp-wrap .wbp-lic-section.is-open .wbp-lic-section__icon {
  transform: translateY(-50%) rotate(225deg);
}

.wbp-wrap .wbp-lic-section.is-open .wbp-lic-section__header {
  border-bottom-color: var(--accent);
}

.wbp-wrap .wbp-lic-section.is-open .wbp-lic-section__icon {
  border-right-color: var(--accent);
  border-bottom-color: var(--accent);
}

.wbp-wrap .wbp-lic-section.is-selected:not(.is-open) .wbp-lic-section__header {
  border-bottom-color: rgba(125, 183, 200, 0.78);
}

.wbp-wrap .wbp-lic-section.is-selected:not(.is-open) .wbp-lic-section__icon {
  border-right-color: rgba(25, 24, 23, 0.72);
  border-bottom-color: rgba(25, 24, 23, 0.72);
}

.wbp-wrap .wbp-lic-section__body {
  padding-top: 16px;
}

.wbp-wrap .wbp-license-grid {
  display: grid;
  gap: 12px;
}

.wbp-wrap .wbp-license-grid--downloads {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wbp-wrap .wbp-license-grid--downloads .wbp-lic {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  border: 2px solid var(--button-blue-border);
  border-radius: 16px;
  padding: 18px 16px 16px;
  background: linear-gradient(180deg, rgba(239,249,251,.97), rgba(221,244,248,.88));
  box-shadow: 0 12px 28px rgba(92,141,156,.1);
  cursor: pointer;
  transition: border-color var(--t), background var(--t), box-shadow var(--t), transform var(--t);
}

.wbp-wrap .wbp-license-grid--downloads .wbp-lic:hover {
  border-color: var(--button-blue-border-strong);
  background: linear-gradient(180deg, rgba(245,252,253,.98), rgba(229,246,249,.92));
  transform: translateY(-1px);
}

.wbp-wrap .wbp-license-grid--downloads .wbp-lic.on {
  border-color: var(--accent) !important;
  background: linear-gradient(180deg, rgba(231,247,251,.98), rgba(205,236,242,.92));
  box-shadow: 0 0 0 2px rgba(237,32,36,.16), 0 16px 34px rgba(92,141,156,.14) !important;
}

.wbp-wrap .wbp-license-grid--downloads .wbp-lic-toggle,
.wbp-wrap .wbp-license-grid--downloads .wbp-lic-meta,
.wbp-wrap .wbp-license-grid--downloads .wbp-lic-side {
  display: none !important;
}

.wbp-wrap .wbp-license-grid--downloads .wbp-lic-head {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.wbp-wrap .wbp-license-grid--downloads .wbp-lic-dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  border: 1.5px solid #d6d0c6;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
  transition: border-color var(--t), background var(--t), box-shadow var(--t), transform var(--t);
}

.wbp-wrap .wbp-license-grid--downloads .wbp-lic.on .wbp-lic-dot {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 3px rgba(237,32,36,.12);
  transform: scale(1.04);
}

.wbp-wrap .wbp-license-grid--downloads .wbp-lic-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}

.wbp-wrap .wbp-license-grid--downloads .wbp-lic-price {
  margin: 0;
  font-family: var(--head);
  font-size: 28px;
  line-height: 1;
  color: var(--text);
}

.wbp-wrap .wbp-license-grid--downloads .wbp-lic-desc {
  display: block;
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible !important;
  margin-top: auto !important;
  padding-left: 0 !important;
  font-size: 11px;
  line-height: 1.55;
  color: var(--sub);
}

.wbp-wrap .wbp-print-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wbp-wrap .wbp-print-panel__grid {
  display: grid;
  gap: 10px;
}

.wbp-wrap .wbp-print-panel__grid--finish {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wbp-wrap .wbp-print-panel__grid--size {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wbp-wrap .wbp-print-choice {
  appearance: none;
  width: 100%;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  padding: 14px 12px;
  border: 2px solid var(--button-blue-border);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(239,249,251,.97), rgba(221,244,248,.88));
  color: var(--text);
  text-align: left;
  box-shadow: 0 10px 24px rgba(92,141,156,.1);
  cursor: pointer;
  transition: border-color var(--t), background var(--t), box-shadow var(--t), transform var(--t), opacity var(--t);
}

.wbp-wrap .wbp-print-choice:hover:not(.is-disabled),
.wbp-wrap .wbp-print-choice:focus-visible:not(.is-disabled) {
  border-color: var(--button-blue-border-strong);
  background: linear-gradient(180deg, rgba(245,252,253,.98), rgba(229,246,249,.92));
  transform: translateY(-1px);
  outline: none;
}

.wbp-wrap .wbp-print-choice.is-active {
  border-color: var(--accent) !important;
  background: linear-gradient(180deg, rgba(231,247,251,.98), rgba(205,236,242,.92));
  box-shadow: 0 0 0 2px rgba(237,32,36,.16), 0 16px 34px rgba(92,141,156,.14) !important;
}

.wbp-wrap .wbp-print-choice.is-disabled {
  opacity: .72;
  cursor: not-allowed;
  box-shadow: none;
}

.wbp-wrap .wbp-print-choice__title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
}

.wbp-wrap .wbp-print-choice--finish .wbp-print-choice__title {
  font-size: 15px;
}

.wbp-wrap .wbp-print-choice--finish {
  min-height: 72px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wbp-wrap .wbp-print-choice--finish .wbp-print-choice__title {
  width: auto;
  margin: 0;
}

.wbp-wrap .wbp-print-choice--finish .wbp-print-choice__meta {
  width: auto;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

.wbp-wrap .wbp-print-choice--size .wbp-print-choice__title {
  font-size: 16px;
  line-height: 1.2;
}

.wbp-wrap .wbp-print-choice--finish[data-print-finish="glans"] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(155, 210, 226, .9);
  background: linear-gradient(168deg, rgba(228,246,252,1) 0%, rgba(190,230,243,.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.88),
    inset 0 -1px 0 rgba(140,200,220,.15),
    0 8px 22px rgba(92,141,156,.14);
}

/* Top-half specular highlight — clean lichtreflectie op glanzend papier */
.wbp-wrap .wbp-print-choice--finish[data-print-finish="glans"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 54%;
  background: linear-gradient(180deg, rgba(255,255,255,.54) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.wbp-wrap .wbp-print-choice--finish[data-print-finish="glans"]::after {
  display: none;
}

.wbp-wrap .wbp-print-choice--finish[data-print-finish="glans"]:hover:not(.is-disabled),
.wbp-wrap .wbp-print-choice--finish[data-print-finish="glans"]:focus-visible:not(.is-disabled) {
  border-color: rgba(138, 198, 218, 1);
  background: linear-gradient(168deg, rgba(238,250,254,1) 0%, rgba(205,238,249,.99) 100%);
}

.wbp-wrap .wbp-print-choice--finish[data-print-finish="glans"].is-active {
  background: linear-gradient(168deg, rgba(218,244,251,1) 0%, rgba(185,226,240,.99) 100%);
}

.wbp-wrap .wbp-print-choice--finish[data-print-finish="glans"] > * {
  position: relative;
  z-index: 1;
}

.wbp-wrap .wbp-print-choice__meta {
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--sub);
}

.wbp-wrap .wbp-print-choice__meta--price {
  font-family: var(--head);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--text);
}

.wbp-wrap .wbp-print-choice--finish .wbp-print-choice__meta--price {
  font-size: 28px;
  line-height: 1;
}

.wbp-wrap .wbp-print-choice.is-active .wbp-print-choice__meta {
  color: #385863;
}

.wbp-wrap .wbp-print-choice.is-active .wbp-print-choice__meta--price {
  color: var(--text);
}

.wbp-wrap .wbp-print-panel__hint {
  font-size: 11px;
  line-height: 1.6;
  color: #5f6f75;
  padding: 2px 2px 0;
}

.wbp-wrap .wbp-print-panel__hint:empty {
  display: none;
}

@media (max-width: 700px) {
  .wbp-wrap .wbp-lic-row {
    gap: 16px;
    margin-bottom: 22px;
  }

  .wbp-wrap .wbp-lic-section__header {
    padding-bottom: 12px;
  }

  .wbp-wrap .wbp-lic-section__title {
    font-size: 23px;
  }

  .wbp-wrap .wbp-lic-section__body {
    padding-top: 14px;
  }

  .wbp-wrap .wbp-license-grid--downloads {
    grid-template-columns: 1fr;
  }

  .wbp-wrap .wbp-license-grid--downloads .wbp-lic {
    min-height: 0;
    padding: 15px 14px;
    gap: 8px;
  }

  .wbp-wrap .wbp-license-grid--downloads .wbp-lic-dot {
    width: 14px;
    height: 14px;
    box-shadow: inset 0 0 0 3px #fff;
  }

  .wbp-wrap .wbp-license-grid--downloads .wbp-lic-name {
    font-size: 13px;
  }

  .wbp-wrap .wbp-license-grid--downloads .wbp-lic-price {
    font-size: 21px;
  }

  .wbp-wrap .wbp-license-grid--downloads .wbp-lic-desc {
    font-size: 10.5px;
  }

  .wbp-wrap .wbp-print-panel__grid--finish {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wbp-wrap .wbp-print-panel__grid--size {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wbp-wrap .wbp-print-choice {
    min-height: 72px;
    padding: 12px 8px;
    gap: 4px;
    border-radius: 12px;
  }

  .wbp-wrap .wbp-print-choice__title {
    font-size: 12px;
  }

  .wbp-wrap .wbp-print-choice--finish .wbp-print-choice__title {
    font-size: 13px;
  }

  .wbp-wrap .wbp-print-choice--finish {
    min-height: 64px;
    gap: 8px;
  }

  .wbp-wrap .wbp-print-choice__meta {
    font-size: 9px;
    line-height: 1.35;
  }

  .wbp-wrap .wbp-print-choice__meta--price {
    font-size: 11px;
  }

  .wbp-wrap .wbp-print-choice--finish .wbp-print-choice__meta--price {
    font-size: 21px;
  }
}
