@font-face {
  font-family: "ClimateCrisis";
  src: url("../../fonts/ClimateCrisis.ttf") format("truetype");
}
ul, li {
  list-style: none;
}
body {
  font-size: 14px;
  color: #fff;
  margin: 0;
  background: #000;
}
a {
  color: #fff;
  text-decoration: none;
}
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.flex {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.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;
  font-size: 24px;
  line-height: 36px;
  padding: 2px;
  overflow: hidden;
}
.btn .inner {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  background: linear-gradient(180deg, #34363d, #21242a, #434750);
  overflow: hidden;
}
.btn span,
.btn img {
  vertical-align: middle;
}
.btn span + img {
  margin-left: 20px;
}
header {
  padding: 27px 0;
  border-bottom: #4f4f4f 1px solid;
}
header .logo .logo-heading {
  margin: 0;
  display: inline-block;
}
header .nav a {
  line-height: 20px;
  padding: 6px 10px;
  display: inline-block;
  vertical-align: middle;
}
header .nav .btn {
  margin-left: 20px;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(130deg, #f75769, #c840ea, #4c82f8);
}
header .nav .btn .inner {
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 8px;
}
.banner {
  padding: 180px 0;
  text-align: center;
}
.banner .title {
  font-family: 'ClimateCrisis';
  font-size: 48px;
}
.banner .entries {
  margin-top: 100px;
  display: inline-flex;
  gap: 40px;
  align-items: center;
}
.banner .entries .btn.colorful {
  flex: 1;
  padding: 4px;
  background: linear-gradient(180deg, #f75769, #c840ea, #4c82f8);
}
.color-title {
  text-align: center;
  margin-bottom: 120px;
}
.color-title span.title {
  margin: 0;
  display: inline-block;
  font-size: 40px;
  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: 16px;
  font-weight: 700;
}
.featured .dark {
  background: #151515;
  padding: 60px 0;
}
.featured .list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.featured .list .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.featured .list .grid .item {
  border-radius: 20px;
  overflow: hidden;
  background: #3b3b3b;
  border: #3b3b3b 2px solid;
}
.featured .list .grid .item img {
  width: 100%;
  height: 324px;
}
.featured .list .grid .item .bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 20px 20px 20px;
  background: #2a2a2a;
}
.featured .list .grid .item .bottom .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.featured .list .grid .item .bottom .price {
  font-size: 20px;
  font-weight: 600;
}
.featured .list .grid .item .bottom .buy,
.featured .list .grid .item .bottom .check {
  font-size: 13px;
  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: 200px 0;
}
.testimonials .grid {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  column-count: 3;
  column-gap: 20px;
}
.testimonials .grid .item {
  break-inside: avoid;
  border-radius: 20px;
  padding: 16px 16px 25px 16px;
  background: #1f1f1f;
}
.testimonials .grid .item + .item {
  margin-top: 20px;
}
.testimonials .grid .item .user {
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.testimonials .grid .item .avatar {
  border-radius: 2em;
  width: 50px;
  height: 50px;
}
.testimonials .grid .item .name {
  font-size: 16px;
}
.testimonials .grid .item .about {
  font-size: 13px;
  color: #e4e3db;
  margin-top: 4px;
}
.testimonials .grid .item .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 22px;
}
.faq {
  padding-bottom: 100px;
}
.faq .color-title {
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.faq .list {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  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: 20px;
  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(255,255,255,0.2) 0%, rgba(27,28,24,0) 100%);
  margin-top: 30px;
}
.help .need {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.help .join {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #e4e3db;
  margin-top: 10px;
  margin-bottom: 54px;
}
.help .discord {
  display: inline-block;
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
footer {
  padding: 54px 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: 30px;
}
footer .container img + img {
  margin-left: 16px;
}
.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs .container {
  font-size: 14px;
  color: rgba(228,227,219,0.5);
}
.special-offer {
  font-size: 16px;
  font-weight: normal;
  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: 0px 0;
}
.products .color-title {
  margin-bottom: 40px;
}
.products .color-title span.title {
  font-size: 96px;
}
.products .search {
  text-align: center;
  margin-bottom: 100px;
}
.products .search .search-field {
  display: inline-flex;
  border-radius: 35px;
  border: #c2c2bc 1px solid;
  padding: 10px 25px;
  align-items: center;
}
.products .search .search-field input {
  outline: none;
  border: none;
  background: none;
  color: #e4e3db;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  width: 90px;
  padding: 0;
  transition: width 0.2s;
}
.products .search .search-field input:focus {
  width: 300px;
}
.products .tab {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.products .tab a {
  display: inline-block;
  padding: 8px 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  border: rgba(69,72,61,0.6) 1px solid;
  border-radius: 40px;
  cursor: pointer;
}
.products .tab a.active {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
}
.products .tab a + a {
  margin-left: 10px;
}
.products .tab a h2 {
  font-size: 24px;
  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(9, 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 {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.products .list .item {
  width: 320px;
  border-radius: 20px;
  overflow: hidden;
  border: #3b3b3b 2px solid;
  position: relative;
  background: #2a2a2a;
  box-sizing: border-box;
  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: 8px 15px;
  color: #fff;
  border-radius: 30px;
}
.products .list .item .thumbnail {
  width: 320px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3b3b3b;
}
.products .list .item img {
  max-width: 100%;
  max-height: 100%;
}
.products .list .item .bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 20px 20px 20px;
}
.products .list .item .bottom .name {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.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 {
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  background: #232323;
}
.products .list .item .bottom .buy {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
}
.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: 40px;
}
.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 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 0;
  border-top: #3e3e3e 1px solid;
  display: flex;
  gap: 100px;
  align-items: center;
}
.products .detail .detail-img {
  width: 600px;
  height: 600px;
  position: relative;
  background: #5e5e5e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.products .detail .detail-img img {
  min-width: 100%;
  min-height: 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;
}
.products .detail .detail-info .brand {
  display: inline-block;
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  padding: 8px 15px;
  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: 8px 15px;
  color: #fff;
  border-radius: 30px;
}
.products .detail .detail-info .price {
  font-size: 64px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 25px;
  margin-bottom: 36px;
}
.products .detail .detail-info .name {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 36px;
}
.products .detail .detail-info .btn {
  display: block;
  padding: 30px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 600px;
  border-radius: 10px;
  background: #414141;
}
.products .detail .detail-info .btn + .btn {
  margin-top: 40px;
}
.products .detail .detail-info .btn.buy {
  background: #f85867;
}
.products .extension {
  padding: 60px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background: rgba(46,46,46,0.3);
  border-radius: 10px;
  margin-bottom: 40px;
}
.products .extension .text {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}
.products .link {
  display: inline-block;
  background: #f85867;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.products .link img {
  width: 20px;
  height: 20px;
}
.products .sub-title {
  font-size: 40px;
  margin-bottom: 40px;
}
.products .grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.products .quality-check {
  margin-bottom: 120px;
}
.products .quality-check img {
  height: 200px;
}
.products .container {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  /*overflow: hidden;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.products .related .item {
  border-radius: 20px;
  overflow: hidden;
  background: #2a2a2a;
  border: #3b3b3b 2px solid;
  position: relative;
  display: flex;
  flex-direction: column;

  width: 320px;
  box-sizing: border-box;
}
.products .related .item .thumbnail {
  width: 320px;
  height: 320px;
  background: #3b3b3b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products .related .item img {
  max-width: 100%;
  max-height: 100%;
}
.products .related .item .bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 20px 20px 20px;
}
.products .related .item .bottom .name {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.products .related .item .bottom .name a {
  word-break: break-all;
}
.products .related .item .bottom .price {
  font-size: 20px;
  font-weight: 600;
}
.products .related .item .bottom .buy,
.products .related .item .bottom .check {
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  background: #232323;
}
.products .related .item .bottom .buy {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
}
.products .related .see-more {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: rgba(255,255,255,0.6);
  background: none;
  border: none;
}
.products .related .see-more img {
  width: 86px;
  height: 86px;
}
.how-to {
  padding-top: 100px;
  padding-bottom: 56px;
  text-align: center;
}
.how-to .title {
  color: #e4e3db;
  font-size: 64px;
  font-weight: 700;
  line-height: 180px;
}
.how-to .links {
  margin: 40px 0;
}
.how-to .links a {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 2em;
  color: #fff;
  font-size: 18px;
  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;
}
.about-us {
  background: #000;
  padding: 60px 0;
}
.about-us .title {
  color: #e4e3db;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
.about-us .content {
  width: 800px;
  margin: 50px auto;
  line-height: 1.5em;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.how-to-list {
  background: #2b2b2b;
  padding-top: 56px;
  padding-bottom: 100px;
}
.how-to-list .title {
  color: #e4e3db;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
.how-to-list .item {
  margin-top: 96px;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  gap: 80px;
}
.how-to-list .item .step .tag {
  width: 160px;
  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: 24px;
  font-weight: 600;
  line-height: 33px;
}
.how-to-list .item .text {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #e4e3db;
}
.purchase {
  padding: 100px 0;
  text-align: center;
}
.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: 500px;
  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: 20px;
  top: 20px;
  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;
}
/*.blogs .list  {*/
/*  display: flex;*/
/*  flex-wrap: wrap; !* 自动换行：关键！ *!*/
/*  gap: 0; !* 不留空白，要缝隙可以改成 10px *!*/
/*  width: 100%;*/
/*  max-width: 1200px;*/
/*  margin: 0 auto;*/
/*}*/
/*.blogs .list .item {*/
/*  width: 25%; !* 一行4个，所以每个占 25% 宽度 *!*/
/*  padding: 20px;*/
/*  box-sizing: border-box;*/
/*  background: #f7f7f7;*/
/*  border: 1px solid #eee;*/
/*}*/
.blogs .list .item .thumbnail .img {
  width: 313px;
  height: 175px;
}
.blogs .list .item .name {
  font-size: 18px;
  margin: 0;
  color: white;
  line-height: 1.5;
  padding: 0;
}
.blogs .list .item .publishTime {
  color: #adadad;
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 13px;
}
.blogs .list .item .summary {
  color: #dad7d7;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}
.blogs .list .item .readMore {
  color: #61ce70;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
}
.blog .item .name {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: white;
}
@media screen and (max-width: 1100px) {
  *, *::before, *::after {
    box-sizing: border-box;
  }

  html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  img, video, canvas, svg {
    max-width: 100%;
    height: auto;
  }

  pre, code, table {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-all;
  }

  .container {
    width: 100%;
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  header .nav a {
    padding: 6px 6px;
    font-size: 13px;
  }
  header .nav .btn {
    margin-left: 10px;
  }
  header .nav .btn .inner {
    font-size: 12px;
    padding: 4px 14px;
  }
  header .logo1 {
    font-size: 22px;
  }

  .banner {
    padding: 100px 0;
  }
  .banner .title {
    font-size: 32px;
  }
  .banner .entries {
    margin-top: 60px;
    gap: 20px;
  }

  .color-title {
    margin-bottom: 60px;
  }
  .color-title span.title {
    font-size: 28px;
  }
  .color-title h2 {
    font-size: 14px;
  }

  .featured .dark {
    padding: 40px 0;
  }
  .featured .list {
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .featured .list .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .featured .list .grid .item img {
    height: auto;
  }

  .testimonials {
    padding: 100px 0;
  }
  .testimonials .grid {
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
    box-sizing: border-box;
    column-count: 2;
  }

  .faq {
    padding-bottom: 60px;
  }
  .faq .color-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .faq .list {
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .faq .list .item .question {
    font-size: 16px;
    line-height: 24px;
  }

  .help {
    padding: 10px 0;
    margin-top: 20px;
  }
  .help .need {
    font-size: 28px;
    line-height: 36px;
  }
  .help .join {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 36px;
  }
  .help .discord {
    font-size: 18px;
    padding: 8px 20px;
  }

  .breadcrumbs {
    padding: 15px 0;
  }

  .products .color-title {
    margin-bottom: 30px;
  }
  .products .color-title span.title {
    font-size: 48px;
  }
  .products .search {
    margin-bottom: 50px;
  }
  .products .search .search-field input {
    font-size: 18px;
    line-height: 28px;
  }
  .products .search .search-field input:focus {
    width: 200px;
  }
  .products .tab {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .products .tab a {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 28px;
  }
  .products .tab a h2 {
    font-size: 18px;
  }
  .products .tag {
    margin-bottom: 40px;
  }
  .products .tag .content {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
  .products .list {
    max-width: 960px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .products .list .item {
    width: 100%;
    box-sizing: border-box;
  }
  .products .list .item .thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .products .list .item .thumbnail img,
  .products .list .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .products .list .item .bottom {
    padding: 10px;
    gap: 10px;
  }
  .products .list .item .bottom .price {
    font-size: 16px;
  }
  .products .pagination {
    margin-top: 30px;
  }
  .products .detail {
    width: 100%;
    max-width: 960px;
    padding: 40px 0;
    flex-direction: column;
    gap: 40px;
  }
  .products .detail .detail-img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .products .detail .detail-info .brand {
    font-size: 22px;
  }
  .products .detail .detail-info .price {
    font-size: 40px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .products .detail .detail-info .name {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .products .detail .detail-info .btn {
    padding: 20px 0;
    font-size: 24px;
  }
  .products .grid-5 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .products .grid-5 .item {
    width: 100%;
    box-sizing: border-box;
  }
  .products .grid-5 .item .thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .products .grid-5 .item .thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .products .grid-5 .item .bottom {
    padding: 10px;
    gap: 10px;
  }
  .products .container {
    max-width: 960px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .products .extension {
    padding: 40px 20px;
  }
  .products .extension .text {
    font-size: 20px;
    line-height: 28px;
  }
  .products .sub-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .products .quality-check {
    margin-bottom: 60px;
  }
  .products .quality-check img {
    height: 140px;
  }

  .how-to {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .how-to .title {
    font-size: 40px;
    line-height: 120px;
  }
  .how-to .links a {
    padding: 10px 20px;
    font-size: 16px;
  }

  .how-to-list {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .how-to-list .title {
    font-size: 28px;
    line-height: 36px;
  }
  .how-to-list .item {
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 60px;
    gap: 40px;
    flex-direction: column;
  }
  .how-to-list .item img {
    max-width: 100%;
    height: auto;
  }
  .how-to-list .item .sub-title {
    font-size: 20px;
  }
  .how-to-list .item .text {
    font-size: 16px;
    line-height: 26px;
  }

  .about-us {
    padding: 40px 0;
  }
  .about-us .title {
    font-size: 28px;
    line-height: 36px;
  }
  .about-us .content {
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 30px auto;
    font-size: 16px;
  }

  .purchase {
    padding: 60px 0;
  }

  .join-discord {
    width: 400px;
    padding: 20px;
    gap: 30px;
  }
  .join-discord .title {
    font-size: 24px;
  }

  footer {
    padding: 40px 0;
  }

  .mask .dialog {
    max-width: 90vw;
  }

  .blog .item .name {
    font-size: 24px;
  }

  .blogs .list .item .thumbnail .img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .how-to img {
    max-width: 90%;
    height: auto;
  }

  .products .detail .detail-img img {
    max-width: 100%;
    max-height: 100%;
  }

  .color-title span.title h1,
  .products .color-title span.title h1 {
    font-size: inherit !important;
  }

  .how-to .title h1 {
    font-size: 40px !important;
  }

  .how-to-list .title h2 {
    font-size: 28px !important;
  }
}
