@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2d2a7a;--accent:#6c5ce7;--dark:#1a1a2e;--dark2:#242445;--dark3:#35356a;--bg:#f4f4f6;--border:#e5e5ee;--text:#1a1a2e;--green:#1a7a4a;--gbg:#f0fbf4;--gbd:#b8e8c8}body{font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}button{font-family:Inter,sans-serif;cursor:pointer}.st-top{background:var(--dark);color:#ccc;font-size:12px;padding:8px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.st-top-left{display:flex;align-items:center;gap:6px;color:#fff;font-weight:500}.st-top-left svg{width:13px;height:13px;color:#ccc;flex-shrink:0}.st-top-langs{display:flex;align-items:center;gap:8px}.st-top-langs img{width:20px;height:14px;border-radius:2px;cursor:pointer;opacity:.7;transition:opacity .15s}.st-top-langs img:hover,.st-top-langs img.act{opacity:1}.st-top-right{display:flex;align-items:center;gap:5px;color:#aaa}.st-top-right svg{width:13px;height:13px;flex-shrink:0}.st-hdr{background:var(--primary);padding:0 24px;position:sticky;top:0;z-index:200;box-shadow:0 2px 8px #00000040}.st-hdr-in{display:flex;align-items:center;gap:14px;height:58px;max-width:1400px;margin:0 auto}.st-logo{display:flex;align-items:center;gap:8px;flex-shrink:0}.st-waves{display:flex;align-items:flex-end;gap:2px;height:22px;flex-shrink:0}.st-waves span{display:block;width:3px;border-radius:2px;background:#fff}.st-waves span:nth-child(1){height:8px}.st-waves span:nth-child(2){height:14px}.st-waves span:nth-child(3){height:20px}.st-waves span:nth-child(4){height:14px}.st-waves span:nth-child(5){height:8px}.st-logo-name{font-size:16px;font-weight:700;color:#fff;letter-spacing:-.2px}.st-nav{display:flex;align-items:center;margin-left:4px}.st-nav a{color:#ffffffe6;font-size:13px;padding:6px 11px;border-radius:5px;display:flex;align-items:center;gap:3px;transition:background .15s;white-space:nowrap}.st-nav a:hover{background:#ffffff1a;color:#fff}.st-nav a svg{width:11px;height:11px;opacity:.7;flex-shrink:0}.st-srch{flex:1;max-width:380px;margin-left:auto;display:flex}.st-srch-form{display:flex;width:100%}.st-srch-input{flex:1;height:34px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-right:none;border-radius:5px 0 0 5px;padding:0 12px;color:#fff;font-size:13px;font-family:Inter,sans-serif;outline:none}.st-srch-input::placeholder{color:#ffffff73}.st-srch-input:focus{background:#ffffff2e}.st-srch-btn{height:34px;width:38px;background:var(--accent);border:none;border-radius:0 5px 5px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.st-srch-btn svg{width:14px;height:14px;color:#fff;flex-shrink:0}.st-cart-lnk{color:#fff;position:relative;margin-left:8px;flex-shrink:0;display:block;line-height:0}.st-cart-lnk svg{width:21px;height:21px}.st-cart-count{position:absolute;top:-4px;right:-5px;background:#e74c3c;color:#fff;font-size:10px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.st-cities{background:#fff;border-bottom:1px solid var(--border);padding:0 24px}.st-cities-in{max-width:1400px;margin:0 auto;display:flex;align-items:center;height:40px;overflow-x:auto;scrollbar-width:none}.st-cities-in::-webkit-scrollbar{display:none}.st-cities-in a{color:#444;font-size:13px;font-weight:500;padding:0 14px;height:100%;display:flex;align-items:center;white-space:nowrap;border-bottom:2px solid transparent;transition:color .15s}.st-cities-in a:hover{color:var(--primary)}.st-cities-in a.act{color:var(--primary);border-bottom-color:var(--accent);font-weight:600}.st-cities-plus{color:var(--primary)!important;display:flex!important;align-items:center;gap:4px}.st-cities-plus svg{width:13px;height:13px;flex-shrink:0}.st-bc{background:#fff;border-bottom:1px solid #eee;padding:9px 24px;font-size:12px;color:#888}.st-bc a{color:#888}.st-bc a:hover{color:var(--primary)}.st-bc-desc{background:#fff;padding:8px 24px 14px;font-size:13px;color:#555;line-height:1.5;border-bottom:1px solid #eee}.st-main{max-width:1400px;margin:0 auto;padding:26px 24px}.st-sec-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.st-sec-title{font-size:17px;font-weight:700;color:var(--text);display:flex;flex-direction:column;gap:7px}.st-sec-bar{width:34px;height:3px;background:var(--accent);border-radius:2px}.st-sec-more{font-size:13px;color:var(--accent);font-weight:500}.st-sec-more:hover{text-decoration:underline}.st-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:38px}@media(max-width:1100px){.st-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.st-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.st-grid{grid-template-columns:1fr}}.st-card{background:#fff;border-radius:7px;overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .2s;border:1px solid var(--border);display:block}.st-card:hover{box-shadow:0 4px 16px #00000017;transform:translateY(-2px)}.st-card-img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#e0e0ee;display:block}.st-card-body{padding:11px 13px 13px}.st-card-name{font-size:14px;font-weight:700;color:var(--text);margin-bottom:2px}.st-card-date{font-size:11px;color:#888;margin-bottom:3px}.st-card-venue{font-size:11px;color:#444;font-weight:500;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-card-genre{font-size:10px;color:#999;text-transform:uppercase;letter-spacing:.4px;margin-bottom:9px}.st-card-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:9px}.st-tag{background:var(--primary);color:#fff;font-size:10px;font-weight:500;padding:3px 8px;border-radius:20px}.st-card-price{font-size:12px;color:#444}.st-card-price strong{font-size:13px;font-weight:700;color:var(--text)}.st-prod{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:20px}.st-prod-in{display:grid;grid-template-columns:1fr 1fr}@media(max-width:768px){.st-prod-in{grid-template-columns:1fr}}.st-prod-img{padding:24px;background:#f8f8fc;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--border)}.st-prod-img img{width:100%;max-width:320px;border-radius:8px;object-fit:cover;aspect-ratio:3/4;display:block}.st-prod-info{padding:28px 32px}.st-prod-name{font-size:24px;font-weight:700;color:var(--text);margin-bottom:14px;letter-spacing:-.3px}.st-prod-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.st-badge-star{background:#fff8e1;border:1px solid #f5c518;color:#8a6300;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px}.st-badge-hot{background:#fff0f0;border:1px solid #ffb3b3;color:#c0392b;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px}.st-badge-count{background:#f0f0f0;border:1px solid #ddd;color:#555;font-size:11px;padding:4px 10px;border-radius:20px;margin-bottom:14px;display:inline-block}.st-prod-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.st-prod-meta-row{display:flex;align-items:center;gap:7px;font-size:13px;color:#444}.st-prod-meta-row svg{width:14px;height:14px;color:#555;flex-shrink:0}.st-prod-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0;display:inline-block}.st-prod-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.st-pill-g{background:var(--gbg);border:1px solid var(--gbd);color:var(--green);font-size:11px;font-weight:500;padding:5px 12px;border-radius:6px;display:inline-flex;align-items:center;gap:5px}.st-pill-g svg,.st-pill-b svg,.st-pill-gr svg{width:12px;height:12px;flex-shrink:0}.st-pill-b{background:#f0f0ff;border:1px solid #c0b8f0;color:#3d2e9e;font-size:11px;font-weight:500;padding:5px 12px;border-radius:6px;display:inline-flex;align-items:center;gap:5px}.st-pill-gr{background:#f5f5f5;border:1px solid #ddd;color:#555;font-size:11px;font-weight:500;padding:5px 12px;border-radius:6px;display:inline-flex;align-items:center;gap:5px}.st-price-label{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.st-price{font-size:32px;font-weight:700;color:var(--accent);line-height:1;margin-bottom:4px}.st-price-sub{font-size:12px;color:#999;margin-bottom:18px}.st-prod-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}.st-btn-info{height:42px;padding:0 20px;background:#fff;border:1.5px solid #ccc;border-radius:6px;font-size:13px;font-weight:500;color:#333;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:border-color .15s}.st-btn-info:hover{border-color:var(--accent);color:var(--accent)}.st-btn-info svg{width:15px;height:15px;flex-shrink:0}.st-btn-buy{height:42px;padding:0 20px;background:var(--accent);border:none;border-radius:6px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .15s;white-space:nowrap}.st-btn-buy:hover{background:#5a4bd4}.st-btn-buy svg{width:14px;height:14px;flex-shrink:0}.st-prod-secure{font-size:11px;color:#888}.st-var-label{font-size:12px;color:#888;margin-bottom:6px;display:block}.st-var-select{width:100%;height:38px;border:1.5px solid #ccc;border-radius:6px;padding:0 12px;font-size:13px;font-family:Inter,sans-serif;color:#333;background:#fff;cursor:pointer;outline:none;margin-bottom:14px}.st-var-select:focus{border-color:var(--accent)}.st-reas{background:var(--gbg);border:1px solid var(--gbd);border-radius:8px;padding:20px 24px;margin-bottom:20px}.st-reas-title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:4px;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.3px}.st-reas-title svg{width:18px;height:18px;color:var(--green);flex-shrink:0}.st-reas-sub{font-size:12px;color:var(--green);font-weight:600;margin-bottom:10px}.st-reas-list{list-style:none;display:flex;flex-direction:column;gap:5px}.st-reas-list li{font-size:12px;color:#444;display:flex;align-items:flex-start;gap:6px}.st-reas-list li:before{content:"\2022";color:var(--green);font-weight:700;flex-shrink:0}.st-cart-wrap{background:#fff;border:1px solid var(--border);border-radius:8px;padding:24px;max-width:800px}.st-cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #eee;align-items:flex-start}.st-cart-item-img{width:80px;height:80px;object-fit:cover;border-radius:6px;flex-shrink:0;display:block}.st-cart-item-title{font-size:14px;font-weight:700;margin-bottom:2px}.st-cart-item-meta{font-size:12px;color:#888;margin-bottom:2px}.st-cart-item-price{font-size:15px;font-weight:700;color:var(--accent)}.st-cart-remove{font-size:11px;color:#e74c3c}.st-cart-qty{display:flex;align-items:center;gap:6px;margin-top:8px;justify-content:flex-end}.st-cart-qty input{width:50px;height:30px;border:1px solid #ddd;border-radius:4px;text-align:center;font-size:13px;font-family:Inter,sans-serif}.st-foot{background:var(--dark);color:#ccc;padding:40px 24px 0}.st-foot-in{max-width:1400px;margin:0 auto}.st-foot-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:32px;border-bottom:1px solid #2e2e4a}@media(max-width:900px){.st-foot-top{grid-template-columns:1fr 1fr}}@media(max-width:600px){.st-foot-top{grid-template-columns:1fr}}.st-foot-logo-row{display:flex;align-items:center;gap:8px;margin-bottom:16px}.st-foot-logo-name{font-size:17px;font-weight:700;color:#fff}.st-foot-box{background:var(--dark2);border:1px solid var(--dark3);border-radius:6px;padding:10px 14px;font-size:13px;color:#ccc;display:flex;align-items:center;gap:8px;margin-bottom:12px}.st-foot-box svg{width:14px;height:14px;color:#4caf82;flex-shrink:0}.st-foot-items{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.st-foot-item{display:flex;align-items:center;gap:7px;font-size:12px;color:#aaa}.st-foot-item svg{width:13px;height:13px;color:var(--accent);flex-shrink:0}.st-foot-tagline{font-size:11px;color:#666;line-height:1.5}.st-foot-col h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:#888;margin-bottom:14px}.st-foot-col a{display:block;font-size:13px;color:#aaa;margin-bottom:9px}.st-foot-col a:hover{color:#fff}.st-foot-eng{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px}.st-foot-eng svg{flex-shrink:0;margin-top:1px}.st-foot-eng-label{font-size:12px;color:#ccc}.st-foot-eng-sub{font-size:11px;color:#666;margin-top:1px}.st-foot-icons{border-top:1px solid #2e2e4a;padding:36px 24px;background:var(--dark)}.st-foot-icons-in{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:768px){.st-foot-icons-in{grid-template-columns:repeat(2,1fr)}}.st-foot-icon{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.st-foot-icon-circle{width:72px;height:72px;border-radius:50%;background:var(--dark2);border:1px solid var(--dark3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.st-foot-icon-circle svg{width:30px;height:30px;color:#ccc}.st-foot-icon-label{font-size:13px;font-weight:600;color:#fff}.st-foot-icon-sub{font-size:11px;color:#777;margin-top:-4px}.st-foot-bottom{background:var(--dark);border-top:1px solid #2e2e4a;padding:16px 24px}.st-foot-bottom-in{max-width:1400px;margin:0 auto}.st-foot-legal{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px;align-items:center}.st-foot-legal a{font-size:12px;color:#666}.st-foot-legal a:hover{color:#aaa}.st-foot-legal span{font-size:12px;color:#333}.st-foot-copy{font-size:12px;color:#555}.st-seating{display:grid;grid-template-columns:1fr 380px;gap:0;background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:20px}@media(max-width:900px){.st-seating{grid-template-columns:1fr}}.st-seating-map{position:relative;background:#0d0d1a;overflow:hidden;min-height:380px}.st-seating-map img{width:100%;height:100%;object-fit:contain;display:block;min-height:380px;transition:transform .2s}.st-seating-map-placeholder{width:100%;min-height:380px;background:#0d0d1a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center}.st-seating-map-placeholder p{color:#555;font-size:13px;line-height:1.6}.st-seating-map-placeholder strong{color:#888}.st-map-controls{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:6px;z-index:10}.st-map-btn{width:32px;height:32px;background:#ffffffe6;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;color:#333;font-family:Inter,sans-serif}.st-map-btn:hover{background:#fff}.st-map-legend{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:14px;background:#0000008c;padding:6px 14px;border-radius:20px;white-space:nowrap}.st-map-legend-item{display:flex;align-items:center;gap:5px;font-size:11px;color:#ccc}.st-map-legend-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.st-seating-panel{border-left:1px solid var(--border);display:flex;flex-direction:column}.st-seating-panel-head{padding:16px 20px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.st-seating-panel-title{font-size:15px;font-weight:700;color:var(--text)}.st-deselect{font-size:12px;color:#888;cursor:pointer;border:none;background:none;padding:0;font-family:Inter,sans-serif}.st-deselect:hover{color:#e74c3c}.st-seating-panel-sub{font-size:12px;color:#888;padding:8px 20px 12px;border-bottom:1px solid #eee;line-height:1.5}.st-ticket-group{border-bottom:1px solid #f0f0f0}.st-ticket-group-head{padding:10px 20px;display:flex;align-items:center;gap:8px;cursor:pointer;background:#fff;transition:background .15s;border:none;width:100%;text-align:left;font-family:Inter,sans-serif}.st-ticket-group-head:hover{background:#f8f8ff}.st-ticket-group-icon{width:10px;height:10px;border-radius:50%;flex-shrink:0}.st-ticket-group-name{font-size:13px;font-weight:600;color:var(--text);flex:1}.st-ticket-group-count{font-size:12px;color:#888;background:#f0f0f0;padding:2px 8px;border-radius:20px}.st-ticket-group-arrow{font-size:12px;color:#aaa;transition:transform .2s}.st-ticket-group-arrow.open{transform:rotate(180deg)}.st-ticket-list{display:none;padding:0 20px 8px}.st-ticket-list.open{display:block}.st-ticket-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f5f5f5;cursor:pointer}.st-ticket-item:last-child{border-bottom:none}.st-ticket-item-sold{cursor:default;opacity:.7}.st-ticket-radio{width:18px;height:18px;border-radius:50%;border:2px solid #ddd;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .15s}.st-ticket-radio.selected{border-color:var(--accent);background:var(--accent)}.st-ticket-radio.selected:after{content:"";width:6px;height:6px;border-radius:50%;background:#fff;display:block}.st-ticket-radio.sold{border-color:#ddd;background:#f5f5f5}.st-ticket-info{flex:1}.st-ticket-cat{font-size:13px;font-weight:600;color:var(--text)}.st-ticket-tarif{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.3px;margin-top:1px}.st-ticket-status{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.st-ticket-price{font-size:14px;font-weight:700;color:var(--accent)}.st-ticket-price.sold{color:#aaa}.st-status-badge{font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px}.st-status-dispo{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.st-status-low{background:#fef3c7;color:#d97706;border:1px solid #fde68a}.st-status-sold{background:#f5f5f5;color:#aaa;border:1px solid #e5e5e5}.st-ticket-add{width:28px;height:28px;background:var(--accent);border:none;border-radius:50%;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s;line-height:1}.st-ticket-add:hover{background:#5a4bd4}.st-ticket-add.sold{background:#f0f0f0;color:#aaa;cursor:not-allowed}.st-seating-footer{padding:14px 20px;border-top:1px solid #eee;background:#fafafa;margin-top:auto}.st-seating-footer-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.st-seating-footer-label{font-size:13px;color:#888}.st-seating-footer-price{display:flex;align-items:baseline;gap:3px}.st-seating-footer-price span{font-size:22px;font-weight:700;color:var(--text)}.st-seating-footer-price small{font-size:13px;color:var(--accent)}.st-btn-reserve-full{width:100%;height:48px;background:#22c55e;border:none;border-radius:8px;color:#fff;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s;font-family:Inter,sans-serif}.st-btn-reserve-full:hover{background:#16a34a}.st-btn-reserve-full:disabled{background:#e5e5e5;color:#aaa;cursor:not-allowed}.st-btn-reserve-full svg{flex-shrink:0}.st-reserve-note{font-size:11px;color:#aaa;text-align:center;margin-top:8px}@media(max-width:768px){.st-top{padding:6px 14px;font-size:11px}.st-top-right{display:none}.st-hdr{padding:0 14px}.st-hdr-in{height:50px;gap:8px}.st-logo-name{font-size:14px}.st-waves span:nth-child(3){height:16px}.st-nav{display:none}.st-srch{max-width:none;flex:1}.st-srch-input{font-size:12px;height:32px}.st-srch-btn{height:32px;width:34px}.st-cart-lnk svg{width:18px;height:18px}}@media(max-width:768px){.st-cities{display:none}}@media(max-width:768px){.st-main{padding:16px 14px}.st-sec-hdr{margin-bottom:14px}.st-sec-title{font-size:15px}}@media(max-width:768px){.st-hero-slide{height:240px}.st-hero-cap{padding:16px 20px}.st-hero-cap h2{font-size:18px}.st-hero-cap p{font-size:12px}.st-hero-dots{bottom:8px;right:10px}}@media(max-width:600px){.st-grid{grid-template-columns:repeat(2,1fr);gap:10px}.st-card-name{font-size:12px}.st-card-body{padding:8px 10px 10px}.st-tag{font-size:9px;padding:2px 6px}.st-card-price{font-size:11px}.st-card-price strong{font-size:12px}}@media(max-width:768px){.st-prod-in{grid-template-columns:1fr}.st-prod-img{border-right:none;border-bottom:1px solid #e5e5ee;padding:16px}.st-prod-img img{max-width:240px}.st-prod-info{padding:16px}.st-prod-name{font-size:18px}.st-price{font-size:26px}.st-prod-actions{flex-direction:column}.st-btn-info,.st-btn-buy{width:100%;justify-content:center;height:44px}.st-prod-pills{gap:6px}.st-pill-g,.st-pill-b,.st-pill-gr{font-size:10px;padding:4px 8px}}@media(max-width:900px){.st-seating{grid-template-columns:1fr}.st-seating-panel{border-left:none;border-top:1px solid #e5e5ee}.st-seating-map,.st-seating-map img,.st-seating-map-ph{min-height:260px}.st-map-legend{gap:8px;padding:5px 10px;font-size:10px;flex-wrap:wrap;justify-content:center}}@media(max-width:768px){.st-foot{padding:28px 14px 0}.st-foot-top{grid-template-columns:1fr;gap:20px;padding-bottom:20px}.st-foot-icons-in{grid-template-columns:repeat(2,1fr);gap:16px}.st-foot-icon-circle{width:56px;height:56px}.st-foot-icon-circle svg{width:24px;height:24px}.st-foot-icon-label{font-size:12px}.st-foot-legal{gap:3px}.st-foot-legal a{font-size:11px}.st-foot-icons{padding:24px 14px}.st-foot-bottom{padding:12px 14px}}@media(max-width:600px){.st-cart-banner{font-size:11px;gap:5px;padding:10px 12px;flex-direction:column;text-align:center}.st-cart-inner{padding:14px}.st-cart-item-row{flex-wrap:nowrap}.st-cart-item-img{width:52px;height:52px}.st-cart-item-name{font-size:13px}.st-cart-btns{flex-direction:column}.st-cart-btn-cancel,.st-cart-btn-other{width:100%;justify-content:center}.st-cart-btn-checkout{width:100%}}@media(max-width:600px){.st-toplist{padding:20px 14px}.st-toplist-item{padding:10px 14px}.st-toplist-name{font-size:13px}.st-toplist-meta{font-size:11px}}@media(max-width:600px){.st-bc{padding:7px 14px;font-size:11px}.st-bc-desc{padding:6px 14px 10px;font-size:12px}}@media(max-width:600px){.st-sec-hdr{flex-wrap:wrap;gap:8px}}@media(max-width:600px){.st-btn-buy{padding:0 16px;font-size:12px}}@media(max-width:768px){.st-top{padding:5px 12px;font-size:11px;flex-wrap:wrap;gap:4px}.st-top-right{display:none}.st-top-langs{gap:6px}.st-top-langs a img{width:18px;height:13px}}@media(max-width:768px){.st-hdr{padding:0 12px}.st-hdr-in{height:50px;gap:8px}.st-burger{display:flex}.st-nav{display:none!important}.st-logo-name{font-size:13px}.st-logo-img{height:28px}.st-srch{flex:1;max-width:none}.st-srch-input{height:32px;font-size:12px;padding:0 10px}.st-srch-btn{height:32px;width:32px}.st-cart-lnk svg{width:20px;height:20px}.st-cart-count{width:14px;height:14px;font-size:9px}}@media(max-width:360px){.st-logo-name,.st-top{display:none}}@media(max-width:768px){.st-cities{display:none}.st-bc{padding:6px 12px;font-size:11px}}@media(max-width:768px){.st-main{padding:10px 12px}.st-grid{grid-template-columns:repeat(2,1fr);gap:8px}.st-card-img{aspect-ratio:3/2}.st-card-body{padding:8px 10px 10px}.st-card-name{font-size:11px;margin-bottom:2px;line-height:1.3}.st-card-date{font-size:10px}.st-card-venue{font-size:10px;display:none}.st-card-genre{font-size:9px;margin-bottom:5px}.st-card-tags{gap:3px;margin-bottom:5px}.st-tag{font-size:9px;padding:2px 5px}.st-card-price{font-size:10px}.st-card-price strong{font-size:11px}.st-sec-hdr{margin-bottom:10px}.st-sec-title{font-size:15px}}@media(max-width:380px){.st-grid{grid-template-columns:1fr}}@media(max-width:768px){.st-prod-in{grid-template-columns:1fr}.st-prod-img{border-right:none;border-bottom:1px solid #e5e5ee;padding:12px;min-height:auto}.st-prod-img img{max-width:180px;margin:0 auto;display:block}.st-prod-info{padding:14px}.st-prod-name{font-size:18px;margin-bottom:8px}.st-price{font-size:22px}.st-prod-actions{flex-direction:column;gap:8px}.st-btn-info,.st-btn-buy{width:100%;justify-content:center;height:44px}.st-prod-pills{gap:5px}.st-pill-g,.st-pill-b,.st-pill-gr{font-size:10px;padding:4px 8px}}@media(max-width:900px){.st-seating{grid-template-columns:1fr}.st-seating-map,.st-seating-map img,.st-seating-map-ph{min-height:240px}.st-seating-panel{border-left:none;border-top:1px solid #e5e5ee;max-height:none}.st-seating-panel-head,.st-seating-footer{position:static}.st-map-legend{display:none}}@media(max-width:600px){.st-seating-map,.st-seating-map img{min-height:200px}.st-ticket-cat{font-size:12px}.st-ticket-price{font-size:13px}.st-seating-footer-price strong{font-size:18px}.st-btn-reserve-full{height:48px;font-size:14px}.st-qty-modal{align-items:flex-end;padding:0}.st-qty-modal-inner{border-radius:14px 14px 0 0;max-width:100%}.st-qty-modal-head{padding:14px 18px}.st-qty-modal-body{padding:16px 18px}}@media(max-width:768px){.st-hero-slide{height:200px}.st-hero-cap{padding:12px 14px;bottom:0;left:0;right:0}.st-hero-cap h2{font-size:15px;margin-bottom:4px}.st-hero-cap p{font-size:11px;display:none}.st-hero-btn{font-size:11px;padding:6px 14px;margin-top:6px}.st-hero-dots{bottom:8px;right:10px;gap:4px}.st-hero-dot{width:6px;height:6px}}@media(max-width:768px){.st-foot{padding:20px 12px 0}.st-foot-top{grid-template-columns:1fr 1fr;gap:16px}.st-foot-col h4,.st-foot-col a{font-size:11px}.st-foot-icons{padding:16px 12px}.st-foot-icons-in{grid-template-columns:repeat(2,1fr);gap:12px}.st-foot-icon-circle{width:50px;height:50px}.st-foot-icon-circle svg{width:20px;height:20px}.st-foot-icon-label{font-size:11px}.st-foot-icon-sub{font-size:10px}.st-foot-bottom{padding:10px 12px;flex-direction:column;gap:8px;text-align:center}.st-foot-legal{gap:8px;justify-content:center;flex-wrap:wrap}.st-foot-legal a{font-size:10px}}@media(max-width:480px){.st-foot-top{grid-template-columns:1fr}}@media(max-width:768px){.st-coll-banner{padding:14px 12px}.st-coll-banner-title{font-size:17px}.st-coll-banner-icon{width:38px;height:38px}.st-coll-banner-icon svg{width:18px;height:18px}}@media(max-width:768px){.st-toplist{padding:16px 12px}.st-toplist-item{padding:9px 10px;gap:8px}.st-toplist-name{font-size:12px}.st-toplist-meta{font-size:10px}}@media(max-width:768px){.st-reas{padding:12px}.st-reas-items{flex-wrap:wrap;gap:10px}.st-reas-item{min-width:45%}.st-reas-title{font-size:11px}.st-reas-sub{font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/59/assets/theme.css.map */
