:root {
  --store-navy: #062b5f;
  --store-blue: #0b63ce;
  --store-green: #0aa85a;
  --store-orange: #ff6900;
  --store-ink: #10233f;
  --store-muted: #64748b;
  --store-line: #dce5ee;
  --store-surface: #ffffff;
  --store-bg: #f3f7fb;
}

.store-page {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  overflow: clip;
  background:
    radial-gradient(circle at 85% 6%, rgba(15, 112, 211, .08), transparent 24rem),
    var(--store-bg);
  color: var(--store-ink);
}

.store-public-hero {
  width: 100%;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: var(--store-surface);
  color: var(--store-ink);
  box-shadow: none;
}

.store-public-cover {
  position: relative;
  height: 176px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 20%, rgba(26, 124, 230, .72), transparent 34%),
    linear-gradient(135deg, #031b3a, #074694 68%, #086f87);
}

.store-public-cover.has-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-public-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 27, 58, .08), rgba(3, 27, 58, .16) 46%, rgba(3, 27, 58, .48));
  pointer-events: none;
}

.store-public-back {
  position: absolute;
  top: calc(12px + env(safe-area-inset-top, 0px));
  left: 14px;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 14px;
  background: rgba(3, 27, 58, .7);
  color: #fff;
  box-shadow: 0 8px 24px rgba(3, 27, 58, .2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.store-official-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(3, 27, 58, .7);
  color: #fff;
  padding: 0 11px;
  font-size: 9px;
  font-weight: 650;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.store-official-label::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #5ee4a2;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5.1 3.4 9.8 8 11 4.6-1.2 8-5.9 8-11V5l-8-3Zm0 2.2L18 6.5V11c0 3.9-2.4 7.6-6 8.8C8.4 18.6 6 14.9 6 11V6.5l6-2.3Zm-1 10.9-3-3 1.4-1.4 1.6 1.6 3.6-3.6 1.4 1.4-5 5Z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5.1 3.4 9.8 8 11 4.6-1.2 8-5.9 8-11V5l-8-3Zm0 2.2L18 6.5V11c0 3.9-2.4 7.6-6 8.8C8.4 18.6 6 14.9 6 11V6.5l6-2.3Zm-1 10.9-3-3 1.4-1.4 1.6 1.6 3.6-3.6 1.4 1.4-5 5Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.store-public-main {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  min-height: 112px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin: 0;
  padding: 12px 16px 16px;
  background: #fff;
  border-bottom: 1px solid var(--store-line);
}

.store-public-logo {
  width: 74px;
  height: 74px;
  margin-top: -38px;
  border: 3px solid #fff;
  border-radius: 21px;
  object-fit: cover;
  background: #eef4fa;
  box-shadow: 0 10px 28px rgba(3, 27, 58, .18);
}

.store-identity-copy {
  min-width: 0;
}

.store-title-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.store-public-main h1 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--store-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  text-shadow: none;
  white-space: nowrap;
}

.store-verified {
  width: 19px;
  height: 19px;
  background: #1683e2;
  box-shadow: 0 2px 7px rgba(22, 131, 226, .24);
}

.store-pro {
  height: 21px;
  border: 1px solid #f3d889;
  border-radius: 7px;
  background: #fff8dc;
  color: #8a6200;
  padding: 0 7px;
  font-size: 8px;
  font-weight: 700;
}

.store-public-main p {
  margin: 4px 0 0;
  overflow: hidden;
  color: var(--store-muted);
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4;
  text-overflow: ellipsis;
  text-shadow: none;
  white-space: nowrap;
}

.store-public-main .store-location {
  margin-top: 6px;
  color: #476078;
  font-size: 10.5px;
  font-weight: 450;
}

.store-public-main .store-location::before {
  width: 9px;
  height: 9px;
  border-width: 1.7px;
  color: var(--store-green);
}

.store-owner-action {
  grid-column: 1 / -1;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bcd8f1;
  border-radius: 13px;
  background: #eff7ff;
  color: #0759a5;
  text-decoration: none;
  font-size: 11px;
  font-weight: 650;
}

.store-content {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 12px 12px calc(92px + env(safe-area-inset-bottom, 0px));
}

.store-message {
  margin: 0 0 12px;
}

.store-summary {
  display: grid;
  gap: 10px;
}

.store-public-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 35, 65, .04);
}

.store-public-stats div {
  position: relative;
  min-height: 68px;
  display: grid;
  align-content: center;
  padding: 10px 3px;
  text-align: center;
}

.store-public-stats div + div::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  width: 1px;
  background: #e5ebf1;
}

