.ht-voucher-order {
  padding: 72px 20px;
  background: #f5f1eb;
  color: #20211f;
}

.ht-voucher-order__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ht-voucher-order__intro {
  max-width: 780px;
  margin-bottom: 34px;
}

.ht-voucher-order__intro h2 {
  margin: 0 0 12px;
}

.ht-voucher-order__intro p:last-child {
  margin-bottom: 0;
  color: #575750;
}

.ht-voucher-shop *,
.ht-voucher-shop *::before,
.ht-voucher-shop *::after {
  box-sizing: border-box;
}

.ht-voucher-shop [hidden] {
  display: none !important;
}

.ht-voucher-configurator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
  align-items: start;
}

.ht-voucher-configurator__main {
  min-width: 0;
  border: 1px solid #d9d3cb;
  background: #fff;
}

.ht-voucher-step {
  padding: 30px;
  border-bottom: 1px solid #e4dfd8;
}

.ht-voucher-step:last-child {
  border-bottom: 0;
}

.ht-voucher-step__head {
  display: grid;
  margin-bottom: 22px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
}

.ht-voucher-step__head > span {
  color: #a97851;
  font-family: Georgia, serif;
  font-size: 22px;
}

.ht-voucher-step__head h3 {
  margin: 0 0 5px;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.15;
}

.ht-voucher-step__head p {
  margin: 0;
  color: #686861;
  font-size: 14px;
}

.ht-voucher-kind,
.ht-voucher-formats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ht-voucher-kind button,
.ht-voucher-formats label {
  display: block;
  min-width: 0;
  border: 1px solid #cfc8bf;
  padding: 16px;
  background: #fff;
  color: #20211f;
  text-align: left;
  cursor: pointer;
}

.ht-voucher-kind button.is-active,
.ht-voucher-formats label:has(input:checked) {
  border-color: #20211f;
  background: #f3eee8;
  box-shadow: inset 0 0 0 1px #20211f;
}

.ht-voucher-kind button:focus-visible,
.ht-voucher-formats label:has(input:focus-visible) {
  outline: 2px solid #a97851;
  outline-offset: 2px;
}

.ht-voucher-kind strong,
.ht-voucher-formats strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.ht-voucher-kind span,
.ht-voucher-formats small {
  display: block;
  color: #62625c;
  font-size: 12px;
  line-height: 1.45;
}

.ht-voucher-formats input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ht-voucher-categories {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 7px;
}

.ht-voucher-categories button,
.ht-voucher-presets button,
.ht-voucher-selected button {
  border: 1px solid #cfc8bf;
  border-radius: 999px;
  padding: 8px 12px;
  background: transparent;
  color: #20211f;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.ht-voucher-categories button.is-active {
  border-color: #20211f;
  background: #20211f;
  color: #fff;
}

.ht-voucher-combobox {
  position: relative;
}

.ht-voucher-combobox > label,
.ht-voucher-variant-row label,
.ht-voucher-amount > label,
.ht-voucher-personalisation label,
.ht-voucher-personalisation legend {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}

.ht-voucher-combobox input,
.ht-voucher-variant-row select,
.ht-voucher-amount__input input,
.ht-voucher-personalisation input,
.ht-voucher-personalisation textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bdb6ae;
  border-radius: 0;
  padding: 11px 13px;
  background: #fff;
  color: #20211f;
  font: inherit;
}

.ht-voucher-combobox input:focus,
.ht-voucher-variant-row select:focus,
.ht-voucher-amount__input input:focus,
.ht-voucher-personalisation input:focus,
.ht-voucher-personalisation textarea:focus {
  border-color: #20211f;
  outline: 2px solid rgba(169, 120, 81, .25);
  outline-offset: 1px;
}

.ht-voucher-results {
  position: absolute;
  z-index: 20;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  max-height: 360px;
  overflow-y: auto;
  border: 1px solid #20211f;
  background: #fff;
  box-shadow: 0 14px 32px rgba(32, 33, 31, .16);
}

.ht-voucher-results button {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e5e0d9;
  padding: 13px 15px;
  background: #fff;
  color: #20211f;
  text-align: left;
  cursor: pointer;
}

.ht-voucher-results button:last-child {
  border-bottom: 0;
}

.ht-voucher-results button:hover,
.ht-voucher-results button.is-highlighted,
.ht-voucher-results button:focus-visible {
  background: #f3eee8;
  outline: none;
}

