.tp-upsell-page {
  --tp-upsell-primary: var(--tp-primary);
  --tp-upsell-primary-dark: var(--tp-primary-dark);
  --tp-upsell-accent: var(--tp-accent);
  --tp-upsell-ink: var(--tp-ink);
  --tp-upsell-muted: var(--tp-muted);
  --tp-upsell-surface: var(--tp-surface-2);
  --tp-upsell-border: #dce5e8;
  --tp-upsell-success: #249d52;
  color: var(--tp-upsell-ink);
  font-family: var(--tp-body-font);
}

.tp-booking-confirmation-page .wp-block-post-title {
  display: none;
}

.tp-booking-confirmation-page .wp-block-post-content {
  max-width: none !important;
  padding-inline: 0 !important;
}

.tp-booking-confirmation {
  width: min(1180px, calc(100% - 36px));
  margin: 32px auto 56px;
}

.tp-booking-confirmation__status {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 28px;
  border: 1px solid rgba(27, 186, 202, 0.24);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 27, 45, 0.08);
}

.tp-booking-confirmation--manual .tp-booking-confirmation__status {
  background:
    linear-gradient(115deg, rgba(27, 186, 202, 0.1), transparent 48%),
    #fff;
}

.tp-booking-confirmation--paid .tp-booking-confirmation__status {
  border-color: rgba(36, 157, 82, 0.28);
  background:
    linear-gradient(115deg, rgba(36, 157, 82, 0.1), transparent 48%),
    #fff;
}

.tp-booking-confirmation__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--tp-upsell-primary);
  color: #fff;
  font-size: 1.25rem;
}

.tp-booking-confirmation--paid .tp-booking-confirmation__icon {
  background: var(--tp-upsell-success);
}

.tp-booking-confirmation__copy {
  max-width: 780px;
}

.tp-booking-confirmation__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--tp-upsell-primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tp-booking-confirmation__copy h1 {
  margin: 0;
  color: var(--tp-upsell-ink);
  font-family: var(--tp-heading-font);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.12;
}