.store-public-stats strong {
  color: var(--store-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.store-public-stats small {
  margin-top: 5px;
  color: var(--store-muted);
  font-size: 9px;
  font-weight: 450;
}

.store-follow-card {
  margin: 0;
  border: 1px solid #a9e3c5;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 35, 65, .04);
}

.store-follow-card form {
  margin: 0;
}

.store-follow-button {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 11px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #ecfdf5, #f7fffb);
  color: #047857;
  padding: 10px 13px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.store-follow-button.is-following,
.store-follow-button.is-own {
  background: #fff;
  color: var(--store-navy);
}

.store-follow-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #c5ead8;
  border-radius: 13px;
  background: #fff;
}

.store-follow-icon::before {
  content: "";
  width: 21px;
  height: 21px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4Zm0-6a2 2 0 1 1-2 2 2 2 0 0 1 2-2ZM4 10V7H2V5h2V2h2v3h2v2H6v3Zm11 4c-4 0-7 2-7 4.5V21h14v-2.5C22 16 19 14 15 14Zm-5 5c.3-1.5 2.3-3 5-3s4.7 1.5 5 3Z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4Zm0-6a2 2 0 1 1-2 2 2 2 0 0 1 2-2ZM4 10V7H2V5h2V2h2v3h2v2H6v3Zm11 4c-4 0-7 2-7 4.5V21h14v-2.5C22 16 19 14 15 14Zm-5 5c.3-1.5 2.3-3 5-3s4.7 1.5 5 3Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.store-follow-icon.is-following::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 16.2-3.5-3.5L4.1 14.1 9 19 20 8l-1.4-1.4L9 16.2Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 16.2-3.5-3.5L4.1 14.1 9 19 20 8l-1.4-1.4L9 16.2Z'/%3E%3C/svg%3E");
}

.store-follow-icon.is-store::before,
.store-about-icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 4-2 5v2h1v9h18v-9h1V9l-2-5H4Zm1.3 2h13.4l1.2 3H4.1l1.2-3ZM5 11h14v7h-2v-5H7v5H5v-7Zm4 4h6v3H9v-3Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 4-2 5v2h1v9h18v-9h1V9l-2-5H4Zm1.3 2h13.4l1.2 3H4.1l1.2-3ZM5 11h14v7h-2v-5H7v5H5v-7Zm4 4h6v3H9v-3Z'/%3E%3C/svg%3E");
}

.store-follow-copy strong {
  font-size: 12.5px;
  font-weight: 650;
}

.store-follow-copy small {
  margin-top: 4px;
  color: var(--store-muted);
  font-size: 9.5px;
  font-weight: 400;
  line-height: 1.35;
}

.store-about {
  margin: 12px 0 0;
  padding: 16px;
  border: 1px solid var(--store-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(15, 35, 65, .04);
}

.store-about-heading {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
}

.store-about-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #dcfce7;
  color: var(--store-green);
}

.store-about-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.store-about h2 {
  margin: 0;
  color: var(--store-navy);
  font-size: 16px;
  font-weight: 700;
}

.store-about-heading small {
  display: block;
  margin-top: 3px;
  color: var(--store-muted);
  font-size: 9px;
}

.store-about-verified {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eff6ff;
  color: #0759a5;
  padding: 0 9px;
  font-size: 8px;
  font-weight: 650;
}

.store-about > p {
  margin: 14px 0 0;
  color: #334155;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.65;
}

.store-about-details {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.store-about-details > span {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #edf1f5;
  padding: 10px 0 2px;
}

.store-about-details small,
.store-about-details b {
  min-width: 0;
  font-size: 10px;
  font-weight: 450;
}

.store-about-details small {
  color: var(--store-muted);
}

.store-about-details b {
  overflow: hidden;
  color: var(--store-ink);
  font-weight: 600;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-safety-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 14px;
  border-radius: 13px;
  background: #f0fdf4;
  color: #06633f;
  padding: 11px;
  font-size: 9px;
  line-height: 1.5;
}

.store-safety-note span {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  background: var(--store-green);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5.1 3.4 9.8 8 11 4.6-1.2 8-5.9 8-11V5l-8-3Zm0 2.2L18 6.5V11c0 3.9-2.4 7.6-6 8.8C8.4 18.6 6 14.9 6 11V6.5l6-2.3Zm-1 10.9-3-3 1.4-1.4 1.6 1.6 3.6-3.6 1.4 1.4-5 5Z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5.1 3.4 9.8 8 11 4.6-1.2 8-5.9 8-11V5l-8-3Zm0 2.2L18 6.5V11c0 3.9-2.4 7.6-6 8.8C8.4 18.6 6 14.9 6 11V6.5l6-2.3Zm-1 10.9-3-3 1.4-1.4 1.6 1.6 3.6-3.6 1.4 1.4-5 5Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.store-section-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 5px;
  margin-top: 12px;
  overflow-x: auto;
  border: 1px solid var(--store-line);
  border-radius: 18px;
  background: #fff;
  padding: 5px;
  scrollbar-width: none;
}

.store-section-tabs::-webkit-scrollbar {
  display: none;
}

.store-section-tabs a {
  min-width: 88px;
  min-height: 55px;
  display: grid;
  grid-template-columns: 20px minmax(0, auto) auto;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #52647a;
  text-decoration: none;
}

.store-section-tabs a.is-active {
  border-color: #b9d6f5;
  background: #eff6ff;
  color: #0759a5;
}

.store-section-tabs a > span,
.store-empty-icon {
  width: 19px;
  height: 19px;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.store-section-tabs .is-product,
.store-empty-icon.is-product {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 9 4.5v11L12 22l-9-4.5v-11L12 2Zm0 2.2L6 7.1l6 3 6-3-6-2.9ZM5 8.7v7.6l6 3v-7.6l-6-3Zm8 10.6 6-3V8.7l-6 3v7.6Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 9 4.5v11L12 22l-9-4.5v-11L12 2Zm0 2.2L6 7.1l6 3 6-3-6-2.9ZM5 8.7v7.6l6 3v-7.6l-6-3Zm8 10.6 6-3V8.7l-6 3v7.6Z'/%3E%3C/svg%3E");
}

.store-section-tabs .is-content,
.store-empty-icon.is-content {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Zm0 2v12h16V6H4Zm6 2 6 4-6 4V8Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Zm0 2v12h16V6H4Zm6 2 6 4-6 4V8Z'/%3E%3C/svg%3E");
}

.store-section-tabs .is-sold {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 2h6v2h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4V2Zm2 2h2V3h-2v1ZM5 6v14h14V6H5Zm5.2 10.5-3-3L8.6 12l1.6 1.6 5.2-5.2 1.4 1.4-6.6 6.7Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 2h6v2h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4V2Zm2 2h2V3h-2v1ZM5 6v14h14V6H5Zm5.2 10.5-3-3L8.6 12l1.6 1.6 5.2-5.2 1.4 1.4-6.6 6.7Z'/%3E%3C/svg%3E");
}

.store-section-tabs .is-review,
.store-empty-icon.is-review {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.6 2.8 5.7 6.3.9-4.6 4.4 1.1 6.3-5.6-3-5.6 3 1.1-6.3-4.6-4.4 6.3-.9L12 2.6Zm0 4.5-1.5 3.1-3.4.5 2.5 2.4-.6 3.4 3-1.6 3 1.6-.6-3.4 2.5-2.4-3.4-.5L12 7.1Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.6 2.8 5.7 6.3.9-4.6 4.4 1.1 6.3-5.6-3-5.6 3 1.1-6.3-4.6-4.4 6.3-.9L12 2.6Zm0 4.5-1.5 3.1-3.4.5 2.5 2.4-.6 3.4 3-1.6 3 1.6-.6-3.4 2.5-2.4-3.4-.5L12 7.1Z'/%3E%3C/svg%3E");
}

.store-section-tabs b {
  font-size: 10.5px;
  font-weight: 600;
}

.store-section-tabs em {
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef2f7;
  color: #64748b;
  padding: 0 5px;
  font-size: 8px;
  font-style: normal;
  font-weight: 650;
}

.store-section-tabs a.is-active em {
  background: #fff;
  color: #0759a5;
}

.store-products-panel {
  min-width: 0;
  min-height: 300px;
  margin-top: 12px;
  padding: 14px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.store-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 2px 12px;
  padding: 0;
  border: 0;
}

.store-section-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #0b63ce;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}

.store-section-title h2 {
  margin: 0;
  color: var(--store-ink);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.store-section-title p {
  margin: 4px 0 0;
  color: var(--store-muted);
  font-size: 10px;
}

.store-section-title > span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #eaf8f0;
  color: #047857;
  padding: 7px 10px;
  font-size: 8px;
  font-weight: 600;
}

.store-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.store-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(15, 35, 65, .045);
}

.store-product-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.store-product-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eef3f8;
}

.store-product-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.store-product-img em {
  right: auto;
  bottom: 8px;
  left: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(3, 27, 58, .82);
  color: #fff;
  padding: 5px 8px;
  font-size: 8px;
  font-style: normal;
  font-weight: 550;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.store-product-card.is-sold .store-product-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 27, 58, .16);
  pointer-events: none;
}

