/* Hide shipping line on e-gift card page */
.template-product-egift .product__tax.caption {
  display: none !important;
}