.spro-shop-public {
  min-height: 100vh;
  color: #121f3f;
  background: #f6f0ea;
}

.spro-shop-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(246, 242, 234, 0.94);
  border-bottom: 1px solid rgba(18, 63, 53, 0.12);
  backdrop-filter: blur(14px);
}

.spro-shop-nav nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.spro-shop-nav nav a {
  color: #121f3f;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 760;
  padding: 9px 12px;
  border-radius: 999px;
}

.spro-shop-nav nav a[aria-current="page"],
.spro-shop-nav nav a:hover {
  background: #121f3f;
  color: #fff6ed;
}

.spro-shop-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 28px;
  align-items: end;
  padding: 92px max(24px, calc((100vw - 1180px) / 2)) 42px;
  background:
    linear-gradient(90deg, rgba(8, 52, 44, 0.86), rgba(8, 52, 44, 0.35)),
    url("/static/society_pro/img/bengaluru-society.jpg") center/cover;
  color: #fff6ed;
}

.spro-shop-hero-copy {
  max-width: 760px;
}

.spro-shop-hero-copy span,
.spro-shop-hero-metrics dt,
.spro-shop-locale-strip span,
.spro-shop-toolbar span,
.spro-shop-cart-rail header span,
.spro-shop-seller-strip header span,
.spro-shop-product-body > span,
.spro-shop-product-copy > span,
.spro-shop-invoice-preview header span,
.spro-shop-cart-head span,
.spro-shop-cart-panel header span,
.spro-shop-checkout-panel header span,
.spro-shop-share-panel header span,
.spro-shop-invoice-paper header span,
.spro-shop-line-lanes header span,
.spro-shop-line-lanes article span,
.spro-shop-line-money dt,
.spro-shop-catalog-control header span,
.spro-shop-control-body dt,
.spro-shop-kpis span,
.spro-shop-seller-dashboard header span,
.spro-shop-replenishment-list article > span,
.spro-shop-operations-map header span {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 840;
  letter-spacing: 0;
  text-transform: uppercase;
}

.spro-shop-hero-copy h1 {
  font-size: 4rem;
  line-height: 1;
  margin: 14px 0;
}

.spro-shop-hero-copy p {
  max-width: 620px;
  color: rgba(255, 249, 237, 0.88);
  font-size: 1.08rem;
  line-height: 1.65;
}

.spro-shop-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.spro-shop-hero-actions a,
.spro-shop-primary,
.spro-shop-admin-actions button,
.spro-shop-status-form button,
.spro-shop-checkout-panel button,
.spro-shop-cart-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  background: #dfab77;
  color: #10182b;
  font-weight: 840;
  text-decoration: none;
  cursor: pointer;
}

.spro-shop-hero-actions a + a {
  background: rgba(255, 249, 237, 0.12);
  color: #fff6ed;
  border: 1px solid rgba(255, 249, 237, 0.34);
}

.spro-shop-hero-metrics {
  display: grid;
  gap: 12px;
  margin: 0;
}

.spro-shop-hero-metrics div {
  padding: 18px;
  border: 1px solid rgba(255, 249, 237, 0.24);
  background: rgba(9, 39, 34, 0.56);
  border-radius: 8px;
}

.spro-shop-hero-metrics dd {
  margin: 4px 0 0;
  font-size: 1.65rem;
  font-weight: 880;
}

.spro-shop-locale-strip,
.spro-shop-app-strip,
.spro-shop-toolbar,
.spro-shop-layout,
.spro-shop-seller-strip,
.spro-shop-detail,
.spro-shop-cart-page {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.spro-shop-locale-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 24px 0 8px;
}

.spro-shop-locale-strip a,
.spro-shop-app-strip a,
.spro-shop-seller-strip article,
.spro-shop-product-card,
.spro-shop-cart-rail,
.spro-shop-cart-panel,
.spro-shop-checkout-panel,
.spro-shop-invoice-paper,
.spro-shop-invoice-preview,
.spro-shop-related a,
.spro-shop-kpis article,
.spro-shop-seller-report-grid article,
.spro-shop-replenishment-list article,
.spro-shop-region-grid article,
.spro-shop-operations-map article {
  border: 1px solid rgba(18, 63, 53, 0.12);
  background: #fffcf8;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(18, 63, 53, 0.07);
}

.spro-shop-locale-strip a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: #121f3f;
}

.spro-shop-app-strip {
  padding: 14px 0 22px;
}

.spro-shop-app-strip header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 12px;
}

.spro-shop-app-strip header h2 {
  max-width: 720px;
  margin: 4px 0 0;
  font-size: 1.65rem;
  line-height: 1.15;
}

.spro-shop-app-strip > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.spro-shop-app-strip a {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 6px;
  padding: 16px;
  color: #fff6ed;
  background: linear-gradient(180deg, rgba(6, 45, 38, 0.12), rgba(6, 45, 38, 0.82)), url("/static/society_pro/img/luxury-courtyard.jpg") center/cover;
  text-decoration: none;
}

.spro-shop-app-strip a strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.spro-shop-app-strip a small {
  color: rgba(255, 249, 237, 0.82);
  line-height: 1.35;
}

.spro-shop-locale-strip strong {
  display: block;
  font-size: 1.35rem;
  margin: 4px 0;
}

.spro-shop-locale-strip small,
.spro-shop-product-body small,
.spro-shop-cart-mini small,
.spro-shop-seller-strip p,
.spro-shop-cart-lines small,
.spro-shop-seller-report-grid small,
.spro-shop-region-grid small,
.spro-shop-order-layout small {
  color: #5e6678;
}

.spro-shop-toolbar {
  display: grid;
  grid-template-columns: 2fr repeat(3, minmax(150px, 1fr)) auto;
  gap: 10px;
  padding: 12px 0 24px;
}

.spro-shop-toolbar input,
.spro-shop-toolbar select,
.spro-shop-buybox input,
.spro-shop-cart-lines input,
.spro-shop-checkout-panel input,
.spro-shop-checkout-panel select,
.spro-shop-checkout-panel textarea,
.spro-shop-admin-actions select,
.spro-shop-status-form select,
.spro-shop-status-form textarea,
.spro-shop-line-lanes select,
.spro-shop-line-lanes input,
.spro-shop-line-lanes textarea,
.spro-shop-supplier-form select,
.spro-shop-supplier-form input,
.spro-shop-supplier-form textarea,
.spro-shop-catalog-form select,
.spro-shop-catalog-form input,
.spro-shop-catalog-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 63, 53, 0.16);
  border-radius: 8px;
  background: #fffcf8;
  color: #121f3f;
  padding: 11px 12px;
  font: inherit;
}

.spro-shop-toolbar button {
  border: 0;
  border-radius: 8px;
  background: #121f3f;
  color: #fff6ed;
  font-weight: 820;
  padding: 0 18px;
}

