: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;
  /* looks like a small caption / signature under the photo */
  font-size: clamp(14.5px, 1.55vw, 16px);
  line-height: 1.45;
  letter-spacing: .01em;
  color: rgba(255,255,255,.72);
  text-shadow: 0 0 10px rgba(255, 122, 0, .10);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: default;
}
.product-desc:hover{ text-decoration: none; }

/* Short label (e.g., “Карманная картинка / Брелок”) — styled like a neat caption */
.product-desc.is-label{
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .03em;
  color: rgba(255,255,255,.82);
}

.product-price{ cursor: pointer; }