.ht-voucher-results strong,
.ht-voucher-results span {
  display: block;
}

.ht-voucher-results strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.ht-voucher-results span {
  color: #77716a;
  font-size: 11px;
}

.ht-voucher-results__empty {
  margin: 0;
  padding: 15px;
  color: #686861;
}

.ht-voucher-selected {
  position: relative;
  margin-top: 16px;
  border-left: 3px solid #a97851;
  padding: 14px 112px 14px 16px;
  background: #f6f2ed;
}

.ht-voucher-selected > span {
  display: block;
  margin-bottom: 3px;
  color: #a97851;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ht-voucher-selected strong {
  display: block;
  font-size: 15px;
}

.ht-voucher-selected p {
  margin: 5px 0 0;
  color: #64645e;
  font-size: 12px;
}

.ht-voucher-selected button {
  position: absolute;
  top: 14px;
  right: 14px;
}

.ht-voucher-variant-row {
  margin: 17px 0 0;
}

.ht-voucher-amount {
  max-width: 520px;
}

.ht-voucher-amount__input {
  position: relative;
}

.ht-voucher-amount__input input {
  padding-right: 52px;
  font-size: 22px;
  font-weight: 700;
}

.ht-voucher-amount__input span {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #6b6b65;
  transform: translateY(-50%);
  font-weight: 700;
}

.ht-voucher-presets {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 7px;
}

.ht-voucher-presets button:hover,
.ht-voucher-presets button:focus-visible,
.ht-voucher-selected button:hover,
.ht-voucher-selected button:focus-visible {
  border-color: #20211f;
  outline: none;
}

.ht-voucher-field-error {
  margin: 9px 0 0;
  color: #9b2929;
  font-size: 12px;
}

.ht-voucher-personalisation {
  display: grid;
  margin: 0;
  border: 0;
  padding: 0;
  grid-template-columns: 1fr;
  gap: 12px;
}

.ht-voucher-personalisation legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.ht-voucher-personalisation p {
  margin: 0;
}

.ht-voucher-personalisation textarea {
  min-height: 88px;
  resize: vertical;
}

.ht-voucher-summary {
  position: sticky;
  top: 98px;
  min-width: 0;
  padding: 28px;
  background: #20211f;
  color: #fff;
}

.ht-voucher-summary__eyebrow {
  margin: 0 0 12px;
  color: #d5ad87;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ht-voucher-summary h3 {
  margin: 0 0 20px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.14;
}

.ht-voucher-summary dl {
  margin: 0 0 24px;
  border-top: 1px solid rgba(255,255,255,.17);
}

.ht-voucher-summary dl > div {
  display: grid;
  border-bottom: 1px solid rgba(255,255,255,.17);
  padding: 11px 0;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
}

.ht-voucher-summary dt {
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.ht-voucher-summary dd {
  margin: 0;
  text-align: right;
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 700;
}

.ht-voucher-summary .button {
  width: 100%;
  min-height: 50px;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 12px 16px;
  background: #fff;
  color: #20211f;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.ht-voucher-summary .button:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.ht-voucher-summary small {
  display: block;
  margin-top: 13px;
  color: rgba(255,255,255,.54);
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .ht-voucher-configurator {
    grid-template-columns: 1fr;
  }

  .ht-voucher-summary {
    position: static;
  }
}

@media (max-width: 620px) {
  .ht-voucher-order {
    padding: 50px 14px;
  }

  .ht-voucher-step {
    padding: 24px 17px;
  }

  .ht-voucher-step__head {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
  }

  .ht-voucher-kind,
  .ht-voucher-formats,
  .ht-voucher-personalisation {
    grid-template-columns: 1fr;
  }

  .ht-voucher-categories {
    gap: 6px;
  }

  .ht-voucher-categories button {
    padding: 7px 10px;
    font-size: 11px;
  }

  .ht-voucher-selected {
    padding: 14px;
  }

  .ht-voucher-selected button {
    position: static;
    margin-top: 10px;
  }

  .ht-voucher-summary {
    padding: 25px 20px;
  }
}

.ht-commerce-page {
  min-height: 65vh;
  padding: 72px 20px;
  background: #fbfaf7;
}

.ht-commerce-page__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ht-commerce-page h1 {
  margin: 0 0 34px;
}

.ht-commerce-page .woocommerce {
  color: #20211f;
}

.ht-commerce-page .woocommerce a.button,
.ht-commerce-page .woocommerce button.button,
.ht-commerce-page .woocommerce input.button,
.ht-commerce-page .woocommerce #payment #place_order {
  border-radius: 0;
  background: #20211f;
  color: #fff;
}