.spro-shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
  align-items: start;
  padding-bottom: 36px;
}

.spro-shop-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.spro-shop-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  min-width: 0;
}

.spro-shop-product-media,
.spro-shop-product-photo {
  display: block;
  min-height: 190px;
  background: #d8dce5 url("/static/society_pro/img/luxury-courtyard.jpg") center/cover;
}

.spro-shop-product-photo span {
  display: grid;
  min-height: inherit;
  place-items: center;
  padding: 20px;
  color: #121f3f;
  font-size: 1.4rem;
  font-weight: 820;
  text-align: center;
}

.spro-shop-product-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  flex: 1;
  min-width: 0;
}

.spro-shop-product-body > *,
.spro-shop-product-copy > * {
  max-width: 100%;
  min-width: 0;
}

.spro-shop-product-body h2,
.spro-shop-product-copy h1,
.spro-shop-cart-head h1,
.spro-shop-seller-strip h2 {
  margin: 0;
}

.spro-shop-product-body h2 {
  font-size: 1.08rem;
  line-height: 1.2;
}

.spro-shop-product-body h2 a {
  color: #121f3f;
  text-decoration: none;
}

.spro-shop-product-body p {
  margin: 0;
  color: #3f475b;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.spro-shop-product-body dl,
.spro-shop-product-copy dl,
.spro-shop-seller-report-grid dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.spro-shop-product-body dl div,
.spro-shop-product-copy dl div,
.spro-shop-seller-report-grid dl div,
.spro-shop-invoice-totals div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.spro-shop-product-body dt,
.spro-shop-product-copy dt,
.spro-shop-seller-report-grid dt,
.spro-shop-invoice-totals dt {
  color: #5e6678;
}

.spro-shop-product-body dd,
.spro-shop-product-copy dd,
.spro-shop-seller-report-grid dd,
.spro-shop-invoice-totals dd {
  margin: 0;
  text-align: right;
  font-weight: 780;
  min-width: 0;
  overflow-wrap: anywhere;
}

.spro-shop-product-body footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.spro-shop-product-body footer form {
  display: flex;
  gap: 6px;
}

.spro-shop-product-body footer input {
  width: 58px;
  border: 1px solid rgba(18, 63, 53, 0.16);
  border-radius: 8px;
  padding: 9px 8px;
}

.spro-shop-product-body footer button {
  border: 0;
  border-radius: 8px;
  background: #121f3f;
  color: #fff6ed;
  font-weight: 820;
  padding: 0 12px;
}

.spro-shop-cart-rail {
  position: sticky;
  top: 84px;
  padding: 18px;
}

.spro-shop-cart-rail h2,
.spro-shop-checkout-panel h2,
.spro-shop-cart-panel h2 {
  margin: 4px 0 14px;
}

.spro-shop-cart-mini {
  display: grid;
  gap: 10px;
}

.spro-shop-cart-mini div,
.spro-shop-total-row,
.spro-shop-cart-lines div,
.spro-shop-seller-split div,
.spro-payment-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(18, 63, 53, 0.1);
}

.spro-shop-seller-split div > span,
.spro-payment-list div > span {
  display: grid;
  gap: 5px;
}

.spro-shop-seller-split strong,
.spro-payment-list strong {
  text-align: right;
  overflow-wrap: anywhere;
}

.spro-shop-total-row {
  margin-top: 14px;
  border-bottom: 0;
}

.spro-shop-warning {
  padding: 12px;
  border-radius: 8px;
  color: #7a3b12;
  background: #fff1df;
}

.spro-shop-seller-strip {
  padding: 10px 0 48px;
}

.spro-shop-seller-strip header {
  margin-bottom: 14px;
}

.spro-shop-seller-strip > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.spro-shop-seller-strip article {
  padding: 16px;
}

.spro-shop-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px max(24px, calc((100vw - 1180px) / 2)) 36px;
  color: #5e6678;
  border-top: 1px solid rgba(18, 63, 53, 0.12);
}

.spro-shop-detail {
  padding: 32px 0 54px;
}

.spro-shop-seller-app-hero {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  padding: 86px max(24px, calc((100vw - 1180px) / 2)) 36px;
  background:
    linear-gradient(90deg, rgba(8, 52, 44, 0.88), rgba(8, 52, 44, 0.38)),
    url("/static/society_pro/img/bengaluru-society.jpg") center/cover;
  color: #fff6ed;
}

.spro-shop-seller-app-hero h1 {
  margin: 10px 0;
  font-size: 3.5rem;
  line-height: 1;
}

.spro-shop-seller-app-hero p {
  max-width: 680px;
  color: rgba(255, 249, 237, 0.86);
  line-height: 1.65;
}

.spro-shop-seller-app-hero dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.spro-shop-seller-app-hero dl div {
  padding: 16px;
  border: 1px solid rgba(255, 249, 237, 0.24);
  border-radius: 8px;
  background: rgba(9, 39, 34, 0.56);
}

.spro-shop-seller-app-hero dt {
  color: rgba(255, 249, 237, 0.7);
  font-size: 0.72rem;
  font-weight: 840;
  text-transform: uppercase;
}

.spro-shop-seller-app-hero dd {
  margin: 4px 0 0;
  font-size: 1.45rem;
  font-weight: 880;
}

.spro-shop-back {
  display: inline-block;
  color: #121f3f;
  font-weight: 780;
  margin-bottom: 18px;
}

.spro-shop-product-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

.spro-shop-product-photo {
  min-height: 560px;
  border-radius: 8px;
}

.spro-shop-product-copy {
  padding: 12px 0;
}

.spro-shop-product-copy h1,
.spro-shop-cart-head h1 {
  font-size: 2.7rem;
  line-height: 1.05;
}

.spro-shop-product-copy p,
.spro-shop-cart-head p {
  color: #3f475b;
  line-height: 1.65;
}

.spro-shop-buybox {
  display: grid;
  grid-template-columns: 1fr 90px auto;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.spro-shop-buybox strong {
  font-size: 1.8rem;
}

.spro-shop-buybox button {
  border: 0;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  min-height: 44px;
  padding: 0 18px;
  font-weight: 840;
}

.spro-shop-invoice-preview,
.spro-shop-related {
  margin-top: 24px;
}

.spro-shop-invoice-preview {
  padding: 20px;
}

.spro-shop-invoice-grid,
.spro-shop-region-grid,
.spro-shop-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.spro-shop-invoice-grid div,
.spro-shop-region-grid article,
.spro-shop-kpis article {
  padding: 14px;
  background: #f8f0e8;
  border-radius: 8px;
}

.spro-shop-invoice-grid span {
  display: block;
  color: #5e6678;
}

.spro-shop-related > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.spro-shop-related a {
  padding: 14px;
  color: #121f3f;
  text-decoration: none;
}

.spro-shop-cart-page {
  padding: 34px 0 54px;
}

.spro-shop-cart-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
}

