/* ============================================================================
   02 · Carta e inchiostro — un libro di enigmi.

   Niente blocchi pieni: filetti sottili, riquadri di carta più chiara, un serif
   per le cose che contano e un sans discreto per tutto il resto. L'enigma è il
   protagonista, l'interfaccia sta un passo indietro.  Mockup: blocco #02.
   ========================================================================= */

html[data-theme="carta"] {
  --bg: #f6f2e9;
  --ink: #1b1a17;
  --ink-2: #6b6558;
  --ink-3: #8d8574;
  --line: #d8d0be;
  --surface: #fffdf8;
  --surface-ink: #1b1a17;

  --accent: #c9a227;
  --accent-ink: #1b1a17;
  --ok: #1b1a17;
  --ok-ink: #f6f2e9;
  --warn: #f0eade;
  --warn-ink: #1b1a17;
  --locked: transparent;
  --locked-ink: #c9c0ab;
  --hint-locked: transparent;

  --lvl-bg: #f6f2e9;
  --lvl-ink: #1b1a17;
  --right-bg: #f6f2e9;
  --right-ink: #1b1a17;
  --wrong-bg: #f6f2e9;
  --wrong-ink: #1b1a17;
  --ask-bg: #f6f2e9;
  --ask-ink: #1b1a17;
  --full-bg: #f6f2e9;
  --full-ink: #1b1a17;

  --conf-1: #c9a227;
  --conf-2: #1b1a17;
  --conf-3: #a08419;
  --conf-4: #8d8574;

  --font: 'Outfit', system-ui, sans-serif;
  --font-display: 'Libre Caslon Display', Georgia, serif;
  --font-mono: 'Outfit', system-ui, sans-serif;
  --tt-display: none;
  --tt-label: uppercase;
  --ls-display: 0;
  --ls-label: .14em;
  --w-display: 400;
  --w-label: 500;

  --fs-huge: 48px;
  --fs-title: 31px;
  --fs-lead: 24px;
  --fs-body: 16px;
  --fs-small: 16px;
  --fs-label: 13px;

  --r: 14px;
  --r-lg: 22px;
  --r-pill: 999px;
  --bd: 1px;
  --bd-color: #d8d0be;
  --shadow: none;

  --pad: 24px;
  --head-top: 26px;
  --gap: 10px;
  --gap-block: 20px;
  --block-pad: 18px 20px;
  --btn-pad: 16px;

  --ico-fav: 26px;

  /* 21px e 17px invece di 18px e 14px */
  --riddle-lungo: 0.68;
  --riddle-enorme: 0.55;
}

/* --- guscio: un filo separa la pagina dalla navigazione --- */
html[data-theme="carta"] .app.has-tabs .tabbar {
  border-top: 1px solid #d8d0be;
  padding: 0 10px var(--safe-tab);
}

