/*
  RESETS
*/
* {
  box-sizing: border-box;
  margin: 0;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

@media (min-width: 800px) {
  .one-column-only {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .two-columns-only {
    display: none !important;
  }
}

@font-face {
  font-family: "exil";
  src: url("../fonts/ExilWhooPing-Regular.woff2") format("woff2"), url("../fonts/ExilWhooPing-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "PingFang";
  src: url("../fonts/PingFangHK-Medium.woff2") format("woff2"), url("../fonts/PingFangHK-Medium.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exil Symbols";
  src: url("../fonts/ExilWhooSymbols-Regular.woff2") format("woff2"), url("../fonts/ExilWhooSymbols-Regular.woff") format("woff");
  font-weight: normal;
}
h1 {
  font-family: "exil", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 67px;
  line-height: 67px;
  letter-spacing: -0.02em;
}
@media (min-width: 800px) {
  h1 {
    letter-spacing: unset;
    font-size: 100px;
    line-height: 100px;
  }
}
h1.header {
  font-feature-settings: "ss20";
}
h1 .letter-e,
h1 .letter-l {
  font-feature-settings: "ss02";
}

.shop-heading h1 {
  font-size: 50px;
  line-height: 50px;
}
@media (min-width: 800px) {
  .shop-heading h1 {
    font-size: 70px;
    line-height: 70px;
  }
}

h2, .topbar {
  font-family: "PingFang", sans-serif;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  h2, .topbar {
    font-size: 14px;
    line-height: 20px;
  }
}

body {
  font-family: "PingFang", sans-serif;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 800px) {
  body {
    font-size: 15px;
    line-height: 21px;
  }
}

.menu-header {
  font-family: "PingFang", sans-serif;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .menu-header {
    font-size: 14px;
    line-height: 20px;
  }
}

.events-list,
.main-title,
.menu-main,
.block-heading h4 {
  font-family: "PingFang", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 19px;
  line-height: 31px;
}
@media (min-width: 800px) {
  .events-list,
  .main-title,
  .menu-main,
  .block-heading h4 {
    font-size: 23px;
    line-height: 34px;
  }
}

.menu-main .address,
.block-heading h5 {
  font-family: "PingFang", sans-serif;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .menu-main .address,
  .block-heading h5 {
    font-size: 15px;
    line-height: 21px;
  }
}

.events-list-item.active .title,
.main-title .title,
.text h3 {
  font-family: "exil", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 67px;
  line-height: 67px;
  letter-spacing: -0.02em;
}
@media (min-width: 800px) {
  .events-list-item.active .title,
  .main-title .title,
  .text h3 {
    letter-spacing: unset;
    font-size: 100px;
    line-height: 100px;
  }
}

.type,
.soldout {
  font-family: "PingFang", sans-serif;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 800px) {
  .type,
  .soldout {
    font-size: 15px;
    line-height: 21px;
  }
}

.block-info,
.block-venue {
  font-family: "PingFang", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 19px;
  line-height: 31px;
}
@media (min-width: 800px) {
  .block-info,
  .block-venue {
    font-size: 23px;
    line-height: 34px;
  }
}

.block-link,
.block-social,
.block-links {
  text-transform: uppercase;
}

.heading-icon {
  font-family: "Exil Symbols";
}

.content-follow-us .text h3 {
  font-size: clamp(42px, 8vw, 53px);
  line-height: clamp(42px, 8vw, 53px);
}
@media (min-width: 800px) {
  .content-follow-us .text h3 {
    font-size: clamp(50px, 5vw, 100px);
    line-height: clamp(50px, 5vw, 100px);
  }
}

.products .product-details {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
@media (min-width: 800px) {
  .products .product-details {
    font-size: 38px;
    line-height: 54px;
  }
}

.oldprice {
  text-decoration: line-through;
}

/* Grow */
.site {
  display: flex;
  flex-direction: column;
}
.site .header {
  order: 2;
}
.site .menu-header {
  order: 1;
}
.site .events-list {
  order: 4;
}
.site .main {
  order: 3;
}
@media (max-width: 799px) {
  .site {
    margin: 0 auto;
    max-width: 400px;
  }
}

@media (min-width: 800px) {
  body {
    display: flex;
    align-items: flex-start;
  }
  .site {
    height: var(--app-height, 100vh);
    max-height: var(--app-height);
    overflow: auto;
    width: 50%;
    max-width: 760px;
    position: sticky;
    top: 0px;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
  }
  .site .events-list {
    overflow: auto;
  }
  .main {
    position: sticky;
    top: 0px;
    width: calc(100vw - 760px);
    min-width: 50vw;
    max-width: 1300px;
    flex-grow: 0;
  }
}
:root {
  --app-height: 100vh;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 800px) {
  html {
    height: var(--app-height);
    overflow: hidden;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  color: #323233;
}

p {
  margin-bottom: 1em;
}
p:last-of-type {
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

#body-classes {
  display: none !important;
}

.transitioning {
  pointer-events: none;
}

.float {
  display: inline-block;
  position: relative;
  overflow: visible;
}

@media (min-width: 400px) and (max-width: 799px) {
  .site {
    border-left: 1.5px solid #323233;
    border-right: 1.5px solid #323233;
  }
}

.menu {
  position: relative;
  z-index: 101;
}

.menu-header {
  display: flex;
}
@media (max-width: 799px) {
  .menu-header {
    position: fixed;
    top: 0px;
    margin: 0 auto;
    width: 100vw;
    max-width: 398.5px;
    z-index: 1000;
  }
}
@media (min-width: 400px) and (max-width: 799px) {
  .menu-header {
    border-right: 1.5px solid #323233;
  }
}
.menu-header > div {
  border-bottom: 1.5px solid #323233;
  width: 25%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 7px 16px;
  background-color: #FCF9F9;
  border-right: 1.5px solid #323233;
  cursor: pointer;
}
@media (min-width: 800px) {
  .menu-header > div {
    padding: 7px 13px;
  }
  .menu-header > div:hover {
    background-color: #9AF9AB;
  }
}
.menu-header > div.switch-genre span {
  max-width: calc(100% - 15px);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}
.menu-header > div.switch-genre .active-text {
  display: none;
}
.menu-header > div .x {
  display: none;
}
@media (max-width: 799px) {
  .menu-header > div:last-of-type {
    border-right: none;
  }
}

.menu-content {
  order: 1;
  height: 0;
  top: 35.5px;
  overflow: hidden;
  flex-grow: 1;
}
@media (max-width: 799px) {
  .menu-content {
    margin-top: 33.5px;
  }
}
@media (min-width: 800px) {
  .menu-content {
    width: 50vw;
    max-width: 760px;
  }
}

.menu-main {
  height: 0;
  overflow: hidden;
  background: #FCF9F9;
}
.menu-main .main-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px 16px;
  position: relative;
}
.menu-main a:hover {
  opacity: 0.8;
}
@media (min-width: 800px) {
  .menu-main {
    border-right: 1.5px solid #323233;
  }
  .menu-main .main-wrapper {
    padding: 8px 13px;
  }
}
.menu-main .address {
  position: absolute;
  bottom: 16px;
  right: 10px;
  text-align: right;
  z-index: 10;
}
@media (min-width: 800px) {
  .menu-main .address {
    bottom: 13px;
    right: 8px;
  }
}

.menu-genres {
  height: 0;
  overflow: hidden;
}
.menu-genres .genres-wrapper {
  background: #FCF9F9;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.menu-genres .filter-item {
  position: relative;
  cursor: pointer;
  display: flex;
  margin: -30px -20px;
}
.menu-genres .filter-item .active-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.menu-genres .filter-item.active .passive-icon {
  opacity: 0;
}
.menu-genres .filter-item.active .active-icon {
  opacity: 1;
}
@media (min-width: 800px) {
  .menu-genres .filter-item {
    margin: -15px -5px;
  }
  .menu-genres .filter-item:hover .passive-icon {
    opacity: 0;
  }
  .menu-genres .filter-item:hover .active-icon {
    opacity: 1;
  }
}
@media (min-width: 800px) {
  .menu-genres {
    border-right: 1.5px solid #323233;
  }
}

.menu-main-active .menu-content {
  border-bottom: 1.5px solid #323233;
}
.menu-main-active .menu-main {
  display: flex;
  flex-direction: column;
  height: auto;
}

.menu-genre-active .menu-header .switch-genre .passive-text {
  display: none;
}
.menu-genre-active .menu-header .switch-genre .active-text {
  display: block;
}
.menu-genre-active .menu-content {
  border-bottom: 1.5px solid #323233;
}
.menu-genre-active .menu-genres {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.menu-live-active .switch-live {
  background-color: #9AF9AB;
}

.menu-dj-active .switch-dj {
  background-color: #9AF9AB;
}

.filtered .switch-genre {
  color: #323233;
  position: relative;
}
.filtered .switch-genre .x {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 7px 16px;
}
@media (min-width: 800px) {
  .filtered .switch-genre .x {
    padding: 7px 13px;
  }
}

h1.header {
  border-bottom: 1.5px solid #323233;
  background-color: #FCF9F9;
  overflow: hidden;
  flex-shrink: 0;
  transition: background-color 0.5s linear;
}
h1.header a {
  display: block;
  user-select: none;
  position: relative;
  padding-bottom: 0.5em;
}
h1.header:hover {
  background: none;
}
h1.header .letter {
  display: inline;
}
@media (min-width: 800px) {
  h1.header {
    border-right: 1.5px solid #323233;
  }
}

.events-list {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.events-list::-webkit-scrollbar {
  display: none;
}

.events-list-item,
.main-title {
  display: block;
  background-color: #FCF9F9;
  border-bottom: 1.5px solid #323233;
  position: relative;
  height: auto;
  overflow: hidden;
}
.events-list-item.list-event,
.main-title.list-event {
  transition: background-color 0.5s ease-out;
}
.events-list-item.list-event:hover,
.main-title.list-event:hover {
  background: none;
}
.events-list-item > div,
.main-title > div {
  padding: 10px 16px;
}
@media (min-width: 800px) {
  .events-list-item > div,
  .main-title > div {
    padding: 8px 13px;
  }
}
.events-list-item.month-heading, .events-list-item.more-events,
.main-title.month-heading,
.main-title.more-events {
  word-spacing: 9999999px;
}
.events-list-item.month-heading,
.main-title.month-heading {
  background-color: #9AF9AB;
}
.events-list-item.month-heading.current-month,
.main-title.month-heading.current-month {
  display: none;
}
.events-list-item.more-events,
.main-title.more-events {
  background-color: transparent;
}
.events-list-item .type,
.main-title .type {
  width: 55px;
  height: 35px;
  border-radius: 50%;
  border: 1.5px solid #323233;
  line-height: 33px;
  text-align: center;
  position: absolute;
  right: 16px;
  bottom: 24px;
}
.events-list-item.exiltogether,
.main-title.exiltogether {
  background-color: #FD9358;
}
.events-list-item.exiltogether .type,
.main-title.exiltogether .type {
  border: none !important;
  width: 75px;
  height: 50px;
  bottom: 12px;
}
.events-list-item .soldout,
.main-title .soldout {
  position: absolute;
  text-align: center;
  background-color: #FCF9F9;
  z-index: 10;
  width: 55px;
  height: 35px;
  border-radius: 50%;
  border: 1.5px solid #323233;
  line-height: 33px;
  text-align: center;
  position: absolute;
  right: 70px;
  top: 20px;
  line-height: 1em;
  font-size: 12px;
  padding: 5px 0;
  display: none;
}
.events-list-item .title,
.main-title .title {
  padding-right: 60px;
}
.events-list-item.active, .events-list-item.main-title,
.main-title.active,
.main-title.main-title {
  user-select: none;
  background: none;
}
.events-list-item.active .date, .events-list-item.main-title .date,
.main-title.active .date,
.main-title.main-title .date {
  position: absolute;
  bottom: 10px;
  left: 16px;
}
.events-list-item.active .title, .events-list-item.main-title .title,
.main-title.active .title,
.main-title.main-title .title {
  padding-bottom: 100px;
}
@media (min-width: 800px) {
  .events-list-item.active, .events-list-item.main-title,
  .main-title.active,
  .main-title.main-title {
    padding-right: 100px;
  }
  .events-list-item.active .type, .events-list-item.main-title .type,
  .main-title.active .type,
  .main-title.main-title .type {
    right: 30px;
    bottom: calc(50% - 35px);
    font-size: 30px;
    padding-top: 14px;
    border: 3px solid #323233;
    width: 110px;
    height: 70px;
  }
  .events-list-item.active .date, .events-list-item.main-title .date,
  .main-title.active .date,
  .main-title.main-title .date {
    bottom: 8px;
    left: 13;
  }
}
@media (min-width: 800px) {
  .events-list-item,
  .main-title {
    border-right: 1.5px solid #323233;
  }
}

.shop-ad {
  background-color: #946BEF;
}
.shop-ad .shop-badge {
  width: 55px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  position: absolute;
  right: 16px;
  bottom: calc(50% - 17.5px);
  border: none;
}

body.filtered .events-list .list-event:not(.filter-show),
body.filtered .events-list .month-heading:not(.filter-show) {
  display: none;
}

.filler {
  background-color: #FCF9F9;
  flex-grow: 1;
  flex-shrink: 1;
  height: 0;
  order: 99;
}
@media (min-width: 800px) {
  .filler {
    border-right: 1.5px solid #323233;
  }
}

@media (min-width: 800px) {
  .main {
    min-height: var(--app-height);
    position: absolute;
    left: clamp(400px, 50vw, 760px);
    height: var(--app-height);
    overflow: auto;
  }
}
.main .content {
  top: 0px;
  left: 0px;
  width: 100%;
}
@media (min-width: 800px) {
  .main .content {
    background-color: #FCF9F9;
    min-height: var(--app-height);
    max-height: var(--app-height);
    overflow: auto;
    position: absolute;
  }
}
@media (min-width: 2060px) {
  .main .content {
    border-right: 1.5px solid #323233;
  }
}

@media (min-width: 800px) {
  .transitioning .content,
  .transitioning .topbar {
    border-right: 1.5px solid #323233;
  }
}

.transitioning .content {
  overflow: hidden;
}
@media (max-width: 799px) {
  .transitioning .content .topbar {
    top: 0px;
  }
}

.topbar {
  z-index: 1001;
  display: block;
  padding: 7px 16px;
  border-bottom: 1.5px solid #323233;
  background-color: #FCF9F9;
  position: sticky;
  z-index: 100;
  overflow: hidden;
}
.topbar h2 {
  max-width: calc(100% - 50px);
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
}
.topbar .close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 7px 16px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 799px) {
  .topbar {
    top: 33.5px;
    left: 0;
    max-width: 397px;
  }
}
@media (min-width: 800px) {
  .topbar {
    top: 0px;
    left: 0;
    width: calc(100vw - 760px);
    min-width: 50vw;
    max-width: 1300px;
    left: clamp(400px, 50vw, 760px);
  }
}

.no-topbar .content-home {
  height: 0 !important;
}
.no-topbar .content-home .topbar {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

@media (max-width: 799px) {
  .text {
    background-color: #FCF9F9;
  }
}
.text .block:not(.block-heading-h4, .block-heading-h5) {
  border-bottom: 1.5px solid #323233;
}
@media (min-width: 800px) {
  .text .block:not(.block-heading-h4, .block-heading-h5):last-of-type {
    border-bottom: none;
  }
}
.text .block-text > * {
  margin-bottom: 1em;
}
.text .block-text > *:last-child {
  margin-bottom: 0;
}
.text .block-text ul {
  list-style: disc;
}
.text .block-text ul li {
  margin-left: 1.1em;
}
.text .block-text,
.text .disclaimer,
.text .block-heading {
  padding: 7px 16px;
}
@media (min-width: 800px) {
  .text .block-text,
  .text .disclaimer,
  .text .block-heading {
    padding: 11px 16px 13px;
  }
}
.text .block-heading {
  position: relative;
}
.text .block-heading h4, .text .block-heading h5 {
  padding-right: 120px;
}
.text .block-heading h3 {
  padding-bottom: 1em;
}
.text .block-heading .heading-icon {
  position: absolute;
  right: 16px;
  top: 7px;
  font-size: 28px;
}
@media (min-width: 800px) {
  .text .block-heading .heading-icon {
    font-size: 36px;
    right: 16px;
  }
}
.text .block-heading h3 .heading-icon {
  font-size: inherit;
  top: unset;
  bottom: 16px;
}
.text .block-image img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}
.text .block-image img.img-top {
  object-position: top;
}
.text .block-image img.img-center {
  object-position: center;
}
.text .block-image img.img-bottom {
  object-position: bottom;
}
@media (max-width: 799px) {
  .text .block-image img.img-square {
    height: 100vw;
    max-height: 400px;
  }
}
@media (min-width: 800px) {
  .text .block-image img.img-square {
    height: calc(100vw - 760px);
    min-height: 50vw;
    max-height: 1300px;
  }
}
.text .block-info {
  position: relative;
  padding: 7px 16px;
}
@media (min-width: 800px) {
  .text .block-info {
    padding: 10px 16px;
  }
}
.text .block-info .getTickets {
  position: absolute;
  right: 10px;
  bottom: -20px;
  width: 140px;
}
.text .block-info .getTickets.cancelled {
  width: 180px;
}
.text .block-info .getTickets a {
  display: block;
}
@media (min-width: 800px) {
  .text .block-info .getTickets {
    position: fixed;
    right: 60px;
    bottom: 70px;
    width: 180px;
    height: 126px;
    z-index: 1000;
  }
  .text .block-info .getTickets.cancelled {
    width: 260px;
  }
}
@media (min-width: 2060px) {
  .text .block-info .getTickets {
    right: calc(100vw - 2000px);
  }
}
.text .block-venue {
  overflow: hidden;
}
.text .block-venue .venue-scroll,
.text .block-venue span {
  white-space: nowrap;
  display: inline-block;
  padding-right: 32px;
}
.text .block-venue .venue-scroll {
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  display: block;
  padding: 7px 16px;
}
.text .block-venue .venue-scroll::-webkit-scrollbar {
  display: none;
}
@media (min-width: 800px) {
  .text .block-venue .venue-scroll {
    padding: 10px 16px;
  }
}
.text .block-link,
.text .block-links,
.text .block-social {
  padding: 7px 16px;
}
@media (min-width: 800px) {
  .text .block-link,
  .text .block-links,
  .text .block-social {
    padding: 9px 13px;
  }
}
.text .block-link a,
.text .block-links a,
.text .block-social a {
  display: block;
  position: relative;
}
.text .block-link a:after,
.text .block-links a:after,
.text .block-social a:after {
  width: 22px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 2.5px;
  display: block;
  content: "";
  background-image: url(../img/linkswirl.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 800px) {
  .text .block-link a:after,
  .text .block-links a:after,
  .text .block-social a:after {
    top: 4px;
    width: 28px;
    height: 12px;
  }
}
.text .block-link a {
  padding: 7px 16px;
  margin: -7px -16px;
}
.text .block-link a:after {
  right: 16px;
  top: 9.5px;
}
.text .block-link a:hover {
  background-color: #9AF9AB;
}
@media (min-width: 800px) {
  .text .block-link a {
    padding: 9px 13px;
    margin: -9px -13px;
  }
  .text .block-link a:after {
    top: 11.5px;
  }
}
.text .block-social.block-expandable .block-heading {
  margin-bottom: 7px;
}
@media (min-width: 800px) {
  .text .block-social.block-expandable .block-heading {
    margin-bottom: 9px;
  }
}
.text .block-social.block-expandable:not(.expanded) .block-content {
  display: none;
}
.text .block-social.block-expandable:not(.expanded) .block-heading {
  cursor: pointer;
  padding: 7px 16px;
  margin: -7px -16px;
  position: relative;
}
.text .block-social.block-expandable:not(.expanded) .block-heading:after {
  position: absolute;
  right: 16px;
  top: 7px;
  content: "SHOW";
  display: block;
}
.text .block-social.block-expandable:not(.expanded) .block-heading:hover {
  background-color: #9AF9AB;
}
@media (min-width: 800px) {
  .text .block-social.block-expandable:not(.expanded) .block-heading {
    padding: 9px 13px;
    margin: -9px -13px;
  }
  .text .block-social.block-expandable:not(.expanded) .block-heading:after {
    top: 9px;
  }
}
.text .block-video .video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
}
.text .block-video .video-wrapper iframe,
.text .block-video .video-wrapper object,
.text .block-video .video-wrapper embed {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text .block-genres {
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}
.text .block-genres .sticker {
  position: relative;
  cursor: pointer;
  display: flex;
  margin: -15px -5px;
}
.text .block-genres .sticker .active-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.text .block-genres .sticker:hover .passive-icon, .text .block-genres .sticker.active .passive-icon {
  opacity: 0;
}
.text .block-genres .sticker:hover .active-icon, .text .block-genres .sticker.active .active-icon {
  opacity: 1;
}
.text .event-links {
  display: flex;
  text-transform: uppercase;
}
.text .event-links a {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: center;
  padding: 40px 13px;
}
@media (min-width: 800px) {
  .text .event-links a {
    padding: 46px 16px;
  }
}
.text .event-links a:nth-of-type(2) {
  border-left: 1.5px solid #323233;
}
.text .event-links a:hover {
  background-image: url(../img/eventsplash.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.page-home .site .main {
  order: 1;
}
.page-home h1.header a {
  pointer-events: none;
  cursor: default;
}
.page-home h1.header:hover {
  background: #FCF9F9;
}

.main .content-home {
  min-height: unset;
  background-color: transparent;
  overflow-x: hidden;
}
.main .content-home .topbar {
  background-color: transparent;
}

.page-home .more-events,
.page-home .events-list .main-title {
  display: none;
}

@media (max-width: 799px) {
  body:not(.page-home) h1.header {
    display: none;
  }
}
@media (max-width: 799px) {
  .event .events-list .active {
    display: none;
  }
}

.event-media {
  justify-content: center;
}
.event-media .site {
  display: none;
}
.event-media .main-media {
  background-color: white;
  border-left: 1px solid #323233;
  border-right: 1px solid #323233;
  width: 100%;
  max-width: 800px;
  min-height: 100%;
}
.event-media .main-media h2 {
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event-media .main-media > * {
  padding: 7px 16px;
  border-bottom: 1px solid #323233;
}
.event-media .media-title {
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
  flex-shrink: 1;
  padding: 0 16px;
}
.event-media .media-file {
  display: flex;
}
.event-media .media-size {
  display: flex;
  align-items: flex-end;
}

.content-follow-us {
  background: transparent !important;
  display: flex;
  flex-direction: column;
}
.content-follow-us .text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.content-follow-us .text .block:not(:hover) {
  background-color: #FCF9F9;
}
.content-follow-us .text .block:last-of-type {
  flex-grow: 1;
}
.content-follow-us .block-image a {
  display: block;
  padding: 24px 30px 30px 16px;
  height: 100%;
}
.content-follow-us .block-image img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.content-shop .products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5px;
  background-color: #323233;
}
@media (min-width: 800px) {
  .content-shop .products {
    grid-template-columns: 1fr 1fr;
  }
}
.content-shop .products .shop-tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.content-shop .products .shop-tile.icon {
  background-color: #FCF9F9;
  padding: 30px 40px;
}
.content-shop .products .shop-tile.dummy {
  background-color: #FCF9F9;
}
@media (max-width: 799px) {
  .content-shop .products .shop-tile.dummy {
    display: none;
  }
}
.content-shop .products .shop-heading {
  background-color: #946BEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-shop .products .shop-heading h1 {
  text-align: center;
  font-feature-settings: "ss20";
  color: white;
}
.content-shop .products .shop-product {
  background-color: #FCF9F9;
}
@media (max-width: 799px) {
  .content-shop .products .shop-product {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 799px) {
  .content-shop .products .shop-product .product-details {
    border-top: 1.5px solid #323233;
    height: 80px;
    padding: 17px 30px;
  }
}
@media (min-width: 800px) {
  .content-shop .products .shop-product .product-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px 30px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.1s;
  }
}
@media (min-width: 800px) {
  .content-shop .products .shop-product .product-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 799px) {
  .content-shop .products .shop-product .product-images {
    width: 100%;
    height: calc(100% - 80px);
  }
}
.content-shop .products .shop-product .product-images img {
  width: 100%;
  height: 100%;
  object-position: center center;
  transition: scale 0.2s ease-out, opacity 0.2s ease-out;
  object-fit: cover;
}
@media (min-width: 800px) {
  .content-shop .products .shop-product .product-images img {
    object-fit: cover;
  }
}
.content-shop .products .shop-product:not(.shop-product-soldout):hover img {
  scale: 1.03;
  opacity: 0.5;
}
.content-shop .products .shop-product:not(.shop-product-soldout):hover .product-details {
  opacity: 1;
}
.content-shop .products .shop-product.shop-product-soldout img {
  opacity: 0.5;
}
.content-shop .products .shop-product.shop-product-soldout:before {
  content: url(../img/soldout.svg);
  display: block;
  position: absolute;
  width: 200px;
  height: auto;
}
@media (max-width: 799px) {
  .content-shop .products .shop-product.shop-product-soldout:before {
    top: 17px;
    left: 30px;
  }
}
@media (min-width: 800px) {
  .content-shop .products .shop-product.shop-product-soldout:before {
    top: 35px;
    left: 30px;
  }
}

.content-product .text {
  display: flex;
  flex-direction: column;
}
.content-product .product-images {
  order: 1;
  border-bottom: 1.5px solid #323233;
}
.content-product .product-images .slides {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 800px) {
  .content-product .product-images .slides {
    max-width: 600px;
    margin: 20px auto;
  }
}
.content-product .product-images .slides .images-slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-product .product-images .slides .images-slide.active {
  display: block;
}
.content-product .product-images .slides .images-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.content-product .product-images .dots {
  padding: 20px 16px 20px;
  display: flex;
  justify-content: center;
}
.content-product .product-images .dots .dot {
  border: 1.5px solid #323233;
  margin: 0 2.5px;
  width: 22px;
  height: 17px;
  border-radius: 50%;
  cursor: pointer;
}
.content-product .product-images .dots .dot.active {
  background-color: #9AF9AB;
}
.content-product .product-details {
  order: 2;
  border-bottom: 1.5px solid #323233;
  padding: 7px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
}
.content-product .product-details .product-title {
  text-transform: uppercase;
}
.content-product .product-details .product-description {
  grid-column-start: 1;
  grid-column-end: 3;
}
.content-product .product-variants {
  order: 3;
  border-bottom: 1.5px solid #323233;
  padding: 7px 16px;
}
.content-product .product-variants select {
  width: 100%;
  border: none;
  outline: none;
}
.content-product .product-add {
  order: 3;
  padding: 40px 16px;
  text-align: center;
}
.content-product .product-add .add-button {
  display: inline-block;
  height: 38px;
  border-radius: 19px;
  background-color: #9AF9AB;
  padding: 7px 40px;
  cursor: pointer;
}
.content-product .product-add .add-button.add-button-disabled {
  display: none;
}

.cart {
  height: 0;
  overflow: hidden;
  background-color: #FCF9F9;
  display: flex;
  flex-direction: column;
  text-transform: initial;
  grid-column-start: 1;
  grid-column-end: 4;
  margin: 0 -16px;
}
.cart .cart-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  width: 100%;
  padding: 7px 16px;
  border-bottom: 1.5px solid #323233;
}
.cart .cart-item:first-of-type {
  border-top: 1.5px solid #323233;
}
.cart .cart-item .item-title {
  padding: 0 20px;
}
.cart .cart-item .item-quantity {
  display: flex;
}
.cart .cart-item .increase,
.cart .cart-item .decrease {
  cursor: pointer;
  padding: 0 20px;
}
.cart .cart-item .decrease {
  position: relative;
  left: -10px;
  padding-left: 10px;
  margin-right: -10px;
}
.cart .cart-item .amount {
  padding: 0 10px;
}
.cart .cart-total {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  padding: 16 16px;
}
.cart .cart-total .total-taxes {
  grid-column-start: 1;
  grid-column-end: 3;
}
.cart .cart-checkout {
  display: flex;
  justify-content: center;
  padding: 50px 16px 70px;
  margin-top: auto;
}
.cart .cart-checkout.hide {
  display: none;
}
@media (min-width: 800px) {
  .cart .cart-checkout {
    justify-content: flex-end;
    padding: 50px 16px;
  }
}
.cart .cart-checkout .checkout-button {
  display: inline-block;
  height: 38px;
  border-radius: 19px;
  background-color: #9AF9AB;
  padding: 11px 40px;
  cursor: pointer;
}
@media (min-width: 800px) {
  .cart .cart-checkout .checkout-button {
    padding: 7px 40px;
  }
}

@media (max-width: 799px) {
  .show-cart {
    overflow: hidden;
  }
}
@media (min-width: 800px) {
  .show-cart .content {
    overflow: hidden;
  }
}
.show-cart .cart {
  height: auto;
  border-bottom: 1.5px solid #323233;
  padding: 10px 0;
  height: calc(100vh - 55px);
}
@media (min-width: 800px) {
  .show-cart .cart {
    margin-top: 7px;
    border-top: 1.5px solid #323233;
    padding: 35px 0 0;
    height: calc(100vh - 27px);
  }
}

.topbar {
  display: grid;
  grid-template-columns: 1fr auto auto;
}
.topbar .bar-cart {
  margin-right: 60px;
  padding-right: 46px;
  position: relative;
  cursor: pointer;
}
.topbar .bar-cart .cart-counter {
  display: inline-block;
  background-color: #9AF9AB;
  width: 34px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 0;
  text-align: center;
  padding: 3px 0;
}

body:not(.show-cart) .topbar .bar-cart.hide {
  display: none;
}

.specialEmbed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*# sourceMappingURL=style.css.map */