.ht-commerce-page .woocommerce form .form-row input.input-text,
.ht-commerce-page .woocommerce form .form-row textarea,
.ht-commerce-page .woocommerce form .form-row select {
  min-height: 44px;
  border: 1px solid #bbb5ad;
  border-radius: 0;
  padding: 10px;
}

.ht-commerce-page .woocommerce table.shop_table {
  border-radius: 0;
  background: #fff;
}

@media (max-width: 760px) {
  .ht-commerce-page {
    padding: 48px 16px;
  }
}

/* Visual integration with the approved voucher landing prototype. */
.vouchers-page {
  --ht-ink: #262624;
  --ht-ink-soft: #69645f;
  --ht-paper: #fff;
  --ht-page: #f4f4f4;
  --ht-cream: #f7f3ee;
  --ht-warm: #f8eee6;
  --ht-sand: #d3a884;
  --ht-sand-dark: #a9754c;
  --ht-line: #ded8d2;
  background: var(--ht-page);
  color: var(--ht-ink);
  font-family: Montserrat, Arial, sans-serif;
}

body.page-template-page-voucher:not(.page-template-page-front) .l-content.site-content {
  padding-top: 82px;
}

html:has(body.page-template-page-voucher),
body.page-template-page-voucher {
  overflow-x: clip;
  overflow-y: visible;
}

@media (max-width: 900px) {
  body.page-template-page-voucher:not(.page-template-page-front) .l-content.site-content {
    padding-top: 76px;
  }
}

.vouchers-page .ht-voucher-eyebrow,
.vouchers-page .ht-voucher-guide__eyebrow {
  margin: 0 0 17px;
  color: var(--ht-sand-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ht-voucher-hero {
  border-bottom: 1px solid var(--ht-line);
  background: var(--ht-cream);
}

.ht-voucher-hero__grid {
  display: grid;
  width: 100%;
  min-height: 680px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
}

.ht-voucher-hero__copy {
  display: flex;
  padding: 90px 7vw 86px max(24px, calc((100vw - 1220px) / 2));
  flex-direction: column;
  justify-content: center;
}

.ht-voucher-hero__copy h1 {
  max-width: 540px;
  margin: 0 0 25px;
  color: var(--ht-ink);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(44px, 5.1vw, 76px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.01;
}

.ht-voucher-hero__lead {
  max-width: 590px;
  margin: 0 0 31px;
  color: var(--ht-ink-soft);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}

.ht-voucher-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vouchers-page .ht-voucher-button {
  display: inline-flex;
  box-sizing: border-box;
  min-height: 48px;
  border: 2px solid var(--ht-ink);
  border-radius: 999px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  color: var(--ht-ink);
  gap: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.vouchers-page .ht-voucher-button:hover,
.vouchers-page .ht-voucher-button:focus-visible,
.vouchers-page .ht-voucher-button--dark {
  background: var(--ht-ink);
  color: #fff;
}

.vouchers-page .ht-voucher-button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.vouchers-page .ht-voucher-button--dark:hover,
.vouchers-page .ht-voucher-button--dark:focus-visible {
  border-color: var(--ht-sand);
  background: var(--ht-sand);
  color: var(--ht-ink);
}

.vouchers-page .ht-voucher-button:hover,
.vouchers-page .ht-voucher-button:focus-visible {
  transform: translateY(-2px);
}

.ht-voucher-hero__proof {
  display: flex;
  margin: 31px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 9px 22px;
  list-style: none;
}

.ht-voucher-hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ht-ink-soft);
  font-size: 13px;
}

.ht-voucher-hero__proof li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ht-sand);
  content: '';
}

.ht-voucher-hero__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #171817;
}

.ht-voucher-hero__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 50%;
  opacity: .9;
}

.ht-voucher-hero__caption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  border-top: 1px solid rgba(255,255,255,.48);
  padding: 17px 0 0;
  background: transparent;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
}

.ht-voucher-hero__caption strong,
.ht-voucher-hero__caption span {
  display: block;
}

