/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* Ocultar botón "Añadir al carrito" en la página de producto */
/* Ocultar botón "Añadir al carrito" en la página de producto */
html[lang="fr"] [data-id-product="24"] .add-to-cart,
html[lang="fr"] .product-id-24 .add-to-cart,
html[lang="fr"] button.add-to-cart,
html[lang="fr"] .product-miniature[data-id-product="24"] .add-to-cart,
html[lang="fr"] .product[data-id-product="24"] .product-add-to-cart,
html[lang="fr"] .product[data-id-product="24"] .btn-primary,
html[lang="fr"] .js-product-miniature-wrapper-24 .add-to-cart {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}



