.product_meta {
	display: none;
}

.related.products .last {
    display: none;
}

.sc_intro_title {
    color: #ffffff !important;
}

/* Select the UL that has exactly two LIs and hide the last one */
ul#shipping_method.woocommerce-shipping-methods:has(> li:nth-child(2):last-child) > li:last-child {
  display: none;
}