.tp-booking-confirmation__copy > p {
  margin: 12px 0 0;
  color: var(--tp-upsell-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.tp-booking-confirmation__copy .tp-booking-confirmation__no-hold {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 720px;
  padding: 11px 13px;
  border: 1px solid rgba(217, 120, 75, 0.35);
  border-radius: 11px;
  background: rgba(217, 120, 75, 0.09);
  color: var(--tp-upsell-ink);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.45;
}

.tp-booking-confirmation__no-hold i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #a94f29;
}

.tp-booking-confirmation__upsells {
  margin-top: 30px;
}

.tp-booking-confirmation__upsell-intro {
  max-width: 700px;
  margin: 0 0 12px;
  color: var(--tp-upsell-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.tp-booking-confirmation__upsells .tp-product-carousel {
  padding-inline: 0;
}

.tp-booking-confirmation__upsells .tp-product-carousel__inner {
  max-width: none;
}

.tp-booking-confirmation__upsells .tp-product-card--shop {
  padding-bottom: 54px;
}

.tp-booking-confirmation__upsells .tp-product-card__favorite {
  display: none;
}

.tp-upsell-page .tp-upsell-product__add {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--tp-upsell-primary);
  border-radius: 10px;
  background: #fff;
  color: var(--tp-upsell-primary-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 750;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.tp-upsell-page .tp-upsell-product__add:hover,
.tp-upsell-page .tp-upsell-product__add:focus-visible,
.tp-upsell-page .tp-upsell-product__add.is-selected {
  border-color: var(--tp-upsell-primary-dark);
  background: var(--tp-upsell-primary-dark);
  color: #fff;
}

.tp-booking-confirmation__cart {
  position: sticky;
  z-index: 12;
  bottom: 16px;
  display: grid;
  grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.3fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid var(--tp-upsell-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(15, 27, 45, 0.14);
  backdrop-filter: blur(12px);
}

.tp-booking-confirmation__cart-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.tp-booking-confirmation__cart-heading div {
  display: grid;
  gap: 2px;
}

.tp-booking-confirmation__cart-heading span {
  color: var(--tp-upsell-muted);
  font-size: 0.75rem;
}

.tp-booking-confirmation__cart-heading strong {
  color: var(--tp-upsell-ink);
  font-size: 0.92rem;
}

.tp-booking-confirmation__cart-heading > .price {
  color: var(--tp-upsell-primary-dark);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.tp-booking-confirmation__cart .items-container {
  min-width: 0;
  max-height: 132px;
  overflow-y: auto;
}

.tp-booking-confirmation__cart .empty-cart {
  margin: 0;
  color: var(--tp-upsell-muted);
  font-size: 0.84rem;
}

.tp-booking-confirmation__continue,
.tp-booking-confirmation__home {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 10px;
  background: var(--tp-upsell-primary);
  color: #fff !important;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.tp-booking-confirmation__continue {
  min-width: 190px;
  padding: 0 18px;
}

.tp-booking-confirmation__continue:hover,
.tp-booking-confirmation__continue:focus-visible,
.tp-booking-confirmation__home:hover,
.tp-booking-confirmation__home:focus-visible {
  background: var(--tp-upsell-primary-dark);
  color: #fff !important;
}

.tp-booking-confirmation__continue .elementor-button-text {
  display: flex;
  gap: 8px;
  align-items: center;
}

.tp-booking-confirmation__continue .price {
  font-size: 0.78rem;
  opacity: 0.86;
}

.tp-booking-confirmation__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.tp-booking-confirmation__home {
  padding: 0 20px;
}

.tp-upsell-page .tp-booking-confirmation__upsells .tp-booking-confirmation__cart {
  border: 1px solid var(--tp-upsell-border) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

.tp-upsell-page
  .tp-booking-confirmation__cart
  #add-items-desktop.tp-booking-confirmation__continue {
  border: 0 !important;
  background: var(--tp-upsell-primary) !important;
  color: #fff !important;
}

.tp-upsell-page
  .tp-booking-confirmation__cart
  #add-items-desktop.tp-booking-confirmation__continue:hover,
.tp-upsell-page
  .tp-booking-confirmation__cart
  #add-items-desktop.tp-booking-confirmation__continue:focus-visible {
  background: var(--tp-upsell-primary-dark) !important;
  color: #fff !important;
}

.tp-upsell-page .tp-upsell-confirmation {
  position: relative;
  overflow: hidden;
  margin: 22px auto 30px !important;
  border: 1px solid rgba(27, 186, 202, 0.24) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(110deg, rgba(27, 186, 202, 0.1), transparent 42%),
    #fff !important;
  box-shadow: 0 10px 28px rgba(15, 27, 45, 0.08) !important;
}

.tp-upsell-page .tp-upsell-confirmation::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--tp-upsell-success);
  content: "";
}

.tp-upsell-page .tp-upsell-confirmation h1,
.tp-upsell-page .tp-upsell-confirmation h2,
.tp-upsell-page .tp-upsell-confirmation h3 {
  color: var(--tp-upsell-ink) !important;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.tp-upsell-page .tp-upsell-confirmation p {
  color: var(--tp-upsell-muted) !important;
  font-size: 0.93rem !important;
  line-height: 1.55 !important;
}

.tp-upsell-page .tp-upsell-experience {
  margin-top: 8px;
}

.tp-upsell-page .tp-upsell-experience h2,
.tp-upsell-page .tp-upsell-experience h3 {
  color: var(--tp-upsell-ink);
  letter-spacing: -0.025em;
}

.tp-upsell-page .tp-upsell-grid {
  gap: 16px !important;
}

.tp-upsell-page .tp-upsell-product {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tp-upsell-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 27, 45, 0.06);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.tp-upsell-page .tp-upsell-product:hover {
  border-color: rgba(27, 186, 202, 0.55);
  box-shadow: 0 12px 28px rgba(15, 27, 45, 0.11);
  transform: translateY(-2px);
}

.tp-upsell-page .tp-upsell-product.is-selected {
  border-color: var(--tp-upsell-primary);
  box-shadow:
    0 0 0 2px rgba(27, 186, 202, 0.15),
    0 12px 28px rgba(15, 27, 45, 0.11);
}

.tp-upsell-page .tp-upsell-product .product-loop {
  height: 100%;
  border: 0 !important;
  background: #fff !important;
}

.tp-upsell-page .tp-upsell-product .product-loop > .e-con-inner {
  gap: 10px !important;
  height: 100%;
  padding: 14px !important;
}

.tp-upsell-page .tp-upsell-product img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 11px;
  background: var(--tp-upsell-surface);
  object-fit: contain;
}

.tp-upsell-page .tp-upsell-product .product-title h2,
.tp-upsell-page .tp-upsell-product .product-title h1,
.tp-upsell-page .tp-upsell-product .product-title {
  color: var(--tp-upsell-ink) !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
}

.tp-upsell-page .tp-upsell-product .selected-price-sale span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 9px !important;
  border-radius: 7px;
  background: var(--tp-upsell-primary) !important;
  color: #fff !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.tp-upsell-page .tp-upsell-product .selected-price-regular {
  color: var(--tp-upsell-muted);
  font-size: 0.75rem;
}

.tp-upsell-page .tp-upsell-product .add-product {
  width: 100% !important;
  margin-top: auto;
}

.tp-upsell-page .tp-upsell-product .add-product .elementor-button {
  width: 100%;
  min-height: 44px;
  justify-content: center;
  border: 1px solid var(--tp-upsell-primary) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--tp-upsell-primary-dark) !important;
  cursor: pointer;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.tp-upsell-page .tp-upsell-product .add-product .elementor-button:hover,
.tp-upsell-page .tp-upsell-product .add-product .elementor-button:focus-visible {
  border-color: var(--tp-upsell-primary-dark) !important;
  background: rgba(27, 186, 202, 0.09) !important;
  color: var(--tp-upsell-primary-dark) !important;
}

.tp-upsell-page
  .tp-upsell-product
  .add-product
  .elementor-button.is-selected {
  border-color: var(--tp-upsell-primary-dark) !important;
  background: var(--tp-upsell-primary-dark) !important;
  color: #fff !important;
}

.tp-upsell-page
  .tp-upsell-product
  .add-product
  .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tp-upsell-page .tp-upsell-product__quantity {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--tp-upsell-accent);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(15, 27, 45, 0.18);
}

.tp-upsell-page .tp-upsell-product__quantity[hidden] {
  display: none;
}

.tp-upsell-page .tp-upsell-cart {
  overflow: hidden;
  border: 1px solid var(--tp-upsell-border) !important;
  border-top: 5px solid var(--tp-upsell-primary) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: var(--tp-upsell-ink) !important;
  box-shadow: 0 12px 30px rgba(15, 27, 45, 0.11) !important;
}

.tp-upsell-page .tp-upsell-cart h2,
.tp-upsell-page .tp-upsell-cart h3,
.tp-upsell-page .tp-upsell-cart h4 {
  color: var(--tp-upsell-ink) !important;
}

.tp-upsell-page .tp-upsell-cart .elementor-progress-wrapper {
  background: #e8eff1 !important;
}

.tp-upsell-page .tp-upsell-cart .elementor-progress-bar {
  background: linear-gradient(
    90deg,
    var(--tp-upsell-primary-dark),
    var(--tp-upsell-primary)
  ) !important;
}

.tp-upsell-page .tp-upsell-cart .item-model,
.tp-upsell-page .tp-upsell-cart .item-model-mobile {
  display: none !important;
}

.tp-upsell-page .tp-upsell-cart-list {
  display: grid;
  gap: 9px;
  width: 100%;
}

.tp-upsell-page .tp-upsell-cart-item {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto 36px;
  gap: 9px;
  align-items: center;
  width: 100%;
  padding: 9px;
  border: 1px solid #e4ecee;
  border-radius: 11px;
  background: var(--tp-upsell-surface);
}

.tp-upsell-page .tp-upsell-cart-item__image {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.tp-upsell-page .tp-upsell-cart-item__details {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.tp-upsell-page .tp-upsell-cart-item__title {
  overflow: hidden;
  color: var(--tp-upsell-ink);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.tp-upsell-page .tp-upsell-cart-item__controls {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tp-upsell-page .tp-upsell-cart-item__quantity-button,
.tp-upsell-page .tp-upsell-cart-item__remove {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 1px solid #cfdbdf;
  border-radius: 8px;
  background: #fff;
  color: var(--tp-upsell-primary-dark);
  cursor: pointer;
  font-size: 0.7rem;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.tp-upsell-page .tp-upsell-cart-item__quantity-button:hover {
  border-color: var(--tp-upsell-primary);
  background: rgba(27, 186, 202, 0.1);
}

.tp-upsell-page .tp-upsell-cart-item__remove {
  color: #b42318;
}

.tp-upsell-page .tp-upsell-cart-item__remove:hover {
  border-color: #f1b4ad;
  background: #fff1f0;
}

.tp-upsell-page .tp-upsell-cart-item__quantity {
  min-width: 18px;
  color: var(--tp-upsell-ink);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

.tp-upsell-page .tp-upsell-cart-item__price {
  color: var(--tp-upsell-primary-dark);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.tp-upsell-page .tp-upsell-cart .empty-cart {
  padding: 22px 8px !important;
}

.tp-upsell-page .tp-upsell-cart .empty-cart[hidden] {
  display: none !important;
}

.tp-upsell-page .tp-upsell-cart .empty-cart i {
  color: rgba(27, 186, 202, 0.55) !important;
}

.tp-upsell-page .tp-upsell-cart #add-items-desktop,
.tp-upsell-page .tp-upsell-cart #add-items-button {
  min-height: 48px;
  border-radius: 10px !important;
  background: var(--tp-upsell-accent) !important;
  color: var(--tp-midnight, #0B2239) !important;
  cursor: pointer;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(27, 186, 202, 0.22);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.tp-upsell-page .tp-upsell-cart #add-items-desktop:hover,
.tp-upsell-page .tp-upsell-cart #add-items-desktop:focus-visible,
.tp-upsell-page .tp-upsell-cart #add-items-button:hover,
.tp-upsell-page .tp-upsell-cart #add-items-button:focus-visible {
  background: var(--tp-primary-dark, #087C89) !important;
  color: #fff !important;
  box-shadow: 0 9px 20px rgba(27, 186, 202, 0.28);
}

.tp-upsell-page .tp-upsell-cart .elementor-button-text {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tp-upsell-page .tp-upsell-cart .elementor-button-text .price {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
  white-space: nowrap;
}

.tp-upsell-page .tp-upsell-feedback {
  display: none;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 9px;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
}

.tp-upsell-page .tp-upsell-feedback:not(:empty) {
  display: block;
}

.tp-upsell-page .tp-upsell-feedback[data-type="success"] {
  background: #ecf8f0;
  color: #176a36;
}

.tp-upsell-page .tp-upsell-feedback[data-type="loading"] {
  background: #edf7f9;
  color: var(--tp-upsell-primary-dark);
}

.tp-upsell-page .tp-upsell-feedback[data-type="error"] {
  background: #fff1f0;
  color: #9f2017;
}

.tp-upsell-page :is(a, button):focus-visible {
  outline: 3px solid rgba(27, 186, 202, 0.42) !important;
  outline-offset: 3px;
}

@media (min-width: 1025px) {
  .tp-upsell-page #sticky-cart.elementor-sticky--active {
    top: 100px !important;
    max-height: calc(100vh - 116px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: rgba(8, 124, 137, 0.32) transparent;
    scrollbar-width: thin;
  }
}

@media (max-width: 1024px) {
  .tp-upsell-page .tp-upsell-grid {
    gap: 13px !important;
  }

  .tp-upsell-page .tp-upsell-product .product-loop > .e-con-inner {
    padding: 12px !important;
  }
}

@media (max-width: 767px) {
  .tp-upsell-page {
    padding-bottom: 24px;
  }

  .tp-booking-confirmation {
    width: calc(100% - 32px);
    margin: 18px 16px 36px;
  }

  .tp-booking-confirmation__status {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 16px;
    border-radius: 14px;
  }

  .tp-booking-confirmation__icon {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .tp-booking-confirmation__copy h1 {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  .tp-booking-confirmation__copy > p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .tp-booking-confirmation__copy .tp-booking-confirmation__no-hold {
    margin-left: -54px;
    font-size: 0.84rem;
  }

  .tp-booking-confirmation__upsells {
    margin-top: 24px;
  }

  .tp-booking-confirmation__cart {
    bottom: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 11px;
    border-radius: 14px;
  }

  .tp-upsell-page .tp-booking-confirmation__upsells .tp-booking-confirmation__cart {
    border-radius: 14px !important;
  }

  .tp-booking-confirmation__cart-heading {
    grid-column: 1;
  }

  .tp-booking-confirmation__cart .items-container,
  .tp-booking-confirmation__cart .empty-cart {
    grid-column: 1 / -1;
  }

  .tp-booking-confirmation__continue {
    grid-column: 2;
    grid-row: 1;
    min-width: 112px;
    padding-inline: 12px;
  }

  .tp-booking-confirmation__continue .elementor-button-text .price {
    display: none;
  }

  .tp-upsell-page .tp-upsell-confirmation {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 14px 16px 24px !important;
    border-radius: 14px !important;
  }

  .tp-upsell-page .tp-upsell-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .tp-upsell-page .tp-upsell-product .product-loop > .e-con-inner {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 10px 14px !important;
  }

  .tp-upsell-page .tp-upsell-product img {
    aspect-ratio: 1;
  }

  .tp-upsell-page .tp-upsell-product .add-product {
    grid-column: 2;
  }

  .tp-upsell-page .tp-upsell-product .selected-price-regular {
    display: none !important;
  }

  .tp-upsell-page .tp-upsell-cart {
    border-radius: 14px 14px 0 0 !important;
  }

  .tp-upsell-page .tp-upsell-cart .elementor-widget-progress {
    display: none !important;
  }

  .tp-upsell-page .tp-upsell-cart-item {
    grid-template-columns: 44px minmax(0, 1fr) 34px;
    padding: 7px;
  }

  .tp-upsell-page .tp-upsell-cart-item__image {
    width: 44px;
    height: 44px;
  }

  .tp-upsell-page .tp-upsell-cart-item__price {
    display: none;
  }

  .tp-upsell-page .tp-upsell-cart-item__remove {
    grid-column: 3;
    grid-row: 1;
  }

  .tp-upsell-page .tp-upsell-feedback {
    margin-top: 7px;
    padding: 8px 10px;
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tp-upsell-page *,
  .tp-upsell-page *::before,
  .tp-upsell-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
