.tl-offer-banner {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(255px, .86fr) minmax(285px, .94fr) minmax(300px, .84fr);
  min-height: 355px;
  max-height: 375px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-block: 32px;
  border: 1px solid rgba(243, 236, 225, .2);
  background:
    radial-gradient(circle at 18% 18%, rgba(179, 162, 122, .18), transparent 34%),
    linear-gradient(110deg, #11100e 0%, #211d17 50%, #0b0b0a 100%);
  color: #f3ece1;
  box-shadow: 0 22px 48px rgba(20, 17, 13, .16);
}

.tl-offer-banner.is-guidance-highlight {
  animation: tlo-guidance-highlight 2.2s ease;
}

@keyframes tlo-guidance-highlight {
  0%,
  100% {
    box-shadow: 0 22px 48px rgba(20, 17, 13, .16);
  }

  28%,
  70% {
    box-shadow:
      0 0 0 3px rgba(231, 214, 167, .58),
      0 26px 56px rgba(20, 17, 13, .2);
  }
}

.tl-offer-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(243,236,225,.22) 0 1px, transparent 1px) 0 0 / 58px 100%,
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 42%);
  opacity: .18;
}

.tl-offer-banner__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 20px 0 20px 24px;
}

.tl-offer-banner .tl-offer-eyebrow {
  margin: 0 0 8px;
  color: #c9b98b;
  font: 800 11px/1.3 "Open Sans", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tl-offer-banner .tl-offer-banner__copy h2 {
  margin: 0;
  max-width: 345px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff !important;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .22);
}

.tl-offer-banner .tl-offer-gold {
  color: #B3A27A !important;
}

.tl-offer-banner p {
  max-width: 340px;
  margin: 16px 0 0;
  color: rgba(243, 236, 225, .82);
  font: 700 13px/1.45 "Open Sans", sans-serif;
}

.tl-offer-banner__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 355px;
  background: #191714;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.tl-offer-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 355px;
  object-fit: cover;
  object-position: 38% 58%;
  filter: saturate(.92) contrast(.96);
}

.tl-offer-packshot {
  position: absolute;
  display: block;
  width: 43%;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid rgba(179, 162, 122, .24);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .24);
}

.tl-offer-packshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tl-offer-packshot--1 {
  left: 3%;
  bottom: 10px;
  z-index: 2;
}

.tl-offer-packshot--2 {
  left: 31%;
  top: 16px;
  z-index: 3;
}

.tl-offer-packshot--3 {
  right: 4%;
  bottom: 18px;
  z-index: 4;
}

.tl-offer-picker {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  gap: 10px;
  padding: 18px 20px 20px 18px;
  border-left: 1px solid rgba(243, 236, 225, .16);
  background: rgba(17, 15, 13, .84);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.tl-offer-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  justify-content: stretch;
  min-width: 0;
}

.tl-offer-status__badges {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.tl-offer-status__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 8px;
  border: 1px solid rgba(243, 236, 225, .22);
  background: rgba(243, 236, 225, .08);
  color: #f3ece1;
  font: 800 11px/1.15 "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: .04em;
  white-space: nowrap;
}

.tl-offer-total {
  justify-self: end;
  color: rgba(243, 236, 225, .78);
  font: 800 11px/1.15 "Open Sans", sans-serif;
  letter-spacing: .04em;
  text-align: right;
  white-space: nowrap;
}

.tl-offer-total[hidden] {
  display: none;
}

.tl-offer-choices {
  min-height: 0;
  flex: 1 1 auto;
  display: grid;
  gap: 6px;
  overflow: auto;
  padding-right: 3px;
  scrollbar-color: rgba(201,185,139,.72) transparent;
  scrollbar-width: thin;
}

.tl-offer-choice {
  display: grid;
  grid-template-columns: 18px 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 32px;
  padding: 6px 8px;
  border: 1px solid rgba(243, 236, 225, .14);
  background: rgba(243, 236, 225, .07);
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, opacity .16s ease;
}

