.tob-offers,
.tob-offer-detail,
.tob-ticket-page {
    --tob-red: #d1301e;
    --tob-red-dark: #c91c22;
    --tob-yellow: #ffe040;
    --tob-text: #2d3138;
    --tob-muted: #667085;
    --tob-border: #d8d8d8;
    --tob-bg-light: #f5f7f9;
    color: var(--tob-text);
}

.tob-offers-empty {
    background: #f5f7f9;
    border: 1px solid #d8d8d8;
    color: #2d3138;
    padding: 18px;
}

.single-tob_angebot .tobi-floating-btn {
    display: none !important;
}

.tob-offer-detail__ticket-badge {
    display: none !important;
}

.tob-offers__ticket-promo {
    background: #fff8d6;
    border: 1px solid #efd35a;
    margin: 0 0 18px;
    padding: 16px;
}

.tob-offers__ticket-promo strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.tob-offers__ticket-promo p {
    margin: 0;
}

.tob-offers__ticket-promo-links {
    margin-top: 10px !important;
}

.tob-offers__ticket-promo-links a {
    font-weight: 800;
}

.tob-offer-detail__status-note {
    background: var(--tob-bg-light);
    border: 1px solid var(--tob-border);
    margin: 0 0 16px;
    padding: 16px;
}

.tob-offer-detail__status-note p {
    margin: 8px 0 0;
}

.tob-offer-detail__status-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tob-offers__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.tob-offers__world {
    scroll-margin-top: 180px;
}

.tob-offers__world + .tob-offers__world {
    border-top: 1px solid var(--tob-border);
    margin-top: 52px;
    padding-top: 44px;
}

.tob-offers__world-head {
    margin: 0 0 22px;
}

.tob-offers__world-head h3 {
    margin-bottom: 6px;
}

.tob-offers__world-head p {
    color: var(--tob-muted);
    margin: 0;
}

