:root {
  color-scheme: light;
  --bg: #f6efe7;
  --surface: rgba(255, 252, 248, 0.96);
  --surface-strong: #fffaf4;
  --text: #352b23;
  --muted: #7f6d5d;
  --line: rgba(114, 84, 52, 0.14);
  --accent: #f2a230;
  --accent-deep: #d98312;
  --success: #2f8f63;
  --shadow: 0 20px 50px rgba(84, 55, 26, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(255, 224, 179, 0.45), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 244, 214, 0.6), transparent 28%),
    linear-gradient(180deg, #f9f2ea 0%, #f4ece4 100%);
  color: var(--text);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
}

body {
  padding: 20px 16px 108px;
  overflow-x: hidden;
}

body.body-scroll-locked {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}

.hidden {
  display: none !important;
}

.page-shell {
  max-width: 680px;
  margin: 0 auto;
}

.page {
  display: grid;
  gap: 16px;
}

.hero-card,
.state-card,
.cart-sheet,
.success-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.hero-top {
  min-height: 156px;
  padding: 26px 22px 20px;
  background:
    linear-gradient(135deg, rgba(242, 162, 48, 0.92), rgba(111, 74, 41, 0.8)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}

.hero-bottom {
  height: 156px;
  padding: 0;
  background: rgba(255, 252, 248, 0.98);
}

.hero-ad {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.92), rgba(255, 252, 248, 0.98));
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #b29a83;
  font-size: 14px;
}

.store-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.store-logo {
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff0d9, #ffe1ae);
  border: 1px solid rgba(255, 255, 255, 0.78);
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #8f5c19;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 10px 26px rgba(92, 58, 26, 0.12);
}

.store-logo img,
.hero-ad img,
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.store-meta {
  min-width: 0;
  flex: 1;
  padding-top: 8px;
}

.store-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2d241d;
}

.store-tags,
.category-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.store-tags::-webkit-scrollbar,
.category-strip::-webkit-scrollbar {
  display: none;
}

.tag {
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--muted);
  font-size: 13px;
}

.tag-accent {
  margin-top: 14px;
  background: rgba(255, 244, 224, 0.88);
  color: var(--accent-deep);
  font-weight: 700;
}

.state-card {
  border-radius: var(--radius-lg);
  padding: 24px 20px;
}

.state-title {
  font-size: 20px;
  font-weight: 700;
}

.state-text {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.7;
}

.error-card {
  border-color: rgba(214, 92, 65, 0.18);
  background: rgba(255, 248, 246, 0.98);
}

.content {
  display: grid;
  gap: 14px;
}

.category-strip {
  position: sticky;
  top: calc(env(safe-area-inset-top) + 8px);
  z-index: 18;
  padding: 10px max(8px, calc(50% - 82px));
  margin: -2px -2px 0;
  border-radius: 999px;
  background: rgba(249, 244, 236, 0.92);
  border: 1px solid rgba(114, 84, 52, 0.12);
  box-shadow: 0 10px 26px rgba(86, 61, 34, 0.08);
  backdrop-filter: blur(18px);
  scroll-padding-inline: calc(50% - 72px);
  scroll-snap-type: x proximity;
}

.category-button {
  flex: 0 0 auto;
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--muted);
  font-size: 14px;
  cursor: pointer;
  scroll-snap-align: center;
}

.category-button.active {
  background: linear-gradient(135deg, #f4b143, #f1921d);
  color: #fff;
  box-shadow: 0 10px 24px rgba(241, 146, 29, 0.24);
}

.products-grid {
  display: grid;
  gap: 12px;
}

.category-bottom-hint {
  border-radius: 22px;
  padding: 16px 18px 18px;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 244, 224, 0.92));
  border: 1px dashed rgba(241, 146, 29, 0.28);
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #b97a1b;
  cursor: pointer;
}

.category-bottom-hint-icon {
  position: relative;
  width: 28px;
  height: 30px;
}

