.site-header .brand-mark {
  letter-spacing: 4px;
}

html,
body {
  min-height: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

body > main {
  flex: 1 0 auto;
}

.footer-shell {
  flex-shrink: 0;
}

.category-nav .current-menu-item a,
.category-nav a[aria-current="page"] {
  color: var(--sale);
}

.category-nav {
  list-style: none;
  margin: 0;
}

.category-nav li {
  display: flex;
  flex: 0 0 auto;
}

.category-nav li a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #161616;
  font-size: 11px;
  line-height: 1;
  font-weight: 720;
  white-space: nowrap;
}

.wp-dengzi-main {
  background: #fbfaf7;
}

body:not(.home) .footer-shell {
  margin-top: 44px;
}

.home .hero-banner__copy {
  left: clamp(310px, 16vw, 340px);
  top: 22%;
  width: 560px;
}

.home .hero-banner__title {
  font-size: 46px;
  line-height: .96;
  max-width: 560px;
}

.home .hero-banner .button-primary {
  margin-top: 28px;
}

@media (min-width: 861px) {
  .home .hero-banner__title {
    white-space: nowrap;
  }
}

.button-primary,
.content-button,
.articles-button,
.cart-checkout,
.pdp-signup button,
.newsletter-form button,
.dengzi-term-tabs a,
.category-nav a,
.view-all,
.articles-row__link,
.article-share a {
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease, transform .18s ease;
}

.product-card a:hover,
.articles-card a:hover,
.article-product-card a:hover,
.article-related-card a:hover,
.room-card a:hover {
  opacity: .86;
}

.button-primary:hover,
.content-button:hover,
.articles-button:hover,
.cart-checkout:hover,
.pdp-signup button:hover,
.newsletter-form button:hover {
  transform: translateY(-1px);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.wp-dengzi-main .articles-signup-band {
  margin-bottom: 48px;
}

.wp-dengzi-main > .content-section.products + .articles-signup-band {
  grid-template-columns: minmax(0, 1fr) 420px;
  max-width: 1336px;
  min-height: 260px;
  margin-top: 52px;
  margin-bottom: 56px;
}

.wp-dengzi-main > .content-section.products + .articles-signup-band .pdp-newsletter__copy {
  grid-template-columns: 320px minmax(360px, 438px);
  gap: 52px;
  padding: 46px 66px;
}

.wp-dengzi-main > .content-section.products + .articles-signup-band .pdp-newsletter__copy h2 {
  max-width: 310px;
  font-size: 31px;
}

.wp-dengzi-main > .content-section.products + .articles-signup-band .pdp-newsletter__copy p {
  max-width: 320px;
}

.wp-dengzi-main > .content-section.products + .articles-signup-band > img {
  height: 260px;
}

.cart-inner,
.cart-perks {
  max-width: 1280px;
}

.cart-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
}

.product-card a,
.articles-card a,
.article-product-card a,
.article-related-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.article-product-card img {
  object-fit: contain;
}

.dengzi-form-alert {
  max-width: 1280px;
  margin: 18px auto;
  border: 1px solid #d8d3cb;
  padding: 14px 18px;
  background: #f3eee6;
  font-size: 13px;
  font-weight: 700;
}

.dengzi-form-alert--error {
  border-color: #9f2f24;
  background: #f7e8e5;
  color: #7b1f17;
}

.dengzi-managed-form {
  display: grid;
  gap: 18px;
  width: 100%;
}

.dengzi-form-copy h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.08;
}

.dengzi-form-copy p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.45;
}

.dengzi-form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dengzi-form-field {
  display: grid;
  gap: 7px;
}

.dengzi-form-field--textarea {
  grid-column: 1 / -1;
}

.dengzi-form-field label {
  color: #252525;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
}

.dengzi-form-field label span {
  color: #8d2d22;
}

.dengzi-form-field input,
.dengzi-form-field select,
.dengzi-form-field textarea {
  width: 100%;
  border: 1px solid #d8d3cb;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 13px;
}

.dengzi-form-field input,
.dengzi-form-field select {
  height: 46px;
  padding: 0 14px;
}

.dengzi-form-field textarea {
  min-height: 116px;
  padding: 13px 14px;
  resize: vertical;
}