.spro-shop-cart-head > strong {
  font-size: 2rem;
}

.spro-shop-cart-layout,
.spro-shop-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
  align-items: start;
}

.spro-shop-order-main {
  display: grid;
  gap: 18px;
}

.spro-shop-cart-layout > *,
.spro-shop-order-layout > *,
.spro-shop-order-main > *,
.spro-shop-order-aside > *,
.spro-shop-invoice-paper,
.spro-shop-cart-panel,
.spro-shop-checkout-panel {
  min-width: 0;
  max-width: 100%;
}

.spro-shop-messages {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.spro-shop-messages p {
  margin: 0;
  padding: 11px 14px;
  border: 1px solid rgba(18, 63, 53, 0.14);
  border-radius: 8px;
  background: #eef1f7;
  color: #0f2b6c;
  font-weight: 780;
}

.spro-shop-messages .message-error {
  background: #fff0ed;
  color: #8d4d45;
}

.spro-shop-messages .message-warning {
  background: #ffecd8;
  color: #8a521b;
}

.spro-shop-cart-panel,
.spro-shop-checkout-panel,
.spro-shop-invoice-paper {
  padding: 20px;
}

.spro-shop-cart-lines {
  display: grid;
  gap: 4px;
}

.spro-shop-cart-lines div > span,
.spro-shop-invoice-parties article,
.spro-shop-invoice-paper header > div {
  display: grid;
  gap: 8px;
}

.spro-shop-cart-lines div > span small,
.spro-shop-invoice-paper header small,
.spro-shop-invoice-parties span {
  display: block;
}

.spro-shop-invoice-paper header > div:last-child {
  justify-items: end;
  text-align: right;
}

.spro-shop-cart-lines input {
  width: 82px;
}

.spro-shop-checkout-panel {
  position: sticky;
  top: 84px;
}

.spro-shop-checkout-panel button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-weight: 840;
  cursor: pointer;
}

.spro-shop-checkout-panel button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.spro-shop-checkout-panel form,
.spro-shop-status-form,
.spro-shop-admin-actions form {
  display: grid;
  gap: 12px;
}

.spro-shop-checkout-panel label,
.spro-shop-status-form label,
.spro-shop-admin-actions label {
  display: grid;
  gap: 6px;
  font-weight: 780;
}

.spro-shop-inline-payment {
  display: grid;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(18, 63, 53, 0.14);
}

.spro-shop-inline-payment > span {
  color: #5e6678;
  font-size: 0.74rem;
  font-weight: 840;
  letter-spacing: 0;
}

.spro-shop-payment-lines {
  display: grid;
  gap: 8px;
  margin: 0;
}

.spro-shop-payment-lines div,
.spro-shop-invoice-totals div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.spro-shop-payment-lines dt,
.spro-shop-invoice-totals dt {
  color: #5e6678;
}

.spro-shop-payment-lines dd,
.spro-shop-invoice-totals dd {
  margin: 0;
  color: #121f3f;
  font-weight: 840;
  text-align: right;
}

.spro-shop-payment-lines .total {
  padding-top: 10px;
  border-top: 1px solid rgba(18, 63, 53, 0.18);
  font-size: 1.12rem;
}

.spro-shop-share-panel {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(18, 63, 53, 0.14);
}

.spro-shop-share-panel header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.spro-shop-share-panel h2 {
  margin: 4px 0 0;
  font-size: 1.08rem;
}

.spro-shop-share-panel label {
  color: #5e6678;
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.spro-shop-share-actions,
.spro-shop-share-copy {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.spro-shop-share-actions a,
.spro-shop-share-actions button,
.spro-shop-share-copy button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: #fffcf8;
  color: #121f3f;
  box-shadow: 0 12px 24px rgba(18, 63, 53, 0.12);
  font-weight: 820;
  text-decoration: none;
  cursor: pointer;
}

.spro-shop-share-icon span {
  display: block;
  font-size: 1.05rem;
  line-height: 1;
}

.spro-shop-share-icon.share-native {
  background: #dfab77;
  color: #17233e;
}

.spro-shop-share-icon.share-whatsapp {
  background: #1948b5;
  color: #ffffff;
}

.spro-shop-share-icon.share-sms {
  background: #2563eb;
  color: #ffffff;
}

.spro-shop-share-icon.share-copy {
  background: #121f3f;
  color: #fff6ed;
}

.spro-shop-share-icon[hidden] {
  display: none;
}

.spro-shop-share-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.spro-shop-share-copy input {
  min-width: 0;
  height: 42px;
  border: 1px solid rgba(18, 63, 53, 0.18);
  border-radius: 999px;
  padding: 0 14px;
  background: #fffcf8;
  color: #121f3f;
  font-weight: 720;
}

.spro-shop-credit-note {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff2e5;
  color: #4c3014;
  font-size: 0.86rem;
  font-weight: 720;
}

.spro-shop-credit-note.ready {
  background: #e8ecf7;
  color: #132654;
}

.spro-shop-credit-note.blocked {
  background: #fff0ea;
  color: #8f2f19;
}

.spro-shop-credit-note b {
  color: inherit;
  white-space: nowrap;
}

.spro-shop-credit-note span {
  text-align: right;
  overflow-wrap: anywhere;
}

.spro-shop-share-panel p {
  min-height: 18px;
  margin: 0;
  color: #0f2b6c;
  font-size: 0.86rem;
  font-weight: 760;
}

.spro-shop-invoice-paper {
  margin-top: 20px;
}

.spro-shop-invoice-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 10px;
  padding: 0 13px;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-size: 0.88rem;
  font-weight: 820;
  text-decoration: none;
}

.spro-shop-invoice-paper header {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: start;
  border-bottom: 1px solid rgba(18, 63, 53, 0.12);
  padding-bottom: 18px;
}