.tl-offer-choice:hover,
.tl-offer-choice:focus-within {
  border-color: rgba(201, 185, 139, .55);
  background: rgba(243, 236, 225, .11);
}

.tl-offer-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tl-offer-choice__mark {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid rgba(243, 236, 225, .56);
  background: rgba(243, 236, 225, .06);
}

.tl-offer-choice__mark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #15130f;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.tl-offer-choice.is-selected {
  border-color: rgba(231, 214, 167, .94);
  background: rgba(231, 214, 167, .24);
  box-shadow: inset 0 0 0 1px rgba(243, 236, 225, .09);
}

.tl-offer-choice.is-selected .tl-offer-choice__mark {
  border-color: #f3ece1;
  background: #f3ece1;
}

.tl-offer-choice.is-selected .tl-offer-choice__mark::after {
  opacity: 1;
}

.tl-offer-choice.is-selected .tl-offer-choice__text {
  color: #fffdf8;
}

.tl-offer-choice input:disabled + .tl-offer-choice__mark,
.tl-offer-choice input:disabled ~ .tl-offer-choice__rank,
.tl-offer-choice input:disabled ~ .tl-offer-choice__text {
  opacity: .68;
}

.tl-offer-choice.is-disabled {
  border-color: rgba(243, 236, 225, .11);
  background: rgba(243, 236, 225, .045);
  cursor: default;
}

.tl-offer-choice__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  color: #c9b98b;
  font: 800 10px/1 "Open Sans", sans-serif;
  letter-spacing: .08em;
}

.tl-offer-choice.is-selected .tl-offer-choice__rank {
  color: #f3ece1;
}

.tl-offer-choice__text {
  min-width: 0;
  overflow: hidden;
  color: #f3ece1;
  font: 700 12px/1.3 "Open Sans", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tl-offer-actions {
  display: grid;
  gap: 7px;
  align-items: center;
}

.tl-offer-button {
  width: 100%;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #b3a27a;
  background: #b3a27a;
  color: #fff;
  font: 800 11px/1 "Open Sans", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.tl-offer-button:hover,
.tl-offer-button:focus-visible {
  background: #a8956e;
  color: #fff;
}

.tl-offer-button:disabled {
  cursor: not-allowed;
  border-color: #b3a27a;
  background: transparent;
  color: #b3a27a;
  opacity: 1;
}

.tl-offer-message {
  min-height: 0;
  color: rgba(243, 236, 225, .86);
  font: 700 11px/1.35 "Open Sans", sans-serif;
}

.tl-offer-message:not(:empty) {
  min-height: 18px;
  padding: 7px 9px;
  border: 1px solid rgba(231, 214, 167, .25);
  background: rgba(243, 236, 225, .08);
}

.tl-offer-message[data-tlo-message-type="complete"] {
  border-color: rgba(231, 214, 167, .58);
  background: rgba(179, 162, 122, .2);
  color: #fffdf8;
}

.tl-offer-cart-note {
  margin: 4px 0 0;
  color: #8d7d57;
  font-size: 12px;
}

@media (prefers-reduced-motion: reduce) {
  .tl-offer-banner.is-guidance-highlight {
    animation: none;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .tl-offer-banner {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .62fr);
    grid-template-areas:
      "copy visual"
      "picker picker";
    min-height: 0;
    max-height: none;
  }

  .tl-offer-banner__copy {
    grid-area: copy;
    min-height: 253px;
    padding: 22px 24px 20px;
  }

  .tl-offer-banner .tl-offer-banner__copy h2 {
    max-width: 520px;
    font-size: clamp(28px, 3vw, 34px);
  }

  .tl-offer-banner p {
    max-width: 540px;
    margin-top: 14px;
  }

  .tl-offer-banner__visual {
    grid-area: visual;
    min-height: 253px;
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  }

  .tl-offer-hero-image {
    min-height: 253px;
    object-position: 44% 56%;
  }

  .tl-offer-picker {
    grid-area: picker;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 15px 20px 18px;
    border-left: 0;
    border-top: 1px solid rgba(179, 162, 122, .22);
  }

  .tl-offer-status {
    grid-column: 1 / -1;
  }

  .tl-offer-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 118px;
  }

  .tl-offer-actions {
    justify-self: end;
    width: min(360px, 100%);
  }
}

@media (max-width: 900px) {
  .tl-offer-banner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, .68fr);
    grid-template-areas:
      "copy visual"
      "picker picker";
    min-height: 0;
    max-height: none;
  }

  .tl-offer-banner__copy {
    grid-area: copy;
    padding: 20px 22px 18px;
  }

  .tl-offer-banner .tl-offer-banner__copy h2 {
    max-width: 360px;
    font-size: clamp(25px, 3.6vw, 30px);
  }

  .tl-offer-banner p:not(.tl-offer-eyebrow) {
    display: none;
  }

  .tl-offer-banner__visual {
    grid-area: visual;
    min-height: clamp(227px, 32vw, 264px);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .tl-offer-hero-image {
    min-height: clamp(227px, 32vw, 264px);
    object-position: 42% 56%;
  }

  .tl-offer-picker {
    grid-area: picker;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    padding: 14px 18px 18px;
    border-left: 0;
    border-top: 1px solid rgba(179, 162, 122, .22);
  }

  .tl-offer-status {
    grid-column: 1 / -1;
  }

  .tl-offer-total {
    font-size: 10px;
  }

  .tl-offer-choices {
    max-height: 132px;
  }

  .tl-offer-actions {
    justify-self: end;
    width: min(330px, 100%);
  }
}

