@import url(root.css);
@import url(fonts.css);
@import url(helpers.css);
@import url(no-strap.css);
@import url(components.min.css);

html {
  overflow-x: hidden;
}

*,
::before {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}
button[type="submit"],
input[type="submit"] {
  cursor: pointer;
}
body {
  background: url(../images/bg_001.png) no-repeat center top var(--grey-4);
  font-family: "Philosopher";
  color: rgba(255 255 255 / 100%);
  overflow-x: hidden;
}
span {
  font-family: sans-serif !important;
}

a,
a.nav-link {
  text-decoration: none;
  color: rgba(255 255 255 / 100%);
}
a.nav-link:hover,
a:hover {
  color: #c2c2c2;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
.navbar {
  border-bottom: 1px solid #ffffff11;
  backdrop-filter: blur(11px);
}
.teste {
  height: 200vh;
}
.countdowns {
  max-width: 330px;
  position: absolute;
  left: 0;
  bottom: 140px;
  color: #fff;
}
.countdowns .countdown {
  background: #32323960;
  backdrop-filter: blur(11px);
  border-radius: 0;
  padding: 7px;
  border: 1px solid #44485c;
}
.countdowns .countdown .countdown-timer {
  display: flex;
  gap: 0.5rem;
}
.countdowns .countdown .countdown-timer > div {
  background: #1f212a;
  border-radius: 0;
  border: 1px solid #44485c;
  flex: 1;
  width: 70px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 5px;
  font-size: 0.8rem;
}
.countdowns .countdown .countdown-timer > div span {
  font-size: 1.2rem;
  color: var(--grey-10);
  text-shadow: 0 0 10px #ccc;
}
.countdowns .countdown-title {
  text-align: center;
  padding-bottom: 10px;
}
.streamers {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  display: none;
  right: 0;
  flex-direction: row-reverse;
}
.streamers__container {
  display: flex;
}
.streamers__online {
  display: flex;
  padding: 10px;
  background: #323239 !important;
}
.streamers__title {
  background: #1f212a !important;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  text-transform: uppercase;
  border: 1px solid #f1e0c6;
}
.streamers__streamer {
  margin-right: 10px;
  position: relative;
  border: 2px solid #f1e0c6;
}
.streamers__streamer:hover {
  border-color: #fff;
}
.streamers__streamer-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #1f212a !important;
  padding: 2px;
  text-align: center;
  z-index: 2;
}
.streamers__streamer-thumb {
  position: relative;
}
.streamers__streamer-thumb-user {
  position: absolute;
  bottom: 0;
  left: 0;
}
.streamers__streamer:last-child {
  margin-right: 0;
}


.webshop-single-characters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    min-height: 100px;
    padding-top: 10px;
}

.webshop-single-character {
    text-align: center;
    width: 70px;
    font-size: 12px;
}

.webshop-single-character-image img {
    max-width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.webshop-single-character-name {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 8px;
}