/* Hide dropdown chevron on the top-level Products nav item */
.unit-header-nav a[href$='products.html'] > .unit-header-nav__item-drop,
.unit-header-menu a[href$='products.html'] > .unit-header-menu__nav__item-drop {
  display: none !important;
}

/* Hide the three-dot "more social" icon in the header */
.unit-social-list__more {
  display: none !important;
}

/* Hide header language / globe icon next to social icons */
#unit-z83Mp9hnOT,
[package-type="header-language"] {
  display: none !important;
}

/* Hide raw Vue templates until local search renders */
#unit-aCJ03oLpoC[v-cloak],
#unit-aCJ03oLpoC .unit-search[v-cloak],
#unit-aCJ03oLpoC:not(.local-search-ready) {
  visibility: hidden;
  min-height: 240px;
}

#unit-aCJ03oLpoC.local-search-ready,
#unit-aCJ03oLpoC .unit-search.local-search-ready {
  visibility: visible;
}

.unit-search__list-title {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.unit-search__list-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Homepage "Shop Jewelry by Category" — keep visuals, remove dead links */
#unit-EqLZFloV9i .unit-list__image,
#unit-EqLZFloV9i .unit-list__title span {
  cursor: default;
}

/* Hide hero banner video play icon overlay */
#unit-FNta5PYqfk .base-video__play {
  display: none !important;
}

/* Hide chatbot / floating inquiry widget */
#widgetSocialMediaChat,
[package-widget-type="social-media-chat"] {
  display: none !important;
}

/* Contact Us page — hide contact person photo */
#unit-tMTs9PZklw {
  display: none !important;
}

/* Inquiry success message (shown on same page after submit) */
.local-inquiry-success {
  margin: 24px 0;
  padding: 32px 28px;
  border-radius: 8px;
  background: #f8f6f2;
  border: 1px solid rgba(186, 157, 102, 0.35);
  text-align: center;
}

.local-inquiry-success__title {
  margin: 0 0 12px;
  font-size: 1.75rem;
  color: #222;
}

.local-inquiry-success__text,
.local-inquiry-success__note,
.local-inquiry-success__dev {
  margin: 0 0 12px;
  line-height: 1.6;
  color: #555;
}

.local-inquiry-success__dev {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.9rem;
  color: #777;
}

.local-inquiry-success__dev code {
  font-size: 0.85em;
}
