/* Hide prices on Squarespace Brine template - by Soundfocus Digital */ .tag-poa .product-price:before { content: 'POA'; /* Use your wording here */ } /* Hide the price */ .tag-poa .product-price .sqs-money-native { display: none; } /* Hide the add-to-cart button */ .tag-poa .ProductItem-summary .ProductItem-details { .sqs-add-to-cart-button-wrapper, .product-quantity-input { display: none; } }