.spro-shop-invoice-parties {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.spro-shop-invoice-parties article {
  padding: 14px;
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-invoice-totals {
  width: min(360px, 100%);
  margin: 18px 0 0 auto;
}

.spro-shop-invoice-totals .total {
  padding-top: 12px;
  border-top: 1px solid rgba(18, 63, 53, 0.2);
  font-size: 1.12rem;
}

.spro-shop-empty {
  grid-column: 1 / -1;
  padding: 36px;
  text-align: center;
  border: 1px dashed rgba(18, 63, 53, 0.22);
  border-radius: 8px;
  background: #fffcf8;
}

.spro-shop-app-hero .spro-page-actions form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.spro-shop-kpis,
.spro-shop-admin-actions,
.spro-shop-supplier-studio,
.spro-shop-model-contract,
.spro-shop-order-command,
.spro-shop-delivery-command,
.spro-shop-service-desk,
.spro-shop-warehouse-control,
.spro-shop-credit-control,
.spro-shop-workbench-grid,
.spro-shop-seller-apps,
.spro-shop-seller-dashboard,
.spro-shop-operations-map {
  margin-bottom: 20px;
}

.spro-shop-kpis article strong,
.spro-shop-region-grid article strong {
  display: block;
  font-size: 1.8rem;
  margin: 4px 0;
}

.spro-shop-admin-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 16px;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #fffcf8;
}

.spro-shop-admin-actions nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.spro-shop-admin-actions nav a {
  color: #121f3f;
  text-decoration: none;
  font-weight: 780;
  padding: 9px 12px;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 999px;
}

.spro-shop-supplier-studio {
  padding: 18px;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #fffcf8;
  box-shadow: 0 22px 70px rgba(18, 63, 53, 0.06);
}

.spro-shop-supplier-state {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}

.spro-shop-supplier-state span {
  padding: 8px 10px;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.25;
  text-transform: capitalize;
}

.spro-shop-supplier-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.spro-shop-supplier-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #121f3f;
  font-size: 0.76rem;
  font-weight: 820;
}

.spro-shop-supplier-form label.wide {
  grid-column: span 2;
}

.spro-shop-supplier-form button {
  grid-column: span 2;
  min-height: 46px;
  align-self: end;
  border: 0;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-weight: 840;
  cursor: pointer;
}

.spro-shop-supplier-empty {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px dashed rgba(18, 63, 53, 0.22);
  border-radius: 8px;
  background: #f8f0e8;
  color: #121f3f;
}

.spro-shop-supplier-empty span {
  color: #5e6678;
  line-height: 1.45;
}

.spro-shop-model-contract {
  padding: 18px;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #fffcf8;
  box-shadow: 0 22px 70px rgba(18, 63, 53, 0.06);
}

.spro-shop-model-contract .spro-panel-head h2 {
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.spro-shop-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.spro-shop-model-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(18, 63, 53, 0.1);
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-model-grid article span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-size: 0.78rem;
  font-weight: 860;
}

.spro-shop-model-grid h3 {
  margin: 12px 0 6px;
  color: #121f3f;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.spro-shop-model-grid p,
.spro-shop-model-grid small {
  margin: 0;
  color: #5e6678;
  font-size: 0.84rem;
  line-height: 1.45;
}

.spro-shop-model-grid small {
  display: block;
  margin-top: 10px;
  color: #8b6f45;
  font-weight: 780;
}

.spro-shop-model-boundaries {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.spro-shop-model-boundaries span {
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.35;
}

.spro-shop-order-command,
.spro-shop-delivery-command,
.spro-shop-service-desk,
.spro-shop-warehouse-control,
.spro-shop-credit-control {
  padding: 18px;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #fffcf8;
  box-shadow: 0 22px 70px rgba(18, 63, 53, 0.06);
}

.spro-shop-command-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 16px;
}

.spro-shop-command-metrics article {
  min-width: 0;
  padding: 12px;
  border-radius: 8px;
  background: #f8f0e8;
  border: 1px solid rgba(18, 63, 53, 0.08);
}

.spro-shop-command-metrics span {
  color: #5e6678;
  font-size: 0.72rem;
  font-weight: 840;
  text-transform: uppercase;
}

.spro-shop-command-metrics strong {
  display: block;
  margin: 4px 0;
  color: #121f3f;
  font-size: 1.35rem;
  line-height: 1;
}

.spro-shop-command-metrics small {
  display: block;
  color: #5e6678;
  font-size: 0.75rem;
  line-height: 1.35;
}

.spro-shop-order-inbox-table td {
  vertical-align: top;
}

.spro-shop-delivery-table td,
.spro-shop-service-table td {
  vertical-align: top;
}

.spro-shop-order-inbox-table small,
.spro-shop-muted {
  display: block;
  margin-top: 4px;
  color: #5e6678;
  font-size: 0.76rem;
  line-height: 1.35;
}

.spro-shop-inbox-action {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(84px, 0.8fr) auto;
  gap: 6px;
  min-width: 260px;
}

.spro-shop-inbox-action select,
.spro-shop-inbox-action input {
  min-width: 0;
  min-height: 36px;
  border: 1px solid rgba(18, 63, 53, 0.18);
  border-radius: 8px;
  background: #fffcf8;
  color: #121f3f;
  font: inherit;
  font-size: 0.8rem;
}

.spro-shop-inbox-action button,
.spro-shop-dispatch-form button,
.spro-shop-service-form button,
.spro-shop-credit-grid button {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  padding: 0 12px;
  font-weight: 820;
  cursor: pointer;
}

.spro-shop-dispatch-form,
.spro-shop-service-form {
  display: grid;
  gap: 6px;
  min-width: 260px;
  margin-bottom: 8px;
}

.spro-shop-dispatch-form {
  grid-template-columns: minmax(110px, 1fr) minmax(70px, 0.8fr) minmax(72px, 0.7fr) auto;
}

.spro-shop-service-form {
  grid-template-columns: minmax(110px, 0.8fr) minmax(140px, 1fr) auto;
}

.spro-shop-dispatch-form select,
.spro-shop-dispatch-form input,
.spro-shop-service-form select,
.spro-shop-service-form input {
  min-width: 0;
  min-height: 36px;
  border: 1px solid rgba(18, 63, 53, 0.18);
  border-radius: 8px;
  background: #fffcf8;
  color: #121f3f;
  font: inherit;
  font-size: 0.8rem;
}

.spro-shop-credit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.spro-shop-credit-grid article {
  min-width: 0;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(18, 63, 53, 0.1);
  background: #f8f0e8;
}

.spro-shop-credit-grid header span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-size: 0.72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.spro-shop-credit-grid h3 {
  margin: 0 0 6px;
  color: #121f3f;
  font-size: 1rem;
}

.spro-shop-credit-grid p,
.spro-shop-credit-grid small {
  display: block;
  margin: 0 0 12px;
  color: #5e6678;
  line-height: 1.45;
}

.spro-shop-credit-grid form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding-top: 12px;
  border-top: 1px solid rgba(18, 63, 53, 0.12);
}

.spro-shop-credit-grid label {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: #121f3f;
  font-size: 0.74rem;
  font-weight: 820;
}

.spro-shop-credit-grid label.check {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
}

.spro-shop-credit-grid label.wide,
.spro-shop-credit-grid button {
  grid-column: span 3;
}

.spro-shop-credit-grid select,
.spro-shop-credit-grid input {
  min-width: 0;
  border: 1px solid rgba(18, 63, 53, 0.18);
  border-radius: 8px;
  background: #fffcf8;
  color: #121f3f;
  font: inherit;
}

