.dn {
  display: none !important;
}

.vendor-page .listpage-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
}

.vendor-page .product-list-grid {
  grid-template-columns: repeat(3, 1fr);
}

.brand-card {
  display: flex;
  flex-direction: column;
}

.brand-card .brand-name {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.brand-card .brand-desc {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.sidebar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 44px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}

.sidebar-btn .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vendor-page .brand-follow {
  margin-top: 16px;
}

.vendor-page .brand-share {
  margin-top: 10px;
}

.vendor-page .brand-follow .count {
  font-size: 14px;
  color: #858585;
}

/* 공유 영역 스타일 */
.sharing {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 4px;
  top: 63%;
  padding: 40px 20px 20px;
  max-width: calc(100% - -20px);
  display: flex;
  flex-direction: column;
}

.btn-share-close {
  position: absolute;
  top: 8px;
  right: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.sharing-header {
  margin-bottom: 10px;
}

.sharing-header span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.sharing-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.sns-facebook,
.sns-instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.sns-facebook img,
.sns-instagram img {
  width: 40px;
  height: 40px;
}

.sharing-url {
  display: flex;
  gap: 10px;
  align-items: center;
}

.share-url-input {
  flex: 1;
  padding: 9px !important;
  border-radius: 4px;
  font-size: 14px;
  background: #f9f9f9;
  color: #666;
}

.sns-copy-url {
  padding: 10px 16px;
  background: #ff8000;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}