/* 냄새싹싹 로고 설정 (카테고리 링크 항목) */
a.nav__slider-item[href*="categoryNo=924268"] {
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 300px !important;
  height: 60px !important;
  position: relative !important;
  margin: 0 auto !important;
  padding: 0 !important;
  min-height: 0 !important;
  line-height: 0 !important;
}

a.nav__slider-item[href*="categoryNo=924268"]::before {
  content: "" !important;
  display: block !important;
  width: 300px !important;
  height: 50px !important;
  background-image: url("https://shopby-images.cdn-nhncommerce.com/20250620/083725.531709015/%EC%B9%B4%ED%85%8C%EA%B3%A0%EB%A6%AC.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* 전체 nav 라인 정렬 */
.nav__slider {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  position: relative !important;
}

/* ALL CATEGORY 버튼 숨김 */
button[shopby-on\:click="TOGGLE_ALL_CATEGORY_PANEL"] {
  visibility: hidden !important;
  width: 120px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* 비회원 주문조회 숨김 */
article.guest-order-form {
  display: none !important;
}
/* 전체 페이지 하단 여백 기본값 */
main {
  margin-bottom: 10px !important;
}
.footer__quick-link {
  display: none !important;
}
/* ---------- 회원메뉴 한글화 및 위치 조정 ---------- */
.my-menu__label {
  font-size: 0 !important;
  position: relative;
  display: inline-block;
}

.my-menu__label::before {
  content: "회원메뉴";
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  color: #000;
  display: inline-block;
  position: relative;
  top: -1px;            /* 위아래 미세조정 */
  margin-left: 6px;     /* 왼쪽 여백으로 살짝 오른쪽 이동 */
}

.my-menu {
  display: inline-block !important;
  margin-left: 40px !important;
  vertical-align: middle;
}

/* ---------- JOIN, LOGIN, CART 한글화 ---------- */
.member__menu-link[href*="sign-up-method"]::before {
  content: "회원가입";
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #000;
}
.member__menu-link[href*="sign-up-method"] {
  font-size: 0 !important;
}

.member__menu-link[href*="sign-in"]::before {
  content: "로그인";
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #000;
}
.member__menu-link[href*="sign-in"] {
  font-size: 0 !important;
}

.member__menu-link[href*="cart"]::before {
  content: "장바구니";
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #000;
}
.member__menu-link[href*="cart"] {
  font-size: 0 !important;
}

/* ---------- 카트 뱃지 위치 미세조정 ---------- */
.member__menu-link-badge {
  margin-left: 6px;
  transform: translateY(1.5px);
}

/* ---------- 메뉴 정렬 및 간격 ---------- */
.member__menu {
  display: flex !important;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}

.member__menu li {
  white-space: nowrap;
}
/* ---------- 로그아웃 한글화 ---------- */
.member__menu-link[shopby-action="SIGN_OUT"]::before {
  content: "로그아웃";
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #000;
}

.member__menu-link[shopby-action="SIGN_OUT"] {
  font-size: 0 !important; /* 기존 영문 숨기기 */
}