.spro-shop-credit-grid select[multiple] {
  min-height: 106px;
}

.spro-shop-seller-report-grid,
.spro-shop-seller-apps > div,
.spro-shop-control-grid,
.spro-shop-workbench-grid,
.spro-shop-operations-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.spro-shop-catalog-control {
  margin-bottom: 18px;
}

.spro-shop-control-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #fffcf8;
  box-shadow: 0 22px 60px rgba(18, 63, 53, 0.07);
}

.spro-shop-control-media {
  min-height: 100%;
  background: #dfe2e8 center/cover;
  text-decoration: none;
}

.spro-shop-control-media span {
  display: grid;
  width: 100%;
  min-height: 220px;
  place-items: center;
  color: #121f3f;
  font-size: 2rem;
  font-weight: 850;
}

.spro-shop-control-body {
  min-width: 0;
  padding: 15px;
}

.spro-shop-control-body header h3 {
  margin: 8px 0 4px;
  color: #121f3f;
  font-size: 1.08rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.spro-shop-control-body header p,
.spro-shop-control-body > small {
  display: block;
  margin: 4px 0 0;
  color: #5e6678;
  font-size: 0.82rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.spro-shop-control-body dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.spro-shop-control-body dl div {
  min-width: 0;
  padding: 9px;
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-control-body dt,
.spro-shop-control-body dd {
  margin: 0;
}

.spro-shop-control-body dd {
  margin-top: 3px;
  color: #121f3f;
  font-size: 0.86rem;
  font-weight: 820;
  overflow-wrap: anywhere;
}

.spro-shop-catalog-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(18, 63, 53, 0.12);
}

.spro-shop-catalog-form label {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: #121f3f;
  font-size: 0.74rem;
  font-weight: 820;
}

.spro-shop-catalog-form label.wide,
.spro-shop-catalog-form button {
  grid-column: span 2;
}

.spro-shop-catalog-form button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-weight: 820;
  cursor: pointer;
}

.spro-shop-seller-apps article,
.spro-shop-seller-report-grid article {
  padding: 16px;
}

.spro-shop-seller-apps h3,
.spro-shop-seller-report-grid header {
  margin-bottom: 12px;
}

.spro-shop-seller-apps h3,
.spro-shop-seller-report-grid h3,
.spro-shop-replenishment-list h3 {
  margin: 4px 0;
}

.spro-shop-seller-apps article {
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #fffcf8;
  box-shadow: 0 22px 60px rgba(18, 63, 53, 0.07);
}

.spro-shop-seller-apps p {
  color: #5e6678;
}

.spro-shop-seller-apps dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.spro-shop-seller-apps dl div {
  padding: 10px;
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-seller-apps dt {
  color: #5e6678;
  font-size: 0.72rem;
  font-weight: 840;
  text-transform: uppercase;
}

.spro-shop-seller-apps dd {
  margin: 3px 0 0;
  color: #121f3f;
  font-weight: 820;
  overflow-wrap: anywhere;
}

.spro-shop-seller-apps a {
  color: #121f3f;
  font-weight: 840;
  text-decoration: none;
}

.spro-shop-seller-report-grid meter {
  width: 100%;
  height: 12px;
  margin: 12px 0;
}

.spro-shop-report-tracks {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.spro-shop-report-tracks div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 10px;
  align-items: center;
}

.spro-shop-report-tracks span,
.spro-shop-seller-intel b,
.spro-shop-top-skus span {
  color: #5e6678;
  font-size: 0.72rem;
  font-weight: 840;
  text-transform: uppercase;
}

.spro-shop-report-tracks strong {
  color: #121f3f;
  font-size: 0.84rem;
}

.spro-shop-report-tracks i {
  grid-column: 1 / -1;
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5dbd0;
}

.spro-shop-report-tracks i::before {
  content: "";
  display: block;
  width: var(--track-value, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #121f3f, #dfab77);
}

.spro-shop-seller-intel,
.spro-shop-top-skus,
.spro-shop-delivery-states {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.spro-shop-seller-intel p,
.spro-shop-replenishment-lines p {
  display: grid;
  grid-template-columns: minmax(92px, auto) minmax(0, 1fr);
  gap: 8px;
  margin: 0;
  color: #3f475b;
  line-height: 1.35;
}

.spro-shop-seller-intel span,
.spro-shop-replenishment-lines span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.spro-shop-top-skus {
  padding-left: 0;
  list-style: none;
}

.spro-shop-top-skus li {
  display: grid;
  gap: 3px;
  padding: 9px;
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-top-skus b {
  min-width: 0;
  overflow-wrap: anywhere;
}

.spro-shop-delivery-states {
  display: flex;
  flex-wrap: wrap;
}

.spro-shop-delivery-states span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef0f5;
  color: #121f3f;
  font-size: 0.78rem;
  font-weight: 780;
}

.spro-shop-replenishment-list {
  display: grid;
  gap: 10px;
}

.spro-shop-replenishment-list article {
  padding: 14px;
}

.spro-shop-replenishment-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

.spro-shop-replenishment-flow li {
  padding: 7px 6px;
  border-radius: 999px;
  background: #f8f0e8;
  color: #5e6678;
  font-size: 0.72rem;
  font-weight: 820;
  text-align: center;
}

.spro-shop-replenishment-flow li.active {
  background: #121f3f;
  color: #fff6ed;
}

.spro-shop-replenishment-lines {
  display: grid;
  gap: 7px;
  margin: 12px 0;
}

.spro-shop-replenishment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.spro-shop-replenishment-list form button {
  border: 0;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  padding: 9px 13px;
  font-weight: 820;
}

.spro-shop-replenishment-list form button.secondary {
  background: #f1e4d7;
  color: #121f3f;
}

.spro-shop-region-grid {
  margin: 4px 0 18px;
}

.spro-shop-operations-map article {
  max-height: 520px;
  overflow: auto;
  padding: 18px;
}

.spro-shop-operations-map ol {
  columns: 2;
  gap: 24px;
  padding-left: 22px;
}

.spro-shop-order-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 20px;
}

.spro-shop-order-steps article {
  padding: 12px;
  border-radius: 8px;
  background: #fffcf8;
  border: 1px solid rgba(18, 63, 53, 0.12);
}

.spro-shop-order-steps span {
  display: block;
  color: #dfab77;
  font-weight: 880;
}

.spro-shop-order-aside {
  display: grid;
  gap: 16px;
}

.spro-shop-seller-split {
  display: grid;
}

.spro-shop-line-lanes {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 63, 53, 0.14);
}

.spro-shop-line-lanes header h2 {
  margin: 4px 0 0;
}

.spro-shop-line-lanes article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #fffcf8;
}

.spro-shop-line-lanes h3 {
  margin: 4px 0;
}

.spro-shop-line-lanes p,
.spro-shop-line-lanes small {
  display: block;
  margin: 4px 0 0;
  color: #5e6678;
  overflow-wrap: anywhere;
}

.spro-shop-line-lanes form {
  display: grid;
  gap: 8px;
}

.spro-shop-line-actions {
  display: grid;
  gap: 10px;
  align-content: start;
}

.spro-shop-line-money {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.spro-shop-line-money div {
  min-width: 0;
  padding: 9px;
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-line-money dt,
.spro-shop-line-money dd {
  margin: 0;
}

.spro-shop-line-money dd {
  margin-top: 3px;
  color: #121f3f;
  font-size: 0.86rem;
  font-weight: 820;
  overflow-wrap: anywhere;
}

.spro-shop-delivery-snapshot {
  display: grid;
  gap: 4px;
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid rgba(33, 79, 154, 0.14);
  border-radius: 8px;
  background: #eef5ff;
}

.spro-shop-delivery-snapshot span {
  color: #214f9a;
  font-size: 0.68rem;
  font-weight: 860;
  letter-spacing: 0;
}

.spro-shop-delivery-snapshot b {
  color: #121f3f;
}

.spro-shop-delivery-snapshot small {
  margin: 0;
  color: #505c78;
}

.spro-shop-delivery-action-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-color: rgba(33, 79, 154, 0.16);
  background: #f5f9ff;
}

.spro-shop-delivery-action-form label.wide {
  grid-column: 1 / -1;
}

.spro-shop-delivery-action-form select,
.spro-shop-delivery-action-form input,
.spro-shop-delivery-action-form textarea,
.spro-shop-service-resolve select,
.spro-shop-service-resolve textarea {
  min-width: 0;
  border: 1px solid rgba(18, 63, 53, 0.18);
  border-radius: 8px;
  background: #fffcf8;
  color: #121f3f;
  font: inherit;
}

.spro-shop-delivery-action-form select,
.spro-shop-delivery-action-form input,
.spro-shop-service-resolve select {
  min-height: 40px;
}

.spro-shop-delivery-action-form textarea,
.spro-shop-service-resolve textarea {
  padding: 10px 12px;
  resize: vertical;
}

.spro-shop-line-lanes button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-weight: 820;
  cursor: pointer;
}

.spro-shop-line-lanes button.secondary {
  background: #dfab77;
  color: #10182b;
}

.spro-shop-customer-care {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(244, 250, 246, 0.96)),
    #fffcf8;
  box-shadow: 0 22px 70px rgba(18, 63, 53, 0.06);
}

