/* QuvaElon — extracted from wireframe */

/* Kabinet */
.cab-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s ease, visibility 0s linear 0.32s;
}
.cab-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.32s ease, visibility 0s linear 0s;
}
.cabinet {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 78%;
  background: #fff;
  box-shadow: 8px 0 28px rgba(0, 0, 0, 0.14);
  overflow-y: auto;
  transform: translateX(-102%);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
  will-change: transform;
  display: flex;
  flex-direction: column;
}
.cab-overlay.open .cabinet {
  transform: translateX(0);
}
.cab-head {
  padding: 16px 16px 18px;
  padding-top: calc(16px + 28px);
  background: linear-gradient(160deg, #34d399 0%, #22C55E 45%, #16a34a 100%);
  border-bottom: none;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
}
.cab-bal {
  position: absolute;
  top: calc(16px + 48px);
  right: 20px;
  width: auto;
  max-width: 110px;
  height: auto;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
  text-align: right;
}
.cab-bal:active {
  transform: scale(0.97);
  opacity: 0.92;
}
.cab-bal-lab {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.88;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.cab-bal strong {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.cab-bal strong [data-i18n="walletCur"] {
  font-size: 11px;
  font-weight: 700;
  opacity: 0.92;
}
#cab-bal-sum.bal-spinning {
  display: inline-flex;
  align-items: center;
  height: 1.15em;
  overflow: hidden;
  vertical-align: bottom;
}
#cab-bal-sum .bal-reel {
  display: inline-block;
  height: 1.15em;
  width: 0.62em;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#cab-bal-sum .bal-reel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.22) 0%,
    transparent 28%,
    transparent 72%,
    rgba(0, 0, 0, 0.22) 100%
  );
}
#cab-bal-sum .bal-strip {
  display: flex;
  flex-direction: column;
  will-change: transform;
  transform: translateY(0);
  transition: transform 1.35s cubic-bezier(0.12, 0.8, 0.18, 1);
}
#cab-bal-sum .bal-strip span {
  height: 1.15em;
  line-height: 1.15em;
  display: block;
  font-variant-numeric: tabular-nums;
}
#cab-bal-sum .bal-sep {
  display: inline-block;
  width: 0.28em;
  text-align: center;
  line-height: 1.15em;
}
.cab-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid rgba(255, 255, 255, 0.85);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
  color: #9CA3AF;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  padding: 0;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}
.cab-avatar:active {
  transform: scale(0.96);
  filter: brightness(0.95);
}
.cab-avatar svg {
  width: 34px;
  height: 34px;
}
.cab-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cab-avatar.has-photo svg { display: none; }
.cab-name {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-transform: none;
}
.cab-name.registered {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.cab-phone {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-top: -4px;
}
.cab-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
}
.cab-badge-row .left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}
.cab-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.cab-badge.off {
  background: rgba(239, 68, 68, 0.92);
  border-color: transparent;
  color: #fff;
}
.cab-badge.on {
  background: rgba(255, 255, 255, 0.95);
  color: #15803D;
  border-color: transparent;
}
.cab-badge .check {
  width: 12px;
  height: 12px;
  display: none;
}
.cab-badge.on .check { display: block; }
.cab-login-btn {
  height: 26px;
  padding: 0 9px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.cab-badge-row.registered .cab-login-btn {
  display: none;
}
.cab-badge-row .lang {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
  margin-left: auto;
}
.cab-badge-row .lang button {
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  cursor: pointer;
}
.cab-badge-row .lang button.on {
  background: #fff;
  color: #15803D;
  border-color: transparent;
}
.cab-sec {
  font-size: 13px;
  color: var(--accent);
  font-weight: 800;
  padding: 12px 16px 0;
  flex-shrink: 0;
}
.cab-list {
  padding: 10px 16px 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}
.cab-item {
  min-height: 52px;
  display: flex;
  align-items: stretch;
  gap: 12px;
  border: none;
  background: transparent;
  width: 100%;
  padding: 0;
  cursor: pointer;
  color: var(--ink);
  font-weight: 600;
  font-size: 15px;
  text-align: left;
}
.cab-item[hidden],
#cab-mystore-item[hidden] {
  display: none !important;
}
.cab-item .ico {
  width: 24px;
  height: 40px;
  margin-top: 6px;
  border-radius: 0;
  background: transparent;
  color: #111827;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: none;
}
.cab-item .ico svg {
  width: 20px;
  height: 20px;
}
.cab-item-main {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.cab-item .arrow {
  color: #8E8E93;
  font-weight: 500;
  flex-shrink: 0;
}
.hint {
  margin: 16px;
  padding: 12px;
  border-radius: 12px;
  background: #f2f2f7;
  color: var(--mute);
  font-size: 13px;
  line-height: 1.4;
}
.cab-foot {
  margin-top: auto;
  padding: 4px 16px calc(14px + env(safe-area-inset-bottom, 0px));
  border-top: none;
  flex-shrink: 0;
}
.cab-logout {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-align: left;
}
.cab-logout .ico {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #FEECEC;
  color: #EF4444;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.cab-logout .ico svg {
  width: 14px;
  height: 14px;
}
.cab-logout span {
  color: #DC2626;
  font-weight: 700;
  font-size: 13px;
}

/* Ro‘yxat — to‘liq ekran */
.notif-overlay.reg-panel {
  z-index: 55;
  position: absolute;
}
.notif-overlay.reg-panel .notif-panel {
  transform-origin: 48px 72px;
}
.notif-overlay.reg-panel .notif-head {
  padding-top: calc(22px + 44px);
}
.reg-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 16px calc(24px + env(safe-area-inset-bottom, 0px));
  -webkit-overflow-scrolling: touch;
}
.reg-gate {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 0 4px;
}
.reg-gate.hide { display: none !important; }
.reg-gate-lead {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--mute);
  text-align: center;
}
.reg-gate-btn {
  width: 100%;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}
