<?php
/**
 * EchteCell D3 —— 隐藏 Add to Cart（block 主题用 CSS 隐藏，is_purchasable=false 兜底）
 * 同时隐藏价格旁购物车相关，只留 Request Quote。
 */
?>
/* EchteCell B2B —— 只留 Request Quote，隐藏购买/购物车按钮 */
.add-to-cart,
form.cart,
button.single_add_to_cart_button,
a.add_to_cart_button,
.wc-block-components-product-button,
.wc-block-add-to-cart-form,
.woocommerce button.button.alt,
.wp-block-button__link.add_to_cart_button {
    display: none !important;
}
.ec-quote-cta {
    margin: 1.5em 0;
}
.ec-quote-cta .button {
    display: inline-block;
    background: #176B4D;
    color: #fff;
    padding: 0.8em 1.6em;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
}
.ec-specs {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
}
.ec-specs td {
    border: 1px solid #ddd;
    padding: 0.5em 0.8em;
}
.ec-specs td:first-child {
    background: #f5f5f5;
    width: 35%;
}
.ec-disclaimer {
    font-size: 0.85em;
    color: #666;
}
.ec-exvat {
    font-size: 0.8em;
    color: #888;
}