.category-bottom-hint-icon span {
  position: absolute;
  left: 50%;
  width: 14px;
  height: 14px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
  animation: categoryHintFloat 1.25s ease-in-out infinite;
}

.category-bottom-hint-icon span:first-child {
  top: 0;
  opacity: 0.7;
}

.category-bottom-hint-icon span:last-child {
  top: 8px;
  animation-delay: 0.16s;
}

.category-bottom-hint:hover,
.category-bottom-hint:active {
  background: linear-gradient(180deg, rgba(255, 245, 223, 0.98), rgba(255, 232, 191, 0.96));
  border-style: solid;
  border-color: rgba(241, 146, 29, 0.42);
  box-shadow: 0 14px 28px rgba(241, 146, 29, 0.16);
}

.category-bottom-hint-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}

@keyframes categoryHintFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(45deg);
    opacity: 0.45;
  }

  50% {
    transform: translateX(-50%) translateY(5px) rotate(45deg);
    opacity: 1;
  }
}

.product-card {
  border-radius: var(--radius-lg);
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(86, 61, 34, 0.08);
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
}

.product-image {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff4e2, #f8d8a4);
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #8f5c19;
  font-size: 26px;
  font-weight: 700;
}

.product-image-button {
  border: none;
  padding: 0;
  cursor: pointer;
}

.product-title {
  font-size: 18px;
  font-weight: 700;
}

.product-desc {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

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

.product-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--accent-deep);
}

.add-button,
.primary-button,
.ghost-button {
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.add-button {
  position: relative;
  border-radius: 999px;
  width: 54px;
  height: 54px;
  padding: 0;
  background: rgba(242, 162, 48, 0.12);
  color: var(--accent-deep);
  font-weight: 700;
  font-size: 28px;
  display: grid;
  place-items: center;
}

.add-button.has-count {
  background: linear-gradient(135deg, rgba(244, 177, 67, 0.2), rgba(241, 146, 29, 0.28));
}

.add-button-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4b143, #f1921d);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(241, 146, 29, 0.28);
}

.detail-view {
  display: grid;
  gap: 14px;
  padding-bottom: calc(110px + env(safe-area-inset-bottom));
}

.detail-back {
  border: none;
  background: rgba(88, 61, 30, 0.08);
  color: var(--muted);
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.detail-card {
  border-radius: 28px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(86, 61, 34, 0.1);
  display: grid;
  gap: 18px;
}

.detail-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff4e2, #f8d8a4);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 12px;
  color: #8f5c19;
  font-size: 72px;
  font-weight: 700;
}

.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detail-body {
  display: grid;
  gap: 10px;
}

