@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../vendor/dm-sans.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Arabic";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../vendor/NotoSansArabic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Devanagari";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../vendor/NotoSansDevanagari.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Bengali";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../vendor/NotoSansBengali.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Thai";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../vendor/NotoSansThai.ttf") format("truetype");
}
html[lang="ar"] body,
html[lang="ur"] body {
  font-family: "DM Sans", "Noto Arabic", sans-serif;
}
html[lang="hi"] body {
  font-family: "DM Sans", "Noto Devanagari", sans-serif;
}
html[lang="bn"] body {
  font-family: "DM Sans", "Noto Bengali", sans-serif;
}
html[lang="th"] body {
  font-family: "DM Sans", "Noto Thai", sans-serif;
}
.language-grid button[lang="ar"],
.language-grid button[lang="ur"] {
  font-family: "Noto Arabic", sans-serif;
}
.language-grid button[lang="hi"] {
  font-family: "Noto Devanagari", sans-serif;
}
.language-grid button[lang="bn"] {
  font-family: "Noto Bengali", sans-serif;
}
.language-grid button[lang="th"] {
  font-family: "Noto Thai", sans-serif;
}
.brand-name {
  direction: ltr;
  unicode-bidi: isolate;
}
.trade-prices strong,
.price-line strong,
.offers .price {
  unicode-bidi: isolate;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
.btn,
.badge {
  overflow-wrap: anywhere;
}
.product-media .badge {
  max-width: calc(100% - 16px);
}
.trade-prices small {
  min-height: 35px;
}
.mobile-nav a {
  line-height: 1.35;
}
@media (max-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .trade-prices strong {
    font-size: 24px !important;
  }
  .feature h2 {
    max-width: 100%;
  }
  .feature-copy {
    position: relative;
    z-index: 1;
  }
  .feature-copy .eyebrow {
    max-width: 100%;
  }
}
:root {
  --ink: #202622;
  --muted: #6b726e;
  --line: #e3e7e3;
  --wash: #f5f7f4;
  --green: #087457;
  --mint: #eaf3ed;
  --coral: #b84335;
  --paper: #fff;
  --radius: 6px;
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font:
    14px/1.65 "DM Sans",
    "Noto Sans JP",
    Arial,
    sans-serif;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
img {
  display: block;
  max-width: 100%;
}
button {
  border: 0;
  background: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 600;
}
h2 {
  font-size: 23px;
  line-height: 1.4;
  font-weight: 600;
}
h3 {
  font-size: 16px;
  font-weight: 600;
}
small {
  font-size: 12px;
}
.container {
  width: min(1392px, calc(100% - 96px));
  margin-inline: auto;
}
.muted {
  color: var(--muted);
}
.green {
  color: var(--green);
}
.coral {
  color: var(--coral);
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}
.icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.6;
  flex-shrink: 0;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #52a18b;
  outline-offset: 3px;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: white;
  padding: 14px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.utility {
  background: var(--mint);
  font-size: 11px;
}
.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 31px;
  gap: 16px;
}
.utility .icon {
  width: 13px;
  height: 13px;
}
.inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header {
  background: white;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.header-main {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-block: 23px;
}
.brand {
  display: inline-flex;
  flex-shrink: 0;
  flex-direction: column;
  line-height: 1;
}
.brand-name {
  font-size: 33px;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.brand-name span {
  color: var(--green);
}
.brand-name b {
  font-size: 16px;
  font-weight: 500;
}
.brand-sub {
  font-size: 9px;
  margin-top: 7px;
  color: var(--muted);
}
.search {
  display: flex;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  align-items: center;
  height: 46px;
  flex: 1;
  min-width: 100px;
}
.search input {
  border: 0;
  background: transparent;
  width: 100%;
  min-width: 0;
  padding: 12px 16px;
  outline: none;
}
.search button {
  width: 46px;
  height: 44px;
  display: grid;
  place-items: center;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}
.icon-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 4px;
}
.icon-btn:hover {
  background: var(--wash);
}
.icon-btn[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 7px);
  inset-inline-end: 0;
  padding: 6px 10px;
  background: var(--ink);
  color: white;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 11px;
  z-index: 30;
}
.count {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  display: grid;
  place-items: center;
  background: var(--green);
  color: white;
  border-radius: 50%;
  font-size: 10px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 19px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}
.btn:hover {
  border-color: var(--green);
  background: var(--wash);
}
.btn.primary {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.btn.primary:hover {
  background: #065c45;
}
.btn.dark {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.btn.small {
  min-height: 35px;
  padding: 7px 13px;
  font-size: 12px;
}
.btn.full {
  width: 100%;
}
.nav {
  display: flex;
  align-items: center;
  gap: 29px;
  overflow-x: auto;
  scrollbar-width: none;
  min-height: 49px;
}
.nav a {
  font-size: 12px;
  white-space: nowrap;
  padding-block: 14px;
  border-bottom: 2px solid transparent;
}
.nav a.active {
  color: var(--green);
  border-color: var(--green);
  font-weight: 600;
}
.nav .nav-end {
  margin-inline-start: auto;
  color: var(--coral);
}
.mobile-only {
  display: none;
}
.page-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  padding-block: 31px 25px;
}
.page-intro p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
}
.text-link:hover {
  color: var(--green);
}
.text-link .icon {
  width: 16px;
  height: 16px;
}
.feature {
  position: relative;
  isolation: isolate;
  background: #efeff0;
  min-height: 354px;
  overflow: hidden;
}
.feature-photo {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 77%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  z-index: -1;
  mask-image: linear-gradient(to right, transparent 0%, black 22%);
}
.feature-copy {
  padding: 44px 44px 42px;
  max-width: 47%;
}
.feature h2 {
  font-size: 38px;
  line-height: 1.3;
  max-width: 470px;
  margin-bottom: 13px;
}
.feature p {
  color: #565c58;
  max-width: 330px;
  margin-bottom: 23px;
  font-size: 13px;
}
.feature .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature .eyebrow:before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
}
.feature-note {
  position: absolute;
  inset-inline-end: 24px;
  bottom: 20px;
  font-size: 11px;
  background: #ffffffde;
  padding: 6px 12px;
  border-radius: 4px;
}
.feature-index {
  position: absolute;
  bottom: 20px;
  inset-inline-start: 44px;
  display: flex;
  gap: 6px;
}
.feature-index i {
  width: 20px;
  height: 3px;
  background: #c6cec8;
}
.feature-index i:first-child {
  background: var(--green);
  width: 38px;
}
.service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
  gap: 15px;
}
.service-strip > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
}
.service-strip > div + div {
  border-inline-start: 1px solid var(--line);
}
.service-strip .icon {
  color: var(--green);
  width: 19px;
}
.section {
  padding-block: 35px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
  gap: 18px;
}
.section-head p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 5px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.category {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 0;
}
.category-art {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--wash);
  flex-shrink: 0;
}
.category-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category span {
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.category:hover {
  color: var(--green);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 23px;
}
.product-grid.six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.product-card {
  min-width: 0;
  position: relative;
}
.product-media {
  position: relative;
  aspect-ratio: 1.12;
  background: var(--wash);
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 14px;
}
.product-media > a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.product-media:hover img {
  transform: scale(1.045);
}
.product-media .icon-btn {
  position: absolute;
  inset-inline-end: 8px;
  top: 8px;
  background: #ffffffef;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.product-media .icon {
  width: 16px;
  height: 16px;
}
.saved .icon {
  fill: var(--coral);
  stroke: var(--coral);
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--green);
  background: var(--mint);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  padding: 4px 7px;
  border-radius: 3px;
}
.badge.hot {
  color: #a84134;
  background: #fff0eb;
}
.product-media .badge {
  position: absolute;
  bottom: 10px;
  inset-inline-start: 10px;
}
.product-card .maker {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 3px;
}
.product-card h3 {
  font-size: 13px;
  line-height: 1.55;
  min-height: 40px;
  font-weight: 500;
}
.price-line {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 11px;
  flex-wrap: wrap;
}
.price-line strong {
  font-size: 20px;
  line-height: 1.2;
}
.price-line small {
  font-size: 10px;
  color: var(--muted);
}
.market-mini {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: var(--muted);
  flex-wrap: wrap;
}
.market-mini b {
  color: var(--green);
  font-weight: 500;
}
.discovery {
  background: #f1f5f0;
  margin-top: 15px;
}
.discovery-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-block: 35px;
  align-items: center;
}
.discovery h2 {
  font-size: 25px;
  margin: 6px 0 12px;
}
.market-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #dbe3dc;
}
.market-row:last-child {
  border-bottom: 0;
}
.market-row img {
  width: 57px;
  height: 57px;
  object-fit: cover;
  border-radius: 4px;
}
.market-row .grow {
  flex: 1;
}
.market-row strong {
  font-size: 14px;
}
.market-row small {
  display: block;
  color: var(--muted);
}
.market-row .rank {
  color: #7d8b81;
  font-size: 12px;
}
.footer {
  margin-top: 35px;
  border-top: 1px solid var(--line);
  background: #fafbf9;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  padding-block: 36px;
}
.footer-links {
  display: flex;
  gap: 45px;
  font-size: 12px;
  flex-wrap: wrap;
}
.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding-block: 17px;
  font-size: 10px;
  color: var(--muted);
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 23px;
  color: var(--muted);
  font-size: 11px;
  flex-wrap: wrap;
}
.breadcrumb .icon {
  width: 12px;
  height: 12px;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 204px minmax(0, 1fr);
  gap: 37px;
  padding-block: 12px 45px;
}
.filters {
  border-inline-end: 1px solid var(--line);
  padding-inline-end: 27px;
}
.filter-group {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.filter-group h3 {
  font-size: 13px;
  margin-bottom: 14px;
}
.check {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  cursor: pointer;
  margin-block: 10px;
}
.check input {
  accent-color: var(--green);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.filter-cats {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.filter-cats button {
  text-align: start;
  padding: 6px 9px;
  border-radius: 4px;
  font-size: 12px;
}
.filter-cats button.active {
  background: var(--mint);
  color: var(--green);
  font-weight: 600;
}
input[type="range"] {
  accent-color: var(--green);
  width: 100%;
}
.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 22px;
  font-size: 12px;
}
.select {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 9px 12px;
  background: white;
  max-width: 100%;
  color: var(--ink);
}
.empty {
  padding: 70px 20px;
  text-align: center;
  grid-column: 1/-1;
}
.empty > .icon {
  width: 42px;
  height: 42px;
  color: #99aca0;
  margin-bottom: 14px;
}
.empty h2 {
  font-size: 23px;
}
.empty .btn {
  margin-top: 20px;
}
.product-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 65px;
  padding-block: 12px 38px;
}
.gallery-main {
  position: relative;
  aspect-ratio: 1.12;
  background: #f1f2f1;
  overflow: hidden;
  border-radius: 5px;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-main .icon-btn {
  position: absolute;
  bottom: 15px;
  inset-inline-end: 15px;
  background: white;
}
.gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.gallery-thumbs button {
  width: 74px;
  height: 62px;
  overflow: hidden;
  border: 1px solid var(--line);
  padding: 3px;
  border-radius: 4px;
}
.gallery-thumbs button.active {
  border-color: var(--green);
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info h1 {
  font-size: 31px;
  margin: 11px 0;
}
.rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
}
.rating .icon {
  width: 14px;
  height: 14px;
  fill: #b78430;
  stroke: #b78430;
}
.product-info .description {
  font-size: 13px;
  color: var(--muted);
  margin-top: 18px;
}
.spec-select {
  display: flex;
  gap: 18px;
  margin-block: 22px;
}
.spec-select label {
  flex: 1;
  font-size: 12px;
}
.spec-select select {
  width: 100%;
  display: block;
  margin-top: 7px;
}
.trade-box {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 20px;
}
.trade-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 18px;
}
.trade-prices > div + div {
  border-inline-start: 1px solid var(--line);
  padding-inline-start: 20px;
}
.trade-prices small {
  color: var(--muted);
  display: block;
  font-size: 11px;
}
.trade-prices strong {
  display: block;
  font-size: 29px;
  margin: 3px 0;
}
.trade-prices span {
  font-size: 11px;
}
.trade-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.bid-link {
  display: block;
  color: var(--green);
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.trust-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
  font-size: 11px;
  color: var(--muted);
}
.trust-note .icon {
  color: var(--green);
  width: 17px;
}
.tabs {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid var(--line);
  overflow: auto;
}
.tabs button {
  padding: 16px 0;
  font-size: 13px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.tabs button.active {
  color: var(--green);
  border-color: var(--green);
  font-weight: 600;
}
.tab-content {
  padding: 28px 0 12px;
}
.table-wrap {
  overflow: auto;
}
.offers {
  width: 100%;
  border-collapse: collapse;
  text-align: start;
}
.offers th {
  font-weight: 500;
  color: var(--muted);
  font-size: 11px;
  padding: 14px 16px;
  background: var(--wash);
  text-align: start;
  white-space: nowrap;
}
.offers td {
  padding: 20px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.offers td:first-child {
  padding-inline-start: 0;
}
.seller-id {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar {
  width: 36px;
  height: 36px;
  background: #e4eee5;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #346b52;
  flex-shrink: 0;
  font-size: 12px;
}
.avatar.pink {
  background: #f7e9e2;
  color: #9b6758;
}
.avatar.blue {
  background: #e7eef4;
  color: #577188;
}
.offers .price {
  font-size: 19px;
  font-weight: 600;
  white-space: nowrap;
}
.offers small {
  color: var(--muted);
  font-size: 10px;
  display: block;
}
.chart-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
}
.chart {
  height: 260px;
  position: relative;
}
.chart canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.chart-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.chart-summary strong {
  font-size: 26px;
}
.segmented {
  display: flex;
  gap: 3px;
  padding: 3px;
  background: var(--wash);
  border-radius: 4px;
}
.segmented button {
  padding: 6px 12px;
  font-size: 11px;
  border-radius: 3px;
}
.segmented button.active {
  background: white;
  box-shadow: 0 1px 4px #00000012;
}
.bid-row {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  gap: 10px;
  font-size: 12px;
}
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.review {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.review p {
  font-size: 13px;
  margin-top: 14px;
  color: var(--muted);
}
.specs {
  max-width: 740px;
}
.specs div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.shop-cover {
  background: #e9f0e9;
  border-top: 4px solid var(--green);
  padding: 35px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
.shop-cover > .avatar {
  width: 82px;
  height: 82px;
  font-size: 25px;
  background: white;
}
.shop-cover .grow {
  flex: 1;
}
.shop-cover h1 {
  font-size: 29px;
}
.shop-cover p {
  font-size: 12px;
  color: var(--muted);
  margin-block: 8px;
}
.account-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 50px;
  padding-block: 15px 45px;
}
.account-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account-nav a,
.account-nav button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  text-align: start;
  font-size: 12px;
  border-radius: 4px;
}
.account-nav .active {
  background: var(--mint);
  color: var(--green);
}
.account-nav .icon {
  width: 17px;
}
.account-main {
  min-width: 0;
}
.account-heading {
  margin-bottom: 27px;
}
.account-heading h1 {
  font-size: 28px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  margin: 25px 0;
}
.stats > div {
  padding: 22px;
}
.stats > div + div {
  border-inline-start: 1px solid var(--line);
}
.stats strong {
  display: block;
  font-size: 27px;
}
.stats small {
  color: var(--muted);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.field input,
.field textarea,
.field select {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #d7ded8;
  border-radius: 4px;
  background: white;
  margin-top: 7px;
  color: var(--ink);
  min-width: 0;
}
.field textarea {
  min-height: 100px;
  resize: vertical;
}
.field.wide {
  grid-column: 1/-1;
}
.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.form-section {
  padding-bottom: 30px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.form-section h2 {
  font-size: 19px;
  margin-bottom: 20px;
}
.upload {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px dashed #a5b9aa;
  background: var(--wash);
  padding: 30px;
  gap: 10px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}
.upload input {
  max-width: 100%;
  font-size: 11px;
}
.upload img {
  max-height: 140px;
}
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 60px;
  padding-block: 15px 50px;
}
.order-summary {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 25px;
  align-self: start;
  position: sticky;
  top: 20px;
}
.order-summary h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin: 13px 0;
  gap: 15px;
}
.summary-line.total {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 18px;
  font-size: 17px;
}
.order-summary .btn {
  margin-top: 14px;
}
.cart-item {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  align-items: center;
}
.cart-item:first-child {
  padding-top: 0;
}
.cart-item img {
  width: 120px;
  height: 110px;
  object-fit: cover;
  border-radius: 4px;
}
.cart-item .grow {
  flex: 1;
  min-width: 0;
}
.cart-item h3 {
  font-size: 15px;
}
.cart-item p {
  color: var(--muted);
  font-size: 11px;
  margin-block: 5px;
}
.cart-item strong {
  font-size: 19px;
}
.stepper {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  width: max-content;
  margin-top: 12px;
  border-radius: 4px;
}
.stepper button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
}
.stepper .icon {
  width: 13px;
}
.stepper span {
  width: 28px;
  text-align: center;
  font-size: 12px;
}
.login-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 930px;
  margin: 55px auto 80px;
  gap: 90px;
  align-items: center;
}
.login-art {
  height: 510px;
  position: relative;
  overflow: hidden;
  background: var(--mint);
}
.login-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-art .brand {
  position: absolute;
  top: 25px;
  left: 25px;
}
.login-art .brand-name {
  color: white;
}
.login-art .brand-name span {
  color: white;
}
.login-form h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.login-form > p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 23px;
}
.login-form .field {
  margin-block: 17px;
}
.login-switch {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.login-switch a {
  padding: 10px 0;
  font-size: 13px;
}
.login-switch .active {
  border-bottom: 2px solid var(--green);
  color: var(--green);
}
dialog {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  width: min(620px, calc(100% - 32px));
  max-height: 85dvh;
  color: var(--ink);
  box-shadow: 0 20px 100px #13261b33;
}
dialog::backdrop {
  background: #182c2566;
  backdrop-filter: blur(3px);
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
  margin-bottom: 23px;
}
.dialog-heading h2 {
  font-size: 24px;
}
.dialog-heading p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
}
.language-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}
.language-grid button {
  text-align: start;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.language-grid button small {
  display: block;
  font-size: 10px;
  color: var(--muted);
}
.language-grid button.active {
  border-color: var(--green);
  background: var(--mint);
  color: var(--green);
}
.language-grid button:hover {
  background: var(--wash);
}
#toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: var(--ink);
  color: white;
  padding: 13px 22px;
  max-width: calc(100% - 32px);
  border-radius: 5px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  font-size: 13px;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.success {
  padding: 50px 20px;
  text-align: center;
}
.success > .icon {
  width: 60px;
  height: 60px;
  color: var(--green);
  margin-bottom: 20px;
}
.success h1 {
  margin-bottom: 15px;
}
.success p {
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto 25px;
}
.mobile-nav {
  display: none;
}
.result-count {
  font-size: 12px;
  color: var(--muted);
}
.notice {
  background: var(--mint);
  padding: 12px 15px;
  color: var(--green);
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.menu-list {
  display: grid;
  gap: 7px;
}
.menu-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
}
.review-form {
  margin-top: 25px;
  max-width: 600px;
}
.detail-tools {
  display: flex;
  gap: 8px;
}
.no-margin {
  margin: 0;
}
.form-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 14px;
}
[dir="rtl"] .feature-photo {
  transform: scaleX(-1);
}
[dir="rtl"] .icon.lucide-arrow-right,
[dir="rtl"] .icon.lucide-chevron-right {
  transform: scaleX(-1);
}
@media (min-width: 1600px) {
  .feature {
    min-height: 390px;
  }
  .feature-copy {
    padding-top: 54px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 56px);
  }
  .header-main {
    gap: 22px;
  }
  .header-actions {
    gap: 8px;
  }
  .nav {
    gap: 24px;
  }
  .product-grid.six {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .product-grid.six .product-card:nth-child(n + 5) {
    display: none;
  }
  .category-grid {
    gap: 12px;
  }
  .category {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .product-top {
    gap: 35px;
  }
  .product-info h1 {
    font-size: 27px;
  }
  .trade-prices strong {
    font-size: 25px;
  }
  .checkout-layout {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 300px;
  }
  .login-layout {
    gap: 50px;
  }
  .catalog-layout .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .header-main {
    flex-wrap: wrap;
    gap: 16px;
    padding-block: 16px;
  }
  .search {
    order: 3;
    flex-basis: 100%;
  }
  .header-actions {
    margin-inline-start: auto;
  }
  .nav {
    min-height: 44px;
  }
  .nav a {
    padding-block: 11px;
  }
  .utility .extra {
    display: none;
  }
  .feature-copy {
    max-width: 55%;
    padding: 32px;
  }
  .feature h2 {
    font-size: 31px;
  }
  .feature {
    min-height: 330px;
  }
  .feature-photo {
    width: 85%;
    object-position: 58% 50%;
  }
  .feature p {
    max-width: 230px;
  }
  .feature-index {
    inset-inline-start: 32px;
  }
  .service-strip > div {
    font-size: 10px;
  }
  .service-strip {
    gap: 8px;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .catalog-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 24px;
  }
  .catalog-layout .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-top {
    gap: 24px;
  }
  .product-info h1 {
    font-size: 24px;
  }
  .trade-buttons {
    grid-template-columns: 1fr;
  }
  .trade-box {
    padding: 15px;
  }
  .trade-prices strong {
    font-size: 22px;
  }
  .spec-select {
    margin-block: 16px;
  }
  .product-info .description {
    display: none;
  }
  .chart-layout {
    gap: 25px;
  }
  .checkout-layout {
    grid-template-columns: 1fr 280px;
    gap: 24px;
  }
  .account-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 25px;
  }
  .reviews {
    grid-template-columns: 1fr 1fr;
  }
  .footer-links {
    gap: 25px;
  }
  .product-grid.six {
    gap: 15px;
  }
  .product-card h3 {
    font-size: 12px;
  }
  .price-line strong {
    font-size: 18px;
  }
  .discovery-inner {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 13px;
  }
  .container {
    width: calc(100% - 36px);
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 21px;
  }
  .utility-inner {
    justify-content: center;
    min-height: 27px;
    font-size: 9px;
  }
  .utility-right {
    display: none;
  }
  .header-main {
    padding-block: 14px 12px;
    gap: 13px;
  }
  .brand-name {
    font-size: 29px;
  }
  .brand-name b {
    font-size: 14px;
  }
  .brand-sub {
    font-size: 8px;
    margin-top: 5px;
  }
  .header-actions {
    gap: 5px;
  }
  .header-actions > .desktop-only {
    display: none;
  }
  .header-actions .icon-btn {
    width: 33px;
    height: 34px;
  }
  .header-actions > .btn {
    display: none;
  }
  .nav {
    gap: 23px;
  }
  .nav a {
    font-size: 11px;
  }
  .nav .nav-end {
    display: none;
  }
  .search {
    height: 42px;
  }
  .search input {
    font-size: 12px;
    padding: 10px 12px;
  }
  .mobile-only {
    display: initial;
  }
  .page-intro {
    padding-block: 24px 20px;
    align-items: center;
  }
  .page-intro h1 {
    font-size: 24px;
  }
  .page-intro p {
    font-size: 11px;
    margin-top: 6px;
  }
  .page-intro > .text-link {
    display: none;
  }
  .feature {
    min-height: 390px;
  }
  .feature-photo {
    width: 100%;
    height: 70%;
    top: auto;
    bottom: 0;
    object-position: 50% 65%;
    mask-image: linear-gradient(to bottom, transparent, black 20%);
    opacity: 1;
  }
  .feature-copy {
    padding: 25px 24px;
    max-width: 100%;
  }
  .feature h2 {
    font-size: 29px;
    max-width: 100%;
    margin-bottom: 9px;
  }
  .feature p {
    font-size: 11px;
    max-width: 85%;
    margin-bottom: 15px;
  }
  .feature .btn {
    min-height: 36px;
    padding: 8px 13px;
    font-size: 11px;
  }
  .feature-index {
    inset-inline-start: 24px;
    bottom: 16px;
  }
  .feature-note {
    font-size: 9px;
    bottom: 15px;
    inset-inline-end: 13px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 8px;
  }
  .service-strip {
    padding: 14px 0;
    grid-template-columns: 1fr 1fr;
  }
  .service-strip > div {
    font-size: 9px;
    gap: 6px;
  }
  .service-strip > div:last-child {
    display: none;
  }
  .service-strip .icon {
    width: 16px;
  }
  .section {
    padding-block: 26px;
  }
  .section-head {
    margin-bottom: 18px;
    gap: 12px;
  }
  .section-head h2 {
    font-size: 20px;
  }
  .section-head .text-link {
    font-size: 10px;
    white-space: nowrap;
  }
  .section-head p {
    font-size: 11px;
  }
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 12px;
  }
  .category {
    padding: 0;
    gap: 7px;
  }
  .category-art {
    width: 68px;
    height: 68px;
  }
  .category span {
    font-size: 10px;
  }
  .product-grid,
  .product-grid.six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px 14px;
  }
  .product-grid.six .product-card:nth-child(n + 5) {
    display: block;
  }
  .product-media {
    margin-bottom: 10px;
    aspect-ratio: 1.04;
  }
  .product-card h3 {
    font-size: 12px;
    min-height: 38px;
  }
  .price-line {
    margin-top: 8px;
  }
  .price-line strong {
    font-size: 19px;
  }
  .market-mini {
    font-size: 9px;
    margin-top: 8px;
    padding-top: 8px;
  }
  .product-media .badge {
    font-size: 8px;
    bottom: 8px;
    inset-inline-start: 8px;
  }
  .product-media .icon-btn {
    width: 27px;
    height: 27px;
    top: 6px;
    inset-inline-end: 6px;
  }
  .product-card .maker {
    font-size: 9px;
  }
  .discovery-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 28px;
  }
  .discovery h2 {
    font-size: 23px;
  }
  .footer {
    margin-top: 20px;
    padding-bottom: 62px;
  }
  .footer-top {
    flex-direction: column;
    padding-block: 28px;
    gap: 24px;
  }
  .footer-links {
    gap: 40px;
    font-size: 11px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
  .breadcrumb {
    font-size: 10px;
    padding-block: 18px;
  }
  .catalog-layout {
    display: block;
    padding-top: 0;
  }
  .filters {
    display: none;
    border-inline-end: 0;
    padding: 20px;
    background: var(--wash);
    margin-bottom: 20px;
  }
  .filters.open {
    display: block;
  }
  .catalog-toolbar {
    gap: 8px;
    font-size: 10px;
    flex-wrap: wrap;
  }
  .catalog-toolbar .select {
    max-width: 160px;
    font-size: 11px;
    padding: 8px;
  }
  .catalog-toolbar .btn {
    font-size: 10px;
  }
  .catalog-layout .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-top {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 0;
  }
  .gallery-main {
    aspect-ratio: 1.2;
  }
  .gallery-thumbs button {
    width: 61px;
    height: 51px;
  }
  .product-info h1 {
    font-size: 26px;
  }
  .product-info .description {
    display: block;
    font-size: 12px;
  }
  .trade-box {
    padding: 18px;
  }
  .trade-buttons {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .trade-buttons .btn {
    font-size: 12px;
    padding: 11px 10px;
  }
  .trade-prices strong {
    font-size: 27px;
  }
  .tabs {
    gap: 25px;
  }
  .tabs button {
    font-size: 12px;
  }
  .offers {
    min-width: 665px;
  }
  .offers td {
    padding: 17px 14px;
  }
  .tab-content {
    padding-top: 20px;
  }
  .chart-layout {
    grid-template-columns: 1fr;
  }
  .reviews {
    grid-template-columns: 1fr;
  }
  .shop-cover {
    padding: 22px;
    gap: 17px;
    flex-wrap: wrap;
  }
  .shop-cover > .avatar {
    width: 58px;
    height: 58px;
    font-size: 20px;
  }
  .shop-cover h1 {
    font-size: 23px;
  }
  .shop-cover > .btn {
    width: 100%;
  }
  .account-layout {
    display: block;
    padding-top: 0;
  }
  .account-nav {
    flex-direction: row;
    overflow-x: auto;
    margin-bottom: 25px;
    gap: 8px;
    border-bottom: 1px solid var(--line);
  }
  .account-nav a,
  .account-nav button {
    white-space: nowrap;
    padding: 11px;
    font-size: 11px;
  }
  .account-nav .icon {
    width: 15px;
  }
  .stats > div {
    padding: 15px 10px;
  }
  .stats strong {
    font-size: 24px;
  }
  .stats small {
    font-size: 10px;
  }
  .form-grid {
    gap: 17px 13px;
  }
  .field {
    font-size: 11px;
  }
  .field input,
  .field select,
  .field textarea {
    padding: 11px;
    font-size: 14px;
  }
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .order-summary {
    position: static;
    padding: 20px;
  }
  .cart-item {
    gap: 14px;
    padding-block: 20px;
  }
  .cart-item img {
    width: 90px;
    height: 95px;
  }
  .cart-item h3 {
    font-size: 12px;
  }
  .cart-item strong {
    font-size: 16px;
  }
  .cart-item .icon-btn {
    width: 27px;
  }
  .login-layout {
    display: block;
    margin: 28px auto 50px;
    max-width: 400px;
  }
  .login-art {
    display: none;
  }
  .login-form h1 {
    font-size: 26px;
  }
  .language-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .language-grid button {
    font-size: 12px;
    padding: 9px;
  }
  dialog {
    padding: 23px 19px;
  }
  .dialog-heading h2 {
    font-size: 22px;
  }
  #toast {
    bottom: 85px;
    width: max-content;
    max-width: calc(100% - 30px);
    font-size: 12px;
  }
  .mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fffffff5;
    backdrop-filter: blur(12px);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 8px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    z-index: 20;
  }
  .mobile-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-size: 9px;
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: center;
  }
  .mobile-nav .icon {
    width: 19px;
    height: 19px;
  }
  .mobile-nav a.active {
    color: var(--green);
  }
  .mobile-nav .sell-mobile .icon {
    background: var(--green);
    color: white;
    width: 26px;
    height: 26px;
    padding: 4px;
    border-radius: 5px;
    margin-top: -4px;
  }
  .success {
    padding: 35px 0;
  }
  .detail-tools {
    gap: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media (max-width: 640px) {
  .offers {
    display: block;
    min-width: 0;
  }
  .offers thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .offers tbody {
    display: block;
  }
  .offers tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }
  .offers td {
    border: 0;
    padding: 5px 0;
    font-size: 12px;
  }
  .offers td:nth-child(1) {
    grid-column: 1/-1;
    margin-bottom: 6px;
  }
  .offers td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .offers td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    text-align: end;
  }
  .offers td:nth-child(4) {
    grid-column: 1/-1;
    font-size: 11px;
    color: var(--muted);
  }
  .offers td:nth-child(4) small {
    display: inline;
    margin-inline-start: 8px;
  }
  .offers td:nth-child(5) {
    grid-column: 1/-1;
    margin-top: 7px;
  }
  .offers td:nth-child(5) .btn {
    width: 100%;
    min-height: 40px;
  }
  .product-info .rating {
    flex-wrap: wrap;
  }
  .spec-select {
    min-width: 0;
  }
  .spec-select label {
    min-width: 0;
  }
  .section-head h2 {
    font-size: 19px;
  }
  .market-row .grow {
    min-width: 0;
  }
  .market-row {
    gap: 10px;
  }
  .market-row strong {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 640px) {
  .product-top {
    grid-template-columns: minmax(0, 1fr);
  }
  .product-top > *,
  .trade-prices > *,
  .trade-buttons > * {
    min-width: 0;
  }
  .trade-prices,
  .trade-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trade-prices strong {
    overflow-wrap: anywhere;
  }
  .spec-select .inline {
    flex-wrap: wrap;
  }
}
@media (max-width: 360px) {
  .trade-prices strong {
    font-size: 20px !important;
  }
  .trade-prices > div + div {
    padding-inline-start: 12px;
  }
  .trade-box {
    padding: 14px;
  }
}
