.market-mobile-search__inner {
  min-height: 100%;
  height: 100%;
}

.market-mobile-search__hero {
  position: sticky;
  top: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.98) 82%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 10px;
}

.market-mobile-search__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  border-radius: 18px;
  padding: 0 12px 0 16px;
  background: #121315;
  color: #e9e9eb;
}

.market-mobile-search__bar svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #7e8087;
}

.market-mobile-search__input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #f5f5f6;
  font-size: 15px;
  line-height: 1;
}

.market-mobile-search__input:focus,
.market-mobile-search__input:focus-visible,
.market-mobile-search__input:active {
  border: 0;
  outline: none;
  box-shadow: none;
}

.market-mobile-search__input::placeholder {
  color: #8a8c91;
}

.market-mobile-search__divider {
  width: 1px;
  height: 26px;
  background: #2b2d33;
}

.market-mobile-search__color {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #d8d8dc;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.market-mobile-search__chips {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 16px 0 2px;
  scrollbar-width: none;
}

.market-mobile-search__chips::-webkit-scrollbar {
  display: none;
}

.market-mobile-search__chip {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: #18191c;
  color: #babcc2;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.market-mobile-search__chip.is-active {
  background: #f6f6f7;
  color: #111111;
}

.market-mobile-search__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 22px 0 16px;
}

.market-mobile-search__title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.market-mobile-search__count {
  color: #7f8187;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.market-mobile-search__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.market-mobile-search__card {
  min-width: 0;
}

.market-mobile-search__card-link {
  display: block;
  overflow: hidden;
  width: 100%;
  border: 0;
  background: #111214;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  font: inherit;
  cursor: pointer;
  touch-action: pan-y;
}

.market-mobile-search__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.78;
  background: #0c0d0e;
}

.market-mobile-search__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.market-mobile-search__favorite {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  backdrop-filter: blur(14px);
}

.market-mobile-search__favorite svg {
  width: 18px;
  height: 18px;
}

.market-mobile-search__card-body {
  padding: 12px 12px 14px;
}

.market-mobile-search__name {
  color: #f5f5f6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.market-mobile-search__price {
  margin-top: 6px;
  color: #b9bbbf;
  font-size: 13px;
  line-height: 1.2;
}

.market-mobile-search__empty {
  grid-column: 1 / -1;
  border-radius: 18px;
  background: #111214;
  padding: 28px 20px;
  color: #8b8e95;
  text-align: center;
}

.market-mobile-product__inner {
  min-height: 100%;
  height: 100%;
}

.market-mobile-product__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  background: transparent;
}

.market-mobile-product__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: #f2f2f3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.market-mobile-product__back svg {
  width: 18px;
  height: 18px;
}

.market-mobile-product__header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.market-mobile-product__ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #121315;
  color: #f3f3f4;
}

.market-mobile-product__ghost-button svg {
  width: 18px;
  height: 18px;
}

.market-mobile-product__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.market-mobile-product__media {
  overflow: hidden;
  border-radius: 26px;
  background: #101113;
  aspect-ratio: 0.84;
}

.market-mobile-product__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.market-mobile-product__summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.market-mobile-product__store-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.market-mobile-product__store {
  color: #90939a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.market-mobile-product__badge {
  border-radius: 999px;
  background: #111f16;
  color: #8ee3ad;
  padding: 7px 10px;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.market-mobile-product__title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.market-mobile-product__price {
  color: #f3f3f4;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.market-mobile-product__lead {
  color: #a4a7ad;
  font-size: 14px;
  line-height: 1.55;
}

.market-mobile-product__highlight-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.market-mobile-product__highlight {
  border-radius: 999px;
  background: #131416;
  color: #cfd1d6;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
}

.market-mobile-product__section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.market-mobile-product__section--boxed {
  border-radius: 24px;
  background: #101113;
  padding: 18px;
}

.market-mobile-product__section-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

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

.market-mobile-product__spec-card {
  min-width: 0;
  border-radius: 20px;
  background: #101113;
  padding: 16px;
}

.market-mobile-product__spec-label {
  color: #7f8288;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.market-mobile-product__spec-value {
  margin-top: 10px;
  color: #f2f2f3;
  font-size: 14px;
  line-height: 1.35;
}

.market-mobile-product__text {
  color: #a6a8ad;
  font-size: 14px;
  line-height: 1.6;
}

.market-mobile-product__text + .market-mobile-product__text {
  margin-top: -2px;
}

.market-mobile-product__seller {
  display: flex;
  align-items: center;
  gap: 12px;
}

.market-mobile-product__seller-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #1a1c20;
  color: #f3f3f4;
  font-size: 16px;
  font-weight: 600;
}

