/*------------------------------*/
/* Styles générés par main.less */
/*------------------------------*/
.dungeon-gradient {
  background: #ab1e48;
  background: linear-gradient(90deg, #ab1e48 0%, #c32126 100%);
}
.foes-gradient {
  background: #395ba9;
  background: linear-gradient(90deg, #395ba9 0%, #13a5c9 100%);
}
.monsters-gradient {
  background: #248853;
  background: linear-gradient(90deg, #248853 0%, #5bbd78 100%);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
/* MARGIN & PADDING HELPERS */
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
/* TEXT HELPERS */
.text-nowrap {
  white-space: nowrap;
}
.word-wrap {
  width: 100%;
  word-wrap: break-word;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-ellipsis {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-xl {
  font-size: 1.2em !important;
}
.font-xxl {
  font-size: 1.6em !important;
}
.font-xxxl {
  font-size: 2em !important;
}
.font-m {
  font-size: 1em !important;
}
.font-xs {
  font-size: .8em !important;
}
.font-xxs {
  font-size: .6em !important;
}
.font-xxxs {
  font-size: .4em !important;
}
.weight-400,
.text-regular {
  font-weight: 400;
}
.weight-500,
.text-medium {
  font-weight: 500;
}
.weight-700,
.text-semibold {
  font-weight: 700;
}
.weight-800,
.text-bold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.initialcase {
  text-transform: initial;
}
.underline {
  text-decoration: underline;
}
/* LAYOUT HELPERS */
.flex,
[class*="flex-"] {
  display: flex;
}
.flex[class*="-start"],
[class*="flex-"][class*="-start"],
.flex[class*="-justify_start"],
[class*="flex-"][class*="-justify_start"] {
  justify-content: flex-start !important;
}
.flex[class*="-end"],
[class*="flex-"][class*="-end"],
.flex[class*="-justify_end"],
[class*="flex-"][class*="-justify_end"] {
  justify-content: flex-end !important;
}
.flex[class*="-center"],
[class*="flex-"][class*="-center"],
.flex[class*="-justify_center"],
[class*="flex-"][class*="-justify_center"] {
  justify-content: center !important;
}
.flex[class*="-space"],
[class*="flex-"][class*="-space"],
.flex[class*="-justify_space"],
[class*="flex-"][class*="-justify_space"] {
  justify-content: space-between !important;
}
.flex[class*="-evenly"],
[class*="flex-"][class*="-evenly"],
.flex[class*="-justify_evenly"],
[class*="flex-"][class*="-justify_evenly"] {
  justify-content: space-evenly !important;
}
.flex[class*="-justify_stretch"],
[class*="flex-"][class*="-justify_stretch"] {
  justify-content: stretch !important;
}
.flex[class*="-justify_stretch"] > *,
[class*="flex-"][class*="-justify_stretch"] > * {
  flex-grow: 1;
}
.flex[class*="-align_start"],
[class*="flex-"][class*="-align_start"] {
  align-items: flex-start !important;
}
.flex[class*="-align_end"],
[class*="flex-"][class*="-align_end"] {
  align-items: flex-end !important;
}
.flex[class*="-middle"],
[class*="flex-"][class*="-middle"],
.flex[class*="-align_center"],
[class*="flex-"][class*="-align_center"] {
  align-items: center !important;
}
.flex[class*="-wrap"],
[class*="flex-"][class*="-wrap"] {
  flex-wrap: wrap !important;
}
.flex[class*="-nowrap"],
[class*="flex-"][class*="-nowrap"] {
  flex-wrap: nowrap !important;
}
.flex[class*="-column"],
[class*="flex-"][class*="-column"] {
  flex-direction: column !important;
}
.flex[class*="-full"],
[class*="flex-"][class*="-full"] {
  width: 100%;
}
.flex[class*="-gap"],
[class*="flex-"][class*="-gap"] {
  gap: 10px;
}
.flex[class*="-gap-2"],
[class*="flex-"][class*="-gap-2"] {
  gap: 2px;
}
.flex[class*="-gap-5"],
[class*="flex-"][class*="-gap-5"] {
  gap: 5px;
}
.flex[class*="-gap-10"],
[class*="flex-"][class*="-gap-10"] {
  gap: 10px;
}
.flex[class*="-gap-15"],
[class*="flex-"][class*="-gap-15"] {
  gap: 15px;
}
.flex[class*="-gap-20"],
[class*="flex-"][class*="-gap-20"] {
  gap: 20px;
}
.flex[class*="-col_2"] > *,
[class*="flex-"][class*="-col_2"] > * {
  flex-basis: 50%;
}
.flexsize[class*="-20"],
[class*="flexsize-"][class*="-20"] {
  flex: 20%;
}
.flexsize[class*="-50"],
[class*="flexsize-"][class*="-50"] {
  flex: 0 1 50%;
}
.flexsize[class*="-100"],
[class*="flexsize-"][class*="-100"] {
  flex: 100%;
}
.block {
  display: block;
}
.min-height[class*="-100"],
[class*="min-height-"][class*="-100"] {
  min-height: 100%;
}
.position[class*="-relative"],
[class*="position-"][class*="-relative"] {
  position: relative;
}
.position[class*="-sticky"],
[class*="position-"][class*="-sticky"] {
  position: sticky;
  z-index: 1;
  top: 0;
}
.position[class*="-absolute"],
[class*="position-"][class*="-absolute"] {
  position: absolute;
  z-index: 1;
}
.position[class*="-fixed"],
[class*="position-"][class*="-fixed"] {
  position: fixed;
  z-index: 1;
}
.position[class*="-z-0"],
[class*="position-"][class*="-z-0"] {
  z-index: 0;
}
.position[class*="-z-1"],
[class*="position-"][class*="-z-1"] {
  z-index: 1;
}
.position[class*="-z-2"],
[class*="position-"][class*="-z-2"] {
  z-index: 2;
}
.position[class*="-z-3"],
[class*="position-"][class*="-z-3"] {
  z-index: 3;
}
.position[class*="-z-4"],
[class*="position-"][class*="-z-4"] {
  z-index: 4;
}
.position[class*="-z-5"],
[class*="position-"][class*="-z-5"] {
  z-index: 5;
}
.position[class*="-z-6"],
[class*="position-"][class*="-z-6"] {
  z-index: 6;
}
.position[class*="-z-7"],
[class*="position-"][class*="-z-7"] {
  z-index: 7;
}
.position[class*="-z-8"],
[class*="position-"][class*="-z-8"] {
  z-index: 8;
}
.position[class*="-z-9"],
[class*="position-"][class*="-z-9"] {
  z-index: 9;
}
.position[class*="-z-10"],
[class*="position-"][class*="-z-10"] {
  z-index: 10;
}
.position[class*="-z-9999"],
[class*="position-"][class*="-z-9999"] {
  z-index: 9999;
}
.position[class*="-bottom"],
[class*="position-"][class*="-bottom"] {
  bottom: 0;
}
.position[class*="-top"],
[class*="position-"][class*="-top"] {
  top: 0;
}
.position[class*="-left"],
[class*="position-"][class*="-left"] {
  left: 0;
}
.position[class*="-right"],
[class*="position-"][class*="-right"] {
  right: 0;
}
/* DISPLAY HELPERS */
.clickable {
  cursor: pointer;
}
.grabbable {
  cursor: grab !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.no-scroll,
.no-overflow {
  overflow: hidden !important;
}
.no-select {
  user-select: none;
}
.no-event {
  pointer-events: none;
}
.scroll-x {
  overflow-x: scroll;
}
.scroll-y {
  overflow-y: scroll;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.cover {
  object-fit: cover;
  min-height: 100%;
}
.scrollbar {
  padding-right: 5px;
}
.scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  opacity: .5;
}
.scrollbar::-webkit-scrollbar:hover {
  opacity: 1;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: ;
}
.scrollbar::-webkit-scrollbar-track {
  background: ;
}
/* RESPONSIVE HELPERS */
@media screen and (max-width: 1024px) {
  .hidden-mobile {
    position: fixed;
    z-index: -999;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
@font-face {
  font-family: "herb";
  src: url("../fonts/herb/herb.woff2") format("woff2"), url("../fonts/herb/herb.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Tagesschrift';
  src: url('../fonts/Tagesschrift/Tagesschrift-Regular.woff2') format('woff2'), url('../fonts/Tagesschrift/Tagesschrift-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morris';
  src: url('../fonts/Morris/MorrisRoman-Black.woff2') format('woff2'), url('../fonts/Morris/MorrisRoman-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bhineka';
  src: url('../fonts/bhineka/Bhineka.woff2') format('woff2'), url('../fonts/bhineka/Bhineka.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  height: 300vh;
  font-family: Tagesschrift, serif;
  font-size: 20px;
  color: #fcf8f2;
  background: #343232 url(../img/CKD-MINIS-background.jpg) repeat-y;
  background-size: 100%;
}
@media screen and (min-width: calc(2000px + 1px)) {
  body {
    background-image: url(../img/CKD-MINIS-background@2x.jpg);
  }
}
section {
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
}
section .section-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  min-height: 100vh;
  margin: auto;
  padding: 0 30px;
}
section h2 {
  position: relative;
  margin-bottom: 50px;
  font-size: 38px;
  text-align: center;
}
section h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  display: block;
  width: 395px;
  height: 96px;
  background: url(../img/section-title-banner.svg) no-repeat;
  opacity: 0.5;
}
section h3 {
  margin-bottom: 30px;
  font-size: 28px;
}
section h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px;
}
section p + p {
  margin-top: 10px;
}
section ul + p {
  margin-top: 10px;
}
section p + h3 {
  margin-top: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Morris, serif;
  letter-spacing: .1rem;
  font-weight: normal;
}
.btn {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0;
  color: #FFF;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  font-family: Tagesschrift, serif;
  text-transform: uppercase;
  text-decoration: none;
}
.btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
}
.btn .icon img {
  width: 25px;
}
.btn .text {
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.btn .text:last-child {
  padding-right: 15px;
}
.btn .text:first-child:last-child {
  padding: 0 20px;
}
.btn.outline {
  background: none;
  box-shadow: none;
  border: 1px solid #fcf8f2;
}
.btn.no-bg {
  background: none;
  box-shadow: none;
}
.btn.filter {
  border-radius: 18px;
  padding: 0 10px;
}
.btn.filter .icon img {
  width: 20px;
}
.btn#btn-instagram {
  background: #721DCD;
}
.btn#btn-instagram .icon img {
  width: 20px;
}
.btn.btn-shop {
  color: #201d1d;
  background: #dfe29c;
  background: linear-gradient(90deg, #dfe29c 0%, #cc9c51 100%);
}
.btn.btn-inline {
  display: inline-flex;
}
.btn#btn-more {
  display: inline-flex;
  margin-top: 20px;
}
.btn#btn-more .text {
  margin: 0 20px;
}
.btn#btn-mail {
  position: relative;
  display: inline-flex;
  margin-top: 30px;
}
.btn#btn-mail::before {
  content: attr(ckd-email-label);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: -5px;
  transform: translate(-50%, 0%);
  opacity: 0;
  white-space: nowrap;
  color: #201d1d;
  background: #fcf8f2;
  border-radius: 6px;
  transition: transform .1s ease, opacity .1s linear;
}
.btn#btn-mail.success::before {
  transform: translate(-50%, -100%);
  opacity: 1;
  padding: 0 10px;
}
.btn#btn-mail .icon img {
  width: 20px;
}
.btn#btn-mail-mobile {
  display: none;
}
.btn#btn-instagram2 {
  display: inline-flex;
  margin-top: 30px;
}
.btn.btn-signup {
  background: #5E9A0F;
}
.btn.btn-signup .icon img {
  width: 20px;
}
.btn#btn-dungeon {
  background: #ab1e48;
  background: linear-gradient(90deg, #ab1e48 0%, #c32126 100%);
}
.btn#btn-foes {
  background: #395ba9;
  background: linear-gradient(90deg, #395ba9 0%, #13a5c9 100%);
}
.btn#btn-monsters {
  background: #248853;
  background: linear-gradient(90deg, #248853 0%, #5bbd78 100%);
}
#mobile-menu {
  position: relative;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
}
#mobile-menu img {
  width: 90%;
}
#bottombar {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  background: #201d1d;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 -10px 10px rgba(0, 0, 0, 0.2);
}
#bottombar::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #343232 url(../img/CKD-MINIS-background.jpg) no-repeat;
  background-size: cover;
  opacity: 0.5;
}
#bottombar .external-links {
  position: relative;
  z-index: 1;
  align-items: center;
  height: 50px;
  list-style: none;
  width: 100%;
  display: flex;
  gap: 10px;
  flex: 0;
  padding: 0 10px;
}
#bottombar .external-links li {
  flex: 50%;
}
#bottombar .external-links .btn {
  width: 100%;
  justify-content: center;
}
#topbar {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #201d1d;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
}
#topbar::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #343232 url(../img/CKD-MINIS-background.jpg) no-repeat;
  background-size: cover;
  opacity: 0.5;
}
#topbar::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #201d1d;
}
#topbar .inner {
  max-width: 1300px;
  margin: auto;
}
#topbar nav {
  display: flex;
  justify-content: space-between;
  padding-left: 200px;
  padding-right: 20px;
}
#topbar nav ul {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  list-style: none;
  width: 100%;
}
#topbar nav #main-nav {
  z-index: 10;
  left: 0;
  right: 0;
}
#topbar nav #main-nav a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}
#topbar nav .external-links {
  display: flex;
  gap: 20px;
  flex: 0;
}
#logo-banner {
  position: fixed;
  z-index: 11;
  top: 0;
  width: 168px;
  height: 190px;
}
#logo-banner img {
  display: block;
  width: 100%;
}
.section-home .section-inner {
  display: flex;
}
.section-home .photo {
  z-index: 0;
  flex: 50%;
  position: relative;
}
.section-home .photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -50%);
  width: 979px;
}
.section-home .text {
  position: relative;
  z-index: 1;
  flex: 50%;
}
.section-home h1 {
  position: relative;
}
.section-home h1 span {
  position: relative;
  z-index: 1;
  font-size: 40px;
  line-height: 1;
  display: block;
  text-align: center;
}
.section-home h1 .overtitle {
  font-size: 30px;
}
.section-home h1 .title::before,
.section-home h1 .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: 10px 0;
  background: url(../img/title-hr.svg) no-repeat center;
}
.section-home h1 .title::before {
  transform: rotate(180deg);
}
.section-home h1 .subtitle {
  margin-top: 10px;
  font-family: Morris, serif;
  font-size: 26px;
  letter-spacing: 0;
}
.section-home .highlights-list {
  width: 100%;
  margin-top: 60px;
  list-style: none;
}
.section-home .highlights-list li {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.section-home .highlights-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 12px;
  background: url(../img/highlight-separator.svg) no-repeat;
}
.section-home .highlights-list li + li {
  margin-top: 40px;
}
.section-home .highlights-list a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #fcf8f2;
}
.section-home .highlights-list a .icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.section-home .highlights-list a .icon img {
  display: block;
  width: 100%;
}
.section-home .highlights-list a .text {
  line-height: 1;
}
.section-home .highlights-list a em {
  position: relative;
  font-style: normal;
}
.section-home .highlights-list a em::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -5px;
  right: -5px;
  top: 40%;
  display: block;
  height: 50%;
  background: #BD1212;
}
.section-home .highlights-list a em > span {
  position: relative;
  z-index: 1;
}
.section-about {
  position: relative;
  padding-bottom: 50px;
}
.section-about .origins {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section-about .origins .photo {
  flex: 0 0 533px;
  width: 533px;
  height: 361px;
}
.section-about .origins .photo img {
  width: 100%;
}
.section-about .who {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section-about .who .photo {
  flex: 50%;
}
.section-about .who .photo img {
  width: 300px;
}
.section-about .steps-text {
  margin-bottom: 30px;
}
.section-about .steps {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.section-about .steps .step {
  flex: 50%;
}
.section-about .steps .step .photo {
  position: relative;
  width: 100%;
  height: 250px;
}
.section-about .steps .step .photo img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  max-width: 400px;
}
.section-about .steps .step .text {
  padding: 0 20px;
}
.section-products {
  position: relative;
  padding-bottom: 40px;
  background: #000;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
}
.section-products::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #343232 url(../img/CKD-MINIS-background.jpg) no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.section-products::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 7px 21px rgba(0, 0, 0, 0.5);
}
.section-products hr {
  display: block;
  width: 100%;
  height: 30px;
  margin: 30px 0;
  border: none;
  background: url(../img/product-separator.svg) center no-repeat;
}
.section-products .product {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.section-products .product .photo {
  display: flex;
  align-items: center;
  flex: 0 1 50%;
  width: 475px;
  height: 363px;
}
.section-products .product .photo img {
  width: 100%;
}
.section-products .product .logo {
  flex: 0 0 236px;
  width: 236px;
}
.section-products .product .logo img {
  width: 100%;
}
.section-products .product .text {
  flex: 0 1 50%;
  padding: 0 20px;
}
.section-products .product .btn {
  margin-top: 20px;
}
.section-contact {
  position: relative;
  padding-bottom: 50px;
  background: #000;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
}
.section-contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #343232 url(../img/CKD-MINIS-background.jpg) no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.section-contact::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 7px 21px rgba(0, 0, 0, 0.5);
}
.section-contact .section-inner {
  min-height: auto;
}
.section-contact .contact-links {
  display: flex;
  gap: 30px;
}
.section-contact .contact-links .mail {
  flex: 50%;
}
.section-contact .contact-links .instagram {
  flex: 50%;
}
.section-contact .alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  padding: 20px;
  background: #343232 url(../img/CKD-MINIS-background.jpg) repeat-y center;
  background-size: 100vw;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
}
.section-contact .alert .text {
  flex: 50%;
}
.section-contact .alert form {
  flex: 50%;
}
.section-contact .alert form label {
  display: block;
  text-transform: uppercase;
}
.section-contact .alert form input {
  color: #fcf8f2;
  background: #201d1d;
  border: 1px solid #fcf8f2;
  border-radius: 6px;
  width: 300px;
  max-width: 100%;
}
.section-contact .alert form .form-col {
  display: flex;
  gap: 20px;
}
.section-catalog-intro {
  margin-top: 30px;
}
.section-catalog-intro .section-inner {
  min-height: auto;
}
.section-catalog-intro .intro {
  text-align: center;
}
.section-product-details {
  position: relative;
  margin-top: 30px;
  padding: 20px 0;
  background: #000;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
}
.section-product-details::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #343232 url(../img/CKD-MINIS-background.jpg) no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.section-product-details::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 7px 21px rgba(0, 0, 0, 0.5);
}
.section-product-details[active="false"] {
  display: none;
}
.section-product-details .scroll-anchor {
  position: absolute;
  top: -80px;
  width: 0;
  height: 0;
}
.section-product-details .detail {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  margin: auto;
}
.section-product-details .detail[active="false"] {
  display: none;
}
.section-product-details .detail-img {
  flex: 0 0 500px;
}
.section-product-details .detail-active-img img {
  width: 100%;
  border-radius: 6px;
}
.section-product-details .detail-img-list {
  width: 500px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
.section-product-details .detail-img-list img {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  display: block;
  width: 100%;
  border-radius: 6px;
}
.section-product-details .detail-img-list img[active="true"] {
  border: 2px solid #FFF;
}
.section-product-details .detail-text {
  position: relative;
  flex: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-product-details .detail-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #201f1d;
  background: linear-gradient(0deg, #201f1d 0%, rgba(32, 31, 29, 0) 100%);
}
.section-product-details .detail-text h3 {
  margin-bottom: 0;
}
.section-product-details .detail-text .btn {
  display: inline-flex;
}
.section-product-details .detail-description {
  flex: 100%;
  max-height: 600px;
  padding-right: 20px;
  padding-bottom: 30px;
  overflow-y: auto;
  font-size: 16px;
}
.section-product-details .detail-description ul {
  list-style-position: inside;
}
.section-catalog {
  position: relative;
  margin-top: 30px;
  overflow: visible;
}
.section-catalog .section-inner {
  min-height: auto;
}
.section-catalog #products-filters {
  display: none;
  justify-content: space-between;
  gap: 10px;
}
.section-catalog #products-filters .products-filters-list {
  display: flex;
  gap: 10px;
}
.section-catalog #products-filters .filter[products-filter="dungeon"] {
  background: #ab1e48;
  background: linear-gradient(90deg, #ab1e48 0%, #c32126 100%);
}
.section-catalog #products-filters .filter[products-filter="dungeon"] .icon img {
  width: 15px;
}
.section-catalog #products-filters .filter[products-filter="foes"] {
  background: #395ba9;
  background: linear-gradient(90deg, #395ba9 0%, #13a5c9 100%);
}
.section-catalog #products-filters .filter[products-filter="foes"] .icon img {
  width: 18px;
}
.section-catalog #products-filters .filter[products-filter="monsters"] {
  background: #248853;
  background: linear-gradient(90deg, #248853 0%, #5bbd78 100%);
}
.section-catalog #products-filters .filter[products-filter="monsters"] .icon img {
  width: 24px;
}
.section-catalog #product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  row-gap: 10px;
  padding: 10px 0;
}
.section-catalog .product {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  position: relative;
  display: block;
  aspect-ratio: 1;
  border-radius: 6px;
  transition: opacity .1s linear;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.6);
}
.section-catalog .product:hover {
  opacity: 1;
}
.section-catalog .product:hover .img-2 {
  opacity: 1;
}
.section-catalog .product[active="true"] {
  border: 2px solid #FFF;
}
.section-catalog .product img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
}
.section-catalog .product .img-2 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .1s linear;
}
.section-catalog .product .product-title {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 7px 15px 10px;
  margin: 0;
  background: rgba(32, 29, 29, 0.9);
  color: #fcf8f2;
  font-family: Morris;
  letter-spacing: 2px;
  line-height: 1;
  transition: transform 0.2s ease-out;
  border-radius: 0 0;
}
footer {
  margin-top: 50px;
  padding: 0 30px;
}
@media screen and (min-width: calc(2000px + 1px)) {
  body,
  #topbar::before,
  .section-about::before,
  .section-contact::before,
  .section-contact .alert {
    background-image: url(../img/CKD-MINIS-background@2x.jpg);
  }
}
@media screen and (max-width: 1024px) {
  #mobile-menu {
    display: flex;
  }
  .btn#btn-mail {
    display: none;
  }
  .btn#btn-mail-mobile {
    display: inline-flex;
    margin-top: 20px;
  }
  .btn#btn-instagram2 {
    display: inline-flex;
    margin-top: 20px;
  }
  #topbar nav #main-nav {
    z-index: -2;
    transform: translateY(-100%);
    flex: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: #201d1d;
    flex-direction: column;
    transition: transform .3s ease;
  }
  #topbar nav #main-nav[isOpen="true"] {
    transform: translateY(0);
  }
  #topbar nav #main-nav li {
    width: 100%;
  }
  #topbar nav #main-nav a {
    flex: 100px;
    height: 100px;
    width: 100%;
    justify-content: center;
  }
  .section-home .photo {
    flex: 0%;
  }
  .section-home .photo img {
    transform: translate(-65%, -50%);
    width: 879px;
  }
  .section-about .origins .photo {
    flex: 0 0 400px;
  }
  .section-about .steps {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .section-about .steps .step {
    flex: 50%;
  }
  .section-products .product .logo {
    flex: 0 0 180px;
  }
  .section-contact .contact-links {
    flex-direction: column;
    gap: 30px;
  }
  .section-contact .alert {
    flex-direction: column;
    gap: 30px;
  }
  .section-product-details .detail-img {
    flex: 0 0 400px;
  }
  .section-product-details .detail-img .detail-active-img {
    width: 400px;
  }
  .section-product-details .detail-img .detail-img-list {
    width: 400px;
    grid-template-columns: repeat(4, 1fr);
  }
  .section-product-details .detail-description {
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .section-home .photo {
    position: absolute;
    z-index: 0;
    opacity: 0.3;
  }
  .section-home .photo img {
    transform: translate(-20%, 20%);
  }
  .section-home text {
    position: relative;
    z-index: 1;
  }
  .section-about .origins,
  .section-about .who {
    flex-direction: column;
  }
  .section-about .origins .photo,
  .section-about .who .photo {
    order: 0;
    flex: initial;
    height: auto;
    text-align: center;
  }
  .section-about .origins .photo img,
  .section-about .who .photo img {
    width: auto;
    height: 240px;
  }
  .section-about .origins .text,
  .section-about .who .text {
    order: 1;
  }
  .section-products .product {
    flex-wrap: wrap;
  }
  .section-products .product .text {
    order: 2;
    flex: 0 0 100%;
  }
  .section-products .product .photo {
    order: 1;
    flex: 50%;
  }
  .section-products .product .logo {
    order: 0;
    flex: 0 0 200px;
  }
  .section-product-details .detail-img {
    flex: 0 0 300px;
  }
  .section-product-details .detail-img .detail-active-img {
    width: 300px;
  }
  .section-product-details .detail-img .detail-img-list {
    width: 300px;
    grid-template-columns: repeat(3, 1fr);
  }
  .section-product-details .detail-description {
    max-height: 400px;
  }
  .section-catalog #product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 18px;
  }
  section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  section h2 {
    font-size: 32px;
  }
  section h2::before {
    top: 1px;
    width: 315px;
    height: 80px;
  }
  #bottombar {
    display: block;
  }
  #topbar nav {
    justify-content: flex-end;
  }
  #topbar nav .external-links {
    display: none;
  }
  #logo-banner {
    width: 130px;
    height: 145px;
  }
  .section-home h1::before {
    display: none;
  }
  .section-home h1 span {
    font-size: 40px;
  }
  .section-home h1 .overtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-home .photo img {
    transform: translate(-38%, 33%);
  }
  .section-home .highlights-list a {
    font-size: 22px;
    text-align: left;
  }
  .section-about .steps .step {
    flex: 100%;
  }
  .section-products .product {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .section-products .product .text {
    order: 1;
    padding: 0;
  }
  .section-products .product .logo {
    order: 0;
    flex: auto;
    width: 100%;
    text-align: center;
  }
  .section-products .product .logo img {
    width: 200px;
  }
  .section-products .product .photo {
    order: 2;
    flex: auto;
    width: 120%;
    height: auto;
  }
  .section-contact {
    padding-bottom: 150px;
  }
  .section-contact .alert form {
    width: 100%;
  }
  .section-contact .alert form .form-col {
    flex-direction: column;
  }
  .section-contact .alert form .form-col input {
    height: 36px;
    width: 100%;
  }
  .section-product-details .scroll-anchor {
    top: -120px;
  }
  .section-product-details .detail {
    flex-direction: column;
  }
  .section-product-details .detail-img {
    order: 2;
  }
  .section-product-details .detail-img .detail-active-img {
    width: 100%;
  }
  .section-product-details .detail-img .detail-img-list {
    width: 100%;
  }
  .section-product-details .detail-text {
    order: 1;
  }
  .section-product-details .detail-description {
    max-height: 200px;
  }
  .section-catalog {
    padding-top: 0;
  }
  .section-catalog #product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
