body.ns-route-c-pdp {
  --ns-pdp-paper: #fffaf3;
  --ns-pdp-paper-strong: #fff4e6;
  --ns-pdp-ink: #18324a;
  --ns-pdp-muted: #607286;
  --ns-pdp-line: rgba(24, 50, 74, 0.14);
  --ns-pdp-blue: #1f78c8;
  --ns-pdp-blue-dark: #155b99;
  --ns-pdp-green: #4f9270;
  --ns-pdp-coral: #df6f5c;
  --ns-pdp-shadow: 0 18px 48px rgba(24, 50, 74, 0.12);
  background: linear-gradient(180deg, #fffaf3 0, #ffffff 520px, #fffaf3 100%);
  color: var(--ns-pdp-ink);
  letter-spacing: 0;
}

body.ns-route-c-pdp #main,
body.ns-route-c-pdp .shop-container {
  background: transparent;
}

body.ns-route-c-pdp .shop-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 18px 64px;
}

body.ns-route-c-pdp .woocommerce-breadcrumb,
body.ns-route-c-pdp .breadcrumbs {
  color: rgba(24, 50, 74, 0.58);
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 18px;
}

body.ns-route-c-pdp .product-main,
body.ns-route-c-pdp .product > .row,
body.ns-route-c-pdp .section-content > .row:first-child {
  align-items: start;
}

body.ns-route-c-pdp .woocommerce-product-gallery,
body.ns-route-c-pdp .product-images {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 38px rgba(24, 50, 74, 0.10);
}

body.ns-route-c-pdp .woocommerce-product-gallery img,
body.ns-route-c-pdp .product-images img {
  border-radius: 0;
}

body.ns-route-c-pdp .product-thumbnails img,
body.ns-route-c-pdp .product-gallery-slider img {
  object-fit: cover;
}

body.ns-route-c-pdp .product-thumbnails .col:has(img[src$=".svg"]),
body.ns-route-c-pdp .woocommerce-product-gallery__image:has(img[src$=".svg"]) {
  display: none !important;
}

body.ns-route-c-pdp .product-info,
body.ns-route-c-pdp .summary,
body.ns-route-c-pdp .large-7 .col-inner:has(form.cart),
body.ns-route-c-pdp .large-7 .col-inner:has(.price-wrapper) {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--ns-pdp-line);
  border-radius: 8px;
  box-shadow: var(--ns-pdp-shadow);
  padding: 28px;
}