.ht-voucher-hero__caption strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 16px;
}

.ht-voucher-hero__caption div > span {
  color: rgba(255,255,255,.76);
  font-size: 13px;
}

.ht-voucher-hero__caption .ht-voucher-hero__price {
  color: #fff;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 30px;
  white-space: nowrap;
}

.ht-voucher-facts {
  border-bottom: 0;
  background: var(--ht-ink);
  color: #fff;
}

.ht-voucher-facts__grid {
  display: grid;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
}

.ht-voucher-facts__grid > div {
  min-width: 0;
  min-height: 132px;
  border-right: 1px solid rgba(255,255,255,.15);
  padding: 28px 30px;
}

.ht-voucher-facts__grid > div:first-child {
  border-left: 1px solid rgba(255,255,255,.15);
}

.ht-voucher-facts strong,
.ht-voucher-facts span {
  display: block;
}

.ht-voucher-facts strong {
  margin-bottom: 7px;
  color: var(--ht-sand);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}

.ht-voucher-facts span {
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.5;
}

.vouchers-page .ht-voucher-order {
  padding: 108px 20px;
  background: var(--ht-page);
}

.vouchers-page .ht-voucher-order__intro {
  display: grid;
  max-width: none;
  margin-bottom: 48px;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(35px, 7vw, 90px);
  align-items: end;
}

.vouchers-page .ht-voucher-order__intro .ht-voucher-guide__eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -29px;
}

.vouchers-page .ht-voucher-order__intro h2,
.ht-voucher-formats-section__head h2 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(38px, 4.3vw, 62px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
}

