.content-asset {
  width: 100%; }

.product-detail.container {
  margin-bottom: 72px; }

body:has(.product-detail-voucher) {
  background-color: #fcf8f8; }
  body:has(.product-detail-voucher) .separator {
    background-color: #fff;
    overflow: hidden; }

.product-detail-voucher .voucher-hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
  margin-bottom: 48px; }
  .product-detail-voucher .voucher-hero__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px; }
  .product-detail-voucher .voucher-hero__title {
    font-size: 40px;
    font-weight: 700;
    color: #2e2e2e;
    line-height: 1.1;
    margin-bottom: 0; }
  .product-detail-voucher .voucher-hero .content-asset p {
    font-size: 20px;
    color: #2e2e2e;
    line-height: 1.2;
    margin-bottom: 0; }
  .product-detail-voucher .voucher-hero__banner .content-asset img {
    display: block;
    width: 100%;
    border-radius: 8px; }

.product-detail-voucher .voucher-hero-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
  padding-top: 48px; }
  .product-detail-voucher .voucher-hero-content__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px; }
    .product-detail-voucher .voucher-hero-content__heading h1 {
      font-size: 40px;
      font-weight: 700;
      color: #2e2e2e;
      line-height: 1.1;
      margin: 0; }
    .product-detail-voucher .voucher-hero-content__heading p {
      font-size: 20px;
      color: #2e2e2e;
      line-height: 1.2;
      margin: 0; }
  .product-detail-voucher .voucher-hero-content__banner img {
    display: block;
    width: 100%;
    border-radius: 8px; }
  .product-detail-voucher .voucher-hero-content__subtext {
    font-size: 14px;
    color: #2e2e2e;
    margin: 0; }

.product-detail-voucher .voucher-main {
  margin-bottom: 56px;
  -ms-flex-align: start;
      align-items: flex-start; }

.product-detail-voucher .voucher-promises__title {
  font-size: 28px;
  font-weight: 700;
  color: #2e2e2e;
  line-height: 1.2;
  margin-bottom: 24px; }

.product-detail-voucher .voucher-promises__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.product-detail-voucher .voucher-promise-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 24px;
  padding: 12px;
  border-radius: 14px; }
  .product-detail-voucher .voucher-promise-item__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f4f4f4;
    border: 0.5px solid #ebe8e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .product-detail-voucher .voucher-promise-item__icon img {
      width: 24px;
      height: 24px;
      display: block; }
  .product-detail-voucher .voucher-promise-item__content {
    -ms-flex: 1;
        flex: 1;
    min-width: 0; }
  .product-detail-voucher .voucher-promise-item__title {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.25;
    margin-bottom: 12px; }
  .product-detail-voucher .voucher-promise-item__text {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 1.5;
    margin-bottom: 0; }

.product-detail-voucher .voucher-booking-col {
  position: relative; }