.detail-category {
  color: var(--accent-deep);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.detail-name {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
}

.detail-price {
  font-size: 34px;
  font-weight: 800;
  color: var(--accent-deep);
}

.detail-desc {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.detail-add-button {
  flex: 1 1 0;
}

.detail-actions {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 18px;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
  border-radius: 24px;
  background: rgba(255, 252, 248, 0.96);
  border: 1px solid var(--line);
  box-shadow: 0 20px 40px rgba(30, 24, 19, 0.16);
  backdrop-filter: blur(16px);
  z-index: 32;
}

.detail-actions .detail-back {
  flex: 0 0 auto;
  min-width: 112px;
}

.primary-button {
  border-radius: 16px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #f4b143, #f1921d);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(241, 146, 29, 0.28);
}

.ghost-button {
  border-radius: 12px;
  padding: 10px 14px;
  background: rgba(88, 61, 30, 0.08);
  color: var(--muted);
}

.sheet-close-button {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
}

.add-button:hover,
.primary-button:hover,
.ghost-button:hover {
  transform: translateY(-1px);
}

.primary-button:disabled {
  background: linear-gradient(135deg, #d8d3cc, #c7c1ba);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.cart-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 18px;
  max-width: 680px;
  margin: 0 auto;
  border: none;
  border-radius: 24px;
  background: rgba(53, 43, 35, 0.96);
  color: #fff;
  box-shadow: 0 20px 40px rgba(30, 24, 19, 0.28);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  z-index: 30;
}

.cart-bar.compact {
  left: 16px;
  right: auto;
  width: auto;
  padding: 12px;
  gap: 0;
  border-radius: 22px;
}

.cart-bar.compact .cart-count,
.cart-bar.compact .cart-info-group,
.cart-bar.compact .cart-action-button {
  display: none;
}

.cart-summary {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-info-group {
  display: none;
}

.language-button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #ffe2b6;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.language-icon {
  font-size: 18px;
  line-height: 1;
}

.cart-count {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  padding: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f4b143, #f1921d);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.cart-count:disabled {
  cursor: default;
  opacity: 0.9;
}

.cart-total,
.footer-total {
  font-size: 20px;
  font-weight: 700;
}

.cart-action-button {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #ffdca6;
  font-weight: 700;
  cursor: pointer;
  align-self: stretch;
  min-width: 144px;
  padding: 12px 18px;
  margin: -8px -6px -8px 0;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-menu {
  position: absolute;
  left: 16px;
  bottom: calc(100% + 10px);
  display: grid;
  gap: 8px;
  min-width: 120px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(53, 43, 35, 0.96);
  box-shadow: 0 12px 28px rgba(30, 24, 19, 0.24);
}

.language-option {
  border: none;
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff7eb;
  text-align: left;
  cursor: pointer;
}

.language-option.active {
  background: linear-gradient(135deg, #f4b143, #f1921d);
  color: #fff;
}

.sheet-backdrop,
.attribute-backdrop,
.setmeal-backdrop,
.success-panel {
  position: fixed;
  inset: 0;
  background: rgba(21, 17, 14, 0.44);
}

.sheet-backdrop,
.attribute-backdrop,
.setmeal-backdrop {
  backdrop-filter: blur(6px);
}

.cart-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 680px;
  border-radius: 28px 28px 0 0;
  padding: 18px 18px calc(18px + env(safe-area-inset-bottom));
  display: grid;
  gap: 18px;
  background: var(--surface-strong);
}

.attribute-dialog {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 18px;
  max-width: 680px;
  margin: 0 auto;
  border-radius: 28px;
  padding: 18px 18px calc(18px + env(safe-area-inset-bottom));
  display: grid;
  gap: 16px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  z-index: 34;
}

.setmeal-dialog {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 18px;
  max-width: 680px;
  margin: 0 auto;
  border-radius: 28px;
  padding: 18px 18px calc(18px + env(safe-area-inset-bottom));
  display: grid;
  gap: 16px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  z-index: 34;
}

.attribute-header {
  display: grid;
  gap: 6px;
}

.setmeal-header {
  display: grid;
  gap: 6px;
}

.attribute-title {
  font-size: 20px;
  font-weight: 800;
}

.attribute-subtitle {
  color: var(--muted);
  font-size: 13px;
}

.setmeal-title {
  font-size: 20px;
  font-weight: 800;
}

.setmeal-subtitle {
  color: var(--muted);
  font-size: 13px;
}

.attribute-error {
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(233, 120, 50, 0.12);
  color: #c86024;
  font-size: 13px;
  font-weight: 700;
}

.setmeal-error {
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(233, 120, 50, 0.12);
  color: #c86024;
  font-size: 13px;
  font-weight: 700;
}

.attribute-groups {
  display: grid;
  gap: 14px;
  max-height: min(52vh, 460px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.setmeal-courses {
  display: grid;
  gap: 14px;
  max-height: min(52vh, 460px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.attribute-group {
  border-radius: 20px;
  padding: 14px;
  background: rgba(255, 249, 241, 0.96);
  border: 1px solid rgba(114, 84, 52, 0.12);
  display: grid;
  gap: 12px;
}

.setmeal-course {
  border-radius: 20px;
  padding: 14px;
  background: rgba(255, 249, 241, 0.96);
  border: 1px solid rgba(114, 84, 52, 0.12);
  display: grid;
  gap: 12px;
}

.attribute-group-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.attribute-group-name {
  font-size: 16px;
  font-weight: 700;
}

.attribute-group-rule {
  color: var(--muted);
  font-size: 12px;
}

.attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.attribute-option {
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid rgba(114, 84, 52, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.attribute-option.active {
  border-color: rgba(242, 162, 48, 0.72);
  background: rgba(242, 162, 48, 0.14);
  color: var(--accent-deep);
  box-shadow: 0 10px 24px rgba(242, 162, 48, 0.12);
}

.attribute-option-price {
  font-size: 12px;
  color: var(--muted);
}

.attribute-option.active .attribute-option-price {
  color: inherit;
}

.setmeal-options {
  display: grid;
  gap: 10px;
}

.setmeal-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(114, 84, 52, 0.12);
}

.setmeal-option-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.setmeal-option-thumb {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff4e2, #f8d8a4);
  flex: 0 0 auto;
}

.setmeal-option-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.setmeal-option-name {
  font-size: 14px;
  font-weight: 700;
}

.setmeal-option-price {
  margin-top: 4px;
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 700;
}

.setmeal-option-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.setmeal-course-count {
  min-width: 52px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(242, 162, 48, 0.14);
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.attribute-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.setmeal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.attribute-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sheet-header,
.sheet-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sheet-title {
  font-size: 20px;
  font-weight: 700;
}

.sheet-subtitle,
.footer-label,
.empty-cart {
  color: var(--muted);
  font-size: 13px;
}

.sheet-body {
  display: grid;
  gap: 14px;
  max-height: 52vh;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(114, 84, 52, 0.08);
}

.submitted-group {
  display: grid;
}

.submitted-group + .submitted-group {
  margin-top: 8px;
}

.submitted-group-title {
  margin: 6px 0 2px;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 800;
}

.cart-item-name {
  font-size: 15px;
  font-weight: 700;
}

.cart-item-desc {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.cart-item-attr {
  margin-top: 6px;
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 700;
}

.cart-item-note {
  margin-top: 6px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.6;
  white-space: normal;
}

.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.submitted-qty {
  min-width: 44px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  background: rgba(242, 162, 48, 0.16);
  color: var(--accent-deep);
  font-weight: 700;
}

.qty-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(242, 162, 48, 0.14);
  color: var(--accent-deep);
  font-size: 18px;
  cursor: pointer;
}

.field-label {
  font-size: 14px;
  font-weight: 700;
}

.field-control {
  width: 100%;
  border: 1px solid rgba(114, 84, 52, 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
}

.textarea-control {
  min-height: 92px;
  resize: vertical;
  font-family: inherit;
}

.success-panel {
  display: grid;
  place-items: center;
  padding: 20px;
  z-index: 40;
  backdrop-filter: grayscale(0.25) blur(4px);
  pointer-events: auto;
}

.success-card {
  width: min(420px, 100%);
  border-radius: 28px;
  padding: 28px 24px;
  text-align: center;
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 41;
}

.success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  background: rgba(47, 143, 99, 0.14);
  color: var(--success);
  font-size: 36px;
  font-weight: 700;
}

.success-badge {
  justify-self: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(242, 162, 48, 0.14);
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 800;
}

.success-title {
  font-size: 24px;
  font-weight: 700;
}

.success-text {
  color: var(--muted);
  line-height: 1.7;
}

.success-summary {
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(53, 43, 35, 0.06);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.success-button {
  width: 100%;
  margin-top: 4px;
}

@media (min-width: 768px) {
  body {
    padding-top: 28px;
  }

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