.store-product-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 10px 12px;
}

.store-product-category {
  align-self: flex-start;
  max-width: 100%;
  overflow: hidden;
  border-radius: 999px;
  background: #eff6ff;
  color: #0759a5;
  padding: 4px 7px;
  font-size: 7.5px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-product-info h3 {
  min-height: 35px;
  margin: 0;
  overflow: hidden;
  color: #15243a;
  font-size: 12.5px;
  font-weight: 550;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-price-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.store-price-row strong {
  color: #079447;
  font-size: 14px;
  font-weight: 700;
}

.store-price-row del {
  color: #94a3b8;
  font-size: 8px;
}

.store-price-row .promo-pill {
  border-radius: 999px;
  background: #fff2e8;
  color: #c64f00;
  padding: 3px 5px;
  font-size: 7px;
  font-weight: 600;
}

.store-product-services {
  min-height: 20px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.store-product-services span {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #b8ebcf;
  border-radius: 6px;
  background: #f0fdf4;
  color: #047857;
  padding: 0 6px;
  font-size: 7px;
  font-weight: 600;
  text-transform: uppercase;
}

.store-product-services span.is-sold {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}

.store-product-info p {
  margin: 0;
  overflow: hidden;
  color: var(--store-muted);
  font-size: 8.5px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.store-content-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 17px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 7px 20px rgba(15, 35, 65, .045);
}

.store-content-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #031b3a, #0b4e9b);
}

.store-content-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-content-media::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(3, 27, 58, .72));
}

