/* [project]/apps/storefront/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Helvetica Neue", Arial, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --radius-xs: .125rem;
    --radius-lg: .5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-grey-20: #d0d0d0;
    --color-grey-40: #828282;
    --color-grey-50: #4c4848;
    --color-grey-60: #3e3d3c;
    --color-grey-90: #1a1a1a;
    --color-ipod-dark-grey: #343434;
    --color-ipod-wheel-top: #242424;
    --color-ipod-wheel-bottom: #1a1a1a;
    --color-ipod-wheel-top-light: #dfdfdf;
    --color-ipod-wheel-bottom-light: #f1f1f1;
    --ease-expo-out: cubic-bezier(.16, 1, .3, 1);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

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

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .font-sans {
    font-family: var(--font-sans);
  }
}

html, body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Arial, system-ui, sans-serif;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.brand-mark {
  pointer-events: auto;
  border-radius: var(--radius-lg);
  width: auto;
  height: 30px;
  line-height: 0;
  display: inline-block;
  overflow: hidden;
}

.brand-mark img {
  width: auto;
  height: 30px;
  display: block;
}

.chip {
  border-radius: var(--radius-lg);
  background: var(--color-grey-90);
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  flex: none;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 12px;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.chip--light {
  color: var(--color-grey-90);
  background: #ededed;
}

.chip-group {
  pointer-events: auto;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.coverflow-stage {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.coverflow-track {
  pointer-events: none;
  align-items: center;
  gap: 200px;
  display: flex;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coverflow-card {
  pointer-events: auto;
  cursor: pointer;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  width: 322px;
  height: 322px;
  transition: transform .5s var(--ease-expo-out),
    opacity .5s var(--ease-expo-out);
  background: #fff;
  border: 0;
  border-radius: 4px;
  flex: none;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.coverflow-card img {
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  transition: transform .35s var(--ease-expo-out);
  display: block;
}

.coverflow-card:hover img {
  transform: scale(1.03);
}

@media (max-width: 899px) {
  .coverflow-track {
    gap: 100px;
  }

  .coverflow-card {
    width: 280px;
    height: 280px;
  }
}

.world-stage {
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.world-files {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.world-file {
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  background: none;
  border: 0;
  width: 200px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.world-file-icon, .world-file-image-icon {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 110px;
  margin: 0 auto 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.world-file-image-icon img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.world-play {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.world-file-label {
  letter-spacing: .04em;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
  border-radius: 3px;
  max-width: 200px;
  padding: 1px 5px;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
}

.world-file:first-child .world-file-label, .world-file:hover .world-file-label, .world-file:focus-visible .world-file-label {
  color: #fff;
  background: #2f5bff;
}

.world-files:has(.world-file:hover) .world-file:first-child .world-file-label {
  color: #000;
  background: none;
}

.world-files:has(.world-file:hover) .world-file:hover .world-file-label {
  color: #fff;
  background: #2f5bff;
}

.events-stage {
  color: #fff;
  background: #000;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.events-bg {
  pointer-events: none;
  background: radial-gradient(at 75% 45%, #ffffff1f 0%, #ffffff0a 25%, #0000 55%), #000;
  position: absolute;
  inset: 0;
}

.events-bg:after {
  content: "";
  opacity: .7;
  background-image: radial-gradient(#ffffff1f 1px, #0000 1px);
  background-size: 6px 6px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-mask-image: radial-gradient(at 60%, #000 0% 30%, #0000 70%);
  mask-image: radial-gradient(at 60%, #000 0% 30%, #0000 70%);
}

.events-modal {
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  z-index: 2;
  background: #14141480;
  border-left: 1px solid #ffffff0f;
  border-right: 1px solid #ffffff0f;
  border-radius: 0;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  max-width: 460px;
  height: 100vh;
  margin: 0 auto 0 clamp(16px, 50% - 460px, 50% - 230px);
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (max-width: 899px) {
  .events-modal {
    border: 0;
    border-radius: 0;
    max-width: 100%;
    margin: 0;
  }
}

.events-modal-inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  max-height: calc(100vh - 230px);
  padding: 24px 24px 32px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.events-modal-inner::-webkit-scrollbar {
  display: none;
}

.events-tag {
  color: #1a1a1a;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #ffffffeb;
  border-radius: 6px;
  align-self: flex-start;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.events-search {
  background: #ffffff0a;
  border: 1px solid #ffffff38;
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  height: 44px;
  padding: 0 16px;
  display: flex;
  position: relative;
}

.events-search input {
  color: #ffffffd9;
  letter-spacing: .04em;
  background: none;
  border: none;
  outline: none;
  flex: auto;
  font-size: 13px;
}

.events-search input::placeholder {
  color: #fff6;
  text-transform: lowercase;
}

.events-search-icon {
  opacity: .6;
  filter: invert();
  width: 18px;
  height: 18px;
}

.events-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.events-list li {
  border-radius: 8px;
}

.events-list li:hover, .events-list li[data-active="true"] {
  background: #ffffff14;
}

.events-list a {
  color: inherit;
  padding: 12px 14px;
  text-decoration: none;
  display: block;
}

.events-row {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  display: grid;
}

.events-row h2 {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.events-row p {
  color: #ffffff8c;
  margin: 2px 0 0;
  font-size: 11px;
}

.events-row .date {
  color: #ffffffa6;
  letter-spacing: .04em;
  white-space: nowrap;
  font-size: 12px;
}

.events-list li[data-soldout="true"] h2, .events-list li[data-soldout="true"] p, .events-list li[data-soldout="true"] .date {
  color: #ffffff6b;
}

.ipod-wrap {
  pointer-events: none;
  z-index: 100;
  justify-content: center;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.ipod-nav {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
  border-radius: 9999px;
  width: 180px;
  height: 180px;
  margin-bottom: 24px;
  position: relative;
}

.ipod-wheel-back {
  background: linear-gradient(to bottom,
    var(--color-ipod-wheel-top),
    var(--color-ipod-wheel-bottom));
  z-index: 0;
  border-radius: 9999px;
  position: absolute;
  inset: 0;
}

.ipod-arrows {
  z-index: 4;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  display: flex;
  position: absolute;
  inset: 0;
}

.ipod-arrows button {
  pointer-events: auto;
  cursor: pointer;
  background: none;
  border: 0;
  width: 30px;
  height: 30px;
  padding: 0;
}

.ipod-arrows svg {
  width: 100%;
  fill: var(--color-grey-20);
  transition: fill .2s;
}

.ipod-arrows button:hover svg {
  fill: #fff;
}

.ipod-arrow-left svg {
  transform: rotate(180deg);
}

.ipod-menu-btn {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0;
}

.ipod-menu-btn button {
  pointer-events: auto;
  letter-spacing: .05em;
  color: var(--color-grey-20);
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: 0;
  margin-top: 6px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  transition: color .2s;
}

.ipod-menu-btn button:hover {
  color: #fff;
}

.ipod-center {
  background: var(--color-ipod-dark-grey);
  cursor: pointer;
  z-index: 3;
  border: 1px solid #000;
  border-radius: 9999px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ipod-nav--light .ipod-wheel-back {
  background: linear-gradient(to bottom,
    var(--color-ipod-wheel-top-light),
    var(--color-ipod-wheel-bottom-light));
}

.ipod-nav--light .ipod-center {
  background: #fff;
  border-color: #d0d0d0;
}

.ipod-nav--light .ipod-arrows svg {
  fill: var(--color-grey-50);
}

.ipod-nav--light .ipod-arrows button:hover svg {
  fill: #000;
}

.ipod-nav--light .ipod-menu-btn button {
  color: var(--color-grey-50);
}

.ipod-nav--light .ipod-menu-btn button:hover {
  color: #000;
}

.ipod-menu-wrapper {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s var(--ease-expo-out), transform .4s var(--ease-expo-out);
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%)translateY(20px);
}

.ipod-menu-wrapper.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%)translateY(0);
}

.ipod-menu {
  background: var(--color-grey-60);
  color: #fff;
  white-space: nowrap;
  border-radius: 8px;
  align-items: center;
  gap: 16px;
  height: 36px;
  padding: 0 14px;
  display: flex;
}

.ipod-menu a {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  align-items: center;
  padding: 6px 8px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.ipod-menu a:hover {
  background: #ffffff14;
}

.ipod-cart {
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  position: relative;
}

.ipod-cart svg {
  fill: #ededed;
  width: 22px;
  height: 22px;
}

.ipod-cart .badge {
  background: var(--color-grey-40);
  color: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  top: -2px;
  right: -2px;
}

.site-header {
  z-index: 100;
  pointer-events: none;
  width: 100%;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
}

.site-header > div {
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0 10px;
  display: flex;
}

@media (min-width: 768px) {
  .site-header > div {
    padding: 0 20px;
  }
}

.site-header a, .site-header .chip {
  pointer-events: auto;
}

.ipod-pill {
  pointer-events: auto;
  background: linear-gradient(to bottom,
    var(--color-ipod-wheel-top),
    var(--color-ipod-wheel-bottom));
  border-radius: 9999px;
  align-items: center;
  gap: 34px;
  height: 62px;
  margin-bottom: 24px;
  padding: 0 30px;
  display: flex;
}

.ipod-pill button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: var(--color-grey-20);
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.ipod-pill svg {
  width: 100%;
  fill: var(--color-grey-20);
  transition: fill .2s, color .2s;
}

.ipod-pill button:hover svg {
  fill: #fff;
  color: #fff;
}

.ipod-pill .ipod-arrow-left svg {
  transform: rotate(180deg);
}

.pdp {
  background: #ebebeb;
  flex-direction: column;
  padding: 0 20px 140px;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.pdp-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 26px 0 22px;
  display: flex;
}

.pdp-header h1 {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0;
  font-size: .8125rem;
  font-weight: 700;
}

.pdp-brand {
  border-radius: var(--radius-lg);
  flex: none;
  height: 26px;
  line-height: 0;
  display: inline-block;
  overflow: hidden;
}

.pdp-brand img {
  width: auto;
  height: 26px;
  display: block;
}

.pdp-frame {
  aspect-ratio: 1;
  touch-action: pan-y;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.pdp-image {
  object-fit: contain;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: block;
}

.pdp-info-toggle {
  z-index: 2;
  cursor: pointer;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--color-grey-40);
  background: #ebebeb;
  border: 0;
  align-items: center;
  gap: 26px;
  padding: 16px 20px;
  font-size: .8125rem;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
}

.pdp-info-sign {
  font-size: 1rem;
  line-height: 1;
}

.pdp-info-panel {
  z-index: 1;
  background: #fffffff5;
  padding: 64px 22px 22px;
  position: absolute;
  inset: 0;
  overflow-y: auto;
}

.pdp-info-panel p {
  white-space: pre-line;
  color: var(--color-grey-50);
  margin: 0;
  font-size: .8125rem;
  line-height: 1.6;
}

.pdp-progress {
  gap: 6px;
  margin-top: 8px;
  display: flex;
}

.pdp-progress-seg {
  cursor: pointer;
  background: #cfcfcf;
  border: 0;
  flex: 1 1 0;
  height: 7px;
  padding: 0;
}

.pdp-progress-seg[data-active="true"] {
  background: var(--color-grey-40);
}

.pdp-buy {
  margin-top: auto;
  padding-top: 40px;
}

.pdp-size-row {
  letter-spacing: .06em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: .8125rem;
  font-weight: 700;
  display: flex;
}

.pdp-select {
  align-items: center;
  gap: 8px;
  display: inline-flex;
  position: relative;
}

.pdp-select select {
  appearance: none;
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
}

.pdp-cta {
  border-radius: var(--radius-xs);
  background: var(--color-grey-40);
  color: #fff;
  cursor: pointer;
  border: 0;
  width: 100%;
  height: 62px;
  margin-top: 10px;
  font-size: .8125rem;
  transition: background .2s;
}

.pdp-cta:hover {
  background: var(--color-grey-50);
}

@media (min-width: 900px) {
  .pdp {
    padding: 0 40px 150px;
  }

  .pdp-frame, .pdp-progress, .pdp-buy {
    align-self: center;
    width: 100%;
    max-width: 520px;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=apps_storefront_app_globals_0u~mcfh.css.map*/