@font-face {
  font-family: AkzidenzGrotesk-BoldExtended;
  src: url("../fonts/AkzidenzGrotesk-BoldExtended.woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DrukHeavy;
  src: url("../fonts/Druk-Heavy-Web.woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Stylo;
  src: url("../fonts/Stilo.woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
body {
  font-size: 100%;
  line-height: 1.15;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue,
    Helvetica, Arial, Lucida Grande, sans-serif;
  background: #000;
}
* {
  box-sizing: border-box;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  margin: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.25rem;
}

body {
  display: block;
  position: relative;
  height: 100%;
}

html {
  line-height: 1.15;
}

html {
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue,
    Helvetica, Arial, Lucida Grande, sans-serif;
  font-size: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: #000;
}

:root {
  --page-gutter: 20px;
  --header-height: 50px;
}

header[data-1e63d418] {
  position: fixed;
  top: 0;
  left: 0;
  padding: var(--page-gutter);
  width: 100%;
  z-index: 30;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  /* display: none; */
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #cefb51;
  border-radius: 0;
  border: 0 solid transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

.header-wrap[data-1e63d418] {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a {
  background-color: transparent;
}

a {
  color: currentColor;
  text-decoration: none;
}

.header-wrap .header-logos[data-1e63d418] {
  padding-left: 20px;
  display: flex;
}

.header-wrap nav[data-1e63d418] {
  position: relative;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}

.header-wrap .header-logos .header-logo[data-1e63d418] {
  padding: 10px 0;
  position: relative;
  color: #fff;
  font: 0.4375rem/1 AkzidenzGrotesk-BoldExtended;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.header-wrap .header-logos .header-logo[data-1e63d418]:first-of-type {
  padding-right: 20px;
}

header
  .header-wrap
  .header-logos
  .header-logo[data-1e63d418]:first-of-type::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% + 10px);
  background-color: hsla(0, 0%, 100%, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}

.header-wrap .header-logos .header-logo[data-1e63d418]:last-of-type {
  padding: 0 15px;
}

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button {
  all: unset;
}

.header-wrap nav button[data-1e63d418] {
  all: unset;
  font: 400 1.5rem/1 DrukHeavy;
  letter-spacing: -0.02em;
  grid-gap: 5px;
  gap: 5px;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

header .header-wrap nav button[data-1e63d418]::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% + 10px);
  background-color: hsla(0, 0%, 100%, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}

.header-wrap nav button.nav-connect[data-1e63d418] {
  font: 400 0.5rem/1 "AkzidenzGrotesk-BoldExtended";
}

.header-wrap .header-logos .header-logo:first-of-type svg[data-1e63d418] {
  width: 84px;
  transform: translateY(-2px);
}

.header-wrap .header-logos .header-logo:last-of-type span[data-1e63d418] {
  margin-right: 10px;
}

.header-wrap nav button span[data-1e63d418] {
  text-transform: uppercase;
}

.header-wrap nav button.nav-goens span[data-1e63d418] {
  display: flex;
  align-items: center;
}

.header-wrap nav button.nav-connect span[data-1e63d418] {
  opacity: 0.3;
}

body {
  color: #fff;
  font-size: 100%;
  line-height: 1.15;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue,
    Helvetica, Arial, Lucida Grande, sans-serif;
  background: #000;
}
* {
  box-sizing: border-box;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  margin: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.25rem;
}

body {
  display: block;
  position: relative;
  height: 100%;
}

html {
  line-height: 1.15;
}

html {
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue,
    Helvetica, Arial, Lucida Grande, sans-serif;
  font-size: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: #000;
}

:root {
  --page-gutter: 20px;
  --header-height: 50px;
}

.customizer {
  top: 0;
  left: 0;
  padding: var(--page-gutter);
  width: 100%;
  z-index: 1;
}

.customizer-items[data-310701de] {
  min-height: 890px;
  height: calc(100vh - 40px - 25px);
  display: flex;
  flex-direction: column;
  grid-gap: var(--page-gutter);
  gap: var(--page-gutter);
  width: 100%;
  margin-top: 25px;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

:-webkit-scrollbar {
  display: none;
  width: 4px;
  height: 4px;
}

:-webkit-scrollbar-thumb {
  background-color: #cefb51;
  border-radius: 0;
  border: 0 solid transparent;
}

:-webkit-scrollbar-track {
  background: transparent;
}

.customizer-items .customizer-items__block[data-310701de] {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}

.featured-item[data-56cb2950] {
  position: relative;
}

.customizer-items .customizer-menu[data-310701de] {
  display: flex;
  justify-content: flex-start;
}

.customizer-items .customizer-wrap[data-310701de] {
  flex: 1;
  border-radius: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: hsla(0, 0%, 100%, 0.01);
  box-shadow: inset 0 0 111px hsla(0, 0%, 100%, 0.2);
  display: flex;
  flex-direction: column;
  overflow: auto;
}

/* .customizer-items
  .customizer-wrap[data-current-category="items"][data-310701de] {
  border-top-left-radius: 0;
} */

.featured-item-img[data-56cb2950] {
  position: absolute;
  height: 100%;
  width: 150px;
  z-index: 3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nft-marquee[data-6ecd2b2e] {
  border: 10px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  height: 70px;
  width: 100%;
  font: 400 3.75rem/1 DrukHeavy;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  position: relative;
}

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button {
  all: unset;
}

.customizer-items .customizer-menu button[data-310701de] {
  all: unset;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font: 400 0.75rem/1 AkzidenzGrotesk-BoldExtended;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.customizer-items
  .customizer-menu
  button[data-310701de]:not(:has(~ [aria-selected])) {
  border-top-left-radius: 0;
  border-left: none;
  position: relative;
}

.customizer-items .customizer-menu button[aria-selected][data-310701de] {
  z-index: 2;
}

.customizer-items
  .customizer-menu
  button:not(:has(~ [aria-selected]))[aria-selected][data-310701de] {
  border-top-left-radius: 10px;
}

.customizer-items
  .customizer-menu
  button[aria-selected][aria-selected][data-310701de] {
  background-color: hsla(0, 0%, 100%, 0.01);
  box-shadow: inset 0 0 111px hsla(0, 0%, 100%, 0.2);
}

.customizer-items
  .customizer-menu
  button:first-of-type[aria-selected][data-310701de] {
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  border-top-right-radius: 10px;
}

.customizer-items
  .customizer-menu
  button[data-310701de]:not(:has(~ [aria-selected]))::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  transform: translate(-100%);
  width: 12px;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.3);
  -webkit-clip-path: url(https://myzoku.chainzoku.io/_nuxt/css/f4213ef.css#right);
  clip-path: url(https://myzoku.chainzoku.io/_nuxt/css/f4213ef.css#right);
}

.customizer-items
  .customizer-menu
  button[aria-selected][aria-selected][data-310701de]::before {
  display: none;
}

.customizer-items .customizer-menu button[data-310701de]:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  transform: translateY(100%);
  width: 1px;
  height: 8px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.customizer-items
  .customizer-menu
  button:first-of-type[aria-selected][data-310701de]::after {
  display: none;
}

.items-catalog {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}

.featured-item-img__back[data-56cb2950] {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.featured-item-img__back[data-56cb2950]:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  transform-origin: bottom;
  transform: rotate(15deg) scale(1.1);
}

.featured-item-img__wrap[data-56cb2950] {
  cursor: pointer;
}

.featured-item-img__wrap[data-56cb2950] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nft-marquee .nft-marquee-wrapper[data-6ecd2b2e] {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 5px;
  -webkit-animation: marquee-data-6ecd2b2e 6s linear infinite forwards;
  animation: marquee-data-6ecd2b2e 6s linear infinite forwards;
}

.nft-marquee .grid[data-6ecd2b2e] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-left: 0;
  transform: translate(-50%, -50%);
}

.customizer-items .customizer-menu button svg[data-310701de] {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(
    10px 0,
    var(--data-width) 0,
    var(--data-width) 100%,
    10px 100%
  );
  clip-path: polygon(
    10px 0,
    var(--data-width) 0,
    var(--data-width) 100%,
    10px 100%
  );
}

.customizer-items .customizer-menu button[aria-selected] svg[data-310701de] {
  display: block;
}

.catalog__menu {
  width: 100%;
  display: flex;
  align-items: flex-end;
  /* padding-top: 20px; */
  overflow: auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  flex-shrink: 0;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.catalog__menu:-webkit-scrollbar {
  display: block;
}

.catalog-list {
  position: relative;
  overflow: auto;
  height: 100%;
  scroll-behavior: smooth;
}

/* .catalog-list::-webkit-scrollbar {
  display: none;
} */

img {
  border-style: none;
}

.featured-item-img__wrap img[data-56cb2950] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.featured-item-img__wrap img[data-56cb2950] {
  width: 125px;
}

.nft-marquee .nft-marquee-wrapper svg[data-6ecd2b2e] {
  margin-left: 10px;
}

.catalog__menu__wrapper {
  white-space: nowrap;
  display: flex;
  grid-gap: 20px;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: unset;
  list-style-type: none;
}

.catalog-list__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.catalog__menu__item {
  padding: 20px;
  position: relative;
  cursor: pointer;
}

.catalog__menu__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  transform: translate(-50%);
  background: radial-gradient(
    50% 50% at 50%,
    at 50%,
    hsla(0, 0%, 100%, 0.4) 0,
    hsla(0, 0%, 100%, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    hsla(0, 0%, 100%, 0.4) 0,
    hsla(0, 0%, 100%, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
}

.catalog__menu__item[aria-selected]:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.item-preview {
  position: relative;
  cursor: pointer;
}

.item-preview:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
  border-right: 1px solid hsla(0, 0%, 100%, 0.4);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  pointer-events: none;
  z-index: 5;
  transition: border 0.5s;
}

/* @media (min-width: 450px) {
  .item-preview:nth-child(3n + 3):before {
    border-right: none;
  }
} */

.text-01 {
  font: 400 0.75rem/1 AkzidenzGrotesk-BoldExtended;
  text-transform: uppercase;
}

.catalog__menu__item p {
  position: relative;
  z-index: 2;
  opacity: 0.4;
  transition: opacity 0.4s;
}

.catalog__menu__item .name {
  font: 400 4.375rem/1 DrukHeavy;
  text-transform: uppercase;
}

.catalog__menu__item[aria-selected] .name {
  opacity: 1;
}

.item-preview__wrap {
  position: relative;
  padding-top: 122%;
  z-index: 2;
  overflow: hidden;
}

.item-preview__content {
  left: 0;
  top: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 14px 17px;
}

.item-preview__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}

.item-preview .item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}

.item-preview .item-img {
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.item-preview:hover .item-img {
  transform: translate(-50%, -50%) scale(1.1);
}

.item-preview .item-action {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.item-preview .item-info {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.item-preview .item-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.item-preview .item-action > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9375rem;
  height: 25px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 13px;
  color: #1eacfb;
  font-family: DrukHeavy;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 119%;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-5px);
  cursor: pointer;
}

.item-preview .item-action > span:hover {
  color: #fff;
  background: #1eacfb;
  border: 1px solid #1eacfb;
}

.item-preview:hover .item-action span {
  opacity: 1;
  transform: translateY(0);
}

.underlined-label[data-0dd74909] {
  flex-grow: 1;
  color: var(--text-color);
  font-family: DrukHeavy;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
  padding: 2px;
  position: relative;
  white-space: nowrap;
}

.price[data-52cd9a2c] {
  font: 400 0.875rem/1 DrukHeavy;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}

.item-preview .item-action .item-stock > span:hover,
.item-preview .item-action > span:hover {
  color: #fff;
  background: #1eacfb;
  border: 1px solid #1eacfb;
}

.item-preview .item-action .item-stock > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9375rem;
  height: 25px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 13px;
  color: #1eacfb;
  font-family: DrukHeavy;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 119%;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-5px);
  cursor: pointer;
}

.item-preview .item-action .item-stock > span {
  background: none;
  color: #fff;
  border: none;
  transform: translateY(0);
  opacity: 1;
}

.item-preview .item-action .item-stock > span {
  padding-right: 0;
  pointer-events: none;
  height: 18px;
}

.underlined-label .text[data-0dd74909] {
  position: relative;
  padding: 1px 8px;
}

@media (min-width: 1024px) {
  .underlined-label .text[data-0dd74909] {
    padding: 1px 4px;
  }
}

.underlined-label .text[data-0dd74909]::after {
  position: absolute;
  transform: translate(-2px) skew(-10deg, 0deg);
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% + 6px);
  background: var(--background-color);
  content: "";
  display: inline-block;
}

@media (min-width: 1024px) {
  .underlined-label .text[data-0dd74909]::after {
    right: unset;
    left: 0;
    width: calc(100% + 14px);
    transform: translate(-10px) skew(-10deg, 0deg);
  }
}

.price svg[data-52cd9a2c] {
  width: 15px;
}

.underlined-label .text span[data-0dd74909] {
  position: relative;
  z-index: 2;
}

@keyframes marquee-data-6ecd2b2e {
  0% {
    transform: translateX(0);
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* These were inline style tags. Uses id+class to override almost everything */
#style-nizpL.style-nizpL {
  height: 0px;
}
#style-L9rPF.style-L9rPF {
  --data-width: 126px;
}
#style-6HXFo.style-6HXFo {
  --data-width: 160px;
}
#style-2cozX.style-2cozX {
  --data-width: 135px;
}
#style-KeEMG.style-KeEMG {
  --text-color: #1c1616;
  --background-color: #2eaff5;
}
#style-Is3k1.style-Is3k1 {
  --text-color: #1c1616;
  --background-color: #2eaff5;
}
#style-wmAPx.style-wmAPx {
  --text-color: #1c1616;
  --background-color: #cefb51;
}
#style-t3ILx.style-t3ILx {
  --text-color: #1c1616;
  --background-color: #cefb51;
}
#style-hlO2O.style-hlO2O {
  --text-color: #1c1616;
  --background-color: #2eaff5;
}
#style-Gxtqt.style-Gxtqt {
  --text-color: #1c1616;
  --background-color: #cefb51;
}
#style-XcCNl.style-XcCNl {
  --text-color: #1c1616;
  --background-color: #cefb51;
}
#style-pHzxG.style-pHzxG {
  --text-color: #1c1616;
  --background-color: #cefb51;
}
#style-S5K95.style-S5K95 {
  --text-color: #1c1616;
  --background-color: #cefb51;
}
#style-6DiIJ.style-6DiIJ {
  --text-color: #1c1616;
  --background-color: #cefb51;
}
#style-FRr1r.style-FRr1r {
  --text-color: #1c1616;
  --background-color: #cefb51;
}
#style-nsX1b.style-nsX1b {
  --text-color: #1c1616;
  --background-color: #cefb51;
}

