.luxeave-products { position: relative; }
.luxeave-empty { padding: 44px 20px; text-align: center; border: 1px solid #e8e8e8; background: #fafafa; color: #777; }
.luxeave-wishlist-button { margin-top: 8px; width: 100%; min-height: 38px; border: 1px solid #ddd; background: #fff; color: #222; cursor: pointer; display:flex; align-items:center; justify-content:center; gap:7px; transition:.2s ease; }
.luxeave-wishlist-button:hover, .luxeave-wishlist-button.is-active { border-color:#111; background:#111; color:#fff; }
.luxeave-wishlist-button span { font-size:17px; line-height:1; }
.luxeave-wishlist-button em { font-style:normal; font-size:12px; }
.luxeave-wishlist-button.is-loading { opacity:.55; cursor:wait; }
.single-product .luxeave-wishlist-button { max-width:220px; }
.luxeave-brand-directory { display:grid; gap:48px; }
.luxeave-brand-directory section { display:grid; grid-template-columns:100px 1fr; gap:28px; }
.luxeave-brand-directory h2 { margin:0; font-family:Georgia,serif; font-size:40px; font-weight:500; }
.luxeave-brand-list { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border-top:1px solid #e8e8e8; }
.luxeave-brand-list a { padding:20px 12px; border-bottom:1px solid #e8e8e8; display:flex; flex-direction:column; gap:3px; }
.luxeave-brand-list a:hover { background:#f7f6f4; }
.luxeave-brand-list strong { font-size:14px; }
.luxeave-brand-list span { color:#888; font-size:11px; }
.luxeave-support-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:24px; }
.luxeave-support-grid a { min-height:110px; padding:22px; border:1px solid #e8e8e8; display:flex; align-items:flex-end; font-weight:700; }
.luxeave-support-grid a:hover { background:#111; color:#fff; }
@media (max-width:820px) {
  .luxeave-brand-directory section { grid-template-columns:1fr; gap:10px; }
  .luxeave-brand-list { grid-template-columns:repeat(2,1fr); }
  .luxeave-support-grid { grid-template-columns:repeat(2,1fr); }
}
