:root {
  font-family:
    Inter,
    "Microsoft YaHei",
    PingFang SC,
    system-ui,
    sans-serif;
  color: #22332f;
  background: #f7f6f0;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-x: none;
}
body {
  margin: 0;
  min-width: 320px;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #d8b877;
  color: #172720;
}
.wrap {
  width: min(1220px, calc(100% - 64px));
  margin: auto;
}
.site-header {
  height: 78px;
  background: #101e24;
  color: #f8f5e9;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #ffffff19;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 44px;
}
.brand-group {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 245px;
}
.brand > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brand strong {
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 1.1;
}
.brand small {
  color: #aebbb4;
  font-size: 9px;
  letter-spacing: 0.23em;
  font-weight: 700;
}
.brand-mark {
  display: block;
  width: 44px;
  height: 44px;
  flex: none;
  background: url("/assets/enderman-logo.png?v=3b9d65fe") center / contain no-repeat;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  margin: auto;
}
.main-nav a {
  padding: 13px 17px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  color: #b9c4bf;
  transition: 0.18s;
}
.main-nav a:hover,
.main-nav a.active {
  color: #f9e7ba;
  background: #ffffff11;
}
.main-nav a.active {
  box-shadow: inset 0 -2px #dab97a;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.points-pill {
  white-space: nowrap;
  padding: 10px 13px;
  border: 1px solid #dcc28650;
  border-radius: 3px;
  color: #ead39d;
  font-size: 12px;
}
.account-button {
  white-space: nowrap;
  background: #d6b774;
  border: 1px solid #ebd4a2;
  border-bottom: 3px solid #98764b;
  color: #1f2a22;
  padding: 10px 17px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
}
.account-button:hover,
.primary-button:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}
.account-button span {
  padding-left: 8px;
}
.hero {
  height: 475px;
  position: relative;
  overflow: hidden;
  background: #142531;
  color: #fff;
}
.hero-art {
  position: absolute;
  inset: 0;
  background: url("/assets/hero.png?v=3b9d65fe") center 54% / cover no-repeat;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #10202ae6 0%,
      #14242fb8 30%,
      #15263317 66%,
      #10232a0d 100%
    ),
    linear-gradient(0deg, #10232a7a, transparent 36%);
}
.hero-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-copy {
  padding-bottom: 18px;
  max-width: 510px;
}
.eyebrow,
.kicker {
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 11px;
}
.eyebrow {
  color: #eed094;
  display: flex;
  align-items: center;
  gap: 9px;
}
.live-dot {
  width: 7px;
  height: 7px;
  background: #e6bf73;
  box-shadow: 0 0 0 4px #e6bf7330;
  display: inline-block;
}
.hero h1 {
  font-size: clamp(39px, 4.3vw, 64px);
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin: 22px 0 18px;
  font-weight: 900;
}
.hero h1 em {
  font-style: normal;
  color: #efd297;
}
.hero-copy p {
  max-width: 440px;
  color: #dae2db;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 28px;
}
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: #e7c685;
  border: 1px solid #f9e3ac;
  border-bottom: 4px solid #a78250;
  padding: 13px 20px;
  color: #233025;
  font-weight: 900;
  border-radius: 2px;
  font-size: 14px;
}
.hero-link:hover {
  transform: translateY(-2px);
}
.hero-caption {
  position: absolute;
  right: 0;
  bottom: 23px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  color: #ffffffc4;
  background: #101e247d;
  padding: 8px 10px;
  backdrop-filter: blur(5px);
}
.caption-square {
  width: 7px;
  height: 7px;
  border: 1px solid #eed49c;
  transform: rotate(45deg);
}
.creator-section {
  padding: 72px 0 65px;
  scroll-margin-top: 30px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 20px;
}
.kicker {
  color: #a27d4b;
  display: block;
  margin-bottom: 11px;
}
.section-heading h2,
.page-intro h1 {
  font-size: clamp(27px, 2.3vw, 36px);
  letter-spacing: -0.045em;
  line-height: 1.35;
  margin: 0 0 9px;
  color: #20332e;
}
.section-heading p,
.page-intro p {
  color: #73817a;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.creator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.82fr) minmax(260px, 1fr);
  gap: 20px;
}
.creator-card {
  background: #fff;
  border: 1px solid #e6e7dc;
  box-shadow: 0 10px 28px #1730290a;
  padding: 25px 27px 23px;
}
.creator-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9ede6;
  margin-bottom: 24px;
}
.optional-note {
  font-size: 11px;
  color: #9aa69d;
  margin-bottom: 15px;
}
.input-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 11px;
}
.input-label span {
  font-size: 11px;
  font-weight: 400;
  color: #9da99e;
}
.creator-card textarea {
  display: block;
  width: 100%;
  min-height: 132px;
  border: 1px solid #dfe5d9;
  background: #fbfcf8;
  resize: vertical;
  padding: 17px 18px;
  line-height: 1.75;
  border-radius: 3px;
  color: #263c32;
  outline: none;
  font-size: 13px;
}
.creator-card textarea:focus,
.auth-dialog input:focus {
  border-color: #ab8c5c;
  box-shadow: 0 0 0 3px #d8bc842e;
}
.creator-card textarea::placeholder {
  color: #a2ada4;
}
.preset-row {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin: 14px 0 23px;
}
.preset-row span {
  font-size: 11px;
  color: #99a69b;
  margin-right: 3px;
}
.preset-row button {
  border: 1px solid #e1e5d9;
  border-radius: 3px;
  background: #f9faf5;
  color: #718075;
  padding: 6px 9px;
  font-size: 11px;
}
.preset-row button:hover {
  background: #edf3e7;
  border-color: #bdc9b7;
  color: #334f3e;
}
.upload-zone {
  min-height: 76px;
  border: 1px dashed #c9d3c5;
  background: #f8faf5;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 19px;
  cursor: pointer;
}
.upload-zone.dragging {
  background: #eaf1e3;
  border-color: #799975;
}
.upload-icon {
  font-size: 26px;
  color: #8d9f83;
  line-height: 1;
}
.upload-zone span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.upload-zone strong {
  font-size: 13px;
}
.upload-zone small {
  font-size: 11px;
  color: #95a095;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload-plus {
  margin-left: auto;
  color: #81927e;
  font-size: 25px;
}
.creator-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}
.cost-note {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cost-icon {
  font-size: 27px;
  color: #bd985d;
}
.cost-note span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cost-note strong {
  font-size: 12px;
}
.cost-note small {
  font-size: 10px;
  color: #9ba69c;
}
.primary-button {
  border: 1px solid #55775b;
  border-bottom: 4px solid #315543;
  background: #547a5d;
  color: #fff;
  border-radius: 3px;
  font-weight: 800;
  font-size: 13px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: 0.18s;
  white-space: nowrap;
}
.small-cube {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  background: #d6b577;
  color: #28352c;
  font-size: 18px;
  border-bottom: 3px solid #8c6c45;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gallery-card {
  background: #fff;
  border: 1px solid #e7e9df;
  overflow: hidden;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px #1a352516;
}
.gallery-art {
  height: 195px;
  background: #d7e1dd;
  position: relative;
  overflow: hidden;
}
.gallery-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-art.variant-one img {
  object-position: 62% 46%;
}
.gallery-art.variant-two img {
  object-position: 79% 56%;
  filter: hue-rotate(25deg) saturate(0.8);
}
.gallery-art.variant-three img {
  object-position: 40% 42%;
  filter: hue-rotate(-28deg) saturate(0.78);
}
.gallery-art span {
  position: absolute;
  top: 13px;
  left: 13px;
  background: #20352fc9;
  color: #f5edda;
  font-size: 10px;
  font-weight: 800;
  padding: 7px 9px;
}
.gallery-body {
  padding: 17px 19px 19px;
}
.gallery-body h3 {
  font-size: 16px;
  margin: 0 0 8px;
}
.gallery-body p {
  font-size: 11px;
  color: #8e9b8f;
  margin: 0 0 17px;
  line-height: 1.6;
}
.gallery-meta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #788779;
  border-top: 1px solid #edf0e8;
  padding-top: 13px;
}
.gallery-meta strong {
  color: #9f7b4b;
}
.site-footer {
  background: #162721;
  color: #b3c1b6;
}
.footer-inner {
  min-height: 154px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: center;
  gap: 25px;
}
.footer-inner > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-inner strong {
  color: #f1e9d5;
  font-size: 17px;
}
.footer-inner span,
.footer-inner small {
  font-size: 11px;
  line-height: 1.7;
}
.footer-links {
  display: flex;
  gap: 16px;
  font-size: 11px;
  white-space: nowrap;
}
.footer-links a:hover {
  color: #f3d99d;
}
.footer-inner > small {
  text-align: right;
}
.inner-page {
  min-height: calc(100vh - 230px);
  padding: 65px 0 95px;
  background: #f7f6f0;
}
.page-intro {
  margin-bottom: 35px;
}
.page-intro h1 {
  font-size: clamp(30px, 3vw, 43px);
  margin-bottom: 12px;
}
.filter-bar {
  display: flex;
  gap: 9px;
  margin: 34px 0 21px;
  flex-wrap: wrap;
}
.filter {
  border: 1px solid #dfe4d8;
  background: #fff;
  padding: 9px 16px;
  border-radius: 2px;
  color: #748578;
  font-size: 12px;
  font-weight: 700;
}
.filter.active,
.filter:hover {
  background: #325343;
  color: #fff;
  border-color: #325343;
}
.gallery-page-grid {
  row-gap: 22px;
}
.coming-banner {
  margin-top: 45px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #e9eee4;
  border: 1px solid #d9e2d5;
}
.coming-banner > span {
  font-size: 30px;
  color: #a58851;
}
.coming-banner strong {
  font-size: 15px;
}
.coming-banner p {
  font-size: 11px;
  color: #7f9080;
  margin: 6px 0 0;
}
.coming-banner a {
  margin-left: auto;
  font-size: 12px;
  color: #375d45;
  font-weight: 800;
}
.orders-layout {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 20px;
}
.orders-summary,
.empty-card,
.package {
  background: #fff;
  border: 1px solid #e4e8df;
}
.orders-summary {
  padding: 25px;
  min-height: 355px;
  background: #e9efe7;
}
.orders-summary h2 {
  margin: 23px 0 10px;
  font-size: 18px;
}
.orders-summary p {
  font-size: 12px;
  color: #798b7b;
  line-height: 1.8;
  margin: 0;
}
.summary-stat {
  border-top: 1px solid #cfdbce;
  margin-top: 95px;
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.summary-stat strong {
  font-size: 32px;
  color: #2d5139;
}
.summary-stat span {
  font-size: 11px;
  color: #819384;
}
.empty-card {
  min-height: 355px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.empty-card h2 {
  font-size: 20px;
  margin: 18px 0 7px;
}
.empty-card p {
  font-size: 12px;
  color: #8c9a8e;
  line-height: 1.7;
  margin: 0 0 22px;
}
.empty-voxel {
  position: relative;
  width: 76px;
  height: 72px;
}
.empty-voxel i {
  position: absolute;
  width: 36px;
  height: 36px;
  background: #d5e0cc;
  border: 2px solid #a9baa2;
  transform: rotate(-30deg) skewY(10deg);
}
.empty-voxel i:nth-child(1) {
  left: 19px;
  top: 0;
  background: #e7eacb;
}
.empty-voxel i:nth-child(2) {
  left: 1px;
  top: 27px;
  background: #b7cba9;
}
.empty-voxel i:nth-child(3) {
  left: 38px;
  top: 27px;
  background: #cbd8b9;
}
.shop-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  background: #203a30;
  color: #f6efd8;
  margin-bottom: 40px;
  min-height: 174px;
  position: relative;
  overflow: hidden;
}
.shop-hero:after {
  content: "✦";
  position: absolute;
  right: 22%;
  top: -35px;
  color: #ffffff12;
  font-size: 200px;
}
.shop-hero div,
.shop-hero strong {
  position: relative;
  z-index: 1;
}
.shop-hero span {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #d8c18e;
}
.shop-hero h2 {
  font-size: 23px;
  margin: 12px 0 6px;
}
.shop-hero p {
  font-size: 12px;
  color: #b5c9b9;
  margin: 0;
}
.shop-hero strong {
  font-size: 52px;
  color: #e9ce93;
}
.shop-hero small {
  font-size: 13px;
}
.shop-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.shop-section-title h2 {
  font-size: 22px;
  margin: 0;
}
.shop-section-title span {
  font-size: 11px;
  color: #a7824d;
  border: 1px solid #d8c4a2;
  padding: 5px 9px;
}
.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.package {
  padding: 27px;
  min-height: 282px;
  position: relative;
}
.package.featured {
  border-color: #b6c8ab;
  box-shadow: 0 0 0 2px #d5e1cb inset;
}
.package-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #54785d;
  color: #fff;
  font-size: 10px;
  padding: 7px 11px;
}
.package > span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #a2804e;
  font-weight: 800;
}
.package h3 {
  font-size: 20px;
  margin: 14px 0 7px;
}
.package p {
  font-size: 11px;
  color: #89978a;
  min-height: 35px;
}
.package-points {
  font-size: 27px;
  font-weight: 800;
  margin: 17px 0;
  color: #446a4e;
}
.package-points small {
  font-size: 12px;
}
.package button {
  width: 100%;
  border: 1px solid #dbe4d8;
  background: #f3f6ef;
  color: #8c9e8d;
  padding: 11px;
  font-size: 12px;
  font-weight: 800;
  cursor: not-allowed;
}
.shop-disclaimer {
  font-size: 11px;
  color: #97a496;
  margin-top: 18px;
}
.auth-dialog form label {
  font-size: 12px;
  font-weight: 700;
  color: #435849;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.auth-dialog input {
  width: 100%;
  border: 1px solid #dce3d9;
  outline: none;
  background: #fbfcf8;
  padding: 11px 12px;
  font-size: 12px;
  border-radius: 2px;
}
.auth-dialog {
  border: 1px solid #c5d3c4;
  box-shadow: 0 24px 90px #14221860;
  width: min(430px, calc(100% - 30px));
  padding: 31px 34px 29px;
  color: #26392e;
}
.auth-dialog::backdrop {
  background: #10221d9c;
  backdrop-filter: blur(4px);
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 12px;
  border: 0;
  background: transparent;
  color: #849285;
  font-size: 26px;
}
.auth-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #8d744c;
}
.auth-dialog h2 {
  font-size: 25px;
  margin: 22px 0 7px;
}
.auth-dialog > p {
  color: #879789;
  font-size: 12px;
  margin: 0 0 21px;
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e3e8df;
  margin-bottom: 22px;
}
.auth-tabs button {
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  padding: 0 0 12px;
  color: #8f9b90;
  font-size: 13px;
  font-weight: 800;
}
.auth-tabs button.active {
  border-bottom-color: #a98554;
  color: #304937;
}
.auth-dialog form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.auth-dialog form .primary-button {
  width: 100%;
  margin-top: 3px;
}
.auth-error {
  color: #a34235;
  background: #fdf0ed;
  font-size: 11px;
  line-height: 1.6;
  padding: 9px 11px;
  margin: 0;
}
.auth-dialog .auth-foot {
  text-align: center;
  margin: 17px 0 0;
  font-size: 11px;
}
.toast {
  position: fixed;
  z-index: 20;
  right: 24px;
  bottom: 22px;
  background: #203a2e;
  color: #fff;
  border-left: 4px solid #ddbd7c;
  box-shadow: 0 12px 35px #13251d40;
  padding: 13px 18px;
  max-width: min(440px, calc(100% - 36px));
  font-size: 13px;
  line-height: 1.6;
}
.resend-button {
  display: block;
  margin: 10px auto 0;
  border: 0;
  background: none;
  color: #54785d;
  text-decoration: underline;
  font-size: 11px;
}
.resend-button:hover {
  color: #2c5037;
}
@media (max-width: 1050px) {
  .header-inner {
    gap: 16px;
  }
  .brand {
    min-width: 205px;
  }
  .main-nav a {
    padding: 12px 10px;
    font-size: 12px;
  }
  .hero {
    height: 430px;
  }
  .creator-grid {
    grid-template-columns: 1.5fr 1fr;
  }
  .optional-note {
    display: none;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: min(100% - 34px, 560px);
  }
  .site-header {
    height: auto;
  }
  .header-inner {
    min-height: 69px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
  }
  .brand {
    min-width: 0;
  }
  .brand strong {
    font-size: 16px;
  }
  .brand small {
    font-size: 8px;
  }
  .header-actions {
    justify-self: end;
  }
  .account-button {
    font-size: 11px;
    padding: 9px 10px;
  }
  .main-nav {
    grid-column: 1/-1;
    grid-row: 2;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    gap: 0;
    overflow: auto;
  }
  .main-nav a {
    padding: 14px 5px;
    font-size: 11px;
    white-space: nowrap;
  }
  .hero {
    height: 438px;
  }
  .hero-art {
    background-position: 62% center;
    opacity: 0.85;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #10202ae8, #10202a8a 80%),
      linear-gradient(0deg, #10202a8a, transparent);
  }
  .hero-copy {
    max-width: 410px;
  }
  .hero h1 {
    font-size: 41px;
  }
  .hero-copy p {
    font-size: 13px;
    max-width: 310px;
  }
  .hero-caption {
    font-size: 9px;
    right: 0;
  }
  .creator-section {
    padding: 49px 0 52px;
  }
  .section-heading {
    align-items: start;
  }
  .section-heading h2 {
    font-size: 27px;
  }
  .creator-grid,
  .gallery-grid,
  .orders-layout,
  .packages {
    grid-template-columns: 1fr;
  }
  .creator-card {
    padding: 20px;
  }
  .gallery-art {
    height: 220px;
  }
  .gallery-grid {
    gap: 13px;
  }
  .gallery-card {
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 150px;
  }
  .gallery-art {
    height: 100%;
  }
  .gallery-body {
    padding: 14px;
  }
  .gallery-body h3 {
    font-size: 14px;
  }
  .gallery-body p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .gallery-meta {
    font-size: 10px;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    padding: 27px 0;
    gap: 17px;
  }
  .footer-inner > small {
    grid-column: 1/-1;
    text-align: left;
  }
  .footer-links {
    justify-content: end;
    flex-wrap: wrap;
  }
  .inner-page {
    padding: 42px 0 65px;
  }
  .page-intro h1 {
    font-size: 31px;
  }
  .shop-hero {
    padding: 23px;
  }
  .shop-hero strong {
    font-size: 37px;
  }
  .orders-summary {
    min-height: auto;
  }
  .summary-stat {
    margin-top: 26px;
  }
  .gallery-page-grid .gallery-card {
    display: grid;
  }
}
@media (max-width: 460px) {
  .hero h1 {
    font-size: 36px;
  }
  .creator-bottom {
    align-items: stretch;
    flex-direction: column;
  }
  .primary-button {
    width: 100%;
  }
  .creator-top {
    align-items: flex-end;
  }
  .upload-zone {
    padding: 11px;
    gap: 9px;
  }
  .upload-zone small {
    font-size: 10px;
  }
  .gallery-card {
    grid-template-columns: 36% 64%;
  }
  .gallery-art {
    min-height: 158px;
  }
  .gallery-meta {
    flex-wrap: wrap;
    gap: 4px;
  }
  .coming-banner {
    padding: 17px;
    flex-wrap: wrap;
  }
  .coming-banner a {
    margin-left: 47px;
  }
  .shop-hero h2 {
    font-size: 20px;
  }
}
