.single-product .hp-variation-chips {
  gap: 12px;
}

.single-product :is(.hp-commerce-shell, .hp-site-main) > .woocommerce-breadcrumb {
  font-size: 14px;
  font-weight: 500;
  line-height: 23.2px;
}

.single-product .product_title {
  font-weight: 700;
  text-transform: none;
}

.single-product .hp-product-badges {
  max-width: 100%;
  margin: 8px 0 18px;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
}

.single-product .hp-product-badges .hp-product-badge {
  display: inline-flex;
  min-width: 0;
  min-height: 25px;
  padding: 5px;
  align-items: center;
  flex: 0 0 auto;
  gap: 4px;
  border: 0;
  background: rgba(193,213,194,.32);
  font-family: "HP Inter", Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.single-product .hp-product-badge svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.single-product .hp-product-badge strong {
  font: inherit;
}

@media (min-width: 768px) {
  .single-product .hp-product-rating__link {
    font-weight: 500;
  }

  .single-product form.cart table.variations th.label {
    display: none;
  }

  .single-product form.cart table.variations td.value {
    grid-column: 1;
  }
}

.single-product .hp-product-rating {
  min-height: 20px;
  height: 20px;
  margin-bottom: 8px;
}

.single-product .hp-product-rating__link {
  display: inline-flex;
  height: 18px;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.single-product .hp-product-rating__stars {
  display: inline-flex;
  height: 18px;
  gap: 3px;
}

.single-product .hp-product-rating__star {
  position: relative;
  display: block;
  width: 19px;
  height: 18px;
  color: #d7d7d2;
  font-size: 19px;
  line-height: 18px;
}

.single-product .hp-product-rating__star-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  color: #f90;
  overflow: hidden;
  white-space: nowrap;
}

.single-product .hp-product-rating__text {
  white-space: nowrap;
}

.single-product div.product > .onsale {
  display: none;
}

.single-product .woocommerce-product-gallery__trigger {
  top: 0;
  right: 0;
  width: 100%;
  height: 100cqi;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
}

.single-product .woocommerce-product-gallery__trigger span,
.single-product .woocommerce-product-gallery__trigger img {
  display: none;
}

.single-product .woocommerce-product-gallery__trigger:focus-visible {
  outline: 2px solid #111;
  outline-offset: -2px;
}

.single-product .woocommerce-product-gallery .zoomImg {
  pointer-events: none;
}

.single-product .hp-variation-chips button {
  padding: 18px 20px;
  border-color: #e3ded6;
  border-radius: 14px;
  font-weight: 600;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.single-product .hp-variation-chips button:hover {
  border-color: #14342b;
  background: #fbf9f6;
}

.single-product .hp-variation-chips button.is-active {
  padding: 17px 19px;
  border-color: #14342b;
  background: #fbf9f6;
}

.single-product .hp-variation-chips button.is-active::before {
  top: -2px;
  right: -2px;
  border-radius: 0 14px 0 8px;
  background: #14342b;
  color: #fff;
}

.single-product .hp-variation-card__price {
  font-weight: 800;
}

.single-product .hp-variation-chips button.is-active .hp-variation-card__benefits {
  display: none;
}

.single-product .hp-variation-chips button.is-active::after {
  content: none;
}

@media (min-width: 768px) {
  .single-product .hp-variation-chips button.is-active {
    min-height: 164px;
  }

  .single-product .hp-variation-chips button.is-active .hp-variation-card__data {
    right: auto;
    bottom: 20px;
    left: 20px;
    width: auto;
    justify-content: start;
    text-align: left;
  }
}

.single-product button.single_add_to_cart_button,
.single-product button.single_add_to_cart_button:hover {
  border-color: #14342b;
  border-radius: 999px;
  background: #14342b;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.single-product button.single_add_to_cart_button:hover {
  background: #0d251f;
}

.single-product .hp-purchase-assurance,
.single-product .hp-buy-box-support > p:first-of-type {
  display: none;
}

.single-product .hp-buy-box-support {
  height: 48px;
  grid-template-rows: repeat(2, 24px);
}

.single-product .hp-variation-chips button:focus-visible,
.single-product button.single_add_to_cart_button:focus-visible {
  outline: 2px solid #14342b;
  outline-offset: 3px;
}

.single-product .hp-product-poster::after,
.single-product .hp-product-poster > div {
  display: none;
}

.single-product .hp-product-proof__copy > p:not(.hp-kicker) {
  font-size: 14px;
}

.single-product .hp-education-copy > p:not(.hp-kicker) {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.single-product .hp-product-transition h2,
.single-product .hp-review-spotlight h2 {
  font-weight: 700;
}

.single-product .hp-review-spotlight {
  min-height: 0;
  align-items: flex-start;
}

.single-product .hp-review-spotlight .hp-shell {
  min-height: 0;
}

.single-product .hp-review-spotlight blockquote {
  min-height: 0;
}

.single-product .hp-review-spotlight footer {
  position: static;
  margin-top: 32px;
}

.single-product .hp-review-filters:not([open]) > div {
  display: none;
}

.single-product .hp-review-filters[open] > div {
  display: grid;
}

.single-product .hp-review-author {
  height: 48px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
}

.single-product .hp-review-avatar {
  grid-row: 1 / 3;
  margin: 0;
}

.single-product .hp-review-author strong {
  grid-column: 2;
  font-size: 14px;
  font-weight: 600;
  line-height: 22.4px;
}

.single-product .hp-review-author > span:not(.hp-review-avatar) {
  grid-column: 2;
}

.single-product .hp-review-author time {
  grid-column: 3;
  grid-row: 1 / 3;
  margin: 0;
  justify-self: end;
}

.single-product .hp-review-author > span:not(.hp-review-avatar),
.single-product .hp-review-author time,
.single-product .hp-review-context {
  font-size: 12px;
  line-height: 19.2px;
}

.single-product .hp-review-content {
  display: grid;
  min-height: 0;
  grid-template-rows: auto auto auto auto;
  align-content: start;
  justify-items: stretch;
}

.single-product .hp-review-context {
  min-height: 48px;
  margin-bottom: 24px;
}

.single-product .hp-product-review-list .hp-review-stars {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22.4px;
}

.single-product .hp-product-review-list article p {
  max-width: none;
  margin: 38.4px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}

.single-product .hp-review-helpful {
  margin-top: 16px;
  align-self: start;
  justify-self: end;
  gap: 4px;
  font-size: 14px;
  line-height: 22.4px;
}

.single-product .hp-review-helpful button {
  border-bottom: 0;
}

.single-product .hp-product-details {
  height: auto;
  min-height: 0;
}

.single-product .hp-product-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.single-product .hp-product-detail-card {
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.single-product .hp-product-detail-card > img {
  transition: transform .65s cubic-bezier(.16,1,.3,1);
}

.single-product .hp-product-detail-card__bar {
  min-height: 104px;
  padding: 24px 32px;
  background: rgba(17,17,17,.76);
  transition: background-color .25s ease;
}

.single-product .hp-product-detail-card__bar h3 {
  max-width: calc(100% - 68px);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
  white-space: normal;
}

.single-product .hp-product-detail-card__bar button {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.single-product .hp-product-detail-card__bar button > span:first-child {
  font-size: 25px;
  line-height: 1;
}

.single-product .hp-product-detail-card:hover > img,
.single-product .hp-product-detail-card:focus-within > img {
  transform: scale(1.025);
}

.single-product .hp-product-detail-card:hover .hp-product-detail-card__bar,
.single-product .hp-product-detail-card:focus-within .hp-product-detail-card__bar {
  background: rgba(17,17,17,.86);
}

.single-product .hp-product-detail-card__bar button:hover,
.single-product .hp-product-detail-card__bar button:focus-visible {
  background: var(--hp-accent);
  color: var(--hp-ink);
}

.single-product .hp-product-detail-card__bar button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.single-product .hp-product-detail-drawer__backdrop {
  background: rgba(0,0,0,.7);
  opacity: 0;
  cursor: pointer;
  transition: opacity .6s cubic-bezier(.7,0,.2,1);
}

.single-product .hp-product-detail-drawer[hidden] {
  display: none;
}

.single-product .hp-product-detail-drawer:not([hidden]) {
  display: grid;
  padding: 0;
  place-items: end stretch;
}

.single-product .hp-product-detail-drawer__panel {
  position: relative;
  top: auto;
  right: auto;
  bottom: 0;
  display: flex;
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  max-height: calc(100vh - 60px);
  max-height: calc(100dvh - 60px);
  padding: 0;
  flex-direction: column;
  border-radius: 24px 24px 0 0;
  background: var(--hp-paper);
  box-shadow: 0 -20px 70px rgba(0,0,0,.2);
  opacity: 1;
  overflow: hidden;
  transform: translate3d(0,100%,0);
  transition: transform .6s cubic-bezier(.7,0,.2,1);
}

.single-product .hp-product-detail-drawer.is-open .hp-product-detail-drawer__backdrop {
  opacity: 1;
}

.single-product .hp-product-detail-drawer.is-open .hp-product-detail-drawer__panel {
  transform: translateZ(0);
}

.single-product .hp-product-detail-drawer__handle {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 50%;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: #b8b8b2;
  transform: translateX(-50%);
}

.single-product .hp-product-detail-drawer__body {
  min-height: 0;
  padding: 58px 20px 32px;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

.single-product .hp-product-detail-drawer__body h3 {
  margin: 0;
  font-weight: 700;
}

.single-product .hp-product-detail-drawer__body > p:last-child {
  margin: 25px 0 0;
  color: var(--hp-ink);
  font-size: 16px;
  line-height: 1.6;
}

.single-product .hp-product-detail-drawer__close {
  z-index: 2;
  top: 18px;
  right: 20px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--hp-ink);
  border-radius: 50%;
  background: var(--hp-paper);
  color: var(--hp-ink);
  line-height: 1;
}

.single-product .hp-product-detail-drawer__close:focus-visible {
  outline: 2px solid var(--hp-ink);
  outline-offset: 3px;
}

html.hp-product-detail-open,
body.hp-product-detail-open {
  overflow: hidden;
}

body.hp-product-detail-open {
  padding-right: var(--hp-product-detail-scrollbar, 0);
}

@media (min-width: 768px) {
  .single-product .hp-product-details {
    padding-top: 21.5px;
    padding-bottom: 46.5px;
  }

  .single-product .hp-product-detail-drawer:not([hidden]) {
    padding: 48px;
    place-items: center;
  }

  .single-product .hp-product-detail-drawer__panel {
    width: min(960px, calc(100vw - 96px));
    height: auto;
    max-height: calc(100vh - 96px);
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    transform: scale(.94);
    transition: opacity .35s ease, transform .35s cubic-bezier(.16,1,.3,1);
  }

  .single-product .hp-product-detail-drawer.is-open .hp-product-detail-drawer__panel {
    opacity: 1;
    transform: scale(1);
  }

  .single-product .hp-product-detail-drawer__handle {
    display: none;
  }

  .single-product .hp-product-detail-drawer__body {
    padding: 25px 48px 32px;
  }

  .single-product .hp-product-detail-drawer__body .hp-kicker {
    display: none;
  }

  .single-product .hp-product-detail-drawer__body h3 {
    margin: 0 64px 0 0;
    font-size: 43px;
    line-height: 1;
  }

  .single-product .hp-product-detail-drawer__body > p:last-child {
    margin: 25px 0 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .single-product .hp-product-detail-drawer__close {
    top: 24px;
    right: 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    background: transparent;
    line-height: 1;
  }

  .single-product .hp-education-split:not(.hp-education-split--dark) .hp-education-copy {
    padding-right: 60px;
  }

  .single-product .hp-education-split--dark {
    background: #000;
    color: #fff;
  }

  .single-product .hp-education-split--dark .hp-education-copy {
    padding-left: 60px;
  }

  .single-product .hp-education-split--dark .hp-kicker,
  .single-product .hp-education-split--dark .hp-education-copy > p:not(.hp-kicker) {
    color: #fff;
  }

  .single-product .hp-product-compare th,
  .single-product .hp-product-compare td {
    width: 24%;
    text-align: center;
  }

  .single-product .hp-product-compare thead th {
    font-weight: 700;
  }

  .single-product .hp-product-compare tbody th,
  .single-product .hp-product-compare tbody td {
    font-weight: 500;
  }

  .single-product .hp-product-compare tr > :first-child {
    width: 28%;
  }

  .single-product .hp-product-compare tr > :nth-child(2) {
    font-weight: 700;
  }

  .single-product .hp-review-spotlight blockquote {
    font-size: 36px;
    line-height: 1.3;
  }

  .single-product .hp-review-tabs {
    font-size: 14px;
    line-height: 1.6;
  }

  .single-product .hp-review-tabs button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hp-ink);
    font: inherit;
  }

  .single-product .hp-review-tabs button[aria-selected="true"] {
    border-bottom: 1px solid currentColor;
  }

  .single-product .hp-review-tabs button:disabled {
    color: var(--hp-muted);
  }

  .single-product .hp-review-filters summary {
    min-width: 92px;
    min-height: 40px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }
}

@media (min-width: 1024px) {
  .single-product .hp-product-reviews {
    padding: 18px 0;
  }

  .single-product .hp-product-reviews__head {
    display: block;
    height: 196px;
    min-height: 196px;
    padding: 0;
    margin-top: 0;
    border-bottom: 0;
  }

  .single-product .hp-rating-summary {
    width: 350px;
    height: 172px;
    min-width: 0;
    grid-template-rows: 32px 116px;
    gap: 24px;
  }

  .single-product .hp-rating-summary__average {
    display: flex;
    height: 32px;
    align-items: center;
    column-gap: 10px;
  }

  .single-product .hp-rating-summary__average small {
    margin: 0;
    grid-column: auto;
  }

  .single-product .hp-rating-distribution {
    height: 116px;
    gap: 4px;
  }

  .single-product .hp-rating-distribution button {
    min-height: 20px;
    grid-template-columns: 18px minmax(0, 1fr) 34px;
  }

  .single-product .hp-rating-distribution__track {
    height: 6px;
  }

  .single-product .hp-product-reviews__toolbar {
    display: grid;
    height: 126.8px;
    min-height: 126.8px;
    padding: 0;
    grid-template-rows: 28.8px 41.2px;
    align-content: start;
    justify-items: start;
    row-gap: 16.1px;
  }

  .single-product .hp-product-reviews__toolbar .hp-review-filters {
    width: 230px;
  }

  .single-product .hp-product-reviews__toolbar .hp-review-filters > div {
    right: auto;
    left: 0;
  }

  .single-product .hp-review-controls {
    height: 30.4px;
    min-height: 30.4px;
    padding: 0 0 8px;
    align-items: flex-start;
    font-size: 14px;
  }

  .single-product .hp-product-review-list article {
    min-height: 419.2px;
    padding: 24px 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 24px;
  }

  .single-product .hp-product-review-list article:nth-child(5n + 2) {
    min-height: 487.6px;
  }

  .single-product .hp-product-review-list article:nth-child(5n + 3) {
    min-height: 512.8px;
  }

  .single-product .hp-product-review-list article:nth-child(5n + 4) {
    min-height: 440.8px;
  }

  .single-product .hp-product-review-list article:nth-child(5n + 5) {
    min-height: 466px;
  }

  .single-product .hp-review-show-more {
    min-height: 0;
    margin: 16px auto 0;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  .single-product .hp-buy-box-support {
    height: 69px;
    grid-template-rows: 38px 31px;
  }

  .single-product .hp-product-badges {
    margin: 10px 0 20px;
    gap: 4px;
  }

  .single-product .hp-product-rating {
    min-height: 15px;
    height: 15px;
    margin-bottom: 10px;
  }

  .single-product .hp-product-rating__link {
    height: 15px;
    gap: 6px;
    font-size: 12px;
    line-height: 15px;
  }

  .single-product .hp-product-rating__stars {
    height: 14px;
    gap: 2px;
  }

  .single-product .hp-product-rating__star,
  .single-product .hp-product-rating__star-fill {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
  }

  .single-product .hp-product-reviews {
    padding: 42px 0 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
  }

  .single-product .hp-product-reviews > .hp-shell {
    width: calc(100% - 40px);
  }

  .single-product .hp-review-author {
    grid-template-columns: 48px minmax(0, 1fr) auto;
  }

  .single-product .hp-review-avatar {
    width: 48px;
    height: 48px;
  }

  .single-product .hp-review-author strong {
    font-size: 12px;
    font-weight: 700;
    line-height: 19.2px;
  }

  .single-product .hp-product-details {
    min-height: 0;
    padding-bottom: 24px;
  }

  .single-product .hp-product-detail-grid {
    gap: 12px;
  }

  .single-product .hp-product-detail-card {
    height: 212px;
    min-height: 212px;
    aspect-ratio: auto;
  }

  .single-product .hp-product-detail-card__bar {
    min-height: 80px;
    padding: 14px 16px;
  }

  .single-product .hp-product-detail-card__bar h3 {
    max-width: calc(100% - 50px);
    font-size: 14px;
    line-height: 1.15;
    white-space: normal;
  }

  .single-product .hp-product-detail-card__bar button {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .single-product .hp-product-detail-card__bar button > span:first-child {
    font-size: 22px;
  }

  .single-product .hp-product-detail-drawer__body h3 {
    font-size: 34px;
    line-height: 1;
  }

  .single-product .hp-product-detail-drawer__body > p:last-child {
    font-size: 16px;
    line-height: 1.6;
  }

  .single-product :is(.hp-commerce-shell, .hp-site-main) > .woocommerce-breadcrumb {
    line-height: 19.2px;
  }

  .single-product .hp-product-proof__copy {
    text-align: center;
  }

  .single-product .hp-product-proof__copy > p:not(.hp-kicker) {
    margin-inline: auto;
    color: #111;
  }

  .single-product .hp-review-spotlight,
  .single-product .hp-review-spotlight h2,
  .single-product .hp-review-spotlight blockquote,
  .single-product .hp-review-spotlight footer {
    text-align: center;
  }

  .single-product .hp-review-spotlight {
    padding-bottom: 28px;
  }

  .single-product .hp-review-spotlight blockquote {
    min-height: 0;
    font-size: 24px;
    line-height: 1.3;
  }

  .single-product .hp-review-spotlight footer {
    position: static;
    right: 0;
    left: 0;
    margin-top: 28px;
    justify-items: center;
  }

  .single-product .hp-review-filters > div {
    right: auto;
    left: 0;
  }

  .single-product .hp-product-review-list article {
    min-height: 496.8px;
    padding: 16px 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 74.4px;
  }

  .single-product .hp-product-review-list article:nth-child(5n + 2) {
    min-height: 840px;
  }

  .single-product .hp-product-review-list article:nth-child(5n + 3) {
    min-height: 921.6px;
  }

  .single-product .hp-product-review-list article:nth-child(5n + 4) {
    min-height: 561.6px;
  }

  .single-product .hp-product-review-list article:nth-child(5n + 5) {
    min-height: 680.4px;
  }

  .single-product .hp-review-show-more {
    min-height: 0;
    margin: 16px auto 0;
    line-height: 14px;
  }

  .single-product .hp-variation-chips button {
    padding: 27px 20px 18px;
  }

  .single-product .hp-variation-chips button.is-active {
    height: 174px;
    min-height: 174px;
    padding: 52px 20px 20px;
  }

  .single-product .hp-variation-chips button.is-active::before {
    top: 18px;
    right: auto;
    border-radius: 0;
    background: transparent;
    color: #6f706b;
  }

  .single-product .hp-variation-chips button.is-active .hp-variation-card__data {
    top: 92px;
    right: 20px;
    bottom: auto;
    left: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .single-product .hp-product-detail-card > img,
  .single-product .hp-product-detail-card__bar,
  .single-product .hp-product-detail-card__bar button,
  .single-product .hp-product-detail-drawer__backdrop,
  .single-product .hp-product-detail-drawer__panel {
    transition-duration: .01ms;
  }

  .single-product .hp-product-detail-card:hover > img,
  .single-product .hp-product-detail-card:focus-within > img,
  .single-product .hp-product-detail-drawer__panel {
    transform: none;
  }
}

.single-product .hp-product-report-widget {
  display: flex;
  width: min(600px, 100%);
  min-width: 0;
  height: 68px;
  min-height: 68px;
  padding: 0;
  margin: 20px auto 0;
  align-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 4px 8px rgba(43,43,43,.16);
  color: var(--hp-ink);
  font-family: inherit;
}

.single-product .hp-product-report-widget__mark {
  display: inline-flex;
  width: 58px;
  height: 68px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  color: var(--hp-ink);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  user-select: none;
}

.single-product .hp-product-report-widget__divider {
  display: block;
  width: 1px;
  height: 44px;
  flex: 0 0 1px;
  background: var(--hp-line);
}

.single-product .hp-product-report-widget__trigger {
  display: flex;
  min-width: 0;
  height: 68px;
  padding: 10px 20px;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  user-select: none;
}

.single-product .hp-product-report-widget__trigger[hidden],
.single-product .hp-product-report-widget__fallback[hidden] {
  display: none;
}

.single-product .hp-product-report-widget__trigger:focus-visible,
.single-product .hp-product-report-dialog button:focus-visible {
  outline: 2px solid var(--hp-ink);
  outline-offset: -2px;
}

.single-product .hp-product-report-widget__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.single-product .hp-product-report-widget__eyebrow {
  color: var(--hp-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 14px;
}

.single-product .hp-product-report-widget__summary {
  color: var(--hp-ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.single-product .hp-product-report-widget__arrow {
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
}

.single-product .hp-product-report-widget__fallback {
  display: flex;
  min-width: 0;
  height: 68px;
  padding: 10px 20px;
  margin: 0;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  color: var(--hp-ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.single-product .hp-product-report-widget__fallback span:first-child {
  color: var(--hp-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
}

.single-product .hp-product-report-widget__fallback:focus-visible {
  outline: 2px solid var(--hp-ink);
  outline-offset: -2px;
}

.single-product .hp-product-report-dialog {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hp-ink);
  overflow: auto;
}

.single-product .hp-product-report-dialog:not([open]) {
  display: none;
}

.single-product .hp-product-report-dialog::backdrop {
  background: transparent;
}

.single-product .hp-product-report-dialog__backdrop {
  position: fixed;
  z-index: 0;
  inset: 0;
  background: rgba(0,0,0,.25);
}

.single-product .hp-product-report-dialog__panel {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(600px, calc(100vw - 32px));
  height: min(90vh, 800px);
  max-height: calc(100vh - 32px);
  padding: 0;
  margin: 5vh auto;
  flex-direction: column;
  border-radius: 10px;
  background: var(--hp-paper);
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
  overflow: hidden;
}

.single-product .hp-product-report-dialog__header {
  display: flex;
  min-height: 72px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--hp-line);
}

.single-product .hp-product-report-dialog__brand {
  color: var(--hp-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.single-product .hp-product-report-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--hp-ink);
  background: var(--hp-paper);
  color: var(--hp-ink);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.single-product .hp-product-report-dialog__body {
  min-height: 0;
  padding: 28px 40px 40px;
  overflow-y: auto;
  user-select: text;
}

.single-product .hp-product-report-dialog__body h2 {
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 1;
}

.single-product .hp-product-report-dialog__intro,
.single-product .hp-product-report-dialog__note {
  max-width: 48em;
  color: var(--hp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.single-product .hp-product-report-dialog__list {
  padding: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--hp-ink);
}

.single-product .hp-product-report-dialog__list > div {
  padding: 16px 0;
  border-bottom: 1px solid var(--hp-line);
}

.single-product .hp-product-report-dialog__list dt {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.single-product .hp-product-report-dialog__list dd {
  padding: 0;
  margin: 0;
  color: var(--hp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.single-product .hp-product-report-dialog__note {
  padding-top: 24px;
  margin: 0;
  font-size: 12px;
}

html.hp-product-report-open,
body.hp-product-report-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .single-product .hp-product-report-widget {
    width: 100%;
    margin-top: 20px;
  }

  .single-product .hp-product-report-widget__mark {
    width: 52px;
    flex-basis: 52px;
    font-size: 13px;
  }

  .single-product .hp-product-report-widget__trigger {
    padding-inline: 14px;
    gap: 10px;
  }

  .single-product .hp-product-report-widget__summary {
    font-size: 12px;
  }

  .single-product .hp-product-report-dialog {
    width: 100vw;
    height: 100dvh;
  }

  .single-product .hp-product-report-dialog__panel {
    width: 100%;
    height: 100%;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }

  .single-product .hp-product-report-dialog__body {
    padding: 24px 20px 32px;
  }

  .single-product .hp-product-report-dialog__body h2 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .single-product .hp-product-report-dialog,
  .single-product .hp-product-report-dialog * {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}
