.nd-vpr-reviews {
  --nd-vpr-display-text: #202224;
  --nd-vpr-display-muted: #666a6e;
  --nd-vpr-display-line: rgba(32, 34, 36, 0.16);
  --nd-vpr-display-accent: #c98200;
  width: 100%;
  padding: clamp(48px, 7vw, 96px) 0;
  background: transparent;
  color: var(--nd-vpr-display-text);
  scroll-margin-top: 110px;
}

.nd-vpr-product-rating-summary {
  --nd-vpr-display-accent: #c98200;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  gap: 8px;
  margin: 8px 0 14px;
  padding: 0;
  color: #202224 !important;
  font: inherit;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
}

.nd-vpr-product-rating-summary[hidden] {
  display: none !important;
}

.nd-vpr-product-rating-summary .nd-vpr-stars {
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  align-items: center;
  gap: 1px;
  font-size: 16px;
  line-height: 20px;
}

.nd-vpr-product-rating-summary .nd-vpr-star,
.nd-vpr-product-rating-summary .nd-vpr-star__base,
.nd-vpr-product-rating-summary .nd-vpr-star__fill {
  height: 20px;
  line-height: 20px;
}

.nd-vpr-product-rating-summary > strong {
  display: inline-flex;
  height: 20px;
  align-items: center;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.nd-vpr-product-rating-summary > span:last-child {
  display: inline-flex;
  height: 20px;
  align-items: center;
  padding-left: 8px;
  border-left: 1px solid rgba(32, 34, 36, 0.2);
  color: #666a6e;
  line-height: 20px;
}

.nd-vpr-product-rating-summary:hover > span:last-child {
  color: #202224;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nd-vpr-product-rating-summary:focus-visible {
  border-radius: 2px;
  outline: 3px solid var(--nd-vpr-display-accent);
  outline-offset: 4px;
}

.nd-vpr-reviews *,
.nd-vpr-reviews *::before,
.nd-vpr-reviews *::after {
  box-sizing: border-box;
}

.nd-vpr-reviews__inner {
  width: min(90%, 1380px);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 72px);
  border: 1px solid rgba(32, 34, 36, 0.1);
  border-radius: 20px;
  background: #f8f8f6;
}

.nd-vpr-reviews__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-bottom: clamp(42px, 7vw, 86px);
}

.nd-vpr-reviews__header--empty {
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 32px;
  text-align: center;
}

.nd-vpr-reviews__header h2 {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.nd-vpr-reviews__summary {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2px 14px;
  align-items: center;
}

.nd-vpr-reviews__summary > strong {
  grid-row: 1 / 3;
  color: inherit;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 650;
  line-height: 1;
}

.nd-vpr-reviews__summary > span:last-child {
  color: var(--nd-vpr-display-muted);
  font-size: 14px;
  line-height: 1.35;
}

.nd-vpr-reviews__empty {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: clamp(18px, 2.5vw, 30px) 20px;
  text-align: center;
}

.nd-vpr-reviews--empty {
  padding: clamp(24px, 4vw, 48px) 0;
}

.nd-vpr-reviews--empty .nd-vpr-reviews__inner {
  padding-block: clamp(26px, 3.5vw, 44px);
}

.nd-vpr-reviews__empty strong {
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.25;
}

.nd-vpr-reviews__empty p {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--nd-vpr-display-muted);
  line-height: 1.5;
}

.nd-vpr-reviews__empty .nd-vpr-reviews__submit-button {
  margin-top: 14px;
}

.nd-vpr-reviews__viewport {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 14px;
  align-items: center;
}

.nd-vpr-reviews__list--carousel {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: center;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.nd-vpr-reviews__list--carousel.is-overflowing {
  justify-content: flex-start;
}

.nd-vpr-reviews__list--carousel::-webkit-scrollbar {
  display: none;
}

.nd-vpr-reviews__list--carousel .nd-vpr-review {
  flex: 0 0 calc((100% - 36px) / 3);
  scroll-snap-align: start;
}

.nd-vpr-reviews__list--count-2 .nd-vpr-review {
  flex-basis: calc((100% - 18px) / 2);
}

.nd-vpr-reviews__list--count-1 .nd-vpr-review {
  flex-basis: min(100%, 720px);
}

.nd-vpr-reviews__list--carousel.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}

.nd-vpr-reviews__list--carousel.is-dragging * {
  user-select: none;
}

.nd-vpr-reviews__list--carousel img {
  -webkit-user-drag: none;
}

