/* stationery high-contrast + cart chip */
:root { --hf-text:#111111; --hf-muted:#444444; }
body, .site-wrapper { color:#111111; }
.desktop-main-menu-wrapper a,
.desktop-header-bar a,
.top-menu a,
.mid-bar a,
.menu-item > a,
.main-menu a,
.desktop-header-active .menu a,
.desktop-header-active .links a,
.desktop-header-active .cart a,
.mobile-header-wrapper a,
.mobile-header-wrapper .icon {
  color:#111111 !important;
  opacity:1 !important;
  fill:#111111 !important;
}
.footer, .footer a, .footer .module-title, .footer .title,
.footer .links-menu a, .footer .copyright, .footer .newsletter,
.footer p, .footer li {
  color:#111111 !important;
  opacity:1 !important;
}
.product-thumb .name a, .product-thumb .price, .product-info h1,
.module-title, .section-title, .breadcrumb a {
  color:#111111 !important;
}
header.header-compact, header .top-bar, header .mid-bar,
.desktop-header-active, .mobile-header-active,
.desktop-cart-wrapper, .mobile-cart-wrapper {
  background-color:#ffffff !important;
  background-image:none !important;
}
#cart > a.cart-heading, .cart-heading,
.desktop-cart-wrapper #cart > a, .mobile-cart-wrapper #cart > a {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:44px !important;
  min-height:44px !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  background:#f3f3f3 !important;
  border:1px solid #dddddd !important;
  opacity:1 !important;
  visibility:visible !important;
}
#cart .fa-shopping-cart, #cart i, #cart .cart-heading i,
.desktop-cart-wrapper #cart i, .mobile-cart-wrapper #cart i {
  color:#111111 !important;
  -webkit-text-fill-color:#111111 !important;
  fill:#111111 !important;
  opacity:1 !important;
  visibility:visible !important;
  font-size:22px !important;
}
#cart-total, .cart-heading #cart-total {
  color:#111111 !important;
  font-weight:600 !important;
}
#cart-items, #cart .count-badge {
  background:#111111 !important;
  color:#ffffff !important;
  opacity:1 !important;
}
/* hide residual social / telephone if any */
.social-icons, .module-social, a[href^="tel:"] {
  /* keep cart/search/account intact - only classic social wrappers */
}
.desktop-header-active .top-menu a[href*="information"],
.mobile-header-active .top-menu a[href*="information"] {
  /* top menu already cleaned in DB */
}
@media (max-width:768px) {
  .container, .module, .product-layout, .footer, .newsletter {
    max-width:100%;
    box-sizing:border-box;
  }
}

/* stationery login icons near logo */
/* Hide built-in top-bar text Login/Register */
.header-compact .top-bar .header-account-links,
.header-classic .top-bar .header-account-links,
.header-slim .top-bar .header-account-links,
.header-mega .top-bar .header-account-links,
.mobile-header .mobile-top-bar .header-account-links {
  display: none !important;
}

/* Desktop secondary icons next to search/cart (logo mid-bar) */
.header-compact .header-cart-group .secondary-menu .j-menu,
.header-compact .mid-bar .secondary-menu .j-menu {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.header-compact .header-cart-group .secondary-menu .menu-item > a,
.header-compact .mid-bar .secondary-menu .menu-item > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  border: 1px solid #e5e1da !important;
  background: #ffffff !important;
  color: #111111 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.header-compact .header-cart-group .secondary-menu .menu-item > a:hover {
  background: #f5f3ee !important;
  border-color: #d8d2c8 !important;
  color: #111111 !important;
}

/* Prefer icon glyph; hide text label */
.header-compact .header-cart-group .secondary-menu .menu-item > a > .links-text,
.header-compact .mid-bar .secondary-menu .menu-item > a > .links-text {
  display: none !important;
}

.header-compact .header-cart-group .secondary-menu .menu-item > a .icon,
.header-compact .header-cart-group .secondary-menu .menu-item > a i,
.header-compact .header-cart-group .secondary-menu .menu-item > a::before {
  color: #111111 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

/* Mobile custom menus (near logo bar icons) */
.mobile-header .mobile-custom-menu {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 1px solid #e5e1da !important;
  background: #ffffff !important;
  color: #111111 !important;
  margin: 0 3px !important;
}
.mobile-header .mobile-custom-menu .icon,
.mobile-header .mobile-custom-menu i,
.mobile-header .mobile-custom-menu::before {
  color: #111111 !important;
  font-size: 18px !important;
}
.mobile-header .mobile-custom-menu .links-text {
  display: none !important;
}

@media (max-width: 768px) {
  .header-compact .top-bar .header-account-links,
  .mobile-header .mobile-top-bar .header-account-links {
    display: none !important;
  }
}