.reg-gate-btn.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.reg-gate-btn:disabled {
  opacity: 0.55;
  cursor: default;
}
.reg-form.hide { display: none !important; }
.reg-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 12px;
  padding: 0;
  border: none;
  background: none;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.reg-back.hide { display: none !important; }
.reg-register-only.hide,
.reg-login-only.hide { display: none !important; }
#reg-phone-field.hide { display: none !important; }
.reg-login-otp {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.reg-login-otp.hide { display: none !important; }
.reg-login-unknown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.reg-login-unknown.hide { display: none !important; }
.reg-unknown-lead {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  text-align: center;
}
.reg-otp-lead {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--mute);
  text-align: center;
}
.reg-otp-resend {
  margin: 6px 0 0;
  padding: 0;
  border: none;
  background: none;
  color: var(--accent);
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  line-height: 1.4;
}
.reg-otp-resend:hover { text-decoration: underline; }
.reg-otp-resend:disabled {
  opacity: 0.45;
  cursor: default;
  text-decoration: none;
}
.reg-login-otp .tg-btn {
  width: 100%;
}
.otp-timer {
  margin: 2px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
a.reg-gate-btn {
  display: grid;
  place-items: center;
  text-decoration: none;
  box-sizing: border-box;
}
.reg-body .field { margin-bottom: 14px; }
.reg-body .field label {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}
.reg-body .field label .opt {
  font-weight: 600;
  color: var(--mute);
  font-size: 11px;
}
.reg-hint {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #15803D;
  background: #F0FDF4;
  padding: 4px 8px;
  border-radius: 8px;
}
.reg-hint.hide { display: none; }
.reg-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #FEF2F2;
  border: 1px solid #FECACA;
}
.reg-error.hide { display: none !important; }
.reg-error p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: #B91C1C;
  text-align: center;
}
.reg-error-action {
  height: 40px;
  padding: 0 16px;
  border: none;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
}
.reg-error-action.hide { display: none !important; }
.reg-submit:disabled,
.reg-body .tg-btn:disabled {
  opacity: 0.55;
  cursor: default;
}
.reg-tg-done {
  display: none;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  color: #15803D;
  font-weight: 700;
  font-size: 14px;
}
.reg-tg-done.show { display: flex; }
.reg-body .tg-btn { margin-top: 0; }
.reg-body .tg-btn.hide { display: none !important; }
#reg-tg-support.hide { display: none !important; }
#reg-tg-support {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.reg-tg-support-lead {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--mute);
  text-align: center;
}
.reg-help {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.reg-help.hide { display: none !important; }
.reg-help p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--mute);
  text-align: center;
}
.reg-help-btn {
  width: 100%;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.reg-help-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.reg-help-btn:active { transform: scale(0.98); }
.reg-extra {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.32s ease, opacity 0.22s ease;
}
.reg-extra.show {
  max-height: 220px;
  opacity: 1;
  pointer-events: auto;
}
.reg-extra .field { margin-bottom: 14px; }
.reg-photo-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reg-photo-btn {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: none;
  background: #E8EEF4;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  font-family: inherit;
  color: #7A8B9A;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}
.reg-photo-btn.has {
  background: #111;
}
.reg-photo-btn img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
  border-radius: 50%;
}
.reg-photo-btn.has img { display: block; }
.reg-photo-btn .ph-ico {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.reg-photo-btn.has .ph-ico { display: none; }
.reg-photo-btn .ph-ico svg {
  width: 42px;
  height: 42px;
}
.reg-photo-meta {
  flex: 1;
  min-width: 0;
}
.reg-photo-meta p {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--mute);
  line-height: 1.35;
}
.reg-photo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.reg-photo-actions button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: var(--ink);
}
.reg-photo-actions button.rm {
  color: #DC2626;
  display: none;
}
.reg-photo-actions button.rm.show { display: inline-flex; }
.avatar-crop {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  background: #0b0d10;
  color: #fff;
}
.avatar-crop[hidden] { display: none !important; }
.avatar-crop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: calc(14px + env(safe-area-inset-top, 0px)) 12px 12px;
  font-size: 15px;
  font-weight: 800;
}
.avatar-crop-head button {
  border: none;
  background: none;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 6px;
  font-family: inherit;
}
.avatar-crop-head button.ok { color: #4ADE80; }
.avatar-crop-stage {
  position: relative;
  flex: 1;
  min-height: 280px;
  overflow: hidden;
  touch-action: none;
  background: #000;
  cursor: grab;
}
.avatar-crop-stage:active { cursor: grabbing; }
.avatar-crop-stage img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  transform-origin: center center;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.avatar-crop-mask {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle closest-side at 50% 50%, transparent 0, transparent calc(86% - 1px), rgba(0,0,0,.62) 86%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.avatar-crop-hint {
  margin: 0;
  padding: 14px 18px calc(18px + env(safe-area-inset-bottom, 0px));
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255,255,255,.78);
}
.reg-submit.hide { display: none !important; }
.reg-submit {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border: none;
  border-radius: 14px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}

/* Ikkinchi qo‘l — kabinet */
.phone[data-sec="eskilar"] .cab-head {
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(21, 128, 61, 0.28) 0%, rgba(21, 128, 61, 0) 60%),
    linear-gradient(165deg, #4ADE80 0%, #22C55E 42%, #15803D 100%);
  border-radius: 0 0 22px 22px;
}
.phone[data-sec="eskilar"] .cab-sec {
  color: #15803D;
  font-weight: 800;
}
.phone[data-sec="eskilar"] .cab-item .ico {
  color: #111827;
}
.phone[data-sec="eskilar"] .cab-item-main {
  border-bottom-color: #E8F5EC;
}

/* Yangi narsalar — Trendyol cabinet */
.phone[data-sec="yangi"] .cab-head {
  background:
    radial-gradient(120% 85% at 50% 100%, rgba(199, 78, 0, 0.34) 0%, rgba(199, 78, 0, 0) 62%),
    linear-gradient(180deg, #FFB06A 0%, #F89A45 52%, #F27A1A 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}
.phone[data-sec="yangi"] .cab-badge.on {
  color: #15803D;
}
.phone[data-sec="yangi"] .cab-item .ico {
  color: #111827;
}
.phone[data-sec="yangi"] .cab-sec {
  color: #E86A00;
}
.phone[data-sec="yangi"] .cab-item-main {
  border-bottom-color: #F1E5DB;
}
.cab-bal.hide-for-store {
  display: none !important;
}
.phone[data-sec="yangi"] .cab-bal {
  display: none;
}

/* Xizmatlar — slate cabinet */
.phone[data-sec="xizmatlar"] .cab-head {
  background:
    radial-gradient(120% 85% at 50% 100%, rgba(51, 65, 85, 0.35) 0%, rgba(51, 65, 85, 0) 62%),
    linear-gradient(180deg, #64748B 0%, #475569 52%, #334155 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.phone[data-sec="xizmatlar"] .cab-badge.on {
  color: #15803D;
}
.phone[data-sec="xizmatlar"] .cab-item .ico {
  color: #111827;
}
.phone[data-sec="xizmatlar"] .cab-sec {
  color: #475569;
}
.phone[data-sec="xizmatlar"] .cab-item-main {
  border-bottom-color: #E2E8F0;
}
.cab-store-mini {
  position: absolute;
  top: calc(16px + 48px);
  right: 18px;
  max-width: 88px;
  border: none;
  background: transparent;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
}
.cab-store-mini[hidden] {
  display: none !important;
}
.cab-store-mini:not([hidden]) {
  display: flex;
}
.cab-store-mini:active {
  transform: scale(0.96);
}
.cab-store-mini-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.cab-store-mini-logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cab-store-mini-name {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.15;
  max-width: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.mystore-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px 16px 24px;
}
.mystore-card {
  text-align: center;
  padding: 18px 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #F0E6DE;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.mystore-logo {
  width: 84px;
  height: 84px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #FFF4EB;
  color: #F27A1A;
  display: grid;
  place-items: center;
  font-size: 34px;
  border: 1.5px solid #F3D7C4;
  overflow: hidden;
  position: relative;
}
.mystore-logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mystore-name {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}
.mystore-cat {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #F27A1A;
}
.mystore-meta,
.mystore-type {
  margin-top: 8px;
  font-size: 13px;
  color: #6B7280;
  line-height: 1.35;
}
.mystore-about {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #374151;
}
.mystore-hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #6B7280;
  text-align: center;
}
.mystore-add-btn {
  margin-top: 0;
}
