:root {
  color-scheme: light;
  --ink: #000;
  --muted: #6f6f6f;
  --line: #ccc;
  --soft: rgba(0, 0, 0, .1);
  --soft-strong: rgba(0, 0, 0, .2);
  --primary: #6d6d6d;
  --primary-hover: #545454;
  --footer: #3c3c3c;
  --danger: #a30000;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #fff;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.is-hidden,
[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 8px 12px;
  color: #fff;
  background: #222;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  min-height: 93px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.shop-navigation {
  min-height: 92px;
  margin-right: 2.5%;
  margin-left: 2.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  font-family: Avenir, "Segoe UI", Roboto, Arial, sans-serif;
}

.brand {
  width: 198px;
  min-width: 198px;
  height: 62px;
  min-height: 62px;
  margin: 15px 0 15px 15px;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.menu {
  min-width: 0;
  margin: 15px 0;
  padding: 0 15px 0 0;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 0 15px;
  list-style: none;
}

.menu > li {
  display: flex;
  align-items: center;
}

.nav-link,
.language-toggle,
.basket {
  min-height: 26px;
  padding: 3px 7.5px;
  color: #222;
  background: transparent;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover,
.language-toggle:hover,
.basket:hover {
  text-decoration: underline;
}

.nav-link.is-current {
  background: #adb5bd;
  text-decoration: none;
}

.language-toggle {
  text-transform: uppercase;
  white-space: nowrap;
}

.caret {
  width: 0;
  height: 0;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.basket {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-icon {
  display: block;
  fill: #222;
}

.global-alert {
  width: min(1110px, calc(100% - 30px));
  margin: 15px auto 0;
  padding: 12px 15px;
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}

.global-alert.is-success {
  color: #155724;
  background: #d4edda;
  border-color: #c3e6cb;
}

.shop-main {
  min-height: calc(100vh - 236px);
  background: #fff;
}

.page-block {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 30px 60px;
  background: #fff;
}

.page-header {
  display: flex;
  flex-wrap: wrap;
}

.back-button,
.btn,
.main-action {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  color: #fff;
  background: var(--primary);
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
}

.back-button {
  margin-top: 15px;
}

.back-button:hover,
.btn-primary:hover,
.main-action:hover:not(:disabled) {
  color: #fff;
  background: var(--primary-hover);
  text-decoration: none;
}

.page-header h1 {
  width: 100%;
  margin: 45px 0 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}

.page-header .venue {
  width: 100%;
  flex-grow: 1;
  margin-bottom: 5px;
}

.ticket-block {
  margin-top: 15px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 30px;
  align-items: start;
}

.selection-column,
.information-column {
  min-width: 0;
}

.form-group {
  margin-bottom: 15px;
}

.date-picker {
  position: relative;
}

.date-picker label {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
}

.input-group {
  width: 100%;
  display: flex;
  position: relative;
  border-collapse: separate;
}

.form-control {
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  line-height: 1.428571429;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  border-color: #666;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(34, 34, 34, .45);
}

.date-input {
  min-width: 0;
  background: #eee;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  font-weight: 700;
}

.picker-toggler {
  width: 44px;
  min-width: 44px;
  height: 35px;
  margin-left: -1px;
  padding: 6px 12px;
  border-radius: 0 4px 4px 0;
}

.picker-toggler svg {
  display: block;
  fill: #fff;
}

.custom-calendar {
  width: 308px;
  max-width: calc(100vw - 30px);
  padding: 0;
  position: absolute;
  z-index: 100;
  top: calc(100% - 14px);
  left: 0;
  color: #404848;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 0 #eee, -1px 0 #eee, 0 1px #eee, 0 -1px #eee, 0 3px 13px rgba(0, 0, 0, .08);
  text-align: center;
}

.calendar-toolbar {
  height: 34px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
}

.calendar-heading {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.calendar-nav {
  width: 42px;
  height: 34px;
  padding: 9px 13px;
  color: #3c3f40;
  background: transparent;
  border: 0;
}

.calendar-nav:hover:not(:disabled) {
  color: #111;
  background: #f1f1f1;
}

.calendar-nav:disabled {
  color: #bbb;
  opacity: 1;
}

.calendar-nav svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-weekdays {
  height: 28px;
  align-items: center;
  color: rgba(0, 0, 0, .62);
  font-size: 12px;
  font-weight: 700;
}

.calendar-grid {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}

.calendar-cell {
  min-width: 0;
  height: 39px;
  padding: 0;
  display: grid;
  place-items: center;
  position: relative;
  color: #fff;
  background: #6f6f6f;
  border: 0;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0;
  line-height: 38px;
}

.calendar-cell:hover:not(:disabled),
.calendar-cell:focus-visible {
  z-index: 2;
  color: #222;
  background: #e9e9e9;
  outline: 2px solid #222;
  outline-offset: -2px;
}

.calendar-cell.is-selected,
.calendar-cell.is-selected:hover,
.calendar-cell.is-selected:focus-visible {
  z-index: 3;
  color: #fff;
  background: #4f99ff;
  outline-color: #111;
}

.calendar-cell.is-today:not(.is-selected)::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 3px;
  left: 5px;
  height: 2px;
  background: #f64747;
}

.calendar-cell.is-outside,
.calendar-cell:disabled {
  color: rgba(64, 72, 72, .3);
  background: #fff;
  cursor: not-allowed;
  opacity: 1;
}

.time-picker {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 7.5px;
}

.slot {
  min-width: 4.5em;
  margin: 0 7.5px 7.5px 0;
  padding: 6px 12px;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.428571429;
}

.slot:hover:not(:disabled) {
  background: #e6e6e6;
  border-color: #adadad;
}

.slot.is-selected {
  color: #fff;
  background: var(--primary);
  border-color: transparent;
}

.slot:disabled {
  color: #999;
  background: #f3f3f3;
}

.tickets-list {
  width: 100%;
  clear: both;
}

.ticket-row {
  width: 100%;
  padding: 15px 0 7.5px;
  display: grid;
  grid-template-columns: 58.333333% 41.666667%;
}

.ticket-row:nth-child(odd) {
  background: var(--soft);
}

.ticket-row:nth-child(even) {
  background: var(--soft-strong);
}

.ticket-info,
.ticket-controls {
  min-width: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.ticket-info {
  display: block;
}

.ticket-name {
  display: block;
  font-weight: 600;
}

.ticket-info-popover {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

.info-button {
  width: 21px;
  height: 21px;
  padding: 0;
  color: #fff;
  background: #6d6d6d;
  border: 0;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.info-popover {
  position: absolute;
  z-index: 20;
  top: calc(100% + 7px);
  left: -8px;
  width: min(340px, 70vw);
  padding: 10px 12px;
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .18);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.ticket-description-text {
  margin-top: 4px;
  display: block;
  color: #222;
}

.ticket-controls {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.ticket-price {
  min-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.quantity {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.quantity button,
.quantity input {
  height: 34px;
  border: 1px solid #ccc;
}

.quantity button {
  width: 42px;
  min-width: 42px;
  padding: 6px 12px;
  color: #333;
  background: #fff;
}

.quantity button:first-child {
  border-radius: 4px 0 0 4px;
}

.quantity button:last-child {
  border-radius: 0 4px 4px 0;
}

.quantity button:hover:not(:disabled) {
  background: #e6e6e6;
}

.quantity input {
  min-width: 0;
  flex: 1;
  margin: 0 -1px;
  padding: 6px 10px;
  color: #222;
  background: #fff;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  text-align: center;
  appearance: textfield;
}

.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.ticket-footer {
  width: 100%;
}

.total-price {
  width: calc(100% + 30px);
  margin: 45px -15px 0;
  display: grid;
  grid-template-columns: 66.666667% 33.333333%;
}

.total-price .name,
.total-price .value {
  padding-right: 15px;
  padding-left: 15px;
}

.total-price .value {
  text-align: right;
  white-space: nowrap;
}

.vat-message {
  font-size: .8em;
}

.add-to-cart {
  margin-top: 30px;
  text-align: center;
}

.main-action {
  min-width: 116px;
}

.clear-selection,
.text-button {
  margin-left: 10px;
  padding: 4px;
  color: #333;
  background: transparent;
  border: 0;
  text-decoration: underline;
}

.image-container {
  width: 100%;
  min-height: 113px;
  margin-bottom: 15px;
}

.ticket-image {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.ticket-description {
  margin: 0 0 10px;
}

.info-marker {
  width: 25px;
  height: 15px;
  margin: 0 0 22px;
  display: block;
  background: var(--primary);
  border-radius: 4px;
}

.ticket-description h2 {
  margin: 0 0 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.ticket-description p {
  margin: 0 0 20px;
}

.ticket-description .text {
  margin-bottom: 10px;
}

.cart-page {
  width: 100%;
  background: #fff;
}

.cart-back-progress {
  width: 100%;
  max-width: 1200px;
  min-height: 92px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
}

.cart-back-progress .back-button {
  justify-self: start;
}

.cart-progress {
  width: min(100%, 620px);
  margin: 0 auto;
  padding: 17px 0 0;
  display: flex;
  list-style: none;
}

.cart-progress li {
  min-width: 0;
  flex: 1;
  position: relative;
  color: #aaa;
  font-size: 13px;
  text-align: center;
  text-transform: lowercase;
}

.cart-progress li::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 14px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #888;
}

.cart-progress li:last-child::after {
  display: none;
}

.cart-progress-dot {
  width: 17px;
  height: 17px;
  margin: 0 auto 8px;
  display: block;
  position: relative;
  z-index: 1;
  background: #ccc;
  border: 6px solid #f0f0f0;
  border-radius: 50%;
  box-sizing: content-box;
}

.cart-progress li.is-active {
  color: #222;
}

.cart-progress li.is-active .cart-progress-dot {
  background: #222;
}

.cart-page-block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1px 30px 60px;
  background: #fff;
}

.cart-page-header h1 {
  margin: 45px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}

.cart-item-list {
  width: 100%;
  margin-top: 15px;
}

.cart-item,
.cart-ticket-row {
  display: grid;
  grid-template-columns: minmax(280px, 45fr) minmax(100px, 15fr) minmax(70px, 10fr) minmax(76px, 10fr) minmax(100px, 20fr) 56px;
  column-gap: 7.5px;
  align-items: center;
}

.cart-item-headers {
  padding: 7.5px 15px;
  border-bottom: 2px solid #eee;
  font-weight: 600;
}

.cart-ticket-group {
  border-bottom: 1px solid #eee;
}

.cart-event-row {
  padding: 12px 15px 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.cart-event-row strong {
  font-weight: 400;
}

.cart-event-row time {
  font-size: 12px;
}

.cart-ticket-row {
  min-height: 42px;
  padding: 5px 15px 10px;
}

.cart-ticket-name {
  padding-left: 15px;
}

.cart-ticket-row > :not(.cart-ticket-name) {
  text-align: center;
}

.cart-remove-button {
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-self: center;
  color: #fff;
  background: #747474;
  border: 0;
  border-radius: 50%;
}

.cart-remove-button:hover {
  background: #555;
}

.cart-remove-button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.cart-total-row {
  min-height: 37px;
  padding: 7.5px 71px 7.5px 15px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background: #eee;
}

.cart-empty {
  padding: 30px 15px;
  color: var(--muted);
  border-bottom: 1px solid #eee;
  text-align: center;
}

.cart-page-actions {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.payment-placeholder:disabled {
  color: #fff;
  background: #6d6d6d;
  border-color: transparent;
  cursor: not-allowed;
  opacity: 1;
}

.cart-personal-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.basket.is-current {
  background: #adb5bd;
}

.voucher-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.voucher-description,
.voucher-images {
  min-width: 0;
  margin-top: 45px;
  padding: 0 15px;
}

.voucher-description h1 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}

.voucher-description h2 {
  margin: 32px 0 8px;
  font-size: 14px;
  line-height: 20px;
}

.voucher-prices {
  margin: 0;
  padding-left: 38px;
}

.voucher-prices li {
  margin-bottom: 1px;
}

.voucher-form {
  margin-top: 32px;
}

.voucher-form > label {
  display: block;
  font-weight: 700;
}

.voucher-amount-row {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.voucher-amount-input {
  width: 10em;
  font-weight: 700;
}

.voucher-error {
  max-width: 320px;
}

.voucher-images img {
  width: 100%;
  height: auto;
  display: block;
}

.legal-copy {
  max-width: 780px;
  margin: 45px 0 0;
}

.legal-copy h1 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.legal-copy h2 {
  margin: 28px 0 8px;
  font-size: 18px;
}

.legal-local-link {
  margin-top: 12px;
}

.checkout-grid {
  margin-top: 15px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 30px;
  align-items: start;
}

.checkout-form,
.order-summary,
.confirmation-box,
.saved-bookings {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
}

.checkout-form {
  padding: 20px;
}

.form-row.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.field {
  margin-bottom: 15px;
}

.field label {
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
}

textarea.form-control {
  height: auto;
  min-height: 96px;
  resize: vertical;
}

.optional,
.field-hint {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.field-hint {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
}

.field-error {
  min-height: 16px;
  margin-top: 3px;
  display: block;
  color: var(--danger);
  font-size: 12px;
}

.review-box {
  margin: 15px 0 20px;
  padding: 15px;
  background: var(--soft);
}

.review-box h2,
.order-summary h2,
.saved-bookings h2 {
  margin: 0 0 15px;
  font-size: 18px;
}

.review-line,
.summary-line,
.confirmation-line {
  padding: 7px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #ddd;
}

.check-row {
  margin-bottom: 6px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
}

.check-row input {
  margin: 3px 0 0;
}

.form-actions {
  margin-top: 20px;
  text-align: right;
}

.order-summary {
  padding: 20px;
}

.summary-top,
.summary-total,
.saved-heading,
.reference-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
}

.summary-top .text-button {
  margin: -4px 0 0;
}

.summary-meta {
  color: var(--muted);
}

.summary-line span {
  display: flex;
  flex-direction: column;
}

.summary-line small,
.summary-total small {
  display: block;
  color: var(--muted);
  font-weight: 400;
}

.summary-total {
  margin-top: 15px;
  padding-top: 12px;
  border-top: 2px solid #333;
}

.confirmation-eyebrow {
  width: 100%;
  margin-top: 45px;
  color: var(--muted);
  text-transform: uppercase;
}

.confirmation-eyebrow + h1 {
  margin-top: 8px;
}

.confirmation-box,
.saved-bookings {
  max-width: 760px;
  margin-top: 20px;
  padding: 20px;
}

.reference-row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.local-warning {
  margin-top: 20px;
  padding: 12px 15px;
  color: #5c4500;
  background: #fff3cd;
  border: 1px solid #ffe69c;
  border-radius: 4px;
}

.confirmation-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.btn-secondary {
  color: #333;
  background: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #333;
  background: #e6e6e6;
  border-color: #adadad;
}

.danger {
  color: var(--danger);
}

.saved-booking {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.saved-booking small {
  display: block;
  color: var(--muted);
}

.footer-content {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  color: #fff;
  background: var(--footer);
  text-align: center;
}

.copyright,
.footer-links,
.social {
  min-width: 260px;
  flex: 1 1 0;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 15px;
  list-style: none;
}

.footer-links a,
.footer-links button {
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  text-decoration: underline;
}

.social {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.social a {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
}

.social svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: #fff;
}

@media (max-width: 992px) {
  .site-header,
  .shop-navigation {
    min-height: 92px;
  }

  .brand {
    width: 135px;
    min-width: 135px;
    height: 36px;
    min-height: 36px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .menu {
    gap: 4px;
  }

  .ticket-block,
  .checkout-grid,
  .voucher-grid {
    grid-template-columns: 1fr;
  }

  .voucher-images {
    margin-top: 25px;
  }

  .ticket-block {
    display: flex;
    flex-direction: column;
  }

  .information-column {
    order: 1;
    display: flex;
    flex-direction: column;
  }

  .information-column .ticket-description {
    order: 1;
  }

  .information-column .image-container {
    order: 2;
  }

  .selection-column {
    order: 2;
  }

  .order-summary {
    grid-row: 1;
  }

  .cart-back-progress {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .cart-item-headers {
    display: none;
  }

  .cart-ticket-row {
    padding: 12px 15px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 15px;
  }

  .cart-ticket-name {
    padding-left: 0;
    grid-column: 1 / -1;
    font-weight: 600;
  }

  .cart-ticket-row > :not(.cart-ticket-name):not(.cart-remove-button) {
    grid-column: 1;
    text-align: left;
  }

  .cart-unit-price::before,
  .cart-line-quantity::before,
  .cart-line-vat::before,
  .cart-line-price::before {
    margin-right: 5px;
    color: var(--muted);
    font-size: 12px;
  }

  .cart-unit-price::before { content: attr(data-label) ":"; }
  .cart-line-quantity::before { content: attr(data-label) ":"; }
  .cart-line-vat::before { content: attr(data-label) ":"; }
  .cart-line-price::before { content: attr(data-label) ":"; }

  .cart-remove-button {
    grid-column: 2;
    grid-row: 2 / span 4;
  }

  .cart-total-row {
    padding-right: 15px;
  }

}

@media (max-width: 768px) {
  .ticket-row {
    grid-template-columns: 1fr;
  }

  .ticket-controls {
    width: 83.333333%;
    margin-left: 8.333333%;
    padding-top: 8px;
  }

  .cart-back-progress {
    padding: 0 15px;
    display: block;
  }

  .cart-progress {
    padding-top: 20px;
  }

  .cart-page-block {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 680px) {
  .site-header,
  .shop-navigation {
    min-height: 72px;
  }

  .shop-navigation {
    margin: 0;
    padding: 0 10px;
    flex-wrap: nowrap;
  }

  .brand {
    width: 122px;
    min-width: 122px;
    height: 35px;
    min-height: 35px;
    margin: 18px 8px 18px 0;
  }

  .menu {
    margin: 0;
    padding: 0;
    gap: 1px;
  }

  .nav-link,
  .language-toggle,
  .basket {
    padding: 5px;
    font-size: 12px;
  }

  .page-block {
    padding: 1px 7.5px 60px;
  }

  .page-header h1 {
    margin-top: 30px;
  }

  .ticket-info,
  .ticket-controls {
    padding-right: 8px;
    padding-left: 8px;
  }

  .quantity button {
    width: 36px;
    min-width: 36px;
    padding: 6px 8px;
  }

  .form-row.two-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .saved-booking {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .custom-calendar {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .add-to-cart {
    height: 62px;
  }

  .add-to-cart .main-action {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    height: 62px;
    border-radius: 0;
    font-size: 16px;
  }

  .footer-content {
    padding-bottom: 82px;
  }

  .voucher-form {
    padding-bottom: 62px;
  }

  .voucher-form .main-action {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    height: 62px;
    border-radius: 0;
    font-size: 16px;
  }
}

@media print {
  .site-header,
  .footer-content,
  .global-alert,
  [data-panel="1"],
  [data-panel="2"],
  [data-panel="3"],
  [data-panel="5"],
  [data-panel="6"],
  [data-panel="7"],
  [data-panel="8"],
  .confirmation-actions,
  .saved-bookings {
    display: none !important;
  }

  [data-panel="4"] {
    display: block !important;
  }

  .confirmation-box {
    border: 0;
  }
}