.market-mobile-product__seller-copy {
  min-width: 0;
}

.market-mobile-product__seller-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.market-mobile-product__seller-meta {
  margin-top: 4px;
  color: #8b8e95;
  font-size: 12px;
  line-height: 1.3;
}

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

.market-mobile-product__feedback-card {
  border-radius: 18px;
  background: #17191d;
  padding: 14px;
}

.market-mobile-product__feedback-card span,
.market-mobile-product__feedback-card small {
  display: block;
  color: #7f8288;
  font-size: 11px;
  line-height: 1;
}

.market-mobile-product__feedback-card strong {
  display: block;
  margin: 9px 0 8px;
  color: #f3f3f4;
  font-size: 22px;
  line-height: 1;
}

.market-mobile-product__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 2px;
}

.market-mobile-product__primary,
.market-mobile-product__secondary {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.market-mobile-product__primary {
  background: #f5f5f6;
  color: #101010;
}

.market-mobile-product__secondary {
  padding: 0 18px;
  background: #17181b;
  color: #f3f3f4;
}

.market-mobile-product__back,
.market-cart__back,
.market-account__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: #111214;
  color: #9a9da5;
  padding: 8px 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.market-mobile-product__back:hover,
.market-cart__back:hover,
.market-account__back:hover {
  background: #191a1e;
  color: #d7d8dc;
}

.market-mobile-product__back svg,
.market-cart__back svg,
.market-account__back svg {
  width: 16px;
  height: 16px;
  color: #666a73;
}

.market-mobile-product__content--interior {
  gap: 28px;
  padding-bottom: 92px;
}

.market-interior-detail {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.market-interior-detail__stage {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #050505;
  cursor: pointer;
}

.market-interior-detail__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.market-interior-detail__hint {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: #f4f4f5;
  padding: 9px 13px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  opacity: 0.88;
  backdrop-filter: blur(16px);
}

.market-interior-detail__hotspot {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1.5px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.7);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.market-interior-detail__hotspot::before {
  width: 8px;
  height: 8px;
  border-radius: inherit;
  background: currentColor;
  content: "";
}

.market-interior-detail__hotspot::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: inherit;
  animation: marketHotspotPulse 1.8s ease-out infinite;
  content: "";
}

.market-interior-detail__stage.is-hotspots-visible .market-interior-detail__hotspot,
.market-interior-detail__stage:hover .market-interior-detail__hotspot {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.market-interior-detail__stage.is-hotspots-visible .market-interior-detail__hint,
.market-interior-detail__stage:hover .market-interior-detail__hint {
  opacity: 0;
  pointer-events: none;
}

.market-interior-detail__hotspot:hover {
  background: rgba(255, 255, 255, 0.42);
}

.market-interior-detail__section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.market-interior-detail__section-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.03em;
}

.market-interior-detail__empty {
  border-radius: 22px;
  background: #111111;
  color: #8f8f8f;
  padding: 20px;
  font-size: 14px;
  line-height: 1.45;
}

.market-interior-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.market-interior-product-card {
  min-width: 0;
}

.market-interior-product-card__button {
  display: grid;
  width: 100%;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 0;
  border-radius: 26px;
  background: #111111;
  padding: 10px;
  color: #ffffff;
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.market-interior-product-card__button:hover {
  background: #171717;
  transform: translateY(-1px);
}

.market-interior-product-card__media {
  display: block;
  overflow: hidden;
  width: 92px;
  height: 92px;
  border-radius: 20px;
  background: #191919;
}

.market-interior-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.market-interior-product-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.market-interior-product-card__body strong {
  overflow: hidden;
  color: #f4f4f5;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-interior-product-card__body span,
.market-interior-product-card__store {
  overflow: hidden;
  color: #8d8d8d;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-interior-product-card__body em {
  color: #f4f4f5;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}

.market-interior-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.market-interior-related-card {
  overflow: hidden;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.market-interior-related-card img {
  display: block;
  width: 100%;
  height: auto;
  background: #090909;
  object-fit: cover;
}

@keyframes marketHotspotPulse {
  0% {
    opacity: 0.85;
    transform: scale(0.72);
  }

  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}
