@keyframes pulsate-bck {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h3,
h4 {
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
}

.logo_pos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
.logo_pos .logo_rare {
  width: 300px;
  animation: pulsate-bck 2s ease-in-out infinite both;
}

.category_block {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.category_block_logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
}
.category_block_logos .logo_category {
  width: 300px;
}
.category_block_logos .collection_header_block {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.category_block_logos .collection_header_block .collection_heading {
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: bolder;
  box-sizing: border-box;
  font-family: ProductSans, -apple-system, system-ui, sans-serif;
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
}
.category_block .top_headers {
  width: 320px;
  display: flex;
  border: 2px white solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  color: #8c9aa9;
  background-color: #384553;
  font-family: ProductSans, -apple-system, system-ui, sans-serif;
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
  font-size: 8px;
  line-height: 1.42857143;
  text-align: center;
  font-style: normal;
  font-family: system-ui;
  padding: 6px 0px;
}
.category_block .top_headers .number_name {
  text-wrap: wrap;
  width: 120px;
}
.category_block .top_headers .number_category {
  width: 60px;
}
.category_block .top_headers .number_price {
  width: 80px;
}
.category_block .top_headers .number_status {
  width: 60px;
}
.category_block .category_header_block {
  width: 320px;
  height: 40px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border: 2px white solid;
  background-color: #263238;
  font-family: ProductSans, -apple-system, system-ui, sans-serif;
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-size: 10px;
}
.category_block .category_header_block .category_heading {
  /* width: 120px; */
  display: flex;
  padding-left: 10px;
  align-items: center;
  font-size: 14px;
}
.category_block .category_header_block .category_description {
  width: 200px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.category_block .item_block {
  width: 320px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  /* gap: 5px; */
  align-items: center;
  box-sizing: border-box;
  border: 2px white solid;
  color: white;
  background-color: #2e3a47;
  font-family: ProductSans, -apple-system, system-ui, sans-serif;
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 1.42857143;
}
.category_block .item_block .block_label {
  width: 180px;
  display: flex;
  align-items: center;
  height: 20px;
}
.category_block .item_block .number_item_txt {
  display: block;
  width: 120px;
  text-align: left;
  padding-left: 8px;
  font-size: 11px;
}
.category_block .item_block .label_pos {
  width: 60px;
  display: flex;
  justify-content: center;
}
.category_block .item_block .label {
  height: 12px;
  border: 1px goldenrod solid;
}
.category_block .item_block .label_s {
  height: 12px;
  border: 1px silver solid;
}
.category_block .item_block .label_b {
  height: 12px;
  border: 1px rgb(139, 43, 43) solid;
}
.category_block .item_block .number_price {
  height: 40px;
}
.category_block .item_block .number_price_txt {
  width: 80px;
  text-align: center;
  font-weight: 200;
}
.category_block .item_block .number_button_block {
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.category_block .item_block .buy_button {
  height: 20px;
}
.category_block .item_block .buy_button:hover {
  transform: scale(1.1);
}
.category_block .item_block:hover {
  background-color: #263238;
}

.gg_logo {
  width: 45px;
  color: white;
}

.fg_logo {
  width: 45px;
}

.hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}

.multi_button2 {
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}

.multi_button2:hover {
  transform: scale(1.05);
}

.seller {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.go_to_seller1 {
  width: 55px;
  height: 25px;
  background-color: #201e1e;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #FFFFFF;
  text-align: center;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 5px;
  padding-left: 5px;
}

.go_to_seller2 {
  width: 55px;
  height: 25px;
  background-color: #201e1e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: #FFFFFF;
  text-align: center;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 5px;
  padding-left: 5px;
}

.go_to_seller1:hover {
  color: #201e1e;
  background-color: #FFFFFF;
  border-color: #201e1e;
}

.go_to_seller1:hover .gg_logo {
  color: black;
}

.go_to_seller2:hover {
  color: #201e1e;
  background-color: #FFFFFF;
  border-color: #201e1e;
}

.go_to_seller1:focus {
  color: #201e1e;
  background-color: goldenrod;
  border-color: #201e1e;
}

.go_to_seller2:focus {
  color: #201e1e;
  background-color: goldenrod;
  border-color: #201e1e;
}/*# sourceMappingURL=style_rare.css.map */