.cart-items__table-row:has([href*="shipping-protection"]),
.cart-item:has([href*="shipping-protection"]),
.cart-drawer__items tr:has([href*="shipping-protection"]),
.cart-drawer__items li:has([href*="shipping-protection"]) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  overflow: hidden !important;
}