/* Hide the price */ .tag-portfolio .ProductItem-summary .ProductItem-details .product-price .sqs-money-native { display: none; } /* Hide the add-to-cart button */ .tag-portfolio .ProductItem-summary .ProductItem-details { .sqs-add-to-cart-button-wrapper, .product-quantity-input { display: none; } }