.highlight {
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 0.2rem #cefb51,
    0 0 0.2rem #cefb51, 0 0 0.2rem #cefb51, inset 0 0 1.3rem #cefb51;
}

.toast-title {
  font-size: 18px !important;
  color: white;
  font-family: AkzidenzGrotesk-BoldExtended;
}

.toast-message {
  font-size: 15px !important;
  color: white;
  font-family: AkzidenzGrotesk-BoldExtended;
}

.toast-success {
  background-color: #1c1616 !important;
}

.hiddencard {
  display: none;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .catalog-list__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 414px) {
  .catalog-list__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .catalog-list__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .catalog-list__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 428px) and (max-width: 500px) {
  .catalog-list__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 501px) and (max-width: 999px) {
  .catalog-list__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.czkgrid {
  display: grid;

  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

  gap: 0px;
  height: 100%;
}

#item-0 {
  grid-row-start: 1;
  grid-column-start: 1;

  grid-row-end: 4;
  grid-column-end: 3;

  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: var(--page-gutter);
  margin-right: 1em;
}
#item-1 {
  grid-row-start: 1;
  grid-column-start: 3;

  grid-row-end: 4;
  grid-column-end: 6;
  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: var(--page-gutter);
}

.attributes-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.attribute-card {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 10px;
  padding: 0.7rem;
}
.basic-text {
  text-align: center;
  text-transform: capitalize;
  font: 400 1.25rem DrukHeavy;
}

