@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&display=swap");

body.mp-seller-shop main.mp-shop-page {
  background: #fff !important;
  font-family: Mulish, "Segoe UI", sans-serif;
}
body.mp-hub-page .mp-shop {
  background: #fff !important;
  font-family: Mulish, "Segoe UI", sans-serif;
  width: 100%;
  margin: 0;
  padding: 48px max(24px, calc((100% - 1180px) / 2)) 80px;
}
body.mp-seller-shop .page-header,
body.mp-seller-shop .woocommerce-products-header,
body.mp-seller-shop .woocommerce-breadcrumb,
body.mp-seller-shop .ecomus-breadcrumb,
body.mp-seller-shop .em-breadcrumb,
body.mp-seller-shop .catalog-toolbar,
body.mp-seller-shop .shop-toolbar,
body.mp-seller-shop .woocommerce-result-count,
body.mp-seller-shop .woocommerce-ordering {
  display: none !important;
}

.mp-shop {
  --ink: #161513;
  --mute: #6f6a62;
  --line: #ece7de;
  --gold: #c9a66b;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 80px;
  color: var(--ink);
}
.mp-shop * { box-sizing: border-box; }
.mp-shop a { color: inherit; }

.mp-shop__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 28px;
}
.mp-shop__who {
  display: flex;
  gap: 20px;
  align-items: center;
  min-width: 0;
}
.mp-shop__avatar {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  border-radius: 50%;
  overflow: hidden;
  background: #1c1914;
  color: #f6f1e7;
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: 800;
}
.mp-shop__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mp-shop__name {
  margin: 0;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.mp-shop__bio {
  margin: 8px 0 0;
  max-width: 52ch;
  color: var(--mute);
  line-height: 1.55;
}
.mp-shop__meta {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--mute);
}
.mp-shop__share {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font: 700 13px Mulish, sans-serif;
  cursor: pointer;
}
.mp-shop__share:hover { border-color: var(--ink); }

.mp-shop__tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  margin: 8px 0 22px;
}
.mp-shop__tabs a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 700;
  color: var(--mute);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.mp-shop__tabs a.is-active,
.mp-shop__tabs a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.mp-shop__tools {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.mp-shop__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mp-shop__chips a {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.mp-shop__chips a.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.mp-shop__sort {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  font: 600 13px Mulish, sans-serif;
}

.mp-shop__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mp-shop__card {
  display: grid;
  gap: 10px;
  text-decoration: none !important;
  color: inherit;
}
.mp-shop__card img,
.mp-shop__ph {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  background: #f4efe6;
  display: grid;
  place-items: center;
  color: var(--mute);
}
.mp-shop__card strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.mp-shop__card span { color: var(--mute); font-size: 14px; }
.mp-shop__card:hover strong { color: #9a7b42; }

.mp-shop__empty {
  padding: 48px 0;
  color: var(--mute);
}
.mp-shop__pager { margin-top: 36px; }

.mp-shop__about {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.mp-shop__about h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
}
.mp-shop__about p { margin: 0; color: var(--mute); max-width: 62ch; line-height: 1.65; }

.mp-shop__cta {
  margin-top: 56px;
  padding: 40px 36px;
  border-radius: 20px;
  background: #1c1914;
  color: #fffdf8;
  text-align: center;
}
.mp-shop__cta h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  color: #fffdf8;
}
.mp-shop__cta p { margin: 0 0 20px; color: rgba(255,253,248,0.72); }
.mp-shop__cta a {
  display: inline-flex;
  padding: 12px 22px;
  border-radius: 10px;
  background: #c9a66b;
  color: #1c1914;
  font-weight: 800;
  text-decoration: none;
}

.mp-sold-by { margin: 0 0 12px; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; color: #6b6256; font-family: Mulish, sans-serif; }
.mp-sold-by a { color: #1a1f24; font-weight: 700; text-underline-offset: 3px; }
.mp-order-chat { margin: 32px 0; font-family: Mulish, sans-serif; }
.mp-order-chat__thread { margin: 16px 0; padding: 16px; border: 1px solid #ece7de; border-radius: 12px; }
.mp-order-chat__form textarea { width: 100%; margin: 8px 0; }
.mp-order-chat__form button { padding: 8px 14px; border: 0; background: #161513; color: #fff; }

@media (max-width: 980px) {
  .mp-shop__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .mp-shop__head { flex-direction: column; }
  .mp-shop__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-shop__avatar { width: 72px; height: 72px; flex-basis: 72px; font-size: 26px; }
  .mp-shop__cta { padding: 28px 20px; }
}
