/* Cart-prominence loud-button styling REVERTED 2026-05-11 (user feedback: too ugly).
 * The recently-viewed strip styling below stays — it's the only consumer of this file
 * and the file path is wired into RecentlyViewed::enqueue().
 * If we revisit cart prominence later, do it as a more subtle theme-aware tweak.
 */

/* Recently-viewed strip */
.tm-recently-viewed { margin: 24px 0; padding: 16px 0; border-top: 1px solid #eee; }
.tm-recently-viewed h3 { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; color: #555; margin: 0 0 12px; }
.tm-rv-list { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 6px; }
.tm-rv-item { flex: 0 0 auto; width: 140px; text-align: center; text-decoration: none; color: #222; }
.tm-rv-item img { width: 140px; height: 140px; object-fit: contain; background: #fafafa; border: 1px solid #eee; }
.tm-rv-item .nm { display: block; font-size: 12px; line-height: 1.3; margin-top: 6px; max-height: 32px; overflow: hidden; }
.tm-rv-item .pr { display: block; font-size: 13px; font-weight: 600; color: #c0392b; margin-top: 2px; }