html[data-theme="carta"] .tabbar__item { color: #8d8574; padding: 22px 0 20px; }
html[data-theme="carta"] .tabbar__item.is-on { background: none; color: #1b1a17; }
html[data-theme="carta"] .tabbar__item.is-on svg { border-bottom: 2px solid #1b1a17; padding-bottom: 3px; box-sizing: content-box; }

html[data-theme="carta"] .head__title { font-family: 'Libre Caslon Display', serif; font-size: 26px; }
html[data-theme="carta"] .brand__name { font-family: 'Libre Caslon Display', serif; font-size: 22px; letter-spacing: 0; }
html[data-theme="carta"] .mark i:nth-child(2) { background: #c9a227; }

html[data-theme="carta"] .head__back {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #6b6558;
}

/* «← Raccolta 2» al posto di «◂ Racc.2 / 10»: il ritorno dell'enigma porta con
   sé le sue parti staccate, e qui si sceglie di scrivere solo la raccolta.
   Il selettore per attributo tiene fuori le testate che quel dato non ce l'hanno. */
html[data-theme="carta"] .head__back::before { content: '← '; }
html[data-theme="carta"] .head__back[data-racc] span { display: none; }
html[data-theme="carta"] .head__back[data-racc]::after { content: attr(data-racc); }

html[data-theme="carta"] .coins {
  background: none;
  color: #1b1a17;
  border: 1px solid #ccc4b2;
  border-radius: 999px;
  padding: 6px 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

html[data-theme="carta"] .coins::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c9a227;
}

html[data-theme="carta"] .ico--fav[aria-pressed="true"] { color: #c9a227; }

/* --- home: il cammino, poi l'elenco delle raccolte --- */

/* 8px invece di 24: il cammino stava troppo staccato dalla testata */
html[data-theme="carta"] .tally {
  position: relative;
  padding: 8px 84px 0 0;
  display: flex;
  flex-direction: column;
}

/* Un sigillo sulla carta, a destra del numero: filetto sottile e il punto
   d'oro che questo tema usa già per le monete. */
html[data-theme="carta"] .tally::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 26px;
  width: 60px;
  height: 60px;
  border: 1px solid #d8d0be;
  border-radius: 50%;
  background: radial-gradient(circle, #c9a227 0 7px, transparent 7px);
}
html[data-theme="carta"] .tally::before {
  content: 'Il tuo cammino';
  order: -1;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8d8574;
  padding-bottom: 6px;
}

html[data-theme="carta"] .tally__n { font-family: 'Libre Caslon Display', serif; font-size: 48px; line-height: 1; letter-spacing: 0; }
html[data-theme="carta"] .tally__label { font-size: 24px; color: #8d8574; letter-spacing: 0; text-transform: none; font-weight: 400; padding-top: 2px; }
html[data-theme="carta"] .tally__bar { display: block; }

html[data-theme="carta"] .resume {
  background: none;
  color: inherit;
  border-top: 1px solid #d8d0be;
  border-radius: 0;
  padding: 16px 0 0;
  gap: 6px;
}

html[data-theme="carta"] .resume::before {
  content: 'Riprendi';
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8d8574;
}

html[data-theme="carta"] .resume__where { display: none; }
html[data-theme="carta"] .resume__text { font-family: 'Libre Caslon Display', serif; font-size: 24px; line-height: 1.2; }
html[data-theme="carta"] .resume__cta { background: none; color: #6b6558; padding: 0; font-size: 16px; font-weight: 500; letter-spacing: 0; text-transform: none; }

html[data-theme="carta"] .colls {
  grid-template-columns: 1fr;
  gap: 13px;
  border-top: 1px solid #d8d0be;
  padding-top: 16px;
}

html[data-theme="carta"] .colls::before {
  content: 'Le cinque raccolte';
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8d8574;
}

html[data-theme="carta"] .coll {
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
}

html[data-theme="carta"] .coll:nth-child(5) { grid-column: auto; }
html[data-theme="carta"] .coll[data-state="locked"] { color: #a9a08d; }
html[data-theme="carta"] .coll__meta { display: contents; }

html[data-theme="carta"] .coll__name {
  order: 1;
  font-family: 'Libre Caslon Display', serif;
  font-size: 21px;
  letter-spacing: 0;
  text-transform: none;
}

html[data-theme="carta"] .coll__name::after { content: none; }
html[data-theme="carta"] .coll__count { order: 2; font-family: 'Outfit', sans-serif; font-size: 15px; color: #8d8574; letter-spacing: 0; }
html[data-theme="carta"] .coll__count i::before { content: ' / '; }
html[data-theme="carta"] .coll[data-state="locked"] .coll__count { display: none; }
html[data-theme="carta"] .coll__state { display: none; order: 3; font-size: 15px; letter-spacing: 0; text-transform: none; }
html[data-theme="carta"] .coll[data-state="locked"] .coll__state { display: block; }

/* --- raccolta: schede quadrate con il bordo, non mattoni --- */

/* «Raccolta 2» in cifre, non «Racc. due»: il numero sta sull'elemento */
html[data-theme="carta"] .scr__title { font-family: 'Libre Caslon Display', serif; font-size: 38px; line-height: 1.05; }
html[data-theme="carta"] .scr__title[data-n] .scr__title-a,
html[data-theme="carta"] .scr__title[data-n] .scr__title-b { display: none; }
html[data-theme="carta"] .scr__title[data-n]::after { content: 'Raccolta ' attr(data-n); }
html[data-theme="carta"] .scr__sub { font-family: 'Outfit', sans-serif; font-size: 16px; letter-spacing: 0; text-transform: none; font-weight: 400; color: #8d8574; }

html[data-theme="carta"] .cells { gap: 12px; }

html[data-theme="carta"] .cell {
  flex-direction: column;
  border: 1px solid #b1a893;
  border-radius: 14px;
  background: none;
  color: #8d8574;
  font-family: 'Libre Caslon Display', serif;
  font-size: 20px;
}

html[data-theme="carta"] .cell[data-state="solved"] { background: #1b1a17; border-color: #1b1a17; color: #f6f2e9; }
html[data-theme="carta"] .cell[data-state="skipped"]::after { content: 'saltato'; }
html[data-theme="carta"] .cell[data-state="current"] {
  grid-column: auto;
  aspect-ratio: 1;
  background: none;
  border: 2px solid #c9a227;
  color: #1b1a17;
  font-size: 20px;
}

html[data-theme="carta"] .cell[data-state="current"]::after { content: 'ora'; color: #a08419; }
html[data-theme="carta"] .cell[data-state="open"] { background: none; border-color: #b1a893; color: #1b1a17; }
html[data-theme="carta"] .cell[data-state="locked"] { border: 1px dashed #ddd5c4; color: #c9c0ab; }

html[data-theme="carta"] .cell::after {
  font-family: 'Outfit', sans-serif;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Il punto medio non si vedeva nemmeno a 30px: quel glifo occupa una frazione
   minima del suo corpo, e ingrandirlo sposta solo il vuoto attorno. Qui il
   punto si disegna invece di scriverlo — è lo stesso oro delle monete. */
html[data-theme="carta"] .cell__fav::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c9a227;
}

/* --- enigma --- */

html[data-theme="carta"] .riddle__meta {
  gap: 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  color: #a08419;
}

html[data-theme="carta"] .riddle__meta span:first-child {
  border: 1px solid #c9a227;
  border-radius: 999px;
  padding: 3px 9px;
}

html[data-theme="carta"] .riddle__text {
  font-family: 'Libre Caslon Display', serif;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0;
}

html[data-theme="carta"] .hints { gap: 12px; }

html[data-theme="carta"] .hint {
  background: none;
  color: inherit;
  border: 0;
  border-top: 1px solid #d8d0be;
  border-radius: 0;
  padding: 14px 0 0;
  gap: 6px;
}

html[data-theme="carta"] .hint[data-state="locked"] { background: none; }
html[data-theme="carta"] .hint__label { font-family: 'Outfit', sans-serif; font-size: 16px; letter-spacing: 0; text-transform: none; }
html[data-theme="carta"] .hint__text { font-family: 'Outfit', sans-serif; font-size: 16px; line-height: 1.5; color: #6b6558; }
html[data-theme="carta"] .hint__cost { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 400; color: #a08419; }

html[data-theme="carta"] .option {
  background: #fffdf8;
  border: 1px solid #d8d0be;
  border-radius: 14px;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
}

/* la risposta sta su un tavolino di carta più scura */
html[data-theme="carta"] .app[data-scr="livello"] .scr__foot {
  background: #f0eade;
  border-top: 1px solid #d8d0be;
  padding: 16px 20px max(24px, var(--safe-b));
  gap: 10px;
}

html[data-theme="carta"] .answer { border: 0; gap: 10px; }

html[data-theme="carta"] .answer__input {
  background: #fffdf8;
  border: 1px solid #cfc6b2;
  border-radius: 14px;
  padding: 15px 16px;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  color: #1b1a17;
}

html[data-theme="carta"] .answer__input::placeholder { color: #a39a86; }
html[data-theme="carta"] .answer__send { width: 56px; background: #1b1a17; color: #f6f2e9; border-radius: 14px; font-size: 20px; }
html[data-theme="carta"] .answer__send::before { content: '→'; }

html[data-theme="carta"] .skip {
  background: none;
  color: #6b6558;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
}

/* --- esiti: schede, non fondi pieni --- */

html[data-theme="carta"] .verdict { gap: 10px; padding-top: 20px; }
html[data-theme="carta"] .verdict__word { font-family: 'Libre Caslon Display', serif; font-size: 46px; line-height: 1.05; letter-spacing: 0; color: inherit; }
html[data-theme="carta"] .verdict[data-esito="giusto"] .verdict__word { color: #1b1a17; }
html[data-theme="carta"] .verdict[data-esito="sbagliato"] .verdict__word { font-size: 42px; }

html[data-theme="carta"] .verdict__line {
  order: -1;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8d8574;
}

html[data-theme="carta"] .reward {
  background: #1b1a17;
  color: #f6f2e9;
  border-radius: 14px;
  padding: 18px 20px;
}

html[data-theme="carta"] .reward__label { font-family: 'Outfit', sans-serif; font-size: 13px; letter-spacing: .14em; color: #b7ad99; }
html[data-theme="carta"] .reward__value { font-family: 'Libre Caslon Display', serif; font-size: 30px; letter-spacing: 0; }
html[data-theme="carta"] .reward__note { font-family: 'Outfit', sans-serif; font-size: 16px; line-height: 1.5; opacity: .85; }

html[data-theme="carta"] .app[data-scr="sbagliato"] .reward { background: #fffdf8; color: #1b1a17; border: 1px solid #d8d0be; }
html[data-theme="carta"] .app[data-scr="sbagliato"] .reward__label,
html[data-theme="carta"] .app[data-scr="salto"] .reward__label { color: #8d8574; }
html[data-theme="carta"] .app[data-scr="salto"] .reward { background: #f0eade; color: #1b1a17; border: 1px solid #e4dccb; }

html[data-theme="carta"] .why {
  background: #fffdf8;
  color: #1b1a17;
  border: 1px solid #d8d0be;
  border-radius: 14px;
  padding: 18px 20px;
}

html[data-theme="carta"] .why__label { font-family: 'Outfit', sans-serif; font-size: 13px; letter-spacing: .14em; color: #8d8574; opacity: 1; }
html[data-theme="carta"] .why__text { font-family: 'Outfit', sans-serif; font-size: 16px; line-height: 1.5; color: #6b6558; }

html[data-theme="carta"] .more {
  background: #f0eade;
  border: 1px solid #e4dccb;
  border-radius: 14px;
  padding: 18px 20px;
  color: #8d8574;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  letter-spacing: .14em;
}

html[data-theme="carta"] .solution {
  background: #1b1a17;
  color: #f6f2e9;
  border-radius: 14px;
  padding: 18px 20px;
}

html[data-theme="carta"] .solution__label { font-family: 'Outfit', sans-serif; font-size: 13px; letter-spacing: .14em; color: #b7ad99; }
html[data-theme="carta"] .solution__value { font-family: 'Libre Caslon Display', serif; font-size: 26px; letter-spacing: 0; }

html[data-theme="carta"] .app[data-scr="fatto"] .hint,
html[data-theme="carta"] .app[data-scr="giusto"] .hint {
  background: #f0eade;
  border: 1px solid #e4dccb;
  border-radius: 14px;
  padding: 18px 20px;
}

html[data-theme="carta"] .ask { gap: 12px; padding-top: 20px; }
/* «Saltare questo?» su una riga sola invece che su due */
html[data-theme="carta"] .ask__title,
html[data-theme="carta"] .done__title {
  flex-direction: row;
  flex-wrap: wrap;
  gap: .28em;
  font-family: 'Libre Caslon Display', serif;
  line-height: 1.05;
  letter-spacing: 0;
}

html[data-theme="carta"] .ask__title { font-size: 38px; }
html[data-theme="carta"] .ask__text { font-family: 'Outfit', sans-serif; font-size: 16px; line-height: 1.5; color: #6b6558; opacity: 1; }

/* --- raccolta completa --- */

html[data-theme="carta"] .done { gap: 12px; padding-top: 26px; }
html[data-theme="carta"] .done__title { font-size: 44px; }
html[data-theme="carta"] .done__sub { font-family: 'Outfit', sans-serif; font-size: 16px; letter-spacing: 0; text-transform: none; font-weight: 400; color: #6b6558; }

html[data-theme="carta"] .unlocked {
  background: #1b1a17;
  color: #f6f2e9;
  border-radius: 14px;
  padding: 18px 20px;
  align-items: baseline;
}

html[data-theme="carta"] .unlocked__label { font-family: 'Outfit', sans-serif; font-size: 13px; letter-spacing: .14em; color: #b7ad99; }
html[data-theme="carta"] .unlocked__value { font-family: 'Libre Caslon Display', serif; font-size: 26px; letter-spacing: 0; }

/* --- preferiti e profilo --- */

html[data-theme="carta"] .fav {
  background: #fffdf8;
  border: 1px solid #d8d0be;
  border-radius: 14px;
  padding: 18px 20px;
}

html[data-theme="carta"] .fav[data-state="solved"] { background: #fffdf8; color: #1b1a17; }
html[data-theme="carta"] .fav[data-state="skipped"] { background: #1b1a17; color: #f6f2e9; }
html[data-theme="carta"] .fav[data-state="skipped"] .fav__where { color: #b7ad99; }
html[data-theme="carta"] .fav__where { font-family: 'Outfit', sans-serif; font-size: 13px; letter-spacing: .14em; color: #8d8574; }
html[data-theme="carta"] .fav__title { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 400; line-height: 1.25; letter-spacing: 0; }

html[data-theme="carta"] .stats { gap: 10px; }

html[data-theme="carta"] .stat {
  background: #fffdf8;
  border: 1px solid #d8d0be;
  border-radius: 14px;
  padding: 18px 20px;
  color: #1b1a17;
}

html[data-theme="carta"] .stat[data-tone="accent"] { background: #1b1a17; color: #f6f2e9; }
html[data-theme="carta"] .stat[data-tone="accent"] .stat__label { color: #b7ad99; }
html[data-theme="carta"] .stat__value { font-family: 'Libre Caslon Display', serif; font-size: 32px; letter-spacing: 0; padding-bottom: 6px; }
html[data-theme="carta"] .stat__label { font-family: 'Outfit', sans-serif; font-size: 13px; letter-spacing: .14em; color: #8d8574; }

html[data-theme="carta"] .themerow {
  background: #f0eade;
  border: 1px solid #e4dccb;
  border-radius: 14px;
  padding: 18px 20px;
}

html[data-theme="carta"] .themerow__label { font-family: 'Outfit', sans-serif; font-size: 13px; letter-spacing: .14em; color: #8d8574; }
html[data-theme="carta"] .themerow__name { font-family: 'Libre Caslon Display', serif; font-size: 22px; letter-spacing: 0; }

html[data-theme="carta"] .themerow__cta {
  background: none;
  border: 1px solid #cfc6b2;
  border-radius: 14px;
  padding: 15px;
  color: #6b6558;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

html[data-theme="carta"] .account {
  background: #fffdf8;
  border: 1px solid #d8d0be;
  border-radius: 14px;
  padding: 18px 20px;
}
html[data-theme="carta"] .account { background: var(--accent); color: var(--accent-ink); }

html[data-theme="carta"] .account__label { font-family: 'Outfit', sans-serif; font-size: 13px; letter-spacing: .14em; }
html[data-theme="carta"] .account__name { font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 400; letter-spacing: 0; }

/* --- pulsanti --- */

html[data-theme="carta"] .btn {
  border-radius: 14px;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

html[data-theme="carta"] .btn--primary,
html[data-theme="carta"] .btn--go { background: #1b1a17; color: #f6f2e9; border-color: #1b1a17; }
html[data-theme="carta"] .btn--ghost,
html[data-theme="carta"] .btn--inert { border: 1px solid #cfc6b2; color: #6b6558; font-weight: 400; }
html[data-theme="carta"] .btn--off { border: 1px solid #e4dccb; color: #c9c0ab; }
html[data-theme="carta"] .btn[data-arrow="avanti"]::after { content: ' →'; }
html[data-theme="carta"] .btn[data-arrow="indietro"]::before { content: '← '; }

html[data-theme="carta"] .empty { background: #fffdf8; border: 1px solid #d8d0be; border-radius: 14px; }
html[data-theme="carta"] .tdesc { font-family: 'Outfit', sans-serif; font-size: 16px; line-height: 1.5; color: #6b6558; }
html[data-theme="carta"] .shop { gap: 6px; }
html[data-theme="carta"] .scr__eyebrow { font-family: 'Outfit', sans-serif; letter-spacing: .14em; }
html[data-theme="carta"] .credits { font-size: 12px; color: #a9a08d; }

/* ============================================================================
   Anteprima nel negozio — fuori dallo scope del tema: è la vetrina.
   ========================================================================= */

.tpv--carta {
  background: #f6f2e9;
  border: 1px solid #ddd5c4;
  border-radius: 0;
  color: #1b1a17;
}

.tpv--carta .tpv__num {
  font-family: 'Libre Caslon Display', serif;
  font-size: 13px;
  letter-spacing: .18em;
  color: #8d8574;
}

.tpv--carta .tpv__name {
  font-family: 'Libre Caslon Display', serif;
  font-size: 19px;
  color: #1b1a17;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tpv--carta .tpv__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1b1a17;
  border: 1px solid #1b1a17;
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
}

.tpv--carta .tpv__tag::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c9a227;
}

.tpv--carta[data-state="attivo"] .tpv__tag,
.tpv--carta[data-state="posseduto"] .tpv__tag {
  background: #1b1a17;
  color: #f6f2e9;
  border-color: #1b1a17;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tpv--carta[data-state="attivo"] .tpv__tag::before,
.tpv--carta[data-state="posseduto"] .tpv__tag::before { display: none; }

.tpv--carta.tpv--card {
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 10px 26px rgba(30, 26, 18, .1);
}

.tpv--carta.tpv--card .tpv__num { font-size: 15px; letter-spacing: .24em; }
.tpv--carta.tpv--card .tpv__name { font-size: 31px; line-height: 1.05; white-space: normal; }

.tpv--carta.tpv--card .tpv__tag {
  border: 0;
  border-top: 1px solid #d8d0be;
  border-radius: 0;
  padding: 10px 0 0;
  width: 100%;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8d8574;
  background: none;
}

.tpv--carta.tpv--card .tpv__tag::before { display: none; }