.dengzi-managed-form button {
  width: fit-content;
  min-width: 150px;
  border: 1px solid #111;
  padding: 15px 22px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.dengzi-managed-form button:hover {
  transform: translateY(-1px);
}

.dengzi-managed-form--panel {
  max-width: 620px;
  border: 1px solid #d9d4cc;
  padding: 22px;
  background: #fbfaf7;
}

.dengzi-managed-form--inline .dengzi-form-fields,
.dengzi-managed-form--footer .dengzi-form-fields {
  grid-template-columns: 1fr;
}

.dengzi-managed-form--inline .dengzi-form-field label,
.dengzi-managed-form--footer .dengzi-form-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.dengzi-managed-form--inline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.dengzi-managed-form--inline .dengzi-form-fields {
  min-width: 0;
}

.dengzi-managed-form--inline button,
.dengzi-managed-form--footer button {
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
}

.newsletter > p {
  max-width: 280px;
  margin: -4px 0 14px;
  color: #4f4f4f;
  font-size: 12px;
  line-height: 1.45;
}

.dengzi-managed-form--footer {
  gap: 10px;
}

.dengzi-plp {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 0 70px;
}

.dengzi-plp__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.dengzi-plp__head h1 {
  margin: 0;
  font-size: 46px;
  line-height: 1;
  font-weight: 850;
}

.dengzi-term-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.dengzi-term-tabs a {
  border: 1px solid #d7d2c9;
  padding: 13px 18px;
  background: #fbfaf7;
  font-size: 13px;
  font-weight: 800;
}

.dengzi-term-tabs a.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.dengzi-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dengzi-product-grid .product-card {
  background: #f0ece5;
  padding: 14px;
}

.dengzi-product-grid .product-card img {
  object-fit: contain;
}

.dengzi-pagination {
  margin-top: 36px;
}

.dengzi-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dengzi-pagination a,
.dengzi-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid #d7d2c9;
  padding: 0 14px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.dengzi-pagination .current {
  border-color: #111;
  background: #111;
  color: #fff;
}

.dengzi-page-band {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
}

.dengzi-basic-page {
  width: 100%;
  max-width: 1440px;
  background: transparent;
}

.dengzi-basic-page .dengzi-basic-hero {
  grid-template-columns: minmax(0, 1fr) 520px;
  min-height: 420px;
}

.dengzi-basic-page .dengzi-basic-hero img {
  height: 420px;
}

.collections-page {
  padding: 54px 0 0;
}

.collections-hero,
.collections-section,
.collections-feature {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.collections-hero {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
  min-height: 430px;
  border: 1px solid #d9d4cc;
  background: #fff;
}

.collections-hero__copy {
  align-self: center;
  padding: 56px 62px;
}

.collections-hero__copy h1 {
  max-width: 430px;
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1;
  font-weight: 850;
}

.collections-hero__copy p:not(.articles-kicker) {
  max-width: 380px;
  margin: 0 0 28px;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.collections-hero__media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.collections-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collections-hero__stats {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(216, 211, 203, .86);
}

.collections-hero__stats span {
  display: grid;
  gap: 4px;
  padding: 16px;
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 650;
}

.collections-hero__stats span + span {
  border-left: 1px solid #d8d3cb;
}

.collections-hero__stats strong {
  color: #111;
  font-size: 20px;
  line-height: 1;
  font-weight: 850;
}

.collections-section {
  padding: 58px 0 0;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.collection-card {
  background: #fff;
}

.collection-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.collection-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  background: #ebe4da;
}

.collection-card div {
  min-height: 168px;
  border: 1px solid #ded8d0;
  border-top: 0;
  padding: 22px 24px 24px;
}

.collection-card span {
  display: block;
  margin-bottom: 12px;
  color: #8d2d22;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
}

.collection-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.06;
  font-weight: 850;
}

.collection-card p {
  margin: 0;
  color: #505050;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 560;
}

.collections-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  margin-top: 58px;
  background: #e8ded1;
}

.collections-feature img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.collections-feature > div {
  padding: 42px 48px;
}

.collections-feature h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.02;
  font-weight: 850;
}

.collections-feature p:not(.articles-kicker) {
  margin: 0 0 24px;
  color: #4f4b45;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 560;
}

.collections-products {
  padding-top: 58px;
}

.shop-edit-page {
  padding: 54px 0 0;
}

.shop-edit-hero,
.shop-edit-highlights,
.shop-edit-bundles {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.shop-edit-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 540px;
  min-height: 430px;
  border: 1px solid #d9d4cc;
  background: #fff;
}

.shop-edit-hero__copy {
  align-self: center;
  padding: 58px 72px;
}

.shop-edit-hero__copy h1 {
  max-width: 570px;
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1;
  font-weight: 850;
}

.shop-edit-hero__copy p:not(.articles-kicker) {
  max-width: 520px;
  margin: 0 0 28px;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.shop-edit-hero > img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.shop-edit-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  background: #d9d4cc;
  border: 1px solid #d9d4cc;
}

.shop-edit-highlights article {
  min-height: 132px;
  padding: 26px 30px;
  background: #fff;
}

.shop-edit-highlights h2 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.05;
  font-weight: 850;
}

.shop-edit-highlights p {
  margin: 0;
  color: #505050;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 560;
}

.shop-edit-products {
  padding-top: 58px;
}