.vouchers-page .ht-voucher-order__intro p:last-child,
.ht-voucher-formats-section__head > p {
  margin: 0;
  color: var(--ht-ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.vouchers-page .ht-voucher-configurator__main,
.vouchers-page .ht-voucher-summary {
  box-shadow: none;
}

.vouchers-page .ht-voucher-kind button,
.vouchers-page .ht-voucher-formats label,
.vouchers-page .ht-voucher-combobox input,
.vouchers-page .ht-voucher-variant-row select,
.vouchers-page .ht-voucher-amount__input input,
.vouchers-page .ht-voucher-personalisation input,
.vouchers-page .ht-voucher-personalisation textarea {
  border-radius: 0;
}

.vouchers-page .ht-voucher-summary,
.vouchers-page .ht-voucher-summary .button {
  border-radius: 0;
}

.ht-voucher-formats-section {
  padding: 108px 20px;
  background: #fff;
}

.ht-voucher-formats-section__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ht-voucher-formats-section__head {
  display: grid;
  margin-bottom: 49px;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(35px, 7vw, 90px);
  align-items: end;
}

.ht-voucher-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ht-voucher-format-card {
  display: grid;
  min-width: 0;
  border: 1px solid var(--ht-line);
  background: #fff;
  grid-template-rows: auto 1fr;
}

.ht-voucher-format-card__image {
  position: relative;
  display: flex;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: 22px;
  background: #f2eee9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% - 44px) auto;
  align-items: center;
  justify-content: center;
}

.ht-voucher-format-card__image--physical {
  background: var(--ht-cream);
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% - 44px) auto;
}

.ht-voucher-format-card__image img {
  display: block !important;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  object-fit: contain;
  transition: transform .45s ease;
}

.ht-voucher-format-card:hover .ht-voucher-format-card__image img {
  transform: scale(1.018);
}

.ht-voucher-format-card__image > span {
  position: absolute;
  top: 17px;
  left: 17px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(251, 250, 247, .96);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ht-voucher-format-card__body {
  display: flex;
  padding: 30px;
  flex-direction: column;
}

.ht-voucher-format-card__body h3 {
  margin: 0 0 10px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 31px;
  font-weight: 400;
}

.ht-voucher-format-card__body > p {
  margin: 0 0 20px;
  color: var(--ht-ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.ht-voucher-format-card__body ul {
  margin: 0 0 26px;
  padding: 0;
  border-top: 1px solid var(--ht-line);
  list-style: none;
}

.ht-voucher-format-card__body li {
  display: grid;
  border-bottom: 1px solid var(--ht-line);
  padding: 11px 0;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 13px;
  color: var(--ht-ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

.ht-voucher-format-card__body li strong {
  color: var(--ht-sand);
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ht-voucher-format-card__action {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ht-voucher-format-card__action > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ht-voucher-format-preview {
  margin-top: 18px;
  border: 1px solid var(--ht-line, #ded8d2);
  background: #fff;
}

.ht-voucher-format-preview [hidden] {
  display: none !important;
}

.ht-voucher-format-preview__panel {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(255px, .9fr) minmax(0, 1.1fr);
}

.ht-voucher-format-preview__image {
  position: relative;
  display: flex;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: 16px;
  background-color: #f2eee9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% - 32px) auto;
  align-items: center;
  justify-content: center;
}

.ht-voucher-format-preview__image--physical {
  background-color: var(--ht-cream, #f8eee6);
}

.ht-voucher-format-preview__image.has-loaded-image {
  background-image: none !important;
}

.ht-voucher-format-preview__image img {
  display: block !important;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  object-fit: contain;
}

.ht-voucher-format-preview__image--electronic img {
  transform: scale(1.055);
  transform-origin: 50% 36%;
}

.ht-voucher-zoom {
  position: absolute;
  z-index: 3;
  inset: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ht-ink, #262624);
  cursor: zoom-in;
}

.ht-voucher-zoom > span {
  position: absolute;
  right: 13px;
  bottom: 13px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(38, 38, 36, .13);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 20px rgba(38, 38, 36, .13);
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform .18s ease, background-color .18s ease;
}

.ht-voucher-zoom svg {
  width: 18px;
  height: 18px;
}

.ht-voucher-zoom:hover > span,
.ht-voucher-zoom:focus-visible > span {
  background: #fff;
  transform: scale(1.06);
}

.ht-voucher-zoom:focus-visible {
  outline: 2px solid var(--ht-sand-dark, #a9754c);
  outline-offset: -4px;
}

.ht-voucher-format-preview__image > span {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, .95);
  color: var(--ht-ink, #262624);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ht-voucher-format-preview__body {
  min-width: 0;
  padding: 23px 24px 20px;
}

.ht-voucher-format-preview__eyebrow {
  margin: 0 0 7px !important;
  color: var(--ht-sand-dark, #a9754c) !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 9px !important;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.ht-voucher-format-preview__body h4 {
  margin: 0 0 8px;
  color: var(--ht-ink, #262624);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(25px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.08;
}

.ht-voucher-format-preview__body > p:not(.ht-voucher-format-preview__eyebrow) {
  margin: 0 0 15px;
  color: var(--ht-ink-soft, #686861);
  font-size: 12px;
  line-height: 1.6;
}

.ht-voucher-format-preview__body ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ht-line, #ded8d2);
  list-style: none;
}

.ht-voucher-format-preview__body li {
  display: grid;
  padding: 9px 0;
  border-bottom: 1px solid var(--ht-line, #ded8d2);
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
  color: var(--ht-ink-soft, #686861);
  font-size: 10px;
  line-height: 1.45;
}

.ht-voucher-format-preview__body li strong {
  color: var(--ht-sand-dark, #a9754c);
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ht-voucher-format-info {
  margin-top: 13px;
}

.ht-voucher-format-info summary {
  display: flex;
  width: fit-content;
  color: var(--ht-ink, #262624);
  cursor: pointer;
  list-style: none;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.ht-voucher-format-info summary::-webkit-details-marker {
  display: none;
}

.ht-voucher-format-info summary > span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 1px solid var(--ht-sand, #d3a884);
  border-radius: 50%;
  color: var(--ht-sand-dark, #a9754c);
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
}

.ht-voucher-format-info summary:focus-visible {
  outline: 2px solid var(--ht-sand-dark, #a9754c);
  outline-offset: 4px;
}

.ht-voucher-format-info[open] summary {
  margin-bottom: 8px;
}

.ht-voucher-format-info > p {
  margin: 0;
  padding-left: 28px;
  color: var(--ht-ink-soft, #686861);
  font-size: 10px;
  line-height: 1.55;
}

body.ht-voucher-lightbox-open {
  overflow: hidden;
}

.ht-voucher-lightbox {
  position: fixed;
  inset: 50% auto auto 50%;
  width: min(1040px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ht-ink, #262624);
  overflow: visible;
  transform: translate(-50%, -50%);
  animation: ht-voucher-lightbox-in .18s ease-out;
}

.ht-voucher-lightbox::backdrop {
  background: rgba(23, 24, 23, .78);
  backdrop-filter: blur(5px);
}

.ht-voucher-lightbox__surface {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .24);
  padding: 16px 16px 12px;
  background: var(--ht-cream, #f7f3ee);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

.ht-voucher-lightbox__surface > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 100px);
  background: #fff;
  object-fit: contain;
}

.ht-voucher-lightbox__surface > p {
  margin: 10px 42px 0 2px;
  color: var(--ht-ink, #262624);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
}

.ht-voucher-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 25px;
  display: inline-flex;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(38, 38, 36, .16);
  border-radius: 50%;
  padding: 0 0 2px;
  background: rgba(255, 255, 255, .94);
  color: var(--ht-ink, #262624);
  box-shadow: 0 7px 22px rgba(38, 38, 36, .12);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font: 300 27px/1 Arial, sans-serif;
}

.ht-voucher-lightbox__close:hover,
.ht-voucher-lightbox__close:focus-visible {
  border-color: var(--ht-sand-dark, #a9754c);
  outline: none;
  background: #fff;
}

@keyframes ht-voucher-lightbox-in {
  from {
    opacity: 0;
    transform: translate(-50%, -48%) scale(.985);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 980px) {
  .ht-voucher-hero__grid {
    min-height: 580px;
    grid-template-columns: 1fr 1fr;
  }

  .ht-voucher-hero__copy {
    padding-inline: 30px;
  }

  .ht-voucher-facts__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ht-voucher-facts__grid > div:nth-child(3) {
    border-left: 1px solid rgba(255,255,255,.15);
  }

  .ht-voucher-facts__grid > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.15);
  }
}

@media (max-width: 760px) {

  .ht-voucher-format-preview__panel {
    grid-template-columns: 1fr;
  }

  .ht-voucher-format-preview__image {
    padding: 12px;
    background-size: calc(100% - 24px) auto;
  }

  .ht-voucher-format-preview__body {
    padding: 21px 18px 19px;
  }

  .ht-voucher-format-preview__body li {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .ht-voucher-lightbox {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
  }

  .ht-voucher-lightbox__surface {
    padding: 8px 8px 10px;
  }

  .ht-voucher-lightbox__surface > img {
    max-height: calc(100vh - 76px);
  }

  .ht-voucher-lightbox__close {
    top: 16px;
    right: 16px;
  }

  .ht-voucher-hero__grid {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .ht-voucher-hero__copy {
    padding: 61px 17px 53px;
  }

  .ht-voucher-hero__copy h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .ht-voucher-hero__lead {
    font-size: 16px;
  }

  .ht-voucher-hero__actions .ht-voucher-button {
    flex: 1 1 175px;
  }

  .ht-voucher-hero__visual {
    min-height: 425px;
  }

  .ht-voucher-hero__caption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 16px;
  }

  .ht-voucher-hero__caption .ht-voucher-hero__price {
    font-size: 24px;
  }

  .ht-voucher-facts__grid {
    width: calc(100% - 28px);
  }

  .ht-voucher-facts__grid > div {
    padding: 21px 15px;
  }

  .vouchers-page .ht-voucher-order,
  .ht-voucher-formats-section {
    padding: 76px 14px;
  }

  .vouchers-page .ht-voucher-order__intro,
  .ht-voucher-formats-section__head {
    display: block;
    margin-bottom: 35px;
  }

  .vouchers-page .ht-voucher-order__intro .ht-voucher-guide__eyebrow {
    margin-bottom: 16px;
  }

  .vouchers-page .ht-voucher-order__intro h2,
  .ht-voucher-formats-section__head h2 {
    margin-bottom: 20px;
    font-size: clamp(37px, 11vw, 48px);
  }

  .ht-voucher-format-grid {
    grid-template-columns: 1fr;
  }

  .ht-voucher-format-card__image {
    padding: 11px;
    background-size: calc(100% - 22px) auto;
  }

  .ht-voucher-format-card__body {
    padding: 25px 20px;
  }

  .ht-voucher-format-card__action {
    align-items: flex-start;
    flex-direction: column;
  }

  .ht-voucher-format-card__action .ht-voucher-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .ht-voucher-facts__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ht-voucher-facts__grid > div,
  .ht-voucher-facts__grid > div:nth-child(3) {
    min-height: 116px;
    border-right: 1px solid rgba(255,255,255,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);
    border-left: 0;
  }

  .ht-voucher-facts__grid > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .ht-voucher-format-card__body li {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}

/* Brand-system alignment shared with the pricing, services and about redesigns. */
.vouchers-page .ht-voucher-shop,
.vouchers-page .ht-voucher-shop button,
.vouchers-page .ht-voucher-shop input,
.vouchers-page .ht-voucher-shop select,
.vouchers-page .ht-voucher-shop textarea {
  font-family: Montserrat, Arial, sans-serif;
}

.vouchers-page .ht-voucher-step__head h3,
.vouchers-page .ht-voucher-summary h3,
.vouchers-page .ht-voucher-guide h2,
.vouchers-page .ht-voucher-guide h3,
.vouchers-page .rules-block .block-title {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.vouchers-page .ht-voucher-step__head > span,
.vouchers-page .ht-voucher-selected > span {
  color: var(--ht-sand-dark);
}

.vouchers-page .ht-voucher-kind button,
.vouchers-page .ht-voucher-formats label {
  border-color: var(--ht-line);
  background: #fff;
  color: var(--ht-ink);
}

.vouchers-page .ht-voucher-kind button.is-active,
.vouchers-page .ht-voucher-formats label:has(input:checked) {
  border-color: var(--ht-ink);
  background: var(--ht-warm);
  box-shadow: inset 0 0 0 1px var(--ht-ink);
}

.vouchers-page .ht-voucher-kind button:focus-visible,
.vouchers-page .ht-voucher-formats label:has(input:focus-visible) {
  outline-color: var(--ht-sand);
}

.vouchers-page .ht-voucher-categories button,
.vouchers-page .ht-voucher-presets button,
.vouchers-page .ht-voucher-selected button {
  border-color: var(--ht-line);
  color: var(--ht-ink);
}

.vouchers-page .ht-voucher-categories button.is-active {
  border-color: var(--ht-ink);
  background: var(--ht-ink);
  color: #fff;
}

.vouchers-page .ht-voucher-combobox input,
.vouchers-page .ht-voucher-variant-row select,
.vouchers-page .ht-voucher-amount__input input,
.vouchers-page .ht-voucher-personalisation input,
.vouchers-page .ht-voucher-personalisation textarea {
  border-color: #c9c2ba;
  color: var(--ht-ink);
}

.vouchers-page .ht-voucher-combobox input:focus,
.vouchers-page .ht-voucher-variant-row select:focus,
.vouchers-page .ht-voucher-amount__input input:focus,
.vouchers-page .ht-voucher-personalisation input:focus,
.vouchers-page .ht-voucher-personalisation textarea:focus {
  border-color: var(--ht-ink);
  outline-color: rgba(211, 168, 132, .34);
}

.vouchers-page .ht-voucher-results {
  border-color: var(--ht-ink);
}

.vouchers-page .ht-voucher-results button:hover,
.vouchers-page .ht-voucher-results button.is-highlighted,
.vouchers-page .ht-voucher-results button:focus-visible {
  background: var(--ht-warm);
}

.vouchers-page .ht-voucher-selected {
  border-left-color: var(--ht-sand);
  background: var(--ht-warm);
}

.vouchers-page .ht-voucher-summary {
  background: var(--ht-ink);
}

.vouchers-page .ht-voucher-summary__eyebrow {
  color: var(--ht-sand);
}

.vouchers-page .ht-voucher-summary .button {
  min-height: 48px;
  border: 2px solid #fff;
  border-radius: 999px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.vouchers-page .ht-voucher-format-card__image > span {
  color: var(--ht-ink);
  font-family: Montserrat, Arial, sans-serif;
}

.vouchers-page .ht-voucher-format-card__body li strong {
  color: var(--ht-sand-dark);
}

@media (max-width: 760px) {
  .ht-voucher-hero__copy {
    min-height: 545px;
    padding: 62px 16px 55px;
  }

  .ht-voucher-hero__copy h1 {
    max-width: 620px;
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.02;
  }

  .ht-voucher-hero__actions .ht-voucher-button {
    min-height: 48px;
    font-size: 13px;
  }

  .ht-voucher-facts__grid > div {
    padding: 23px 18px;
  }

  .ht-voucher-facts strong {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vouchers-page *,
  .vouchers-page *::before,
  .vouchers-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
