/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

@import url("../blocksy/style.css"); /* Parfois utile, mais plus recommandé */
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');



:root {
	--yith-wcan-filters_colors_background: transparent;
	--yith-wcan-labels_style_background_active: #66a696;
	--yith-wcan-labels_style_background_hover: #2a92a3;
}

/* Style du tooltip YITH */
.yith-wcan-tooltip {
  background-color: var(--yith-wcan-labels_style_background_hover) !important;  /* fond du tooltip */
  color: #ffffff !important;             /* texte blanc */
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.yith-wcan-tooltip:before {
  border-top-color: var(--yith-wcan-labels_style_background_hover) !important;
}

.titre-boutique {
	font-family: 'Patrick Hand', cursive;
	font-size: 30px;
}

button,
input[type="submit"],
.ct-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 20px;
}