/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/



/* Jacques Francois Shadow Regular */
@font-face {
  font-family: 'Jacques Francois Shadow';
  font-style: normal;
  font-weight: 400;
  src: local('Jacques Francois Shadow'), local('JacquesFrancoisShadow-Regular'),
       url('fonts/JacquesFrancoisShadow-Regular.ttf') format('truetype');
}

/* TAY Bartender Regular */
@font-face {
  font-family: 'TAY Bartender';
  font-style: normal;
  font-weight: 400;
  src: local('TAY Bartender'),
       url('fonts/TAYBartender.woff2') format('woff2'),
       url('fonts/TAYBartender.woff') format('woff'),
       url('fonts/TAYBartender.otf') format('opentype');
}

/* TAY Big Bird Regular */
@font-face {
  font-family: 'TAY Big Bird';
  font-style: normal;
  font-weight: 400;
  src: local('TAY Big Bird'),
       url('fonts/TAYBigBird.woff2') format('woff2'),
       url('fonts/TAYBigBird.woff') format('woff'),
       url('fonts/TAYBigBird.otf') format('opentype');
}



/* Contenitore prodotto: serve per posizionare l'overlay */
.tmb.has-compare-btn {
  position: relative !important;
}

/* Pulsante compare dentro al prodotto */
.tmb .tmb-compare-btn.compare.button {
  position: absolute !important;
  top: 10px;
  right: 10px;

  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;

  padding: 0 !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 999px !important;
  line-height: 1 !important;
  font-size: 0 !important; /* nasconde testo eventuale */
  z-index: 5 !important;
}

/* Se YITH mette testo, lo nascondiamo */
.tmb .tmb-compare-btn.compare.button span,
.tmb .tmb-compare-btn.compare.button .text,
.tmb .tmb-compare-btn.compare.button:after {
  display: none !important;
}

/* Iconcina semplice via pseudo-elemento (se non hai già icona) */
.tmb .tmb-compare-btn.compare.button:before {
  content: "⇄";
  font-size: 16px;
  line-height: 1;
}