.store-content-media i {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: rgba(3, 27, 58, .64);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.store-content-media i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  transform: translate(-50%, -50%);
}

.store-content-media small {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  border-radius: 999px;
  background: rgba(3, 27, 58, .78);
  color: #fff;
  padding: 4px 7px;
  font-size: 7px;
}

.store-content-copy {
  display: grid;
  gap: 5px;
  padding: 10px;
}

.store-content-copy b {
  min-height: 34px;
  overflow: hidden;
  color: var(--store-ink);
  font-size: 11.5px;
  font-weight: 550;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-content-copy small {
  color: var(--store-muted);
  font-size: 8.5px;
}

.store-review-list {
  display: grid;
  gap: 9px;
}

.store-review-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  border: 1px solid var(--store-line);
  border-radius: 17px;
  background: #fff;
  padding: 13px;
  box-shadow: 0 7px 20px rgba(15, 35, 65, .04);
}

.store-review-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: #eaf2ff;
  color: #0759a5;
  font-size: 13px;
  font-weight: 650;
}

.store-review-avatar img {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.store-review-head b {
  min-width: 0;
  overflow: hidden;
  color: var(--store-ink);
  font-size: 11.5px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-review-head span {
  flex: 0 0 auto;
  color: #f5a800;
  font-size: 10px;
  letter-spacing: 1px;
}

.store-review-card small {
  display: block;
  margin-top: 4px;
  color: var(--store-muted);
  font-size: 8.5px;
}

.store-review-card p {
  margin: 8px 0 0;
  color: #40536a;
  font-size: 10.5px;
  line-height: 1.5;
}

.store-empty {
  min-height: 220px;
  display: grid;
  align-content: center;
  justify-items: center;
  border: 1px dashed #cbd8e5;
  border-radius: 20px;
  background: #f9fbfd;
  padding: 28px 18px;
  text-align: center;
}

.store-empty-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  color: #5b7692;
}

.store-empty b {
  color: var(--store-navy);
  font-size: 15px;
  font-weight: 650;
}

.store-empty > span:last-child {
  margin-top: 6px;
  color: var(--store-muted);
  font-size: 10.5px;
}

.store-section-tabs a:focus-visible,
.store-product-link:focus-visible,
.store-content-card:focus-visible,
.store-follow-button:focus-visible,
.store-owner-action:focus-visible {
  outline: 3px solid rgba(11, 99, 206, .22);
  outline-offset: 2px;
}

@media (min-width: 600px) {
  .store-content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .store-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
  }

  .store-content-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
  }
}

