@font-face {
  font-family: Librestile Bold;
  src: url('../fonts/LibrestileExtBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --southmane-red: #ff000f;
  --white: #fff;
  --southmane-black: #1d1d1bb3;
  --southmane-blackk: #1d1d1b;
}

/* Native CSS cursor: no lag, no second pointer overlay */
html, body, *, *::before, *::after {
  cursor: url("../images/cursor-arrow.png") 1 1, default !important;
}

/* Cursor Fix - immer schwarz-rote Custom-Maus auch beim Hover */
*:hover {
  cursor: url("../images/cursor-arrow.png") 1 1, default !important;
}
*:active {
  cursor: url("../images/cursor-arrow.png") 1 1, default !important;
}
*:focus {
  cursor: url("../images/cursor-arrow.png") 1 1, default !important;
}
button, a, input, textarea, select {
  cursor: url("../images/cursor-arrow.png") 1 1, default !important;
}

.custom-cursor {
  display: none !important;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  background-color: #e51e1e;
  width: auto;
  max-width: none;
  height: 100vh;
}

.container-2 {
  z-index: auto;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.container-3 {
  height: 100%;
}

.container-4 {
  background-color: #e2a9a9;
  height: 100vh;
}

.container-5 {
  height: 100vh;
}

.background-immage {
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.background-immage.about {
  justify-content: center;
  align-items: center;
}

.code-embed {
  color: #1d1d1b;
  background-color: #0000;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.section-holder {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  opacity: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 80%;
  margin-bottom: 0;
  padding: 3vh 3vw 0%;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block {
  width: auto;
  height: 90%;
  padding-right: 3vw;
  position: relative;
  inset: 0% auto auto 0%;
}

.men-tags {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  opacity: .82;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.men-tags.bottom {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  position: static;
}

.men-tags.mid {
  justify-content: center;
  align-items: center;
}

.div-block-2 {
  width: auto;
  max-width: none;
  height: 110%;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 90%;
  padding-left: 0;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.div-block-4 {
  width: auto;
  height: 90%;
  margin-top: -50px;
  padding-left: 3vw;
}

@media (min-width: 992px) {
  .men-tags.mid .div-block-2 {
    transform: translateY(10vh) scale(2.04);
    transform-origin: center;
  }
}

@media (max-width: 768px) {
  a.tag-link,
  .tag-container svg {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    min-height: 40px !important;
    z-index: 20 !important;
    pointer-events: auto !important;
  }

  .tag-container {
    overflow: visible !important;
    min-height: 40px;
  }
}

.landing-page {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.landing-page.about {
  background-color: red;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  display: none;
  position: absolute;
  overflow: hidden;
  transform: translate(100vw);
}

.landing-page.about.game {
  transform: translate(-100vw);
}

.div-block-5 {
  background-color: red;
  width: 100vw;
  height: 100vh;
  transform: translate(100vw);
}

.body {
  aspect-ratio: auto;
  max-width: none;
  height: 100vh;
  display: block;
  overflow: visible;
  transform: translate(0);
}

.div-block-6 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.code-embed-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-7 {
  background-color: #c7090900;
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-8 {
  position: static;
  inset: auto auto 0% 0%;
}

.code-embed-3 {
  position: relative;
}

.logo {
  width: 27vw;
  padding-bottom: 3vh;
  padding-left: 1vw;
}

.player {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: flex-end;
  align-items: flex-end;
  width: 25vw;
  padding-bottom: 3vh;
  padding-right: 1vw;
  display: flex;
}

.player-button {
  width: 100%;
}

.player-button.hover {
  vertical-align: baseline;
  display: none;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-9 {
  mix-blend-mode: screen;
}

.div-block-10 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.code-embed-4 {
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-4.pants {
  mix-blend-mode: normal;
}

.code-embed-4.ribs-back {
  height: 99%;
}

.code-embed-4.beanie-black {
  display: flex;
  transform: translate(0);
}

.code-embed-4.sound {
  display: flex;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 96%;
  margin-right: 20vw;
  display: flex;
  position: absolute;
}

.div-block-11.beanie, .div-block-11.beanie.black, .div-block-11.beanie.white {
  display: none;
}

.div-block-11.default-haare {
  z-index: 1;
  display: flex;
}

.div-block-11.default-ohne-haare {
  z-index: 1;
  display: none;
}

.div-block-11.classic {
  display: flex;
}

.div-block-11.cage-white, .div-block-11.ribs-black {
  display: none;
}

.div-block-11.hoodie {
  width: auto;
  height: 96%;
  padding-top: 0;
  display: none;
}

.div-block-11.pants, .div-block-11.top, .div-block-11.top.hoodie, .div-block-11.top.ribs-black, .div-block-11.top.cage-white, .div-block-11.top.classic {
  z-index: 2;
  display: none;
}

.div-block-11.top.skull-yellow {
  height: 95%;
  display: none;
}

.div-block-11.top.skull-yellow.pxl {
  z-index: 2;
  display: none;
}

.div-block-11.top.skull-yellow.clean {
  z-index: 2;
}

.div-block-11.beanie {
  z-index: 3;
}

.div-block-11.sound {
  z-index: 0;
  width: 40%;
  position: relative;
}

.body-2 {
  display: flex;
}

.men-space {
  -webkit-backdrop-filter: drop-shadow(14px 14px 11px #ff0000b3);
  backdrop-filter: drop-shadow(14px 14px 11px #ff0000b3);
  color: #1d1d1bb3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  margin-left: 15vw;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.editor-men {
  filter: drop-shadow(4px 4px 2px #000000b3);
  background-color: #1d1d1b00;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.editor-men.hats, .editor-men.tops {
  display: none;
}

.editor-men.pants {
  filter: drop-shadow(4px 4px 2px #000000b3);
  flex-flow: column;
  display: none;
}

.editor-men.bermen {
  display: block;
}

.editor-men.warenkorb {
  height: 100%;
}

.header {
  position: relative;
}

.code-embed-5 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-12 {
  opacity: 1;
  background-color: #1d1d1b99;
  flex-flow: column;
  width: 99.8%;
  height: 81%;
  display: flex;
}

.div-block-12.warenkorb {
  background-color: #1d1d1be6;
  height: 110%;
}

.editor-text {
  z-index: 10;
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  cursor: default;
  object-fit: fill;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Librestile Bold, Impact, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 3.3vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.editor-text.buttons {
  filter: drop-shadow(3px 3px 2px #000);
  -webkit-text-stroke-width: 0px;
  border-radius: 0;
  font-size: 2vh;
  transition: opacity .2s;
}

.editor-text.warnmeldung {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.editor-text.about {
  box-sizing: border-box;
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  object-fit: fill;
  background-color: #1d1d1b00;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3vh 2vw;
  font-size: 1.2vw;
  position: relative;
  transform: skew(2deg, 3deg);
}

.editor-text.about.headline {
  padding-top: 21vh;
  font-size: 2vw;
  line-height: 5vh;
}

.editor-text.socials {
  font-size: 1.5vw;
}

.editor-text.info {
  font-size: 1.2vw;
}

.editor-button {
  justify-content: space-between;
  align-items: center;
  height: 6vh;
  padding-left: 3vw;
  display: flex;
}

.editor-button.fertig {
  outline-color: var(--southmane-red);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.editor-button.warnung {
  justify-content: center;
  align-items: center;
  width: 98%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.bottom-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1bb3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 7.5vh;
  margin-bottom: 1vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

@media screen and (min-width: 769px) {
  .body-2 > .bottom-bar {
    z-index: 2147483647;
  }
}

.bottom-bar.shop {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bottom-bar.beanie {
  justify-content: flex-end;
  align-items: center;
}

.code-embed-6 {
  width: 100%;
  height: 100%;
  color: var(--southmane-red);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--southmane-red);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.code-embed-6.shop {
  width: 100%;
  height: 100%;
  color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  font-size: 20px;
}

.code-embed-6.info {
  width: 31%;
  color: var(--white);
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 14%;
  height: 100%;
  max-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-13.shop {
  width: 14%;
}

.editor-text.buttons {
  pointer-events: none;
}

[data-size],
[data-cart-add],
.warenkorb-toggle,
.bottom-bar .div-block-13 {
  position: relative;
}

[data-size]::after,
[data-cart-add]::after,
.warenkorb-toggle::after,
.bottom-bar .div-block-13::after {
  content: "";
  position: absolute;
  inset: -1.4vh -1vw;
  z-index: 2;
}

.div-block-13.shop.zur-ck {
  justify-content: center;
  align-items: center;
  height: 10%;
  margin-right: 3vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-13.shop.zur-ck.warenkorb {
  width: 40%;
  margin-left: 1vw;
  position: relative;
}

.div-block-13.detail {
  width: 40%;
  margin-bottom: 6vh;
  margin-left: 3vw;
  padding-left: 0;
}

.image-2 {
  position: relative;
}

.lottie-animation {
  height: 50vh;
}

.lottie-animation-2 {
  z-index: 10;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.lottie-animation-3 {
  z-index: 4;
  position: relative;
}

.lottie-animation-4 {
  display: flex;
}

.klamotten-space {
  width: 100vw;
  height: 100vh;
  padding: 10vh 10vw 10vh 0;
}

.clothinggrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: 30vh auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start stretch;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  display: grid;
  position: relative;
}

.div-block-16 {
  flex-flow: column;
  height: 70%;
  display: flex;
  position: static;
  overflow: visible;
}

.wandauswahl {
  width: 110%;
}

.shop-beanie {
  height: auto;
  max-height: none;
  position: relative;
}

.lottie-animation-7 {
  max-height: none;
  position: relative;
}

.hoodie {
  width: 143%;
  height: auto;
  padding-top: 99px;
}

.div-block-17 {
  flex-flow: column;
  width: 44%;
  display: flex;
}

.div-block-18 {
  aspect-ratio: auto;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.code-embed-7 {
  height: 100vh;
}

.code-embed-8 {
  display: block;
}

.code-embed-9 {
  opacity: 1;
  display: block;
}

.playerbutton, .code-embed-10 {
  display: block;
}

.editor-men .header .code-embed-5 svg > g > polygon {
  stroke: #e30613;
  stroke-width: 5;
  vector-effect: non-scaling-stroke;
  stroke-linejoin: miter;
}

.mobile-editor-zones {
  display: none;
}

.mobile-editor-exit,
.mobile-editor-shop,
.mobile-swipe-tutorial {
  display: none;
}

@media screen and (max-width: 768px) {
  .men-space {
    display: none;
  }

  .div-block-10 {
    position: fixed;
    inset: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    margin: 0;
    transform: scale(0.9);
    transform-origin: center center;
  }

  .div-block-11 {
    inset: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    align-items: center;
    justify-content: center;
  }

  .div-block-11 .code-embed-4,
  .div-block-11 video {
    width: 100%;
    height: 100%;
  }

  .div-block-11.top:not(.hoodie):not(.skull-yellow),
  .div-block-11.pants {
    transform: scale(0.98);
    transform-origin: center center;
  }

  .div-block-11.top.skull-yellow:not(.pxl) {
    transform: scale(0.96);
    transform-origin: center center;
  }

  .div-block-11.top.skull-yellow.pxl {
    transform: scale(0.80);
    transform-origin: center center;
  }

  .div-block-11.top.hoodie {
    transform: scale(1);
    transform-origin: center center;
  }

  .mobile-editor-zones {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    touch-action: pan-y;
  }

  .bottom-bar {
    display: none;
  }

  .mobile-editor-exit,
  .mobile-editor-shop {
    display: flex;
    position: fixed;
    z-index: 40;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #fff;
    font-family: Librestile Bold, Impact, sans-serif;
    text-decoration: none;
    filter: drop-shadow(3px 3px 2px #000);
  }

  .mobile-editor-exit {
    top: 2vh;
    left: 3vw;
    width: 36vw;
    height: 8vh;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .mobile-editor-exit svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile-editor-shop {
    right: 3vw;
    bottom: 2vh;
    width: 36vw;
    height: 8vh;
    color: #fff;
    font-size: 0;
  }

  .mobile-editor-shop svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile-editor-shop span {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-family: Librestile Bold, Impact, sans-serif;
    font-size: clamp(14px, 4vw, 20px);
    line-height: 1;
    text-align: center;
    pointer-events: none;
  }

  .mobile-swipe-tutorial {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(29, 29, 27, 0.7);
    opacity: 1;
    transition: opacity .35s ease, visibility .35s ease;
    visibility: visible;
  }

  .mobile-swipe-tutorial.is-dismissed {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-swipe-tutorial[hidden] {
    display: none;
  }

  .mobile-swipe-tutorial-zone {
    position: relative;
    width: 100%;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    pointer-events: none;
  }

  .mobile-swipe-tutorial-zone-top {
    height: 33%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dashed #ff0000;
  }

  .mobile-swipe-tutorial-zone-middle {
    height: 19%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: .75rem;
    padding: 1rem 0 12%;
    box-sizing: border-box;
    border-bottom: 1px dashed #ff0000;
    text-align: center;
  }

  .category-word-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    pointer-events: none;
  }

  .category-text {
    position: relative;
    color: rgba(29, 29, 27, 0.75);
    -webkit-text-stroke: 0.75px #ff003c;
    text-stroke: 0.75px #ff003c;
    border: none !important;
    outline: none !important;
    font-family: Librestile Bold, Impact, sans-serif;
    font-size: clamp(2.2rem, 11vw, 3.6rem);
    letter-spacing: .15em;
    text-shadow: none !important;
    filter: none !important;
    pointer-events: none;
    white-space: nowrap;
  }

  .category-text-hats {
    letter-spacing: .05em;
  }

  .arrow-track {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
  }

  .swipe-arrow-svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: clamp(180px, 52.5vw, 270px);
    max-width: 100%;
    height: auto;
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0;
    will-change: left, opacity;
    animation: swipeWordLengthFade 2s infinite ease-in-out;
    pointer-events: none;
  }

  .swipe-arrow-svg path {
    fill: #ff003c;
  }

  .mobile-swipe-tutorial-zone-middle .category-word-wrapper {
    top: 24%;
  }

  .mobile-swipe-tutorial-copy {
    position: fixed;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    box-sizing: border-box;
    background-color: transparent;
    padding: clamp(20px, 5vw, 40px);
    width: min(92vw, 889px);
    margin: 0 auto;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile-swipe-tutorial-copy > .code-embed-swipe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    color: #1d1d1b;
  }

  .mobile-swipe-tutorial-copy > .code-embed-swipe svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .mobile-swipe-tutorial-copy > .code-embed-swipe polygon,
  .mobile-swipe-tutorial-copy > .code-embed-swipe path {
    fill: currentColor;
    stroke: #e30613;
    stroke-width: 5;
    vector-effect: non-scaling-stroke;
  }

  .mobile-swipe-tutorial-text,
  .mobile-swipe-tutorial-start {
    position: relative;
    z-index: 2;
  }

  .mobile-swipe-tutorial-zone-top .swipe-arrow-svg {
    animation-delay: 0s;
  }

  .mobile-swipe-tutorial-zone-middle .swipe-arrow-svg {
    animation-delay: .3s;
  }

  .mobile-swipe-tutorial-zone-bottom .swipe-arrow-svg {
    animation-delay: .6s;
  }

  .mobile-swipe-tutorial-zone-bottom {
    height: 48%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .mobile-swipe-tutorial-text,
  .mobile-swipe-tutorial-start {
    color: #fff;
    font-family: Librestile Bold, Impact, sans-serif;
    text-shadow: 2px 2px 0 #000;
  }

  .mobile-swipe-tutorial-text {
    font-size: clamp(1rem, 4.5vw, 1.5rem);
  }

  .mobile-swipe-tutorial-start {
    color: #e30613;
    font-size: clamp(.9rem, 4vw, 1.25rem);
  }

  @keyframes swipeAnimation {
    0%, 100% { transform: translateX(-28px); }
    50% { transform: translateX(28px); }
  }

  @keyframes swipeWordLengthFade {
    0% { left: 0%; opacity: 0; }
    15% { opacity: 1; }
    85% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
  }

  .mobile-editor-exit,
  .mobile-editor-shop {
    pointer-events: auto;
  }

  .mobile-editor-zone {
    flex: 1 1 0;
    min-height: 0;
  }

  .mobile-editor-zone-hats {
    flex-basis: 33%;
  }

  .mobile-editor-zone-tops {
    flex-basis: 19%;
  }

  .mobile-editor-zone-pants {
    flex-basis: 48%;
  }
}

.price-sticker {
  position: fixed;
  bottom: 75px;
  right: 25px;
  z-index: 99;
  width: 140px;
  height: auto;
  transform: rotate(-6deg);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .price-sticker {
    top: 70px;
    left: 20px;
    bottom: auto;
    right: auto;
    width: 120px;
  }
}

.blackscreen {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--southmane-black);
  width: 100vw;
  height: 100vh;
  color: var(--southmane-blackk);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blackscreen.game {
  display: none;
}

.blackscreen.verlassen {
  padding-top: 0;
  display: none;
}

.blackscreen.fertig {
  display: none;
}

.bold-text {
  position: static;
}

.div-block-19 {
  grid-column-gap: 7vh;
  grid-row-gap: 7vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 60vw;
  height: 34vh;
  display: flex;
  position: relative;
}

.div-block-19.game {
  width: 46vw;
  height: 30vh;
}

.code-embed-11 {
  width: 60vw;
  height: auto;
  position: absolute;
}

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-21 {
  padding-top: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.code-embed-12 {
  width: auto;
  height: auto;
  display: flex;
}

.code-embed-13, .code-embed-14 {
  display: flex;
}

.code-embed-15 {
  display: none;
}

.code-embed-16 {
  display: flex;
}

.shirt-container {
  display: block;
  position: relative;
}

.shop-overlay-black {
  z-index: 11;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #1d1d1be6;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 3vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.shop-overlay-black.skullyellow, .shop-overlay-black.ribsblack, .shop-overlay-black.ribswhite, .shop-overlay-black.classic, .shop-overlay-black.hoodie, .shop-overlay-black.skullwhite, .shop-overlay-black.beanie-blue, .shop-overlay-black.beanieyellow {
  display: none;
}

.info-box {
  width: 30%;
  height: auto;
  margin-bottom: 10vh;
  position: relative;
  inset: 0% auto auto 0%;
}

.info-box.warenkorb {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.code-embed-17 {
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  height: 100%;
  padding-top: 3vw;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.div-block-22.warenkorb {
  position: relative;
}

.lottie-animation-8 {
  padding-top: 5vh;
}

.code-embed-18 {
  display: flex;
}

.tshirt_turn {
  width: 90%;
  height: auto;
  padding-top: 0;
}

.tshirt_turn.beanie {
  padding-right: 15vw;
}

.tshirt_turn_container {
  width: 65%;
  height: auto;
}

.code-embed-19 {
  color: #fff;
  width: 100%;
}

.code-embed-20 {
  width: 100%;
  position: absolute;
}

.blackscreen.verlassen .div-block-19,
.blackscreen.verlassen .verlassen-menu {
  width: min(60vw, 890px);
  height: auto;
  max-width: calc(100vw - 8vw);
  max-height: calc(100vh - 22vh);
  aspect-ratio: 889.22 / 373.97;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blackscreen.verlassen .div-block-19 > .code-embed-20,
.blackscreen.verlassen .verlassen-menu > .code-embed-20 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: var(--southmane-blackk);
}

.blackscreen.verlassen .div-block-19 > .code-embed-20 svg,
.blackscreen.verlassen .verlassen-menu > .code-embed-20 svg {
  width: 100%;
  height: 100%;
  display: block;
}

.blackscreen.verlassen .div-block-19 > .code-embed-20 polygon,
.blackscreen.verlassen .verlassen-menu > .code-embed-20 polygon,
.blackscreen.verlassen .div-block-19 > .code-embed-20 path,
.blackscreen.verlassen .verlassen-menu > .code-embed-20 path {
  fill: currentColor;
  stroke: var(--southmane-red);
  stroke-width: 5;
  vector-effect: non-scaling-stroke;
}

.blackscreen.verlassen .div-block-19 > .div-block-20:not(.verlassen-copy):not(.verlassen-options) {
  position: relative;
  z-index: 2;
  width: 100%;
}

.blackscreen.verlassen .verlassen-copy {
  position: absolute;
  top: 7%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blackscreen.verlassen .div-block-19 > .div-block-20:not(.verlassen-copy):not(.verlassen-options) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blackscreen.verlassen .div-block-19 > .div-block-20 .div-block-21,
.blackscreen.verlassen .verlassen-copy .div-block-21 {
  width: 100%;
  padding: 0 10%;
  position: relative;
}

.blackscreen.verlassen .div-block-19 > .div-block-20 .editor-text.warnmeldung,
.blackscreen.verlassen .verlassen-copy .editor-text.warnmeldung {
  font-size: clamp(1.1rem, 1.9vw, 2.3rem);
  line-height: 1.2;
  text-align: center;
}

.blackscreen.verlassen .verlassen-options {
  position: absolute;
  bottom: 10%;
  left: 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 86%;
  padding: 0;
}

.blackscreen.verlassen .verlassen-options .editor-button.warnung {
  width: 100%;
  min-height: clamp(42px, 4.6vw, 66px);
  height: auto;
  padding: clamp(10px, 1vw, 18px) clamp(8px, 1vw, 18px);
  box-sizing: border-box;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.blackscreen.verlassen .verlassen-options .editor-button.warnung .editor-text {
  font-size: clamp(0.75rem, 1.15vw, 1.35rem);
  line-height: 1.1;
  text-align: center;
  justify-content: center;
}

.blackscreen.verlassen .editor-button.warnung {
  position: relative;
  z-index: 2;
}

.blackscreen.verlassen .div-block-19 .editor-button.warnung {
  width: min(84%, 521px);
}

@media screen and (max-width: 767px) {
  .blackscreen.verlassen .verlassen-menu {
    width: min(92vw, 889px);
    height: min(42vh, 420px);
    aspect-ratio: auto;
    flex: 0 0 auto;
  }

  .blackscreen.verlassen .verlassen-copy {
    top: 7%;
    height: 31%;
  }

  .blackscreen.verlassen .verlassen-copy .div-block-21 {
    padding: 0 6%;
  }

  .blackscreen.verlassen .verlassen-copy .warnmeldung {
    font-size: clamp(14px, 4vw, 20px);
    line-height: 1.1;
  }

  .blackscreen.verlassen .verlassen-options {
    bottom: 7%;
    left: 6%;
    width: 88%;
    gap: .8vh;
  }

  .blackscreen.verlassen .verlassen-options .editor-button.warnung {
    height: 5.5vh;
    line-height: 1.1;
  }

  .blackscreen.verlassen .verlassen-options .editor-button.warnung .editor-text {
    font-size: clamp(14px, 4vw, 20px);
    line-height: 1.1;
  }
}

.code-embed-21 {
  color: #fff;
  width: 12%;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 3vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.code-embed-21.game {
  inset: 0% 0% auto auto;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 20vw;
  height: 97vh;
  margin-bottom: 3vh;
  margin-right: 3vw;
  padding-left: 0;
  position: relative;
}

.code-embed-22 {
  width: 30%;
}

.code-embed-23 {
  opacity: 1;
  width: auto;
  display: flex;
  position: relative;
}

.text-block {
  position: relative;
}

.div-block-24 {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 31vw;
  height: 100vh;
  margin-bottom: 3vh;
  margin-left: 3vh;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-25 {
  background-color: var(--southmane-blackk);
  opacity: .3;
  filter: blur(20px);
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-4 {
  height: 100vh;
  position: relative;
}

.code-embed-24 {
  color: #fff;
  width: 26px;
  margin-right: 3vw;
}

.div-block-26 {
  opacity: .83;
  mix-blend-mode: multiply;
  flex-flow: column;
  width: 35vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.image-5 {
  width: 100%;
  height: 49vh;
  padding-bottom: 3vh;
}

.image-6 {
  width: 100%;
  height: 33vh;
  margin-top: 20vh;
}

.div-block-27 {
  z-index: 10;
  width: 100%;
  height: 25vh;
  position: relative;
}

.code-embed-25 {
  width: 85%;
  height: auto;
  filter: drop-shadow(0px 2px 5px #000000b3) drop-shadow(2px 2px 5px var(--southmane-blackk));
  margin-left: 2vw;
  padding-top: 3vh;
}

.div-block-28 {
  z-index: 0;
  background-color: var(--southmane-blackk);
  outline-color: var(--southmane-red);
  outline-offset: 0px;
  mix-blend-mode: hard-light;
  outline-width: 3px;
  outline-style: solid;
  position: relative;
  transform: skew(-2deg, -3deg);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.code-embed-26 {
  display: none;
}

.div-block-29 {
  z-index: 100;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  transform: translate(0, 100vh);
}

.image-7 {
  width: 100%;
}

.image-8 {
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
}

.div-block-30 {
  background-color: var(--southmane-black);
  filter: blur(20px);
  width: 100vw;
  height: 100vh;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  width: 56vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.div-block-32 {
  background-color: #f000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 30%;
  display: flex;
  position: absolute;
}

.code-embed-27 {
  z-index: 100;
  display: flex;
  position: absolute;
}

.cart-overlay {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(40vw);
}

.div-block-34 {
  width: 100%;
  height: 80%;
}

.div-block-35 {
  width: 100%;
  height: 20%;
}

.code-embed-28 {
  position: absolute;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-37 {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 0%;
  display: flex;
  position: absolute;
}

.text-block-2 {
  position: absolute;
}

.zertifikat-overlay {
  background-color: #1d1d1be6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: none;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.grid-2.umgekehrt {
  grid-template-columns: 2.75fr 1fr;
}

.image-9 {
  object-fit: fill;
  height: 39%;
  overflow: clip;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-10 {
  filter: drop-shadow(0 2px 14px #8d8d8d80);
  object-fit: fill;
  max-width: 50%;
  overflow: visible;
}

.slider {
  background-color: #ddd0;
  height: 80vh;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide {
  height: 80vh;
}

.slide-nav {
  display: none;
}

.zertifikate_container {
  height: 100vh;
  display: none;
  position: relative;
  overflow: clip;
  transform: translate(100vw, 100vh);
}

.div-block-40 {
  background-color: #aa3b3b00;
  width: 28vh;
  height: 50vh;
  margin-top: 23vh;
  margin-left: 23vw;
  position: relative;
}

.code-embed-29 {
  width: 100%;
  height: 100%;
}

.code-embed-30 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-41 {
  width: 40vw;
  height: 100vh;
  position: relative;
}

.code-embed-31 {
  width: 100%;
  height: 100%;
}

.custom-cursor {
  display: none !important;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-32 {
  z-index: 999999;
  position: relative;
}

@media screen and (max-width: 991px) {
  .bottom-bar.shop {
    justify-content: space-between;
    align-items: center;
  }

  .container-6 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container-6 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }
}

#w-node-fc0ba125-3b53-a8c2-df1e-6f12a7e04594-86535ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Librestile Bold';
  src: url('../fonts/LibrestileExtBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}