:root{--accent:#ff7a00;}

/* --- MAKEYCOLLECTION patches: shop details + preview --- */
.btn.ghost{
  background: rgba(255,255,255,.03);
  border-color: rgba(255,255,255,.12);
}
.btn.ghost:hover{ background: rgba(255,255,255,.07); }

.product-desc{
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
}
.product-desc:hover{ text-decoration: underline; }

.product-price{ cursor: pointer; }


.img-missing{display:flex; align-items:center; justify-content:center;}
.img-placeholder{opacity:.6; font-weight:800; letter-spacing:.08em; font-size:12px;}
