/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */


/* Masquer UGS sur la fiche produit*/
.product_meta .sku_wrapper {
    display: none !important;
}

/* Structure du bouton Boutique pour imiter le panier */
.storefront-handheld-footer-bar .footer-shop-link {
    display: block;
    text-align: center;
    padding-top: 28px; /* espace pour l’icône */
    position: relative;
}

/* Icône Font Awesome centrée et bien alignée */
.storefront-handheld-footer-bar .footer-shop-link:before {
	text-align: center;
    font-family: "FontAwesome";
    content: "\f54f"; /* ton icône FA */
    position: absolute;
	font-size: 25.888px;
   /* top: 4px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;*/
}

