.seller-category-pills{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:8px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    white-space:nowrap !important;
    padding:0 12px 12px !important;
    margin:0 0 10px !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
}

.seller-category-pills::-webkit-scrollbar{
    display:none !important;
}

.seller-pill{
    flex:0 0 auto;
    padding:10px 16px;
    border:1px solid #e5e5e5;   /* light border */
    border-radius:999px;
    background:#fff;           /* white bg */
    color:#111;
    font-size:14px;
    font-weight:500;
    white-space:nowrap;
}

/* ACTIVE STATE */
.seller-pill.active{
    background:#f2f2f2;        /* light grey bg */
    border:1px solid #111;     /* dark black border */
    color:#111;
}
.seller-page-content {
  padding-top: 0;
}

.seller-hero-card {
  margin-bottom: 18px;
  background: #fff;
}

.seller-cover {
  position: relative;
  height: 255px;
  overflow: hidden;
}

.seller-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.seller-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
}

.seller-cover-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 20px 44px;
  text-align: center;
}

.featured-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.seller-cover-overlay h2 {
  font-size: 33px;
  line-height: 1.05;
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.seller-cover-overlay p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  max-width: 270px;
  font-weight: 400;
  color: black;
}

.seller-profile-block {
  text-align: center;
  margin-top: -44px;
  padding: 0 16px 18px;
  position: relative;
  z-index: 3;
}

.seller-profile-avatar {
  width: 86px;
  height: 86px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #d7ccc1;
  color: #111;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.seller-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seller-profile-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #111;
  letter-spacing: -0.3px;
}

.seller-profile-handle {
  font-size: 14px;
  color: #7b7b7b;
  margin: 0;
}

.seller-category-pills {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 12px 14px;
  margin-bottom: 4px;
  scrollbar-width: none;
}

.seller-category-pills::-webkit-scrollbar {
  display: none;
}

.seller-pill,
.seller-pill:link,
.seller-pill:visited{
    color:#111 !important;
}

/* HOVER & CLICK */
.seller-pill:hover,
.seller-pill:active,
.seller-pill.active{
    color:#111 !important;
}