:root {
  --store-ink: #20242a;
  --store-muted: #73777f;
  --store-subtle: #eef0f3;
  --store-paper: #ffffff;
  --store-soft: #f7f3ec;
  --store-accent: #b8924a;
  --store-accent-strong: #8f6c2e;
  --store-blue: #263b54;
  --store-line: #06c755;
  --store-danger: #d84b43;
  --store-shadow: 0 16px 42px rgba(32, 36, 42, 0.12);
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}

body {
  background: #f4f5f6;
  color: var(--store-ink);
  font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

.store-shell {
  padding-bottom: 74px;
}

.store-skip-link {
  background: #fff;
  border: 2px solid var(--store-blue);
  border-radius: 6px;
  color: var(--store-blue);
  font-weight: 900;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-180%);
  transition: transform 120ms ease;
  z-index: 300;
}

.store-skip-link:focus {
  transform: translateY(0);
}

a {
  color: inherit;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus,
.form-select:focus {
  border-color: var(--store-accent);
  box-shadow: 0 0 0 0.2rem rgba(184, 146, 74, 0.18);
}

.store-container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 18px;
  width: 100%;
}

.store-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(32, 36, 42, 0.08);
  position: sticky;
  top: 0;
  z-index: 98;
}

.store-header__top {
  background: var(--store-paper);
}

.store-header__bar {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto;
  min-height: 64px;
}

.store-header__actions {
  display: flex;
  gap: 8px;
}

.store-admin-entry {
  align-items: center;
  background: var(--store-blue);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  text-decoration: none;
  white-space: nowrap;
}

.store-admin-entry:hover,
.store-admin-entry:focus-visible {
  background: #162d42;
  color: #fff;
}

.store-logo {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
}

.store-logo__mark {
  align-items: center;
  background: var(--store-blue);
  border: 2px solid var(--store-accent);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 40px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  letter-spacing: 0;
  overflow: hidden;
  width: 40px;
}

.store-logo__mark img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.store-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}

.store-logo__name {
  color: var(--store-ink);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0;
}

.store-logo__tagline {
  color: var(--store-muted);
  font-size: 0.72rem;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-icon-button {
  align-items: center;
  background: #f2f3f5;
  border: 0;
  border-radius: 6px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  width: 38px;
}

.store-icon {
  display: inline-block;
  height: 22px;
  position: relative;
  width: 22px;
}

.store-icon::before,
.store-icon::after {
  content: "";
  position: absolute;
}

.store-icon--grid::before {
  background:
    linear-gradient(var(--store-blue), var(--store-blue)) 0 0 / 8px 8px no-repeat,
    linear-gradient(var(--store-blue), var(--store-blue)) 14px 0 / 8px 8px no-repeat,
    linear-gradient(var(--store-blue), var(--store-blue)) 0 14px / 8px 8px no-repeat,
    linear-gradient(var(--store-blue), var(--store-blue)) 14px 14px / 8px 8px no-repeat;
  height: 22px;
  width: 22px;
}

.store-icon--news::before {
  border: 2px solid var(--store-blue);
  border-radius: 4px;
  height: 18px;
  left: 2px;
  top: 2px;
  width: 18px;
}

.store-icon--news::after {
  background: var(--store-blue);
  box-shadow: 0 5px 0 var(--store-blue), 0 10px 0 var(--store-blue);
  height: 2px;
  left: 6px;
  top: 7px;
  width: 10px;
}

.store-icon--cart::before {
  border: 2px solid var(--store-blue);
  border-radius: 3px 3px 6px 6px;
  height: 13px;
  left: 3px;
  top: 6px;
  width: 16px;
}

.store-icon--cart::after {
  border: 2px solid var(--store-blue);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  height: 8px;
  left: 7px;
  top: 2px;
  width: 8px;
}

.store-cart-icon-wrap {
  display: inline-flex;
  height: 22px;
  position: relative;
  width: 22px;
}

.store-cart-badge {
  align-items: center;
  background: var(--store-danger);
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  line-height: 1;
  min-width: 18px;
  padding: 0 4px;
  position: absolute;
  right: -10px;
  top: -8px;
  z-index: 1;
}

.store-icon--home::before {
  border-bottom: 11px solid var(--store-blue);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 1px;
  top: 2px;
}

.store-icon--home::after {
  background: var(--store-blue);
  border-radius: 2px;
  height: 10px;
  left: 5px;
  top: 11px;
  width: 12px;
}

.store-icon--user::before {
  background: var(--store-blue);
  border-radius: 50%;
  height: 8px;
  left: 7px;
  top: 2px;
  width: 8px;
}

.store-icon--user::after {
  background: var(--store-blue);
  border-radius: 12px 12px 5px 5px;
  height: 10px;
  left: 3px;
  top: 12px;
  width: 16px;
}

.store-category-strip {
  background: #292d33;
  color: #fff;
}

.store-category-strip__scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 8px;
  padding-top: 8px;
  scrollbar-width: none;
}

.store-category-strip__scroll::-webkit-scrollbar {
  display: none;
}

.store-category-strip a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  flex: 0 0 auto;
  font-size: 0.86rem;
  padding: 7px 13px;
  text-decoration: none;
}

.store-category-strip a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.store-category-strip a.is-active {
  background: #fff;
  color: #20242a;
}

.store-main {
  min-width: 0;
  outline: 0;
}

.store-hero {
  min-height: 560px;
  position: relative;
}