body.ns-route-c-pdp .ns-route-c-pdp-kicker {
  color: var(--ns-pdp-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

body.ns-route-c-pdp h1.product-title,
body.ns-route-c-pdp .product-title-container h1,
body.ns-route-c-pdp .summary h1.entry-title,
body.ns-route-c-pdp .product-info h1.entry-title {
  color: var(--ns-pdp-ink);
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: 0;
  margin: 0 0 14px;
}

body.ns-route-c-pdp .price-wrapper {
  margin: 0 0 16px;
}

body.ns-route-c-pdp .price-wrapper > .price,
body.ns-route-c-pdp .product-page-price {
  align-items: baseline;
  color: var(--ns-pdp-ink);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
}

body.ns-route-c-pdp .price-wrapper > .price del,
body.ns-route-c-pdp .product-page-price del {
  color: rgba(24, 50, 74, 0.42);
  font-size: 15px;
  opacity: 1;
}

body.ns-route-c-pdp .price-wrapper > .price ins,
body.ns-route-c-pdp .product-page-price ins {
  color: var(--ns-pdp-ink);
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}

body.ns-route-c-pdp .price-wrapper > .price ins::after,
body.ns-route-c-pdp .product-page-price ins::after {
  background: rgba(79, 146, 112, 0.13);
  border-radius: 999px;
  color: #32715a;
  content: "Actie";
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  margin-left: 10px;
  padding: 7px 10px;
  vertical-align: middle;
}

body.ns-route-c-pdp .woocommerce-product-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

body.ns-route-c-pdp .ns-route-c-pdp-decision {
  background: var(--ns-pdp-paper);
  border: 1px solid var(--ns-pdp-line);
  border-radius: 8px;
  margin: 18px 0;
  padding: 18px 20px;
}

body.ns-route-c-pdp .ns-route-c-pdp-decision p {
  color: var(--ns-pdp-ink);
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 12px;
}

body.ns-route-c-pdp .ns-route-c-pdp-decision ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ns-route-c-pdp .ns-route-c-pdp-decision li {
  color: var(--ns-pdp-ink);
  font-size: 15px;
  line-height: 1.4;
  padding-left: 26px;
  position: relative;
}

body.ns-route-c-pdp .ns-route-c-pdp-decision li::before {
  color: var(--ns-pdp-green);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

body.ns-route-c-pdp .ns-route-c-pdp-option-intro {
  background: #ffffff;
  border: 1px solid var(--ns-pdp-line);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  margin: 20px 0 14px;
  padding: 16px 18px;
}

body.ns-route-c-pdp .ns-route-c-pdp-option-intro strong {
  color: var(--ns-pdp-ink);
  font-size: 17px;
  line-height: 1.2;
}

body.ns-route-c-pdp .ns-route-c-pdp-option-intro span {
  color: var(--ns-pdp-muted);
  font-size: 14px;
  line-height: 1.45;
}

body.ns-route-c-pdp form.cart {
  margin-top: 0;
}

body.ns-route-c-pdp form.cart label,
body.ns-route-c-pdp .wcpa_form_item label,
body.ns-route-c-pdp .wcpa_field_label {
  color: var(--ns-pdp-ink);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  margin-bottom: 7px;
}

body.ns-route-c-pdp form.cart select,
body.ns-route-c-pdp form.cart input[type="text"],
body.ns-route-c-pdp form.cart input[type="number"],
body.ns-route-c-pdp form.cart input[type="file"],
body.ns-route-c-pdp .wcpa_form_outer select {
  background: #fff;
  border: 1px solid rgba(24, 50, 74, 0.18);
  border-radius: 8px;
  box-shadow: none;
  color: var(--ns-pdp-ink);
  min-height: 48px;
  padding: 0 14px;
}

body.ns-route-c-pdp form.cart select:focus,
body.ns-route-c-pdp form.cart input:focus {
  border-color: rgba(31, 120, 200, 0.55);
  box-shadow: 0 0 0 3px rgba(31, 120, 200, 0.12);
  outline: none;
}

body.ns-route-c-pdp .wcpa_form_item,
body.ns-route-c-pdp .wcpa_field_wrap {
  margin-bottom: 14px;
}

body.ns-route-c-pdp .wcpa_form_outer {
  background: #fff;
  border: 1px solid var(--ns-pdp-line);
  border-radius: 8px;
  margin: 16px 0 18px;
  padding: 18px;
}

body.ns-route-c-pdp .wcpa_row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ns-route-c-pdp .wcpa_row + .wcpa_row {
  margin-top: 14px;
}

body.ns-route-c-pdp .wcpa_field_wrap[class*="wcpa-col"] {
  width: auto !important;
}

body.ns-route-c-pdp .wcpa_required_ast,
body.ns-route-c-pdp .wcpa_tooltip_icon {
  color: var(--ns-pdp-blue);
}

body.ns-route-c-pdp .wcpa_image,
body.ns-route-c-pdp .wcpa_checkbox,
body.ns-route-c-pdp .wcpa_radio {
  border-color: var(--ns-pdp-line);
  border-radius: 8px;
}

body.ns-route-c-pdp .wcpa_upload_custom_1 .wcpa_file_style {
  cursor: pointer;
  display: block;
  position: relative;
}

body.ns-route-c-pdp .wcpa_upload_custom_1 input[type="file"] {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

body.ns-route-c-pdp .wcpa_upload_custom_1 .awpca_custom_file {
  align-items: center;
  background: linear-gradient(180deg, #fff 0, var(--ns-pdp-paper) 100%);
  border: 1px dashed rgba(31, 120, 200, 0.38);
  border-radius: 8px;
  color: var(--ns-pdp-muted);
  display: flex;
  gap: 10px;
  min-height: 48px;
  padding: 8px;
}

body.ns-route-c-pdp .wcpa_upload_custom_1 .awpca_custom_file::after {
  color: var(--ns-pdp-muted);
  content: "JPG, PNG of HEIC. Liefst scherp en goed belicht.";
  font-size: 12px;
  line-height: 1.25;
}

body.ns-route-c-pdp .wcpa_choose_button {
  background: var(--ns-pdp-ink);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  padding: 10px 14px;
}

body.ns-route-c-pdp .wcpa_type_productGroup,
body.ns-route-c-pdp .wcpa_type_image-group {
  grid-column: 1 / -1;
}

body.ns-route-c-pdp .wcpa_type_productGroup .wcpa_group_field,
body.ns-route-c-pdp .wcpa_type_image-group .wcpa_group_field {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

body.ns-route-c-pdp .wcpa_type_productGroup .wcpa_image,
body.ns-route-c-pdp .wcpa_type_image-group .wcpa_image {
  border: 0;
  margin: 0;
}

body.ns-route-c-pdp .wcpa_type_productGroup .wcpa_image label,
body.ns-route-c-pdp .wcpa_type_image-group .wcpa_image label {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(24, 50, 74, 0.13);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 18px 54px 1fr;
  min-height: 72px;
  padding: 10px 12px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body.ns-route-c-pdp .wcpa_type_productGroup .wcpa_image label:hover,
body.ns-route-c-pdp .wcpa_type_image-group .wcpa_image label:hover {
  border-color: rgba(31, 120, 200, 0.42);
  box-shadow: 0 10px 24px rgba(24, 50, 74, 0.08);
  transform: translateY(-1px);
}

body.ns-route-c-pdp .wcpa_type_productGroup .wcpa_image input,
body.ns-route-c-pdp .wcpa_type_image-group .wcpa_image input {
  margin: 0;
}

body.ns-route-c-pdp .wcpa_type_productGroup .wcpa_img_wrap,
body.ns-route-c-pdp .wcpa_type_image-group .wcpa_img_wrap {
  border-radius: 8px;
  height: 54px !important;
  overflow: hidden;
  width: 54px !important;
}

body.ns-route-c-pdp .wcpa_type_productGroup .wcpa_img_wrap img,
body.ns-route-c-pdp .wcpa_type_image-group .wcpa_img_wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.ns-route-c-pdp .wcpa_image_label {
  color: var(--ns-pdp-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

body.ns-route-c-pdp .wcpa_mag_icon,
body.ns-route-c-pdp .wcpa_selected_tick {
  display: none !important;
}

body.ns-route-c-pdp .wcpa_price_summary {
  background: rgba(79, 146, 112, 0.08);
  border: 1px solid rgba(79, 146, 112, 0.18);
  border-radius: 8px;
  margin-top: 16px;
  padding: 12px 14px;
}

body.ns-route-c-pdp .wcpa_total {
  align-items: center;
  color: var(--ns-pdp-ink);
  display: flex;
  font-size: 15px;
  font-weight: 850;
  justify-content: space-between;
}

body.ns-route-c-pdp .wcpa_price_outer {
  font-size: 18px;
  font-weight: 900;
}

body.ns-route-c-pdp .wcpa_price_outer del {
  color: rgba(24, 50, 74, 0.42);
  font-size: 13px;
  margin-right: 8px;
}

body.ns-route-c-pdp .quantity {
  align-items: center;
  border: 1px solid rgba(24, 50, 74, 0.16);
  border-radius: 999px;
  display: inline-flex;
  height: 48px;
  overflow: hidden;
}

body.ns-route-c-pdp .quantity input {
  border: 0 !important;
  min-height: 46px;
}

body.ns-route-c-pdp .single_add_to_cart_button,
body.ns-route-c-pdp button.single_add_to_cart_button,
body.ns-route-c-pdp .buy_now_button {
  border-radius: 999px !important;
  box-shadow: 0 12px 28px rgba(31, 120, 200, 0.22);
  font-size: 16px;
  font-weight: 900;
  min-height: 52px;
  padding: 0 24px;
  text-transform: none;
}

body.ns-route-c-pdp .buy_now_button,
body.ns-route-c-pdp .ux-buy-now-button {
  display: none !important;
}

body.ns-route-c-pdp .single_add_to_cart_button {
  background: var(--ns-pdp-blue) !important;
  flex: 1 1 280px;
}

body.ns-route-c-pdp .single_add_to_cart_button:hover {
  background: var(--ns-pdp-blue-dark) !important;
}

body.ns-route-c-pdp .buy_now_button {
  background: var(--ns-pdp-ink) !important;
  color: #fff !important;
}

body.ns-route-c-pdp .product-trust-signals {
  background: rgba(79, 146, 112, 0.08);
  border: 1px solid rgba(79, 146, 112, 0.18);
  border-radius: 8px;
  color: var(--ns-pdp-ink);
  display: grid;
  gap: 8px;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 18px;
  padding: 14px 16px;
}

body.ns-route-c-pdp .ns-route-c-pdp-support {
  border-top: 1px solid var(--ns-pdp-line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  padding-top: 18px;
}

body.ns-route-c-pdp .ns-route-c-pdp-support span {
  display: grid;
  gap: 4px;
}

body.ns-route-c-pdp .ns-route-c-pdp-support strong {
  color: var(--ns-pdp-ink);
  font-size: 14px;
  line-height: 1.2;
}

body.ns-route-c-pdp .ns-route-c-pdp-support small {
  color: var(--ns-pdp-muted);
  font-size: 12px;
  line-height: 1.35;
}

body.ns-route-c-pdp .ns-route-c-pdp-guarantee-proof {
  color: var(--ns-pdp-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin: 14px 0 0;
}

body.ns-route-c-pdp .ns-route-c-pdp-guarantee-proof::before {
  color: var(--ns-pdp-green);
  content: "✓";
  font-weight: 900;
  margin-right: 8px;
}

body.ns-route-c-pdp .ns-route-c-pdp-guarantee-proof strong {
  color: var(--ns-pdp-ink);
  font-weight: 900;
}

body.ns-route-c-pdp .woocommerce-tabs,
body.ns-route-c-pdp .product-footer {
  max-width: 1180px;
  margin: 42px auto 0;
}

body.ns-route-c-pdp .ns-route-c-pdp-context {
  max-width: 1180px;
  margin: 48px auto 18px;
  padding: 0 18px;
}

body.ns-route-c-pdp .ns-route-c-pdp-context__head {
  max-width: 720px;
  margin-bottom: 18px;
}

body.ns-route-c-pdp .ns-route-c-pdp-context h2 {
  color: var(--ns-pdp-ink);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

body.ns-route-c-pdp .ns-route-c-pdp-context__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ns-route-c-pdp .ns-route-c-pdp-context article {
  background: #fff;
  border: 1px solid var(--ns-pdp-line);
  border-radius: 8px;
  padding: 20px;
}

body.ns-route-c-pdp .ns-route-c-pdp-context h3 {
  color: var(--ns-pdp-ink);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 8px;
}

body.ns-route-c-pdp .ns-route-c-pdp-context p {
  color: var(--ns-pdp-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

body.ns-route-c-pdp-photo #section_1506515550 {
  display: none !important;
}

body.ns-route-c-pdp .ns-route-c-pdp-guide {
  max-width: 1180px;
  margin: 56px auto;
  padding: 0 18px;
}

body.ns-route-c-pdp .ns-route-c-pdp-guide__intro {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  margin-bottom: 22px;
}

body.ns-route-c-pdp .ns-route-c-pdp-guide__intro .ns-route-c-pdp-kicker {
  grid-column: 1 / -1;
  margin: 0;
}

body.ns-route-c-pdp .ns-route-c-pdp-guide__intro h2 {
  color: var(--ns-pdp-ink);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 850;
  grid-column: 1 / 2;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

body.ns-route-c-pdp .ns-route-c-pdp-guide__intro p:not(.ns-route-c-pdp-kicker) {
  align-self: end;
  color: var(--ns-pdp-muted);
  font-size: 17px;
  grid-column: 2 / 3;
  line-height: 1.55;
  margin: 0;
  max-width: 560px;
}

body.ns-route-c-pdp .ns-route-c-pdp-guide__steps {
  border-bottom: 1px solid var(--ns-pdp-line);
  border-top: 1px solid var(--ns-pdp-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.ns-route-c-pdp .ns-route-c-pdp-guide__steps article {
  padding: 24px 22px;
}

body.ns-route-c-pdp .ns-route-c-pdp-guide__steps article + article {
  border-left: 1px solid var(--ns-pdp-line);
}

body.ns-route-c-pdp .ns-route-c-pdp-guide__steps span {
  align-items: center;
  background: var(--ns-pdp-ink);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  margin-bottom: 14px;
  width: 30px;
}

body.ns-route-c-pdp .ns-route-c-pdp-guide__steps h3 {
  color: var(--ns-pdp-ink);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 8px;
}

body.ns-route-c-pdp .ns-route-c-pdp-guide__steps p {
  color: var(--ns-pdp-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

body.ns-route-c-pdp .related.products,
body.ns-route-c-pdp .upsells.products {
  max-width: 1180px;
  margin: 40px auto;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-section {
  background: transparent !important;
  border-bottom: 0;
  border-top: 1px solid var(--ns-pdp-line);
  margin: 64px calc(50% - 50vw) 0 !important;
  padding: 54px max(18px, calc((100vw - 1180px) / 2)) 64px !important;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-section .section-bg {
  background: transparent !important;
  display: none !important;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-section > .section-content {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-summary {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
  margin: 0 auto 34px;
  max-width: 820px;
  text-align: center;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-summary h2 {
  color: var(--ns-pdp-ink);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 auto 12px;
  max-width: 720px;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-summary p:not(.ns-route-c-pdp-kicker) {
  color: var(--ns-pdp-muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 680px;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-metrics {
  border-bottom: 1px solid var(--ns-pdp-line);
  border-top: 1px solid var(--ns-pdp-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 760px;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-metrics span {
  display: grid;
  gap: 4px;
  padding: 18px 16px;
  text-align: center;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-metrics span + span {
  border-left: 1px solid var(--ns-pdp-line);
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-metrics strong {
  color: var(--ns-pdp-ink);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-metrics small {
  color: var(--ns-pdp-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

body.ns-route-c-pdp .ns-route-c-pdp-proof-heading-original {
  display: none !important;
}

body.ns-route-c-pdp .ns-route-c-pdp-review-card {
  margin-bottom: 28px;
}

body.ns-route-c-pdp .ns-route-c-pdp-review-card > .col-inner {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  min-height: 100%;
  padding: 16px 10px;
  text-align: center;
}

body.ns-route-c-pdp .ns-route-c-pdp-review-card img {
  border: 4px solid #fff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(24, 50, 74, 0.10);
  height: 72px !important;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  width: 72px !important;
}

body.ns-route-c-pdp .ns-route-c-pdp-review-title,
body.ns-route-c-pdp .ns-route-c-pdp-review-card h2 {
  color: var(--ns-pdp-ink) !important;
  font-size: clamp(20px, 1.7vw, 24px) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  margin: 14px 0 10px !important;
  overflow-wrap: anywhere;
  text-align: center !important;
}

body.ns-route-c-pdp .ns-route-c-pdp-review-card p {
  color: var(--ns-pdp-muted);
  font-size: 15px;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
  text-align: center !important;
}

body.ns-route-c-pdp .ns-route-c-pdp-related-wrap {
  margin-top: 28px;
}

body.ns-route-c-pdp .ns-route-c-pdp-related-heading {
  color: var(--ns-pdp-ink) !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
  text-align: left !important;
}

body.ns-route-c-pdp .ns-route-c-pdp-related-intro {
  color: var(--ns-pdp-muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 10px 0 24px;
  max-width: 650px;
  text-align: left;
}

body.ns-route-c-pdp .ns-route-c-pdp-related-products {
  margin: 0 auto !important;
  max-width: 1180px;
}

body.ns-route-c-pdp .ns-route-c-pdp-related-products .products {
  align-items: stretch;
  row-gap: 22px;
}

body.ns-route-c-pdp .ns-route-c-pdp-related-products .box-text {
  display: flex;
  flex-direction: column;
}

body.ns-route-c-pdp .ns-route-c-pdp-related-products .add-to-cart-button {
  margin-top: auto;
  width: 100%;
}

body.ns-route-c-pdp .ns-route-c-pdp-related-products .add-to-cart-button a,
body.ns-route-c-pdp .ns-route-c-pdp-related-products .button {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

body.ns-route-c-pdp .woocommerce.columns-4:has(.products .product-small),
body.ns-route-c-pdp .product-section:has(.products .product-small) {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

body.ns-route-c-pdp .products .product-small {
  min-height: 0 !important;
}

body.ns-route-c-pdp .products .product-small .box {
  background: #fff;
  border: 1px solid var(--ns-pdp-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(24, 50, 74, 0.08);
  height: 100%;
  overflow: hidden;
}

body.ns-route-c-pdp .products .product-small .box-image {
  background: #fff;
  aspect-ratio: 1 / 1;
}

body.ns-route-c-pdp .products .product-small .box-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.ns-route-c-pdp .products .product-small .box-image img.ns-route-c-pdp-fallback-image {
  background: var(--ns-pdp-paper);
}

body.ns-route-c-pdp .products .product-small .box-text {
  padding: 14px 14px 16px;
}

body.ns-route-c-pdp .products .product-small .category {
  color: var(--ns-pdp-muted);
  display: block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 7px;
  text-transform: uppercase;
}

body.ns-route-c-pdp .products .product-small .product-title,
body.ns-route-c-pdp .products .product-small .woocommerce-loop-product__title,
body.ns-route-c-pdp .products .product-small .name,
body.ns-route-c-pdp .products .product-small .box-text a:not(.button) {
  color: var(--ns-pdp-ink) !important;
  display: -webkit-box;
  font-size: 17px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
  margin: 0 0 8px !important;
  max-height: 3.48em;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.ns-route-c-pdp .products .product-small .price {
  color: var(--ns-pdp-ink);
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  margin: 6px 0 10px;
}

body.ns-route-c-pdp .products .product-small .price del {
  color: rgba(24, 50, 74, 0.42);
  font-size: 12px;
}

body.ns-route-c-pdp .products .product-small .price ins {
  font-size: 15px;
  text-decoration: none;
}

body.ns-route-c-pdp .products .product-small .add-to-cart-button,
body.ns-route-c-pdp .products .product-small .button {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.1;
  min-height: 40px;
  padding: 8px 14px;
  text-align: center;
  text-transform: none;
  white-space: normal;
  width: 100%;
}

body.ns-route-c-pdp .ns-route-c-pdp-mobile-cta {
  display: none;
}

@media (max-width: 849px) {
  body.ns-route-c-pdp {
    padding-bottom: env(safe-area-inset-bottom);
  }

  body.ns-route-c-pdp .shop-container {
    padding: 10px 15px 48px;
  }

  body.ns-route-c-pdp .woocommerce-breadcrumb,
  body.ns-route-c-pdp .breadcrumbs {
    display: none;
  }

  body.ns-route-c-pdp .woocommerce-product-gallery,
  body.ns-route-c-pdp .product-images {
    max-height: 390px;
  }

  body.ns-route-c-pdp .woocommerce-product-gallery .flickity-viewport,
  body.ns-route-c-pdp .product-gallery-slider .flickity-viewport,
  body.ns-route-c-pdp .product-images .flickity-viewport {
    max-height: 390px !important;
  }

  body.ns-route-c-pdp .woocommerce-product-gallery__image,
  body.ns-route-c-pdp .product-gallery-slider .slide,
  body.ns-route-c-pdp .product-images .slide {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    max-height: 390px;
  }

  body.ns-route-c-pdp .woocommerce-product-gallery__image img,
  body.ns-route-c-pdp .product-gallery-slider img,
  body.ns-route-c-pdp .product-images img {
    max-height: 390px;
    object-fit: contain;
    width: 100%;
  }

  body.ns-route-c-pdp .product-info,
  body.ns-route-c-pdp .summary,
  body.ns-route-c-pdp .large-7 .col-inner:has(form.cart),
  body.ns-route-c-pdp .large-7 .col-inner:has(.price-wrapper) {
    border: 0;
    box-shadow: none;
    padding: 14px 0 0;
  }

  body.ns-route-c-pdp h1.product-title,
  body.ns-route-c-pdp .product-title-container h1,
  body.ns-route-c-pdp .summary h1.entry-title,
  body.ns-route-c-pdp .product-info h1.entry-title {
    font-size: 28px;
    line-height: 1.05;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-decision {
    margin: 14px 0;
    padding: 16px 15px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-decision p {
    font-size: 17px;
    line-height: 1.45;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-decision li {
    font-size: 16px;
    line-height: 1.35;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-support,
  body.ns-route-c-pdp .ns-route-c-pdp-context__grid,
  body.ns-route-c-pdp .wcpa_row,
  body.ns-route-c-pdp .ns-route-c-pdp-guide__intro,
  body.ns-route-c-pdp .ns-route-c-pdp-guide__steps,
  body.ns-route-c-pdp .ns-route-c-pdp-proof-summary,
  body.ns-route-c-pdp .ns-route-c-pdp-proof-metrics {
    grid-template-columns: 1fr;
  }

  body.ns-route-c-pdp .wcpa_form_outer {
    padding: 12px;
  }

  body.ns-route-c-pdp .wcpa_type_productGroup .wcpa_image label,
  body.ns-route-c-pdp .wcpa_type_image-group .wcpa_image label {
    grid-template-columns: 18px 48px 1fr;
    min-height: 62px;
    padding: 8px 10px;
  }

  body.ns-route-c-pdp .wcpa_type_productGroup .wcpa_img_wrap,
  body.ns-route-c-pdp .wcpa_type_image-group .wcpa_img_wrap {
    height: 48px !important;
    width: 48px !important;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-guide {
    margin: 36px auto;
    padding: 0 15px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-guide__intro h2 {
    font-size: 30px;
    grid-column: 1;
    line-height: 1.03;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-guide__intro p:not(.ns-route-c-pdp-kicker) {
    font-size: 15px;
    grid-column: 1;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-guide__steps article {
    border-left: 0 !important;
    padding: 18px 0;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-guide__steps article + article {
    border-top: 1px solid var(--ns-pdp-line);
  }

  body.ns-route-c-pdp .ns-route-c-pdp-proof-section {
    margin-top: 42px !important;
    padding: 34px 15px 44px !important;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-proof-summary {
    gap: 18px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-proof-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.ns-route-c-pdp .ns-route-c-pdp-proof-metrics span {
    padding: 14px 8px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-proof-summary h2,
  body.ns-route-c-pdp .ns-route-c-pdp-related-heading {
    font-size: 30px !important;
    line-height: 1.03 !important;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-proof-summary p:not(.ns-route-c-pdp-kicker),
  body.ns-route-c-pdp .ns-route-c-pdp-related-intro {
    font-size: 15px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-proof-metrics span + span {
    border-left: 1px solid var(--ns-pdp-line);
    border-top: 0;
  }

  body.ns-route-c-pdp .single_add_to_cart_button,
  body.ns-route-c-pdp button.single_add_to_cart_button {
    border-radius: 999px !important;
    flex: 1 1 0;
    font-size: 18px;
    min-height: 58px;
    padding: 0 24px;
    white-space: nowrap;
    width: auto;
  }

  body.ns-route-c-pdp form.cart .quantity {
    flex: 0 0 92px;
    height: 54px;
  }

  body.ns-route-c-pdp form.cart .quantity input {
    min-height: 52px;
  }

  body.ns-route-c-pdp form.cart .quantity + .single_add_to_cart_button,
  body.ns-route-c-pdp form.cart .single_add_to_cart_button:first-child {
    margin-left: 10px;
  }

  body.ns-route-c-pdp form.cart .wcpa_form_outer + .quantity,
  body.ns-route-c-pdp form.cart .wcpa_price_summary + .quantity {
    margin-top: 18px;
  }

  body.ns-route-c-pdp .product-trust-signals {
    margin-top: 18px;
    padding: 15px 16px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-support {
    border-top: 1px solid rgba(24, 50, 74, 0.12);
    gap: 12px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-support span {
    border-bottom: 1px solid rgba(24, 50, 74, 0.10);
    padding-bottom: 11px;
  }

  body.ns-route-c-pdp .products .product-small .product-title,
  body.ns-route-c-pdp .products .product-small .woocommerce-loop-product__title,
  body.ns-route-c-pdp .products .product-small .name,
  body.ns-route-c-pdp .products .product-small .box-text a:not(.button) {
    font-size: 15px !important;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-related-products .products {
    display: flex !important;
    flex-flow: row nowrap !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 2px 15px 18px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-related-products .products > .product-small {
    flex: 0 0 224px !important;
    flex-basis: 224px !important;
    max-width: 224px !important;
    min-width: 224px;
    padding-left: 0;
    padding-right: 0;
    scroll-snap-align: start;
    width: 224px !important;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-related-products .box-text {
    padding: 13px 13px 14px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-related-products .add-to-cart-button a,
  body.ns-route-c-pdp .ns-route-c-pdp-related-products .button {
    border-radius: 999px !important;
    font-size: 12px;
    line-height: 1.1;
    min-height: 44px;
    padding: 8px 10px;
    white-space: nowrap;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-related-products .products .product-small .box {
    box-shadow: 0 12px 26px rgba(24, 50, 74, 0.08);
  }

  body.ns-route-c-pdp .ns-route-c-pdp-related-products .products .product-small .box-image {
    aspect-ratio: 1 / 0.92;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-mobile-cta {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(24, 50, 74, 0.14);
    border-radius: 8px 8px 0 0;
    bottom: 0;
    box-shadow: 0 -14px 34px rgba(24, 50, 74, 0.16);
    display: flex;
    gap: 12px;
    left: 0;
    opacity: 0;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    pointer-events: none;
    position: fixed;
    transform: translateY(110%);
    transition: opacity 0.18s ease, transform 0.18s ease;
    width: 100%;
    z-index: 99997;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-mobile-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.ns-route-c-pdp .ns-route-c-pdp-mobile-cta__price {
    color: var(--ns-pdp-ink);
    display: grid;
    flex: 1 1 auto;
    line-height: 1.05;
    min-width: 0;
    overflow: hidden;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-mobile-cta__price small {
    color: var(--ns-pdp-muted);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-mobile-cta__price strong {
    color: var(--ns-pdp-ink);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-mobile-cta button {
    background: var(--ns-pdp-blue);
    border: 0;
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 900;
    min-height: 48px;
    padding: 0 18px;
    text-transform: none;
  }
}

body.ns-route-c-pdp .product-trust-signals {
  display: none !important;
}

body.ns-route-c-pdp #section_1506515550 {
  display: none !important;
}

body.ns-route-c-pdp #section_1665495815 {
  display: none !important;
}

body.ns-route-c-pdp .custom-product-page > section.section:has(img[src*="nummerschilderen_com_logo"]) {
  display: none !important;
}

body.ns-route-c-pdp .wcpa_tooltip_icon {
  display: none !important;
}

body.ns-route-c-pdp .quality-features-list {
  display: grid;
  gap: 8px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 14px 0 12px;
  padding: 0;
}

body.ns-route-c-pdp .quality-features-list li {
  align-items: center;
  color: var(--ns-pdp-ink);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  line-height: 1.25;
  margin: 0;
  min-width: 0;
  padding-left: 0 !important;
  position: static !important;
}

body.ns-route-c-pdp .quality-features-list li::before {
  color: var(--ns-pdp-green);
  content: "✓";
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 900;
  left: auto !important;
  margin-right: 0;
  position: static !important;
}

body.ns-route-c-pdp .features-icons {
  border-bottom: 1px solid var(--ns-pdp-line);
  border-top: 1px solid var(--ns-pdp-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 12px 0 16px;
  padding: 10px 0;
}

body.ns-route-c-pdp .feature-icon-item {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  min-width: 0;
  padding: 0 8px;
}

body.ns-route-c-pdp .feature-icon-item + .feature-icon-item {
  border-left: 1px solid var(--ns-pdp-line);
}

body.ns-route-c-pdp .feature-icon-item img {
  height: 24px;
  object-fit: contain;
  width: 24px;
}

body.ns-route-c-pdp .feature-icon-item p {
  color: var(--ns-pdp-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
  margin: 0;
}

@media (min-width: 850px) {
  body.ns-route-c-pdp .ns-route-c-pdp-decision {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    margin: 14px 0 12px;
    padding: 14px 16px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-decision p {
    font-size: 14px;
    line-height: 1.42;
    margin: 0;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-decision ul {
    gap: 6px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-decision li {
    font-size: 13px;
    line-height: 1.25;
    padding-left: 21px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-option-intro {
    margin: 12px 0;
    padding: 13px 16px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-option-intro strong {
    font-size: 16px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-option-intro span {
    font-size: 13px;
    line-height: 1.35;
  }

  body.ns-route-c-pdp .wcpa_form_outer {
    margin: 12px 0 14px;
    padding: 16px;
  }

  body.ns-route-c-pdp .wcpa_section_body {
    display: grid;
    gap: 14px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ns-route-c-pdp .wcpa_row {
    display: contents;
  }

  body.ns-route-c-pdp .wcpa_row + .wcpa_row {
    margin-top: 0;
  }

  body.ns-route-c-pdp .wcpa_field_wrap {
    margin-bottom: 0;
  }

  body.ns-route-c-pdp .wcpa_type_image-group {
    grid-column: 1 / -1;
  }

  body.ns-route-c-pdp .wcpa_type_image-group .wcpa_group_field {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ns-route-c-pdp .wcpa_type_image-group .wcpa_image label {
    grid-template-columns: 18px 46px 1fr;
    min-height: 66px;
    padding: 9px 10px;
  }

  body.ns-route-c-pdp .wcpa_type_image-group .wcpa_img_wrap {
    height: 46px !important;
    width: 46px !important;
  }

  body.ns-route-c-pdp .wcpa_type_separator {
    display: none;
  }

  body.ns-route-c-pdp .wcpa_price_summary {
    margin-top: 14px;
    padding: 12px 14px;
  }

  body.ns-route-c-pdp .wcpa_total {
    font-size: 14px;
  }

  body.ns-route-c-pdp .wcpa_price_outer {
    font-size: 20px;
  }

  body.ns-route-c-pdp form.cart {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  body.ns-route-c-pdp form.cart > .ns-route-c-pdp-decision,
  body.ns-route-c-pdp form.cart > .ns-route-c-pdp-option-intro,
  body.ns-route-c-pdp form.cart > .wcpa_form_outer {
    flex: 0 0 100%;
  }

  body.ns-route-c-pdp form.cart .quantity {
    flex: 0 0 104px;
    margin: 0;
  }

  body.ns-route-c-pdp form.cart .single_add_to_cart_button {
    flex: 1 1 260px;
    margin: 0;
  }
}

@media (max-width: 849px) {
  body.ns-route-c-pdp .ns-route-c-pdp-decision {
    display: none;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-option-intro {
    display: none;
  }

  body.ns-route-c-pdp .quality-features-list {
    gap: 8px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 10px 0 12px;
  }

  body.ns-route-c-pdp .quality-features-list li {
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    min-height: 38px;
    padding: 4px 0 !important;
  }

  body.ns-route-c-pdp .features-icons {
    display: none;
  }

  body.ns-route-c-pdp .wcpa_row + .wcpa_row {
    margin-top: 8px;
  }

  body.ns-route-c-pdp .wcpa_form_outer {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  body.ns-route-c-pdp .wcpa_type_separator {
    display: none;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-support {
    margin-top: 16px;
  }

  body.ns-route-c-pdp .payments-container {
    margin-top: 14px;
  }
}

/* v0.2.12 mobile above-the-fold compression */
@media (max-width: 849px) {
  body.ns-route-c-pdp .wcpa_field_wrap {
    margin-bottom: 0;
  }

  body.ns-route-c-pdp form.cart label,
  body.ns-route-c-pdp .wcpa_form_item label,
  body.ns-route-c-pdp .wcpa_field_label {
    font-size: 13px;
    margin-bottom: 5px;
  }

  body.ns-route-c-pdp form.cart select,
  body.ns-route-c-pdp form.cart input[type="text"],
  body.ns-route-c-pdp form.cart input[type="number"],
  body.ns-route-c-pdp form.cart input[type="file"],
  body.ns-route-c-pdp .wcpa_form_outer select {
    min-height: 44px;
  }

  body.ns-route-c-pdp .wcpa_type_image-group .wcpa_group_field {
    gap: 8px;
  }

  body.ns-route-c-pdp .wcpa_type_image-group .wcpa_img_wrap {
    height: 44px !important;
    width: 44px !important;
  }

  body.ns-route-c-pdp .wcpa_image_label {
    font-size: 13px;
  }

  body.ns-route-c-pdp .wcpa_price_summary {
    margin-top: 10px;
    padding: 10px 12px;
  }

  body.ns-route-c-pdp .wcpa_total {
    font-size: 14px;
  }

  body.ns-route-c-pdp .wcpa_price_outer {
    font-size: 17px;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-support {
    display: none;
  }

  body.ns-route-c-pdp .ns-route-c-pdp-guarantee-proof {
    border-top: 1px solid rgba(24, 50, 74, 0.12);
    margin: 12px 0 0;
    padding-top: 12px;
  }
}