.product-detail-voucher .voucher-booking-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.24);
  padding: 32px; }
  .product-detail-voucher .voucher-booking-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #2e2e2e;
    line-height: 1.2;
    margin-bottom: 24px; }
  .product-detail-voucher .voucher-booking-card__attributes {
    margin-bottom: 24px; }
    .product-detail-voucher .voucher-booking-card__attributes .attribute-options {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 8px;
      margin: 0;
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .product-detail-voucher .voucher-booking-card__attributes .attribute-option {
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
      min-width: 60px;
      margin: 0; }
      .product-detail-voucher .voucher-booking-card__attributes .attribute-option input[type="radio"] {
        display: none; }
        .product-detail-voucher .voucher-booking-card__attributes .attribute-option input[type="radio"]:checked + .attribute-option-label {
          border: 2px solid #ee3124 !important;
          color: #ee3124 !important;
          background-color: #fffbfb; }
      .product-detail-voucher .voucher-booking-card__attributes .attribute-option .attribute-option-label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%;
        min-height: 68px;
        border: 1px solid #dddddd !important;
        color: #2e2e2e !important;
        border-radius: 4px;
        cursor: pointer;
        margin: 0;
        background: #fff;
        transition: border-color 0.15s, color 0.15s, background-color 0.15s; }
        .product-detail-voucher .voucher-booking-card__attributes .attribute-option .attribute-option-label:hover {
          border-color: #f8a9a4 !important;
          background-color: #fef2f1 !important; }
      .product-detail-voucher .voucher-booking-card__attributes .attribute-option .attribute-option-name {
        font-size: 20px;
        font-weight: 500;
        color: #2e2e2e;
        text-align: center;
        line-height: 1; }
        .product-detail-voucher .voucher-booking-card__attributes .attribute-option .attribute-option-name.single {
          font-size: 20px; }
    .product-detail-voucher .voucher-booking-card__attributes .attribute-option input:checked ~ * .attribute-option-name,
    .product-detail-voucher .voucher-booking-card__attributes .attribute-option input:checked + .attribute-option-label .attribute-option-name {
      color: #ee3124; }
  .product-detail-voucher .voucher-booking-card .product-options-gift {
    max-width: none;
    margin-top: 0;
    margin-bottom: 24px;
    width: 100%; }
    .product-detail-voucher .voucher-booking-card .product-options-gift .product-option {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 12px;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: end;
          align-items: flex-end; }
    .product-detail-voucher .voucher-booking-card .product-options-gift label {
      font-size: 14px;
      font-weight: 500;
      color: #2e2e2e;
      margin-bottom: 8px;
      display: block; }
  .product-detail-voucher .voucher-booking-card #voucher-option-input {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 0; }
  .product-detail-voucher .voucher-booking-card .voucher-amount-input-wrapper {
    position: relative; }
    .product-detail-voucher .voucher-booking-card .voucher-amount-input-wrapper input.form-control {
      padding-left: 24px; }
  .product-detail-voucher .voucher-booking-card .dollar-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #2e2e2e;
    pointer-events: none;
    z-index: 1; }
  .product-detail-voucher .voucher-booking-card .quantity-select {
    width: 100%;
    min-width: 70px;
    height: 48px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 12px;
    background-color: #fff; }
    .product-detail-voucher .voucher-booking-card .quantity-select:hover {
      border-color: #f8a9a4; }
    .product-detail-voucher .voucher-booking-card .quantity-select:focus {
      border-color: #f8a9a4;
      outline: none;
      box-shadow: 0 0 0 3px rgba(238, 49, 36, 0.1); }
  .product-detail-voucher .voucher-booking-card__cta .cart-and-ipay {
    padding-bottom: 0; }
    .product-detail-voucher .voucher-booking-card__cta .cart-and-ipay .row {
      margin: 0; }
  .product-detail-voucher .voucher-booking-card__cta .add-to-cart-button-col {
    padding: 0; }
  .product-detail-voucher .voucher-booking-card__cta #buy-voucher-btn-mobile-sticky {
    display: none !important; }
  .product-detail-voucher .voucher-booking-card__cta #buy-voucher-btn-desktop {
    display: block !important;
    width: 100%;
    border-radius: 64px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px 24px;
    margin-bottom: 0 !important; }
  .product-detail-voucher .voucher-booking-card__cta .selected-item-description {
    display: none !important; }
  .product-detail-voucher .voucher-booking-card__cta .buy-gift-voucher-info {
    display: none !important; }

.product-detail-voucher .voucher-redeem-link {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #2e2e2e; }
  .product-detail-voucher .voucher-redeem-link__anchor {
    color: #ee3124;
    font-weight: 500;
    text-decoration: none; }
    .product-detail-voucher .voucher-redeem-link__anchor:hover {
      text-decoration: underline; }

.product-detail-voucher #valueErrorLabel {
  display: block;
  width: 100%;
  margin-top: 4px;
  font-size: 13px; }

.product-detail-voucher .voucher-reviews {
  margin-bottom: 48px; }
  .product-detail-voucher .voucher-reviews__widget {
    min-height: 100px; }

.product-detail-voucher .voucher-corporate {
  margin-top: 40px;
  margin-bottom: 48px; }
  .product-detail-voucher .voucher-corporate__heading {
    font-size: 28px;
    font-weight: 700;
    color: #2e2e2e;
    line-height: 1.1;
    margin-bottom: 48px; }
  .product-detail-voucher .voucher-corporate__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 48px; }
  .product-detail-voucher .voucher-corporate__image {
    -ms-flex: 0 0 517px;
        flex: 0 0 517px;
    max-width: 517px;
    height: 407px;
    overflow: hidden;
    border-radius: 8px; }
    .product-detail-voucher .voucher-corporate__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .product-detail-voucher .voucher-corporate__content {
    -ms-flex: 0 0 480px;
        flex: 0 0 480px;
    max-width: 480px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 40px; }
    .product-detail-voucher .voucher-corporate__content p {
      font-size: 16px;
      color: #2e2e2e;
      line-height: 1.5;
      margin: 0; }
  .product-detail-voucher .voucher-corporate__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 46px;
    background-color: #ee3124;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 64px;
    text-decoration: none;
    transition: background-color 0.15s; }
    .product-detail-voucher .voucher-corporate__btn:hover {
      background-color: #c7281e;
      color: #fff !important;
      text-decoration: none; }
  @media (max-width: 991.98px) {
    .product-detail-voucher .voucher-corporate__body {
      -ms-flex-direction: column;
          flex-direction: column; }
    .product-detail-voucher .voucher-corporate__image {
      -ms-flex: none;
          flex: none;
      max-width: 100%;
      width: 100%;
      height: 240px; }
    .product-detail-voucher .voucher-corporate__content {
      -ms-flex: none;
          flex: none;
      max-width: 100%;
      width: 100%; } }

