.nd-vpr {
  --nd-vpr-ink: #17191b;
  --nd-vpr-muted: #666b70;
  --nd-vpr-line: rgba(23, 25, 27, 0.16);
  --nd-vpr-accent: #d9a300;
  color: var(--nd-vpr-ink);
  margin-inline: auto;
  max-width: 760px;
  width: 100%;
}

.nd-vpr *,
.nd-vpr *::before,
.nd-vpr *::after { box-sizing: border-box; }
.nd-vpr [hidden] { display: none !important; }
.nd-vpr__header { margin-bottom: 32px; }
.nd-vpr__header h2 { margin: 4px 0 10px; }
.nd-vpr__header p { margin: 0; }
.nd-vpr__eyebrow { color: var(--nd-vpr-muted); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.nd-vpr__step { border-top: 1px solid var(--nd-vpr-line); display: grid; gap: 24px; padding-top: 28px; }
.nd-vpr__field { display: grid; gap: 8px; margin: 0; padding: 0; }
.nd-vpr__field label,
.nd-vpr__field legend { font-weight: 700; }
.nd-vpr__field label span { color: var(--nd-vpr-muted); font-weight: 400; }
.nd-vpr input[type="email"],
.nd-vpr input[type="text"],
.nd-vpr input[type="search"],
.nd-vpr select,
.nd-vpr textarea {
  appearance: none;
  background: #fff;
  border: 1px solid var(--nd-vpr-line);
  border-radius: 6px;
  color: inherit;
  font: inherit;
  min-height: 48px;
  padding: 11px 13px;
  width: 100%;
}
.nd-vpr textarea { resize: vertical; }
.nd-vpr input:focus-visible,
.nd-vpr select:focus-visible,
.nd-vpr textarea:focus-visible,
.nd-vpr button:focus-visible { outline: 3px solid rgba(0, 95, 204, 0.3); outline-offset: 2px; }
.nd-vpr__button { align-items: center; background: var(--nd-vpr-ink); border: 0; border-radius: 5px; color: #fff; cursor: pointer; display: inline-flex; font: inherit; font-weight: 700; justify-content: center; justify-self: start; line-height: 1.2; min-height: 48px; padding: 11px 22px; }
.nd-vpr__button:hover { opacity: 0.86; }
.nd-vpr__button:disabled { cursor: wait; opacity: 0.5; }
.nd-vpr__button--review { gap: 9px; min-width: 190px; }
.nd-vpr__button-loader { align-items: center; display: none; gap: 3px; height: 8px; justify-content: center; width: 18px; }
.nd-vpr__button.is-loading .nd-vpr__button-loader { display: inline-flex; }
.nd-vpr__button-loader i { animation: nd-vpr-loading-dot 720ms ease-in-out infinite alternate; background: currentColor; border-radius: 50%; display: block; height: 4px; width: 4px; }
.nd-vpr__button-loader i:nth-child(2) { animation-delay: 120ms; }
.nd-vpr__button-loader i:nth-child(3) { animation-delay: 240ms; }
@keyframes nd-vpr-loading-dot {
  from { opacity: 0.35; transform: translateY(1px); }
  to { opacity: 1; transform: translateY(-1px); }
}
.nd-vpr__link { background: transparent; border: 0; color: inherit; cursor: pointer; justify-self: start; padding: 0; text-decoration: underline; }
.nd-vpr__status { border-left: 4px solid #246b3c; margin-bottom: 24px; padding: 12px 16px; }
.nd-vpr__status--success { background: #edf8f0; border-color: #246b3c; }
.nd-vpr__status--error { background: #fff0f0; border-color: #a52525; }
.nd-vpr__status--info { background: #f2f4f5; border-color: #66717a; }
.nd-vpr__identity { background: #f5f5f3; border-radius: 6px; display: grid; gap: 0; padding: 16px; }
.nd-vpr__identity p { margin: 0 !important; padding: 0 !important; }
.nd-vpr__identity small { color: var(--nd-vpr-muted); display: block; font-size: 0.8rem; line-height: 1.45; margin-top: 0; }
.nd-vpr__hint,
.nd-vpr__counter { color: var(--nd-vpr-muted); font-size: 0.875rem; margin: 0; }
.nd-vpr__counter { justify-self: end; }
.nd-vpr__products-field { border: 0; }
.nd-vpr__product-search { display: grid; gap: 7px; margin-top: 4px; }
.nd-vpr__product-search > span { font-size: 0.86rem; }
.nd-vpr__products { display: grid; gap: 10px; grid-template-columns: 1fr; padding: 2px; }
.nd-vpr__products-pagination { align-items: center; display: flex; gap: 12px; justify-content: center; margin-top: 4px; }
.nd-vpr__products-pagination button { align-items: center; background: #fff; border: 1px solid var(--nd-vpr-line); border-radius: 50%; color: var(--nd-vpr-ink); cursor: pointer; display: inline-flex; font: 700 21px/1 Arial, sans-serif; height: 42px; justify-content: center; padding: 0 0 2px; width: 42px; }
.nd-vpr__products-pagination button:hover:not(:disabled) { border-color: var(--nd-vpr-ink); }
.nd-vpr__products-pagination button:disabled { cursor: default; opacity: 0.3; }
.nd-vpr__products-pagination span { color: var(--nd-vpr-muted); font-size: 0.85rem; min-width: 92px; text-align: center; }
.nd-vpr__products-empty { color: var(--nd-vpr-muted); margin: 4px 0 0; padding: 14px; text-align: center; }
.nd-vpr__product-card { align-items: stretch; background: #fff; border: 1px solid var(--nd-vpr-line); border-radius: 8px; cursor: pointer; display: grid; grid-template-columns: clamp(108px, 22%, 142px) minmax(0, 1fr); min-height: 132px; min-width: 0; overflow: hidden; position: relative; transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.nd-vpr__product-card:hover { border-color: rgba(23, 25, 27, 0.48); transform: translateY(-1px); }
.nd-vpr__product-card:active { transform: scale(0.99); }
.nd-vpr__product-card:has(input:focus-visible) { outline: 3px solid rgba(0, 95, 204, 0.3); outline-offset: 2px; }
.nd-vpr__product-card:has(input:checked) { border-color: var(--nd-vpr-ink); box-shadow: 0 0 0 1px var(--nd-vpr-ink); }
.nd-vpr__product-card > input { cursor: pointer; height: 100%; inset: 0; opacity: 0; position: absolute; width: 100%; z-index: 2; }
.nd-vpr__product-image { align-items: center; align-self: stretch; background: #f1f1ef; display: flex; height: 100%; justify-content: center; min-height: 132px; overflow: hidden; padding: 12px; width: auto; }
.nd-vpr__product-image img { display: block; height: 100%; max-width: 100%; object-fit: contain; width: 100%; }
.nd-vpr__product-content { align-content: center; display: grid; gap: 5px; min-width: 0; padding: 16px 48px 16px 18px; }
.nd-vpr__product-name { font-size: 0.94rem; font-weight: 700; line-height: 1.35; overflow-wrap: anywhere; }
.nd-vpr__product-details { color: var(--nd-vpr-muted); font-size: 0.87rem; line-height: 1.4; overflow-wrap: anywhere; }
.nd-vpr__product-date { color: var(--nd-vpr-muted); display: block; font-size: 0.8rem; line-height: 1.4; margin-top: 7px; overflow-wrap: anywhere; }
.nd-vpr__product-check { align-items: center; background: #17191b; border: 0; border-radius: 50%; color: #fff !important; display: flex; font: 700 14px/1 Arial, sans-serif; height: 27px; justify-content: center; opacity: 0; padding: 0; pointer-events: none; position: absolute; right: 11px; top: 11px; transform: scale(0.7); transition: opacity 160ms ease, transform 160ms ease; width: 27px; z-index: 3; }
.nd-vpr__product-check::before { color: #fff !important; content: "\2713"; display: block; line-height: 1; }
.nd-vpr__product-card:has(input:checked) .nd-vpr__product-check { opacity: 1; transform: scale(1); }
.nd-vpr__rating-field { border: 0; }
.nd-vpr__rating { display: inline-flex; gap: 3px; width: max-content; }
.nd-vpr__star { display: block; height: 46px; position: relative; width: 46px; }
.nd-vpr__star-visual { color: #c7c7c3; display: block; font-size: 42px; height: 46px; left: 0; line-height: 1; overflow: hidden; pointer-events: none; position: absolute; top: 0; width: max-content; }
.nd-vpr__star-visual::after { color: var(--nd-vpr-accent); content: "★"; height: 46px; left: 0; line-height: 1; overflow: hidden; position: absolute; top: 0; width: 0; }
.nd-vpr__star[data-fill="half"] .nd-vpr__star-visual::after { width: 50%; }
.nd-vpr__star[data-fill="full"] .nd-vpr__star-visual::after { width: 100%; }
.nd-vpr__star-hit { background: transparent; border: 0; cursor: pointer; height: 46px; margin: 0; padding: 0; position: absolute; top: 0; width: 50%; z-index: 1; }
.nd-vpr__star-hit--left { left: 0; }
.nd-vpr__star-hit--right { right: 0; }
.nd-vpr__star-hit:focus-visible { border-radius: 4px; outline-offset: -2px; }
.nd-vpr__rating-output { color: var(--nd-vpr-muted); font-size: 0.9rem; }
.nd-vpr__help { background: #fff6db; border-left: 4px solid var(--nd-vpr-accent); display: grid; gap: 2px; padding: 14px 16px; }
.nd-vpr__help a { color: #555b60 !important; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.nd-vpr__help a:hover { color: #2f3438 !important; }
.nd-vpr__help a:focus-visible { border-radius: 2px; outline: 3px solid rgba(0, 95, 204, 0.3); outline-offset: 2px; }
.nd-vpr__consent { align-items: flex-start; display: flex; gap: 10px; }
.nd-vpr__consent input { flex: 0 0 auto; margin-top: 4px; }
.nd-vpr__previews { display: flex; flex-wrap: wrap; gap: 10px; }
.nd-vpr__previews figure { flex: 0 0 88px; margin: 0; min-width: 0; position: relative; width: 88px; }
.nd-vpr__previews img { aspect-ratio: 1; border-radius: 4px; display: block; height: 88px; object-fit: cover; width: 88px; }
.nd-vpr__previews figcaption { font-size: 0.72rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nd-vpr__photo-remove { align-items: center; background: rgba(23, 25, 27, 0.92); border: 2px solid #fff; border-radius: 50%; color: #fff; cursor: pointer; display: flex; font: 700 20px/1 Arial, sans-serif; height: 28px; justify-content: center; padding: 0 0 2px; position: absolute; right: 6px; top: 6px; width: 28px; }
.nd-vpr__photo-remove:hover { background: #a52525; }
.nd-vpr__photo-remove:active { transform: scale(0.94); }
.nd-vpr__honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }

@media (max-width: 600px) {
  .nd-vpr__products { grid-template-columns: 1fr; }
  .nd-vpr__product-card { grid-template-columns: 92px minmax(0, 1fr); grid-template-rows: auto; min-height: 116px; }
  .nd-vpr__product-image { min-height: 116px; padding: 9px; }
  .nd-vpr__product-content { padding: 13px 42px 13px 13px; }
  .nd-vpr__previews figure { flex-basis: 76px; width: 76px; }
  .nd-vpr__previews img { height: 76px; width: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  .nd-vpr { scroll-behavior: auto; }
  .nd-vpr__product-card,
  .nd-vpr__product-check { transition: none; }
  .nd-vpr__button-loader i { animation: none; opacity: 1; transform: none; }
}
