/**
* Theme Name: Winesto Child
* Description: This is a child theme of Winesto, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: winesto
* Version: 2.0.6
*/

body ul.products li.product .woocommerce-loop-product__title,
body ul.products li.product .woocommerce-loop-product__title a {
  font-family: sans-serif !important;
  font-size: 13px !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  text-align: center !important;
}

.widget.widget_tag_cloud .tagcloud a,
.widget.widget_tag_cloud .wp-block-tag-cloud a,
.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a {
  font-family: sans-serif !important;
}

.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container > h2,
.widget_block .widget-title,
.widget_block .widgettitle,
.widget .wp-block-search__label,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  font-family: sans-serif !important;
}

/* ============================================
   FONT BRAND — ZeroCento Distribuzione
   Aggiungere in fondo al file style.css
   del tema figlio (winesto-child)
   ============================================ */

/* AnyMale Regular — font logotipo (brand identity) */
@font-face {
    font-family: 'AnyMale';
    src: url('/wp-content/themes/winesto-child/fonts/anymale/AnyMale.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Futura Md BT — font payoff e corpo (già caricato da Elementor,
   questa dichiarazione serve come fallback e per Slider Revolution) */
@font-face {
    font-family: 'Futura';
    src: url('/wp-content/uploads/2026/01/Futura-Md-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Override tema: sostituisce Instrument Sans con Futura su tutto il sito */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, td, th,
.elementor-widget-container {
    font-family: 'Futura Md Font', 'Futura', 'Century Gothic', 'Trebuchet MS', sans-serif;
}