.tob-offer-card {
    background: #fff;
    border: 1px solid var(--tob-border);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.tob-offer-card__link {
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    text-decoration: none;
    width: 100%;
}

.tob-offer-card__media {
    align-items: center;
    aspect-ratio: 4 / 3 !important;
    background: var(--tob-bg-light);
    display: flex;
    flex: 0 0 auto;
    height: clamp(185px, 20vw, 235px) !important;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tob-offer-card__ticket-badge {
    background: var(--tob-yellow);
    color: var(--tob-text);
    font-size: 12px;
    font-weight: 800;
    left: 10px;
    padding: 6px 8px;
    position: absolute;
    top: 10px;
    z-index: 1;
}

.tob-offer-card__new-badge {
    background: #fff;
    border: 1px solid var(--tob-red);
    color: var(--tob-red);
    font-size: 12px;
    font-weight: 800;
    left: 10px;
    padding: 6px 8px;
    position: absolute;
    top: 10px;
    z-index: 1;
}

.tob-offer-card__media img {
    display: block;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    width: 100% !important;
}

.tob-offer-card__placeholder,
.tob-offer-detail__placeholder {
    align-items: center;
    background: var(--tob-red);
    color: var(--tob-yellow);
    display: flex;
    font-weight: 800;
    justify-content: center;
    min-height: 160px;
    width: 100%;
}

.tob-offer-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 7px;
    padding: 14px;
}

.tob-offer-card__pricebox {
    margin-top: auto;
}

.tob-offer-card__compact-pricebox {
    border-bottom: 1px solid var(--tob-border);
    border-top: 1px solid var(--tob-border);
    display: block;
    margin-top: auto;
    padding: 12px 0;
}

.tob-offer-card__price-meta {
    display: grid;
    gap: 2px;
    margin: 0 0 6px;
}

.tob-offer-card__kicker,
.tob-offer-detail__eyebrow,
.tob-offer-detail__category {
    color: var(--tob-red);
    font-size: 13px;
    font-weight: 700;
}

.tob-offer-card h3 {
    color: var(--tob-text);
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
}

.tob-offer-card__short {
    color: var(--tob-muted);
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
}

.tob-offer-card__pricebox,
.tob-offer-detail__pricebox {
    display: grid;
    gap: 4px;
}

.tob-offer-card__price,
.tob-offer-detail__price {
    color: var(--tob-red);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    order: 30 !important;
}

.tob-offer-card__uvp,
.tob-offer-detail__uvp {
    color: #7f8792 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    order: 10 !important;
}

.tob-offer-card__price-meta .tob-offer-card__uvp,
.tob-offer-card__price-meta .tob-offer-card__lowest30 {
    display: block;
    grid-area: auto !important;
    white-space: nowrap !important;
}

.tob-offer-card__lowest30,
.tob-offer-detail__lowest30 {
    color: #7f8792 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    order: 20 !important;
}

.tob-offers .tob-offer-card .tob-offer-card__pricebox > .tob-offer-card__uvp,
.tob-offers .tob-offer-card .tob-offer-card__pricebox > .tob-offer-card__lowest30 {
    color: #8a929f !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    grid-column: 1 / -1 !important;
    line-height: 1.35 !important;
    margin: 0 0 2px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.tob-offers .tob-offer-card .tob-offer-card__pricebox > .tob-offer-card__lowest30 {
    font-size: 12px !important;
}

.tob-offer-detail__uvp,
.tob-offer-detail__lowest30 {
    white-space: nowrap !important;
}

.tob-offer-card__saving,
.tob-offer-detail__saving {
    color: var(--tob-text);
    font-size: 15px;
    font-weight: 800;
    margin: 0;
    order: 60 !important;
    white-space: nowrap;
}

.tob-offer-card__ticket-saving,
.tob-offer-detail__ticket-saving {
    background: #fff8d6;
    border: 1px solid #efd35a;
    color: var(--tob-text);
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    margin: 1px 0 0;
    order: 40 !important;
    padding: 5px 8px;
    white-space: nowrap;
}

.tob-offer-card__ticket-price,
.tob-offer-detail__ticket-price {
    color: var(--tob-text);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    order: 40 !important;
    white-space: nowrap;
}

.tob-offer-card__ticket-price span,
.tob-offer-detail__ticket-price span {
    color: var(--tob-muted);
    font-size: 12px;
    font-weight: 700;
}

.tob-offer-card__validity {
    flex-direction: column;
    line-height: 1.25;
}

.tob-offer-card__validity small {
    color: var(--tob-muted);
    display: block;
    font-size: 11px;
    font-weight: 500;
}

.tob-offer-card__facts {
    color: var(--tob-muted);
    display: grid;
    font-size: 12px;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 9px 0 0;
    padding: 0;
}

.tob-offer-card__facts li {
    align-items: center;
    border: 1px solid var(--tob-border);
    display: flex;
    justify-content: flex-start;
    min-height: 24px;
    padding: 4px 7px;
    text-align: center;
}

.tob-offers .tob-offer-card__facts {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tob-offers .tob-offer-card__facts li.tob-offer-card__validity {
    display: flex !important;
}

.tob-offers .tob-offer-card__facts li:only-child {
    grid-column: 1 / -1;
}

.tob-offers .tob-offer-card__facts .tob-offer-card__market {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: flex-start;
    white-space: nowrap;
}

.tob-offers .tob-offer-card__facts .tob-offer-card__market::before {
    content: none !important;
}

.tob-offer-card__market-icon {
    display: inline-block;
    fill: none;
    height: 15px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 15px;
}

.tob-offer-card__energy {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.tob-offer-card__energy-docs {
    border-top: 1px solid var(--tob-border);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 16px 16px;
}

.tob-offer-card__energy-docs a {
    color: var(--tob-muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tob-energy-label {
    align-items: center;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    min-width: 44px;
    padding: 0 15px 0 9px;
    text-transform: uppercase;
    vertical-align: middle;
}

.tob-energy-label--a {
    background: #00843d;
}

.tob-energy-label--b {
    background: #4cae33;
}

.tob-energy-label--c {
    background: #c5d700;
    color: #1f2933;
}

.tob-energy-label--d {
    background: #ffcc00;
    color: #1f2933;
}

.tob-energy-label--e {
    background: #f28c00;
}

.tob-energy-label--f {
    background: #df3b21;
}

.tob-energy-label--g {
    background: #b00020;
}

.tob-energy-label--unknown {
    background: #7f8792;
}

.tob-offer-card__cta {
    color: var(--tob-red);
    font-weight: 700;
    margin-top: auto;
}

.tob-offer-detail {
    max-width: 100%;
    min-width: 0;
    padding: 28px 0;
}

.tob-offer-detail__hero {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.1fr);
    max-width: 100%;
    min-width: 0;
}

.tob-offer-detail__internal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
}

.tob-offer-detail__internal-links a {
    border: 1px solid var(--tob-border);
    color: var(--tob-muted);
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
    text-decoration: none;
}

.tob-offer-detail__internal-links a:hover {
    border-color: var(--tob-red);
    color: var(--tob-red);
}

.tob-offer-detail__media,
.tob-offer-detail__summary {
    max-width: 100%;
    min-width: 0;
}

.tob-offer-detail__media {
    background: var(--tob-bg-light);
    min-height: 280px;
    padding: 16px;
    position: relative;
}

.tob-offer-detail__ticket-badge {
    background: var(--tob-yellow);
    color: var(--tob-text);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    left: 16px;
    letter-spacing: 0;
    line-height: 1.25;
    padding: 7px 9px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    z-index: 4;
}

.tob-product-gallery {
    display: grid;
    gap: 12px;
    width: 100%;
}

.tob-product-gallery__stage {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #fff;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    overflow: hidden;
    position: relative;
}

.tob-product-gallery__zoom {
    align-items: center;
    align-self: stretch;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: zoom-in;
    display: flex;
    justify-content: center;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.tob-product-gallery__main,
.tob-offer-detail__main-image {
    display: block;
    height: auto;
    max-height: 520px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.tob-product-gallery__zoom-label {
    align-items: center;
    background: rgba(0, 0, 0, 0.72);
    bottom: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    padding: 6px 8px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    width: 42px;
}

.tob-product-gallery__zoom-icon {
    display: block;
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
    width: 22px;
}

.tob-product-gallery__nav,
.tob-product-gallery__lightbox-nav,
.tob-product-gallery__lightbox-close {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tob-border);
    color: var(--tob-text);
    cursor: pointer;
    display: inline-flex;
    font-size: 30px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
}

.tob-product-gallery__nav {
    height: 100%;
    opacity: 0.92;
    position: relative;
    z-index: 2;
}

.tob-product-gallery__counter,
.tob-product-gallery__lightbox-counter {
    color: var(--tob-muted);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.tob-product-gallery__thumbs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tob-product-gallery__thumb {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 1px solid var(--tob-border);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 6px;
}

.tob-product-gallery__thumb.is-active {
    border-color: var(--tob-red);
    box-shadow: inset 0 0 0 2px var(--tob-red);
}

.tob-product-gallery__thumb img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.tob-product-gallery__lightbox[hidden] {
    display: none;
}

.tob-product-gallery__lightbox {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.tob-product-gallery__lightbox-backdrop {
    background: rgba(0, 0, 0, 0.78);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tob-product-gallery__lightbox-dialog {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    max-height: 94vh;
    max-width: min(1120px, 94vw);
    position: relative;
    width: 100%;
    z-index: 1;
}

.tob-product-gallery__lightbox-close {
    position: absolute;
    right: 0;
    top: -56px;
}

.tob-product-gallery__lightbox-image {
    background: #fff;
    grid-column: 2;
    max-height: 84vh;
    object-fit: contain;
    padding: 12px;
    width: 100%;
}

.tob-product-gallery__lightbox-counter {
    color: #fff;
    grid-column: 1 / -1;
}

.tob-product-gallery-open {
    overflow: hidden;
}

.tob-offer-detail__summary h1 {
    color: var(--tob-text);
    margin-bottom: 12px;
}

.tob-offer-detail__lead {
    color: var(--tob-muted);
    font-size: 18px;
    line-height: 1.45;
    margin: 0 0 16px;
}

.tob-offer-detail__price-note {
    background: var(--tob-bg-light);
    border: 1px solid var(--tob-border);
    color: var(--tob-text);
    font-weight: 700;
    margin: 0 0 14px;
    padding: 12px;
}

.tob-offer-detail__facts {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 18px 0 0;
}

.tob-offer-detail__facts div {
    background: var(--tob-bg-light);
    border: 1px solid var(--tob-border);
    padding: 12px;
}

.tob-offer-detail__facts dt {
    color: var(--tob-muted);
    font-size: 13px;
}

.tob-offer-detail__facts dd {
    font-weight: 700;
    margin: 4px 0 0;
}

.tob-offer-detail__facts .tob-energy-label {
    margin-top: 2px;
}

.tob-offer-detail__fact--market {
    align-items: center;
    display: flex;
}

.tob-offer-detail__market-label {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.tob-offer-detail__market-icon {
    display: inline-block;
    fill: none;
    flex: 0 0 auto;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
}

.tob-offer-detail__section {
    border-top: 1px solid var(--tob-border);
    margin-top: 28px;
    padding-top: 24px;
}

.tob-offer-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tob-offer-detail__buybox-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.tob-offer-detail__availability {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.tob-offer-detail__availability-item {
    border: 1px solid var(--tob-border);
    color: inherit;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.tob-offer-detail__availability-item span {
    color: var(--tob-muted);
    display: block;
    font-size: 13px;
}

.tob-offer-detail__availability-item strong {
    display: block;
    margin-top: 3px;
}

.tob-offer-detail__availability-item.is-available {
    border-color: #59a36a;
}

.tob-offer-detail__availability-item.is-unavailable {
    border-color: #c8c8c8;
    color: var(--tob-muted);
}

.tob-offer-detail__ticket {
    background: #fff8d6;
    border: 1px solid #efd35a;
    margin-top: 18px;
    padding: 14px;
}

.tob-offer-detail__medimax-shop {
    background: var(--tob-bg-light);
    border: 1px solid var(--tob-border);
    margin-top: 16px;
    padding: 14px;
}

.tob-offer-detail__medimax-shop strong {
    color: var(--tob-text);
    display: block;
    font-size: 17px;
}

.tob-offer-detail__medimax-shop p {
    color: var(--tob-text);
    margin: 6px 0 10px;
}

.tob-offer-detail__ticket strong {
    color: var(--tob-text);
    display: block;
    font-size: 17px;
}

.tob-offer-detail__ticket p {
    color: var(--tob-text);
    margin: 6px 0;
}

.tob-offer-detail__ticket a {
    color: var(--tob-red);
    font-weight: 800;
}

.tob-offer-detail__editorial h2 {
    margin-top: 0;
}

.tob-offer-detail__customer-info > p,
.tob-offer-detail__delivery p {
    color: var(--tob-text);
    font-size: 17px;
    line-height: 1.62;
}

.tob-offer-detail__editorial h2:not(:first-child) {
    margin-top: 26px;
}

.tob-offer-detail__editorial p {
    color: var(--tob-text);
    font-size: 17px;
    line-height: 1.62;
}

.tob-offer-detail__shop-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0;
}

.tob-offer-detail__shop-grid > div {
    background: var(--tob-bg-light);
    border: 1px solid var(--tob-border);
    padding: 18px;
}

.tob-offer-detail__shop-grid h3 {
    margin-top: 0;
}

.tob-offer-detail__shop-grid ul {
    margin-bottom: 0;
}

.tob-offer-detail__shop-grid li {
    margin-bottom: 6px;
}

.tob-offer-detail__specs {
    border-collapse: collapse;
    margin: 18px 0;
    width: 100%;
}

.tob-offer-detail__specs th,
.tob-offer-detail__specs td {
    border-bottom: 1px solid var(--tob-border);
    padding: 10px 8px;
    text-align: left;
    vertical-align: top;
}

.tob-offer-detail__specs th {
    color: var(--tob-muted);
    font-weight: 700;
    width: 34%;
}

.tob-offer-detail__reservation {
    background: var(--tob-bg-light);
    border: 1px solid var(--tob-border);
    padding: 24px;
}

.tob-offer-detail__reservation-intro p {
    color: var(--tob-muted);
    font-size: 16px;
    line-height: 1.55;
}

.tob-reservation-form {
    display: grid;
    gap: 16px;
}

.tob-reservation-form__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tob-reservation-form label {
    color: var(--tob-text);
    display: grid;
    font-weight: 700;
    gap: 6px;
}

.tob-reservation-form input,
.tob-reservation-form select,
.tob-reservation-form textarea {
    background: #fff;
    border: 1px solid var(--tob-border);
    color: var(--tob-text);
    font: inherit;
    padding: 10px 12px;
    width: 100%;
}

.tob-reservation-form textarea {
    min-height: 110px;
}

.tob-reservation-form__help,
.tob-reservation-form__required {
    color: var(--tob-muted);
    font-size: 14px;
}

.tob-reservation-form__submit .wpcf7-submit {
    background: var(--tob-red);
    border: 2px solid var(--tob-red);
    color: #fff;
    font-weight: 800;
    padding: 10px 18px;
}

.tob-reservation-form__ticket {
    background: #fff8d6;
    border: 1px solid #efd35a;
    padding: 14px;
}

.tob-reservation-form__ticket p {
    margin: 0 0 8px;
}

.tob-offer-detail__faq details {
    border: 1px solid var(--tob-border);
    margin-bottom: 10px;
    padding: 0;
}

.tob-offer-detail__faq summary {
    color: var(--tob-text);
    cursor: pointer;
    font-weight: 800;
    padding: 13px 15px;
}

.tob-offer-detail__faq details[open] summary {
    border-bottom: 1px solid var(--tob-border);
}

.tob-offer-detail__faq p {
    color: var(--tob-text);
    line-height: 1.58;
    margin: 0;
    padding: 13px 15px 15px;
}

.tob-ticket-page {
    background: #f6f7f8;
    color: var(--tob-text);
    font-family: Arial, sans-serif;
    margin: 0;
}

.tob-ticket-page__main {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 620px;
    min-height: 100vh;
    padding: 28px 18px;
    text-align: center;
}

.tob-ticket-card {
    background: #fff;
    border: 1px solid var(--tob-border);
    padding: 26px 18px;
}

.tob-ticket-brand {
    color: var(--tob-red);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.tob-ticket-title {
    color: var(--tob-text);
    font-size: 30px;
    line-height: 1.15;
    margin: 0 0 12px;
}

.tob-ticket-lead,
.tob-ticket-meta {
    color: var(--tob-text);
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 14px;
}

.tob-ticket-status {
    border: 1px solid currentColor;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 18px;
    padding: 8px 12px;
}

.tob-ticket-status--active {
    background: #edfaef;
    color: #0a6b1f;
}

.tob-ticket-status--redeemed {
    background: #f0f6fc;
    color: #135e96;
}

.tob-ticket-status--expired {
    background: #fcf9e8;
    color: #8a5a00;
}

.tob-ticket-product {
    background: #fff8d8;
    border: 1px solid #eed37a;
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 18px;
    padding: 12px;
}

.tob-ticket-product a,
.tob-ticket-notice a {
    color: var(--tob-red);
    font-weight: 800;
}

.tob-ticket-qr {
    margin: 0 0 12px;
}

.tob-ticket-qr img {
    border: 0;
    height: auto;
    max-width: 100%;
}

.tob-ticket-code {
    color: var(--tob-text);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .04em;
    margin: 14px 0 8px;
}

.tob-ticket-campaign {
    background: #fff3f1;
    border: 1px solid #f0b8ae;
    color: #8b1f12;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 auto 14px;
    max-width: 460px;
    padding: 12px;
}

.tob-ticket-smallprint {
    color: var(--tob-muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.tob-ticket-notice {
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 16px;
    padding: 10px;
}

.tob-ticket-notice--error {
    background: #fff3f1;
    border: 1px solid #f0b8ae;
    color: #8b1f12;
}

.tob-ticket-notice--success {
    background: #edfaef;
    border: 1px solid #8ed39b;
    color: #0a6b1f;
}

.tob-ticket-redeem-form {
    margin-top: 18px;
}

.tob-ticket-redeem-form--confirm {
    border-top: 1px solid #e5e5e5;
    padding-top: 18px;
}

.tob-ticket-redeem-help {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 12px;
}

.tob-ticket-form-label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: left;
}

.tob-ticket-form-label input,
.tob-ticket-form-label select {
    box-sizing: border-box;
    display: block;
    font-size: 17px;
    margin-top: 6px;
    padding: 12px;
    width: 100%;
}

.tob-ticket-form-label input {
    font-size: 20px;
}

.tob-ticket-button {
    background: var(--tob-red);
    border: 0;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 800;
    margin: 0;
    padding: 13px 18px;
    width: 100%;
}

.tob-ticket-customer-links {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 18px;
}

.tob-ticket-customer-links__intro {
    color: var(--tob-muted);
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 12px;
}

.tob-ticket-customer-links__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 0 0 10px;
}

.tob-ticket-link {
    font-weight: 800;
    padding: 9px 13px;
    text-decoration: none;
}

.tob-ticket-link--primary {
    background: var(--tob-red);
    color: #fff;
    padding: 10px 14px;
}

.tob-ticket-link--secondary {
    border: 1px solid var(--tob-red);
    color: var(--tob-red);
}

@media (max-width: 849px) {
    .tob-offer-detail__hero {
        grid-template-columns: 1fr;
    }

    .tob-offer-detail__shop-grid {
        grid-template-columns: 1fr;
    }

    .tob-offer-detail__availability {
        grid-template-columns: 1fr;
    }

    .tob-reservation-form__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .tob-offer-card__media {
        height: 190px !important;
    }

    .tob-offer-detail__media {
        padding: 10px;
    }

    .tob-product-gallery__stage {
        aspect-ratio: 1 / 1;
        grid-template-columns: 38px minmax(0, 1fr) 38px;
    }

    .tob-product-gallery__thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .tob-product-gallery__lightbox {
        padding: 14px;
    }

    .tob-product-gallery__lightbox-dialog {
        gap: 8px;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        max-width: 96vw;
    }

    .tob-product-gallery__lightbox-close {
        right: 0;
        top: -50px;
    }

    .tob-product-gallery__lightbox-image {
        grid-column: 1 / -1;
        max-height: 74vh;
    }

    .tob-product-gallery__lightbox-nav--prev {
        grid-column: 1;
        grid-row: 2;
    }

    .tob-product-gallery__lightbox-nav--next {
        grid-column: 3;
        grid-row: 2;
    }

}