.basic-text-underline {
  text-align: center;
  text-transform: uppercase;
  font: 400 1rem DrukHeavy;
  margin-bottom: 0.5rem;
}

.main-text {
  text-transform: uppercase;
  font: 400 1.5rem DrukHeavy;
}

.date-text {
  text-transform: uppercase;
  font: 400 1.5rem/1 Stylo;
  color: black;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}

.plain {
  background-color: hsla(0, 0%, 100%, 0.2);
  border: none;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-box {
  position: relative;
  height: 50px;
  max-width: 900px;
  width: 100%;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 10px;
  margin-top: 1rem;
}
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 20px;
  background-color: transparent;
  color: white;
  font: 400 1.5rem/1 DrukHeavy;
}

.input-box input::placeholder {
  color: white;
  font: 400 1.5rem/1 DrukHeavy;
}

.input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #80a2cc;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  cursor: pointer;
  font: 400 1rem DrukHeavy;
  background: white;
}
.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}
/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
  }
  .input-box input {
    padding: 0 80px 0 25px;
  }
  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}

.swiper {
  width: 600px;
  height: 600px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 70px;
  padding-left: 16px;
  background-color: rgb(255, 255, 247);
  height: 110% !important;
}

.zoku {
  width: 600px;
  height: 600px;
  object-fit: contain;
}