.nd-vpr-reviews__arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(32, 34, 36, 0.2);
  border-radius: 50%;
  background: #fefefe;
  color: var(--nd-vpr-display-text);
  cursor: pointer;
}

.nd-vpr-reviews__arrow span {
  display: block;
  font: 400 30px/1 Arial, sans-serif;
  transform: translateY(-1px);
}

.nd-vpr-reviews__arrow:hover:not(:disabled) {
  border-color: rgba(32, 34, 36, 0.42);
  background: #f1f1ef;
}

.nd-vpr-reviews__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.nd-vpr-reviews__arrow:focus-visible {
  outline: 3px solid var(--nd-vpr-display-accent);
  outline-offset: 3px;
}

.nd-vpr-review {
  --nd-vpr-card-padding: clamp(20px, 2.3vw, 28px);
  display: flex;
  align-self: flex-start;
  min-width: 0;
  flex-direction: column;
  padding: var(--nd-vpr-card-padding);
  border: 1px solid rgba(32, 34, 36, 0.12);
  border-radius: 12px;
  background: #fefefe;
  overflow: hidden;
}

.nd-vpr-review__top {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(32, 34, 36, 0.12);
}

.nd-vpr-review__author {
  display: block;
  color: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.nd-vpr-review__variant {
  margin: 5px 0 0;
  padding: 0;
  color: var(--nd-vpr-display-muted);
  font-size: 14px;
  line-height: 1.45;
}

.nd-vpr-review__rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.nd-vpr-review__rating {
  display: flex;
  align-items: center;
  min-width: 0;
}

.nd-vpr-review__date {
  flex: 0 0 auto;
  color: var(--nd-vpr-display-muted);
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}

.nd-vpr-stars {
  display: inline-flex;
  gap: 2px;
  width: max-content;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}

.nd-vpr-star {
  position: relative;
  display: inline-block;
  height: 1em;
  color: #d4d4d4;
  line-height: 1;
}

.nd-vpr-star__base {
  display: block;
  line-height: 1;
}

.nd-vpr-star__fill {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  overflow: hidden;
  color: var(--nd-vpr-display-accent);
  line-height: 1;
}

.nd-vpr-review__product {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.nd-vpr-review__product-row {
  display: block;
}

.nd-vpr-review__product-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
  color: var(--nd-vpr-display-muted);
  font-size: 13px;
  line-height: 1.4;
}

.nd-vpr-review__product-copy > strong {
  overflow: hidden;
  color: var(--nd-vpr-display-text);
  font-size: 15px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nd-vpr-review__product-copy small {
  color: inherit;
  font: inherit;
  font-weight: 600;
}

.nd-vpr-review__finish {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nd-vpr-review__finish img {
  display: block;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  outline: 1px solid rgba(32, 34, 36, 0.2);
  object-fit: cover;
}

.nd-vpr-review__content {
  max-width: 74ch;
  color: inherit;
  font-size: 15px;
  line-height: 1.65;
}

.nd-vpr-review__author-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(32, 34, 36, 0.12);
}

.nd-vpr-review__content p {
  margin: 0 0 12px;
  padding: 0;
}

.nd-vpr-review__content p:last-child {
  margin-bottom: 0;
}

.nd-vpr-review__read-more {
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nd-vpr-display-text);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.nd-vpr-review__read-more:focus-visible {
  outline: 3px solid var(--nd-vpr-display-accent);
  outline-offset: 3px;
}

.nd-vpr-review__photos {
  display: grid;
  gap: 6px;
  margin: 20px 0 0;
}

.nd-vpr-review__photo,
.nd-vpr-review__photo-more {
  display: grid;
  width: 86px;
  height: 86px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  appearance: none;
  cursor: pointer;
  outline-offset: 3px;
}

.nd-vpr-reviews__list--carousel .nd-vpr-review__photo,
.nd-vpr-reviews__list--carousel .nd-vpr-review__photo-more {
  width: 100%;
  height: 100%;
  min-height: 96px;
  border-radius: 9px;
}

.nd-vpr-review__photos--single {
  grid-template-columns: 1fr;
}

.nd-vpr-review__photos--single .nd-vpr-review__photo {
  aspect-ratio: 4 / 3;
}

.nd-vpr-review__photos--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nd-vpr-review__photos--double .nd-vpr-review__photo {
  aspect-ratio: 1;
}

.nd-vpr-review__photos--multiple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nd-vpr-review__photos--multiple .nd-vpr-review__photo:first-child {
  grid-column: auto;
  aspect-ratio: 1;
}

.nd-vpr-review__photos--multiple .nd-vpr-review__photo:nth-child(2),
.nd-vpr-review__photos--multiple .nd-vpr-review__photo-more {
  aspect-ratio: 1;
}

.nd-vpr-reviews__list--carousel .nd-vpr-review__photos--multiple .nd-vpr-review__photo,
.nd-vpr-reviews__list--carousel .nd-vpr-review__photos--multiple .nd-vpr-review__photo-more {
  height: auto;
  min-height: 0;
}

.nd-vpr-review__photo {
  background: #ececea;
}

.nd-vpr-review__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.nd-vpr-review img[data-nd-vpr-deferred-src],
.nd-vpr-review img.is-loading {
  opacity: 0;
}

.nd-vpr-review img.is-loaded {
  opacity: 1;
  transition: opacity 180ms ease, transform 180ms ease;
}

.nd-vpr-review__photo:hover img {
  transform: scale(1.035);
}

.nd-vpr-review__photo-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  padding: 8px 5px;
  background: #292c2f;
  color: #f7f7f5;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: normal;
}

.nd-vpr-review__photo-more:hover {
  background: #3b3f43;
}

.nd-vpr-review__photo-more::after {
  content: "Voir la galerie";
  display: block;
  max-width: 100%;
  margin: 0;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.025em;
  overflow-wrap: anywhere;
  text-align: center;
  text-transform: uppercase;
}

.nd-vpr-review__photo:focus-visible,
.nd-vpr-review__photo-more:focus-visible,
.nd-vpr-gallery button:focus-visible {
  outline: 3px solid var(--nd-vpr-display-accent);
}

.nd-vpr-review__disclosure {
  margin: 0;
  padding: 10px 12px;
  width: fit-content;
  border-left: 3px solid var(--nd-vpr-display-accent);
  background: #f5f5f3;
  color: #56595c;
  font-size: 13px;
  line-height: 1.45;
}

.nd-vpr-reviews .nd-vpr-review__badge {
  display: inline-grid;
  grid-template-columns: 20px minmax(0, auto);
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 34px;
  margin: 0 !important;
  padding: 6px 10px 6px 7px !important;
  border: 1px solid rgba(32, 34, 36, 0.13);
  border-radius: 999px;
  background: #f5f5f3;
  color: #4f5356;
  font-size: 12px;
  font-weight: 650;
  line-height: 20px !important;
}

.nd-vpr-review__badge-icon {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #303438;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.nd-vpr-review__badge-label {
  display: inline-flex;
  height: 20px;
  align-items: center;
  padding: 0;
  line-height: 20px;
  white-space: nowrap;
}

.nd-vpr-review__badge-glyph {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  line-height: 1;
}

.nd-vpr-review__badge--verified {
  border-color: rgba(39, 105, 72, 0.2);
  background: #f1f7f3;
  color: #285c42;
}

.nd-vpr-review__badge--verified .nd-vpr-review__badge-icon {
  background: #326f50;
}

.nd-vpr-review__badge--nielsen .nd-vpr-review__badge-icon {
  background: #303438;
}

.nd-vpr-review__badge-icon img {
  display: block;
  width: 8px;
  max-width: 40%;
  height: auto;
  max-height: 60%;
  object-fit: contain;
}

.nd-vpr-reviews__limited {
  margin: 18px 0 0;
  padding: 0;
  color: var(--nd-vpr-display-muted);
  font-size: 13px;
}

.nd-vpr-reviews__actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.nd-vpr-reviews__submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  padding: 12px 24px;
  border: 1px solid #202224;
  border-radius: 7px;
  background: #202224;
  color: #fefefe;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}

.nd-vpr-reviews__submit-button:hover {
  background: #383b3e;
}

.nd-vpr-reviews__submit-button:active {
  transform: translateY(1px);
}

.nd-vpr-reviews__submit-button:focus-visible {
  outline: 3px solid var(--nd-vpr-display-accent);
  outline-offset: 3px;
}

html.nd-vpr-gallery-is-open,
html.nd-vpr-submit-is-open {
  overflow: hidden;
}

.nd-vpr-gallery {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgba(20, 22, 24, 0.34);
  color: #f5f5f3;
}

.nd-vpr-gallery:not([open]) {
  display: none;
}

.nd-vpr-gallery::backdrop {
  background: rgba(20, 22, 24, 0.58);
  backdrop-filter: blur(3px);
}

.nd-vpr-submit {
  width: min(92vw, 900px);
  max-width: 900px;
  max-height: min(92dvh, 900px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #fefefe;
  color: var(--nd-vpr-display-text);
}

.nd-vpr-submit:not([open]) {
  display: none;
}

.nd-vpr-submit::backdrop {
  background: rgba(20, 22, 24, 0.58);
  backdrop-filter: blur(3px);
}

.nd-vpr-submit__panel {
  position: relative;
  max-height: min(92dvh, 900px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.nd-vpr-submit__body {
  padding: clamp(28px, 5vw, 54px);
}

.nd-vpr-submit__close {
  position: sticky;
  top: 14px;
  z-index: 2;
  display: flex;
  width: 42px;
  height: 42px;
  margin: 14px 14px -56px auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(32, 34, 36, 0.16);
  border-radius: 50%;
  background: #fefefe;
  color: #202224;
  cursor: pointer;
}

.nd-vpr-submit__close span {
  display: block;
  font: 400 28px/1 Arial, sans-serif;
  transform: translateY(1px);
}

.nd-vpr-submit__close:hover {
  background: #f1f1ef;
}

.nd-vpr-submit__close:focus-visible {
  outline: 3px solid var(--nd-vpr-display-accent);
  outline-offset: 3px;
}

.nd-vpr-gallery__panel {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: 28px;
}

.nd-vpr-gallery__figure {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 14px;
  margin: 0;
}

.nd-vpr-gallery__figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 104px);
  border-radius: 12px;
  object-fit: contain;
}

.nd-vpr-gallery__figure figcaption {
  color: #d7d8d7;
  font-size: 14px;
  line-height: 1;
}

.nd-vpr-gallery__close,
.nd-vpr-gallery__previous,
.nd-vpr-gallery__next {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(245, 245, 243, 0.3);
  border-radius: 50%;
  background: rgba(245, 245, 243, 0.1);
  color: #f5f5f3;
  cursor: pointer;
}

.nd-vpr-gallery__close span,
.nd-vpr-gallery__previous span,
.nd-vpr-gallery__next span {
  display: block;
  font: 400 34px/1 Arial, sans-serif;
  transform: translateY(-1px);
}

.nd-vpr-gallery__previous span {
  transform: translate(-2px, -3px);
}

.nd-vpr-gallery__next span {
  transform: translate(2px, -3px);
}

.nd-vpr-gallery__close:hover,
.nd-vpr-gallery__previous:hover,
.nd-vpr-gallery__next:hover {
  background: rgba(245, 245, 243, 0.2);
}

.nd-vpr-gallery__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.nd-vpr-gallery__previous {
  justify-self: start;
}

.nd-vpr-gallery__next {
  justify-self: end;
}

.nd-vpr-gallery button[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .nd-vpr-reviews {
    padding: 24px 0;
  }

  .nd-vpr-reviews__inner {
    width: min(94%, 620px);
    padding: 28px 18px;
    border-radius: 14px;
  }

  .nd-vpr-reviews__header {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    margin-bottom: 36px;
  }

  .nd-vpr-reviews__header--empty {
    justify-items: center;
    margin-bottom: 26px;
    text-align: center;
  }

  .nd-vpr-reviews__header h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .nd-vpr-reviews__summary {
    justify-self: start;
  }

  .nd-vpr-review__rating {
    justify-items: start;
  }

  .nd-vpr-review__rating-row {
    gap: 8px;
  }

  .nd-vpr-review__rating-row .nd-vpr-stars {
    font-size: 17px;
  }

  .nd-vpr-review__date {
    font-size: 11px;
  }

  .nd-vpr-reviews__viewport {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
  }

  .nd-vpr-reviews__list--carousel .nd-vpr-review {
    flex-basis: 100%;
  }

  .nd-vpr-reviews__list--carousel {
    justify-content: flex-start;
  }

  .nd-vpr-reviews__arrow {
    width: 40px;
    height: 40px;
  }

  .nd-vpr-review__product {
    padding-top: 14px;
  }

  .nd-vpr-submit {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    border-radius: 0;
  }

  .nd-vpr-submit__panel {
    max-height: 100dvh;
  }

  .nd-vpr-submit__body {
    padding: 28px 20px 44px;
  }

  .nd-vpr-gallery__panel {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    padding: 16px 8px;
  }

  .nd-vpr-gallery__figure img {
    max-height: calc(100dvh - 94px);
    border-radius: 8px;
  }

  .nd-vpr-gallery__close,
  .nd-vpr-gallery__previous,
  .nd-vpr-gallery__next {
    width: 40px;
    height: 40px;
  }

  .nd-vpr-gallery__close {
    top: 12px;
    right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nd-vpr-review__photo img,
  .nd-vpr-review img.is-loaded {
    transition: none;
  }
}