.shop-edit-bundles {
  padding-top: 58px;
}

.shop-edit-bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.shop-edit-bundle-card {
  background: #fff;
}

.shop-edit-bundle-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
  background: #ebe4da;
}

.shop-edit-bundle-card div {
  min-height: 142px;
  border: 1px solid #ded8d0;
  border-top: 0;
  padding: 22px 24px;
}

.shop-edit-bundle-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 850;
}

.shop-edit-bundle-card p {
  margin: 0 0 14px;
  color: #505050;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 560;
}

.shop-edit-bundle-card strong {
  font-size: 13px;
  font-weight: 850;
}

.dengzi-basic-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 40px;
  align-items: center;
  border: 1px solid #d9d4cc;
  background: #fff;
}

.dengzi-basic-hero__copy {
  padding: 56px 62px;
}

.dengzi-basic-hero h1 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1;
}

.dengzi-basic-hero p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.dengzi-basic-hero img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.dengzi-search-page {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0 70px;
}

.dengzi-search-hero {
  border: 1px solid #d9d4cc;
  padding: 42px 48px;
  background: #fff;
}

.dengzi-search-hero h1 {
  max-width: 800px;
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1;
  font-weight: 850;
}

.dengzi-search-hero p:not(.articles-kicker) {
  max-width: 620px;
  margin: 0 0 24px;
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}

.dengzi-search-refine {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 760px;
  border: 1px solid #d8d3cb;
  background: #fff;
}

.dengzi-search-refine input {
  min-width: 0;
  height: 52px;
  border: 0;
  padding: 0 17px;
  background: transparent;
  font: inherit;
}

.dengzi-search-refine button {
  border: 0;
  border-left: 1px solid #d8d3cb;
  padding: 0 24px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
}

.dengzi-search-results {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.dengzi-search-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  border: 1px solid #d9d4cc;
  padding: 18px;
  background: #fff;
}

.dengzi-search-card__image {
  display: block;
  background: #eee8df;
}

.dengzi-search-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.dengzi-search-card span {
  display: block;
  margin-bottom: 9px;
  color: #8d2d22;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
}

.dengzi-search-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.1;
}

.dengzi-search-card h2 a {
  color: inherit;
  text-decoration: none;
}

.dengzi-search-card p {
  max-width: 760px;
  margin: 0 0 14px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.dengzi-search-empty {
  margin-top: 28px;
  border: 1px solid #d9d4cc;
  padding: 34px;
  background: #fff;
}

.dengzi-search-empty h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.dengzi-search-empty p {
  margin: 0 0 22px;
  color: #555;
}

.dengzi-search-empty > div {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.dengzi-cart-note {
  max-width: 1280px;
  margin: 0 auto 48px;
}

.cart-remove {
  width: fit-content;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.cart-item.is-removing {
  opacity: 0;
  transform: translateX(14px);
}

.cart-item {
  transition: opacity .2s ease, transform .2s ease;
}

.cart-item[hidden] {
  display: none;
}

.cart-empty-note {
  border: 1px solid #d8d2cb;
  padding: 22px;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 650;
}

.pdp-gallery img {
  cursor: pointer;
}

.pdp-breadcrumb {
  max-width: 1440px;
  margin: 0 auto 20px;
  padding: 22px 40px 0;
  color: #242424;
  font-size: 12px;
  line-height: 1.3;
}

.pdp-breadcrumb a {
  color: inherit;
}

.pdp-hero {
  align-items: start;
}

.pdp-gallery,
.pdp-info {
  min-width: 0;
}

.pdp-gallery > img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  background: #e7ddcf;
}

.pdp-gallery > img:first-child {
  grid-row: 1 / -1;
}

.pdp-info {
  align-self: start;
  border: 1px solid #ded8d0;
  padding: 34px 34px 30px;
  background: #fff;
}

.pdp-info h1 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
}

.pdp-kicker {
  margin: 0 0 16px;
  color: #1f1f1f;
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
}

.pdp-copy {
  margin: 0 0 24px;
  color: #414141;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 560;
}

.pdp-option h2 {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 760;
}

.pdp-option p {
  margin: 0;
  color: #6a6259;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 620;
}

.pdp-info .cart-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
}

.pdp-gallery img.is-active {
  outline: 2px solid #111;
  outline-offset: -2px;
}

.article-share a:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 1320px) {
  .dengzi-plp,
  .dengzi-page-band,
  .dengzi-search-page,
  .dengzi-cart-note,
  .collections-hero,
  .collections-section,
  .collections-feature,
  .shop-edit-hero,
  .shop-edit-highlights,
  .shop-edit-bundles {
    padding-right: 40px;
    padding-left: 40px;
  }

  .collections-hero,
  .collections-feature,
  .shop-edit-hero {
    border-right: 0;
    border-left: 0;
  }
}