#zokuIDWrapper {
  margin-bottom: 1rem;
}

#traits {
  margin-top: 1rem;
}

.czkgrid {
  display: grid;

  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

  gap: 0px;
  height: 100%;
}

#item-0 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;

  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: var(--page-gutter);
  margin-right: 1em;
}
#item-1 {
  grid-row: 1 / 2;
  grid-column: 3 / 6;

  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: var(--page-gutter);
}
@media screen and (max-height: 768px) {
  .customizer-items[data-310701de] {
    height: 702px;
  }
}
@media screen and (max-width: 811px) {
  .customizer-items[data-310701de] {
    height: auto;
  }
  .czkgrid {
    grid-template-rows: 1000px 400px;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  #item-0 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    margin-right: 0;
  }
  #item-1 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }

  .swiper {
    width: 250px;
    height: 250px;
  }

  .attributes-cards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .date-text {
    font-size: 1rem;
  }
}

.item-action {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.item-action > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9375rem;
  height: 25px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 13px;
  color: #1eacfb;
  font-family: DrukHeavy;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 119%;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-5px);
  cursor: pointer;
}

.item-action > span:hover {
  color: #fff;
  background: #1eacfb;
  border: 1px solid #1eacfb;
}

.item-action span {
  opacity: 1;
  transform: translateY(0);
}