@media (min-width: 900px) {
  main.app-shell.store-page {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    padding-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .store-master-header {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
  }

  .store-public-hero {
    width: min(1480px, calc(100% - 64px));
    margin: 32px auto 0;
    overflow: hidden;
    border: 1px solid #d7e2ec;
    border-radius: 25px;
    box-shadow: 0 18px 44px rgba(15, 35, 65, .09);
  }

  .store-public-cover {
    height: 278px;
  }

  .store-public-back {
    top: 20px;
    left: 20px;
    width: 44px;
    height: 44px;
  }

  .store-official-label {
    right: 22px;
    bottom: 20px;
    min-height: 34px;
    padding: 0 13px;
    font-size: 9.5px;
  }

  .store-public-main {
    min-height: 124px;
    grid-template-columns: 94px minmax(0, 1fr) auto;
    gap: 18px;
    padding: 18px 26px 20px;
    border-bottom: 0;
  }

  .store-public-logo {
    width: 94px;
    height: 94px;
    margin-top: -54px;
    border-radius: 24px;
    border-width: 4px;
  }

  .store-public-main h1 {
    font-size: 27px;
    font-weight: 680;
  }

  .store-public-main p {
    margin-top: 6px;
    font-size: 13px;
  }

  .store-public-main .store-location {
    margin-top: 7px;
    font-size: 11px;
  }

  .store-owner-action {
    grid-column: auto;
    min-width: 126px;
    min-height: 44px;
    padding: 0 17px;
    font-size: 11.5px;
  }

  .store-content {
    width: min(1480px, calc(100% - 64px));
    padding: 22px 0 72px;
  }

  .store-summary {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 16px;
  }

  .store-public-stats {
    border-radius: 19px;
  }

  .store-public-stats div {
    min-height: 82px;
  }

  .store-public-stats strong {
    font-size: 19px;
    font-weight: 650;
  }

  .store-public-stats small {
    font-size: 10px;
  }

  .store-follow-card,
  .store-follow-button {
    min-height: 82px;
    border-radius: 19px;
  }

  .store-follow-button {
    padding: 12px 16px;
  }

  .store-follow-copy strong {
    font-size: 13px;
  }

  .store-follow-copy small {
    font-size: 10px;
  }

  .store-about {
    margin-top: 16px;
    padding: 20px 22px;
    border-radius: 22px;
  }

  .store-about-heading {
    grid-template-columns: 46px minmax(0, 1fr) auto;
  }

  .store-about-icon {
    width: 46px;
    height: 46px;
  }

  .store-about h2 {
    font-size: 17px;
    font-weight: 650;
  }

  .store-about > p {
    max-width: 900px;
    margin-top: 15px;
    font-size: 12.5px;
  }

  .store-about-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .store-about-details > span {
    display: block;
    border: 1px solid #e4ebf2;
    border-radius: 14px;
    background: #fafcfe;
    padding: 11px 13px;
  }

  .store-about-details small,
  .store-about-details b {
    display: block;
    text-align: left;
  }

  .store-about-details b {
    margin-top: 5px;
    font-size: 11.5px;
  }

  .store-safety-note {
    max-width: 760px;
    margin-top: 16px;
    padding: 12px 13px;
    font-size: 9.5px;
  }

  .store-section-tabs {
    max-width: 780px;
    margin-top: 16px;
    border-radius: 19px;
  }

  .store-section-tabs a {
    min-height: 58px;
  }

  .store-section-tabs b {
    font-size: 11px;
  }

  .store-products-panel {
    min-height: 420px;
    margin-top: 16px;
    padding: 22px;
    border: 1px solid var(--store-line);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 35, 65, .05);
  }

  .store-section-title {
    align-items: center;
    margin: 0 0 19px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e7edf3;
  }

  .store-section-title h2 {
    font-size: 22px;
    font-weight: 650;
  }

  .store-section-title p {
    font-size: 11px;
  }

  .store-section-title > span {
    padding: 8px 12px;
    font-size: 9px;
  }

  .store-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .store-product-card {
    border-radius: 18px;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .store-product-card:hover {
    border-color: #b8cbdd;
    box-shadow: 0 14px 30px rgba(15, 35, 65, .1);
    transform: translateY(-3px);
  }

  .store-product-card:hover .store-product-img img {
    transform: scale(1.035);
  }

  .store-product-info {
    padding: 12px 13px 14px;
  }

  .store-product-info h3 {
    min-height: 40px;
    font-size: 14px;
  }

  .store-price-row strong {
    font-size: 16px;
  }

  .store-content-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .store-content-media {
    aspect-ratio: 4 / 5;
  }

  .store-content-copy b {
    font-size: 12.5px;
  }

  .store-review-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .store-review-card {
    min-height: 118px;
    padding: 15px;
  }
}

@media (min-width: 1280px) {
  .store-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .store-section-tabs {
    margin-right: -12px;
    margin-left: -12px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding-right: 12px;
    padding-left: 12px;
  }

  .store-section-tabs a {
    min-width: 90px;
  }

  .store-about-verified {
    padding: 0 8px;
    font-size: 7.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-product-card,
  .store-product-img img {
    transition: none;
  }
}
