.price,
.product-price,
.current-price,
.regular-price,
.product-prices,
[data-price],
.cart-total .value,
.cart-summary-line .value {
    visibility: hidden !important;
}
.price::after,
.product-price::after {
    content: "Contactez-nous pour obtenir le prix";
    visibility: visible !important;
    color: #999;
    font-style: italic;
}

/* Hide and disable Add to Cart button for non-followers */
.add-to-cart,
.product-add-to-cart,
button[data-button-action="add-to-cart"],
.btn-add-to-cart,
form[action*="cart"] button[type="submit"],
.product-actions button.btn-primary,
.product-add-to-cart .add-to-cart,
.product-information .add-to-cart {
    display: none !important;
}

/* Show message instead of add to cart button */
.product-add-to-cart::after,
.product-actions::after {
    content: "Suivez-nous sur Instagram pour acheter";
    display: block;
    padding: 12px 20px;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    margin: 10px 0;
}