@media (max-width: 680px) {
  .tl-offer-banner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "visual"
      "picker";
    min-height: 0;
    max-height: none;
  }

  .tl-offer-banner__copy {
    min-height: 0;
    padding: 14px 16px 12px;
  }

  .tl-offer-banner .tl-offer-eyebrow {
    margin-bottom: 6px;
    font-size: 9px;
    letter-spacing: .13em;
  }

  .tl-offer-banner .tl-offer-banner__copy h2 {
    max-width: 100%;
    font-size: clamp(30px, 8.3vw, 35px);
    line-height: 1;
  }

  .tl-offer-banner__visual {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 266px;
    height: 266px;
    opacity: .92;
    -webkit-clip-path: none;
    clip-path: none;
    border-top: 1px solid rgba(243, 236, 225, .12);
    border-bottom: 1px solid rgba(243, 236, 225, .12);
  }

  .tl-offer-hero-image {
    min-height: 266px;
    object-position: 48% 58%;
  }

  .tl-offer-picker {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    padding: 12px 14px 14px;
  }

  .tl-offer-status {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .tl-offer-status__badges {
    gap: 7px;
  }

  .tl-offer-status__badges span {
    min-height: 26px;
    padding: 5px 8px;
    font-size: 10px;
    letter-spacing: .02em;
  }

  .tl-offer-total {
    width: 100%;
    justify-self: auto;
    margin-left: 0;
    font-size: 10px;
    text-align: right;
  }

  .tl-offer-choices {
    max-height: 106px;
    gap: 6px;
  }

  .tl-offer-choice {
    min-height: 32px;
    grid-template-columns: 18px 24px minmax(0, 1fr);
    gap: 8px;
    padding: 6px 8px;
  }

  .tl-offer-choice__mark {
    width: 16px;
    height: 16px;
  }

  .tl-offer-choice__text {
    font-size: 12px;
    line-height: 1.25;
  }

  .tl-offer-actions {
    gap: 7px;
    align-self: stretch;
  }

  .tl-offer-button {
    min-height: 42px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: .1em;
  }
}
