:root {
  --ink: #0a0b0d;
  --ink-soft: #252932;
  --muted: #6b7280;
  --line: rgba(10, 11, 13, 0.12);
  --soft: #f5f5f7;
  --panel: #ffffff;
  --blue: #0071e3;
  --blue-dark: #005bbf;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-card: 0 12px 34px rgba(10, 11, 13, 0.08);
  --shadow-hover: 0 18px 48px rgba(10, 11, 13, 0.12);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --duration: 220ms;
  --container: 1160px;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.locked {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--soft);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
}

.skip {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 100;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 0 0 1px var(--line);
}

.skip:focus {
  left: 12px;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.muted {
  color: var(--muted);
}

.price {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  flex: 0 0 auto;
}

.button,
.icon-button,
.back-link,
.chip {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
  transition: transform var(--duration) var(--ease), background var(--duration) var(--ease), border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease), opacity var(--duration) var(--ease);
}

.button:hover,
.icon-button:hover,
.back-link:hover,
.chip:hover {
  transform: translateY(-1px);
}

.button:active,
.icon-button:active,
.back-link:active,
.chip:active,
.qty-button:active,
.variant-button:active {
  transform: translateY(0) scale(0.985);
}

.button.primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(0, 113, 227, 0.2);
}

.button.primary:hover {
  background: var(--blue-dark);
}

.button.dark {
  color: #fff;
  background: var(--ink);
}

.button.light,
.chip,
.back-link {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.button.block {
  width: 100%;
}

.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.25);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.nav-shell {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--ink);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.7vw, 24px);
  color: rgba(10, 11, 13, 0.66);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.icon-button {
  width: auto;
  padding: 0 13px;
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.icon-button.only-icon {
  width: 42px;
  padding: 0;
}

.cart-count {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  line-height: 1;
}

.menu-button {
  display: none;
}

.page {
  min-height: calc(100dvh - 66px);
}

.hero {
  color: #fff;
  background: #030406;
}

.hero-grid {
  min-height: min(760px, calc(100dvh - 66px));
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 58px;
  padding: 56px 0;
}

.hero h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(46px, 5.6vw, 78px);
  line-height: 1;
  letter-spacing: 0;
}

.hero p {
  max-width: 540px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.55;
}

.hero .button.light {
  color: var(--ink);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.72);
}

.hero .button.light:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border-color: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.hero-media img {
  min-height: 500px;
}

.hero-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  color: #fff;
  background: rgba(3, 4, 6, 0.76);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-item {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 24px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
}

.section {
  padding: 68px 0;
}

.section.tight {
  padding-top: 40px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-head h2,
.page-title h1 {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
}

.section-head p,
.page-title p {
  max-width: 520px;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.category-grid,
.product-grid,
.review-grid,
.support-grid,
.support-actions,
.spec-grid,
.tile-grid {
  display: grid;
  gap: 16px;
}

.category-grid {
  grid-template-columns: repeat(4, 1fr);
}

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

.review-grid,
.support-grid {
  grid-template-columns: repeat(3, 1fr);
}

.support-actions {
  grid-template-columns: repeat(4, 1fr);
}

.category-card,
.product-card,
.review-card,
.support-card,
.support-action-card,
.summary-card,
.checkout-form,
.panel,
.faq-item {
  background: var(--panel);
  border-radius: var(--radius-md);
  box-shadow: 0 0 0 1px var(--line);
}

.category-card,
.product-card {
  overflow: hidden;
  transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.category-card:hover,
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover), 0 0 0 1px var(--line);
}

.product-image {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--soft);
}

.category-card img {
  aspect-ratio: 1.08;
  overflow: hidden;
  background: var(--soft);
}

.product-image img {
  position: absolute;
  inset: 0;
  width: 82%;
  height: 82%;
  margin: auto;
  object-fit: contain;
  padding: 0;
  transition: transform 360ms var(--ease), opacity var(--duration) var(--ease);
}

.product-card.image-mode-scene .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-hover-img {
  opacity: 0;
}

.product-card:hover .product-main-img {
  opacity: 0;
}

.product-card:hover .product-hover-img {
  opacity: 1;
}

.category-card img {
  transition: transform 360ms var(--ease), opacity var(--duration) var(--ease);
}

.product-card:hover .product-image img,
.category-card:hover img {
  transform: scale(1.02);
}