.spro-shop-customer-care > .spro-panel-head {
  align-items: start;
}

.spro-shop-customer-care > .spro-panel-head strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  white-space: nowrap;
}

.spro-shop-care-actions,
.spro-shop-care-lines {
  display: grid;
  gap: 12px;
}

.spro-shop-care-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spro-shop-care-lines {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spro-shop-care-actions form,
.spro-shop-care-lines article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #fffcf8;
}

.spro-shop-care-actions form,
.spro-shop-care-lines form,
.spro-shop-care-lines article,
.spro-shop-care-timeline {
  display: grid;
  gap: 10px;
}

.spro-shop-care-actions h3,
.spro-shop-care-lines h3,
.spro-shop-care-timeline h3 {
  margin: 0;
  color: #121f3f;
}

.spro-shop-care-actions p,
.spro-shop-care-lines p,
.spro-shop-care-lines small,
.spro-shop-care-timeline p,
.spro-shop-care-timeline small {
  display: block;
  margin: 6px 0 0;
  color: #5e6678;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.spro-shop-care-actions label,
.spro-shop-care-lines label {
  display: grid;
  gap: 6px;
  color: #121f3f;
  font-weight: 780;
}

.spro-shop-care-actions textarea,
.spro-shop-care-lines textarea,
.spro-shop-care-lines select {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(18, 63, 53, 0.18);
  border-radius: 8px;
  background: #fffcf8;
  color: #121f3f;
}

.spro-shop-care-actions textarea,
.spro-shop-care-lines textarea {
  resize: vertical;
  padding: 10px 12px;
}

.spro-shop-care-lines select {
  min-height: 40px;
  padding: 0 12px;
}

.spro-shop-care-actions button,
.spro-shop-care-lines button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-weight: 820;
  cursor: pointer;
}

.spro-shop-care-timeline {
  padding-top: 4px;
}

.spro-shop-care-timeline article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-care-timeline strong {
  color: #121f3f;
}

.spro-shop-service-resolve {
  display: grid;
  grid-template-columns: minmax(120px, 0.4fr) minmax(180px, 1fr) auto;
  gap: 8px;
  align-items: start;
  margin-top: 8px;
}

.spro-shop-service-resolve button {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  padding: 0 12px;
  font-weight: 820;
  cursor: pointer;
}

.spro-status.status-payable,
.spro-status.status-settled,
.spro-status.status-ready,
.spro-status.status-incoming,
.spro-status.status-delivered {
  color: #0f2b6c;
  background: #e5eaf4;
}

.spro-status.status-hold,
.spro-status.status-return-requested,
.spro-status.status-return-approved,
.spro-status.status-returned,
.spro-status.status-low,
.spro-status.status-planned {
  color: #8a521b;
  background: #ffecd8;
}

.spro-status.status-refunded,
.spro-status.status-out,
.spro-status.status-exception {
  color: #8d4d45;
  background: #fff0ed;
}

.spro-status.status-delivery {
  color: #214f9a;
  background: #eaf1ff;
}

.spro-status.status-open,
.spro-status.status-seller-review,
.spro-status.status-admin-review {
  color: #214f9a;
  background: #eaf1ff;
}

.spro-status.status-resolved,
.spro-status.status-closed {
  color: #0f2b6c;
  background: #e5eaf4;
}

.spro-status.status-rejected,
.spro-status.status-cancelled,
.spro-status.status-unavailable {
  color: #8d4d45;
  background: #fff0ed;
}

.spro-shop-pos-head {
  align-items: end;
}

.spro-shop-pos-shell,
.spro-shop-pos-recent,
.spro-shop-pos-capability {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 22px;
}

.spro-shop-pos-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: 18px;
  align-items: start;
}

.spro-shop-pos-terminal,
.spro-shop-pos-ticket,
.spro-shop-pos-recent,
.spro-shop-pos-capability {
  min-width: 0;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #fffcf8;
  box-shadow: 0 22px 70px rgba(18, 63, 53, 0.06);
}

.spro-shop-pos-terminal {
  padding: 16px;
}

