.nh-store-page {
  width: min(1540px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 110px;
}

.nh-store-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 70px;
  align-items: end;
  padding: 58px 0 45px;
  border-bottom: 1px solid var(--nh-line);
  overflow: hidden;
}
.nh-store-intro::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 18px;
  width: 42%;
  height: 6px;
  background: var(--nh-red);
  transform: skewX(-38deg);
  opacity: .9;
}
.nh-store-intro h1 {
  max-width: 830px;
  margin: 0;
  color: var(--nh-ink);
  font-family: var(--nh-display);
  font-size: clamp(58px, 7.8vw, 112px);
  font-weight: 800;
  line-height: .82;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.nh-store-intro h1 span { color: var(--nh-red); }
.nh-store-intro p:not(.nh-overline) { max-width: 650px; margin: 22px 0 0; color: var(--nh-muted); font-size: 17px; line-height: 1.65; }

.nh-search-panel { position: relative; z-index: 2; display: grid; gap: 12px; }
.nh-search-panel > b { font-family: var(--nh-display); font-size: 27px; letter-spacing: .02em; }
.search {
  min-height: 70px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 6px;
  border: 2px solid var(--nh-ink);
  border-radius: 12px;
  background: #fff;
  padding: 6px 16px;
  box-shadow: 8px 8px 0 var(--nh-red-soft);
}
.search span { color: var(--nh-red); font-size: 30px; line-height: 1; }
.search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--nh-ink); font-size: 17px; }
.search input::placeholder { color: #7b8492; }
.nh-search-hints { display: flex; flex-wrap: wrap; gap: 7px; color: var(--nh-muted); font-size: 11px; }
.nh-search-hints span { padding: 6px 8px; border-left: 2px solid var(--nh-red); background: rgba(255,255,255,.6); }

.nh-quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  margin-top: 17px;
}
.nh-quick-actions a,
.nh-quick-actions button {
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 2px;
  border: 1px solid var(--nh-line);
  border-radius: 10px;
  background: rgba(255,255,255,.72);
  color: var(--nh-ink);
  padding: 9px 11px;
  text-align: left;
  text-decoration: none;
}
.nh-quick-actions b { font-size: 12px; }
.nh-quick-actions small { color: var(--nh-muted); font-size: 10px; }
.nh-quick-actions a:hover,
.nh-quick-actions button:hover { border-color: var(--nh-red); background: #fff; }

.nh-store-layout {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding-top: 34px;
}

.nh-category-panel {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 112px);
  overflow: auto;
  border-right: 1px solid var(--nh-line);
  padding: 6px 24px 24px 0;
  scrollbar-width: thin;
}
.nh-category-panel h2 { margin: 0 0 18px; font-family: var(--nh-display); font-size: 32px; letter-spacing: .01em; }
.category-strip,
.subcategory-strip:not([hidden]) { display: grid; gap: 5px; }
.subcategory-strip { margin-top: 14px; padding-top: 14px; border-top: 1px dashed #c6d0dc; }
.category-strip .category-card,
.subcategory-strip button.category-card {
  min-height: 46px;
  width: 100%;
  display: flex;
  align-items: stretch;
  border: 0;
  border-left: 3px solid transparent;
  border-radius: 0 8px 8px 0;
  background: transparent;
  color: var(--nh-ink);
  padding: 0;
  text-align: left;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.category-copy {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 9px 10px 9px 13px;
}
.category-copy b { font-size: 13px; line-height: 1.25; }
.category-strip .category-card:hover,
.subcategory-strip button.category-card:hover { border-left-color: #e6a2a2; background: #fff; color: var(--nh-red); }
.category-strip .category-card.active,
.subcategory-strip button.category-card.active { border-left-color: var(--nh-red); background: var(--nh-red-soft); color: var(--nh-red-dark); }
.category-group { border-bottom: 1px solid #dbe2ea; padding-bottom: 7px; }
.category-group:last-child { border-bottom: 0; }
.category-subnav {
  display: grid;
  gap: 2px;
  margin: 0 0 2px 15px;
  border-left: 2px solid #d7dee7;
  padding: 2px 0 3px 11px;
}
.category-subcategory {
  min-height: 34px;
  width: 100%;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #000;
  padding: 6px 9px;
  text-align: left;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  transition: background .16s ease, color .16s ease;
}
.category-subcategory:hover { background: #fff; color: var(--nh-red-dark); }
.category-subcategory.active { background: var(--nh-red); color: #fff; }
.category-group.active .category-subnav { border-left-color: var(--nh-red); }
.nh-category-note { margin: 22px 0 0; padding: 15px 0 0; border-top: 1px solid var(--nh-line); color: var(--nh-muted); font-size: 11px; line-height: 1.55; }
.nh-category-note b { display: block; margin-bottom: 3px; color: var(--nh-ink); font-size: 12px; }

.nh-catalog { min-width: 0; }
.nh-catalog-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 6px 0 19px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--nh-line);
}
.nh-catalog-top h2,
.shop-heading h2 { margin: 0; font-family: var(--nh-display); font-size: clamp(31px, 4vw, 48px); line-height: .95; letter-spacing: -.02em; }
.article-section-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; flex-wrap: wrap; }
#resultCount { color: var(--nh-muted); font-size: 12px; font-weight: 750; }
.sort-control { display: inline-flex; align-items: center; gap: 7px; color: var(--nh-muted); font-size: 11px; font-weight: 700; }
.sort-control select,
.variant-select,
.deposit-choice select,
.cart-deposit-choice select {
  min-height: 42px;
  border: 1px solid #c7d1dd;
  border-radius: 8px;
  background: #fff;
  color: var(--nh-ink);
  padding: 8px 10px;
}
.section-toggle {
  min-height: 42px;
  border: 1px solid var(--nh-ink);
  border-radius: 8px;
  background: var(--nh-ink);
  color: #fff;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 800;
}

.recommendations { margin: 0 0 46px; }
.recommendations .shop-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 0 0 16px; }
.recommendations .shop-heading h2 { font-size: clamp(28px, 3vw, 39px); }
.new-products { padding-top: 32px; border-top: 1px solid var(--nh-line); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 11px;
}
.product-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 142px minmax(0,1fr);
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 12px;
  background: #fff;
  transition: border-color .16s ease, transform .16s ease;
}
.product-card:hover { border-color: #9fb0c3; transform: translateY(-1px); }
.product-card.is-discounted { border-left: 4px solid var(--nh-red); }
.product-image {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  border-right: 1px solid #edf0f4;
  background: var(--nh-blue-soft);
}
.product-image img { width: 100%; height: 100%; display: block; object-fit: contain; padding: 8px; }
.product-body { min-width: 0; display: flex; flex-direction: column; gap: 7px; padding: 14px; }
.product-category { overflow: hidden; color: var(--nh-red); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; }
.product-card h3 { min-height: 36px; margin: 0; color: var(--nh-ink); font-size: 14px; line-height: 1.3; }
.product-meta { display: grid; gap: 1px; min-height: 15px; }
.product-meta small { color: var(--nh-muted); font-size: 10px; line-height: 1.35; }
.product-info-button { align-self: flex-start; border: 0; background: transparent; color: #53637a; padding: 0; font-size: 10px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.product-bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.product-price { color: var(--nh-ink); font-size: 18px; font-weight: 850; font-variant-numeric: tabular-nums; }
.regular-price { margin-right: 4px; color: #8b95a4; font-size: 10px; font-weight: 600; text-decoration: line-through; }
.add-button,
.digital-configure-button,
.notify-button {
  min-width: 88px;
  min-height: 40px;
  border: 1px solid var(--nh-red);
  border-radius: 8px;
  background: var(--nh-red);
  color: #fff;
  padding: 8px 12px;
  font-size: 0;
  font-weight: 800;
}
.add-button::after { content: "Hinzufügen"; font-size: 11px; }
.digital-configure-button { font-size: 11px; }
.notify-button { min-width: auto; background: #fff; color: var(--nh-red); font-size: 10px; }
.add-button:disabled { border-color: #d8dde5; background: #edf0f4; color: #7c8796; cursor: not-allowed; }
.favorite-button {
  position: absolute;
  z-index: 4;
  top: 8px;
  left: 8px;
  width: 34px;
  height: 34px;
  border: 1px solid #d8e0e8;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  color: #8e98a6;
  font-size: 17px;
}
.favorite-button.active { border-color: var(--nh-red); background: var(--nh-red); color: #fff; }
.stock-pill { position: absolute; z-index: 2; right: 7px; top: 8px; padding: 5px 7px; border-radius: 6px; background: var(--nh-ink); color: #fff; font-size: 9px; font-weight: 800; }
.stock-pill.low { background: var(--nh-red); }
.stock-pill.out { background: #6d7785; }
.discount-badge { width: max-content; padding: 4px 6px; border-radius: 5px; background: var(--nh-red-soft); color: var(--nh-red-dark); font-size: 9px; font-weight: 850; }
.minimum-exclusion,
.deposit-choice {
  display: grid;
  gap: 4px;
  margin: 0;
  border-left: 2px solid var(--nh-red);
  background: #fff8f5;
  color: #7f2630;
  padding: 7px 8px;
  font-size: 9px;
  font-weight: 750;
}
.deposit-choice select { width: 100%; min-height: 34px; font-size: 10px; }
.deposit-choice small { color: var(--nh-muted); font-size: 9px; font-weight: 600; }
.variant-select { width: 100%; min-height: 37px; font-size: 10px; }
.digital-code-card .product-image { background: linear-gradient(145deg, var(--nh-red-soft), var(--nh-blue-soft)); }
.digital-code-note { display: block; color: var(--nh-muted); font-size: 10px; line-height: 1.45; }
.empty, .loading { grid-column: 1/-1; padding: 65px 20px; color: var(--nh-muted); text-align: center; }

.nh-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 60px;
  padding-top: 34px;
  border-top: 1px solid var(--nh-line);
}
.loyalty-banner,
.wheel-promo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 15px;
  align-items: start;
  margin: 0;
  border: 1px solid var(--nh-line);
  border-radius: 12px;
  background: #fff;
  padding: 20px;
}
.loyalty-icon,
.wheel-promo-symbol { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 9px; background: var(--nh-red-soft); color: var(--nh-red); font-size: 20px; }
.loyalty-banner h2,
.wheel-promo h2 { margin: 0; font-family: var(--nh-display); font-size: 27px; }
.loyalty-banner p:not(.eyebrow),
.wheel-promo p:not(.eyebrow) { margin: 5px 0 0; color: var(--nh-muted); font-size: 12px; line-height: 1.5; }
.loyalty-steps { grid-column: 1/-1; display: flex; align-items: center; gap: 5px; }
.loyalty-steps span { flex: 1; border-left: 2px solid var(--nh-red); padding: 6px 8px; }
.loyalty-steps b, .loyalty-steps small { display: block; }
.loyalty-steps b { color: var(--nh-ink); font-size: 11px; }
.loyalty-steps small, .loyalty-note, .wheel-promo > small { color: var(--nh-muted); font-size: 9px; }
.loyalty-note, .wheel-promo > small { grid-column: 1/-1; }
.wheel-open { grid-column: 1/-1; min-height: 42px; border: 1px solid var(--nh-ink); border-radius: 8px; background: var(--nh-ink); color: #fff; padding: 9px 12px; font-weight: 800; }

.floating-cart {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  border-radius: 10px;
  background: var(--nh-red);
  color: #fff;
  padding: 13px 16px;
  box-shadow: 0 18px 45px rgba(159,23,35,.28);
}
.floating-cart span { text-align: left; }
.floating-cart b, .floating-cart small { display: block; }
.floating-cart small { margin-top: 2px; opacity: .78; font-size: 10px; }
.floating-cart strong { font-size: 17px; }

dialog {
  max-width: calc(100% - 24px);
  color: var(--nh-ink);
  border: 1px solid #d8e0e8;
  background: #fff;
  box-shadow: 0 28px 90px rgba(11,31,58,.24);
}
dialog::backdrop { background: rgba(11,31,58,.62); backdrop-filter: blur(4px); }
.drawer {
  width: min(820px, calc(100% - 24px));
  max-height: min(84vh, 900px);
  margin: auto;
  border-radius: 16px;
  padding: 0;
}
.drawer[open] { display: flex; flex-direction: column; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; padding: 18px 20px; border-bottom: 1px solid #e3e7ed; background: #fff; }
.drawer-head h2 { margin: 0; font-family: var(--nh-display); font-size: 31px; }
.icon-button { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid #cbd4df; border-radius: 8px; background: #fff; color: var(--nh-ink); font-size: 24px; }
.cart-items { flex: 1; overflow: auto; padding: 6px 20px; }
.cart-row { display: grid; grid-template-columns: 70px minmax(0,1fr) auto; gap: 13px; align-items: center; padding: 13px 0; border-bottom: 1px solid #e7ebf0; }
.cart-row img { width: 70px; height: 70px; object-fit: contain; border-radius: 8px; background: var(--nh-blue-soft); }
.cart-row > div:nth-child(2) { min-width: 0; }
.cart-row b, .cart-row small { display: block; }
.cart-row small { margin-top: 3px; color: var(--nh-muted); font-size: 10px; }
.quantity { display: flex; align-items: center; gap: 8px; }
.quantity button { width: 34px; height: 34px; border: 1px solid #cbd4df; border-radius: 7px; background: #fff; color: var(--nh-ink); }
.cart-footer { padding: 18px 20px 22px; border-top: 1px solid #e2e7ed; background: var(--nh-cream); }
.cart-footer > small { display: block; margin: 7px 0 14px; color: var(--nh-muted); font-size: 10px; line-height: 1.5; }
.total-row, .checkout-total { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.total-row strong { font-size: 24px; }
.wide { width: 100%; }
.cart-bonus { margin-bottom: 12px; border-left: 3px solid var(--nh-red); background: #fff; padding: 10px 12px; }
.cart-bonus b, .cart-bonus small { display: block; }
.cart-bonus small { margin-top: 2px; color: var(--nh-muted); font-size: 10px; }
.cart-bonus span { height: 4px; display: block; overflow: hidden; margin-top: 7px; background: #e4e9ef; }
.cart-bonus i { height: 100%; display: block; background: var(--nh-red); }
.cart-suggestions { padding: 12px 20px; border-top: 1px solid #e3e8ee; }
.cart-suggestions > b { display: block; margin-bottom: 8px; }
.cart-suggestions > div { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; }
.cart-suggestions button { display: grid; grid-template-columns: 44px 1fr 28px; align-items: center; gap: 8px; border: 1px solid #dbe2ea; border-radius: 8px; background: #fff; color: var(--nh-ink); padding: 6px; text-align: left; }
.cart-suggestions img { width: 44px; height: 44px; object-fit: contain; background: var(--nh-blue-soft); }
.cart-suggestions span, .cart-suggestions small { display: block; }
.cart-suggestions small { color: var(--nh-muted); }
.cart-suggestions i { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 6px; background: var(--nh-red); color: #fff; font-style: normal; }
.cart-deposit-choice {
  display: grid !important;
  gap: 5px;
  margin-top: 8px;
  border: 1px solid #d9bfc2;
  border-radius: 8px;
  background: #fff7f6;
  color: var(--nh-red-dark);
  padding: 8px;
  font-size: 10px;
  font-weight: 800;
}
.cart-deposit-choice.missing { border-color: var(--nh-red); background: var(--nh-red-soft); }
.cart-deposit-choice select { width: 100%; min-width: 0; min-height: 36px; border: 1px solid #c7d1dd; border-radius: 7px; background: #fff; color: var(--nh-ink); padding: 7px; }
.cart-deposit-choice small { margin: 0 !important; font-size: 9px; }
.cart-minimum-exclusion { color: var(--nh-red-dark) !important; font-weight: 750; }
.digital-fee-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 10px 0; border-left: 3px solid var(--nh-red); background: #fff6f4; padding: 12px; }
.digital-fee-row span, .digital-fee-row small { display: block; }
.digital-fee-row small { color: var(--nh-muted); font-size: 9px; }

.checkout-dialog { width: min(940px, calc(100% - 24px)); max-height: 94vh; border-radius: 16px; padding: 0; }
.checkout-dialog form { overflow: auto; max-height: 94vh; padding-bottom: 22px; }
.checkout-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding: 0 20px 16px; background: #fff; }
.checkout-progress span { display: flex; align-items: center; gap: 7px; border-top: 3px solid #dbe1e8; padding: 11px 4px 0; color: var(--nh-muted); font-size: 11px; font-weight: 750; }
.checkout-progress b { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 5px; background: #e9edf2; color: var(--nh-ink); }
.checkout-progress .active { border-top-color: var(--nh-red); color: var(--nh-red); }
.checkout-progress .active b { background: var(--nh-red); color: #fff; }
.checkout-review { margin: 0 20px 14px; border: 1px solid #dde4eb; background: var(--nh-blue-soft); padding: 13px; }
.checkout-review > div:first-child { display: flex; justify-content: space-between; gap: 15px; }
.checkout-review h3 { margin: 0; }
.checkout-review button, .account-logout { border: 0; background: transparent; color: var(--nh-red); font-weight: 750; text-decoration: underline; }
#checkoutItems { display: grid; gap: 6px; margin-top: 9px; }
#checkoutItems > div { display: flex; justify-content: space-between; gap: 15px; font-size: 11px; }
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; padding: 0 20px; }
.checkout-dialog form > label,
.checkout-dialog fieldset,
.checkout-dialog .checkout-total,
.checkout-dialog .form-error,
.checkout-dialog .legal,
.checkout-dialog form > .primary { margin-left: 20px; margin-right: 20px; }
.checkout-dialog label:not(.choice):not(.adult-check),
.status-dialog label,
.digital-code-dialog label { display: grid; gap: 6px; margin-top: 12px; color: var(--nh-muted); font-size: 11px; font-weight: 750; }
.checkout-dialog input:not([type=radio]):not([type=checkbox]),
.checkout-dialog textarea,
.checkout-dialog select,
.status-dialog input,
.status-dialog textarea,
.status-dialog select,
.digital-code-dialog input,
.digital-code-dialog select,
.product-dialog input,
.product-dialog select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #c6d0db;
  border-radius: 8px;
  background: #fff;
  color: var(--nh-ink);
  padding: 10px 11px;
  outline: 0;
}
.checkout-dialog textarea, .status-dialog textarea { resize: vertical; }
.checkout-dialog input:focus, .checkout-dialog textarea:focus, .checkout-dialog select:focus { border-color: var(--nh-red); box-shadow: 0 0 0 3px var(--nh-red-soft); }
fieldset { border: 0; padding: 0; margin-top: 17px; }
legend { color: var(--nh-ink); font-size: 12px; font-weight: 800; }
.choice { display: flex; align-items: center; gap: 10px; min-height: 54px; margin: 7px 0; border: 1px solid #d5dde6; border-radius: 8px; background: #fff; padding: 10px 12px; }
.choice:has(input:checked) { border-color: var(--nh-red); background: var(--nh-red-soft); }
.choice b, .choice small { display: block; }
.choice small { margin-top: 2px; color: var(--nh-muted); font-size: 10px; }
.payment-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; }
.choice.compact { margin: 0; }
.adult-check { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px !important; color: var(--nh-muted); font-size: 11px; line-height: 1.5; }
.adult-check input { margin-top: 3px; }
.tip-box { padding: 13px !important; border: 1px solid #e0c3c6 !important; background: #fff8f7; }
.tip-options { display: flex; flex-wrap: wrap; gap: 6px; }
.tip-options label { margin: 0 !important; }
.tip-options input { position: absolute; opacity: 0; }
.tip-options span { display: block; border: 1px solid #d3dbe4; border-radius: 7px; background: #fff; color: var(--nh-ink); padding: 7px 10px; }
.tip-options label:has(input:checked) span { border-color: var(--nh-red); background: var(--nh-red); color: #fff; }
.tip-options label:has(input:focus-visible) span { outline: 3px solid var(--nh-ink); outline-offset: 2px; }
.checkout-breakdown { display: grid; grid-template-columns: 1fr auto; gap: 7px 14px; margin-top: 18px !important; padding-top: 15px; border-top: 1px solid #dce3ea; }
.checkout-breakdown strong { text-align: right; font-size: 14px; }
.checkout-breakdown .grand-total { margin-top: 5px; padding-top: 9px; border-top: 2px solid var(--nh-ink); color: var(--nh-red); font-size: 21px; }
.form-error, .error { min-height: 17px; color: var(--nh-danger); font-size: 11px; }
.area-valid { color: var(--nh-green) !important; font-weight: 800; }
.area-invalid { color: var(--nh-danger) !important; font-weight: 800; }
#minimumHint { display: block; margin-top: 5px; font-size: 10px; }
.legal { display: block; margin-top: 8px !important; color: var(--nh-muted); text-align: center; font-size: 9px; line-height: 1.5; }
.card-fee-note, .digital-fulfillment-note, .digital-code-info, .digital-fee-row, .payment-instructions { border-left: 3px solid var(--nh-red); background: #fff6f4; color: var(--nh-ink); padding: 11px 12px; }

.success-dialog, .age-dialog, .status-dialog, .wheel-dialog { width: min(520px, calc(100% - 24px)); border-radius: 14px; padding: 25px; }
.success-dialog h2, .age-dialog h2, .status-dialog h2, .wheel-dialog h2 { margin: 4px 0 16px; font-family: var(--nh-display); font-size: 36px; }
.success-mark { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 10px; background: var(--nh-green); color: #fff; font-size: 31px; }
.status-close { position: absolute; right: 14px; top: 14px; }
.status-result { margin-top: 14px; border: 1px solid #d6dfe8; background: var(--nh-blue-soft); padding: 13px; }
.status-result b, .status-result small { display: block; }
.status-result small { margin-top: 4px; color: var(--nh-muted); }
.loyalty-success { margin-top: 8px !important; border-left: 3px solid var(--nh-red); background: #fff; color: var(--nh-red-dark) !important; padding: 8px 10px; }
.paypal-redirect-note { margin-top: 10px !important; }
.payment-action { margin-top: 10px; }
.automatic-tracking > label,
.automatic-tracking > button[type="submit"] { display: none !important; }
.closed-dialog { text-align: left; }
.product-dialog { position: relative; width: min(850px, calc(100% - 24px)); max-height: 92vh; overflow: auto; border-radius: 14px; padding: 24px; }
.product-detail-layout { display: grid; grid-template-columns: minmax(230px,.8fr) minmax(0,1.2fr); gap: 26px; }
.product-detail-layout > img { width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--nh-blue-soft); }
.product-detail-layout h2 { margin: 0 48px 12px 0; font-family: var(--nh-display); font-size: 40px; line-height: .98; }
.product-detail-layout dl { margin: 16px 0; }
.product-detail-layout dl div { display: grid; grid-template-columns: 100px 1fr; gap: 10px; padding: 8px 0; border-top: 1px solid #e2e7ed; }
.product-detail-layout dt { color: var(--nh-muted); }
.product-detail-layout dd { margin: 0; font-weight: 750; }
.product-detail-layout section { padding: 10px 0; border-top: 1px solid #e3e8ee; }
.product-detail-layout section h3 { margin: 0 0 5px; font-size: 13px; }
.product-detail-layout section p, .product-data-note { margin: 0; color: var(--nh-muted); font-size: 11px; line-height: 1.55; white-space: pre-line; }
.wheel-dialog { text-align: center; }
.wheel-wrap { position: relative; width: min(320px, 80vw); margin: 10px auto 18px; }
.wheel-pointer { position: absolute; z-index: 2; left: 50%; top: -14px; transform: translateX(-50%); color: var(--nh-red); font-size: 28px; }
.prize-wheel { position: relative; aspect-ratio: 1; border: 8px solid var(--nh-red); border-radius: 50%; background: conic-gradient(var(--nh-red) 0 45deg,var(--nh-ink) 45deg 90deg,#e33b48 90deg 135deg,#263d5c 135deg 180deg,#a91624 180deg 225deg,#4e6178 225deg 270deg,#d52a38 270deg 315deg,#122a48 315deg); transition: transform 2.6s cubic-bezier(.12,.78,.1,1); }
.prize-wheel span { position: absolute; left: 50%; top: 50%; width: 42%; transform-origin: 0 0; color: #fff; font-size: 11px; font-weight: 800; text-shadow: 0 1px 2px #000; }
.prize-wheel span:nth-child(1){transform:rotate(22deg) translate(37px,-7px)}.prize-wheel span:nth-child(2){transform:rotate(67deg) translate(37px,-7px)}.prize-wheel span:nth-child(3){transform:rotate(112deg) translate(37px,-7px)}.prize-wheel span:nth-child(4){transform:rotate(157deg) translate(37px,-7px)}.prize-wheel span:nth-child(5){transform:rotate(202deg) translate(30px,-7px)}.prize-wheel span:nth-child(6){transform:rotate(247deg) translate(37px,-7px)}.prize-wheel span:nth-child(7){transform:rotate(292deg) translate(37px,-7px)}.prize-wheel span:nth-child(8){transform:rotate(337deg) translate(37px,-7px)}
.wheel-close { border: 0; background: transparent; color: var(--nh-muted); padding: 12px; }
.live-order-card { display: grid; gap: 10px; border-left: 3px solid var(--nh-red); background: #fff; padding: 12px; }
.order-progress { display: grid; grid-template-columns: repeat(5,1fr); gap: 3px; }
.order-progress > div { display: grid; justify-items: center; gap: 4px; text-align: center; }
.order-progress i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 6px; background: #dce3ea; color: #6f7d8d; font-style: normal; font-size: 10px; }
.order-progress .done i { background: var(--nh-red); color: #fff; }
.order-progress span { color: var(--nh-muted); font-size: 8px; }
.live-order-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--nh-blue-soft); padding: 10px; }
.live-order-head small, .live-order-head b { display: block; }
.live-order-head strong { color: var(--nh-red); text-align: right; }
.eta-card, .route-live { display: grid; gap: 4px; background: var(--nh-blue-soft); padding: 10px; }
.route-live { border-left: 3px solid var(--nh-green); }
.live-order-facts { display: flex; flex-wrap: wrap; gap: 5px; }
.live-order-facts span { border: 1px solid #d6dfe8; border-radius: 6px; background: #fff; padding: 5px 7px; color: var(--nh-ink); font-size: 9px; font-weight: 750; }
.order-cancelled { background: #fbe4e6; color: var(--nh-danger); padding: 10px; font-weight: 800; }
.toast { position: fixed; z-index: 150; left: 50%; top: 96px; max-width: min(620px, calc(100% - 28px)); transform: translate(-50%,-16px); opacity: 0; pointer-events: none; border: 1px solid #d7dee7; border-radius: 8px; background: var(--nh-ink); color: #fff; padding: 10px 15px; text-align: center; transition: .18s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1120px) {
  .nh-store-intro { grid-template-columns: 1fr; gap: 34px; }
  .nh-store-layout { grid-template-columns: 245px minmax(0,1fr); gap: 24px; }
  .product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nh-store-page { width: min(100% - 26px, 1540px); padding-bottom: 60px; }
  .nh-store-intro { gap: 25px; padding: 35px 0 30px; }
  .nh-store-intro::after { width: 62%; bottom: 10px; }
  .nh-store-intro h1 { font-size: clamp(48px, 17vw, 76px); }
  .nh-store-intro p:not(.nh-overline) { font-size: 14px; margin-top: 15px; }
  .search { min-height: 58px; grid-template-columns: 35px 1fr; padding: 5px 11px; box-shadow: 5px 5px 0 var(--nh-red-soft); }
  .search input { font-size: 15px; }
  .nh-quick-actions { grid-template-columns: 1fr; }
  .nh-quick-actions a, .nh-quick-actions button { min-height: 50px; }
  .nh-store-layout { display: block; padding-top: 24px; }
  .nh-category-panel { position: static; max-height: none; overflow: visible; border: 0; padding: 0 0 24px; }
  .nh-category-panel h2 { font-size: 28px; margin-bottom: 10px; }
  .category-strip, .subcategory-strip:not([hidden]) { display: grid; gap: 9px; overflow: visible; padding: 3px 0 8px; }
  .category-strip .category-card, .subcategory-strip button.category-card { width: 100%; min-height: 44px; border: 0; border-radius: 9px; background: #fff; }
  .category-strip .category-card.active, .subcategory-strip button.category-card.active { border-color: var(--nh-red); background: var(--nh-red); color: #fff; }
  .category-strip > .category-card,
  .category-group { overflow: hidden; border: 1px solid #d6dee7; border-radius: 10px; background: #fff; padding-bottom: 0; }
  .category-group .category-card { border-radius: 0; }
  .category-subnav { margin: 0 11px 10px 18px; padding: 1px 0 1px 11px; }
  .category-subcategory { min-height: 38px; font-size: 15px; }
  .category-copy { min-height: 42px; padding: 8px 12px; }
  .category-copy b { white-space: nowrap; font-size: 12px; }
  .nh-category-note { display: none; }
  .nh-catalog-top { align-items: flex-start; flex-direction: column; }
  .article-section-actions { width: 100%; justify-content: space-between; }
  .sort-control { flex: 1; }
  .sort-control select { max-width: 150px; }
  .product-card { grid-template-columns: 108px minmax(0,1fr); }
  .product-image { min-height: 155px; }
  .product-body { gap: 6px; padding: 11px; }
  .product-card h3 { min-height: 32px; font-size: 13px; }
  .product-price { font-size: 16px; }
  .add-button, .digital-configure-button { min-width: 43px; width: 43px; padding: 6px; }
  .add-button::after { content: "+"; font-size: 20px; }
  .nh-extras { grid-template-columns: 1fr; margin-top: 42px; }
  .loyalty-steps { display: grid; grid-template-columns: 1fr 1fr 1fr; }
  .loyalty-steps i { display: none; }
  .floating-cart { right: 12px; left: 12px; bottom: 72px; width: auto; min-width: 0; }
  .drawer { width: 100%; max-width: none; max-height: 88vh; margin: auto 0 0; border-radius: 16px 16px 0 0; border-bottom: 0; }
  .checkout-dialog { width: 100%; max-width: none; height: 100%; max-height: 100%; margin: 0; border: 0; border-radius: 0; }
  .checkout-dialog form { max-height: 100vh; }
  .checkout-grid { grid-template-columns: 1fr; }
  .payment-grid { grid-template-columns: 1fr; }
  .cart-suggestions > div { grid-template-columns: 1fr; }
  .cart-row { grid-template-columns: 56px minmax(0,1fr); }
  .cart-row img { width: 56px; height: 56px; }
  .cart-row .quantity { grid-column: 2; justify-content: flex-end; }
  .product-detail-layout { grid-template-columns: 1fr; }
  .product-detail-layout > img { max-height: 250px; }
  .product-detail-layout h2 { font-size: 33px; }
  .toast { top: 76px; }
}
