/* Hide WooCommerce demo cart icon in header */
.header_cart_wrapper {
  display: none !important;
}

/* Hide generic Western social share bar on tour/blog pages */
.social_share_wrapper {
  display: none !important;
}

/* Grace Way brand social icons */
.grace-social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grace-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff !important;
  font-size: 16px;
  transition: background 0.2s, color 0.2s;
}

.grace-social li a:hover {
  background: #b63327;
  color: #fff !important;
}

.grace-social li.whatsapp a:hover {
  background: #25d366;
}

.grace-social li.wechat a:hover {
  background: #07c160;
}

.grace-social li.email a:hover {
  background: #ff9d00;
}

/* Service & counter icons – brand accent */
.service_icon i,
.animate_counter_wrapper > i.fa {
  color: #b63327;
}