.spro-shop-pos-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(18, 63, 53, 0.16);
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-pos-search span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #121f3f;
  color: #fff6ed;
  font-weight: 900;
}

.spro-shop-pos-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #121f3f;
  font-size: 1.12rem;
  font-weight: 820;
  outline: 0;
}

.spro-shop-pos-search strong {
  color: #5e6678;
  font-size: 0.82rem;
  white-space: nowrap;
}

.spro-shop-pos-filters {
  display: flex;
  gap: 8px;
  padding: 12px 0;
  overflow-x: auto;
}

.spro-shop-pos-filters button {
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid rgba(18, 63, 53, 0.14);
  border-radius: 999px;
  background: #fffcf8;
  color: #121f3f;
  padding: 0 13px;
  font-weight: 820;
  cursor: pointer;
}

.spro-shop-pos-filters button.active,
.spro-shop-pos-filters button:hover {
  background: #121f3f;
  color: #fff6ed;
}

.spro-shop-pos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(154px, 1fr));
  gap: 10px;
  max-height: calc(100vh - 280px);
  min-height: 420px;
  overflow: auto;
  align-content: start;
  padding-right: 2px;
}

.spro-shop-pos-tile {
  min-height: 210px;
  display: grid;
  grid-template-rows: 76px auto auto auto auto;
  gap: 6px;
  text-align: left;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #fffcf8;
  color: #121f3f;
  padding: 10px;
  cursor: pointer;
}

.spro-shop-pos-tile:hover,
.spro-shop-pos-tile:focus-visible {
  border-color: #dfab77;
  box-shadow: 0 16px 38px rgba(18, 63, 53, 0.12);
}

.spro-shop-pos-thumb {
  display: block;
  width: 100%;
  height: 76px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-pos-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.spro-shop-pos-thumb i {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #121f3f;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 900;
}

.spro-shop-pos-name {
  min-height: 2.4em;
  color: #121f3f;
  font-size: 0.9rem;
  font-weight: 880;
  line-height: 1.2;
  overflow: hidden;
}

.spro-shop-pos-meta,
.spro-shop-pos-tile small {
  color: #5e6678;
  font-size: 0.72rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.spro-shop-pos-tile strong {
  color: #121f3f;
  font-size: 1rem;
  font-weight: 900;
}

.spro-shop-pos-empty {
  padding: 34px 18px;
  color: #5e6678;
  border: 1px dashed rgba(18, 63, 53, 0.18);
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-pos-ticket {
  position: sticky;
  top: 84px;
  padding: 16px;
}

.spro-shop-pos-ticket header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.spro-shop-pos-ticket header span,
.spro-shop-pos-payment > span,
.spro-shop-pos-field span,
.spro-shop-pos-controls span,
.spro-shop-pos-capability header span,
.spro-shop-pos-recent header span {
  color: #5e6678;
  font-size: 0.72rem;
  font-weight: 840;
  letter-spacing: 0;
  text-transform: uppercase;
}

.spro-shop-pos-ticket h2 {
  margin: 4px 0 0;
  color: #121f3f;
}

.spro-shop-pos-ticket header button {
  border: 1px solid rgba(18, 63, 53, 0.14);
  border-radius: 999px;
  background: #f8f0e8;
  color: #121f3f;
  padding: 8px 12px;
  font-weight: 840;
  cursor: pointer;
}

.spro-shop-pos-field,
.spro-shop-pos-controls label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.spro-shop-pos-field select,
.spro-shop-pos-controls select,
.spro-shop-pos-controls input,
.spro-shop-pos-controls textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(18, 63, 53, 0.14);
  border-radius: 8px;
  background: #fffcf8;
  color: #121f3f;
  padding: 10px;
}

.spro-shop-pos-lines {
  display: grid;
  gap: 8px;
  min-height: 128px;
  max-height: 260px;
  overflow: auto;
  margin: 12px 0;
}

.spro-shop-pos-lines p {
  margin: 0;
  padding: 20px 14px;
  border-radius: 8px;
  background: #f8f0e8;
  color: #5e6678;
}

.spro-shop-pos-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(18, 63, 53, 0.1);
  border-radius: 8px;
  background: #fff8f0;
}

.spro-shop-pos-line b,
.spro-shop-pos-line small {
  display: block;
}

.spro-shop-pos-line b {
  color: #121f3f;
  font-size: 0.86rem;
}

.spro-shop-pos-line small {
  color: #5e6678;
  font-size: 0.72rem;
  overflow-wrap: anywhere;
}

.spro-shop-pos-line div {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  gap: 4px;
  align-items: center;
}

.spro-shop-pos-line div button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(18, 63, 53, 0.14);
  border-radius: 8px;
  background: #fffcf8;
  color: #121f3f;
  font-weight: 900;
  cursor: pointer;
}

.spro-shop-pos-line div strong {
  text-align: center;
  color: #121f3f;
}

.spro-shop-pos-line em {
  grid-column: 1 / -1;
  color: #121f3f;
  font-style: normal;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.spro-shop-pos-totals {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(18, 63, 53, 0.12);
  border-bottom: 1px solid rgba(18, 63, 53, 0.12);
}

.spro-shop-pos-totals div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.spro-shop-pos-totals dt {
  color: #5e6678;
}

.spro-shop-pos-totals dd {
  margin: 0;
  color: #121f3f;
  font-weight: 880;
  text-align: right;
}

.spro-shop-pos-totals .grand {
  font-size: 1.35rem;
}

.spro-shop-pos-payment {
  display: grid;
  gap: 10px;
  padding: 14px 0 0;
}

.spro-shop-pos-pay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 250px;
  overflow: auto;
}

.spro-shop-pos-pay-grid label {
  display: grid;
  gap: 4px;
  min-width: 0;
  border: 1px solid rgba(18, 63, 53, 0.12);
  border-radius: 8px;
  background: #f8f0e8;
  padding: 10px;
  cursor: pointer;
}

.spro-shop-pos-pay-grid label:has(input:checked) {
  border-color: #dfab77;
  background: #ffeedc;
}

.spro-shop-pos-pay-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.spro-shop-pos-pay-grid b {
  color: #121f3f;
  font-size: 0.84rem;
}

.spro-shop-pos-pay-grid small {
  color: #5e6678;
  font-size: 0.68rem;
  line-height: 1.25;
}

.spro-shop-pos-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.spro-shop-pos-controls .wide {
  grid-column: 1 / -1;
}

.spro-shop-pos-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  background: #121f3f;
  color: #fff6ed;
  font-weight: 900;
  cursor: pointer;
}

.spro-shop-pos-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.spro-shop-pos-recent,
.spro-shop-pos-capability {
  padding: 18px;
}

.spro-shop-pos-recent > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.spro-shop-pos-recent a {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  color: #121f3f;
  text-decoration: none;
  border: 1px solid rgba(18, 63, 53, 0.1);
  border-radius: 8px;
  background: #f8f0e8;
}

