@font-face {
  font-family: "ClimateCrisis";
  src: url("../../fonts/ClimateCrisis.ttf") format("truetype");
}
ul, li {
  list-style: none;
}
body {
  font-size: 12px;
  color: #fff;
  margin: 0;
  background: #000;
}
a {
  color: #fff;
  text-decoration: none;
}
.container {
  max-width: 94%;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.center,
.text-center {
  text-align: center;
}
.flex {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.flex .auto {
  flex: 1;
}
.flex-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn {
  display: inline-block;
  color: #fff;
  background: linear-gradient(180deg, #6d6d72, #9fb8bb);
  border-radius: 10px;
  padding: 2px;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
}
.btn .inner {
  display: inline-block;
  border-radius: 10px;
  background: linear-gradient(180deg, #34363d, #21242a, #434750);
  overflow: hidden;
  padding: 6px 15px;
}
.btn span,
.btn img {
  vertical-align: middle;
}
.btn span + img {
  margin-left: 20px;
}
header {
  padding: 27px 0;
  border-bottom: none;
  position: relative;
}
header .logo h1 {
  margin: 0;
}
header .nav {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  display: none;
}
header .nav.active {
  display: block;
}
header .nav .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #000;
  padding: 30px 0;
  border-radius: 10px;
  width: 360px;
  max-width: 94%;
  border: #323232 1px solid;
  box-shadow: 2px 10px 10px rgba(0,0,0,0.5);
}
header .nav .container a {
  line-height: 20px;
  padding: 6px 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
header .nav .container .btn {
  margin-left: 20px;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(130deg, #f75769, #c840ea, #4c82f8);
}
header .nav .container .btn .inner {
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 8px;
}
.banner {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.banner .title {
  font-family: 'ClimateCrisis';
  font-size: 20px;
  line-height: 36px;
}
.banner .entries {
  display: inline-flex;
  gap: 40px;
  align-items: center;
  margin-top: 80px;
  flex-direction: column;
}
.banner .entries .btn.colorful {
  flex: 1;
  padding: 4px;
  background: linear-gradient(180deg, #f75769, #c840ea, #4c82f8);
}
.color-title {
  text-align: center;
  margin-bottom: 60px;
}
.color-title span.title h1 {
  margin: 0;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-title h2 {
  /*margin: 0;*/
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  -webkit-background-clip: text;
}
.featured .list {
  margin-bottom: 60px;
}
.featured .list .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.featured .list .grid .item {
  border-radius: 20px;
  overflow: hidden;
  background: #3b3b3b;
  border: #3b3b3b 2px solid;
}
.featured .list .grid .item img {
  width: 200px;
  height: 200px;
}
.featured .list .grid .item .bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  background: #2a2a2a;
}
.featured .list .grid .item .bottom .name {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.featured .list .grid .item .bottom .price {
  font-size: 16px;
  font-weight: 600;
}
.featured .list .grid .item .bottom .buy,
.featured .list .grid .item .bottom .check {
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  background: #232323;
}
.featured .list .grid .item .bottom .buy {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
}
.featured .list .grid .item .bottom .check {
  border: #353535 1px solid;
}
.featured .view-all {
  text-align: center;
}
.testimonials {
  padding: 100px 0;
}
.testimonials .item {
  border-radius: 20px;
  padding: 16px 16px 25px 16px;
  background: #1f1f1f;
}
.testimonials .item + .item {
  margin-top: 20px;
}
.testimonials .item .user {
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.testimonials .item .avatar {
  border-radius: 2em;
  width: 50px;
  height: 50px;
}
.testimonials .item .name {
  font-size: 16px;
}
.testimonials .item .about {
  color: #e4e3db;
  margin-top: 4px;
}
.testimonials .item .text {
  font-weight: 500;
  line-height: 24px;
  margin-top: 22px;
}
.faq {
  padding-bottom: 0px;
}
.faq .color-title {
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
}
.faq .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq .list .item {
  background: #1f1f1f;
  border: #313131 1px solid;
  border-radius: 8px;
  padding: 20px;
  gap: 24px;
  overflow: hidden;
}
.faq .list .item img {
  width: 20px;
  height: 20px;
  margin: 5px 0;
  transition: transform 0.3s;
}
.faq .list .item .question {
  color: #e4e3db;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
}
.faq .list .item .answer {
  margin-top: 8px;
  line-height: 24px;
  height: 0;
  overflow: hidden;
}
.faq .list .item.active img {
  transform: rotate(-45deg);
}
.faq .list .item.active .answer {
  height: auto;
}
.help {
  padding: 10px 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(69,72,61,0.2) 0%, rgba(27,28,24,0) 100%);
}
.help .need {
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
}
.help .join {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #e4e3db;
  margin-top: 10px;
  margin-bottom: 54px;
}
.help .discord {
  display: inline-block;
  background: #f85867;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}
footer {
  padding: 30px 0;
}
footer .container {
  text-align: center;
  color: rgba(228,227,219,0.5);
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 24px;
}
footer .container img + img {
  margin-left: 16px;
}
.breadcrumbs {
  padding: 10px 0;
}
.breadcrumbs .container {
  font-size: 14px;
  color: rgba(228,227,219,0.5);
}
.special-offer {
  display: inline-block;
  font-size: 16px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 5px;
  padding: 10px 20px;
  line-height: 1.5;
}
.special-offer span {
  font-size: 20px;
  font-weight: bold;
  color: #f00;
}
.special-offer a {
  color: #fff;
}
.products {
  padding: 15px 0;
}
.products .color-title {
  margin-bottom: 15px;
}
.products .color-title span.title {
  font-size: 40px;
}
.products .tab {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
.products .tab a {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 400;
  border: rgba(69,72,61,0.6) 1px solid;
  border-radius: 40px;
  cursor: pointer;
  margin: 5px;
}
.products .tab a.active {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
}
.products .tab a h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.products .tag {
  margin-bottom: 70px;
}
.products .tag .title {
  font-size: 16px;
  color: #ffffff;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: rgba(255,255,255,0.2) 1px solid;
}
.products .tag .title a {
  color: #ca53c2;
}
.products .tag .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.products .tag .content a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
.products .tag .content a.active {
  color: #f5566f;
}
.products .tag .content .more-tag {
  display: none;
}
.products .tag .content .more-tag.show {
  display: block;
}
.products .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.products .list .item {
  width: 180px;
  border-radius: 20px;
  overflow: hidden;
  background: #2a2a2a;
  border: #3b3b3b 2px solid;
  position: relative;
  display: flex;
  flex-direction: column;
}
.products .list .item .best {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  padding: 6px 10px;
  color: #fff;
  border-radius: 30px;
}
.products .list .item .thumbnail {
  width: 180px;
  height: 180px;
  background: #3b3b3b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.products .list .item .thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.products .list .item .bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
}
.products .list .item .bottom .name {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.products .list .item .bottom .name a {
  word-break: break-all;
}
.products .list .item .bottom .price {
  font-size: 20px;
  font-weight: 600;
}
.products .list .item .bottom .buy,
.products .list .item .bottom .check,
.products .list .item .bottom .join-btn {
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  background: #232323;
}
.products .list .item .bottom .buy {
  background: #f85867;
}
.products .list .item .bottom .check,
.products .list .item .bottom .join-btn {
  border: #353535 1px solid;
}
.products .pagination {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.products .pagination .item {
  border: #2b2b2b 1px solid;
  padding: 0 15px;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
}
.products .pagination a.item:hover {
  background: #222;
}
.products .detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}
.products .detail .detail-img {
  width: 100%;
  background: #d9d9d9;
  overflow: hidden;
}
.products .detail .detail-img img {
  width: 100%;
  display: block;
}
.products .detail .detail-img .btn {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: 30px;
  background: url("../../img/prev.png") center no-repeat;
}
.products .detail .detail-img .btn.next {
  left: auto;
  right: 30px;
  background-image: url("../../img/next.png");
}
.products .detail .detail-info {
  flex: 1;
  margin-bottom: 40px;
}
.products .detail .detail-info .brand {
  display: inline-block;
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  padding: 6px 10px;
  color: #fff;
  border-radius: 30px;
  font-size: 28px;
}
.products .detail .detail-info .best {
  display: inline-block;
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  padding: 6px 10px;
  color: #fff;
  border-radius: 30px;
}
.products .detail .detail-info .price {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.products .detail .detail-info .name {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 20px;
}
.products .detail .detail-info .btn {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600px;
  border-radius: 10px;
  background: #414141;
}
.products .detail .detail-info .btn + .btn {
  margin-top: 20px;
}
.products .detail .detail-info .btn.buy {
  background: #f85867;
}
.products .detail .sub-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.products .detail .quality-check {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
.products .detail .quality-check img {
  width: 100%;
  height: auto;
}
.products .detail .related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.products .detail .related .item {
  border-radius: 20px;
  overflow: hidden;
  background: #2a2a2a;
  border: #3b3b3b 2px solid;
  position: relative;
  display: flex;
  flex-direction: column;
}
.products .detail .related .item img {
  width: 100%;
  height: 212px;
  background: #3b3b3b;
}
.products .detail .related .item .bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
}
.products .detail .related .item .bottom .name {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.products .detail .related .item .bottom .price {
  font-size: 20px;
  font-weight: 600;
}
.products .detail .related .item .bottom .buy,
.products .detail .related .item .bottom .check {
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  background: #232323;
}
.products .detail .related .item .bottom .buy {
  background: #f85867;
}
.products .detail .see-more {
  margin-top: 40px;
}
.products .detail .see-more img {
  width: 220px;
  height: auto;
}
.how-to {
  padding-top: 15px;
  padding-bottom: 56px;
  text-align: center;
}
.how-to .title {
  color: #e4e3db;
  font-size: 24px;
  font-weight: 700;
}
.how-to .links {
  margin: 40px 0;
}
.how-to .links a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  color: #fff;
  background: rgba(197,200,185,0.08);
}
.how-to .links a.colorful {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  margin-right: 15px;
}
.how-to img {
  max-width: 100%;
}
.about-us {
  background: #000;
  padding: 60px 0;
}
.about-us .title {
  color: #e4e3db;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
.about-us .content {
  margin: 50px auto;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.how-to-list {
  padding: 15px 16px;
  background: #2b2b2b;
}
.how-to-list img {
  max-width: 100%;
}
.how-to-list .title {
  color: #e4e3db;
  font-size: 40px;
  font-weight: 700;
  line-height: 85px;
  text-align: center;
}
.how-to-list .item {
  margin-top: 30px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.how-to-list .item .step .tag {
  display: inline-block;
  padding: 4px 16px;
  background: #e4e3db;
  border-radius: 6px;
  margin-bottom: 10px;
  color: #000;
}
.how-to-list .item .auto {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.how-to-list .item .auto img {
  max-width: 100%;
}
.how-to-list .item .sub-title {
  font-size: 18px;
  font-weight: 600;
}
.how-to-list .item .text {
  font-weight: 300;
  line-height: 30px;
  color: #e4e3db;
}
.purchase {
  padding: 80px 0;
  text-align: center;
}
.purchase img {
  width: 100%;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mask .dialog {
  background: #000;
  border: #666 1px solid;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100vw;
  max-height: 100vh;
}
.mask .dialog .title {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #333;
}
.mask .dialog .title .auto {
  flex: 1;
  font-size: 16px;
  line-height: 30px;
}
.mask .dialog .title .close {
  width: 16px;
  height: 16px;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
}
.mask .dialog .title .close:hover {
  background: #222;
}
.mask .dialog img {
  max-width: 100%;
  max-height: 100%;
}
.join-discord {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  max-width: 94%;
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
  border: #444 1px solid;
  border-radius: 20px;
  display: none;
  flex-direction: column;
  gap: 55px;
  color: #000;
  text-align: center;
}
.join-discord.show {
  display: flex;
}
.join-discord .title {
  font-size: 32px;
  font-weight: 600;
}
.join-discord #discord-close {
  position: absolute;
  right: 6px;
  top: 8px;
  cursor: pointer;
}
.join-discord .lines {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 14px;
}
.join-discord .link {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
}