@media (max-width: 860px) {
  body:not(.home) .footer-shell {
    margin-top: 32px;
  }

  .home .hero-banner__copy {
    top: 13%;
    left: 28px;
    width: 300px;
  }

  .home .hero-banner__title {
    font-size: 38px;
    max-width: 300px;
  }

  .dengzi-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dengzi-basic-hero {
    grid-template-columns: 1fr;
  }

  .dengzi-form-fields {
    grid-template-columns: 1fr;
  }

  .dengzi-managed-form--inline {
    grid-template-columns: 1fr;
  }

  .dengzi-search-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .collections-page {
    padding-top: 34px;
  }

  .collections-hero,
  .collections-feature {
    grid-template-columns: 1fr;
  }

  .collections-hero__copy {
    padding: 38px 30px;
  }

  .collections-hero__copy h1 {
    font-size: 38px;
  }

  .collections-hero__media {
    min-height: 300px;
  }

  .collections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collections-feature {
    margin-top: 42px;
  }

  .collections-feature img {
    height: 280px;
  }

  .collections-feature > div {
    padding: 32px 28px 36px;
  }

  .collections-feature h2 {
    font-size: 28px;
  }

  .shop-edit-page {
    padding-top: 34px;
  }

  .shop-edit-hero {
    grid-template-columns: 1fr;
  }

  .shop-edit-hero__copy {
    padding: 38px 30px;
  }

  .shop-edit-hero__copy h1 {
    font-size: 38px;
  }

  .shop-edit-hero > img {
    height: 300px;
  }

  .shop-edit-highlights,
  .shop-edit-bundle-grid {
    grid-template-columns: 1fr;
  }

  .wp-dengzi-main > .content-section.products + .articles-signup-band {
    grid-template-columns: 1fr;
    max-width: calc(100% - 36px);
    min-height: 0;
    margin-top: 36px;
  }

  .wp-dengzi-main > .content-section.products + .articles-signup-band .pdp-newsletter__copy {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 28px;
  }

  .wp-dengzi-main > .content-section.products + .articles-signup-band .pdp-newsletter__copy h2 {
    max-width: 360px;
    font-size: 28px;
  }

  .wp-dengzi-main > .content-section.products + .articles-signup-band > img {
    height: auto;
    aspect-ratio: 1.7 / 1;
  }

  .promo-grid {
    grid-template-columns: 1fr;
  }

  .promo {
    aspect-ratio: 1.8 / 1;
  }

  .dengzi-basic-hero__copy {
    padding: 34px 28px;
  }

  .pdp-breadcrumb {
    padding-right: 28px;
    padding-left: 28px;
  }

  .pdp-info {
    padding: 26px 24px;
  }

  .pdp-info h1 {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .home .hero-banner__image {
    object-position: 28% center;
  }

  .home .hero-banner__copy {
    top: 12%;
    left: 20px;
    width: 170px;
  }

  .home .hero-banner__title {
    font-size: 30px;
    max-width: 170px;
  }

  .dengzi-product-grid {
    grid-template-columns: 1fr;
  }

  .dengzi-plp,
  .dengzi-page-band,
  .dengzi-search-page,
  .dengzi-cart-note,
  .collections-hero,
  .collections-section,
  .collections-feature,
  .shop-edit-hero,
  .shop-edit-highlights,
  .shop-edit-bundles {
    padding-right: 18px;
    padding-left: 18px;
  }

  .shop-edit-hero__copy {
    padding: 32px 22px;
  }

  .shop-edit-hero__copy h1 {
    font-size: 32px;
  }

  .collections-hero__copy {
    padding: 32px 22px;
  }

  .pdp-breadcrumb {
    padding-right: 18px;
    padding-left: 18px;
  }

  .pdp-gallery > img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .pdp-gallery > img {
    aspect-ratio: 1.22 / 1;
    height: auto;
  }

  .pdp-gallery > img:first-child {
    aspect-ratio: 1.34 / 1;
  }

  .pdp-info {
    padding: 24px 22px;
  }

  .collections-hero__copy h1 {
    font-size: 32px;
  }

  .collections-hero__stats {
    grid-template-columns: 1fr;
  }

  .collections-hero__stats span + span {
    border-top: 1px solid #d8d3cb;
    border-left: 0;
  }

  .collections-grid {
    grid-template-columns: 1fr;
  }

  .dengzi-search-hero {
    padding: 32px 22px;
  }

  .dengzi-search-hero h1 {
    font-size: 32px;
  }

  .dengzi-search-refine,
  .dengzi-search-card {
    grid-template-columns: 1fr;
  }

  .dengzi-search-refine button {
    height: 46px;
    border-top: 1px solid #d8d3cb;
    border-left: 0;
  }
}