.spro-shop-pos-recent span,
.spro-shop-pos-recent small {
  color: #5e6678;
  overflow-wrap: anywhere;
}

.spro-shop-pos-capability > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.spro-shop-pos-capability > div span {
  border: 1px solid rgba(18, 63, 53, 0.1);
  border-radius: 999px;
  background: #f8f0e8;
  color: #121f3f;
  padding: 7px 10px;
  font-size: 0.76rem;
  font-weight: 780;
}

@media (max-width: 980px) {
  .spro-shop-hero,
  .spro-shop-layout,
  .spro-shop-product-shell,
  .spro-shop-cart-layout,
  .spro-shop-order-layout,
  .spro-shop-workbench-grid,
  .spro-shop-command-metrics,
  .spro-shop-care-actions,
  .spro-shop-care-lines,
  .spro-shop-delivery-action-form,
  .spro-shop-service-resolve,
  .spro-shop-credit-grid,
  .spro-shop-pos-shell,
  .spro-shop-operations-map {
    grid-template-columns: minmax(0, 1fr);
  }

  .spro-shop-product-grid,
  .spro-shop-locale-strip,
  .spro-shop-app-strip > div,
  .spro-shop-seller-strip > div,
  .spro-shop-invoice-grid,
  .spro-shop-related > div,
  .spro-shop-kpis,
  .spro-shop-region-grid,
  .spro-shop-seller-report-grid,
  .spro-shop-seller-apps > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spro-shop-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .spro-shop-cart-rail,
  .spro-shop-checkout-panel {
    position: static;
  }

  .spro-shop-order-steps,
  .spro-shop-pos-recent > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .spro-shop-pos-ticket {
    position: static;
  }
}

@media (max-width: 640px) {
  .spro-shop-nav,
  .spro-shop-footer,
  .spro-shop-cart-head,
  .spro-shop-invoice-paper header {
    flex-direction: column;
    align-items: stretch;
  }

  .spro-shop-hero {
    min-height: 560px;
    padding-top: 72px;
  }

  .spro-shop-seller-app-hero {
    grid-template-columns: 1fr;
    min-height: 520px;
    padding-top: 72px;
  }

  .spro-shop-hero-copy h1,
  .spro-shop-seller-app-hero h1,
  .spro-shop-product-copy h1,
  .spro-shop-cart-head h1 {
    font-size: 2.45rem;
  }

  .spro-shop-product-grid,
  .spro-shop-locale-strip,
  .spro-shop-app-strip > div,
  .spro-shop-seller-strip > div,
  .spro-shop-invoice-grid,
  .spro-shop-related > div,
  .spro-shop-kpis,
  .spro-shop-region-grid,
  .spro-shop-seller-report-grid,
  .spro-shop-seller-apps > div,
  .spro-shop-command-metrics,
  .spro-shop-control-grid,
  .spro-shop-line-money,
  .spro-shop-control-body dl,
  .spro-shop-seller-apps dl,
  .spro-shop-toolbar,
  .spro-shop-invoice-parties,
  .spro-shop-order-steps {
    grid-template-columns: 1fr;
  }

  .spro-shop-pos-shell,
  .spro-shop-pos-recent,
  .spro-shop-pos-capability {
    width: min(100% - 28px, 1280px);
  }

  .spro-shop-pos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 320px;
    max-height: none;
  }

  .spro-shop-pos-pay-grid,
  .spro-shop-pos-controls,
  .spro-shop-pos-recent > div {
    grid-template-columns: 1fr;
  }

  .spro-shop-pos-line {
    grid-template-columns: minmax(0, 1fr);
  }

  .spro-shop-pos-line em {
    text-align: left;
  }

  .spro-shop-app-strip header {
    display: block;
  }

  .spro-shop-buybox {
    grid-template-columns: 1fr;
  }

  .spro-shop-product-body dl div,
  .spro-shop-product-copy dl div,
  .spro-shop-invoice-totals div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: start;
  }

  .spro-shop-product-body dd,
  .spro-shop-product-copy dd,
  .spro-shop-invoice-totals dd {
    max-width: 100%;
    text-align: left;
  }

  .spro-shop-payment-lines div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: start;
  }

  .spro-shop-payment-lines dd {
    max-width: 100%;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .spro-shop-checkout-panel button {
    width: 100%;
    padding: 0 14px;
  }

  .spro-shop-share-panel header,
  .spro-shop-share-copy {
    grid-template-columns: 1fr;
  }

  .spro-shop-share-panel header {
    display: grid;
    align-items: start;
  }

  .spro-shop-share-actions a,
  .spro-shop-share-actions button,
  .spro-shop-share-copy button {
    width: 100%;
  }

  .spro-shop-product-body footer,
  .spro-shop-cart-lines div,
  .spro-shop-line-lanes article,
  .spro-shop-care-timeline article,
  .spro-shop-model-grid,
  .spro-shop-control-card,
  .spro-shop-supplier-form,
  .spro-shop-catalog-form,
  .spro-shop-credit-grid form,
  .spro-shop-inbox-action,
  .spro-shop-dispatch-form,
  .spro-shop-service-form,
  .spro-shop-delivery-action-form,
  .spro-shop-service-resolve,
  .spro-shop-seller-intel p,
  .spro-shop-replenishment-lines p {
    grid-template-columns: 1fr;
  }

  .spro-shop-supplier-form label.wide,
  .spro-shop-supplier-form button,
  .spro-shop-catalog-form label.wide,
  .spro-shop-catalog-form button,
  .spro-shop-credit-grid label.wide,
  .spro-shop-credit-grid button {
    grid-column: auto;
  }

  .spro-shop-control-media {
    min-height: 180px;
  }

  body.spro-shop-workbench-page .spro-main {
    padding-bottom: 48px;
  }

  body.spro-shop-workbench-page .spro-mobile-dock {
    display: none;
  }

  body.spro-shop-workbench-page .spro-concierge-launch {
    display: none;
  }

  .spro-shop-product-body footer form {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .spro-shop-product-body footer button {
    min-height: 42px;
  }

  .spro-shop-cart-lines label,
  .spro-shop-cart-lines strong {
    justify-self: start;
  }

  .spro-shop-seller-split div,
  .spro-payment-list div {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .spro-shop-seller-split strong,
  .spro-payment-list strong {
    text-align: left;
  }

  .spro-shop-invoice-totals {
    width: 100%;
    margin-left: 0;
  }

  .spro-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .spro-shop-product-photo {
    min-height: 360px;
  }

  .spro-shop-operations-map ol {
    columns: 1;
  }

  .spro-shop-replenishment-flow {
    grid-template-columns: 1fr;
  }
}