.category-card span,
.product-body {
  display: block;
  padding: 18px;
}

.category-card small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.review-card,
.support-card,
.support-action-card,
.panel {
  padding: 22px;
}

.support-action-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 86px;
  font-weight: 780;
  transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.support-action-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover), 0 0 0 1px var(--line);
}

.review-card p,
.support-card p,
.panel p {
  color: var(--muted);
}

.newsletter-panel,
.bundle-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
}

.newsletter-panel h2,
.bundle-panel h2,
.editorial h2 {
  margin: 0 0 8px;
}

.newsletter-panel p,
.bundle-panel p,
.editorial p {
  margin: 0;
}

.tile-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.collection-status {
  justify-content: space-between;
  margin-bottom: 16px;
}

.account-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.button.disabled {
  opacity: 0.55;
}

.product-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.product-body p {
  min-height: 42px;
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.product-swatches,
.card-actions,
.filter-row,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.swatch {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.16), 0 0 0 2px rgba(255, 255, 255, 0.9);
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.small-link {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.badge-row {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.badge {
  border-radius: 999px;
  padding: 4px 8px;
  background: var(--soft);
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.comparison {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.comparison div {
  min-height: 120px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.comparison div:last-child {
  border-right: 0;
}

.faq-list {
  max-width: 860px;
  display: grid;
  gap: 10px;
  margin: 0 auto;
}

.faq-item summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--blue);
  font-size: 24px;
  font-weight: 500;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
}

.page-title {
  padding: 54px 0 30px;
  border-bottom: 1px solid var(--line);
}

.collection-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  padding: 36px 0 72px;
}

.filter-panel {
  position: sticky;
  top: 88px;
  align-self: start;
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 0 0 1px var(--line);
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 0 12px;
  background: #fff;
}

.field textarea {
  min-height: 120px;
  padding-top: 12px;
  resize: vertical;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 42px;
  padding: 52px 0 72px;
}

.gallery {
  position: sticky;
  top: 92px;
  align-self: start;
}

.gallery-main {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--soft);
  box-shadow: 0 0 0 1px var(--line);
}

.gallery-main img {
  transition: opacity var(--duration) var(--ease), transform 360ms var(--ease);
}

.gallery-main img.switching {
  opacity: 0;
  transform: scale(0.995);
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.thumb {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  opacity: 0.72;
}

.thumb.active {
  border-color: var(--ink);
  opacity: 1;
}

.detail-info h1 {
  margin: 0;
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1.05;
}

.detail-info > p {
  color: var(--muted);
}

.variant-current {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.variant-current strong {
  color: var(--ink);
}

.option-group {
  margin-top: 24px;
}

.selector-title {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variant-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  font-weight: 750;
  transition: background var(--duration) var(--ease), color var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.variant-button.active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.stock {
  color: #176d37;
  font-weight: 800;
}

.qty-control {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 1px var(--line);
}

.qty-button {
  width: 44px;
  height: 44px;
  font-size: 18px;
  font-weight: 800;
}

.qty-value {
  min-width: 44px;
  text-align: center;
  font-weight: 800;
}

.feature-list,
.meta-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 10px;
}

.feature-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--blue);
}

.meta-list li,
.spec-row,
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.meta-list strong,
.spec-row strong {
  color: var(--ink);
}

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

.cart-list {
  display: grid;
  gap: 10px;
}

.cart-item {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 0 0 1px var(--line);
}

.cart-item img,
.order-item img {
  border-radius: var(--radius-md);
}

.line-sku {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.summary-card {
  position: sticky;
  top: 88px;
  align-self: start;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 0 0 1px var(--line), var(--shadow-card);
}

.summary-row.total {
  color: var(--ink);
  border-bottom: 0;
  font-size: 20px;
  font-weight: 850;
}

.summary-note {
  margin: 2px 0 18px;
  color: var(--muted);
  font-size: 13px;
}

.empty-state {
  padding: 44px;
  text-align: center;
  border-radius: var(--radius-lg);
  background: var(--soft);
}

.checkout-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 0 0 1px var(--line), var(--shadow-card);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.field.full {
  grid-column: 1 / -1;
}

.order-items {
  display: grid;
  gap: 12px;
  margin-bottom: 10px;
}

.order-item {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 10px;
  align-items: center;
}

.payment-review {
  padding: 16px;
  border-radius: var(--radius-md);
  background: var(--soft);
  color: var(--muted);
}

.drawer-backdrop,
.overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration) var(--ease);
}

.drawer-backdrop.active,
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.drawer,
.search-panel {
  position: fixed;
  z-index: 90;
  background: #fff;
  box-shadow: var(--shadow-hover);
  transform: translateX(110%);
  transition: transform 260ms var(--ease);
}

.drawer {
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: auto;
}

.drawer.active {
  transform: translateX(0);
}

.drawer-head {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
}

.drawer-body {
  padding: 18px;
}

.drawer-nav {
  display: grid;
  gap: 10px;
}

.search-panel {
  left: 50%;
  top: 86px;
  width: min(760px, calc(100% - 32px));
  max-height: calc(100dvh - 112px);
  overflow: auto;
  border-radius: var(--radius-lg);
  transform: translate(-50%, -12px);
  opacity: 0;
  pointer-events: none;
}

.search-panel.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.search-results {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.search-result {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: var(--radius-md);
  box-shadow: 0 0 0 1px var(--line);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 120;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: calc(100% - 32px);
  padding: 12px 14px 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow-hover);
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.toast.active {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.toast a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  padding: 46px 0;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.footer-list {
  display: grid;
  gap: 8px;
}

.audit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.audit-card {
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: 0 0 0 1px var(--line);
}

.audit-card img {
  aspect-ratio: 1.1;
}

.audit-card span {
  display: block;
  padding: 10px;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 980px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .nav-shell > .back-link {
    display: none;
  }

  .desktop-nav,
  .hide-mobile {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero-grid,
  .product-detail,
  .collection-layout,
  .cart-layout,
  .checkout-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: 44px 0;
  }

  .gallery,
  .filter-panel,
  .summary-card {
    position: static;
  }

  .product-grid,
  .category-grid,
  .review-grid,
  .support-grid,
  .audit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 660px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .nav-shell {
    min-height: 62px;
    gap: 10px;
  }

  .brand span:last-child,
  .icon-label {
    display: none;
  }

  .button,
  .icon-button,
  .back-link,
  .chip {
    min-height: 40px;
    padding: 0 13px;
  }

  .section {
    padding: 52px 0;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .hero-media img {
    min-height: 320px;
  }

  .hero-caption {
    position: static;
    border-radius: 0;
    background: #111318;
  }

  .trust-row,
  .product-grid,
  .category-grid,
  .review-grid,
  .support-grid,
  .support-actions,
  .field-grid,
  .comparison,
  .spec-grid,
  .audit-grid {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .comparison div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-detail,
  .collection-layout,
  .cart-layout,
  .checkout-layout {
    padding: 34px 0 58px;
  }

  .cart-item {
    grid-template-columns: 78px 1fr;
    align-items: start;
  }

  .cart-item > .price {
    grid-column: 1 / -1;
  }

  .search-result {
    grid-template-columns: 58px 1fr;
  }
}

/* Wanbazha back button hard guard */
body > a[href*="wanbazha.com"][class*="back"],
body > a[href*="wanbazha.com"][class*="Back"],
body > a[href*="wanbazha.com"][class*="wanbazha"],
body > a[href*="wanbazha.com"][class*="Wanbazha"],
body > a[href*="#case-showcase"][class*="back"],
body > a[href*="#case-showcase"][class*="wanbazha"],
body > .wanbazha-back-link,
body > .back-to-wanbazha,
body > .back-home,
body > .case-back,
body > .floating-back,
body > .global-back,
body > .wbz-back {
  display: none !important;
}

.site-header .back-home,
.site-header .back-to-wanbazha,
.site-header .wanbazha-back-link,
.site-header .case-back,
.site-header .wbz-back,
.site-header .nav-back,
.site-header .back-link {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(10, 11, 13, .12) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0a0b0d !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  z-index: auto !important;
}

.site-header .back-home:hover,
.site-header .back-to-wanbazha:hover,
.site-header .wanbazha-back-link:hover,
.site-header .case-back:hover,
.site-header .wbz-back:hover,
.site-header .nav-back:hover,
.site-header .back-link:hover {
  background: #f5f5f7 !important;
}

@media (min-width: 921px) {
  .mobile-only {
    display: none !important;
  }
}