.store-hero__media {
  background: var(--store-blue);
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.store-hero__media::after {
  background: linear-gradient(90deg, rgba(16, 22, 30, 0.78) 0%, rgba(16, 22, 30, 0.42) 48%, rgba(16, 22, 30, 0.12) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.store-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.store-hero--home .store-hero__media img {
  object-position: center 10%;
}

.store-hero__content {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 250px;
  min-height: 560px;
  padding-bottom: 44px;
  padding-top: 62px;
  position: relative;
  z-index: 1;
}

.store-hero__copy {
  color: #fff;
  max-width: 650px;
}

.store-eyebrow {
  color: var(--store-accent);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.store-hero h1 {
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 18px;
  max-width: 720px;
}

.store-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 0;
  max-width: 560px;
}

.store-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.store-button {
  align-items: center;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
}

.store-button--primary {
  background: var(--store-accent);
  color: #fff;
}

.store-button--primary:hover {
  background: var(--store-accent-strong);
  color: #fff;
}

.store-button--line {
  background: var(--store-line);
  color: #fff;
}

.store-button--line:hover {
  color: #fff;
  filter: brightness(0.95);
}

.store-button--block {
  width: 100%;
}

.store-button:disabled,
.store-button[aria-disabled="true"] {
  background: #c7ccd2;
  color: #fff;
  cursor: not-allowed;
}

.store-hero__feature {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: var(--store-shadow);
  color: var(--store-ink);
  display: grid;
  gap: 10px;
  padding: 12px;
  text-decoration: none;
}

.store-hero__feature span {
  color: var(--store-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.store-hero__feature img {
  aspect-ratio: 1;
  background: var(--store-soft);
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}

.store-hero__feature strong {
  color: var(--store-ink);
  font-size: 0.95rem;
  line-height: 1.35;
}

.store-section {
  padding: 54px 0;
}

.store-section--tight {
  padding: 22px 0 18px;
}

.store-section--muted {
  background: #fff;
}

.store-section--products {
  scroll-margin-top: 112px;
}

.store-section-heading {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.store-section-heading h1,
.store-section-heading h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.store-section-heading a,
.store-section-heading__meta {
  color: var(--store-muted);
  font-size: 0.9rem;
  text-decoration: none;
}

.store-shortcuts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.store-shortcuts a {
  align-items: center;
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(32, 36, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-height: 92px;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
}

.store-shortcuts__icon {
  align-items: center;
  background: var(--store-blue);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.store-product-rail {
  display: grid;
  gap: 14px;
  grid-auto-columns: minmax(176px, 22%);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-snap-type: x proximity;
}

.store-product-rail::-webkit-scrollbar {
  height: 8px;
}

.store-product-rail::-webkit-scrollbar-thumb {
  background: #d8dbe0;
  border-radius: 999px;
}

.store-product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-product-grid--home {
  align-items: stretch;
}

.store-product-card {
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(32, 36, 42, 0.07);
  color: var(--store-ink);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  text-decoration: none;
}

.store-product-card--shop {
  height: 100%;
}

.store-product-card__link {
  color: inherit;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  text-decoration: none;
}

.store-product-card__link:hover {
  color: inherit;
}

.store-product-card:hover {
  color: var(--store-ink);
  transform: translateY(-2px);
  transition: transform 0.18s ease;
}

.store-product-card__media {
  aspect-ratio: 1;
  background: var(--store-soft);
  display: block;
  overflow: hidden;
  width: 100%;
}

.store-product-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.store-product-card__body {
  display: grid;
  gap: 6px;
  padding: 12px;
}

.store-product-card__name {
  display: -webkit-box;
  font-weight: 800;
  line-height: 1.35;
  min-height: 2.7em;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-product-card__desc {
  color: var(--store-muted);
  display: -webkit-box;
  font-size: 0.84rem;
  line-height: 1.4;
  min-height: 2.8em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-product-card__deadline {
  color: var(--store-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 2px 6px;
  line-height: 1.35;
}

.store-product-card__deadline time {
  color: var(--store-ink);
  font-weight: 700;
}

.store-price {
  color: var(--store-danger);
  font-weight: 900;
}

.store-product-card__cart {
  margin-top: auto;
  padding: 0 12px 12px;
}

.store-product-card__cart .store-button {
  min-height: 40px;
  width: 100%;
}

.store-product-card__cart .store-button:disabled {
  background: #c7ccd2;
  box-shadow: none;
  color: #fff;
  cursor: not-allowed;
}

.store-promo-band {
  background: #23272e;
  color: #fff;
  padding: 38px 0;
}

.store-promo-band__grid {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.store-promo-band__large {
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.store-promo-band__large img {
  aspect-ratio: 2.35;
  display: block;
  object-fit: cover;
  width: 100%;
}

.store-promo-band h2 {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 12px;
}

.store-promo-band p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin: 0;
}

.store-news-list {
  display: grid;
  gap: 10px;
}

.store-news-list article,
.store-news-list a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.store-news-list a {
  align-items: start;
  background: #f7f8f9;
  border: 1px solid #eceff2;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 16px;
  text-decoration: none;
}

.store-news-list strong {
  color: var(--store-ink);
}

.store-news-list span {
  color: var(--store-muted);
  font-size: 0.92rem;
}

.store-empty {
  background: #fff;
  border: 1px dashed #cfd4da;
  border-radius: 8px;
  color: var(--store-muted);
  padding: 24px;
}

.store-empty--action {
  align-items: start;
  display: grid;
  gap: 10px;
  justify-items: start;
}

.store-empty--action strong {
  color: var(--store-ink);
  font-size: 1.08rem;
}

.store-page-head {
  background: #fff;
  border-bottom: 1px solid #eaedf0;
  padding: 26px 0 30px;
}

.store-breadcrumb {
  align-items: center;
  color: var(--store-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  gap: 8px;
  margin-bottom: 20px;
}

.store-breadcrumb a {
  color: var(--store-muted);
  text-decoration: none;
}

.store-breadcrumb a::after {
  color: #b8bec6;
  content: "/";
  margin-left: 8px;
}

.store-page-head__content {
  max-width: 760px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.store-page-head h1 {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.store-page-head p {
  color: var(--store-muted);
  line-height: 1.7;
  margin: 12px 0 0;
}

.store-pagination {
  padding: 0 0 48px;
}

.store-pagination .pagination {
  flex-wrap: wrap;
}

.store-pagination .page-link {
  color: var(--store-blue);
}

.store-pagination .active .page-link {
  background: var(--store-blue);
  border-color: var(--store-blue);
}

.store-product-detail {
  background: #fff;
  padding: 26px 0 48px;
}

.store-product-detail__grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
}

.store-product-gallery__main {
  aspect-ratio: 1;
  background: var(--store-soft);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.store-product-gallery__main img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.store-product-gallery__empty {
  align-items: center;
  color: var(--store-muted);
  display: flex;
  justify-content: center;
}

.store-product-gallery__thumbs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 12px;
}

.store-product-gallery__thumbs div {
  aspect-ratio: 1;
  background: var(--store-soft);
  border: 1px solid #eaedf0;
  border-radius: 6px;
  overflow: hidden;
}

.store-product-gallery__thumbs img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.store-product-panel {
  align-self: start;
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(32, 36, 42, 0.08);
  padding: 26px;
}

.store-product-panel__category {
  color: var(--store-accent-strong);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.store-product-panel h1 {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 10px 0 12px;
  overflow-wrap: anywhere;
}

.store-product-panel__lead {
  color: var(--store-muted);
  line-height: 1.7;
  margin: 0 0 20px;
}

.store-product-panel__price {
  display: grid;
  gap: 4px;
  margin-bottom: 20px;
}

.store-product-panel__price span {
  color: var(--store-danger);
  font-size: 2rem;
  font-weight: 900;
}

.store-product-panel__price small {
  color: var(--store-muted);
}

.store-product-meta {
  border-bottom: 1px solid #eaedf0;
  border-top: 1px solid #eaedf0;
  display: grid;
  gap: 0;
  margin: 0 0 20px;
  padding: 8px 0;
}

.store-product-meta div {
  display: grid;
  gap: 12px;
  grid-template-columns: 130px 1fr;
  padding: 9px 0;
}

.store-product-meta dt {
  color: var(--store-muted);
  font-weight: 500;
}

.store-product-meta dd {
  margin: 0;
}

.store-add-cart label {
  color: var(--store-muted);
  display: block;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.store-add-cart__row {
  display: grid;
  gap: 10px;
  grid-template-columns: 92px 1fr;
}

.store-add-cart input {
  border: 1px solid #cfd4da;
  border-radius: 8px;
  min-height: 44px;
  padding: 0 12px;
  width: 100%;
}

.store-product-detail--purchase {
  padding-bottom: 38px;
}

.store-product-gallery__thumb {
  aspect-ratio: 1;
  background: var(--store-soft);
  border: 1px solid #eaedf0;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}

.store-product-gallery__thumb.is-active {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.store-product-option-group {
  border-top: 1px solid #eaedf0;
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  padding-top: 18px;
}

.store-product-option-group > span,
.store-purchase-sheet__section > span {
  color: var(--store-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.store-product-spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.store-product-spec {
  background: #fff;
  border: 1px solid #cfd4da;
  border-radius: 4px;
  color: var(--store-ink);
  font-weight: 800;
  min-height: 36px;
  padding: 0 14px;
}

.store-product-spec.is-active {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.store-product-panel__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-product-panel__actions .store-button {
  min-height: 48px;
}

.store-product-panel__actions .store-button:disabled,
.store-product-action-bar__button:disabled,
.store-purchase-sheet__submit:disabled {
  background: #c7ccd2;
  color: #fff;
  cursor: not-allowed;
}

.store-product-action-bar {
  display: none;
}

.store-cart-added-modal[hidden] {
  display: none;
}

.store-cart-added-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 240;
}

.store-cart-added-modal__overlay {
  background: rgba(17, 17, 17, 0.5);
  inset: 0;
  position: absolute;
}

.store-cart-added-modal__panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.28);
  display: grid;
  gap: 22px;
  justify-items: center;
  max-width: 320px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 28px 24px 24px;
  position: relative;
  text-align: center;
  width: min(100%, 320px);
  z-index: 1;
}

.store-cart-added-modal__panel h2 {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
}

.store-cart-added-modal__button {
  min-width: 108px;
}

.store-purchase-sheet[hidden] {
  display: none;
}

.store-purchase-sheet {
  inset: 0;
  position: fixed;
  z-index: 220;
}

.store-purchase-sheet-open {
  overflow: hidden;
}

.store-purchase-sheet__overlay {
  background: rgba(17, 17, 17, 0.48);
  border: 0;
  inset: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.store-purchase-sheet__panel {
  background: #fff;
  border-radius: 12px;
  bottom: 24px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.28);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  left: 50%;
  max-height: calc(100dvh - 48px);
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: min(480px, calc(100vw - 32px));
}

.store-purchase-sheet__close {
  background: transparent;
  border: 0;
  height: 42px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 42px;
  z-index: 1;
}

.store-purchase-sheet__close::before,
.store-purchase-sheet__close::after {
  background: #8b9199;
  content: "";
  height: 2px;
  left: 12px;
  position: absolute;
  top: 20px;
  width: 18px;
}

.store-purchase-sheet__close::before {
  transform: rotate(45deg);
}

.store-purchase-sheet__close::after {
  transform: rotate(-45deg);
}

.store-purchase-sheet__summary {
  align-items: end;
  border-bottom: 1px solid #eaedf0;
  display: grid;
  gap: 14px;
  grid-template-columns: 96px minmax(0, 1fr);
  padding: 18px 56px 16px 18px;
}

.store-purchase-sheet__image {
  align-items: center;
  aspect-ratio: 1;
  background: var(--store-soft);
  border-radius: 8px;
  color: var(--store-muted);
  display: flex;
  font-size: 0.82rem;
  justify-content: center;
  overflow: hidden;
}

.store-purchase-sheet__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.store-purchase-sheet__price {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.store-purchase-sheet__price strong {
  color: var(--store-danger);
  font-size: 1.45rem;
  font-weight: 900;
}

.store-purchase-sheet__price span {
  color: var(--store-muted);
  font-size: 0.88rem;
}

.store-purchase-sheet__body {
  display: grid;
  gap: 16px;
  overflow-y: auto;
  padding: 18px;
}

.store-purchase-sheet__brand {
  color: var(--store-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.store-purchase-sheet__body h2 {
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.4;
  margin: -10px 0 0;
}

.store-purchase-sheet__section {
  display: grid;
  gap: 9px;
}

.store-purchase-quantity {
  border: 1px solid #d8dde3;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 42px 72px 42px;
  overflow: hidden;
  width: max-content;
}

.store-purchase-quantity button,
.store-purchase-quantity input {
  background: #fff;
  border: 0;
  color: var(--store-ink);
  font-weight: 800;
  height: 40px;
  text-align: center;
}

.store-purchase-quantity button {
  font-size: 1.1rem;
}

.store-purchase-quantity input {
  border-left: 1px solid #d8dde3;
  border-right: 1px solid #d8dde3;
  min-width: 0;
}

.store-purchase-sheet__form {
  display: none;
  padding: 0 18px 18px;
}

.store-purchase-sheet__form.is-active {
  display: block;
}

.store-purchase-sheet__submit {
  background: #111;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  min-height: 52px;
  width: 100%;
}

.store-rich-text {
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  line-height: 1.9;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 22px;
}

.store-rich-text--pre-line {
  white-space: pre-wrap;
}

.store-rich-text img,
.store-rich-text video,
.store-rich-text iframe {
  height: auto;
  max-width: 100%;
}

.store-rich-text pre,
.store-rich-text table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.store-rich-text a {
  overflow-wrap: anywhere;
}

.store-policy {
  color: var(--store-ink);
  line-height: 1.9;
  max-width: 900px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.store-policy__updated {
  color: var(--store-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.store-policy section {
  border-top: 1px solid #eaedf0;
  margin-top: 28px;
  padding-top: 28px;
}

.store-policy h2 {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 12px;
}

.store-policy p {
  margin: 0 0 12px;
}

.store-policy ol,
.store-policy ul {
  margin: 0 0 16px;
  padding-left: 1.5rem;
}

.store-policy li + li {
  margin-top: 6px;
}

.store-policy a {
  color: var(--store-blue);
  font-weight: 800;
}

.store-commerce-layout {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.store-commerce-layout__main {
  min-width: 0;
}

.store-line-items {
  display: grid;
}

.store-line-item {
  align-items: center;
  background: #fff;
  border: 0;
  border-top: 1px solid #e2e6e9;
  display: grid;
  gap: 18px;
  grid-template-columns: 96px minmax(180px, 1fr) 130px 112px;
  padding: 18px 0;
}

.store-line-item__media {
  align-items: center;
  aspect-ratio: 1;
  background: var(--store-soft);
  border-radius: 4px;
  color: var(--store-muted);
  display: flex;
  font-size: 0.8rem;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}

.store-line-item__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.store-line-item__body {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.store-line-item__name {
  color: var(--store-ink);
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.store-line-item__price {
  color: var(--store-ink);
  font-size: 0.94rem;
  font-weight: 800;
}

.store-line-item__meta {
  color: var(--store-muted);
  font-size: 0.88rem;
}

.store-line-item__aside {
  display: grid;
  gap: 8px;
  justify-items: end;
  min-width: 0;
}

.store-line-item__aside span {
  color: var(--store-muted);
  font-size: 0.82rem;
}

.store-line-item__aside strong {
  color: var(--store-ink);
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.store-line-item__aside button {
  background: transparent;
  border: 0;
  color: var(--store-danger);
  font-size: 0.86rem;
  padding: 0;
}

.store-line-item__quantity {
  display: flex;
  justify-content: center;
}

.store-quantity-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
}

.store-quantity-form label {
  color: var(--store-muted);
  font-size: 0.86rem;
}

.store-quantity-form input {
  border: 1px solid #cfd4da;
  border-radius: 6px;
  height: 34px;
  padding: 0 8px;
  width: 74px;
}

.store-cart-quantity {
  grid-template-columns: 34px 58px 34px;
}

.store-cart-quantity button,
.store-cart-quantity input {
  height: 34px;
}

.store-quantity-form .store-cart-quantity input {
  appearance: textfield;
  border: 0;
  border-left: 1px solid #d8dde3;
  border-radius: 0;
  border-right: 1px solid #d8dde3;
  padding: 0;
  width: 58px;
}

.store-quantity-form .store-cart-quantity input::-webkit-inner-spin-button,
.store-quantity-form .store-cart-quantity input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.store-cart-quantity.is-updating {
  opacity: 0.64;
  pointer-events: none;
}

.store-quantity-limit {
  color: var(--store-muted);
  display: none;
  font-size: 0.82rem;
}

.store-quantity-limit.is-visible {
  display: inline-flex;
}

.store-summary-panel {
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(32, 36, 42, 0.08);
  padding: 24px;
  position: sticky;
  top: 154px;
}

.store-summary-panel h2 {
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0 0 16px;
}

.store-summary-panel dl {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.store-summary-panel dl div {
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.store-summary-panel dt {
  color: var(--store-muted);
  font-weight: 500;
}

.store-summary-panel dd {
  font-weight: 800;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: right;
}

.store-summary-panel__total {
  border-top: 1px solid #eaedf0;
  padding-top: 12px;
}

.store-summary-panel__total dt,
.store-summary-panel__total dd {
  color: var(--store-ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.store-cart-page-head {
  padding-bottom: 28px;
}

.store-checkout-steps {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 30px 0 0;
  max-width: 720px;
  padding: 0;
}

.store-checkout-steps li {
  align-items: center;
  color: #9aa1a8;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 4px;
  min-height: 56px;
  position: relative;
  text-align: center;
}

.store-checkout-steps li:not(:last-child)::after {
  background: #dce1e5;
  content: "";
  height: 1px;
  left: calc(50% + 16px);
  position: absolute;
  right: calc(-50% + 16px);
  top: 40px;
}

.store-checkout-steps span {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd5da;
  border-radius: 50%;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  order: 2;
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  z-index: 1;
}

.store-checkout-steps strong {
  font-weight: inherit;
  line-height: 20px;
  order: 1;
  text-align: center;
}

.store-checkout-steps .is-active {
  color: var(--store-ink);
}

.store-checkout-steps .is-active span {
  background: var(--store-ink);
  border-color: var(--store-ink);
  color: #fff;
}

.store-cart-product-panel {
  background: #fff;
  border-top: 2px solid var(--store-ink);
  padding: 0 22px;
}

.store-cart-product-panel__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 22px 0 16px;
}

.store-cart-product-panel__head h2,
.store-cart-summary-panel__head h2 {
  font-size: 1.12rem;
  font-weight: 900;
  margin: 0;
}

.store-cart-product-panel__head span,
.store-cart-summary-panel__head span {
  color: var(--store-muted);
  font-size: 0.84rem;
}

.store-cart-item-columns {
  color: var(--store-muted);
  display: grid;
  font-size: 0.78rem;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 130px 112px;
  margin-left: 114px;
  padding: 0 0 12px;
  text-align: center;
}

.store-cart-item-columns span:first-child {
  text-align: left;
}

.store-cart-summary-panel__head {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.store-cart-summary-panel h2 {
  margin: 0;
}

.store-cart-checkout-button {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 22px;
  min-width: 0;
  padding: 10px 14px;
  text-align: center;
}

.store-cart-checkout-button:hover {
  background: #000;
  color: #fff;
}

.store-cart-selection {
  border-bottom: 1px solid #eaedf0;
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.store-cart-selection label {
  color: var(--store-muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.store-cart-selection select {
  border: 1px solid #cfd4da;
  border-radius: 4px;
  color: var(--store-ink);
  min-height: 38px;
  padding: 0 10px;
  width: 100%;
}

.store-cart-continue-link {
  color: var(--store-muted);
  display: block;
  font-size: 0.88rem;
  margin-top: 16px;
  text-align: center;
  text-decoration: none;
}

.store-cart-continue-link:hover {
  color: var(--store-ink);
  text-decoration: underline;
}

.store-checkout-page-head {
  padding-bottom: 28px;
}

.store-checkout-alert {
  margin-top: 24px;
}

.store-checkout-card {
  background: #fff;
  border: 1px solid #eaedf0;
  border-top: 2px solid var(--store-ink);
  padding: 22px;
}

.store-checkout-card__head {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.store-checkout-card__head h2 {
  font-size: 1.12rem;
  font-weight: 900;
  margin: 0;
}

.store-checkout-card__head > span {
  color: var(--store-muted);
  font-size: 0.84rem;
}

.store-checkout-card .store-form-grid {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.store-checkout-selection-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.store-checkout-selection-summary > div {
  background: var(--store-soft);
  display: grid;
  gap: 5px;
  padding: 14px;
}

.store-checkout-selection-summary span {
  color: var(--store-muted);
  font-size: 0.82rem;
}

.store-checkout-selection-summary strong {
  font-size: 0.94rem;
  overflow-wrap: anywhere;
}

.store-checkout-selection-summary--single {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-checkout-store-actions {
  align-items: center;
  background: var(--store-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 14px;
}

.store-checkout-store-actions > span {
  color: var(--store-muted);
  font-size: 0.88rem;
}

.store-checkout-store-actions > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.store-checkout-store-actions .store-button {
  font-size: 0.84rem;
  padding: 8px 10px;
}

.store-checkout-store-selected {
  background: #edf7f4;
  border-left: 3px solid #1f7a67;
  display: grid;
  gap: 3px;
  padding: 14px;
}

.store-checkout-store-selected span {
  color: var(--store-muted);
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

.store-checkout-store-selected--editor {
  min-height: 112px;
}

.store-checkout-inline-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.store-checkout-profile-modal__panel {
  gap: 18px;
  justify-items: stretch;
  max-width: 560px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 26px;
  text-align: left;
  width: min(100%, 560px);
}

.store-checkout-profile-modal__header {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.store-checkout-profile-modal__header h2 {
  margin: 0;
}

.store-checkout-profile-modal__close {
  background: transparent;
  border: 0;
  color: var(--store-ink);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0;
}

.store-checkout-profile-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.store-form-grid--compact {
  padding: 0;
}

.store-checkout-saved-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.store-checkout-saved-list__head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.store-checkout-saved-list__items {
  display: grid;
  gap: 10px;
}

.store-checkout-saved-item {
  background: #fff;
  border: 1px solid #d9dee3;
  border-radius: 8px;
  color: var(--store-ink);
  cursor: pointer;
  display: grid;
  gap: 4px;
  padding: 14px;
  text-align: left;
}

.store-checkout-saved-item span {
  color: var(--store-muted);
  font-size: 0.88rem;
}

.store-checkout-saved-item.is-active {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.store-checkout-items {
  border-bottom: 1px solid #eaedf0;
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.store-checkout-items summary {
  color: var(--store-ink);
  cursor: pointer;
  display: flex;
  font-size: 0.9rem;
  font-weight: 800;
  justify-content: space-between;
}

.store-checkout-items summary span {
  color: var(--store-muted);
  font-size: 0.82rem;
}

.store-checkout-items ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.store-checkout-items li {
  display: flex;
  font-size: 0.84rem;
  gap: 12px;
  justify-content: space-between;
}

.store-checkout-items li span {
  color: var(--store-muted);
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

.store-checkout-items li strong {
  color: var(--store-ink);
  flex: 0 0 auto;
  white-space: nowrap;
}

.store-checkout-terms {
  color: var(--store-muted);
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 20px 0 0;
}

.store-checkout-section + .store-checkout-section {
  margin-top: 34px;
}

.store-form-grid {
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 18px;
}

.store-form-grid__wide {
  grid-column: 1 / -1;
}

.store-member-hero {
  padding: 24px 0 0;
}

.store-member-hero__panel {
  align-items: center;
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(32, 36, 42, 0.08);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px;
  position: relative;
}

.store-member-identity {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.store-member-avatar {
  align-items: center;
  background: var(--store-blue);
  border: 2px solid var(--store-accent);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 62px;
  font-size: 1.25rem;
  font-weight: 900;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.store-member-eyebrow {
  color: var(--store-accent-strong);
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 4px;
}

.store-member-identity h1 {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.store-member-identity p {
  color: var(--store-muted);
  margin: 8px 0 0;
}

.store-member-back-link {
  display: none;
}

.store-member-logout-form {
  margin: 0;
}

.store-member-logout-button {
  background: #fff;
  border: 1px solid #cfd4da;
  border-radius: 6px;
  color: var(--store-blue);
  font-weight: 900;
  min-height: 40px;
  padding: 0 14px;
}

.store-member-logout-button:hover,
.store-member-logout-button:focus-visible {
  background: #f1f3f5;
}

.store-member-header-badge,
.store-member-badge {
  background: #e6eef5;
  border-radius: 4px;
  color: var(--store-blue);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 6px 14px;
}

.store-member-badge {
  color: #263B54;
}

.store-member-stat {
  background: var(--store-soft);
  border: 1px solid #ece3d5;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 14px;
}

.store-member-stat span {
  color: var(--store-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.store-member-stat strong {
  color: var(--store-ink);
  font-size: 1.08rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.store-member-section {
  padding: 24px 0 42px;
}

.store-member-section--home {
  padding-top: 18px;
}

.store-member-home {
  display: grid;
  gap: 18px;
}

.store-member-overview,
.store-member-mobile-panel {
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(32, 36, 42, 0.06);
}

.store-member-overview {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.store-member-overview__top {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.store-member-overview__top .store-member-badge {
  flex: 0 0 auto;
  margin-left: auto;
}

.store-member-overview__top div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.store-member-overview__top span {
  color: var(--store-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.store-member-overview__top strong {
  color: var(--store-ink);
  font-size: 1.3rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.store-member-overview__details {
  display: grid;
  gap: 10px;
}

.store-member-overview__details div {
  align-items: center;
  border-top: 1px solid #edf0f2;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-width: 0;
  padding-top: 12px;
}

.store-member-overview__details span {
  color: var(--store-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.store-member-overview__details strong {
  color: var(--store-blue);
  font-weight: 900;
}

.store-member-panel-title a {
  color: #3157b7;
  font-weight: 800;
  text-decoration: none;
}

.store-member-mobile-panel {
  overflow: hidden;
}

.store-member-panel-title {
  align-items: center;
  border-bottom: 1px solid #edf0f2;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.store-member-panel-title h2 {
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
}

.store-member-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-member-action-grid a {
  align-items: center;
  color: var(--store-ink);
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 98px;
  padding: 16px 8px;
  text-align: center;
  text-decoration: none;
}

.store-member-action-icon {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 28px;
}

.store-member-action-icon::before,
.store-member-action-icon::after {
  content: "";
  position: absolute;
}

.store-member-action-icon--profile::before {
  border: 2px solid var(--store-muted);
  border-radius: 2px;
  height: 22px;
  left: 4px;
  top: 3px;
  width: 20px;
}

.store-member-action-icon--profile::after {
  background: var(--store-muted);
  box-shadow: 0 6px 0 var(--store-muted), 0 12px 0 var(--store-muted);
  height: 2px;
  left: 9px;
  top: 8px;
  width: 10px;
}

.store-member-action-icon--orders::before {
  border: 2px solid var(--store-muted);
  border-radius: 3px;
  height: 22px;
  left: 5px;
  top: 3px;
  width: 18px;
}

.store-member-action-icon--orders::after {
  border: 2px solid var(--store-muted);
  border-radius: 50%;
  bottom: 2px;
  height: 10px;
  right: 0;
  width: 10px;
}

.store-member-action-icon--address::before {
  border: 2px solid var(--store-muted);
  border-radius: 3px;
  height: 16px;
  left: 3px;
  top: 8px;
  width: 22px;
}

.store-member-action-icon--address::after {
  border: 2px solid var(--store-muted);
  border-left: 0;
  border-top: 0;
  height: 8px;
  left: 10px;
  top: 2px;
  transform: rotate(45deg);
  width: 8px;
}

.store-member-action-icon--cart::before {
  border: 2px solid var(--store-muted);
  border-radius: 3px 3px 6px 6px;
  height: 15px;
  left: 4px;
  top: 8px;
  width: 20px;
}

.store-member-action-icon--cart::after {
  border: 2px solid var(--store-muted);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  height: 8px;
  left: 9px;
  top: 3px;
  width: 10px;
}

.store-member-mini-orders {
  display: grid;
}

.store-member-mini-order {
  align-items: center;
  border-bottom: 1px solid #edf0f2;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 14px 20px;
  text-decoration: none;
}

.store-member-mini-order:last-child {
  border-bottom: 0;
}

.store-member-mini-order div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.store-member-mini-order div span {
  color: var(--store-muted);
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.store-member-mini-order div strong {
  color: var(--store-danger);
  font-size: 0.95rem;
}

.store-member-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: 236px minmax(0, 1fr);
}

.store-member-sidebar {
  position: sticky;
  top: 150px;
}

.store-member-nav {
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(32, 36, 42, 0.06);
  display: grid;
  overflow: hidden;
}

.store-member-nav a {
  color: var(--store-ink);
  font-weight: 800;
  padding: 16px 18px;
  text-decoration: none;
}

.store-member-nav a + a {
  border-top: 1px solid #edf0f2;
}

.store-member-nav a.is-active {
  background: var(--store-blue);
  color: #fff;
}

.store-member-content {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.store-member-quick-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-member-card {
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(32, 36, 42, 0.06);
  padding: 20px;
}

.store-member-card__head {
  align-items: start;
  border-bottom: 1px solid #edf0f2;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: -2px 0 18px;
  padding-bottom: 16px;
}

.store-member-card__head h2,
.store-order-detail-head h2 {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.store-member-card__head p,
.store-order-detail-head p {
  color: var(--store-muted);
  margin: 6px 0 0;
}

.store-member-filter-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 18px;
}

.store-member-filter-row label {
  color: var(--store-ink);
  font-weight: 800;
}

.store-member-filter-row select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--store-ink) 50%) right 18px center / 6px 6px no-repeat,
    linear-gradient(135deg, var(--store-ink) 50%, transparent 50%) right 12px center / 6px 6px no-repeat,
    #fff;
  border: 1px solid #d7dce2;
  border-radius: 999px;
  color: var(--store-ink);
  min-height: 40px;
  padding: 0 36px 0 14px;
  width: 100%;
}

.store-member-empty {
  align-items: start;
  background: var(--store-soft);
  border: 1px dashed #d9c9aa;
  border-radius: 8px;
  display: grid;
  gap: 9px;
  justify-items: start;
  padding: 22px;
}

.store-member-empty--compact {
  padding: 16px;
}

.store-member-empty strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.store-member-empty span {
  color: var(--store-muted);
}

.store-button--ghost {
  background: #f1f3f5;
  color: var(--store-blue);
}

.store-member-table-wrap {
  overflow-x: auto;
}

.store-member-table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.store-member-table th {
  color: var(--store-muted);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 0 12px 12px;
  text-align: left;
}

.store-member-table td {
  border-top: 1px solid #edf0f2;
  padding: 14px 12px;
  vertical-align: middle;
}

.store-member-table__amount {
  text-align: right;
  white-space: nowrap;
}

.store-member-table__action {
  text-align: right;
}

.store-member-order-link,
.store-member-back {
  color: var(--store-blue);
  font-weight: 900;
  text-decoration: none;
}

.store-status-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  padding: 7px 9px;
  white-space: nowrap;
}

.store-status-pill--success {
  background: #e8f6ee;
  color: #19764a;
}

.store-status-pill--warning {
  background: #fff2d8;
  color: #9a6410;
}

.store-status-pill--info {
  background: #e9f1fb;
  color: #245b95;
}

.store-status-pill--danger {
  background: #fde8e5;
  color: #b63730;
}

.store-status-pill--muted {
  background: #edf0f2;
  color: #59606a;
}

.store-payment-result-page {
  background: #f3f5f4;
}

.store-payment-result {
  min-height: 620px;
  padding: 34px 0 72px;
}

.store-payment-result__breadcrumb {
  margin-bottom: 24px;
}

.store-payment-result__panel {
  --payment-result-accent: #5f6975;
  --payment-result-soft: #eef1f3;
  background: #fff;
  border: 1px solid #e2e6e9;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(32, 36, 42, 0.1);
  margin: 0 auto;
  max-width: 860px;
  overflow: hidden;
  padding: 48px;
  position: relative;
}

.store-payment-result__panel::before {
  background: var(--payment-result-accent);
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.store-payment-result__panel--success {
  --payment-result-accent: #24835a;
  --payment-result-soft: #e9f6ef;
}

.store-payment-result__panel--warning {
  --payment-result-accent: #b57718;
  --payment-result-soft: #fff3dc;
}

.store-payment-result__panel--danger {
  --payment-result-accent: #c3453d;
  --payment-result-soft: #fdecea;
}

.store-payment-result__lead {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 88px minmax(0, 1fr);
}

.store-payment-result__mark {
  align-items: center;
  background: var(--payment-result-soft);
  border: 1px solid color-mix(in srgb, var(--payment-result-accent) 22%, transparent);
  border-radius: 50%;
  color: var(--payment-result-accent);
  display: flex;
  height: 88px;
  justify-content: center;
  position: relative;
  width: 88px;
}

.store-payment-result__mark::before {
  content: "!";
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
}

.store-payment-result__panel--success .store-payment-result__mark::before {
  border-bottom: 4px solid currentColor;
  border-right: 4px solid currentColor;
  content: "";
  height: 34px;
  transform: rotate(45deg) translate(-4px, -4px);
  width: 18px;
}

.store-payment-result__panel--warning .store-payment-result__mark::before {
  background: currentColor;
  border-radius: 3px;
  box-shadow: 0 21px 0 -4px currentColor;
  content: "";
  height: 25px;
  width: 4px;
}

.store-payment-result__eyebrow {
  color: var(--payment-result-accent);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.store-payment-result__copy {
  min-width: 0;
  overflow-wrap: anywhere;
}

.store-payment-result__copy h1 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
}

.store-payment-result__message {
  color: var(--store-ink);
  font-size: 1.02rem;
  font-weight: 700;
  margin: 14px 0 0;
}

.store-payment-result__follow-up {
  color: var(--store-muted);
  line-height: 1.75;
  margin: 6px 0 0;
}

.store-payment-result__summary {
  border-bottom: 1px solid #e8ebed;
  border-top: 1px solid #e8ebed;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 1fr));
  margin: 36px 0 0;
}

.store-payment-result__summary > div {
  min-width: 0;
  padding: 20px 18px;
}

.store-payment-result__summary > div:first-child {
  padding-left: 0;
}

.store-payment-result__summary > div + div {
  border-left: 1px solid #e8ebed;
}

.store-payment-result__summary dt {
  color: var(--store-muted);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.store-payment-result__summary dd {
  font-weight: 900;
  margin: 0;
  overflow-wrap: anywhere;
}

.store-payment-result__order-no {
  overflow-wrap: anywhere;
}

.store-payment-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.store-payment-result__actions .store-button {
  min-width: 150px;
}

.store-member-order-cards {
  display: none;
}

.store-member-pager {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 18px;
}

.store-member-pager span,
.store-member-pager strong {
  align-items: center;
  background: #fff;
  border: 1px solid #d7dce2;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
}

.store-member-pager span {
  color: var(--store-muted);
}

.store-order-card {
  border: 0;
  border-top: 1px solid #edf0f2;
  border-radius: 0;
  display: grid;
  gap: 12px;
  padding: 16px 0;
}

.store-order-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.store-order-card__top {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.store-order-card__top div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.store-order-card__top span,
.store-order-card__meta {
  color: var(--store-muted);
  font-size: 0.82rem;
}

.store-order-card__top strong {
  overflow-wrap: anywhere;
}

.store-order-card__amount {
  color: var(--store-danger);
  white-space: nowrap;
}

.store-order-card__statuses {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.store-order-detail-head {
  align-items: start;
  background: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(32, 36, 42, 0.06);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 20px;
}

.store-order-payment-action {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 0;
}

.store-order-payment-action .form-select {
  min-width: 180px;
  width: auto;
}

.store-member-detail-grid {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.store-member-detail-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.store-member-items,
.store-payment-list {
  display: grid;
  gap: 10px;
}

.store-member-item,
.store-payment-card {
  align-items: center;
  border: 0;
  border-top: 1px solid #edf0f2;
  border-radius: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 14px 0;
}

.store-member-item:first-child,
.store-payment-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.store-member-item div,
.store-payment-card div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.store-member-item span,
.store-payment-card span {
  color: var(--store-muted);
  font-size: 0.86rem;
}

.store-member-item__numbers,
.store-payment-card div:last-child {
  justify-items: end;
}

.store-member-description {
  display: grid;
  gap: 12px;
  margin: 0;
}

.store-member-description div {
  display: grid;
  gap: 10px;
  grid-template-columns: 120px minmax(0, 1fr);
}

.store-member-description dt {
  color: var(--store-muted);
  font-weight: 700;
}

.store-member-description dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.store-summary-panel--member {
  top: 150px;
}

.store-profile-form {
  display: grid;
}

.store-profile-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-profile-grid__wide {
  grid-column: 1 / -1;
}

.store-field {
  display: grid;
  gap: 7px;
}

.store-field label {
  color: var(--store-ink);
  font-weight: 900;
}

.store-field input,
.store-field select,
.store-field textarea {
  background: #f8f9fa;
  border: 1px solid #d9dde2;
  border-radius: 8px;
  color: var(--store-ink);
  min-height: 46px;
  padding: 0 13px;
  width: 100%;
}

.store-field span,
.store-validation-summary {
  color: var(--store-danger);
  font-size: 0.86rem;
}

.store-profile-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}

.store-bind-list {
  display: grid;
  gap: 10px;
}

.store-bind-item {
  align-items: center;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  padding: 14px;
}

.store-bind-item__mark {
  align-items: center;
  background: var(--store-line);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 0.75rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.store-bind-item div {
  display: grid;
  gap: 3px;
}

.store-bind-item span:last-child {
  color: var(--store-muted);
}

.store-address-form-preview {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-address-form-preview div {
  background: #f8f9fa;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 14px;
}

.store-address-form-preview__wide {
  grid-column: 1 / -1;
}

.store-address-list {
  display: grid;
  gap: 12px;
}

.store-address-card {
  border: 0;
  border-top: 1px solid #d9dde2;
  border-radius: 0;
  display: grid;
  gap: 10px;
  padding: 18px;
  position: relative;
}

.store-address-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.store-address-card__remove {
  background: transparent;
  border: 0;
  height: 28px;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 28px;
}

.store-address-card__remove::before,
.store-address-card__remove::after {
  background: #b7bcc3;
  content: "";
  height: 18px;
  left: 13px;
  position: absolute;
  top: 5px;
  width: 2px;
}

.store-address-card__remove::before {
  transform: rotate(45deg);
}

.store-address-card__remove::after {
  transform: rotate(-45deg);
}

.store-address-card__tag {
  background: #fff1df;
  border-radius: 4px;
  color: #d98823;
  font-weight: 900;
  justify-self: start;
  padding: 5px 10px;
}

.store-address-card strong {
  font-size: 1rem;
  font-weight: 900;
}

.store-address-card p {
  color: var(--store-muted);
  line-height: 1.7;
  margin: 0;
  overflow-wrap: anywhere;
}

.store-address-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.store-address-card__actions a,
.store-address-card__actions button {
  background: transparent;
  border: 0;
  color: #3157b7;
  font-weight: 900;
  padding: 0;
  text-decoration: none;
}

.store-address-card__actions form {
  margin: 0;
}

.store-address-card__actions span {
  color: #f18f26;
  font-weight: 900;
}

.store-address-form-toolbar {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
  position: relative;
  z-index: 0;
}

.store-address-edit-form {
  gap: 0;
}

.store-address-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  position: static;
  z-index: auto;
}

.store-address-form-actions .store-button {
  min-height: 42px;
  padding: 0 20px;
}

.store-check-row {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  font-weight: 900;
}

.store-check-row input {
  accent-color: var(--store-accent);
  height: 18px;
  width: 18px;
}

.store-transfer-page {
  align-items: center;
  display: flex;
  min-height: 560px;
  padding: 48px 0 72px;
}

.store-transfer-panel {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e6e9;
  border-top: 4px solid var(--store-accent);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(32, 36, 42, 0.1);
  display: grid;
  gap: 12px;
  justify-items: center;
  margin: 0 auto;
  max-width: 620px;
  padding: 42px 28px;
  text-align: center;
}

.store-transfer-panel h1 {
  font-size: 1.7rem;
  font-weight: 900;
  margin: 4px 0 0;
}

.store-transfer-panel p {
  color: var(--store-muted);
  line-height: 1.7;
  margin: 0 0 8px;
}

.store-transfer-spinner {
  animation: store-transfer-spin 800ms linear infinite;
  border: 4px solid #e5e8eb;
  border-radius: 50%;
  border-top-color: var(--store-accent-strong);
  height: 44px;
  width: 44px;
}

.store-transfer-panel--error {
  border-top-color: var(--store-danger);
}

.store-transfer-error-mark {
  align-items: center;
  background: #fde8e5;
  border-radius: 50%;
  color: var(--store-danger);
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.store-transfer-request-id {
  background: #f6f7f8;
  border-radius: 6px;
  display: grid;
  gap: 4px;
  max-width: 100%;
  padding: 10px 14px;
}

.store-transfer-request-id code {
  overflow-wrap: anywhere;
}

@keyframes store-transfer-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .store-transfer-spinner {
    animation: none;
  }
}

.store-footer {
  background: #10141a;
  color: rgba(255, 255, 255, 0.72);
  padding: 42px 0 86px;
}

.store-footer__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(140px, 1fr));
}

.store-footer h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 12px;
}

.store-footer a:not(.store-logo) {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  margin-top: 9px;
  text-decoration: none;
}

.store-footer__company {
  display: grid;
  gap: 9px;
}

.store-footer__company p {
  display: grid;
  gap: 2px;
  line-height: 1.5;
  margin: 0;
  min-width: 0;
}

.store-footer__company span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 800;
}

.store-footer__company strong,
.store-footer__company a {
  color: rgba(255, 255, 255, 0.82);
  display: inline;
  font-size: 0.9rem;
  font-weight: 800;
  margin-top: 0;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.store-social-links {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.store-footer .store-social-links a.store-social-link {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  line-height: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
  width: 38px;
}

.store-social-link svg {
  display: block;
  flex: 0 0 auto;
  height: 20px;
  overflow: visible;
  width: 20px;
}

.store-social-link--facebook svg {
  fill: #fff;
}

.store-social-link--instagram svg {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.store-line-contact {
  align-items: center;
  background: var(--store-line);
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 14px 34px rgba(6, 199, 85, 0.32);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  gap: 0;
  min-height: 52px;
  min-width: 52px;
  justify-content: center;
  padding: 8px;
  position: fixed;
  right: 18px;
  text-decoration: none;
  z-index: 130;
}

.store-line-contact > span:last-child {
  display: none;
}

.store-line-contact:visited,
.store-line-contact:active {
  color: #fff;
}

.store-line-contact:hover {
  color: #ffe36a;
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.store-line-contact:focus-visible {
  color: #ffe36a;
  outline: 3px solid rgba(6, 199, 85, 0.3);
  outline-offset: 4px;
}

.store-line-contact__mark {
  align-items: center;
  background: transparent;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: inherit;
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 0.68rem;
  height: 34px;
  justify-content: center;
  letter-spacing: 0;
  overflow: hidden;
  width: 34px;
}

.store-line-contact__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-bottom-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e3e6ea;
  bottom: 0;
  box-shadow: 0 -10px 28px rgba(32, 36, 42, 0.11);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  min-height: 66px;
  padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 100;
}

.store-bottom-nav a {
  align-items: center;
  color: var(--store-blue);
  display: flex;
  flex-direction: column;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 3px;
  justify-content: center;
  text-decoration: none;
}

.store-bottom-nav a.is-active {
  background: var(--store-soft);
  border-radius: 6px;
  color: var(--store-accent-strong);
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}

@media (max-width: 991.98px) {
  .store-hero h1 {
    font-size: 3.2rem;
  }

  .store-hero {
    min-height: 620px;
  }

  .store-hero__media::after {
    background: linear-gradient(180deg, rgba(16, 22, 30, 0.42) 0%, rgba(16, 22, 30, 0.82) 100%);
  }

  .store-hero__content {
    align-content: end;
    grid-template-columns: 1fr;
    min-height: 620px;
    padding-bottom: 28px;
    padding-top: 34px;
  }

  .store-hero__feature {
    display: none;
  }

  .store-shortcuts {
    grid-auto-columns: 96px;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .store-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .store-promo-band__grid,
  .store-product-detail__grid,
  .store-commerce-layout,
  .store-member-layout,
  .store-member-detail-grid {
    grid-template-columns: 1fr;
  }

  .store-summary-panel,
  .store-member-sidebar {
    position: static;
  }

  .store-cart-product-panel {
    padding: 0 16px;
  }

  .store-checkout-steps {
    max-width: none;
  }

  .store-member-nav {
    grid-auto-columns: minmax(142px, 1fr);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
  }

  .store-member-nav a + a {
    border-left: 1px solid #edf0f2;
    border-top: 0;
  }

  .store-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .store-container {
    padding: 0 14px;
  }

  .store-header__bar {
    grid-template-columns: 1fr;
    min-height: 58px;
  }

  .store-header__actions {
    display: none;
  }

  .store-header__bar--admin {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .store-header__bar--admin .store-logo {
    justify-self: start;
  }

  .store-header__actions--admin {
    display: flex;
  }

  .store-header__actions--admin .store-icon-button {
    display: none;
  }

  .store-header__actions--admin .store-admin-entry {
    font-size: 0.78rem;
    min-height: 36px;
    padding: 0 10px;
  }

  .store-category-strip {
    display: none;
  }

  .store-logo {
    justify-self: center;
  }

  .store-logo__tagline {
    display: none;
  }

  .store-category-strip a {
    font-size: 0.82rem;
    padding: 6px 11px;
  }

  .store-hero {
    min-height: 540px;
  }

  .store-hero__content {
    min-height: 540px;
  }

  .store-hero--home,
  .store-hero--home .store-hero__content {
    min-height: min(500px, calc(100svh - 225px));
  }

  .store-hero--home .store-hero__content {
    padding-bottom: 48px;
  }

  .store-hero h1 {
    font-size: 2.25rem;
  }

  .store-hero p {
    font-size: 0.98rem;
  }

  .store-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-hero--home .store-hero__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-hero--home .store-button {
    font-size: 0.86rem;
    line-height: 1.3;
    min-width: 0;
    padding: 0 8px;
    text-align: center;
  }

  .store-hero--home + .store-section {
    padding-top: 28px;
  }

  .store-section--products {
    scroll-margin-top: 68px;
  }

  .store-section {
    padding: 38px 0;
  }

  .store-section--tight {
    padding: 18px 0 12px;
  }

  .store-section-heading {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .store-section-heading h1,
  .store-section-heading h2 {
    font-size: 1.5rem;
  }

  .store-product-rail {
    grid-auto-columns: minmax(156px, 46%);
  }

  .store-product-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-product-card__body {
    padding: 10px;
  }

  .store-product-card__name {
    font-size: 0.92rem;
  }

  .store-product-card__desc {
    display: none;
  }

  .store-promo-band {
    padding: 28px 0;
  }

  .store-promo-band__large img {
    aspect-ratio: 1.65;
  }

  .store-page-head {
    padding: 22px 0 24px;
  }

  .store-page-head h1 {
    font-size: 2rem;
  }

  .store-transfer-page {
    min-height: 440px;
    padding: 28px 0 48px;
  }

  .store-transfer-panel {
    padding: 32px 18px;
  }

  .store-transfer-panel h1 {
    font-size: 1.45rem;
  }

  .store-payment-result {
    min-height: 0;
    padding: 22px 0 44px;
  }

  .store-payment-result__breadcrumb {
    display: none;
  }

  .store-payment-result__panel {
    box-shadow: 0 12px 32px rgba(32, 36, 42, 0.08);
    padding: 34px 20px 24px;
  }

  .store-payment-result__lead {
    gap: 18px;
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .store-payment-result__mark {
    height: 64px;
    width: 64px;
  }

  .store-payment-result__panel--success .store-payment-result__mark::before {
    border-width: 0 3px 3px 0;
    height: 25px;
    width: 13px;
  }

  .store-payment-result__copy h1 {
    font-size: 1.45rem;
  }

  .store-payment-result__message {
    font-size: 0.94rem;
  }

  .store-payment-result__follow-up {
    font-size: 0.88rem;
  }

  .store-payment-result__summary {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .store-payment-result__summary > div,
  .store-payment-result__summary > div:first-child {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(90px, 0.7fr) minmax(0, 1.3fr);
    padding: 14px 0;
  }

  .store-payment-result__summary > div + div {
    border-left: 0;
    border-top: 1px solid #e8ebed;
  }

  .store-payment-result__summary dt {
    margin: 0;
  }

  .store-payment-result__summary dd {
    text-align: right;
  }

  .store-payment-result__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-payment-result__actions .store-button {
    width: 100%;
  }

  .store-product-detail {
    padding-top: 22px;
  }

  .store-product-panel {
    box-shadow: none;
    padding: 18px;
  }

  .store-product-meta div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .store-add-cart__row {
    grid-template-columns: 78px 1fr;
  }

  .store-product-detail-page.store-shell {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
  }

  .store-product-detail-page .store-bottom-nav {
    display: none;
  }

  .store-product-detail--purchase {
    padding-top: 0;
  }

  .store-product-breadcrumb {
    display: none;
  }

  .store-product-detail__grid {
    gap: 18px;
  }

  .store-product-gallery {
    margin: 0 -14px;
  }

  .store-product-gallery__main {
    border-radius: 0;
  }

  .store-product-gallery__thumbs {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    padding: 0 14px 2px;
    scrollbar-width: none;
  }

  .store-product-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

  .store-product-gallery__thumb {
    flex: 0 0 64px;
    width: 64px;
  }

  .store-product-panel {
    border: 0;
    border-radius: 0;
    padding: 0;
  }

  .store-product-panel h1 {
    font-size: 1.35rem;
    line-height: 1.35;
    margin-top: 8px;
  }

  .store-product-panel__lead {
    font-size: 0.94rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .store-product-panel__price {
    margin-bottom: 16px;
  }

  .store-product-panel__price span {
    font-size: 1.75rem;
  }

  .store-product-option-group {
    margin-bottom: 16px;
    padding-top: 16px;
  }

  .store-product-desktop-actions {
    display: none;
  }

  .store-product-action-bar {
    align-items: stretch;
    background: #fff;
    box-shadow: 0 -10px 28px rgba(32, 36, 42, 0.13);
    bottom: 0;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) minmax(0, 1fr);
    left: 0;
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    right: 0;
    z-index: 105;
  }

  .store-product-action-bar__icon {
    align-items: center;
    border-right: 1px solid #edf0f2;
    color: var(--store-blue);
    display: flex;
    flex-direction: column;
    font-size: 0.74rem;
    font-weight: 800;
    gap: 3px;
    justify-content: center;
    text-decoration: none;
  }

  .store-product-action-bar__button {
    border: 0;
    color: #fff;
    font-weight: 900;
    min-width: 0;
    padding: 0 8px;
  }

  .store-product-action-bar__button--add {
    background: #5b616a;
  }

  .store-product-action-bar__button--checkout {
    background: #111;
  }

  .store-purchase-sheet {
    z-index: 230;
  }

  .store-purchase-sheet__panel {
    border-radius: 16px 16px 0 0;
    bottom: 0;
    left: 0;
    max-height: calc(100dvh - 82px);
    right: 0;
    transform: none;
    width: 100%;
  }

  .store-purchase-sheet__summary {
    grid-template-columns: 84px minmax(0, 1fr);
    padding: 16px 54px 14px 16px;
  }

  .store-purchase-sheet__body {
    padding: 16px;
  }

  .store-purchase-sheet__form {
    padding: 0 16px calc(12px + env(safe-area-inset-bottom));
  }

  .store-line-item {
    align-items: start;
    gap: 12px;
    grid-template-areas:
      "media body"
      "media quantity"
      "media aside";
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .store-line-item__media {
    align-self: start;
    grid-area: media;
  }

  .store-line-item__body {
    grid-area: body;
  }

  .store-cart-item-columns {
    display: none;
  }

  .store-line-item__quantity {
    grid-area: quantity;
    justify-content: start;
  }

  .store-line-item__aside {
    align-items: center;
    display: flex;
    gap: 12px;
    grid-area: aside;
    justify-content: space-between;
    justify-items: initial;
    min-width: 0;
    width: 100%;
  }

  .store-form-grid {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .store-checkout-selection-summary {
    grid-template-columns: 1fr;
  }

  .store-checkout-selection-summary--single {
    grid-template-columns: 1fr;
  }

  .store-checkout-profile-modal__actions {
    justify-content: stretch;
  }

  .store-checkout-profile-modal__actions .store-button {
    width: 100%;
  }

  .store-form-grid__wide {
    grid-column: auto;
  }

  .store-member-hero {
    padding-top: 14px;
  }

  .store-member-hero--subpage {
    padding-top: 0;
  }

  .store-member-hero__panel,
  .store-member-card,
  .store-order-detail-head {
    padding: 16px;
  }

  .store-member-hero__panel {
    box-shadow: none;
  }

  .store-member-hero__panel--subpage {
    align-items: center;
    background: #f8f8f8;
    border: 0;
    border-radius: 0;
    grid-template-columns: 44px minmax(0, 1fr) 52px;
    min-height: 62px;
    padding: 0;
  }

  .store-member-hero__panel--subpage .store-member-identity {
    display: block;
    grid-column: 2;
    text-align: center;
  }

  .store-member-logout-form {
    grid-column: 2;
    justify-self: end;
  }

  .store-member-hero__panel--subpage .store-member-logout-form {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .store-member-logout-button {
    min-height: 36px;
    padding: 0 10px;
  }

  .store-member-hero__panel--subpage .store-member-avatar,
  .store-member-hero__panel--subpage .store-member-eyebrow,
  .store-member-hero__panel--subpage p {
    display: none;
  }

  .store-member-hero__panel--subpage h1 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .store-member-back-link {
    display: block;
    height: 44px;
    position: relative;
    width: 44px;
  }

  .store-member-back-link::before {
    border-left: 2px solid #9aa0a8;
    border-top: 2px solid #9aa0a8;
    content: "";
    height: 11px;
    left: 18px;
    position: absolute;
    top: 16px;
    transform: rotate(-45deg);
    width: 11px;
  }

  .store-member-header-badge {
    position: absolute;
    right: 16px;
    top: 24px;
  }

  .store-member-identity {
    align-items: start;
  }

  .store-member-avatar {
    flex-basis: 52px;
    height: 52px;
    width: 52px;
  }

  .store-member-quick-grid,
  .store-profile-grid,
  .store-address-form-preview {
    grid-template-columns: 1fr;
  }

  .store-member-section {
    padding-top: 16px;
  }

  .store-member-section--home {
    padding-top: 14px;
  }

  .store-member-layout {
    gap: 16px;
  }

  .store-member-sidebar {
    display: none;
  }

  .store-member-overview,
  .store-member-mobile-panel {
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(32, 36, 42, 0.08);
  }

  .store-member-overview {
    padding: 18px;
  }

  .store-member-overview__top {
    align-items: center;
    flex-direction: row;
  }

  .store-member-overview__top .store-member-badge {
    font-size: 0.78rem;
    padding: 5px 10px;
  }

  .store-member-action-grid a {
    min-height: 92px;
  }

  .store-member-card__head,
  .store-order-detail-head,
  .store-order-card__top,
  .store-profile-actions {
    flex-direction: column;
  }

  .store-member-card__head {
    border-bottom: 0;
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .store-member-card__head p {
    display: none;
  }

  .store-member-card {
    box-shadow: none;
  }

  .store-profile-form {
    border: 0;
    border-radius: 0;
    padding: 14px 0 0;
  }

  .store-field {
    gap: 8px;
  }

  .store-field input,
  .store-field select,
  .store-field textarea {
    background: #fff;
    border-radius: 999px;
    min-height: 40px;
    padding: 0 16px;
  }

  .store-field textarea {
    border-radius: 18px;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .store-member-table-wrap {
    display: none;
  }

  .store-member-order-cards {
    display: grid;
    gap: 12px;
  }

  .store-member-item,
  .store-payment-card {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .store-member-item__numbers,
  .store-payment-card div:last-child {
    justify-items: start;
  }

  .store-member-description div {
    grid-template-columns: 1fr;
  }

  .store-profile-grid__wide,
  .store-address-form-preview__wide {
    grid-column: auto;
  }

  .store-profile-actions .store-button {
    width: 100%;
  }

  .store-profile-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 40% 60%;
    margin-top: 20px;
    padding: 0;
    position: static;
  }

  .store-profile-actions--inline {
    background: transparent;
    display: flex;
    gap: 10px;
    grid-template-columns: none;
    margin-top: 20px;
    padding: 0;
    position: static;
  }

  .store-profile-actions--single {
    justify-content: flex-end;
  }

  .store-profile-actions .store-button {
    border-radius: 8px;
    min-height: 46px;
  }

  .store-profile-actions--inline .store-button {
    border-radius: 8px;
    flex: 1 1 0;
    min-height: 44px;
    width: auto;
  }

  .store-profile-actions--single .store-button {
    flex: 0 1 220px;
    max-width: 100%;
  }

  .store-profile-actions .store-button--ghost {
    background: #e4e4e4;
    color: var(--store-ink);
  }

  .store-profile-actions .store-button--primary {
    background: #000;
  }

  .store-bind-item {
    border-radius: 6px;
  }

  .store-member-filter-row {
    margin-bottom: 20px;
  }

  .store-member-filter-row select {
    min-height: 40px;
  }

  .store-member-empty--orders {
    min-height: 360px;
  }

  .store-member-pager {
    position: static;
  }

  .store-address-card {
    padding: 20px;
  }

  .store-address-form-actions {
    margin-top: 16px;
    padding-bottom: 8px;
  }

  .store-address-form-actions .store-button {
    border-radius: 8px;
    flex: 0 0 auto;
    font-size: 0.92rem;
    min-height: 38px;
    padding: 0 16px;
    width: auto;
  }

  .store-order-payment-action {
    justify-content: stretch;
    width: 100%;
  }

  .store-order-payment-action .form-select,
  .store-order-payment-action .store-button {
    width: 100%;
  }

  .store-footer {
    padding-bottom: calc(102px + env(safe-area-inset-bottom));
  }

  .store-footer__grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .store-footer h2 {
    font-size: 0.92rem;
    margin-bottom: 10px;
  }

  .store-footer a:not(.store-logo) {
    font-size: 0.82rem;
    margin-top: 8px;
  }

  .store-social-links {
    gap: 8px;
  }

  .store-footer .store-social-links a.store-social-link {
    flex-basis: 34px;
    height: 34px;
    width: 34px;
  }

  .store-line-contact {
    bottom: calc(82px + env(safe-area-inset-bottom));
    border-radius: 50%;
    min-height: 48px;
    min-width: 48px;
    justify-content: center;
    padding: 7px;
    right: 14px;
  }

  .store-line-contact__mark {
    flex-basis: 30px;
    font-size: 0.62rem;
    height: 30px;
    width: 30px;
  }

  .store-social-link svg {
    height: 18px;
    width: 18px;
  }
}

@media (min-width: 768px) {
  .store-shell {
    padding-bottom: 0;
  }

  .store-bottom-nav {
    display: none;
  }

  .store-footer {
    padding-bottom: 42px;
  }
}

a.store-line-contact,
a.store-line-contact:link,
a.store-line-contact:visited,
a.store-line-contact:active {
  color: #fff !important;
}

a.store-line-contact:hover,
a.store-line-contact:focus-visible {
  color: #ffe36a !important;
}

a.store-line-contact .store-line-contact__mark,
a.store-line-contact > span:last-child {
  color: inherit !important;
}
