:root{--blue:#0758e8;--dark:#111;--muted:#6e7178;--line:#e7e8ec;--soft:#f5f6f8;--green:#00b67a;--pink:#c92969;--radius:18px;--shadow:0 8px 30px rgba(18,28,45,.09);--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.55;background:#fff}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.eb-container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.eb-narrow{max-width:850px}.eb-section{padding:72px 0}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:12px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rte p{margin:0 0 1.25em}.eb-announcement{background:var(--brand,#0758e8);color:#fff}.eb-announcement__inner{min-height:68px;display:flex;align-items:center;justify-content:center;gap:18px;font-size:15px;font-weight:700;flex-wrap:wrap}.eb-announcement__trust{display:flex;align-items:center;gap:8px;text-decoration:underline;text-underline-offset:5px}.eb-stars{display:inline-flex;gap:2px}.eb-stars span{background:var(--green);color:#fff;display:grid;place-items:center;width:22px;height:22px;font-size:14px}.eb-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);position:relative;z-index:40}.eb-header__inner{height:92px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:40px}.eb-logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:25px;letter-spacing:-1.2px}.eb-logo__mark{width:42px;height:42px;transform:rotate(-12deg);display:block}.eb-logo__mark svg{width:100%;height:100%;fill:#111}.eb-logo__mark .cut{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}.eb-logo__image{width:min(var(--logo-width),100%);height:auto}.eb-nav{display:flex;gap:28px;align-items:center}.eb-nav a{font-size:15px}.eb-nav a:hover,.eb-nav a[aria-current=page]{color:var(--blue)}.eb-header__actions{display:flex;gap:8px}.eb-icon-button{border:0;background:transparent;width:44px;height:44px;display:grid;place-items:center;position:relative}.eb-icon-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.eb-cart-count{position:absolute;right:0;top:0;background:var(--blue);color:#fff;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800}.eb-mobile-only{display:none}.eb-mobile-menu{position:fixed;top:0;right:20%;bottom:0;left:0;background:#fff;padding:22px;box-shadow:0 0 50px #00000040;z-index:90}.eb-mobile-menu__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.eb-mobile-menu>a{display:block;padding:15px 0;border-bottom:1px solid var(--line);font-weight:700}.eb-home-hero{background-image:linear-gradient(90deg,#0000008c,#00000014),var(--hero);background-size:cover;background-position:center;min-height:510px;color:#fff;display:flex;align-items:flex-end}.eb-home-hero__inner{padding-bottom:72px}.eb-home-hero h1{font-size:clamp(44px,6vw,78px);line-height:1.04;max-width:780px;margin:0;letter-spacing:-3px}.eb-section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.eb-section h2{font-size:clamp(31px,4vw,52px);letter-spacing:-2px;line-height:1.08;margin:0 0 22px}.eb-artist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.eb-artist-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;transition:.25s;min-width:0}.eb-artist-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.eb-artist-card__media{aspect-ratio:4/5;background:#eee;overflow:hidden}.eb-artist-card__media img{width:100%;height:100%;object-fit:cover}.eb-artist-card__body{padding:16px}.eb-artist-card__body strong{display:block;font-size:18px}.eb-artist-card__body span{display:flex;align-items:center;gap:8px;color:var(--blue);margin-top:7px;font-weight:700}.eb-artist-card__body svg{width:18px;fill:none;stroke:currentColor;stroke-width:2}.eb-reviews{background:#fff}.eb-eyebrow{font-weight:900;font-size:20px;margin:0 0 8px}.eb-reviews__count{font-size:19px;color:var(--muted);margin-bottom:28px}.eb-review-track{display:flex;overflow:auto;scroll-snap-type:x mandatory;gap:18px;padding:4px 2px 18px;scrollbar-width:thin}.eb-review-card{flex:0 0 min(390px,86vw);scroll-snap-align:start;background:var(--soft);border-radius:16px;padding:28px;min-height:235px}.eb-review-card h3{font-size:21px;margin:20px 0 12px}.eb-review-card p{font-size:18px;margin:0;color:#333}.eb-story__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eb-story__grid--reverse{grid-template-columns:.95fr 1.05fr}.eb-story__image img{width:100%;aspect-ratio:4/3;object-fit:cover}.eb-story__content{font-size:19px;color:#3d3d3d}.eb-story__content h2{color:#111}.eb-newsletter{background:var(--soft);text-align:center;padding:55px;border-radius:4px}.eb-newsletter p{font-size:18px;max-width:700px;margin:0 auto 28px}.eb-newsletter__form{display:flex;max-width:650px;margin:auto;background:#fff;border:1px solid #d9dadd;border-radius:999px;overflow:hidden}.eb-newsletter__form input{flex:1;border:0;padding:18px 26px;outline:0}.eb-newsletter__form button{border:0;background:transparent;width:70px}.eb-newsletter__form svg{width:25px;fill:none;stroke:currentColor}.eb-footer-benefits{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:36px 0}.eb-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.eb-benefit-grid>div{display:flex;gap:15px}.eb-benefit-grid svg{width:34px;min-width:34px;fill:none;stroke:var(--blue);stroke-width:1.7}.eb-benefit-grid p{margin:0}.eb-benefit-grid strong,.eb-benefit-grid span{display:block}.eb-benefit-grid span{color:var(--muted);font-size:14px;margin-top:4px}.eb-footer{padding:58px 0 20px}.eb-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:70px}.eb-footer h3{margin-top:0}.eb-footer__logo{margin-bottom:18px}.eb-footer__grid>div>a:not(.eb-button){display:block;margin:10px 0;color:#4f5359}.eb-footer__bottom{margin-top:50px;border-top:1px solid var(--line);padding-top:20px;color:var(--muted)}.eb-button{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;border:1px solid var(--blue);border-radius:10px;min-height:54px;padding:0 28px;font-weight:800}.eb-button--outline{background:#fff;color:var(--blue)}.eb-button--full{width:100%;font-size:17px}.eb-tour-hero{padding-top:30px}.eb-tour-hero__image{background-image:var(--tour-image);height:440px;background-size:cover;background-position:center;border-radius:2px}.eb-tour-intro h1{font-size:clamp(34px,5vw,56px);line-height:1.04;letter-spacing:-2px;margin:0 0 28px}.eb-tour-intro>div>p{font-size:21px;max-width:740px}.eb-deadline{background:#f5f5f5;text-align:center;padding:22px;margin:35px 0;display:grid;gap:4px;font-size:18px}.eb-deadline strong{font-size:22px}.eb-deadline [data-countdown-value],.eb-deadline [data-cart-timer-value]{text-decoration:underline}.eb-city-select{width:100%;border:1px solid #d6d7db;border-radius:999px;padding:17px 22px;background:#fff}.eb-event-group{margin-bottom:55px}.eb-event-city{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff;padding:10px 22px;border-radius:999px;font-size:22px;margin:0 0 24px}.eb-event-city svg{width:22px;fill:none;stroke:currentColor}.eb-event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.eb-event-card{border:1px solid #e1e2e5;border-radius:18px;overflow:hidden;background:#fff}.eb-event-card__image{aspect-ratio:4/4.7;overflow:hidden;background:#eee}.eb-event-card__image img{width:100%;height:100%;object-fit:cover}.eb-event-card__body{padding:18px}.eb-event-card__date{background:#f5f5f5;border-radius:14px;display:grid;grid-template-columns:64px 1fr auto;align-items:center;padding:12px 15px;gap:12px;margin-top:-2px}.eb-event-card__date>strong{font-size:38px}.eb-event-card__date span{font-size:14px}.eb-event-card__body h3{font-size:21px;margin:20px 0 4px}.eb-event-card__type{color:#adb0b5;text-transform:uppercase;margin:0 0 12px}.eb-event-badges{display:flex;gap:7px;flex-wrap:wrap;margin:15px 0}.eb-event-badges span{background:#f2f3f5;border:1px solid #e5e6e8;padding:5px 8px;border-radius:6px;font-size:12px}.eb-product__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr);gap:58px;align-items:start}.eb-product__media{position:sticky;top:24px}.eb-product__media img{width:100%;max-height:900px;object-fit:contain;background:#f4f4f4}.eb-event-summary{background:var(--soft);border-radius:18px;padding:25px;display:grid;grid-template-columns:130px 1fr;gap:25px}.eb-event-summary h1{font-size:28px;margin:12px 0 8px}.eb-event-summary p{margin:7px 0;color:#6a6d72}.eb-date-block{border-right:1px solid #ddd;text-align:center}.eb-date-block span,.eb-date-block strong{display:block}.eb-date-block strong{font-size:60px;line-height:1}.eb-date-block span:first-child{font-size:16px}.eb-trust-pill{display:inline-flex;align-items:center;gap:13px;border:1px solid #ddd;padding:10px 14px;border-radius:12px;margin:28px 0}.eb-ticket-variants{display:grid;gap:14px}.eb-ticket-card{border:1px solid #ddd;border-left:6px solid #28b7d3;border-radius:10px;overflow:hidden}.eb-ticket-card:nth-child(2){border-left-color:#a752c7}.eb-ticket-card:nth-child(3){border-left-color:#24c77b}.eb-ticket-card__head{width:100%;border:0;background:#fff;display:grid;grid-template-columns:1fr auto auto;align-items:center;text-align:left;padding:20px;gap:17px}.eb-ticket-card__head strong,.eb-ticket-card__head small{display:block}.eb-ticket-card__head>span:first-child>strong{font-size:19px}.eb-ticket-card__head small{color:#85888e;font-size:15px;margin-top:5px}.eb-ticket-price{text-align:right;color:#088637}.eb-ticket-price strong{font-size:23px}.eb-ticket-price del{display:block;color:#9a9da1}.eb-chevron{background:#f4f5f7;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;font-size:24px}.eb-ticket-card__body{border-top:1px solid #eee;padding:22px;background:#fafafa}.eb-qty-pills{display:flex;gap:8px;flex-wrap:wrap}.eb-qty-pills button{width:42px;height:42px;border:1px solid #d9dade;background:#fff;border-radius:8px}.eb-qty-pills .is-active{background:var(--blue);color:#fff;border-color:var(--blue)}.eb-ticket-total{display:flex;justify-content:space-between;font-size:19px;margin:20px 0}.eb-ticket-card.is-sold-out{border-left-color:#ddd;background:#f2f3f5}.eb-ticket-card.is-sold-out .eb-ticket-card__head{background:#f2f3f5;color:#9da0a5}.eb-sold-out{background:#991b1b;color:#fff;padding:13px 20px;border-radius:5px;font-weight:900}.eb-payment-icons{display:flex;justify-content:center;gap:7px;margin:27px 0}.eb-payment-icons svg{width:40px;height:25px}.eb-mini-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:center;border-top:1px solid var(--line);padding-top:26px}.eb-mini-benefits>div{display:grid;justify-items:center}.eb-mini-benefits svg{width:34px;height:34px;fill:none;stroke:var(--blue);stroke-width:1.7;margin-bottom:8px}.eb-mini-benefits strong,.eb-mini-benefits span{display:block}.eb-mini-benefits span{font-size:13px;color:var(--muted)}.eb-product-info{padding-top:15px}.eb-product-info__grid{display:grid;gap:18px}.eb-info-card{padding:28px;border:3px solid;border-radius:18px}.eb-info-card h2{font-size:25px;margin:0 0 8px;letter-spacing:0}.eb-info-card p{font-size:19px;margin:0}.eb-info-card--pink{border-color:var(--pink);color:var(--pink)}.eb-info-card--green{border-color:#5bcf91;background:#effbf4}.eb-info-card--green h2{color:#24a966}.eb-stock-meter>div:first-child{display:flex;justify-content:space-between;gap:15px}.eb-stock-bar{height:15px;background:#e7eefc;border-radius:999px;overflow:hidden;margin-top:12px}.eb-stock-bar span{display:block;width:88%;height:100%;background:linear-gradient(90deg,#063d9c,#1267ed)}.eb-live-orders{display:flex;gap:13px;align-items:center;border:1px solid #d9e1ef;background:#f3f7ff;border-radius:12px;padding:17px 22px;margin-top:28px;box-shadow:var(--shadow)}.eb-live-orders i{width:22px;height:22px;border-radius:50%;background:#0876ff;box-shadow:0 0 0 8px #0876ff1f}.eb-live-orders p{margin:0}.eb-live-orders strong,.eb-live-orders span{display:block}.eb-faq details{border-bottom:1px solid var(--line)}.eb-faq summary{list-style:none;display:flex;justify-content:space-between;font-weight:800;font-size:19px;padding:22px 0;cursor:pointer}.eb-faq details>div{padding:0 0 22px;color:#555}.eb-mobile-sticky{display:none}.eb-cart h1{font-size:38px}.eb-cart h1 span{background:#eee;border-radius:50%;font-size:18px;padding:7px 12px;vertical-align:middle}.eb-cart-item{display:grid;grid-template-columns:110px 1fr;gap:22px;padding:28px 0;border-bottom:1px solid var(--line)}.eb-cart-item__image img{width:110px;height:150px;object-fit:cover}.eb-cart-item__top{display:flex;justify-content:space-between;gap:20px}.eb-cart-item__top h2{font-size:22px;letter-spacing:0;margin:0;max-width:600px}.eb-cart-variant{font-weight:800}.eb-cart-properties{display:grid;font-size:14px;color:#555}.eb-seat-confirmation{color:var(--blue)}.eb-cart-controls{display:flex;align-items:center;gap:0;margin-top:15px}.eb-cart-controls button,.eb-cart-controls input{height:48px;width:52px;border:1px solid #ddd;background:#fff;text-align:center}.eb-cart-controls input{border-left:0;border-right:0}.eb-cart-controls a{margin-left:18px;text-decoration:underline}.eb-cart-summary{padding:28px 0}.eb-cart-summary>div:first-child{display:flex;justify-content:space-between;font-size:22px}.eb-cart-summary>div:first-child strong{font-size:30px}.eb-cart-summary>p{color:#666}.eb-mini-benefits--cart{margin-top:18px}.eb-deadline--cart{margin-top:32px}.eb-empty-cart{text-align:center;padding:80px 0}.eb-search-form{display:flex;gap:10px}.eb-search-form input{flex:1;border:1px solid #ddd;padding:15px}.eb-search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:35px}.eb-search-results a{border:1px solid #ddd;padding:12px}.eb-search-results img{aspect-ratio:4/5;object-fit:cover;width:100%}.eb-toast{position:fixed;right:20px;bottom:20px;background:#111;color:#fff;padding:14px 18px;border-radius:9px;z-index:120;transform:translateY(130%);transition:.25s}.eb-toast.is-visible{transform:translateY(0)}@media(max-width:990px){.eb-nav{display:none}.eb-mobile-only{display:grid}.eb-header__inner{grid-template-columns:auto 1fr auto;gap:8px}.eb-header__logo{justify-self:center}.eb-artist-grid,.eb-benefit-grid{grid-template-columns:repeat(2,1fr)}.eb-product__grid{grid-template-columns:1fr}.eb-product__media{position:static;max-width:680px;margin:auto}.eb-event-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.eb-container{width:min(calc(100% - 30px),var(--container))}.eb-section{padding:48px 0}.eb-announcement__inner{min-height:116px;display:grid;grid-template-columns:1fr 1fr;text-align:center;gap:4px 12px;padding:12px 0;font-size:13px}.eb-announcement__sep{display:none}.eb-announcement__trust{grid-column:1/-1;justify-content:center}.eb-stars span{width:20px;height:20px}.eb-header__inner{height:82px}.eb-logo__text{font-size:20px}.eb-logo__mark{width:35px;height:35px}.eb-home-hero{min-height:450px}.eb-home-hero h1{font-size:47px;letter-spacing:-2px}.eb-home-hero__inner{padding-bottom:45px}.eb-artist-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.eb-artist-card{flex:0 0 68vw;scroll-snap-align:start}.eb-reviews__count{font-size:16px}.eb-story__grid,.eb-story__grid--reverse{grid-template-columns:1fr;gap:30px}.eb-story__grid--reverse .eb-story__content{order:2}.eb-newsletter{padding:35px 20px}.eb-benefit-grid{grid-template-columns:1fr}.eb-footer__grid{grid-template-columns:1fr;gap:35px}.eb-tour-hero__image{height:310px}.eb-tour-intro h1{font-size:34px}.eb-deadline strong{font-size:19px}.eb-event-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.eb-event-card{flex:0 0 82vw;scroll-snap-align:start}.eb-product{padding-top:15px}.eb-product__grid{gap:28px}.eb-product__media{margin:0 -15px}.eb-product__media img{max-height:none}.eb-event-summary{grid-template-columns:110px 1fr;padding:18px;gap:18px}.eb-date-block strong{font-size:52px}.eb-event-summary h1{font-size:22px}.eb-ticket-card__head{grid-template-columns:1fr auto auto;padding:16px;gap:10px}.eb-ticket-price strong{font-size:20px}.eb-mini-benefits{gap:5px}.eb-mini-benefits strong{font-size:13px}.eb-mini-benefits span{font-size:11px}.eb-info-card{padding:22px}.eb-info-card h2{font-size:21px}.eb-info-card p{font-size:17px}.eb-stock-meter>div:first-child{font-size:14px}.eb-mobile-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;padding:12px 15px;z-index:80;box-shadow:0 -8px 25px #0000001a}.eb-mobile-sticky button{border:0;background:var(--blue);color:#fff;padding:13px 17px;border-radius:8px;font-weight:800}body.template-product{padding-bottom:78px}.eb-cart h1{font-size:31px}.eb-cart-item{grid-template-columns:80px 1fr;gap:14px}.eb-cart-item__image img{width:80px;height:110px}.eb-cart-item__top{display:block}.eb-cart-item__top h2{font-size:18px}.eb-cart-item__top>strong{display:block;margin-top:8px}.eb-search-results{grid-template-columns:repeat(2,1fr)}}.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}.eb-tour-hero__image{display:block;background-repeat:no-repeat;background-color:#111}.eb-tour-hero__image--empty{background:#f1f2f4}.eb-events-section{padding-top:20px}.eb-event-source{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.eb-event-card{display:flex;flex-direction:column;min-width:0;height:auto}.eb-event-card__image{display:block;position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:#f3f4f6;flex:0 0 auto}.eb-event-card__image img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.eb-event-card__image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#777;font-weight:700}.eb-event-card__body{display:flex;flex:1;flex-direction:column;padding:16px;min-height:320px}.eb-event-card__date{width:fit-content;max-width:100%;margin-bottom:7px}.eb-event-card__body h3{margin-top:12px}.eb-event-card__body>.eb-button{margin-top:auto}.eb-event-badges .is-muted{color:#9ca3af}.eb-events-empty{grid-column:1/-1;text-align:center;padding:50px 20px;background:#f5f6f8;border-radius:14px}.eb-product__media{position:sticky;top:24px;min-width:0}.eb-product__media-frame{position:relative;width:100%;max-width:650px;margin:0 auto;aspect-ratio:2/3;overflow:hidden;background:#fff;border:1px solid #ececef}.eb-product__media-frame img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-height:none;object-fit:contain;object-position:center;background:#fff;z-index:2}.eb-product__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#f4f5f7;color:#73767c;font-weight:800;z-index:1}.eb-product__media-frame.is-loaded .eb-product__media-placeholder{display:none}.eb-product__media-frame.is-empty .eb-product__media-placeholder{display:grid}.eb-product__content{min-width:0}.eb-ticket-card.is-open .eb-chevron{transform:rotate(180deg)}.eb-chevron{transition:transform .18s ease}@media(max-width:990px){.eb-event-source{grid-template-columns:repeat(2,minmax(0,1fr))}.eb-product__media{position:static}.eb-product__media-frame{max-width:560px}}@media(max-width:700px){.eb-tour-hero{padding-top:0}.eb-tour-hero>.eb-container{width:100%}.eb-tour-hero__image{height:290px;border-radius:0;background-position:center;background-size:cover}.eb-tour-intro{padding-top:42px}.eb-tour-intro h1{font-size:32px;line-height:1.08;letter-spacing:-1.2px}.eb-tour-intro>div>p{font-size:18px}.eb-city-select{font-size:16px;padding:15px 18px}.eb-event-source,.eb-event-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 0 8px;scrollbar-width:none}.eb-event-source::-webkit-scrollbar,.eb-event-grid::-webkit-scrollbar{display:none}.eb-event-card{flex:0 0 82%;max-width:390px;scroll-snap-align:center}.eb-event-card__image{aspect-ratio:1/1}.eb-event-card__body{min-height:315px;padding:16px}.eb-event-card__date{grid-template-columns:52px 1fr auto;padding:10px 13px;gap:9px}.eb-event-card__date>strong{font-size:34px}.eb-event-card__body h3{font-size:19px;margin-top:12px}.eb-event-group{margin-bottom:46px}.eb-event-city{font-size:21px;padding:9px 18px;margin-bottom:20px}.eb-product{padding-top:0}.eb-product>.eb-container{width:100%}.eb-product__grid{display:block}.eb-product__media{margin:0;width:100%;background:#fff}.eb-product__media-frame{width:100%;max-width:none;aspect-ratio:2/3;border:0;border-radius:0;background:#fff}.eb-product__media-frame img{object-fit:contain;background:#fff}.eb-product__content{width:min(calc(100% - 30px),var(--container));margin:28px auto 0}.eb-event-summary{grid-template-columns:92px 1fr;padding:17px;gap:15px;border-radius:15px}.eb-date-block strong{font-size:48px}.eb-event-summary h1{font-size:21px;line-height:1.25;margin:9px 0 6px}.eb-event-summary p{font-size:14px}.eb-trust-pill{margin:24px 0}.eb-ticket-card__head{grid-template-columns:minmax(0,1fr) auto auto;padding:15px 13px;gap:8px}.eb-ticket-card__head>span:first-child>strong{font-size:17px}.eb-ticket-card__head small{font-size:13px}.eb-ticket-price strong{font-size:19px}.eb-chevron{width:38px;height:38px}.eb-sold-out{padding:10px 12px;font-size:13px}}.eb-announcement__messages{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}@media(max-width:700px){.eb-announcement__inner{min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:8px 0 9px;font-size:13px;line-height:1.1}.eb-announcement__messages{width:100%;gap:5px;font-size:clamp(9px,2.8vw,11px);font-weight:800;white-space:nowrap;overflow:visible}.eb-announcement__sep{display:inline}.eb-announcement__trust{grid-column:auto;justify-content:center;gap:7px;line-height:1}.eb-announcement__trust strong{font-size:12px;white-space:nowrap}.eb-stars span{width:19px;height:19px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