.product-detail-voucher .voucher-seo {
  position: relative;
  margin-bottom: 48px; }
  .product-detail-voucher .voucher-seo__inner {
    max-height: 180px;
    overflow: hidden;
    transition: max-height 0.4s ease; }
    .product-detail-voucher .voucher-seo__inner .content-asset h2 {
      font-size: 28px;
      font-weight: 700;
      color: #2e2e2e;
      text-align: center;
      margin-bottom: 16px; }
    .product-detail-voucher .voucher-seo__inner .content-asset h3 {
      font-size: 18px;
      font-weight: 700;
      color: #2e2e2e;
      margin-bottom: 8px; }
    .product-detail-voucher .voucher-seo__inner .content-asset p {
      font-size: 14px;
      color: #2e2e2e;
      line-height: 1.6;
      margin-bottom: 12px; }
    .product-detail-voucher .voucher-seo__inner .content-asset a {
      color: #358ed7; }
    .product-detail-voucher .voucher-seo__inner.is-expanded {
      max-height: 2000px; }
  .product-detail-voucher .voucher-seo__fade {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
    transition: opacity 0.3s; }
    .product-detail-voucher .voucher-seo__fade.is-hidden {
      opacity: 0; }
  .product-detail-voucher .voucher-seo__read-more {
    display: block;
    margin: 12px auto 0;
    background: none;
    border: 1px solid #dddddd;
    border-radius: 64px;
    padding: 10px 32px;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s; }
    .product-detail-voucher .voucher-seo__read-more:hover {
      border-color: #2e2e2e; }
    .product-detail-voucher .voucher-seo__read-more.is-hidden {
      display: none; }

.product-detail-voucher .voucher-seo-section {
  position: relative;
  margin-bottom: 48px; }
  .product-detail-voucher .voucher-seo-section__inner {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.4s ease; }
    .product-detail-voucher .voucher-seo-section__inner.is-expanded {
      max-height: 4000px; }
    .product-detail-voucher .voucher-seo-section__inner .module__content {
      text-align: left !important; }
      .product-detail-voucher .voucher-seo-section__inner .module__content h2, .product-detail-voucher .voucher-seo-section__inner .module__content h3, .product-detail-voucher .voucher-seo-section__inner .module__content h4, .product-detail-voucher .voucher-seo-section__inner .module__content p, .product-detail-voucher .voucher-seo-section__inner .module__content li {
        text-align: left !important; }
      .product-detail-voucher .voucher-seo-section__inner .module__content h2.seo {
        font-size: 22px;
        font-weight: 700;
        color: #2e2e2e;
        margin-bottom: 16px; }
      .product-detail-voucher .voucher-seo-section__inner .module__content h3.seo {
        font-size: 18px;
        font-weight: 700;
        color: #2e2e2e;
        margin-bottom: 8px; }
      .product-detail-voucher .voucher-seo-section__inner .module__content p.seo {
        font-size: 14px;
        color: #2e2e2e;
        line-height: 1.5;
        margin-bottom: 12px; }
  .product-detail-voucher .voucher-seo-section__fade {
    display: none; }
  .product-detail-voucher .voucher-seo-section__read-more {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #ee3124;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.15s; }
    .product-detail-voucher .voucher-seo-section__read-more:hover {
      color: #c7281e; }
    .product-detail-voucher .voucher-seo-section__read-more.is-hidden {
      display: none; }

.product-detail-voucher .voucher-content .module__content,
.product-detail-voucher .voucher-content .read-content,
.product-detail-voucher .voucher-content .wrapped-text,
.product-detail-voucher > .content-asset .module__content,
.product-detail-voucher > .content-asset .read-content,
.product-detail-voucher > .content-asset .wrapped-text {
  text-align: left !important; }
  .product-detail-voucher .voucher-content .module__content h2, .product-detail-voucher .voucher-content .module__content h3, .product-detail-voucher .voucher-content .module__content h4, .product-detail-voucher .voucher-content .module__content p, .product-detail-voucher .voucher-content .module__content li,
  .product-detail-voucher .voucher-content .read-content h2,
  .product-detail-voucher .voucher-content .read-content h3,
  .product-detail-voucher .voucher-content .read-content h4,
  .product-detail-voucher .voucher-content .read-content p,
  .product-detail-voucher .voucher-content .read-content li,
  .product-detail-voucher .voucher-content .wrapped-text h2,
  .product-detail-voucher .voucher-content .wrapped-text h3,
  .product-detail-voucher .voucher-content .wrapped-text h4,
  .product-detail-voucher .voucher-content .wrapped-text p,
  .product-detail-voucher .voucher-content .wrapped-text li,
  .product-detail-voucher > .content-asset .module__content h2,
  .product-detail-voucher > .content-asset .module__content h3,
  .product-detail-voucher > .content-asset .module__content h4,
  .product-detail-voucher > .content-asset .module__content p,
  .product-detail-voucher > .content-asset .module__content li,
  .product-detail-voucher > .content-asset .read-content h2,
  .product-detail-voucher > .content-asset .read-content h3,
  .product-detail-voucher > .content-asset .read-content h4,
  .product-detail-voucher > .content-asset .read-content p,
  .product-detail-voucher > .content-asset .read-content li,
  .product-detail-voucher > .content-asset .wrapped-text h2,
  .product-detail-voucher > .content-asset .wrapped-text h3,
  .product-detail-voucher > .content-asset .wrapped-text h4,
  .product-detail-voucher > .content-asset .wrapped-text p,
  .product-detail-voucher > .content-asset .wrapped-text li {
    text-align: left !important; }

.product-detail-voucher .voucher-content {
  position: relative;
  margin-bottom: 48px; }
  .product-detail-voucher .voucher-content__inner {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.4s ease; }
    .product-detail-voucher .voucher-content__inner.is-expanded {
      max-height: 4000px; }
  .product-detail-voucher .voucher-content__fade {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #fcf8f8);
    pointer-events: none;
    transition: opacity 0.3s; }
    .product-detail-voucher .voucher-content__fade.is-hidden {
      opacity: 0; }
  .product-detail-voucher .voucher-content__read-more {
    display: block;
    margin: 12px auto 0;
    background: none;
    border: 1px solid #dddddd;
    border-radius: 64px;
    padding: 10px 32px;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s; }
    .product-detail-voucher .voucher-content__read-more:hover {
      border-color: #2e2e2e; }
    .product-detail-voucher .voucher-content__read-more.is-hidden {
      display: none; }

@media (min-width: 650px) {
  .product-detail-voucher .voucher-main {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: start;
        align-items: flex-start; }
  .product-detail-voucher .voucher-promises-col {
    -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%;
    max-width: 41.6667%;
    -ms-flex-order: 1;
        order: 1; }
  .product-detail-voucher .voucher-booking-col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.3333%;
    -ms-flex-order: 2;
        order: 2; } }

@media (max-width: 649px) {
  .product-detail-voucher .voucher-hero-content {
    padding-top: 24px; }
  .product-detail-voucher .voucher-hero {
    margin-bottom: 32px; }
    .product-detail-voucher .voucher-hero__title {
      font-size: 28px; }
    .product-detail-voucher .voucher-hero__heading .content-asset p {
      font-size: 16px; }
  .product-detail-voucher .voucher-main {
    margin-bottom: 40px; }
  .product-detail-voucher .voucher-promises-col {
    margin-top: 40px;
    margin-bottom: 32px; }
  .product-detail-voucher .voucher-booking-card {
    padding: 32px 24px;
    position: static; }
    .product-detail-voucher .voucher-booking-card__attributes .attribute-option {
      min-width: 50px; }
  .product-detail-voucher .voucher-booking-col {
    padding-top: 0; } }

@media (max-width: 480px) {
  .product-detail-voucher .voucher-hero__title {
    font-size: 24px; }
  .product-detail-voucher .voucher-booking-card {
    padding: 32px 24px; }
    .product-detail-voucher .voucher-booking-card__attributes .attribute-option-name {
      font-size: 16px; } }

@media (max-width: 768.98px) {
  body .embeddedServiceHelpButton .helpButton {
    bottom: 12px; } }
