/* Add + GST next to product price */
.theme-product-price::after {
    content: " + GST";
    font-size: 0.6em; /* Makes the text smaller than the price */
    color: #666;      /* Makes the text grey/subtle */
    margin-left: 5px; /* Adds a small space between price and text */
}

.theme-prod-non-returnable {
    display: none;
}