.ss-password-field {
  position: relative;
}

.ss-password-field input {
  padding-right: 52px;
}

.ss-password-toggle {
  position: absolute;
  right: 10px;
  bottom: 9px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.ss-password-toggle:hover {
  color: #111;
}

.ss-password-toggle svg {
  width: 20px;
  height: 20px;
}

.ss-otp-login-panel {
  margin-top: 16px;
  border-top: 1px solid #ece7dc;
  padding-top: 14px;
}

.ss-otp-toggle,
.ss-otp-mode,
.ss-otp-submit,
.ss-otp-send {
  min-height: 46px;
  border: 1px solid #d8d3c7;
  background: #fff;
  color: #111;
  font: inherit;
  cursor: pointer;
  border-radius: 12px;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.ss-otp-toggle {
  width: 100%;
  font-weight: 600;
}

.ss-otp-mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ss-otp-back {
  margin-top: 12px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d8d3c7;
  background: #fff;
  color: #444;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  align-self: flex-start;
  border-radius: 999px;
}

.ss-otp-mode {
  width: 100%;
  font-weight: 700;
  background: #111;
  border-color: #111;
  color: #fff;
  box-shadow: 0 6px 14px rgba(17, 17, 17, .10);
}

.ss-otp-mode.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
}

.ss-otp-email-row {
  display: block;
}

.ss-otp-email-row.has-send {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 136px;
  gap: 8px;
  align-items: stretch;
}

.ss-otp-email-row .ss-otp-send {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

.ss-otp-signup-panel .ss-otp-email-row.has-send {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.ss-otp-signup-panel .ss-otp-email-row .ss-otp-send {
  width: auto;
  min-width: 160px;
  justify-self: start;
}

.ss-otp-signup-panel .ss-otp-body {
  display: grid !important;
  gap: 16px;
  margin-top: 16px;
}

.ss-otp-signup-panel .ss-otp-body p,
.ss-otp-signup-panel .ss-otp-status {
  margin: 0;
}

.ss-otp-signup-panel .ss-otp-submit {
  margin-top: 0;
}

.ss-otp-body {
  margin-top: 12px;
}

.ss-otp-body[hidden] {
  display: none;
}

.ss-otp-body p {
  margin: 0 0 8px;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

.ss-otp-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 136px;
  gap: 8px;
  align-items: stretch;
}

.ss-otp-code-input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8d3c7;
  border-radius: 12px;
  padding: 0 14px;
  font: inherit;
  background: #fff;
}

.ss-otp-submit {
  width: 100%;
  margin-top: 10px;
  background: #111;
  border-color: #111;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(17, 17, 17, .10);
}

.ss-otp-send:disabled,
.ss-otp-submit:disabled {
  opacity: 0.55;
  cursor: wait;
}

.ss-otp-status {
  min-height: 18px;
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.ss-otp-delivery-hint {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.45;
  color: #666;
}

.auth-container-modal .ss-otp-login-panel {
  margin-top: 20px;
  padding-top: 16px;
}

.auth-container-modal .ss-otp-mode-switch {
  margin-bottom: 0;
}

.auth-container-modal .ss-otp-body {
  margin-top: 14px;
}

.auth-container-modal .ss-otp-submit,
.auth-container-modal .ss-otp-send,
.auth-container-modal .ss-otp-mode {
  font-size: 15px;
}

.auth-modal-tabs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.auth-modal-tab {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.auth-container-modal .ss-otp-back:hover,
.auth-container-modal .ss-otp-send:hover {
  border-color: #111;
}

.ss-otp-status-ok {
  color: #166534;
}

.ss-otp-status-error {
  color: #b91c1c;
}

.auth-page {
  background:
    radial-gradient(circle at top left, rgba(196, 142, 55, .10), transparent 32%),
    linear-gradient(180deg, #fff 0%, #faf8f3 100%);
}

.login-modal-window {
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(17, 17, 17, .20);
  overflow: hidden;
}

.ss-auth-card {
  max-width: 460px;
  margin: 0 auto;
  border: 1px solid #e8e1d4 !important;
  border-radius: 24px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 50px rgba(17, 17, 17, .08);
  padding: 34px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.auth-container-modal.ss-auth-card {
  max-width: none;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  padding: 26px 30px 30px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.ss-auth-login-card,
.ss-auth-signup-card {
  min-height: 0;
}

.ss-auth-title {
  margin-bottom: 8px !important;
  text-align: center;
  font-size: clamp(26px, 3.2vw, 30px) !important;
  font-weight: 500 !important;
  letter-spacing: -.03em;
  color: #151515;
}

.ss-auth-subtitle {
  max-width: 330px;
  margin: 0 auto 26px;
  text-align: center;
  color: #6b6255;
  font-size: 14px;
  line-height: 1.5;
}

.ss-auth-form {
  gap: 16px;
}

.ss-auth-card .form-field {
  margin-bottom: 0 !important;
}

.ss-auth-card .form-field label {
  margin-bottom: 8px;
  color: #433d35;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
}

.ss-auth-card .form-field input,
.ss-auth-card .form-field textarea,
.ss-auth-card .form-field select,
.ss-auth-card .ss-otp-code-input,
.ss-auth-card .otp-email-input {
  min-height: 50px;
  border: 1px solid #ddd4c5;
  border-radius: 14px;
  background: #fff;
  padding: 0 15px;
  font-size: 15px;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.ss-auth-card .form-field input:focus,
.ss-auth-card .form-field textarea:focus,
.ss-auth-card .form-field select:focus,
.ss-auth-card .ss-otp-code-input:focus,
.ss-auth-card .otp-email-input:focus {
  border-color: #111;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, .08);
  outline: none;
}

.ss-auth-card .form-submit,
.ss-auth-card .ss-otp-submit {
  min-height: 50px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #111;
  border: 1px solid #111;
  color: #fff;
  box-shadow: 0 12px 26px rgba(17, 17, 17, .14);
}

.ss-auth-card .ss-otp-send,
.ss-auth-card .otp-send-btn {
  min-height: 44px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  border: 1px solid #e0d7c8;
  background: #fff;
  color: #5f574d;
  box-shadow: none;
  padding: 0 16px;
}

.ss-auth-card .ss-otp-send:hover,
.ss-auth-card .otp-send-btn:hover {
  border-color: #111;
  color: #111;
}

.ss-auth-card .otp-email-row,
.ss-auth-card .ss-otp-email-row.has-send {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 10px;
  align-items: stretch;
}

.ss-auth-signup-card .ss-otp-email-row.has-send {
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
}

.ss-auth-signup-card .ss-otp-email-row .form-field,
.ss-auth-signup-card .ss-otp-email-row input {
  width: 100%;
  min-width: 0;
}

.ss-auth-signup-card .otp-email-row,
.ss-auth-signup-card .ss-otp-email-row,
.ss-auth-signup-card .form-field:has(input[type="email"]) {
  width: 100% !important;
  max-width: none !important;
}

.ss-auth-signup-card .otp-email-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
}

.ss-auth-signup-card .otp-email-row input[type="email"],
.ss-auth-signup-card input[type="email"].otp-email-input,
.ss-auth-signup-card .form-field:has(input[type="email"]) input[type="email"] {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.ss-auth-signup-card .otp-email-row .otp-send-btn {
  width: 100% !important;
}

.ss-auth-signup-card .ss-otp-email-row .ss-otp-send {
  width: 100%;
  justify-self: stretch;
}

.ss-auth-card .ss-otp-login-panel {
  margin-top: 18px;
  border: 0;
  border-top: 1px solid #eee7dc;
  border-radius: 0;
  padding: 18px 0 0;
  background: transparent;
}

.ss-auth-card .ss-otp-mode-switch {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  gap: 16px;
}

.ss-auth-card .ss-otp-mode {
  min-height: 44px;
  border: 1px solid #e0d7c8;
  border-radius: 14px;
  background: #fff;
  color: #5f574d;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
}

.ss-auth-card .ss-otp-mode.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ss-auth-card .ss-otp-mode:hover {
  border-color: #111;
}

.ss-auth-card .ss-otp-body {
  display: grid;
  gap: 12px;
  margin-top: 0;
  padding-top: 0;
}

.ss-auth-card .ss-otp-body[hidden] {
  display: none !important;
}

.ss-auth-card .ss-otp-body p,
.ss-auth-card .otp-field-hint {
  color: #746b60;
  font-size: 12px;
  line-height: 1.45;
}

.ss-auth-card .auth-error,
.ss-auth-card .auth-info,
.ss-auth-card .auth-message,
.ss-auth-card .ss-otp-status {
  border-radius: 14px;
  padding: 11px 13px;
  font-size: 13px;
  line-height: 1.4;
}

.ss-auth-card .ss-otp-status:empty {
  display: none;
}

.ss-auth-card .auth-links {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #eee7dc;
}

.ss-auth-card .auth-links p {
  margin: 8px 0 0;
  color: #6f665c;
  font-size: 13px;
}

.ss-auth-card .auth-links a,
.ss-auth-card .auth-link-button {
  color: #111;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.login-modal-window .auth-modal-tabs {
  margin: 0;
  padding: 14px 18px 0;
  border-bottom: 1px solid #eee7dc;
  background: #fbfaf7;
}

.login-modal-window .auth-modal-tab {
  min-height: 48px;
  padding: 0 12px 12px !important;
  font-size: 15px;
  font-weight: 700;
}

.login-modal-window .auth-modal-tab.active {
  border-bottom-color: #111;
}

.login-modal-close {
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 999px;
}

.login-modal-close:hover {
  background: #f2eee7;
  color: #111;
}

@media (max-width: 760px) {
  .ss-auth-card,
  .auth-container-modal.ss-auth-card {
    padding: 24px 18px !important;
    border-radius: 18px;
  }

  .ss-auth-card .otp-email-row,
  .ss-auth-card .ss-otp-email-row.has-send {
    grid-template-columns: 1fr;
  }

  .login-modal-window {
    border-radius: 20px;
  }
}

.ss-description-counter {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #777;
}

.ss-description-counter.ss-description-over {
  color: #c00;
}

.form-field textarea[data-ss-description="listing"],
.form-field textarea.ss-listing-description-input {
  white-space: pre-wrap;
}

.ss-listing-description,
.product-detail-content > .ss-listing-description,
.product-detail-content > p.ss-listing-description,
.product-detail-content h1 + p,
.product-detail-content > p,
.product-detail-content .product-title-row ~ p,
.product-card .product-description,
.products-grid .product-description,
body.ss-browse-page .product-description {
  white-space: pre-line;
}

.ss-remove-primary-media {
  margin-top: 10px;
  padding: 8px 14px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 12px;
  cursor: pointer;
}

.ss-remove-primary-media:hover {
  border-color: #111;
}

.ss-save-draft-btn {
  width: 100%;
  min-height: 44px;
}

.ss-inline-status {
  margin-top: 8px;
  font-size: 12px;
  color: #166534;
}

.ss-wishlist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}

.ss-wishlist-btn:hover,
.ss-wishlist-btn.ss-active {
  background: #111;
  color: #fff;
}

.product-card .ss-wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  z-index: 4;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .14);
}

.product-detail-content .ss-wishlist-btn,
.product-title-row .ss-wishlist-btn {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 20px;
}

.ss-wishlist-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 1000;
  background: #111;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 13px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.ss-wishlist-search {
  max-width: 1440px;
  margin: 18px auto 12px;
  padding: 0 32px;
}

.ss-wishlist-search label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ss-wishlist-search span {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ss-wishlist-search-input {
  width: 100%;
  max-width: 520px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #d8dde6;
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-size: 15px;
  color: #111;
}

.ss-wishlist-search-input:focus {
  outline: none;
  border-color: #111;
}

.product-card.ss-wishlist-hidden {
  display: none !important;
}

/* Wishlist page — mobile: gap under tab bar + space above title; search only */
body.ss-mobile-app.ss-favorites-page .wishlists-page {
  padding-top: 20px !important;
}

body.ss-mobile-app.ss-favorites-page .wishlists-page .container,
body.ss-mobile-app.ss-favorites-page .container {
  padding-top: 28px !important;
}

body.ss-mobile-app.ss-favorites-page .wishlists-page h1,
body.ss-mobile-app.ss-favorites-page .container > h1 {
  margin-top: 16px !important;
  margin-bottom: 18px !important;
}

body.ss-mobile-app .ss-wishlist-search {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

body.ss-mobile-app .ss-wishlist-search label {
  align-items: flex-start;
  text-align: left;
  width: 100%;
}

body.ss-mobile-app .ss-wishlist-search span {
  align-self: flex-start;
}

body.ss-mobile-app .ss-wishlist-search-input {
  max-width: none;
  width: 100%;
}

.ss-profile-pincode {
  margin: 0 0 24px;
}

.ss-profile-pincode label,
.ss-profile-pincode > label {
  display: block;
  margin: 0 0 10px;
}

.ss-profile-pincode span {
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ss-profile-pincode-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 12px;
  align-items: stretch;
}

.ss-profile-pincode-input,
.ss-profile-pincode-apply {
  min-height: 46px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #181818;
  font: inherit;
  font-size: 15px;
}

.ss-profile-pincode-input {
  width: 100%;
  padding: 0 14px;
}

.ss-profile-pincode-apply {
  cursor: pointer;
  font-weight: 700;
}

.ss-profile-pincode-apply:disabled {
  opacity: .6;
  cursor: wait;
}

.ss-profile-pincode-status {
  min-height: 18px;
  margin: 8px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.35;
}

.ss-profile-pincode-status-ok {
  color: #166534;
}

.ss-profile-pincode-status-error {
  color: #b91c1c;
}

.ss-profile-pincode-hint {
  margin: 0 0 12px;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.ss-profile-pincode-setup {
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fafafa;
}

body.ss-mobile-app .ss-profile-pincode-mobile .ss-profile-pincode-row {
  grid-template-columns: 1fr;
  gap: 10px;
}

body.ss-mobile-app .ss-profile-pincode-mobile .ss-profile-pincode-input {
  min-height: 48px;
  font-size: 16px;
  border-radius: 10px;
}

body.ss-mobile-app .ss-profile-pincode-mobile .ss-profile-pincode-apply {
  width: 100%;
  min-height: 48px;
  border: none;
  border-radius: 999px;
  background: #111;
  color: #fff;
}

.ss-profile-email-notify-pref {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}

.ss-profile-email-notify-pref small {
  font-weight: 400;
}

body.ss-mobile-app .ss-profile-email-notify-pref {
  padding-top: 12px;
}

body.ss-mobile-app .ss-profile-email-notify-pref input[type="checkbox"] {
  width: 20px !important;
  height: 20px;
  margin-top: 2px;
}

.navbar-orders-dropdown {
  min-width: 320px !important;
}

.navbar-orders-dropdown-inner {
  min-width: 320px;
  padding: 24px !important;
}

.navbar-orders-empty {
  max-width: 240px;
  line-height: 1.35;
}

.navbar-orders-continue {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 48px;
  width: auto !important;
  padding: 0 20px !important;
  white-space: nowrap;
}

.navbar-dropdown-logout {
  padding-left: 16px !important;
}

.navbar-dropdown-logout svg {
  transform: none !important;
}

.ss-location-panel {
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fbfbfb;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  align-items: center;
}

.ss-location-panel::before {
  content: "Browsing near";
  color: #606060;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.ss-location-panel.ss-location-panel-summary {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  gap: 0;
}

.ss-location-panel.ss-location-panel-summary::before {
  display: none;
}

.ss-location-panel.ss-location-panel-summary .ss-location-helper {
  color: #747474;
  font-size: 12px;
}

.ss-location-main {
  display: grid;
  grid-template-columns: minmax(210px, 1.35fr) minmax(170px, 1fr) minmax(124px, .72fr) minmax(118px, .72fr);
  align-items: end;
  gap: 8px;
  min-width: 0;
}

.ss-location-main.ss-location-main-compact {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 10px;
}

.ss-toggle-line {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.ss-toggle-line-label {
  color: #6d6d6d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}

.ss-toggle-chip-group {
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: 1px;
  scrollbar-width: thin;
}

.ss-filter-chip-btn {
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #fff;
  color: #222;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  line-height: 1;
  padding: 0 14px;
  white-space: nowrap;
}

.ss-filter-chip-btn:hover:not(:disabled),
.ss-filter-chip-btn.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ss-filter-chip-btn:disabled {
  opacity: .42;
  cursor: not-allowed;
}

.ss-location-select-wrap,
.ss-location-price-wrap,
.ss-location-geocode-wrap,
.ss-radius-control {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.ss-location-select-wrap {
  min-width: 0;
}

.ss-location-price-wrap {
  min-width: 0;
}

.ss-location-select-wrap span,
.ss-location-price-wrap span,
.ss-location-geocode-wrap span,
.ss-radius-control span {
  font-size: 10px;
  line-height: 1;
  color: #747474;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

.ss-location-select,
.ss-location-geocode-input,
.ss-location-price-input,
.ss-radius-select,
.ss-location-detect,
.ss-location-geocode-apply,
.ss-location-clear,
.ss-location-price-apply {
  min-height: 36px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #fff;
  color: #181818;
  font-family: inherit;
  font-size: 13px;
}

.ss-location-select,
.ss-radius-select {
  width: 100%;
  padding: 0 30px 0 10px;
}

.ss-location-price-input {
  width: 100%;
  padding: 0 8px;
}

.ss-location-geocode-input {
  width: 100%;
  padding: 0 10px;
}

.ss-location-detect,
.ss-location-geocode-apply,
.ss-location-clear,
.ss-location-price-apply {
  width: 100%;
  min-width: 0;
  padding: 0 10px;
  cursor: pointer;
  white-space: nowrap;
}

.ss-location-detect:hover,
.ss-location-geocode-apply:hover,
.ss-location-clear:hover,
.ss-location-price-apply:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ss-radius-select:disabled {
  opacity: .55;
  background: #f3f3f3;
}

.ss-location-detect:disabled {
  opacity: .6;
  cursor: wait;
}

.ss-location-geocode-apply:disabled {
  opacity: .6;
  cursor: wait;
}

.ss-location-helper {
  grid-column: 1 / -1;
  margin: 0;
  color: #707070;
  font-size: 12px;
  line-height: 1.35;
}

.ss-sidebar-locations-group,
.ss-sidebar-distance-group,
.ss-sidebar-price-group {
  display: none;
}

@media (max-width: 760px) {
  .ss-location-panel {
    grid-template-columns: 1fr;
    margin: 0 0 12px;
    padding: 12px;
  }

  .ss-location-main {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }

  .ss-location-main.ss-location-main-compact {
    grid-template-columns: 1fr;
  }

  .ss-toggle-line {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ss-location-select-wrap {
    min-width: 0;
    grid-column: 1 / -1;
  }

  .ss-location-geocode-wrap {
    min-width: 0;
    grid-column: 1 / -1;
  }

  .ss-location-price-wrap {
    min-width: 0;
  }

  .ss-location-detect,
  .ss-location-geocode-apply,
  .ss-location-clear,
  .ss-location-price-apply {
    width: 100%;
  }

  .navbar-menu {
    justify-content: space-around !important;
    gap: 10px !important;
    overflow-x: visible !important;
  }

  .navbar-menu > a[href="/"] {
    order: 1;
  }

  .navbar-menu > a[href="/browse"] {
    order: 2;
  }

  .navbar-menu > a[href="/favorites"],
  .navbar-menu > a[href="/wishlists"] {
    order: 3;
  }

  .navbar-menu > a[href="/messages"] {
    order: 4;
  }

  .navbar-menu .navbar-notif-wrapper {
    order: 5;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
  }

  .navbar-menu .navbar-notif-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-menu .navbar-orders-wrapper {
    order: 6;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
  }

  .navbar-menu .navbar-orders-wrapper > a {
    width: 44px;
    height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .navbar-icons {
    padding-right: 0 !important;
  }
}

.ss-link-media-card {
  width: 100%;
  min-height: 260px;
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 32px;
  background: #f7f7f7;
  border: 1px solid #dedede;
  color: #1f1f1f;
}

.ss-link-media-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #777;
}

.ss-link-media-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.ss-link-media-url {
  font-size: 14px;
  color: #666;
  word-break: break-word;
}

.ss-link-media-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  margin-top: 4px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.ss-link-media-action:hover {
  background: #333;
}

.ss-browse-header {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.ss-browse-header .breadcrumb {
  display: none !important;
  margin: 0 !important;
}

.ss-browse-header h1 {
  display: none !important;
  margin: 0 !important;
}

.ss-browse-header p {
  display: none !important;
  margin: 0 !important;
}

.ss-browse-subtitle-source {
  display: none !important;
}

.ss-browse-intro-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid #111;
  border-radius: 8px;
  background: #050505;
  color: #fff;
}

.ss-home-trust-card {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 10px;
  margin: 14px 0 16px;
  padding: 12px;
  border: 1px solid #222;
  border-radius: 8px;
  background: #050505;
  color: #fff;
}

.ss-home-trust-card .ss-browse-intro-image {
  width: 118px;
  height: 84px;
  justify-self: start;
}

.ss-home-trust-card .ss-browse-intro-copy strong {
  font-size: 18px;
}

.ss-home-trust-card .ss-browse-feature-list {
  grid-template-columns: 1fr;
  gap: 6px;
}

.ss-home-trust-card .ss-browse-feature-list div {
  width: 100%;
}

.ss-browse-intro-image {
  width: 110px;
  height: 68px;
  object-fit: cover;
  border-radius: 8px;
  background: #181818;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

/* Listing cards: padding-top square frame so images cannot blow out of the grid. */
.products-grid .product-card,
.products-grid a.product-card {
  position: relative;
  overflow: hidden;
}

.products-grid .product-card > .product-image-container,
.products-grid a.product-card > .product-image-container,
.products-grid .product-card > .ss-uniform-image-frame,
.products-grid a.product-card > .ss-uniform-image-frame {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  padding-top: 100% !important;
  aspect-ratio: auto !important;
  min-height: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  contain: layout paint;
  isolation: isolate;
}

.products-grid .product-card > .product-image-container > img.product-image,
.products-grid .product-card > .product-image-container > video.product-image,
.products-grid a.product-card > .product-image-container > img.product-image,
.products-grid a.product-card > .product-image-container > video.product-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  background: #f5f5f5;
}

.products-grid .product-card > .product-image-container > .fav-btn,
.products-grid a.product-card > .product-image-container > .fav-btn,
.products-grid .product-card > .product-image-container > .ss-wishlist-btn,
.products-grid a.product-card > .product-image-container > .ss-wishlist-btn {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 3 !important;
}

.products-grid .product-card:hover > .product-image-container .product-image,
.products-grid a.product-card:hover > .product-image-container .product-image {
  transform: none !important;
}

/* Desktop browse: fixed-size listing tiles matching mobile card layout */
body.ss-browse-page:not(.ss-mobile-app) .browse-main-column {
  background: #fff;
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid {
  align-items: stretch;
  row-gap: 20px !important;
  column-gap: 20px !important;
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-card,
body.ss-browse-page:not(.ss-mobile-app) .products-grid a.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-card:hover {
  transform: translateY(-2px);
  opacity: 1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-image-container {
  flex-shrink: 0;
  margin-bottom: 0 !important;
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 12px 14px;
  min-height: 176px;
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-category {
  font-size: 11px;
  line-height: 1.2;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px !important;
  line-height: 1.35 !important;
  min-height: calc(2 * 1.35 * 15px);
  max-height: calc(2 * 1.35 * 15px);
  margin-bottom: 0 !important;
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-description {
  display: block;
  overflow: hidden;
  white-space: pre-line;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #666;
  min-height: calc(2 * 1.4 * 12px);
  max-height: calc(2 * 1.4 * 12px);
  margin: 0;
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-seller-info {
  font-size: 12px;
  line-height: 1.3;
  color: #4b5563;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-price {
  margin-top: auto;
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-meta,
body.ss-browse-page:not(.ss-mobile-app) .products-grid .product-status-note {
  font-size: 11px;
  line-height: 1.2;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Product detail gallery: keep the full uploaded image visible. */
.product-image-gallery .product-image-main,
.product-image-gallery .product-image-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.product-image-gallery .product-image-main img,
.product-image-gallery .product-image-main video,
.product-image-gallery .product-image-thumb img,
.product-image-gallery .product-image-thumb video {
  object-fit: contain;
  background: #f5f5f5;
}

.product-image-gallery.ss-product-gallery-ready .product-image-main {
  position: relative;
}

.ss-product-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
}

.ss-product-gallery-nav:hover:not(:disabled) {
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}

.ss-product-gallery-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.ss-product-gallery-prev {
  left: 12px;
}

.ss-product-gallery-next {
  right: 12px;
}

.ss-product-gallery-counter {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  pointer-events: none;
}

body.ss-mobile-app .ss-product-gallery-nav {
  width: 36px;
  height: 36px;
}

body.ss-mobile-app .ss-product-gallery-prev {
  left: 8px;
}

body.ss-mobile-app .ss-product-gallery-next {
  right: 8px;
}

body.ss-mobile-app .ss-product-gallery-counter {
  right: 8px;
  bottom: 8px;
  font-size: 11px;
}

.ss-browse-intro-copy {
  min-width: 0;
}

.ss-browse-intro-copy span {
  display: block;
  margin-bottom: 4px;
  color: #bdbdbd;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.ss-browse-intro-copy strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.ss-browse-intro-copy p {
  margin: 0;
  color: #e5e5e5;
  font-size: 13px;
  line-height: 1.45;
}

.ss-browse-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.ss-browse-feature-list div {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
}

.ss-browse-feature-list b {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.ss-browse-feature-list small {
  display: block;
  color: #d1d1d1;
  font-size: 11px;
  line-height: 1.35;
}

.container > div:has(.recently-viewed-strip) {
  display: none !important;
}

.browse-rail-layout.ss-with-alerts {
  grid-template-columns: 250px minmax(0, 1fr) 308px;
  align-items: start;
  gap: 18px;
  margin-top: 6px;
}

.browse-rail-layout.ss-with-alerts .filters-sidebar {
  padding-right: 14px;
}

.browse-rail-layout.ss-with-alerts .filters-sidebar-title {
  font-size: 16px;
  margin-bottom: 12px;
}

.browse-rail-layout.ss-with-alerts .filters-sidebar-field {
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.browse-rail-layout.ss-with-alerts .filter-checkbox-list {
  max-height: 190px;
}

.browse-rail-layout.ss-with-alerts .filter-checkbox-item {
  gap: 8px;
  padding: 6px 0;
  font-size: 12px;
}

.browse-rail-layout.ss-with-alerts .filter-checkbox-item input {
  width: 16px;
  height: 16px;
}

.browse-rail-layout.ss-with-alerts .locations-search-wrapper {
  margin-bottom: 8px;
}

.browse-rail-layout.ss-with-alerts .locations-search-icon {
  left: 10px;
}

.browse-rail-layout.ss-with-alerts .locations-search-input {
  height: 34px;
  padding-left: 36px;
  font-size: 12px;
}

.browse-rail-layout.ss-with-alerts .locations-search-input-no-icon {
  padding-left: 10px;
}

.ss-company-filter-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  margin: 0 0 8px;
}

.ss-company-search-input {
  min-width: 0;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  color: #222;
  font-family: inherit;
  font-size: 12px;
}

.ss-company-search-input:focus {
  outline: none;
  border-color: #111;
}

.ss-company-search-clear {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  color: #222;
  font-family: inherit;
  font-size: 12px;
  cursor: pointer;
}

.ss-company-search-clear:hover {
  border-color: #111;
}

.ss-company-search-empty {
  margin: 6px 0 0;
  color: #999;
  font-size: 12px;
  line-height: 1.4;
}

.filter-checkbox-item.ss-company-filter-duplicate,
.filter-checkbox-item.ss-company-filter-duplicate[hidden],
.filter-checkbox-item.ss-company-filter-excluded,
.filter-checkbox-item.ss-company-filter-excluded[hidden] {
  display: none !important;
}

@media (min-width: 761px) {
  .filters-sidebar .ss-filter-superseded {
    display: none !important;
  }

  .filters-sidebar .ss-sidebar-range-panel {
    display: grid !important;
  }

  .filters-sidebar .ss-filter-accordion-trigger {
    display: none !important;
  }

  .filters-sidebar .ss-filter-accordion-panel {
    display: block !important;
    padding-bottom: 0 !important;
  }

  .filters-sidebar .filter-group-title,
  .filters-sidebar .filters-sidebar-field > h4 {
    display: block !important;
  }
}

.ss-sidebar-range-panel {
  display: grid;
  gap: 18px;
  margin-bottom: 18px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #eeeeee;
}

.ss-sidebar-range-control {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.ss-sidebar-range-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.ss-sidebar-range-title {
  color: #4f5866;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.ss-sidebar-range-value {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.ss-range-track {
  position: relative;
  width: 100%;
  height: 34px;
  margin: 0;
  cursor: pointer;
  outline: none;
  pointer-events: auto;
  touch-action: none;
}

.ss-range-track::before,
.ss-range-fill {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.ss-range-track::before {
  right: 0;
  background: #e5e5e5;
}

.ss-range-fill {
  width: var(--ss-range-progress, 0%);
  background: #111;
  pointer-events: none;
}

.ss-range-thumb {
  position: absolute;
  left: var(--ss-range-progress, 0%);
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
  transform: translate(-50%, -50%);
  transition: transform .12s ease, box-shadow .12s ease;
  pointer-events: none;
}

.ss-range-track:focus-visible .ss-range-thumb {
  box-shadow: 0 0 0 4px rgba(17, 17, 17, .14), 0 2px 8px rgba(0, 0, 0, .18);
}

.ss-range-track:active .ss-range-thumb {
  transform: translate(-50%, -50%) scale(1.08);
}

.ss-range-ticks {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: #8a8a8a;
  font-size: 10px;
  line-height: 1;
}

.ss-range-ticks span {
  min-width: 0;
  text-align: center;
}

.ss-company-hidden {
  display: none !important;
}

.browse-rail-layout.ss-with-alerts .filters-topbar {
  display: grid !important;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 330px) !important;
  gap: 14px !important;
  align-items: center !important;
}

.browse-rail-layout.ss-with-alerts .sort-group {
  display: grid !important;
  grid-template-columns: max-content minmax(180px, 1fr) !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 12px !important;
  min-height: 44px;
  margin: 0 !important;
}

.browse-rail-layout.ss-with-alerts .sort-group label {
  display: flex !important;
  align-items: center !important;
  height: 44px;
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

.browse-rail-layout.ss-with-alerts .sort-select {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 38px 0 14px !important;
  line-height: normal !important;
  box-sizing: border-box;
}

.browse-rail-layout.ss-with-alerts input.search-input-transparent {
  min-height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ss-alerts-rail {
  min-width: 0;
  align-self: start;
  position: sticky;
  top: 86px;
  margin-top: 0;
}

.ss-alert-toolbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}

.ss-rail-section {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fff;
}

.ss-create-alert-section {
  order: -1;
  min-height: 94px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ss-demand-section {
  order: 0;
}

.ss-rail-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.ss-create-alert-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.ss-create-alert-form[hidden] {
  display: none;
}

.ss-alert-toolbar-copy,
.ss-alert-product,
.ss-alert-location,
.ss-alert-geocode-wrap,
.ss-alert-save,
.ss-alerts-panel,
.ss-demand-search,
.ss-demands-panel,
.ss-demand-divider {
  grid-column: 1 / -1;
}

.ss-alert-toolbar-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ss-alert-toolbar-copy strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.ss-alert-toolbar-copy span,
.ss-alert-empty,
.ss-alert-copy span {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

.ss-alert-filter {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #666;
}

.ss-alert-filter input,
.ss-alert-filter select,
.ss-alert-geocode-wrap input,
.ss-demand-search input {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  font-family: inherit;
  font-size: 13px;
  color: #222;
}

.ss-alert-filter input:focus,
.ss-alert-filter select:focus,
.ss-alert-geocode-wrap input:focus,
.ss-demand-search input:focus {
  outline: none;
  border-color: #111;
}

.ss-alert-geocode-wrap,
.ss-listing-geocode {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
}

.ss-alert-geocode-wrap label,
.ss-listing-geocode label {
  display: grid;
  gap: 4px;
  min-width: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #666;
}

.ss-alert-geocode-wrap button,
.ss-listing-geocode button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  color: #222;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}

.ss-alert-geocode-wrap button:hover,
.ss-listing-geocode button:hover {
  border-color: #111;
}

.ss-alert-geocode-wrap button:disabled,
.ss-listing-geocode button:disabled {
  opacity: .6;
  cursor: wait;
}

.ss-listing-society,
.ss-listing-society-photo {
  display: none !important;
}

.ss-listing-society.ss-flatmates-society-visible {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  margin-top: 12px;
}

.ss-listing-society-photo.ss-flatmates-society-visible {
  display: block !important;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fafafa;
}

.ss-listing-society label {
  display: grid;
  gap: 4px;
  min-width: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #666;
}

.ss-listing-society input {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
}

.ss-listing-society button,
.ss-listing-society-photo-actions button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  color: #222;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}

.ss-listing-society button:hover,
.ss-listing-society-photo-actions button:hover {
  border-color: #111;
}

.ss-listing-society button:disabled,
.ss-listing-society-photo-actions button:disabled {
  opacity: .6;
  cursor: wait;
}

.ss-listing-society-status,
.ss-listing-society-photo-status {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
  color: #666;
}

.ss-listing-society-photo-copy strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.ss-listing-society-photo-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
  max-height: min(62vh, 520px);
  overflow-y: auto;
  padding-right: 2px;
}

.ss-listing-society-photo-option {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.ss-listing-society-photo-option:hover {
  border-color: #bdbdbd;
}

.ss-listing-society-photo-option.is-selected {
  border-color: #111;
  box-shadow: 0 0 0 1px #111;
}

.ss-listing-society-photo-option img,
.ss-society-photo-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f5f5f5;
}

.ss-listing-society-photo-option-label {
  display: block;
  padding: 0 8px 8px;
  font-size: 11px;
  line-height: 1.35;
  color: #555;
}

@media (min-width: 520px) {
  .ss-listing-society-photo-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  .ss-listing-society-photo-options {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.ss-listing-society-photo-attribution {
  margin: 8px 0 0;
  font-size: 11px;
  color: #888;
  line-height: 1.4;
}

.ss-listing-society-photo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ss-listing-society-photo-use {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

.ss-alert-geocode-status,
.ss-listing-geocode-status {
  grid-column: 1 / -1;
  margin: 0;
  color: #707070;
  font-size: 12px;
  line-height: 1.35;
}

.ss-demand-search {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #666;
}

.ss-demand-divider {
  border-top: 1px solid #ececec;
  margin: 2px 0;
}

.ss-section-toggle {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #d4d4d4;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-family: inherit;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.ss-section-toggle:hover {
  border-color: #111;
}

.ss-alert-save {
  min-height: 38px;
  padding: 0 14px;
  width: 100%;
  border: 1px solid #111;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  cursor: pointer;
}

.ss-alert-save:disabled {
  opacity: .55;
  cursor: wait;
}

.ss-alerts-panel,
.ss-demands-panel {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.ss-alert-item,
.ss-demand-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 6px;
}

.ss-alert-muted {
  opacity: .62;
}

.ss-alert-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ss-alert-copy strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.ss-demand-meta {
  color: #8a8a8a !important;
}

.ss-listing-demand-matches {
  margin: 18px 0 24px;
  padding: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background: #fbfbfb;
}

.ss-listing-geocode {
  margin: 12px 0 18px;
}

.ss-listing-geocode input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  color: #222;
}

.ss-listing-geocode input:focus {
  outline: none;
  border-color: #111;
}

.ss-listing-demand-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ss-listing-demand-header strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.ss-listing-demand-header span:not(.ss-demand-badge) {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}

.ss-demand-badge {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  line-height: 1;
  text-transform: uppercase;
}

.ss-listing-demand-body {
  display: grid;
  gap: 8px;
}

.ss-listing-alias {
  margin: 18px 0 24px;
  padding: 16px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #f8fbff;
}

.ss-listing-alias-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ss-listing-alias-header strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.ss-listing-alias-header span {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}

.ss-listing-alias-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: #1e3a8a;
  white-space: nowrap;
}

.ss-listing-alias-fields {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.ss-listing-alias-fields label {
  display: grid;
  gap: 6px;
}

.ss-listing-alias-fields label span {
  font-size: 12px;
  font-weight: 600;
  color: #444;
}

.ss-listing-alias-fields input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  color: #222;
}

.ss-listing-alias-fields input:focus {
  outline: none;
  border-color: #2563eb;
}

.seller-alias-name {
  color: #2563eb;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
}

.seller-alias-name:hover,
.seller-alias-name:focus-visible {
  color: #1d4ed8;
  outline: none;
}

.product-seller-info .seller-alias-name,
body.ss-mobile-app.ss-browse-page .product-seller-info .seller-alias-name {
  color: #2563eb;
}

.seller-alias-name.ss-alias-contact-visible {
  text-decoration-style: solid;
}

.ss-alias-contact-reveal {
  font-weight: 600;
  color: #1d4ed8;
}

.ss-alias-contact-reveal[hidden] {
  display: none;
}

.ss-demand-match-reason {
  color: #2f855a !important;
}

.ss-alert-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.ss-alert-actions a,
.ss-alert-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  color: #222;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.ss-alert-actions a:hover,
.ss-alert-actions button:hover {
  border-color: #999;
}

.ss-ai-launcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 930;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.ss-ai-launcher:hover {
  background: #333;
}

.ss-ai-panel {
  position: fixed;
  right: 18px;
  bottom: 72px;
  z-index: 931;
  width: min(380px, calc(100vw - 24px));
  max-height: calc(100vh - 96px);
  overflow: auto;
  padding: 14px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  color: #1f1f1f;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
}

.ss-ai-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.ss-ai-header strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.ss-ai-header span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.35;
  color: #666;
}

.ss-ai-close {
  width: 28px;
  height: 28px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #222;
  cursor: pointer;
}

.ss-ai-prompt {
  width: 100%;
  min-height: 88px;
  padding: 10px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #222;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  resize: vertical;
}

.ss-ai-prompt:focus {
  outline: none;
  border-color: #111;
}

.ss-ai-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0;
}

.ss-ai-chip {
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #f8f8f8;
  color: #333;
  font-family: inherit;
  font-size: 11px;
  cursor: pointer;
}

.ss-ai-chip:hover {
  border-color: #999;
  background: #fff;
}

.ss-ai-submit {
  width: 100%;
  min-height: 38px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  cursor: pointer;
}

.ss-ai-submit:disabled {
  opacity: .55;
  cursor: wait;
}

.ss-ai-result {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.ss-ai-message {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.ss-ai-source,
.ss-ai-loading,
.ss-ai-error {
  padding: 8px 10px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  color: #666;
  font-size: 11px;
  line-height: 1.35;
}

.ss-ai-error {
  border-color: #ffc6c6;
  background: #fff0f0;
  color: #a00000;
}

.ss-ai-grid {
  display: grid;
  gap: 6px;
}

.ss-ai-field {
  display: grid;
  gap: 2px;
  padding: 7px 9px;
  border: 1px solid #eeeeee;
  background: #fafafa;
}

.ss-ai-field span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #777;
}

.ss-ai-field strong {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: #222;
  overflow-wrap: anywhere;
}

.ss-ai-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ss-ai-actions button {
  flex: 1 1 auto;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.ss-ai-actions button:hover {
  background: #111;
  color: #fff;
}

.ss-ai-demand-list {
  display: grid;
  gap: 8px;
}

.ss-ai-demand-card {
  display: grid;
  gap: 5px;
  padding: 10px;
  border: 1px solid #ececec;
  background: #fafafa;
}

.ss-ai-demand-card strong {
  color: #111;
  font-size: 13px;
  line-height: 1.25;
}

.ss-ai-demand-card span,
.ss-ai-demand-card small {
  color: #666;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .browse-rail-layout.ss-with-alerts {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .ss-alerts-rail {
    grid-column: 2;
    position: static;
    margin-top: 0;
  }
}

@media (max-width: 1320px) and (min-width: 761px) {
  .ss-location-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ss-location-main.ss-location-main-compact {
    grid-template-columns: 1fr;
  }

  .ss-location-select-wrap,
  .ss-location-geocode-wrap,
  .ss-radius-control,
  .ss-location-price-wrap {
    grid-column: span 1;
  }

  .ss-location-detect,
  .ss-location-geocode-apply,
  .ss-location-clear,
  .ss-location-price-apply {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .ss-otp-row {
    grid-template-columns: 1fr;
  }

  .ss-link-media-card {
    min-height: 190px;
    padding: 22px;
  }

  .ss-link-media-title {
    font-size: 20px;
  }

  .ss-alert-toolbar,
  .ss-alert-item,
  .ss-demand-item {
    grid-template-columns: 1fr;
  }

  .browse-rail-layout.ss-with-alerts {
    grid-template-columns: 1fr;
  }

  .browse-rail-layout.ss-with-alerts .browse-main-column {
    order: 1;
  }

  .browse-rail-layout.ss-with-alerts .ss-alerts-rail {
    order: 2;
  }

  .browse-rail-layout.ss-with-alerts .filters-sidebar {
    order: 3;
  }

  .ss-browse-intro-card {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .ss-home-trust-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ss-browse-intro-image {
    width: 84px;
    height: 62px;
  }

  .ss-browse-intro-copy p {
    font-size: 12px;
    line-height: 1.35;
  }

  .ss-browse-feature-list {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ss-alerts-rail {
    position: static;
    margin-top: 0;
  }

  .ss-demand-section {
    order: 1;
  }

  .ss-create-alert-section {
    order: 2;
    min-height: auto;
  }

  .ss-alert-filter {
    max-width: none;
  }

  .ss-create-alert-form {
    grid-template-columns: 1fr;
  }

  .ss-alert-geocode-wrap,
  .ss-listing-geocode {
    grid-template-columns: 1fr;
  }

  .ss-alert-actions {
    flex-wrap: wrap;
  }

  .ss-ai-launcher {
    right: 12px;
    bottom: 12px;
  }

  .ss-ai-panel {
    right: 12px;
    left: 12px;
    bottom: 66px;
    width: auto;
    max-height: calc(100vh - 84px);
  }
}

.home-hero {
  position: relative;
  display: block;
  height: auto;
  min-height: 0;
  overflow: visible;
  padding-bottom: 0;
  background: #fff;
}

/* Marketing hero: image stack + full-width trust ribbon inside same block */
.home-hero.ss-home-hero-redesign {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  overflow: visible;
}

.home-hero.ss-home-hero-redesign .hero-bg-img {
  flex: 0 0 auto;
  height: min(78vh, 720px);
  width: 100%;
}

/* Left-only “see-through” darkening: photo stays visible; strongest tint on the left edge */
.home-hero.ss-home-hero-redesign .hero-overlay {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(78vh, 720px);
  bottom: auto;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.62) 32%,
    rgba(0, 0, 0, 0.28) 52%,
    rgba(0, 0, 0, 0.08) 64%,
    rgba(0, 0, 0, 0) 74%
  );
}

.home-hero.ss-home-hero-redesign .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(78vh, 720px);
  bottom: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: min(560px, 52vw);
  margin: 0 auto 0 0;
  padding: clamp(28px, 5vw, 88px) clamp(22px, 5vw, 64px);
  width: 100%;
  box-sizing: border-box;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.home-hero.ss-home-hero-redesign .hero-left {
  max-width: min(540px, 94vw);
}

.home-hero.ss-home-hero-redesign .hero-content h1 {
  margin: 0 0 20px;
  font-size: clamp(1.85rem, 4vw, 2.85rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2;
  color: #fff !important;
}

.home-hero.ss-home-hero-redesign .hero-left p {
  margin: 0 0 28px !important;
  font-size: clamp(0.95rem, 1.65vw, 1.12rem) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  line-height: 1.65 !important;
  letter-spacing: 0.01em !important;
}

.ss-home-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(6, 78, 59, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.35), 0 10px 28px rgba(0, 0, 0, 0.22);
}

.ss-home-hero-kicker-icon {
  display: flex;
  color: #4ade80;
}

.ss-home-hero-kicker-text {
  font-family: inherit;
  color: #bbf7d0;
}

.ss-home-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}

.ss-home-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ss-home-hero-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.ss-home-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 2px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ss-home-hero-secondary:hover {
  border-bottom-color: #fff;
}

.ss-home-hero-arrow {
  font-weight: 600;
}

.home-hero.ss-home-hero-redesign .hero-left h1 {
  display: block !important;
}

.home-hero.ss-home-hero-redesign .hero-right {
  display: none !important;
}

@media (max-width: 760px) {
  .home-hero.ss-home-hero-redesign .hero-bg-img {
    height: 420px;
  }

  .home-hero.ss-home-hero-redesign .hero-overlay {
    height: 420px;
  }

  .home-hero.ss-home-hero-redesign .hero-content {
    height: 420px;
    padding: 36px 18px;
    justify-content: center;
    max-width: 100%;
  }

  .home-hero.ss-home-hero-redesign .hero-content h1 {
    font-size: clamp(1.5rem, 6vw, 2.1rem) !important;
  }
}

@media (max-width: 520px) {
  .ss-home-hero-kicker-text {
    white-space: normal;
    line-height: 1.35;
  }
}

/* Home: trust ribbon — same width as hero image (last child inside .home-hero) */
.ss-home-trust-ribbon {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, #18181f 0%, #121219 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid #e5e5e5;
}

.ss-home-trust-ribbon-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px 18px;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(26px, 3.2vw, 36px) clamp(20px, 4vw, 64px);
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.ss-home-trust-ribbon-intro {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1 1 240px;
  min-width: 0;
}

.ss-home-trust-ribbon-shield {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #1e1e26;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(59, 130, 246, 0.28);
}

.ss-home-trust-ribbon-copy strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fafafa;
  line-height: 1.3;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.ss-home-trust-ribbon-copy p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #b4b4bd;
  max-width: 32rem;
}

.ss-home-trust-ribbon-divider {
  flex: 0 0 1px;
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
  align-self: center;
}

.ss-home-trust-ribbon-features {
  flex: 1 1 520px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}

.ss-home-trust-ribbon-features--lead {
  flex: 1 1 100%;
  padding-top: 4px;
}

.ss-home-trust-feature {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}

/* Footer: support info inside the black site footer brand column */
.site-footer .footer-brand .ss-footer-support {
  margin-top: 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .footer-brand .ss-footer-support a {
  color: #7dd3fc;
  font-weight: 700;
  text-decoration: none;
}

.site-footer .footer-brand .ss-footer-support a:hover {
  text-decoration: underline;
}

.site-footer .footer-brand .ss-footer-support-sep {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.28);
}

/* My listings: prevent header overlap on narrow widths */
.ss-my-listings-header {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px 16px !important;
  margin-bottom: 18px !important;
}

.ss-my-listings-title {
  margin: 0 !important;
  line-height: 1.1 !important;
}

.ss-my-listings-new-btn {
  white-space: nowrap !important;
}

/* My listings: drafts section */
.ss-my-listings-drafts {
  margin: 0 0 18px !important;
}

.ss-my-listings-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}

.ss-my-listings-body .ss-my-listings-toast {
  grid-column: 1 / -1;
}

.ss-my-listings-body .ss-my-listings-list,
.ss-my-listings-body .ss-my-listings-empty {
  grid-column: 1;
}

.ss-my-listings-body .ss-my-listings-drafts {
  grid-column: 2;
  margin: 0 !important;
}

@media (max-width: 980px) {
  .ss-my-listings-body {
    grid-template-columns: 1fr;
  }
  .ss-my-listings-body .ss-my-listings-drafts,
  .ss-my-listings-body .ss-my-listings-list,
  .ss-my-listings-body .ss-my-listings-empty {
    grid-column: 1;
  }
}

.ss-my-listings-drafts-title {
  margin: 0 0 10px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

.ss-my-listings-drafts-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 16px !important;
}

.ss-my-listings-drafts-empty {
  margin-top: 8px;
  color: #6b7280;
  font-size: 14px;
}

.ss-draft-card {
  display: block;
  padding: 14px 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.ss-draft-card:hover {
  border-color: #a7f3d0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.ss-draft-card-title {
  font-weight: 800;
  margin-bottom: 8px;
}

.ss-draft-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b7280;
  font-size: 13px;
}

.ss-draft-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
  font-weight: 700;
}

.ss-home-trust-icon-wrap {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #1e1e26;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.ss-trust-icon-blue {
  color: #60a5fa;
}

.ss-trust-icon-green {
  color: #4ade80;
}

.ss-trust-icon-purple {
  color: #c4b5fd;
}

.ss-home-trust-feature-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.ss-home-trust-feature-copy strong {
  font-size: 1rem;
  font-weight: 700;
  color: #f4f4f5;
  line-height: 1.3;
}

.ss-home-trust-feature-copy span {
  font-size: 0.875rem;
  line-height: 1.45;
  color: #d4d4d8;
}

.ss-home-trust-ribbon-cta {
  flex: 0 0 auto;
  margin-left: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 980px) {
  .ss-home-trust-ribbon-inner {
    flex-wrap: wrap;
  }
}

.ss-home-trust-ribbon-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  white-space: nowrap;
}

.ss-home-trust-ribbon-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(37, 99, 235, 0.55);
}

.ss-home-trust-ribbon-arrow {
  font-weight: 600;
  font-size: 1rem;
}

@media (max-width: 960px) {
  .ss-home-trust-ribbon-divider {
    display: none;
  }

  .ss-home-trust-ribbon-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .ss-home-trust-ribbon-features {
    flex: 1 1 auto;
    width: 100%;
    justify-content: space-between;
  }

  .ss-home-trust-ribbon-cta {
    margin-left: 0;
    justify-content: flex-start;
  }
}

/* Home: horizontal draggable company strip */
.ss-trusted-carousel-section {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  padding: 20px 0 18px;
  overflow: hidden;
  border-top: none;
}

.ss-trusted-carousel-section .trusted-label {
  padding: 0 16px;
  white-space: normal;
}

.ss-trusted-logos-carousel {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 16px;
  padding: 2px 16px 6px;
  cursor: grab;
  touch-action: pan-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ss-trusted-logos-carousel::-webkit-scrollbar {
  display: none;
}

.ss-trusted-logos-carousel.ss-trusted-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.ss-trusted-logos-carousel .trusted-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  opacity: 1;
  white-space: nowrap;
}

.ss-trusted-company-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ececec;
  font-size: 11px;
  font-weight: 700;
  color: #555;
  line-height: 1;
}

.ss-trusted-logos-carousel .trusted-item svg,
.ss-trusted-company-logo {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

@media (max-width: 640px) {
  .ss-home-trust-ribbon-inner {
    padding: 24px 16px 28px;
  }

  .ss-home-trust-feature {
    max-width: none;
    flex: 1 1 100%;
  }

  .ss-home-trust-ribbon-features {
    flex-direction: column;
    gap: 14px;
  }
}

body.ss-home-page .location-picker,
body.ss-home-page .navbar-header .location-picker,
body:has(.home-hero) .location-picker,
body.ss-hide-topbar-location .navbar-header .location-picker,
body.ss-hide-topbar-location .navbar-header .location-picker-btn,
body.ss-hide-topbar-location .navbar-header .location-picker-text,
body.ss-hide-topbar-location .navbar-header .location-chevron,
body.ss-hide-topbar-location .ss-standalone-location,
body.ss-hide-topbar-location .ss-route-hidden-location,
body.ss-hide-topbar-location .navbar-header button[aria-label="Select Location"],
body.ss-home-page .navbar-header .navbar-search-wrapper,
body.ss-home-page .navbar-menu > a[href="/"] {
  display: none !important;
}

.ss-home-hide-location {
  display: none !important;
}

body.ss-home-page .home-hero .hero-cta,
body:has(.home-hero) .home-hero .hero-cta,
.home-hero .hero-left > .hero-cta {
  display: none !important;
}

.ss-home-shop-nav {
  white-space: nowrap;
}

.navbar-icons .navbar-sell-cta.ss-top-action-tab,
.navbar-icons .navbar-sell-cta.ss-home-shop-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 36px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #111;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  line-height: 1;
  background: #fff;
  color: #111;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.navbar-icons .navbar-sell-cta.ss-top-sell-tab {
  margin-left: 0;
}

.navbar-icons .navbar-sell-cta.ss-home-shop-nav {
  margin-left: 0;
  margin-right: 0;
}

.home-hero .hero-content {
  position: absolute;
  top: 20px;
  right: auto;
  left: 32px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  width: auto;
  max-width: calc(100% - 64px);
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 16px 28px;
  margin: 0;
  border-radius: 12px;
  background: #050505;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
}

.home-hero .hero-left,
.home-hero .hero-right {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.home-hero .hero-left {
  flex: 0 1 560px;
}

.home-hero .hero-right {
  display: contents;
  margin-top: 0;
}

.home-hero .hero-left h1 {
  display: none !important;
}

.home-hero .hero-content h1 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
}

.home-hero .hero-content p {
  max-width: none;
  margin-bottom: 0;
  color: #e6e6e6;
  font-size: 15px;
  line-height: 1.42;
}

.home-hero .hero-cta-guest {
  display: contents;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.home-hero .hero-cta-guest-text h3 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.15;
}

.home-hero .hero-cta-guest-text {
  flex: 0 1 360px;
  max-width: 360px;
}

.home-hero .hero-cta-guest-text span {
  font-size: 13px;
  line-height: 1.35;
}

.home-hero .hero-cta-guest-actions {
  display: none !important;
}

.home-hero .hero-cta-guest-btn {
  padding: 9px 16px;
  border-radius: 6px;
}

.home-hero .hero-cta-guest-login {
  font-size: 12px;
}

.home-hero .ss-home-trust-card {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  gap: 8px;
  width: calc(100% - 64px);
  max-width: none;
  margin: 26px auto 32px;
  padding: 18px 24px;
  border-color: #2f2f2f;
  background: #111;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .16);
}

.home-hero .ss-home-trust-card .ss-browse-intro-image {
  display: none;
}

.home-hero .ss-home-trust-card .ss-browse-intro-copy span {
  margin-bottom: 5px;
  color: #bfbfbf;
  font-size: 11px;
}

.home-hero .ss-home-trust-card .ss-browse-intro-copy strong {
  margin-bottom: 0;
  font-size: 20px;
}

.home-hero .ss-home-trust-card .ss-browse-intro-copy p {
  display: none;
}

.home-hero .ss-home-trust-card .ss-browse-feature-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.home-hero .ss-home-trust-card .ss-browse-feature-list div {
  min-height: 82px;
  padding: 12px 14px;
  border-color: rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: #1f1f1f;
}

.home-hero .ss-home-trust-card .ss-browse-feature-list b {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.1;
}

.home-hero .ss-home-trust-card .ss-browse-feature-list small {
  color: #dcdcdc;
  font-size: 12px;
  line-height: 1.28;
}

.ss-top-action-tab {
  position: relative;
  white-space: nowrap;
}

.navbar-notif-btn[data-ss-tooltip],
.navbar-icons .navbar-sell-cta[data-ss-tooltip],
.ss-standalone-action-pill[data-ss-tooltip] {
  position: relative;
}

.navbar-notif-btn[data-ss-tooltip]::after,
.navbar-icons .navbar-sell-cta[data-ss-tooltip]::after,
.ss-standalone-action-pill[data-ss-tooltip]::after {
  content: attr(data-ss-tooltip);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 260;
  width: max-content;
  max-width: 220px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -2px);
  transition: opacity .16s ease, transform .16s ease;
}

.navbar-notif-btn[data-ss-tooltip]::before,
.navbar-icons .navbar-sell-cta[data-ss-tooltip]::before,
.ss-standalone-action-pill[data-ss-tooltip]::before {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  z-index: 261;
  width: 10px;
  height: 10px;
  background: #111;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) rotate(45deg);
  transition: opacity .16s ease;
}

.navbar-notif-btn[data-ss-tooltip]:hover::after,
.navbar-notif-btn[data-ss-tooltip]:focus-visible::after,
.navbar-icons .navbar-sell-cta[data-ss-tooltip]:hover::after,
.navbar-icons .navbar-sell-cta[data-ss-tooltip]:focus-visible::after,
.ss-standalone-action-pill[data-ss-tooltip]:hover::after,
.ss-standalone-action-pill[data-ss-tooltip]:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.navbar-notif-btn[data-ss-tooltip]:hover::before,
.navbar-notif-btn[data-ss-tooltip]:focus-visible::before,
.navbar-icons .navbar-sell-cta[data-ss-tooltip]:hover::before,
.navbar-icons .navbar-sell-cta[data-ss-tooltip]:focus-visible::before,
.ss-standalone-action-pill[data-ss-tooltip]:hover::before,
.ss-standalone-action-pill[data-ss-tooltip]:focus-visible::before {
  opacity: 1;
}

:root {
  --ss-topbar-height: 68px;
  --ss-topbar-pad-x: 32px;
  --ss-topbar-pad-y: 16px;
  --ss-topbar-icon-gap: 28px;
  --ss-topbar-action-gap: 14px;
  --ss-topbar-post-orders-gap: 20px;
}

body.ss-has-action-tabs .navbar-header,
.ss-standalone-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100vw;
  min-height: var(--ss-topbar-height);
  padding: var(--ss-topbar-pad-y) var(--ss-topbar-pad-x);
  margin: 0 calc(50% - 50vw) 28px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

body.ss-has-action-tabs .navbar-left,
.ss-standalone-topbar .navbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

body.ss-has-action-tabs .navbar-brand,
.ss-standalone-brand {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.ss-standalone-location .location-picker-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 36px;
  min-width: 160px;
  padding: 0 14px;
  border: 2px solid #111;
  border-radius: 24px;
  background: #fff;
  color: #222;
}

.ss-standalone-location .location-picker-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.ss-standalone-location-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.ss-standalone-location .location-picker-btn {
  height: 36px;
  min-width: 160px;
}

body.ss-has-action-tabs .navbar-menu,
.ss-standalone-icon-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ss-topbar-icon-gap);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 0;
  padding: 0;
  background: transparent;
}

body.ss-has-action-tabs .navbar-icons,
.ss-standalone-action-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--ss-topbar-action-gap);
  flex-shrink: 0;
  margin-left: auto;
  padding-left: var(--ss-topbar-post-orders-gap);
}

body.ss-has-action-tabs .navbar-menu .navbar-orders-wrapper,
.ss-standalone-icon-nav .navbar-orders-wrapper {
  margin-right: var(--ss-topbar-post-orders-gap);
}

@media (min-width: 1101px) {
  body.ss-has-action-tabs .navbar-header,
  .ss-standalone-topbar {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: var(--ss-topbar-height);
    padding: var(--ss-topbar-pad-y) var(--ss-topbar-pad-x) !important;
  }

  body.ss-has-action-tabs .navbar-left,
  .ss-standalone-topbar .navbar-left {
    display: flex !important;
    align-items: center;
    gap: 20px;
    flex: 0 0 auto;
    overflow: visible;
  }

  body.ss-has-action-tabs .navbar-brand,
  .ss-standalone-brand {
    flex: 0 0 auto;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1;
    white-space: nowrap;
  }

  body.ss-has-action-tabs .location-picker,
  .ss-standalone-location {
    flex: 0 1 260px;
    width: auto;
    max-width: 260px;
    min-width: 0;
  }

  body.ss-has-action-tabs .location-picker-btn,
  .ss-standalone-location .location-picker-btn {
    width: 100%;
    min-width: 0;
    height: 36px;
    padding: 0 14px;
    border-width: 2px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
  }

  body.ss-has-action-tabs .navbar-menu,
  .ss-standalone-icon-nav {
    position: absolute;
    left: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: var(--ss-topbar-icon-gap);
    width: auto;
    min-width: 0;
    transform: translateX(-50%);
    align-self: center;
  }

  body.ss-has-action-tabs .navbar-menu a,
  .ss-standalone-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    line-height: 1;
    align-self: center;
  }

  body.ss-has-action-tabs .navbar-menu a svg,
  .ss-standalone-icon-link svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.35;
    display: block;
  }

  body.ss-has-action-tabs .navbar-icons,
  .ss-standalone-action-nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: var(--ss-topbar-action-gap);
    margin-left: auto;
    min-width: max-content;
    overflow: visible;
    align-self: center;
  }

  body.ss-has-action-tabs .navbar-icons .navbar-sell-cta,
  .ss-standalone-action-pill {
    flex: 0 0 auto;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    border: 1px solid #111 !important;
    border-radius: 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .3px !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1101px) and (max-width: 1560px) {
  body.ss-has-action-tabs .navbar-header,
  .ss-standalone-topbar {
    gap: 20px;
  }

  body.ss-has-action-tabs .navbar-left,
  .ss-standalone-topbar .navbar-left {
    gap: 14px;
  }

  body.ss-has-action-tabs .location-picker,
  .ss-standalone-location {
    flex-basis: 210px;
    width: auto;
    max-width: 210px;
  }

  body.ss-has-action-tabs .location-picker-btn,
  .ss-standalone-location .location-picker-btn {
    width: 100%;
    min-width: 0;
  }

  body.ss-has-action-tabs .navbar-menu,
  .ss-standalone-icon-nav {
    gap: 22px;
  }

  body.ss-has-action-tabs .navbar-icons,
  .ss-standalone-action-nav {
    gap: 14px;
  }
}

@media (min-width: 1101px) and (max-width: 1380px) {
  body.ss-has-action-tabs .navbar-header,
  .ss-standalone-topbar {
    gap: 16px;
  }

  body.ss-has-action-tabs .navbar-menu,
  .ss-standalone-icon-nav {
    gap: 18px;
  }

  body.ss-has-action-tabs .navbar-icons,
  .ss-standalone-action-nav {
    gap: 10px;
    padding-left: 14px;
  }

  body.ss-has-action-tabs .navbar-user-name,
  .ss-standalone-user .navbar-user-name {
    display: none !important;
  }
}

body.ss-favorites-page .filter-chips-container,
body.ss-favorites-page .product-card > div:has(select),
body.ss-favorites-page .product-card > div:has(button[class*="filter-chips-clear"]) {
  display: none !important;
}

/* Location modal: keep pincode-first behaviour hooks only; layout and typography match base app CSS
   so browse/home matches the listings page modal. */

.ss-location-pincode-status {
  display: block;
  width: 100%;
  margin: 10px 0 2px !important;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.ss-location-pincode-status.ss-location-pincode-error {
  color: #b00020;
}

.location-modal-window.ss-pincode-first-location .ss-location-locked-field select:disabled {
  opacity: 1 !important;
  color: #222 !important;
  background: #f6f6f6 !important;
  cursor: not-allowed !important;
}

.location-modal-window.ss-pincode-first-location.ss-location-awaiting-pin .location-modal-field {
  opacity: .5;
}

.location-modal-window.ss-pincode-first-location.ss-location-awaiting-pin .location-modal-pincode-row,
.location-modal-window.ss-pincode-first-location.ss-location-awaiting-pin .location-modal-divider {
  opacity: 1;
}

.location-modal-window.ss-pincode-first-location .location-modal-button.confirm:disabled {
  opacity: .45;
  cursor: not-allowed;
}

@media (max-width: 760px) {
  .location-modal-overlay {
    position: fixed !important;
    inset: 0 !important;
    align-items: flex-end !important;
    padding: 0 !important;
    z-index: 1400 !important;
  }

  body.ss-location-modal-open {
    overflow: hidden;
  }

  /* backdrop-filter on the navbar creates a containing block; without this, a
     location modal rendered under .navbar-left is clipped so only Cancel/Save show. */
  body.ss-mobile-app.ss-location-modal-open .navbar-header {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.ss-location-modal-open .navbar-header.ss-mobile-compact-header,
  body.ss-location-modal-open .ss-mobile-tabbar {
    z-index: 120;
  }

  .location-modal-window {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
    max-height: min(92dvh, 92vh) !important;
    margin: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    overflow: hidden !important;
  }

  .location-modal-header {
    flex-shrink: 0;
    padding: 16px 20px !important;
  }

  .location-modal-header h2 {
    font-size: 22px !important;
    padding-right: 28px;
  }

  .location-modal-content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding: 12px 20px 8px !important;
  }

  .location-modal-buttons {
    flex-shrink: 0;
    display: flex;
    gap: 10px;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    border-top: 1px solid #ececec;
    background: #fff;
  }

  .location-modal-button {
    flex: 1;
    min-height: 46px;
  }
}

body.ss-messages-enhanced .messages-page {
  display: none !important;
}

body.ss-messages-enhanced,
body.ss-messages-enhanced .app-wrapper {
  min-height: 0 !important;
}

body.ss-messages-enhanced .container.ss-chat-container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

body.ss-standalone-route-topbar > .navbar-header,
body.ss-standalone-route-topbar .app-wrapper > .navbar-header {
  display: none !important;
}

body.ss-messages-enhanced .container.ss-chat-container > :not(.ss-chat-page) {
  display: none !important;
}

.ss-chat-page {
  display: flex;
  flex-direction: column;
  width: min(100%, 1440px);
  margin: 0 auto !important;
  padding: 0 32px 28px;
}

.ss-chat-page > .ss-standalone-topbar {
  order: -1;
}

.ss-chat-page > .ss-chat-shell {
  order: 0;
}

.ss-chat-shell {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  width: 100%;
  height: min(720px, calc(100vh - 124px));
  min-height: 520px;
}

.ss-chat-sidebar,
.ss-chat-main {
  border: 1px solid #e4e7ec;
  background: #fff;
}

.ss-chat-sidebar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-right: 0;
  border-radius: 18px 0 0 18px;
}

.ss-chat-main {
  min-width: 0;
  overflow: hidden;
  border-radius: 0 18px 18px 0;
  background: #f5f6f8;
}

.ss-chat-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 20px 16px;
}

.ss-chat-title span {
  display: block;
  margin-bottom: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ss-chat-title strong {
  color: #111;
  font-size: 28px;
  line-height: 1;
}

.ss-chat-title button {
  border: 1px solid #d7d7d7;
  border-radius: 18px;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  cursor: pointer;
}

.ss-chat-search {
  display: block;
  padding: 0 16px 16px;
}

.ss-chat-search input {
  width: 100%;
  height: 42px;
  border: 1px solid #d8d8d8;
  border-radius: 22px;
  background: #f4f5f7;
  color: #111;
  font-family: inherit;
  font-size: 13px;
  padding: 0 16px;
  outline: none;
}

.ss-chat-search input:focus {
  border-color: #111;
  background: #fff;
}

.ss-chat-thread-list {
  flex: 1;
  overflow-y: auto;
  padding: 4px 10px 14px;
}

.ss-chat-thread {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  margin: 2px 0;
  padding: 12px 10px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #111;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.ss-chat-thread:hover,
.ss-chat-thread.ss-active {
  background: #f0f2f5;
}

.ss-chat-thread.ss-chat-thread-unread .ss-chat-thread-copy strong {
  font-weight: 800;
}

.ss-chat-thread.ss-chat-thread-unread .ss-chat-thread-copy small {
  color: #111;
  font-weight: 600;
}

.ss-chat-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2px;
  flex: 0 0 auto;
}

.ss-chat-thread-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.ss-chat-thread-copy > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ss-chat-thread-copy strong,
.ss-chat-conversation-head strong {
  overflow: hidden;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-chat-thread-copy em {
  color: #8a8a8a;
  font-size: 11px;
  font-style: normal;
  white-space: nowrap;
}

.ss-chat-thread-copy b,
.ss-chat-thread-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-chat-thread-copy b {
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
}

.ss-chat-thread-copy small {
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.ss-chat-conversation {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

.ss-chat-conversation-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #e4e7ec;
  background: rgba(255, 255, 255, .92);
}

.ss-chat-back {
  display: none;
}

.ss-chat-conversation-head div {
  min-width: 0;
}

.ss-chat-conversation-head a {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-chat-bubbles {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  padding: 24px;
}

.ss-chat-bubble {
  max-width: min(68%, 620px);
  padding: 10px 14px;
  border-radius: 18px;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .04);
}

.ss-chat-bubble p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.ss-chat-bubble time {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  opacity: .62;
}

.ss-chat-bubble.ss-mine {
  align-self: flex-end;
  border-bottom-right-radius: 5px;
  background: #111;
  color: #fff;
}

.ss-chat-bubble.ss-theirs {
  align-self: flex-start;
  border: 1px solid #e5e7eb;
  border-bottom-left-radius: 5px;
  background: #fff;
  color: #111;
}

.ss-chat-compose {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-top: 1px solid #e4e7ec;
  background: #fff;
}

.ss-chat-compose input {
  flex: 1;
  height: 44px;
  border: 1px solid #d8d8d8;
  border-radius: 22px;
  background: #f4f5f7;
  color: #111;
  font-family: inherit;
  font-size: 14px;
  padding: 0 16px;
  outline: none;
}

.ss-chat-compose input:focus {
  border-color: #111;
  background: #fff;
}

.ss-chat-compose button {
  height: 42px;
  min-width: 78px;
  border: 0;
  border-radius: 21px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.ss-chat-compose button:disabled {
  opacity: .55;
  cursor: progress;
}

.ss-chat-blank,
.ss-chat-loading,
.ss-chat-empty {
  display: flex;
  min-height: 180px;
  align-items: center;
  justify-content: center;
  color: #777;
  text-align: center;
}

.ss-chat-blank {
  height: 100%;
  min-height: 320px;
  flex-direction: column;
  gap: 10px;
}

.ss-chat-blank-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.ss-chat-blank strong {
  color: #111;
  font-size: 22px;
}

.ss-chat-blank span {
  color: #777;
  font-size: 14px;
}

.ss-standalone-icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #555;
  text-decoration: none;
  transition: color .18s ease;
}

.ss-standalone-icon-link:hover,
.ss-standalone-icon-link.ss-active {
  color: #111;
}

.ss-standalone-icon-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-standalone-icon-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ss-standalone-action-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #111;
  border-radius: 18px;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.ss-standalone-user {
  color: #333;
  text-decoration: none;
}

.ss-standalone-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2px;
  line-height: 1;
}

.ss-standalone-login,
.ss-standalone-register {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .5px;
  text-decoration: none;
}

.navbar-icons .navbar-sell-cta.ss-top-action-tab:hover,
.navbar-icons .navbar-sell-cta.ss-top-action-tab.ss-active,
.navbar-icons .navbar-sell-cta.ss-home-shop-nav:hover,
.navbar-icons .navbar-sell-cta.ss-home-shop-nav.ss-active,
.ss-standalone-action-pill:hover,
.ss-standalone-action-pill.ss-active {
  background: #fff;
  color: #111;
  transform: translateY(-1px);
}

.ss-standalone-topbar .navbar-notif-wrapper,
.ss-standalone-topbar .ss-standalone-notif-wrapper {
  position: relative;
}

.ss-standalone-topbar .navbar-notif-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #555;
}

.ss-standalone-topbar .notif-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: -40px;
  width: 320px;
  display: block;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  overflow: hidden;
  z-index: 220;
}

.ss-standalone-topbar .notif-dropdown[hidden] {
  display: none;
}

.ss-standalone-topbar .notif-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

.ss-standalone-topbar .notif-dropdown-header button {
  padding: 0;
  border: 0;
  background: none;
  color: #2563eb;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.ss-standalone-topbar .navbar-badge[hidden],
body.ss-alerts-enhanced .navbar-badge[hidden],
body.ss-demands-enhanced .navbar-badge[hidden],
body.ss-messages-enhanced .navbar-badge[hidden] {
  display: none !important;
}

.ss-standalone-topbar .notif-dropdown-list,
body.ss-alerts-enhanced .notif-dropdown-list,
body.ss-demands-enhanced .notif-dropdown-list,
body.ss-messages-enhanced .notif-dropdown-list {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  grid-template-columns: none !important;
  width: 100% !important;
}

.ss-standalone-topbar .notif-dropdown-list,
body.ss-alerts-enhanced .notif-dropdown-list,
body.ss-demands-enhanced .notif-dropdown-list,
body.ss-messages-enhanced .notif-dropdown-list {
  max-height: 360px;
  overflow-y: auto;
  background: #fff;
}

.ss-standalone-topbar .notif-dropdown .notif-dropdown-list > *,
body.ss-alerts-enhanced .notif-dropdown .notif-dropdown-list > *,
body.ss-demands-enhanced .notif-dropdown .notif-dropdown-list > *,
body.ss-messages-enhanced .notif-dropdown .notif-dropdown-list > * {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  grid-column: 1 / -1 !important;
}

.ss-standalone-topbar .notif-empty {
  padding: 32px 16px;
  color: #999;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.ss-standalone-topbar button.notif-item,
body.ss-alerts-enhanced button.notif-item,
body.ss-demands-enhanced button.notif-item,
body.ss-messages-enhanced button.notif-item {
  all: unset;
  box-sizing: border-box;
  display: block !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 12px 16px !important;
  float: none !important;
  position: static !important;
  border: 0 !important;
  border-bottom: 1px solid #f5f5f5 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #111 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  align-self: stretch !important;
  grid-column: 1 / -1 !important;
}

.ss-standalone-topbar button.notif-item:last-child,
body.ss-alerts-enhanced button.notif-item:last-child,
body.ss-demands-enhanced button.notif-item:last-child,
body.ss-messages-enhanced button.notif-item:last-child {
  border-bottom: 0;
}

.ss-standalone-topbar button.notif-item:hover,
body.ss-alerts-enhanced button.notif-item:hover,
body.ss-demands-enhanced button.notif-item:hover,
body.ss-messages-enhanced button.notif-item:hover {
  background: #f7f9fc;
}

.ss-standalone-topbar button.notif-item.notif-unread,
body.ss-alerts-enhanced button.notif-item.notif-unread,
body.ss-demands-enhanced button.notif-item.notif-unread,
body.ss-messages-enhanced button.notif-item.notif-unread {
  background: #f0f5ff;
}

.ss-standalone-topbar .notif-item-title,
body.ss-alerts-enhanced .notif-item-title,
body.ss-demands-enhanced .notif-item-title,
body.ss-messages-enhanced .notif-item-title {
  display: block;
  margin: 0 0 2px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
}

.ss-standalone-topbar .notif-item-msg,
body.ss-alerts-enhanced .notif-item-msg,
body.ss-demands-enhanced .notif-item-msg,
body.ss-messages-enhanced .notif-item-msg {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}

.ss-standalone-topbar .notif-item-time,
body.ss-alerts-enhanced .notif-item-time,
body.ss-demands-enhanced .notif-item-time,
body.ss-messages-enhanced .notif-item-time {
  display: block;
  margin-top: 4px;
  color: #999;
  font-size: 11px;
}

.ss-demands-page,
.ss-alert-page {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 28px 42px;
}

.ss-demands-page-hero,
.ss-alert-page-hero {
  padding: 14px 18px;
  border: 1px solid #e8ebef;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
  color: #111;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .03);
}

.ss-demands-page-hero span,
.ss-alert-page-hero span {
  display: block;
  margin-bottom: 6px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ss-demands-page-hero h1,
.ss-alert-page-hero h1 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

.ss-demands-page-hero p,
.ss-alert-page-hero p {
  max-width: 580px;
  margin: 0;
  color: #5f6773;
  font-size: 12px;
  line-height: 1.5;
}

.ss-demands-page-search-card,
.ss-demand-create-card,
.ss-my-demands-section,
.ss-alert-page-card {
  margin-top: 22px;
  padding: 15px 16px;
  border: 1px solid #e8ebef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(15, 23, 42, .025);
}

.ss-demands-page-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .9fr);
  gap: 18px;
  align-items: start;
}

.ss-demands-page-search-card label,
.ss-demand-create-card label,
.ss-my-demands-search,
.ss-alert-manage-search,
.ss-alert-page-card label {
  display: grid;
  gap: 6px;
}

.ss-demands-page-search-card label > span,
.ss-demand-create-card label > span,
.ss-my-demands-search > span,
.ss-alert-manage-search > span,
.ss-alert-page-card label > span,
.ss-alert-page-card .ss-alert-geocode-wrap span {
  color: #6b7280;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ss-demands-page-search-card label > span {
  color: #111;
  font-weight: 900;
}

.ss-demands-page-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.ss-demand-create-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, .72fr);
  grid-template-areas:
    "product pincode"
    "description location"
    "price status"
    "actions actions";
  gap: 12px;
  align-items: start;
}

.ss-demand-create-product {
  grid-area: product;
}

.ss-demand-create-pincode-wrap {
  grid-area: pincode;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.ss-demand-create-location-status {
  grid-area: status;
  align-self: start;
  margin: 2px 0 0;
  min-height: 18px;
  color: #697384;
  font-size: 12px;
  line-height: 1.4;
}

.ss-demand-create-location-status.ss-error,
.ss-alert-page-card .ss-alert-geocode-status.ss-error,
.ss-listing-geocode-status.ss-error {
  color: #b91c1c;
}

.ss-demand-create-location-field {
  grid-area: location;
}

.ss-demand-create-grid .ss-demand-create-description {
  grid-area: description;
}

.ss-demand-create-grid textarea,
.ss-demand-create-grid input {
  width: 100%;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #d8dde3;
  border-radius: 10px;
  background: #fcfcfd;
  color: #222;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
}

.ss-demand-create-grid textarea {
  min-height: 92px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}

.ss-demand-create-price-row {
  grid-area: price;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ss-demand-create-actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.ss-demand-create-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.ss-demand-create-pincode-wrap button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #d8dde3;
  border-radius: 10px;
  background: #fff;
  color: #1f2937;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.ss-demand-create-location-status {
  min-height: 16px;
  margin: -2px 0 0;
  color: #697384;
  font-size: 12px;
  line-height: 1.35;
}

.ss-demand-create-location-status.ss-error {
  color: #b91c1c;
}

.ss-demand-create-status {
  color: #697384;
  font-size: 12px;
  line-height: 1.4;
}

.ss-my-demands-section {
  display: grid;
  align-content: start;
  gap: 14px;
}

.ss-my-demands-search {
  margin-top: 0;
}

.ss-my-demands-actions {
  display: flex;
  justify-content: flex-start;
}

.ss-alert-manage-actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 12px;
}

.ss-my-demands-view-all,
.ss-alert-view-all,
.ss-alert-clear-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #d8dde3;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.ss-my-demands-view-all:hover,
.ss-alert-view-all:hover,
.ss-alert-clear-all:hover {
  background: #f8fafc;
}

.ss-alert-view-all.ss-active {
  border-color: #111827;
  background: #111827;
  color: #fff;
}
.ss-demand-create-status.ss-ok {
  color: #166534;
}

.ss-demand-create-status.ss-error {
  color: #b91c1c;
}

.ss-demands-page-search-input,
.ss-my-demands-search input,
.ss-alert-manage-search input,
.ss-alert-page-card input,
.ss-alert-page-card select {
  width: 100%;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #d8dde3;
  border-radius: 10px;
  background: #fcfcfd;
  color: #222;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
}

.ss-demands-page-clear,
.ss-demands-page-actions a,
.ss-demands-page-actions button,
.ss-alert-page-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  line-height: 1;
  padding: 0 16px;
  border: 1px solid #d8dde3;
  border-radius: 10px;
  background: #fff;
  color: #1f2937;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.ss-alert-page-card .ss-alert-save {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ss-demands-page-count,
.ss-my-demands-count,
.ss-alert-page-count {
  margin: 8px 0 0;
  color: #7a8492;
  font-size: 12px;
  line-height: 1.35;
}

.ss-alert-page-count {
  white-space: nowrap;
}

.ss-demands-page-results,
.ss-my-demands-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.ss-demands-page-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  align-content: start;
  padding: 15px;
  border: 1px solid #e7ebf0;
  border-radius: 12px;
  background: #fbfcfd;
}

.ss-demands-page-card h2 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.ss-demands-page-card p {
  margin: 0;
  color: #5f6773;
  font-size: 14px;
  line-height: 1.5;
}

.ss-demands-page-meta,
.ss-own-demand-status {
  color: #7b8591;
  font-size: 12px;
  line-height: 1.35;
}

.ss-demands-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.ss-demands-page-section-head,
.ss-alert-page-list-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.ss-demands-page-section-head strong,
.ss-alert-page-list-head strong {
  display: block;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.ss-demands-page-section-head span,
.ss-alert-page-list-head span {
  display: block;
  margin-top: 4px;
  color: #697384;
  font-size: 13px;
  line-height: 1.45;
}

.ss-demands-page-empty {
  grid-column: 1 / -1;
  padding: 20px;
  border: 1px dashed #d7dce2;
  border-radius: 12px;
  background: #fafbfc;
  color: #7a8492;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.ss-alert-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, .82fr);
  gap: 14px;
  align-items: start;
}

.ss-alert-page-card.ss-create-alert-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.ss-alert-page-card .ss-alert-product,
.ss-alert-page-card .ss-alert-geocode-wrap,
.ss-alert-page-card .ss-alert-save {
  grid-column: 1 / -1;
}

.ss-alert-page-card .ss-alert-geocode-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.ss-alert-page-card .ss-alert-geocode-status {
  grid-column: 1 / -1;
  margin: 0;
  color: #7a8492;
  font-size: 12px;
  line-height: 1.4;
}

.ss-alert-page-list {
  display: grid;
  align-content: start;
}

.ss-my-demands-search,
.ss-alert-manage-search {
  display: grid;
  gap: 6px;
  margin-top: 18px;
}

.ss-alert-page-list .ss-alerts-panel {
  gap: 12px;
  margin-top: 12px;
}

.ss-alert-page-list .ss-alert-item {
  gap: 12px;
  padding: 14px;
  border: 1px solid #e7ebf0;
  border-radius: 12px;
  background: #fbfcfd;
}

.ss-alert-page-list .ss-alert-copy {
  gap: 4px;
}

.ss-alert-page-list .ss-alert-copy strong {
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.ss-alert-page-list .ss-alert-copy span {
  color: #5f6773;
  font-size: 13px;
  line-height: 1.45;
}

.ss-alert-page-list .ss-alert-actions {
  gap: 6px;
}

.ss-alert-page-list .ss-alert-empty {
  padding: 20px;
  border: 1px dashed #d7dce2;
  border-radius: 12px;
  background: #fafbfc;
  color: #7a8492;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.ss-demands-page-actions a,
.ss-demands-page-actions button {
  min-width: 132px;
}

.ss-alert-page-list .ss-alert-actions a,
.ss-alert-page-list .ss-alert-actions button {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 30px;
  padding: 0 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}

.home-hero .hero-bg-img {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: clamp(440px, 46vw, 620px);
  object-fit: cover;
  object-position: center;
  background: #f3f3f3;
}

.home-hero .hero-overlay {
  display: none;
}

@media (max-width: 520px) {
  .ss-home-trust-card .ss-browse-intro-image {
    width: 104px;
    height: 74px;
  }
}

@media (max-width: 760px) {
  .home-hero .hero-bg-img {
    height: 420px;
  }

  .home-hero .hero-content {
    position: absolute;
    top: 12px;
    right: 12px;
    left: 12px;
    display: block;
    width: auto;
    padding: 16px;
    margin: 0;
    border-radius: 12px;
  }

  .home-hero .hero-content h1 {
    font-size: 32px;
  }

  .home-hero .hero-left p {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .home-hero .hero-right {
    display: block;
    margin-top: 12px;
  }

  .home-hero .hero-cta-guest {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .home-hero .ss-home-trust-card {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    margin: 18px auto 28px;
    padding: 16px;
  }

  .home-hero .ss-home-trust-card .ss-browse-feature-list {
    grid-template-columns: 1fr;
  }

  .home-hero .ss-home-trust-card .ss-browse-feature-list div {
    min-height: 0;
    padding: 14px;
    text-align: left;
  }

  .home-hero .ss-home-trust-card .ss-browse-feature-list small {
    display: block;
  }

  .ss-demands-page,
  .ss-alert-page {
    padding: 0 16px 32px;
  }

  .ss-demands-page-hero,
  .ss-alert-page-hero,
  .ss-demands-page-search-card,
  .ss-demand-create-card,
  .ss-my-demands-section,
  .ss-alert-page-card {
    padding: 16px;
  }

  .ss-alert-page-grid {
    grid-template-columns: 1fr;
  }

  .ss-standalone-topbar {
    position: sticky;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 12px 16px;
    margin-bottom: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ss-standalone-icon-nav {
    position: static;
    transform: none;
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-start;
    gap: 16px;
    padding: 0;
  }

  .ss-standalone-action-nav {
    width: auto;
    justify-content: flex-start;
    gap: 10px;
    overflow: visible;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  .ss-standalone-action-pill {
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }

  .ss-standalone-icon-link {
    width: 30px;
    height: 30px;
  }

  .ss-standalone-icon-link svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.2;
  }

  .ss-chat-page {
    padding: 0 12px 28px;
  }

  .ss-chat-shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: calc(100dvh - var(--ss-mobile-top-chrome-h, 112px) - 24px);
  }

  .ss-chat-sidebar,
  .ss-chat-main {
    border-radius: 16px;
    border: 1px solid #e4e7ec;
  }

  .ss-chat-sidebar {
    max-height: none;
    min-height: calc(100dvh - var(--ss-mobile-top-chrome-h, 112px) - 48px);
    border-radius: 16px;
  }

  body.ss-messages-enhanced:not(.ss-chat-thread-open) .ss-chat-main {
    display: none !important;
  }

  body.ss-messages-enhanced.ss-chat-thread-open .ss-chat-sidebar {
    display: none !important;
  }

  body.ss-messages-enhanced.ss-chat-thread-open .ss-chat-main {
    display: block !important;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    top: calc(var(--ss-mobile-top-chrome-h, 112px) + 8px);
    z-index: 120;
    min-height: 0;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  }

  .ss-chat-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 4px;
    border: none;
    border-radius: 999px;
    background: #f4f4f5;
    color: #111;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
  }

  .ss-chat-conversation-head {
    padding-left: 12px !important;
  }

  .ss-chat-main {
    min-height: 0;
    border-top: 1px solid #e4e7ec;
  }

  .ss-chat-conversation,
  .ss-chat-blank {
    min-height: 360px;
  }

  .ss-chat-bubble {
    max-width: 86%;
  }

  .ss-demands-page-results,
  .ss-my-demands-results,
  .ss-demands-page-top-grid,
  .ss-alert-page-grid,
  .ss-alert-page-card.ss-create-alert-form,
  .ss-demand-create-grid,
  .ss-demand-create-price-row {
    grid-template-columns: 1fr;
  }

  .ss-demands-page-hero,
  .ss-alert-page-hero,
  .ss-demands-page-search-card,
  .ss-demand-create-card,
  .ss-my-demands-section,
  .ss-alert-page-card,
  .ss-alert-page-list .ss-alert-item,
  .ss-demands-page-card {
    padding: 16px;
  }

  .ss-demands-page-hero h1,
  .ss-alert-page-hero h1 {
    font-size: 24px;
  }

  .ss-demands-page-card h2,
  .ss-alert-page-list .ss-alert-copy strong {
    font-size: 17px;
  }

  .ss-demands-page-search-row,
  .ss-alert-page-card .ss-alert-geocode-wrap {
    grid-template-columns: 1fr;
  }

  .ss-demand-create-grid {
    grid-template-areas:
      "product"
      "pincode"
      "description"
      "location"
      "price"
      "status"
      "actions";
  }

  .ss-alert-page-list .ss-alert-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .ss-alert-page-list .ss-alert-actions a,
  .ss-alert-page-list .ss-alert-actions button {
    width: 100%;
    min-height: 28px;
    padding: 0 6px;
    font-size: 11px;
  }

  .ss-demands-page-actions a,
  .ss-demands-page-actions button {
    flex: 1 1 100%;
    min-width: 0;
  }
}

/* ── Smartphone app shell: top tab bar + menu sheet ── */
body.ss-mobile-app {
  padding-bottom: env(safe-area-inset-bottom, 0px);
  --ss-m-space-1: 4px;
  --ss-m-space-2: 8px;
  --ss-m-space-3: 12px;
  --ss-m-space-4: 16px;
  --ss-m-space-5: 20px;
  --ss-m-space-6: 24px;
  --ss-m-gutter-x: 16px;
  --ss-m-page-bottom: 32px;
  --ss-m-section-gap: 16px;
  --ss-m-card-pad: 16px;
  --ss-m-text: #111827;
  --ss-m-text-muted: #5f6773;
  --ss-m-text-subtle: #6b7280;
  --ss-m-label: #6b7280;
  --ss-m-border: #e7ebf0;
  --ss-m-border-input: #d8dde3;
  --ss-m-surface: #fff;
  --ss-m-surface-muted: #fbfcfd;
  --ss-m-radius: 12px;
  --ss-m-radius-btn: 10px;
  --ss-m-font-xs: 11px;
  --ss-m-font-sm: 12px;
  --ss-m-font-base: 14px;
  --ss-m-font-lg: 17px;
  --ss-m-font-xl: 20px;
  --ss-m-font-2xl: 24px;
  --ss-m-line: 1.45;
  --ss-m-line-tight: 1.25;
  --ss-m-weight-label: 700;
  --ss-m-weight-btn: 600;
  --ss-m-btn-h: 44px;
  --ss-m-btn-h-md: 40px;
  --ss-m-btn-h-sm: 36px;
  --ss-m-input-h: 44px;
  --ss-browse-edge-x: 12px;
}

body.ss-mobile-app #root {
  padding-top: 0;
}

body.ss-mobile-app .app-wrapper {
  padding-top: var(--ss-mobile-top-chrome-h, 112px);
}

body.ss-mobile-app #root:not(:has(.app-wrapper)) {
  padding-top: var(--ss-mobile-top-chrome-h, 112px);
}

body.ss-mobile-app.ss-home-page .app-wrapper {
  padding-top: var(--ss-mobile-top-chrome-h, 108px);
}

body.ss-mobile-app.ss-home-page .home-hero {
  margin-top: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}

body.ss-mobile-app.ss-home-page .home-hero .hero-bg-img {
  margin-top: 0 !important;
}

/* Trust ribbon: prevent flex-grow from creating empty bands above the intro on narrow screens */
body.ss-mobile-app .ss-home-trust-ribbon-intro {
  flex: 0 0 auto !important;
}

body.ss-mobile-app .ss-home-trust-ribbon-features {
  flex: 0 1 auto !important;
}

body.ss-mobile-app.ss-sell-listing-page .app-wrapper > .container {
  padding-top: 20px !important;
}

body.ss-mobile-app.ss-messages-enhanced.ss-chat-thread-open .app-wrapper,
body.ss-mobile-app.ss-messages-enhanced.ss-chat-thread-open #root {
  padding-top: 0 !important;
}

/* Flush page content under fixed top chrome on every mobile route */
body.ss-mobile-app .app-wrapper > .navbar-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  z-index: 130;
}

body.ss-mobile-app.ss-has-action-tabs .navbar-header,
body.ss-mobile-app .ss-standalone-topbar {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.ss-mobile-app .container,
body.ss-mobile-app .app-wrapper > .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.ss-mobile-app .browse-rail-layout,
body.ss-mobile-app .product-detail-wrapper,
body.ss-mobile-app .discovery-hero,
body.ss-mobile-app .category-showcase,
body.ss-mobile-app .how-it-works,
body.ss-mobile-app .ss-demands-page,
body.ss-mobile-app .ss-alert-page,
body.ss-mobile-app .ss-chat-page,
body.ss-mobile-app .my-listings-grid,
body.ss-mobile-app .sell-form,
body.ss-mobile-app .profile-edit-wrapper,
body.ss-mobile-app .seller-profile-header,
body.ss-mobile-app .transactions-page,
body.ss-mobile-app .wishlists-page {
  margin-top: 0 !important;
}

body.ss-mobile-app .browse-main-column,
body.ss-mobile-app .ss-mobile-shop-toolbar,
body.ss-mobile-app .ss-myntra-filter-rail,
body.ss-mobile-app .ss-location-panel,
body.ss-mobile-app .filters-topbar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.ss-mobile-app.ss-standalone-route-topbar .ss-standalone-topbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 130;
}

body.ss-mobile-app.ss-standalone-route-topbar .container.ss-chat-container,
body.ss-mobile-app.ss-standalone-route-topbar .ss-chat-page,
body.ss-mobile-app.ss-standalone-route-topbar .ss-demands-page,
body.ss-mobile-app.ss-standalone-route-topbar .ss-alert-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.ss-mobile-app .navbar-header.ss-mobile-compact-header,
body.ss-mobile-app .ss-mobile-header-stacked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 130;
}

body.ss-mobile-app .ss-mobile-tabbar {
  position: fixed;
  top: var(--ss-mobile-header-h, 52px);
  left: 0;
  right: 0;
  width: 100%;
  z-index: 125;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  justify-items: center;
  gap: 0;
  min-height: 52px;
  margin: 0;
  padding: 10px 6px 8px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: visible;
}

body.ss-mobile-app .ss-mobile-tab {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 4px 0;
  justify-self: center;
  border: none;
  background: transparent;
  color: #6b7280;
  text-decoration: none;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  overflow: visible;
}

body.ss-mobile-app .ss-mobile-tab:not(.ss-mobile-tab-center) {
  display: grid;
  grid-template-rows: 22px auto;
  align-content: center;
  justify-items: center;
  row-gap: 2px;
  gap: 0;
}

body.ss-mobile-app .ss-mobile-tab[data-ss-tab="messages"] {
  overflow: visible !important;
  position: relative;
  z-index: 2;
}

body.ss-mobile-app .ss-mobile-tab svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

body.ss-mobile-app .ss-mobile-tab[data-ss-tab="alerts"] svg {
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
}


body.ss-mobile-app .ss-mobile-tab-graphic {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  flex-shrink: 0;
  overflow: visible;
  box-sizing: border-box;
}

body.ss-mobile-app .ss-mobile-tab-graphic svg {
  width: 22px;
  height: 22px;
}

body.ss-mobile-app .ss-mobile-messages-badge {
  position: absolute;
  top: -4px;
  right: -8px;
  box-sizing: border-box;
  min-width: 20px;
  padding: 3px 6px;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-align: center;
  border: 2px solid #fff;
  pointer-events: none;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
}

body.ss-mobile-app .ss-mobile-messages-badge[hidden] {
  display: none !important;
}

body.ss-mobile-app .ss-mobile-tab > span:not(.ss-mobile-tab-graphic) {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ss-mobile-app .ss-mobile-tab.ss-active {
  color: #111;
  font-weight: 700;
}

body.ss-mobile-app .ss-mobile-tab.ss-active svg {
  stroke-width: 2.4;
}

body.ss-mobile-app .ss-mobile-tab-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: auto;
  min-width: 52px;
  max-width: min(64px, 100%);
  margin: 0;
  padding: 6px 10px;
  justify-self: center;
  min-height: 44px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

body.ss-mobile-app .ss-mobile-tab-center svg {
  width: 20px;
  height: 20px;
}

body.ss-mobile-app .ss-mobile-tab-center span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #fff !important;
}

body.ss-mobile-app .ss-mobile-tab--multiline > span:not(.ss-mobile-tab-graphic) {
  white-space: normal;
  line-height: 1.1;
  font-size: 9px;
  max-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.ss-mobile-app #root {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* Sticky bottom +Sell FAB removed — hide any stale node */
body.ss-mobile-app .ss-mobile-sell-fab {
  display: none !important;
}

body.ss-mobile-app.ss-location-modal-open .ss-ai-launcher,
body.ss-mobile-app.ss-mobile-more-open .ss-ai-launcher,
body.ss-mobile-app.ss-mobile-notif-sheet-open .ss-ai-launcher,
body.ss-mobile-app.ss-mobile-filters-open .ss-ai-launcher {
  opacity: 0;
  pointer-events: none;
}

body.ss-mobile-app .ss-mobile-notif-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1380;
  border: none;
  margin: 0;
  padding: 0;
  background: rgba(15, 15, 18, 0.45);
  cursor: pointer;
}

body.ss-mobile-app .ss-mobile-notif-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1390;
  max-height: min(88dvh, 88vh);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

body.ss-mobile-app .ss-mobile-notif-sheet-head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 10px;
  border-bottom: 1px solid #eee;
}

body.ss-mobile-app .ss-mobile-notif-sheet-head strong {
  font-size: 17px;
  font-weight: 800;
}

body.ss-mobile-app .ss-mobile-notif-sheet-close {
  border: none;
  background: #f4f4f5;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #111;
}

body.ss-mobile-app .ss-mobile-notif-sheet-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 calc(12px + env(safe-area-inset-bottom, 0px));
}

body.ss-mobile-app .ss-mobile-notif-sheet-body .ss-mobile-notif-markall {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  padding: 12px 16px 8px;
  margin: 0;
}

body.ss-mobile-app .ss-mobile-notif-sheet-body .ss-mobile-notif-list {
  padding: 0 8px 12px;
  max-height: none;
}

body.ss-mobile-app .ss-mobile-notif-sheet-body .notif-dropdown-list,
body.ss-mobile-app .ss-mobile-notif-sheet-body .ss-mobile-notif-list {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 0 !important;
}

body.ss-mobile-app .ss-mobile-notif-sheet-body .notif-dropdown-list > *,
body.ss-mobile-app .ss-mobile-notif-sheet-body .ss-mobile-notif-list > * {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
}

body.ss-mobile-app .ss-mobile-notif-sheet-body button.notif-item {
  all: unset;
  box-sizing: border-box;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 8px !important;
  padding: 12px 14px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f4f4f5 !important;
  color: #111 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.ss-mobile-app .ss-mobile-notif-sheet-body button.notif-item:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
  body.ss-mobile-app .ss-mobile-tab {
    font-size: 10px;
    padding: 4px 0;
    overflow: visible;
  }

  body.ss-mobile-app .ss-mobile-tab:not(.ss-mobile-tab-center) {
    grid-template-rows: 20px auto;
  }

  body.ss-mobile-app .ss-mobile-tab svg,
  body.ss-mobile-app .ss-mobile-tab-graphic {
    width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  body.ss-mobile-app .ss-mobile-tab-graphic {
    width: 20px;
  }
}

body.ss-mobile-app .ss-mobile-more-backdrop {
  position: fixed;
  inset: 0;
  z-index: 950;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

body.ss-mobile-app .ss-mobile-more-sheet,
body.ss-mobile-app .ss-mobile-more-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 951;
  max-height: min(78vh, 520px);
  padding: 10px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.18);
  transform: translateY(110%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body.ss-mobile-app.ss-mobile-more-open .ss-mobile-more-sheet,
body.ss-mobile-app.ss-mobile-more-open .ss-mobile-more-sheet {
  transform: translateY(0);
}

body.ss-mobile-app .ss-mobile-more-scroll,
body.ss-mobile-app .ss-mobile-more-scroll.ss-mobile-more-scroll,
body.ss-mobile-app .ss-mobile-more-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.ss-mobile-app .ss-mobile-more-footer.ss-mobile-more-footer,
body.ss-mobile-app .ss-mobile-more-footer {
  flex-shrink: 0;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}

body.ss-mobile-app .ss-mobile-more-footer .ss-mobile-more-logout,
body.ss-mobile-app .ss-mobile-more-footer .ss-mobile-more-logout {
  width: 100%;
}

body.ss-mobile-app .ss-mobile-more-handle {
  width: 40px;
  height: 4px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #d4d4d8;
  flex-shrink: 0;
}

body.ss-mobile-app .ss-mobile-more-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 12px;
}

body.ss-mobile-app .ss-mobile-more-greeting.ss-mobile-more-greeting,
body.ss-mobile-app .ss-mobile-more-greeting {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
}

body.ss-mobile-app .ss-mobile-more-header strong,
body.ss-mobile-app .ss-mobile-more-header strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111;
  flex: 0 1 auto;
  min-width: 0;
}

body.ss-mobile-app .ss-mobile-more-close {
  width: 40px;
  height: 40px;
  margin-left: auto;
  flex-shrink: 0;
  border: none;
  border-radius: 999px;
  background: #f4f4f5;
  color: #111;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

body.ss-mobile-app .ss-mobile-more-auth {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

body.ss-mobile-app .ss-mobile-more-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.ss-mobile-app .ss-mobile-more-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fafafa;
  color: #111;
  text-decoration: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

body.ss-mobile-app .ss-mobile-more-link-primary {
  background: #111;
  border-color: #111;
  color: #fff;
}

body.ss-mobile-app .ss-mobile-more-logout {
  color: #b91c1c;
  border-color: #fecaca;
  background: #fff5f5;
}

body.ss-mobile-app .ss-mobile-more-logout:hover,
body.ss-mobile-app .ss-mobile-more-logout:focus-visible {
  background: #fee2e2;
}

body.ss-mobile-app .navbar-menu {
  display: none !important;
}

body.ss-mobile-app .ss-mobile-header-hidden {
  display: none !important;
}

body.ss-mobile-app .ss-mobile-compact-header,
body.ss-mobile-app .ss-mobile-header-stacked {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  padding: 10px max(12px, env(safe-area-inset-right, 0px)) 8px 16px !important;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
}

body.ss-mobile-app .ss-mobile-header-stacked .navbar-icons,
body.ss-mobile-app .ss-mobile-compact-header .navbar-icons {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: static !important;
}

body.ss-mobile-app .ss-mobile-header-stacked-left,
body.ss-mobile-app .ss-mobile-compact-header .navbar-left {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  grid-column: auto !important;
  padding-right: 0 !important;
}

body.ss-mobile-app .navbar-brand,
body.ss-mobile-app .ss-standalone-brand {
  max-width: none !important;
  width: auto !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 1.2px !important;
  line-height: 1.1 !important;
}

body.ss-mobile-app .ss-mobile-nav-hamburger {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin: 0 6px 0 0;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: #f4f4f5;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body.ss-mobile-app .ss-mobile-header-stacked-left,
body.ss-mobile-app .ss-mobile-header-stacked-left,
body.ss-mobile-app .ss-mobile-compact-header .navbar-left.ss-mobile-header-stacked-left {
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
}

body.ss-mobile-app .ss-mobile-brand-pin-row,
body.ss-mobile-app .ss-mobile-brand-pin-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

body.ss-mobile-app .ss-mobile-brand-pin-row .navbar-brand,
body.ss-mobile-app .ss-mobile-brand-pin-row .ss-standalone-brand,
body.ss-mobile-app .ss-mobile-brand-pin-row .navbar-brand,
body.ss-mobile-app .ss-mobile-brand-pin-row .ss-standalone-brand {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(34vw, 9.25rem);
}

body.ss-mobile-app .ss-mobile-pincode-picker,
body.ss-mobile-app .ss-mobile-pincode-picker,
body.ss-mobile-app .navbar-header .location-picker-btn.ss-mobile-pincode-picker {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
}

/* Home hero otherwise hides all .location-picker; keep compact pincode in mobile header */
body.ss-mobile-app.ss-home-page .navbar-header .location-picker.ss-mobile-pincode-picker,
body.ss-mobile-app.ss-home-page .navbar-header .location-picker-btn.ss-mobile-pincode-picker,
body.ss-mobile-app:has(.home-hero) .navbar-header .location-picker.ss-mobile-pincode-picker,
body.ss-mobile-app:has(.home-hero) .navbar-header .location-picker-btn.ss-mobile-pincode-picker {
  display: inline-flex !important;
}

body.ss-mobile-app .navbar-header .location-picker-btn.ss-mobile-pincode-picker,
body.ss-mobile-app .ss-mobile-pincode-picker .location-picker-btn,
body.ss-mobile-app .ss-mobile-pincode-picker .location-picker-btn {
  width: auto !important;
  max-width: 5.25rem !important;
  min-width: 0 !important;
  min-height: 26px !important;
  padding: 1px 8px !important;
  border-radius: 999px !important;
  background: #f4f4f5 !important;
  border: 1px solid #e4e4e7 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

body.ss-mobile-app .navbar-header .ss-mobile-brand-pin-row > button.location-picker-btn.ss-mobile-pincode-picker {
  margin-left: auto !important;
  margin-right: 0 !important;
}

body.ss-mobile-app .navbar-header .ss-mobile-brand-pin-row > .ss-mobile-header-quick-links,
body.ss-mobile-app .navbar-header .ss-mobile-brand-pin-row > .ss-mobile-header-quick-links {
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  flex-shrink: 0;
}

body.ss-mobile-app .navbar-header .location-picker-btn.ss-mobile-pincode-picker > svg,
body.ss-mobile-app .ss-mobile-pincode-picker .location-picker-btn > svg,
body.ss-mobile-app .ss-mobile-pincode-picker .location-picker-btn > svg {
  display: none !important;
}

body.ss-mobile-app .ss-mobile-pincode-picker .ss-mobile-pincode-text,
body.ss-mobile-app .ss-mobile-pincode-picker .ss-mobile-pincode-text,
body.ss-mobile-app .ss-mobile-pincode-picker .ss-mobile-pincode-text,
body.ss-mobile-app .ss-mobile-pincode-picker .ss-mobile-pincode-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body.ss-mobile-app .ss-mobile-pincode-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #dc2626;
}

body.ss-mobile-app .ss-mobile-pincode-empty .ss-mobile-pincode-text:empty {
  display: none;
}

.ss-location-empty-pin {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: #dc2626;
}

.ss-location-empty-pin svg {
  display: block;
}

.location-modal-preview {
  display: none !important;
}

.location-modal-preview .ss-location-empty-pin svg {
  width: 13px;
  height: 13px;
}

body.ss-mobile-app .ss-mobile-header-quick-links,
body.ss-mobile-app .ss-mobile-header-quick-links {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

body.ss-mobile-app .ss-mobile-header-quick,
body.ss-mobile-app .ss-mobile-header-quick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 34px;
  border-radius: 10px;
  color: #374151;
  background: #f4f4f5;
  border: 1px solid #e4e4e7;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body.ss-mobile-app .ss-mobile-header-quick.ss-active,
body.ss-mobile-app .ss-mobile-header-quick.ss-active {
  background: #111;
  border-color: #111;
  color: #fff;
}

body.ss-mobile-app button.ss-mobile-header-quick,
body.ss-mobile-app button.ss-mobile-header-quick {
  margin: 0;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

body.ss-mobile-app .ss-mobile-header-notif-graphic {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

body.ss-mobile-app .ss-mobile-header-notif-badge {
  position: absolute;
  top: -5px;
  right: -7px;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
  border: 2px solid #f4f4f5;
  z-index: 2;
}

body.ss-mobile-app .ss-mobile-header-notif-badge[hidden] {
  display: none !important;
}

body.ss-mobile-app .ss-mobile-compact-header .location-picker:not(.ss-mobile-pincode-picker),
body.ss-mobile-app .ss-mobile-compact-header .location-picker-btn:not(.ss-mobile-pincode-picker),
body.ss-mobile-app .ss-standalone-location {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
}

body.ss-mobile-app .ss-mobile-compact-header .location-picker:not(.ss-mobile-pincode-picker) .location-picker-btn,
body.ss-mobile-app .ss-mobile-compact-header .location-picker-btn:not(.ss-mobile-pincode-picker),
body.ss-mobile-app .ss-standalone-location .location-picker-btn {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
}

body.ss-mobile-app .ss-mobile-compact-header .location-picker:not(.ss-mobile-pincode-picker) .location-picker-text,
body.ss-mobile-app .ss-mobile-compact-header .ss-standalone-location-label {
  max-width: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ss-mobile-app .ss-mobile-shop-toolbar {
  position: sticky;
  top: var(--ss-mobile-top-chrome-h, 108px);
  z-index: 110;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 8px 0 10px;
  background: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0));
}

body.ss-mobile-app .ss-mobile-shop-search {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d4d4d8;
  border-radius: 999px;
  background: #f4f4f5;
}

body.ss-mobile-app .ss-mobile-shop-search-field {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}

body.ss-mobile-app .ss-mobile-shop-search-field .search-input-wrapper {
  width: 100%;
  min-width: 0;
}

body.ss-mobile-app .ss-mobile-shop-search .search-input-transparent {
  width: 100%;
  min-height: 44px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 16px !important;
}

body.ss-mobile-app .ss-mobile-filters-toggle {
  flex: 0 0 auto;
  margin: 0;
  min-width: 48px;
  padding: 0 12px !important;
}

body.ss-mobile-app .ss-mobile-filters-toggle span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.ss-mobile-app .ss-mobile-filters-backdrop {
  position: fixed;
  inset: 0;
  z-index: 943;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

body.ss-mobile-app.ss-mobile-filters-open .filters-sidebar {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  z-index: 944 !important;
  margin: 0 !important;
  padding: 0 0 calc(12px + env(safe-area-inset-bottom, 0px)) !important;
  border: none !important;
  border-radius: 18px 18px 0 0 !important;
  background: #fff !important;
  box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

body.ss-mobile-app.ss-mobile-filters-open:not(.ss-myntra-filter-full) .filters-sidebar {
  display: flex !important;
  flex-direction: column;
  max-height: min(88vh, 720px);
}

body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open .filters-sidebar {
  display: grid !important;
  grid-template-columns: 118px minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: stretch;
  max-height: min(92vh, 820px) !important;
  padding: 0 !important;
}

body.ss-mobile-app.ss-mobile-filters-open .ss-mobile-filter-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px 10px;
  border-bottom: 1px solid #ececec;
  flex-shrink: 0;
}

body.ss-mobile-app .ss-mobile-filter-sheet-title strong {
  display: block;
  font-size: 1.05rem;
  color: #111;
}

body.ss-mobile-app .ss-mobile-filter-sheet-title span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #6b7280;
}

body.ss-mobile-app .ss-mobile-filter-sheet-close {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: #f4f4f5;
  color: #111;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

body.ss-mobile-app.ss-mobile-filters-open .filters-sidebar > .filters-sidebar-field,
body.ss-mobile-app.ss-mobile-filters-open .filters-sidebar > .ss-sidebar-range-panel {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px 16px;
}

body.ss-mobile-app .ss-mobile-filter-sheet-footer {
  flex-shrink: 0;
  padding: 12px 16px;
  border-top: 1px solid #ececec;
  background: #fff;
}

body.ss-mobile-app .ss-mobile-filter-apply {
  width: 100%;
  min-height: 48px;
  border: none;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

body.ss-mobile-app .products-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  row-gap: 14px !important;
  column-gap: 8px !important;
  padding: 8px var(--ss-browse-edge-x, 12px) 20px !important;
}

body.ss-mobile-app .product-card {
  border-radius: 12px;
  overflow: hidden;
}

body.ss-mobile-app .product-image-container {
  aspect-ratio: 1 / 1 !important;
}

body.ss-mobile-app .product-title {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

/* Mobile browse: soft cards — hairline border, radius, light shadow, white gutters */
body.ss-mobile-app.ss-browse-page .browse-main-column {
  background: #fff;
}

body.ss-mobile-app.ss-browse-page .products-grid {
  background: #fff !important;
  row-gap: 14px !important;
  column-gap: 8px !important;
  padding: 8px var(--ss-browse-edge-x, 12px) 24px !important;
  align-items: stretch;
}

body.ss-mobile-app.ss-browse-page .product-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
}

body.ss-mobile-app.ss-browse-page .product-card:hover {
  transform: none;
  opacity: 1;
}

body.ss-mobile-app.ss-browse-page .products-grid .product-image-container {
  flex-shrink: 0;
  width: 100% !important;
  height: 0 !important;
  padding-top: 100% !important;
  aspect-ratio: auto !important;
  margin-bottom: 0 !important;
  background: #f5f5f5;
}

body.ss-mobile-app.ss-browse-page .product-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 8px 10px;
  min-height: 152px;
}

body.ss-mobile-app.ss-browse-page .product-category {
  font-size: 10px;
  line-height: 1.2;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.ss-mobile-app.ss-browse-page .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(2 * 1.35 * 13px);
  max-height: calc(2 * 1.35 * 13px);
  margin-bottom: 0 !important;
}

body.ss-mobile-app.ss-browse-page .product-description {
  display: block;
  overflow: hidden;
  white-space: pre-line;
  font-size: 11px !important;
  line-height: 1.3 !important;
  color: #666;
  min-height: calc(2 * 1.3 * 11px);
  max-height: calc(2 * 1.3 * 11px);
  margin: 0;
}

body.ss-mobile-app.ss-browse-page .product-seller-info {
  font-size: 10px;
  line-height: 1.25;
  color: #4b5563;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.ss-mobile-app.ss-browse-page .product-price {
  margin-top: auto;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.ss-mobile-app.ss-browse-page .product-meta {
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.ss-mobile-app.ss-browse-page .product-status-note {
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.ss-mobile-app .ss-mobile-more-section-label {
  margin: 10px 4px 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
}

body.ss-mobile-app .ss-mobile-home-quick {
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

body.ss-mobile-app .ss-mobile-home-quick-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.ss-mobile-app .ss-mobile-home-quick-primary {
  background: #fff;
  color: #111;
  border-color: #fff;
}

@media (max-width: 760px) {
  body.ss-mobile-app .ss-mobile-home-quick {
    display: flex;
  }

  body.ss-mobile-app .browse-rail-layout {
    margin-top: 0 !important;
    padding: 0 var(--ss-m-gutter-x, 16px) var(--ss-m-page-bottom, 32px) !important;
  }

  body.ss-mobile-app.ss-browse-page .app-wrapper > .container,
  body.ss-mobile-app.ss-browse-page .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
  }

  body.ss-mobile-app.ss-browse-page .browse-rail-layout,
  body.ss-mobile-app.ss-browse-page .browse-main-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.ss-mobile-app .browse-main-column {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.ss-mobile-app .filters-topbar {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 12px !important;
    padding: 14px var(--ss-browse-edge-x, 12px) 2px !important;
    position: sticky;
    top: var(--ss-mobile-top-chrome-h, 108px);
    z-index: 110;
    background: linear-gradient(180deg, #fff 75%, rgba(255, 255, 255, 0));
    overflow: visible !important;
  }

  body.ss-mobile-app .filters-topbar .sort-group {
    display: none !important;
  }

  body.ss-mobile-app .filters-topbar .search-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #d4d4d8;
    border-radius: 999px;
    background: #f4f4f5;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: visible !important;
  }

  /* Suggestions panel has no Clear button; recent searches does. */
  body.ss-mobile-app .filters-topbar .search-input-wrapper .search-history-dropdown:not(:has(.search-history-header button)) {
    display: none !important;
  }

  body.ss-mobile-app .filters-topbar .search-input-wrapper .search-history-dropdown:has(.search-history-header button) {
    z-index: 220;
    border-radius: 12px;
    margin-top: 6px;
    border: 1px solid #d4d4d8;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  }

  body.ss-mobile-app .filters-topbar .search-input-wrapper .search-icon {
    position: static;
    transform: none;
    flex: 0 0 auto;
  }

  body.ss-mobile-app .filters-topbar .search-placeholder-animated {
    display: none !important;
  }

  body.ss-mobile-app .filters-topbar .search-input-transparent {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    min-height: 44px;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: 16px !important;
  }

  body.ss-mobile-app .ss-location-panel,
  body.ss-mobile-app .ss-location-panel-summary {
    display: none !important;
  }

  body.ss-mobile-app .ss-mobile-sort-host {
    padding-top: 4px;
    border-top: 1px solid #ececec;
    margin-top: 4px;
  }

  body.ss-mobile-app .ss-mobile-sort-host .sort-group {
    width: 100%;
    align-items: stretch;
  }

  body.ss-mobile-app .ss-mobile-sort-host .sort-select {
    width: 100%;
  }

  body.ss-mobile-app .ss-location-panel-summary .ss-location-helper {
    font-size: 13px;
    line-height: 1.4;
  }
}

body.ss-mobile-app .navbar-icons .ss-top-action-tab,
body.ss-mobile-app .navbar-icons .navbar-sell-cta:not(.ss-home-shop-nav) {
  display: none !important;
}

body.ss-mobile-app .navbar-header {
  padding-bottom: 8px;
  justify-content: flex-start !important;
}

body.ss-mobile-app .navbar-header.ss-mobile-compact-header,
body.ss-mobile-app .navbar-header.ss-mobile-header-stacked {
  padding-right: max(12px, env(safe-area-inset-right, 0px)) !important;
}

body.ss-mobile-app .navbar-header.ss-mobile-compact-header .navbar-left,
body.ss-mobile-app .navbar-header.ss-mobile-header-stacked .navbar-left {
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
}

body.ss-mobile-app .navbar-icons {
  padding-right: 0 !important;
}

body.ss-mobile-app .ss-ai-launcher {
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  right: 14px;
  z-index: 935;
}

/* Homepage only: black pill, bottom-right — same band as + Sell (64px tap target) */
body.ss-mobile-app .ss-ai-launcher.ss-ai-launcher--home-float {
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  right: 14px;
  left: auto;
  z-index: 124;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: auto;
  height: 64px;
  min-height: 64px;
  padding: 0 18px;
  margin: 0;
  line-height: 1.15;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.38),
    0 2px 10px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(0, 0, 0, 0.35);
}

body.ss-mobile-app .ss-ai-launcher.ss-ai-launcher--home-float:active {
  opacity: 0.92;
}

body.ss-mobile-app .ss-ai-panel {
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  left: 12px;
  right: 12px;
  width: auto;
  max-height: calc(100vh - var(--ss-mobile-top-chrome-h, 120px) - 80px);
}

body.ss-mobile-app .ss-mobile-filters-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 48px;
  min-height: 46px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

body.ss-mobile-app:not(.ss-mobile-filters-open) .browse-rail-layout .filters-sidebar {
  display: none !important;
}

body.ss-mobile-app:not(.ss-mobile-filters-open) .ss-sidebar-range-panel,
body.ss-mobile-app:not(.ss-mobile-filters-open) .browse-main-column .ss-sidebar-range-panel,
body.ss-mobile-app:not(.ss-mobile-filters-open) .browse-rail-layout > .ss-sidebar-range-panel {
  display: none !important;
}

body.ss-mobile-app .ss-mobile-shop-toolbar .ss-sidebar-range-panel {
  display: none !important;
}

body.ss-mobile-app .login-modal-window,
body.ss-mobile-app .auth-container {
  max-height: calc(100vh - 32px);
  overflow: auto;
}

body.ss-mobile-app .ss-home-trust-ribbon-inner {
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding-top: clamp(24px, 5vw, 32px);
  padding-bottom: clamp(24px, 5vw, 32px);
}

body.ss-mobile-app .ss-home-trust-ribbon-divider {
  display: none;
}

body.ss-mobile-app .ss-home-trust-ribbon-features {
  flex-direction: column;
  padding-top: 0;
}

body.ss-mobile-app .ss-home-trust-ribbon-features--lead {
  padding-top: 14px;
}

.ss-home-trust-ribbon-intro,
.ss-home-trust-ribbon-divider {
  display: none !important;
}

body.ss-mobile-app .ss-home-trust-feature {
  max-width: none;
}

body.ss-mobile-app .ss-home-trust-ribbon-cta {
  margin-left: 0;
  justify-content: stretch;
}

body.ss-mobile-app .ss-home-trust-ribbon-btn {
  width: 100%;
  justify-content: center;
}

@media (max-width: 760px) {
  body.ss-mobile-app .hero-content h1 {
    font-size: clamp(1.45rem, 6vw, 2rem) !important;
  }

  body.ss-mobile-app .ss-home-hero-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  body.ss-mobile-app .ss-home-hero-primary,
  body.ss-mobile-app .ss-home-hero-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  body.ss-mobile-app .navbar-header {
    display: flex !important;
    grid-template-columns: none !important;
  }

  body.ss-mobile-app .navbar-brand,
  body.ss-mobile-app .ss-standalone-brand {
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  body.ss-mobile-app .location-picker-btn {
    max-width: 100% !important;
  }

  body.ss-mobile-app .location-picker-text {
    max-width: none !important;
  }
}

@media (max-width: 420px) {
  body.ss-mobile-app .navbar-brand,
  body.ss-mobile-app .ss-standalone-brand {
    max-width: none !important;
  }

  body.ss-mobile-app .location-picker-btn {
    max-width: 100% !important;
  }
}

body.ss-mobile-app .ss-mobile-filters-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

body.ss-mobile-app .ss-browse-filter-chips {
  padding: 0 16px 8px;
}

body.ss-mobile-app .ss-browse-filter-chips-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  scrollbar-width: none;
}

body.ss-mobile-app .ss-browse-filter-chips-track::-webkit-scrollbar {
  display: none;
}

body.ss-mobile-app .ss-browse-filter-chip {
  flex: 0 0 auto;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f4f4f5;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

body.ss-mobile-app .ss-browse-filter-chips-clear {
  flex: 0 0 auto;
  padding: 6px 12px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

body.ss-mobile-app .ss-mobile-filter-sheet-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

body.ss-mobile-app .ss-mobile-filter-sheet-clear-all {
  border: none;
  background: transparent;
  color: #111;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  padding: 8px 4px;
}

body.ss-mobile-app .ss-filter-superseded {
  display: none !important;
}

body.ss-mobile-app .ss-filter-accordion {
  border-bottom: 1px solid #ececec;
  padding: 0 !important;
}

body.ss-mobile-app .ss-filter-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-align: left;
  cursor: pointer;
}

body.ss-mobile-app .ss-filter-accordion-count {
  margin-left: auto;
  margin-right: 8px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

body.ss-mobile-app .ss-filter-accordion-count:not([hidden]) {
  display: inline-block;
}

body.ss-mobile-app .ss-filter-accordion-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  flex-shrink: 0;
}

body.ss-mobile-app .ss-filter-accordion-open .ss-filter-accordion-chevron {
  transform: rotate(-135deg);
  margin-top: 4px;
}

body.ss-mobile-app .ss-filter-accordion-panel {
  display: none;
  padding-bottom: 12px;
}

body.ss-mobile-app .ss-filter-accordion-open .ss-filter-accordion-panel {
  display: block;
}

body.ss-mobile-app .ss-filter-section-plain .ss-filter-accordion-panel,
body.ss-mobile-app .ss-sidebar-range-panel .filters-sidebar-field,
body.ss-mobile-app .ss-mobile-sort-host {
  display: block;
}

body.ss-mobile-app .ss-sidebar-range-panel {
  padding-top: 4px;
  padding-bottom: 8px;
}

/* Myntra-style mobile browse filters */
body.ss-mobile-app .filters-topbar + .ss-myntra-filter-rail {
  margin-top: 10px;
}

body.ss-mobile-app .ss-myntra-filter-rail {
  position: sticky;
  top: var(--ss-mobile-top-chrome-h, 112px);
  z-index: 90;
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 8px 0 10px;
}

body.ss-mobile-app .ss-myntra-filter-rail-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 16px;
  scrollbar-width: none;
}

body.ss-mobile-app .ss-myntra-filter-rail-track::-webkit-scrollbar {
  display: none;
}

body.ss-mobile-app .ss-myntra-filter-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

body.ss-mobile-app .ss-myntra-filter-pill-active {
  border-color: #111;
  background: #f9fafb;
}

body.ss-mobile-app .ss-myntra-filter-pill-all {
  padding-left: 12px;
}

body.ss-mobile-app .ss-myntra-pill-chevron {
  font-size: 10px;
  color: #6b7280;
  line-height: 1;
}

body.ss-mobile-app .ss-myntra-filter-pill-count {
  min-width: 18px;
  height: 18px;
  margin-left: 2px;
  padding: 0 5px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
}

body.ss-mobile-app .ss-myntra-filter-pill-hub {
  position: relative;
  padding: 0 12px;
  min-width: 42px;
  justify-content: center;
}

body.ss-mobile-app .ss-myntra-filter-pill-hub .ss-myntra-pill-filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.ss-mobile-app .ss-myntra-filter-pill-hub .ss-myntra-filter-pill-count {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  margin-left: 0;
  padding: 0 5px;
  border: 2px solid #fff;
  box-sizing: border-box;
}

body.ss-mobile-app .ss-myntra-pill-applied-count {
  flex: 0 0 auto;
  min-width: 18px;
  height: 18px;
  margin-left: 3px;
  padding: 0 5px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

body.ss-mobile-app .ss-myntra-pill-applied-count[hidden] {
  display: none !important;
}

body.ss-mobile-app .ss-mobile-shop-toolbar .ss-mobile-filters-toggle {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-filter-full .ss-mobile-filter-sheet-header {
  grid-column: 1 / -1;
  grid-row: 1;
}

body.ss-mobile-app.ss-myntra-filter-full .ss-mobile-filter-sheet-footer {
  grid-column: 1 / -1;
  grid-row: 3;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  position: relative;
  z-index: 4;
  background: #fff;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.06);
}

body.ss-mobile-app.ss-myntra-filter-full .ss-myntra-filter-nav {
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 2;
  align-self: stretch;
  width: auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #ececec;
  background: #f4f4f5;
}

body.ss-mobile-app.ss-myntra-filter-full .ss-myntra-filter-nav-btn {
  width: 100%;
  padding: 14px 12px;
  border: none;
  border-bottom: 1px solid #ececec;
  background: transparent;
  color: #374151;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

body.ss-mobile-app.ss-myntra-filter-full .ss-myntra-filter-nav-btn.ss-active {
  background: #fff;
  color: #111;
  box-shadow: inset 3px 0 0 #111;
}

body.ss-mobile-app.ss-myntra-filter-full .filters-sidebar > .filters-sidebar-field,
body.ss-mobile-app.ss-myntra-filter-full .filters-sidebar > .ss-sidebar-range-panel,
body.ss-mobile-app.ss-myntra-filter-full .filters-sidebar > .ss-myntra-sort-panel {
  grid-column: 2;
  grid-row: 2;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px 14px 16px;
  min-width: 0;
  align-self: stretch;
}

body.ss-mobile-app.ss-myntra-filter-full .filters-sidebar-field > .filter-group-title:not(.ss-myntra-pane-heading),
body.ss-mobile-app.ss-myntra-filter-full .filters-sidebar-field.ss-myntra-sort-panel > .filter-group-title:not(.ss-myntra-pane-heading) {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-filter-full .ss-myntra-pane-heading,
body.ss-mobile-app.ss-myntra-quick-open .ss-myntra-pane-heading {
  display: block !important;
  margin: 0 0 12px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0;
  text-transform: none;
}

body.ss-mobile-app.ss-myntra-quick-open .ss-myntra-filter-nav {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-quick-open .filters-sidebar > [data-ss-myntra-section],
body.ss-mobile-app.ss-myntra-filter-full .filters-sidebar > [data-ss-myntra-section] {
  display: none !important;
}

/* Full Myntra: hide sidebar chrome and any untagged nodes so only one pane occupies the grid cell */
body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open .filters-sidebar > .filters-sidebar-title {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open
  .filters-sidebar
  > *:not(.ss-mobile-filter-sheet-header):not(.ss-mobile-filter-sheet-footer):not(.ss-myntra-filter-nav):not([data-ss-myntra-section]):not(.ss-sidebar-range-panel) {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-quick-open .filters-sidebar > [data-ss-myntra-section] {
  grid-column: 1 / -1;
}

body.ss-mobile-app.ss-myntra-quick-open .filters-sidebar > .ss-sidebar-range-panel {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-quick-open[data-ss-myntra-section="distance"] .filters-sidebar > .ss-sidebar-range-panel,
body.ss-mobile-app.ss-myntra-quick-open[data-ss-myntra-section="price"] .filters-sidebar > .ss-sidebar-range-panel {
  display: block !important;
  grid-column: 1 / -1;
}

body.ss-mobile-app.ss-myntra-quick-open .ss-sidebar-range-panel .ss-myntra-range-pane {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-quick-open[data-ss-myntra-section="distance"] .ss-sidebar-range-panel .ss-myntra-range-pane[data-ss-myntra-section="distance"],
body.ss-mobile-app.ss-myntra-quick-open[data-ss-myntra-section="price"] .ss-sidebar-range-panel .ss-myntra-range-pane[data-ss-myntra-section="price"] {
  display: block !important;
}

body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open .filters-sidebar > .ss-sidebar-range-panel {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open[data-ss-myntra-nav="distance"] .filters-sidebar > .ss-sidebar-range-panel,
body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open[data-ss-myntra-nav="price"] .filters-sidebar > .ss-sidebar-range-panel {
  display: block !important;
}

body.ss-mobile-app.ss-myntra-filter-full .ss-sidebar-range-panel .ss-myntra-range-pane {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open[data-ss-myntra-nav="distance"]
  .ss-sidebar-range-panel
  .ss-myntra-range-pane[data-ss-myntra-section="distance"],
body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open[data-ss-myntra-nav="price"]
  .ss-sidebar-range-panel
  .ss-myntra-range-pane[data-ss-myntra-section="price"] {
  display: block !important;
}

body.ss-mobile-app.ss-myntra-quick-open[data-ss-myntra-section="sort"] .filters-sidebar > [data-ss-myntra-section="sort"],
body.ss-mobile-app.ss-myntra-quick-open[data-ss-myntra-section="category"] .filters-sidebar > [data-ss-myntra-section="category"],
body.ss-mobile-app.ss-myntra-quick-open[data-ss-myntra-section="subcategory"] .filters-sidebar > [data-ss-myntra-section="subcategory"],
body.ss-mobile-app.ss-myntra-quick-open[data-ss-myntra-section="companies"] .filters-sidebar > [data-ss-myntra-section="companies"],
body.ss-mobile-app.ss-myntra-quick-open[data-ss-myntra-section="locations"] .filters-sidebar > [data-ss-myntra-section="locations"],
body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open[data-ss-myntra-nav="sort"] .filters-sidebar > [data-ss-myntra-section="sort"],
body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open[data-ss-myntra-nav="category"] .filters-sidebar > [data-ss-myntra-section="category"],
body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open[data-ss-myntra-nav="subcategory"] .filters-sidebar > [data-ss-myntra-section="subcategory"],
body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open[data-ss-myntra-nav="companies"] .filters-sidebar > [data-ss-myntra-section="companies"],
body.ss-mobile-app.ss-myntra-filter-full.ss-mobile-filters-open[data-ss-myntra-nav="locations"] .filters-sidebar > [data-ss-myntra-section="locations"] {
  display: block !important;
}

body.ss-mobile-app .ss-myntra-sort-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0 8px;
}

body.ss-mobile-app .ss-myntra-sort-option {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

body.ss-mobile-app .ss-myntra-sort-option.ss-active {
  border-color: #111;
  background: #f9fafb;
}

body.ss-mobile-app.ss-myntra-quick-open .ss-filter-accordion-trigger,
body.ss-mobile-app.ss-myntra-filter-full .ss-filter-accordion-trigger {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-quick-open .ss-filter-accordion-panel,
body.ss-mobile-app.ss-myntra-filter-full .ss-filter-accordion-panel {
  display: block !important;
}

body.ss-mobile-app.ss-myntra-quick-open .filter-group-title:not(.ss-myntra-pane-heading),
body.ss-mobile-app.ss-myntra-filter-full .filter-group-title:not(.ss-myntra-pane-heading),
body.ss-mobile-app.ss-myntra-quick-open .filters-sidebar-field > h4:not(.ss-myntra-pane-heading),
body.ss-mobile-app.ss-myntra-filter-full .filters-sidebar-field > h4:not(.ss-myntra-pane-heading) {
  display: none;
}

body.ss-mobile-app.ss-myntra-quick-open .filters-sidebar {
  max-height: min(72vh, 580px);
}

body.ss-mobile-app.ss-mobile-filters-open.ss-myntra-quick-open .filters-sidebar > .filters-sidebar-field,
body.ss-mobile-app.ss-mobile-filters-open.ss-myntra-quick-open .filters-sidebar > .ss-sidebar-range-panel,
body.ss-mobile-app.ss-mobile-filters-open.ss-myntra-quick-open .filters-sidebar > .ss-myntra-sort-panel {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body.ss-mobile-app .ss-myntra-filter-footer-actions {
  display: flex;
  gap: 10px;
}

body.ss-mobile-app .ss-myntra-filter-clear,
body.ss-mobile-app .ss-myntra-filter-apply {
  flex: 1;
  min-height: 48px;
  border-radius: 4px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

body.ss-mobile-app .ss-myntra-filter-clear {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111;
}

body.ss-mobile-app .ss-myntra-filter-apply {
  flex: 1.35;
  border: none;
  background: #ff3f6c;
  color: #fff;
}

body.ss-mobile-app.ss-myntra-filter-full .ss-mobile-filter-sheet-title .ss-mobile-filter-sheet-summary {
  display: none !important;
}

body.ss-mobile-app.ss-myntra-filter-full .filters-sidebar > [data-ss-myntra-section] .filter-checkbox-list,
body.ss-mobile-app.ss-myntra-quick-open .filters-sidebar > [data-ss-myntra-section] .filter-checkbox-list {
  max-height: min(52vh, 460px) !important;
  overflow-y: auto !important;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-right: 4px !important;
  touch-action: pan-y;
}

body.ss-mobile-app.ss-myntra-filter-full .ss-sidebar-companies-group .ss-company-filter-search {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  padding-bottom: 8px;
  margin-bottom: 4px;
}

body.ss-mobile-app.ss-myntra-filter-full .filters-sidebar .filter-checkbox-item {
  min-height: 44px;
  padding: 10px 0 !important;
  border-bottom: 1px solid #f3f4f6;
  box-sizing: border-box;
}

body.ss-mobile-app.ss-myntra-filter-full .filters-sidebar .filter-checkbox-item:last-child {
  border-bottom: none;
}

body.ss-mobile-app .ss-browse-filter-chips {
  display: none !important;
}

/* ── Mobile polish: touch feedback, motion, depth ── */
body.ss-mobile-app {
  -webkit-tap-highlight-color: rgba(17, 17, 17, 0.07);
}

body.ss-mobile-app .ss-mobile-tab {
  border-radius: 10px;
  transition:
    color 0.16s ease,
    background-color 0.16s ease,
    transform 0.1s ease;
}

body.ss-mobile-app .ss-mobile-tab:active {
  transform: scale(0.97);
}

body.ss-mobile-app .ss-mobile-tab.ss-active:not(.ss-mobile-tab-center) {
  background-color: rgba(17, 17, 17, 0.07);
  overflow: visible;
}

body.ss-mobile-app .ss-mobile-tab-center {
  transition:
    transform 0.12s ease,
    box-shadow 0.18s ease;
}

body.ss-mobile-app .ss-mobile-tab-center:active {
  transform: scale(0.96);
}

body.ss-mobile-app .ss-mobile-more-sheet,
body.ss-mobile-app .ss-mobile-notif-sheet {
  overscroll-behavior: contain;
}

body.ss-mobile-app .ss-mobile-more-link {
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    transform 0.1s ease;
}

body.ss-mobile-app .ss-mobile-more-link:active {
  transform: scale(0.99);
}

body.ss-mobile-app .ss-myntra-filter-pill {
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease,
    transform 0.1s ease;
}

body.ss-mobile-app .ss-myntra-filter-pill:active {
  transform: scale(0.98);
}

body.ss-mobile-app .ss-mobile-filter-sheet-close,
body.ss-mobile-app .ss-mobile-notif-sheet-close,
body.ss-mobile-app .ss-mobile-more-close {
  transition: background-color 0.15s ease;
}

body.ss-mobile-app .ss-myntra-filter-clear,
body.ss-mobile-app .ss-myntra-filter-apply {
  border-radius: 12px;
  transition: transform 0.1s ease, opacity 0.15s ease;
}

body.ss-mobile-app .ss-myntra-filter-clear:active,
body.ss-mobile-app .ss-myntra-filter-apply:active {
  transform: scale(0.98);
}

body.ss-mobile-app .product-card {
  transition: box-shadow 0.2s ease;
}

body.ss-mobile-app .navbar-header .location-picker-btn.ss-mobile-pincode-picker {
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease,
    color 0.15s ease;
}

body.ss-mobile-app .ss-mobile-nav-hamburger {
  transition: opacity 0.15s ease, transform 0.1s ease;
}

body.ss-mobile-app .ss-mobile-nav-hamburger:active {
  opacity: 0.7;
  transform: scale(0.96);
}

/* ── Mobile visual system: unified gutters, type, and controls ── */
body.ss-mobile-app .ss-demands-page,
body.ss-mobile-app .ss-alert-page,
body.ss-mobile-app .ss-chat-page,
body.ss-mobile-app .wishlists-page,
body.ss-mobile-app .transactions-page,
body.ss-mobile-app .profile-edit-wrapper,
body.ss-mobile-app .seller-profile-header,
body.ss-mobile-app.ss-my-listings-page .container,
body.ss-mobile-app .sell-form {
  padding-left: var(--ss-m-gutter-x) !important;
  padding-right: var(--ss-m-gutter-x) !important;
}

body.ss-mobile-app .ss-demands-page,
body.ss-mobile-app .ss-alert-page,
body.ss-mobile-app .ss-chat-page,
body.ss-mobile-app .wishlists-page,
body.ss-mobile-app .transactions-page,
body.ss-mobile-app .profile-edit-wrapper,
body.ss-mobile-app.ss-my-listings-page .container,
body.ss-mobile-app .sell-form {
  padding-bottom: var(--ss-m-page-bottom) !important;
}

body.ss-mobile-app .ss-demands-page-hero,
body.ss-mobile-app .ss-alert-page-hero,
body.ss-mobile-app .ss-demands-page-search-card,
body.ss-mobile-app .ss-demand-create-card,
body.ss-mobile-app .ss-my-demands-section,
body.ss-mobile-app .ss-alert-page-card,
body.ss-mobile-app .ss-demands-page-card,
body.ss-mobile-app .ss-alert-page-list .ss-alert-item {
  padding: var(--ss-m-card-pad) !important;
  border-radius: var(--ss-m-radius) !important;
  border-color: var(--ss-m-border) !important;
}

body.ss-mobile-app .ss-demands-page-hero h1,
body.ss-mobile-app .ss-alert-page-hero h1 {
  margin: 0 0 6px !important;
  font-size: var(--ss-m-font-2xl) !important;
  font-weight: 700 !important;
  line-height: var(--ss-m-line-tight) !important;
  letter-spacing: -0.02em !important;
  color: var(--ss-m-text) !important;
}

body.ss-mobile-app .ss-demands-page-hero p,
body.ss-mobile-app .ss-alert-page-hero p {
  font-size: var(--ss-m-font-base) !important;
  line-height: var(--ss-m-line) !important;
  color: var(--ss-m-text-muted) !important;
}

body.ss-mobile-app .ss-demands-page-hero span,
body.ss-mobile-app .ss-alert-page-hero span,
body.ss-mobile-app .ss-alert-page-card label > span,
body.ss-mobile-app .ss-alert-manage-search > span,
body.ss-mobile-app .ss-my-demands-search > span,
body.ss-mobile-app .ss-demand-create-card label > span {
  font-size: var(--ss-m-font-xs) !important;
  font-weight: var(--ss-m-weight-label) !important;
  letter-spacing: 0.1em !important;
  color: var(--ss-m-label) !important;
}

body.ss-mobile-app .ss-demands-page-card h2,
body.ss-mobile-app .ss-alert-page-list .ss-alert-copy strong,
body.ss-mobile-app .ss-demands-page-section-head strong,
body.ss-mobile-app .ss-alert-page-list-head strong {
  font-size: var(--ss-m-font-lg) !important;
  font-weight: 700 !important;
  line-height: var(--ss-m-line-tight) !important;
  color: var(--ss-m-text) !important;
}

body.ss-mobile-app .ss-demands-page-card p,
body.ss-mobile-app .ss-alert-page-list .ss-alert-copy span,
body.ss-mobile-app .ss-demands-page-section-head span,
body.ss-mobile-app .ss-alert-page-list-head span,
body.ss-mobile-app .ss-demands-page-meta,
body.ss-mobile-app .ss-own-demand-status {
  font-size: var(--ss-m-font-sm) !important;
  line-height: var(--ss-m-line) !important;
  color: var(--ss-m-text-muted) !important;
}

body.ss-mobile-app .ss-alert-page-card,
body.ss-mobile-app .ss-demands-page-search-card,
body.ss-mobile-app .ss-demand-create-card,
body.ss-mobile-app .ss-my-demands-section {
  margin-top: var(--ss-m-section-gap) !important;
}

body.ss-mobile-app .ss-alert-page-grid,
body.ss-mobile-app .ss-demands-page-top-grid {
  gap: var(--ss-m-section-gap) !important;
}

body.ss-mobile-app .ss-alerts-panel,
body.ss-mobile-app .ss-demands-panel,
body.ss-mobile-app .ss-alert-page-list .ss-alerts-panel,
body.ss-mobile-app .ss-demands-page-results,
body.ss-mobile-app .ss-my-demands-results {
  gap: var(--ss-m-space-3) !important;
}

body.ss-mobile-app .ss-demands-page-search-input,
body.ss-mobile-app .ss-alert-manage-search input,
body.ss-mobile-app .ss-alert-page-card input,
body.ss-mobile-app .ss-alert-page-card select,
body.ss-mobile-app .ss-demand-create-grid input,
body.ss-mobile-app .ss-demand-create-grid textarea,
body.ss-mobile-app .ss-my-demands-search input {
  min-height: var(--ss-m-input-h) !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  border-radius: var(--ss-m-radius-btn) !important;
  border-color: var(--ss-m-border-input) !important;
  font-size: var(--ss-m-font-base) !important;
}

body.ss-mobile-app .ss-alert-page-card label,
body.ss-mobile-app .ss-demands-page-search-card label,
body.ss-mobile-app .ss-alert-manage-search,
body.ss-mobile-app .ss-my-demands-search,
body.ss-mobile-app .ss-demand-create-card label {
  gap: var(--ss-m-space-2) !important;
}

body.ss-mobile-app .ss-demands-page-clear,
body.ss-mobile-app .ss-demands-page-actions a,
body.ss-mobile-app .ss-demands-page-actions button,
body.ss-mobile-app .ss-alert-page-card button,
body.ss-mobile-app .ss-my-demands-view-all,
body.ss-mobile-app .ss-alert-view-all,
body.ss-mobile-app .ss-alert-clear-all,
body.ss-mobile-app .ss-demand-create-submit,
body.ss-mobile-app .ss-standalone-action-pill {
  min-height: var(--ss-m-btn-h-md) !important;
  padding: 0 var(--ss-m-space-4) !important;
  border-radius: var(--ss-m-radius-btn) !important;
  font-size: var(--ss-m-font-sm) !important;
  font-weight: var(--ss-m-weight-btn) !important;
  line-height: 1 !important;
}

body.ss-mobile-app .ss-alert-page-card .ss-alert-save,
body.ss-mobile-app .ss-demand-create-submit {
  min-height: var(--ss-m-btn-h) !important;
}

body.ss-mobile-app .ss-alert-manage-actions {
  gap: var(--ss-m-space-3) !important;
  margin-top: var(--ss-m-space-3) !important;
}

body.ss-mobile-app .ss-alert-empty,
body.ss-mobile-app .ss-demands-page-empty {
  padding: var(--ss-m-space-5) var(--ss-m-space-4) !important;
  font-size: var(--ss-m-font-sm) !important;
  line-height: var(--ss-m-line) !important;
  border-radius: var(--ss-m-radius) !important;
}

body.ss-mobile-app.ss-browse-page .products-grid {
  row-gap: 14px !important;
  column-gap: 8px !important;
  padding: 8px var(--ss-browse-edge-x, 12px) var(--ss-m-page-bottom) !important;
}

body.ss-mobile-app.ss-browse-page .ss-myntra-filter-rail-track,
body.ss-mobile-app.ss-browse-page .ss-browse-filter-chips {
  padding-left: var(--ss-browse-edge-x, 12px) !important;
  padding-right: var(--ss-browse-edge-x, 12px) !important;
}

body.ss-mobile-app.ss-browse-page .filters-topbar {
  padding-top: var(--ss-m-space-3) !important;
  margin-bottom: 14px !important;
}

body.ss-mobile-app.ss-browse-page .filters-topbar + .ss-myntra-filter-rail {
  margin-top: 12px;
}

body.ss-mobile-app.ss-browse-page .product-info {
  padding: var(--ss-m-space-2) !important;
  gap: var(--ss-m-space-1) !important;
}

body.ss-mobile-app.ss-browse-page .product-category,
body.ss-mobile-app.ss-browse-page .product-seller-info,
body.ss-mobile-app.ss-browse-page .product-meta,
body.ss-mobile-app.ss-browse-page .product-status-note {
  font-size: var(--ss-m-font-xs) !important;
  line-height: 1.3 !important;
}

body.ss-mobile-app.ss-browse-page .product-title {
  font-size: var(--ss-m-font-sm) !important;
  line-height: 1.35 !important;
}

body.ss-mobile-app.ss-browse-page .product-description {
  font-size: var(--ss-m-font-xs) !important;
  line-height: 1.35 !important;
}

body.ss-mobile-app.ss-browse-page .product-price {
  font-size: var(--ss-m-font-base) !important;
  font-weight: 700 !important;
}

body.ss-mobile-app .ss-mobile-filters-toggle {
  min-height: var(--ss-m-btn-h-md) !important;
  font-size: var(--ss-m-font-sm) !important;
}

body.ss-mobile-app .ss-browse-filter-chips {
  padding: 0 var(--ss-m-gutter-x) var(--ss-m-space-2) !important;
}

body.ss-mobile-app .ss-browse-filter-chip {
  font-size: var(--ss-m-font-xs) !important;
  font-weight: var(--ss-m-weight-btn) !important;
}

body.ss-mobile-app .ss-auth-card,
body.ss-mobile-app .auth-container-modal.ss-auth-card {
  padding: var(--ss-m-space-6) var(--ss-m-gutter-x) !important;
}

body.ss-mobile-app .ss-auth-card label,
body.ss-mobile-app .auth-container label {
  font-size: var(--ss-m-font-xs) !important;
  font-weight: var(--ss-m-weight-label) !important;
  letter-spacing: 0.08em !important;
}

body.ss-mobile-app .ss-auth-card input,
body.ss-mobile-app .auth-container input,
body.ss-mobile-app .ss-auth-card button[type="submit"],
body.ss-mobile-app .auth-container button[type="submit"] {
  min-height: var(--ss-m-input-h) !important;
  font-size: var(--ss-m-font-base) !important;
}

body.ss-mobile-app .ss-mobile-more-greeting {
  font-size: var(--ss-m-font-base) !important;
  line-height: var(--ss-m-line) !important;
}

body.ss-mobile-app .ss-mobile-more-header strong {
  font-size: var(--ss-m-font-lg) !important;
}

body.ss-mobile-app .ss-mobile-more-section-label {
  margin: var(--ss-m-space-3) var(--ss-m-space-1) var(--ss-m-space-1) !important;
  font-size: var(--ss-m-font-xs) !important;
}

body.ss-mobile-app .ss-demands-page-count,
body.ss-mobile-app .ss-my-demands-count,
body.ss-mobile-app .ss-alert-page-count {
  font-size: var(--ss-m-font-sm) !important;
  line-height: var(--ss-m-line) !important;
  color: var(--ss-m-text-subtle) !important;
}

body.ss-mobile-app.ss-favorites-page .wishlists-page h1,
body.ss-mobile-app.ss-favorites-page .container > h1 {
  font-size: var(--ss-m-font-2xl) !important;
  font-weight: 700 !important;
  line-height: var(--ss-m-line-tight) !important;
  color: var(--ss-m-text) !important;
}

body.ss-mobile-app .ss-wishlist-search label,
body.ss-mobile-app .ss-wishlist-search span {
  font-size: var(--ss-m-font-xs) !important;
  font-weight: var(--ss-m-weight-label) !important;
  letter-spacing: 0.08em !important;
}

body.ss-mobile-app .ss-wishlist-search-input {
  min-height: var(--ss-m-input-h) !important;
  font-size: var(--ss-m-font-base) !important;
  border-radius: var(--ss-m-radius-btn) !important;
}

@media (max-width: 760px) {
  body.ss-mobile-app .ss-alert-page-list .ss-alert-actions a,
  body.ss-mobile-app .ss-alert-page-list .ss-alert-actions button {
    min-height: 32px !important;
    font-size: var(--ss-m-font-xs) !important;
    font-weight: var(--ss-m-weight-btn) !important;
  }
}

/* ── My Listings page — mobile visual cleanup ── */
body.ss-mobile-app.ss-my-listings-page .container {
  padding-top: var(--ss-m-space-4) !important;
}

body.ss-mobile-app.ss-my-listings-page .ss-my-listings-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--ss-m-space-3);
  margin: 0 0 var(--ss-m-section-gap) !important;
}

body.ss-mobile-app.ss-my-listings-page .ss-my-listings-title,
body.ss-mobile-app.ss-my-listings-page h1 {
  margin: 0 !important;
  font-size: var(--ss-m-font-2xl) !important;
  font-weight: 700 !important;
  line-height: var(--ss-m-line-tight) !important;
  letter-spacing: -0.02em !important;
  color: var(--ss-m-text) !important;
}

body.ss-mobile-app.ss-my-listings-page .ss-my-listings-new-btn,
body.ss-mobile-app.ss-my-listings-page a.form-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--ss-m-btn-h) !important;
  padding: 0 var(--ss-m-space-4) !important;
  border: 1px solid #111 !important;
  border-radius: var(--ss-m-radius-btn) !important;
  background: #111 !important;
  color: #fff !important;
  font-size: var(--ss-m-font-sm) !important;
  font-weight: var(--ss-m-weight-btn) !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  box-sizing: border-box;
}

body.ss-mobile-app.ss-my-listings-page .ss-my-listings-toast,
body.ss-mobile-app.ss-my-listings-page .browse-share-status {
  margin: 0 0 var(--ss-m-space-3) !important;
  padding: var(--ss-m-space-3) var(--ss-m-space-4) !important;
  border: 1px solid var(--ss-m-border) !important;
  border-radius: var(--ss-m-radius) !important;
  background: var(--ss-m-surface-muted) !important;
  color: var(--ss-m-text) !important;
  font-size: var(--ss-m-font-sm) !important;
  line-height: var(--ss-m-line) !important;
}

body.ss-mobile-app.ss-my-listings-page .my-listings-grid,
body.ss-mobile-app.ss-my-listings-page .ss-my-listings-list {
  display: flex;
  flex-direction: column;
  gap: var(--ss-m-space-3);
  max-width: none;
  margin: 0;
  padding: 0 !important;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-card,
body.ss-mobile-app.ss-my-listings-page .ss-my-listing-card {
  display: flex !important;
  flex-direction: column !important;
  gap: var(--ss-m-space-3);
  padding: var(--ss-m-card-pad) !important;
  border: 1px solid var(--ss-m-border) !important;
  border-radius: var(--ss-m-radius) !important;
  background: var(--ss-m-surface-muted) !important;
  box-shadow: none !important;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-card:hover {
  box-shadow: none !important;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10;
  border-radius: var(--ss-m-radius-btn);
  overflow: hidden;
  background: #f3f4f6;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-image img,
body.ss-mobile-app.ss-my-listings-page .my-listing-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-info h3 {
  margin: 0 0 var(--ss-m-space-1) !important;
  font-size: var(--ss-m-font-lg) !important;
  font-weight: 700 !important;
  line-height: var(--ss-m-line-tight) !important;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-info h3 a {
  color: var(--ss-m-text) !important;
  text-decoration: none;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ss-m-space-2) var(--ss-m-space-3);
  margin: 0 0 var(--ss-m-space-2) !important;
  font-size: var(--ss-m-font-sm) !important;
  line-height: var(--ss-m-line) !important;
  color: var(--ss-m-text-muted) !important;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-price {
  font-size: var(--ss-m-font-base) !important;
  font-weight: 700 !important;
  color: var(--ss-m-text) !important;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-status {
  font-size: var(--ss-m-font-xs) !important;
  font-weight: var(--ss-m-weight-btn) !important;
}

body.ss-mobile-app.ss-my-listings-page .product-status-note {
  margin: 0 0 var(--ss-m-space-2);
  font-size: var(--ss-m-font-xs) !important;
  line-height: var(--ss-m-line) !important;
  color: var(--ss-m-text-subtle) !important;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ss-m-space-2);
  margin-top: var(--ss-m-space-1);
}

body.ss-mobile-app.ss-my-listings-page .my-listing-actions .action-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  margin: 0;
  padding: 0 8px !important;
  border: 1px solid var(--ss-m-border-input) !important;
  border-radius: var(--ss-m-radius-btn) !important;
  background: #fff !important;
  font-size: var(--ss-m-font-xs) !important;
  font-weight: var(--ss-m-weight-btn) !important;
  letter-spacing: 0 !important;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: var(--ss-m-text) !important;
  box-sizing: border-box;
}

body.ss-mobile-app.ss-my-listings-page .my-listing-actions .btn-share {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

body.ss-mobile-app.ss-my-listings-page .ss-my-listings-empty,
body.ss-mobile-app.ss-my-listings-page .empty-state {
  padding: var(--ss-m-space-6) var(--ss-m-space-4) !important;
  border: 1px dashed var(--ss-m-border) !important;
  border-radius: var(--ss-m-radius) !important;
  background: var(--ss-m-surface-muted) !important;
}

body.ss-mobile-app.ss-my-listings-page .ss-my-listings-empty p,
body.ss-mobile-app.ss-my-listings-page .empty-state p {
  margin: 0 0 var(--ss-m-space-3) !important;
  font-size: var(--ss-m-font-base) !important;
  line-height: var(--ss-m-line) !important;
  color: var(--ss-m-text-muted) !important;
}

body.ss-mobile-app.ss-my-listings-page .empty-state-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--ss-m-btn-h-md);
  padding: 0 var(--ss-m-space-5) !important;
  border-radius: var(--ss-m-radius-btn) !important;
  background: #111 !important;
  color: #fff !important;
  font-size: var(--ss-m-font-sm) !important;
  font-weight: var(--ss-m-weight-btn) !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

body.ss-mobile-app.ss-my-listings-page .loading-container {
  padding: var(--ss-m-space-6) var(--ss-m-gutter-x) !important;
  gap: var(--ss-m-space-3);
}

body.ss-mobile-app.ss-my-listings-page .loading-container p {
  margin: 0;
  font-size: var(--ss-m-font-base) !important;
  color: var(--ss-m-text-muted) !important;
}

@media (max-width: 760px) {
  button.ss-take-photo-btn {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: var(--ss-m-space-2) 0 0 !important;
    padding: var(--ss-m-btn-h, 10px) var(--ss-m-space-3) !important;
    min-height: var(--ss-m-btn-min-h, 40px) !important;
    border-radius: var(--ss-m-radius-btn) !important;
    border: 1px solid var(--ss-m-accent, #0f766e) !important;
    background: #fff !important;
    color: var(--ss-m-accent, #0f766e) !important;
    font-weight: 600 !important;
    font-size: var(--ss-m-font-base) !important;
  }
}

.ss-site-support-footer {
  position: relative;
  z-index: 20;
  margin-top: auto;
  padding: 14px 20px 22px;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  border-top: 1px solid #e5e7eb;
  background: #fafafa;
}

.ss-site-support-footer a {
  color: #0f766e;
  font-weight: 600;
  text-decoration: none;
}

.ss-site-support-footer a:hover {
  text-decoration: underline;
}

.ss-site-support-sep {
  margin: 0 6px;
  color: #d1d5db;
}

body.ss-support-route #root {
  min-height: calc(100vh - 120px);
}

.ss-support-page {
  display: flex;
  justify-content: center;
  padding: 32px 16px 48px;
}

.ss-support-card {
  width: min(560px, 100%);
  padding: 28px 24px 32px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.ss-support-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f766e;
  margin: 0 0 8px;
}

.ss-support-card h1 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #111827;
}

.ss-support-lead,
.ss-support-direct,
.ss-support-note {
  margin: 0 0 14px;
  color: #4b5563;
  line-height: 1.5;
}

.ss-support-form label {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.ss-support-form input,
.ss-support-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font: inherit;
  box-sizing: border-box;
}

.ss-support-submit {
  width: 100%;
  margin-top: 4px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: #0f766e;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.ss-support-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.ss-support-status {
  min-height: 1.2em;
  margin: 12px 0 0;
  font-size: 14px;
}

.ss-support-status-ok {
  color: #047857;
}

.ss-support-status-error {
  color: #b91c1c;
}

.ss-support-status-pending {
  color: #6b7280;
}

@media (max-width: 768px) {
  .ss-site-support-footer {
    padding-bottom: calc(22px + env(safe-area-inset-bottom, 0px) + 56px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ss-mobile-app .ss-mobile-tab,
  body.ss-mobile-app .ss-mobile-tab-center,
  body.ss-mobile-app .ss-myntra-filter-pill,
  body.ss-mobile-app .ss-mobile-more-link,
  body.ss-mobile-app .ss-myntra-filter-clear,
  body.ss-mobile-app .ss-myntra-filter-apply {
    transition: none !important;
  }

  body.ss-mobile-app .ss-mobile-tab:active,
  body.ss-mobile-app .ss-mobile-tab-center:active,
  body.ss-mobile-app .ss-myntra-filter-pill:active,
  body.ss-mobile-app .ss-mobile-more-link:active,
  body.ss-mobile-app .ss-myntra-filter-clear:active,
  body.ss-mobile-app .ss-myntra-filter-apply:active {
    transform: none !important;
  }
}

/* Product detail: reviews under gallery, bottom-aligned with Contact Seller */
.product-detail-wrapper.ss-reviews-under-media {
  align-items: stretch;
}

.product-detail-wrapper.ss-reviews-under-media > .ss-product-detail-left-col,
.product-detail-wrapper.ss-reviews-under-media > .product-detail-content {
  min-height: 0;
}

.product-detail-wrapper.ss-reviews-under-media .ss-product-detail-left-col {
  grid-column: 1;
  grid-row: 1 / -1;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 0;
  height: 100%;
}

.product-detail-wrapper.ss-reviews-under-media .ss-product-detail-left-col .product-detail-image {
  flex: 0 0 auto;
  order: 1;
}

.product-detail-wrapper.ss-reviews-under-media .ss-product-detail-left-col::after {
  content: "";
  display: block;
  flex: 1 1 0;
  min-height: 0;
  order: 2;
}

.product-detail-wrapper.ss-reviews-under-media .ss-product-detail-left-col > .reviews-section {
  flex: 0 0 auto;
  order: 3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  width: 100%;
  max-width: 100%;
  border-top: none;
}

.product-detail-wrapper.ss-reviews-under-media .product-detail-content {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}

.product-detail-wrapper.ss-reviews-under-media .product-detail-content > :not(.message-form-section):not(.messages-section) {
  flex: 0 0 auto;
}

.product-detail-wrapper.ss-reviews-under-media .product-detail-content > .message-form-section {
  flex: 0 0 auto;
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
}

.product-detail-wrapper.ss-reviews-under-media .product-detail-content:has(.messages-section) > .message-form-section {
  margin-top: 0;
}

.product-detail-wrapper.ss-reviews-under-media .product-detail-content > .messages-section {
  flex: 0 0 auto;
  margin-top: auto;
  margin-bottom: 0;
}

.product-detail-wrapper.ss-reviews-under-media .ss-product-detail-left-col .reviews-section h3 {
  margin-bottom: 8px;
}

.product-detail-wrapper.ss-reviews-under-media .ss-product-detail-left-col .review-form {
  margin-bottom: 8px;
}

.reviews-section {
  text-align: left;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  padding-top: 24px;
}

.reviews-section h3 {
  text-align: left;
  margin-bottom: 12px;
  font-size: 18px;
}

.reviews-section .reviews-list {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.reviews-section .review-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 8px 12px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
  padding: 12px 14px;
  box-sizing: border-box;
}

.reviews-section .review-stars-input {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
  padding-top: 2px;
}

.reviews-section .review-star {
  font-size: 20px;
  line-height: 1;
}

.reviews-section .review-form textarea {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-height: 52px;
  max-height: 80px;
  margin: 0;
  padding: 8px 10px;
  font-size: 14px;
  resize: vertical;
}

.reviews-section .review-form .form-submit {
  grid-column: 2;
  grid-row: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  justify-self: start;
  padding: 8px 18px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.reviews-section .review-form .review-status {
  grid-column: 2;
  grid-row: 3;
  margin: 0;
}

.reviews-section > p[style] {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .product-detail-wrapper.ss-reviews-under-media .ss-product-detail-left-col {
    grid-column: 1;
    grid-row: auto;
    display: block;
    min-height: 0;
    height: auto;
  }

  .product-detail-wrapper.ss-reviews-under-media .ss-product-detail-left-col::after {
    display: none;
  }

  .product-detail-wrapper.ss-reviews-under-media .ss-product-detail-left-col > .reviews-section {
    margin-top: 16px;
  }

  .product-detail-wrapper.ss-reviews-under-media .product-detail-content {
    grid-column: 1;
    grid-row: auto;
    display: block;
    height: auto;
  }

  .product-detail-wrapper.ss-reviews-under-media .product-detail-content > .message-form-section,
  .product-detail-wrapper.ss-reviews-under-media .product-detail-content > .messages-section {
    margin-top: 0;
  }
}

/* Mobile: reviews after Contact Seller, not under the gallery */
body.ss-mobile-app .product-detail-wrapper.ss-reviews-below-contact-mobile {
  display: block;
}

body.ss-mobile-app .product-detail-wrapper.ss-reviews-below-contact-mobile > .product-detail-image,
body.ss-mobile-app .product-detail-wrapper.ss-reviews-below-contact-mobile > .product-detail-content {
  display: block;
  width: 100%;
}

body.ss-mobile-app .product-detail-wrapper.ss-reviews-below-contact-mobile .product-detail-content > .reviews-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}

body.ss-mobile-app .product-detail-wrapper .reviews-section {
  width: 100%;
  max-width: 100%;
}

/* Product inquiries: seller-only (public visitors and buyers must not see) */
.product-detail-wrapper .messages-section,
.product-detail-content .messages-section {
  display: none !important;
}

body.ss-product-detail-seller .product-detail-wrapper .messages-section,
body.ss-product-detail-seller .product-detail-content .messages-section {
  display: block !important;
}

/* Admin registered users list */
.ss-admin-users {
  margin: 32px 0 8px;
}
.ss-admin-users-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.ss-admin-users-header h2 {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}
.ss-admin-users-search {
  min-width: min(100%, 280px);
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font: inherit;
}
.ss-admin-users-status {
  margin: 0 0 10px;
  color: #666;
  font-size: 14px;
}
.ss-admin-users-table-wrap {
  overflow-x: auto;
  border: 1px solid #eee;
  border-radius: 8px;
}
.ss-admin-users-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.ss-admin-users-table th,
.ss-admin-users-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
}
.ss-admin-users-table th {
  background: #fafafa;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
}
.ss-admin-users-table td a {
  color: #0b5fff;
  word-break: break-all;
}

.ss-admin-users-path {
  max-width: 220px;
  word-break: break-all;
  color: #555;
  font-size: 12px;
}
