/**
* Theme Name: printify Child
* Description: This is a child theme of printify, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/template_path/portfolio">template_path</a>
* Template: printify
* Version: 3.2.0
*/

/* Fix header contact info - empêcher la troncature du numéro de téléphone */
.header-contact-info ul li .title h6,
.header-contact-info ul li .title h6 a {
    text-overflow: unset;
    overflow: visible;
    white-space: nowrap;
    max-width: none;
}

.header-contact-info ul li {
    min-width: auto;
    flex-shrink: 0;
}

.header-contact-info ul {
    flex-wrap: nowrap;
    gap: 20px;
}

/* Masquer les boutons flottants (shop/demo/support) sur le côté droit */
ul.social-links.clearfix {
    display: none !important;
}